.fadc-community-page .entry-title,
.fadc-community-page .page-header,
.fadc-community-page .ds-blog10-head-wrap,
.fadc-community-page .fadc-breadcrumbs {
	display: none;
}

.fadc-community-page .ds-blog10-list-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.fadc-community-hub,
.fadc-community-hub * {
	box-sizing: border-box;
}

.fadc-community-hub {
	--fch-ink: #143149;
	--fch-muted: #66788a;
	--fch-teal: #052450;
	--fch-teal-dark: #001a3b;
	--fch-mint: #eaf1f7;
	--fch-coral: #d9424f;
	--fch-cream: #f5f7fa;
	--fch-line: rgba(5, 36, 80, 0.13);
	--fch-shadow: 0 18px 50px rgba(5, 36, 80, 0.1);
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	padding: 0 24px 72px;
	color: var(--fch-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.55;
	background:
		radial-gradient(circle at 8% 20%, rgba(203, 220, 238, 0.42), transparent 26%),
		radial-gradient(circle at 90% 7%, rgba(217, 66, 79, 0.09), transparent 24%),
		#f5f7fa;
}

.fadc-community-hub button,
.fadc-community-hub input,
.fadc-community-hub select,
.fadc-community-hub textarea {
	font: inherit;
}

.fadc-community-hub button {
	cursor: pointer;
}

.fadc-community-hub button:focus-visible,
.fadc-community-hub input:focus-visible,
.fadc-community-hub select:focus-visible,
.fadc-community-hub textarea:focus-visible {
	outline: 3px solid rgba(5, 36, 80, 0.22);
	outline-offset: 2px;
}

.fadc-community-hub h1,
.fadc-community-hub h2,
.fadc-community-hub h3,
.fadc-community-hub p {
	margin-top: 0;
}

.fch-hero {
	position: relative;
	overflow: hidden;
	max-width: 1460px;
	margin: 30px auto 28px;
	padding: 0 0 24px;
	border: 1px solid rgba(5, 36, 80, 0.1);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(5, 36, 80, 0.14);
}

.fch-hero-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1731 / 909;
	object-fit: cover;
	border-radius: 29px 29px 22px 22px;
}

.fch-kicker,
.fch-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 12px;
	border: 1px solid rgba(5, 36, 80, 0.16);
	border-radius: 999px;
	color: var(--fch-teal-dark);
	background: rgba(255, 255, 255, 0.64);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fch-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.fch-hero-actions {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	width: max-content;
	max-width: calc(100% - 32px);
	margin: -31px auto 0;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 14px 34px rgba(5, 36, 80, 0.18);
	backdrop-filter: blur(18px);
}

.fch-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	padding: 11px 18px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-weight: 800;
	line-height: 1.1;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.fch-btn:hover {
	transform: translateY(-2px);
}

.fch-primary {
	color: #fff;
	background: var(--fch-teal);
	box-shadow: 0 10px 24px rgba(5, 36, 80, 0.22);
}

.fch-primary:hover {
	color: #fff;
	background: var(--fch-teal-dark);
}

.fch-hero .fch-primary {
	background: #052450;
	box-shadow: 0 10px 24px rgba(5, 36, 80, 0.24);
}

.fch-hero .fch-primary:hover {
	background: #001a3b;
}

.fch-hero .fch-secondary {
	color: var(--fch-ink);
	background: #fff;
}

.fch-secondary,
.fch-tertiary {
	color: var(--fch-ink);
	border-color: var(--fch-line);
	background: rgba(255, 255, 255, 0.76);
}

.fch-trust {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	max-width: 1340px;
	margin: 18px auto 0;
	padding: 0 22px;
}

.fch-trust > div {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px;
	border: 1px solid rgba(5, 36, 80, 0.1);
	border-radius: 14px;
	color: var(--fch-ink);
	background: linear-gradient(145deg, #fff, #f1f6fb);
}

.fch-trust b {
	display: grid;
	place-items: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 11px;
	color: #153b8a;
	background: #eaf3ff;
}

.fch-trust b svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fch-trust strong,
.fch-trust small {
	display: block;
}

.fch-trust small {
	color: var(--fch-muted);
	font-size: 11px;
}

.fch-shell {
	display: grid;
	grid-template-columns: minmax(210px, 0.78fr) minmax(480px, 2.15fr) minmax(230px, 0.9fr);
	gap: 20px;
	max-width: 1460px;
	margin: 0 auto;
	align-items: start;
}

.fch-left,
.fch-right,
.fch-main {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.fch-shell > *,
.fch-glass,
.fch-avatar-stage > *,
.fch-form-grid > * {
	min-width: 0;
}

.fch-glass {
	border: 1px solid rgba(5, 36, 80, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--fch-shadow);
	backdrop-filter: blur(14px);
}

.fch-panel,
.fch-profile,
.fch-next-event,
.fch-trending,
.fch-events,
.fch-composer,
.fch-feed {
	padding: 18px;
}

.fch-panel-head,
.fch-section-head,
.fch-avatar-title,
.fch-avatar-controls,
.fch-compose-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.fch-panel-head h2,
.fch-section-head h2,
.fch-profile h2,
.fch-next-event h2 {
	margin: 0;
	font-size: 16px;
	line-height: 1.25;
}

.fch-section-head h2 {
	font-size: 20px;
}

.fch-panel-head button,
.fch-section-head button,
.fch-panel-head span {
	padding: 4px 8px;
	border: 0;
	border-radius: 8px;
	color: var(--fch-teal-dark);
	background: var(--fch-mint);
	font-size: 11px;
	font-weight: 800;
}

.fch-section-head small {
	color: var(--fch-muted);
}

.fch-room-list,
.fch-city-list {
	display: grid;
	gap: 4px;
	margin-top: 13px;
}

.fch-room,
.fch-city {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 8px;
	border: 0;
	border-radius: 11px;
	color: var(--fch-ink);
	background: transparent;
	text-align: left;
}

.fch-room:hover,
.fch-city:hover,
.fch-room.is-active,
.fch-city.is-active {
	background: #eef3f8;
}

.fch-room.is-active,
.fch-city.is-active {
	box-shadow: inset 4px 0 0 #165db5, 0 5px 14px rgba(5, 36, 80, 0.08);
	color: #052450;
	background: #e5f0ff;
}

.fch-room strong,
.fch-city {
	font-size: 12px;
}

.fch-room small,
.fch-city small {
	color: var(--fch-muted);
	font-size: 11px;
}

.fch-city {
	display: flex;
	justify-content: space-between;
}

.fch-city span {
	display: flex;
	align-items: center;
	gap: 7px;
}

.fch-city small i {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 3px;
	border-radius: 50%;
	background: #2f7d5d;
}

.fch-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 27px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 8px;
	color: #143149;
	background: #eaf1f7;
	font-size: 9px;
	font-style: normal;
	font-weight: 900;
}

.fch-flag-small {
	width: 28px;
	height: 22px;
	border-radius: 6px;
}

.fch-sand { background: #f3e7e8; }
.fch-blue { background: #dce8f5; }
.fch-pink { background: #f6d9dc; }
.fch-green { background: #e4edf4; }
.fch-lilac { background: #e6e6f1; }
.fch-orange { background: #f4e2df; }

.fch-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 15px;
}

.fch-chips button {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border: 1px solid var(--fch-line);
	border-radius: 999px;
	color: var(--fch-ink);
	background: #fff;
	font-size: 12px;
	font-weight: 800;
}

.fch-chips button:hover,
.fch-chips button.is-active {
	border-color: var(--fch-teal);
	background: #eaf1f7;
}

.fch-chips button.is-active {
	box-shadow: 0 0 0 3px rgba(22, 93, 181, 0.12);
}

.fch-feed {
	scroll-margin-top: 110px;
}

.fch-room-status {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 15px;
	margin: -4px -4px 18px;
	padding: 17px 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 17px;
	color: #fff;
	background: linear-gradient(125deg, #052450 0%, #0a4386 58%, #127b9c 100%);
	box-shadow: 0 15px 30px rgba(5, 36, 80, 0.2);
}

.fch-room-status-flag {
	width: 52px;
	height: 42px;
	border: 2px solid rgba(255, 255, 255, 0.75);
	border-radius: 12px;
	font-size: 13px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.fch-room-status small,
.fch-room-status h2,
.fch-room-status p {
	display: block;
	margin: 0;
}

.fch-room-status small {
	margin-bottom: 2px;
	color: #9eddf1;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fch-room-status h2 {
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
}

.fch-room-status p {
	margin-top: 4px;
	color: #d7e8f7;
	font-size: 12px;
}

.fch-room-status button {
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 10px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	font-size: 11px;
	font-weight: 850;
}

.fch-room-status button:hover {
	background: rgba(255, 255, 255, 0.2);
}

.fch-chips small {
	color: var(--fch-muted);
}

.fch-event-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px;
	margin-top: 16px;
}

.fch-event-card {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 13px;
	padding: 14px;
	border: 1px solid var(--fch-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.82);
}

.fch-date {
	overflow: hidden;
	align-self: start;
	border-radius: 11px;
	background: var(--fch-mint);
	text-align: center;
}

.fch-date b,
.fch-date span {
	display: block;
}

.fch-date b {
	padding: 8px 4px 3px;
	font-size: 22px;
}

.fch-date span {
	padding: 3px;
	color: #fff;
	background: var(--fch-teal);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.fch-event-tag {
	color: var(--fch-coral);
	font-weight: 900;
	text-transform: uppercase;
}

.fch-event-card h3 {
	margin: 4px 0;
	font-size: 15px;
}

.fch-event-card p {
	margin-bottom: 12px;
	color: var(--fch-muted);
	font-size: 12px;
}

.fch-event-card footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-size: 11px;
}

.fch-event-card footer button {
	padding: 6px 10px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: var(--fch-teal);
	font-weight: 800;
}

.fch-composer form {
	margin-top: 18px;
}

.fch-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.fch-form-grid + .fch-form-grid {
	margin-top: 16px;
}

.fch-form-grid label,
.fch-modal-fields label {
	display: grid;
	gap: 6px;
	color: var(--fch-ink);
	font-size: 12px;
	font-weight: 800;
}

.fch-full {
	grid-column: 1 / -1;
}

.fadc-community-hub input,
.fadc-community-hub select,
.fadc-community-hub textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid rgba(5, 36, 80, 0.2);
	border-radius: 10px;
	color: var(--fch-ink);
	background: rgba(255, 255, 255, 0.9);
}

.fadc-community-hub textarea {
	min-height: 126px;
	resize: vertical;
}

.fch-field-note {
	color: var(--fch-muted);
	font-size: 11px;
	font-weight: 500;
}

.fch-avatar-picker {
	margin: 16px 0;
	padding: 15px;
	border: 1px solid var(--fch-line);
	border-radius: 16px;
	background: #f4f7fa;
}

.fch-avatar-title p {
	margin: 3px 0 0;
	color: var(--fch-muted);
	font-size: 12px;
}

.fch-avatar-title > span {
	color: var(--fch-teal-dark);
	font-size: 11px;
	font-weight: 800;
}

.fch-avatar-controls {
	margin: 14px 0;
}

.fch-avatar-controls > div {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.fch-avatar-controls button {
	padding: 6px 9px;
	border: 1px solid var(--fch-line);
	border-radius: 8px;
	color: var(--fch-ink);
	background: #fff;
	font-size: 11px;
	font-weight: 800;
}

.fch-avatar-controls button.is-active {
	color: #fff;
	background: var(--fch-teal);
}

.fch-avatar-stage {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 14px;
}

.fch-selected-avatar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 185px;
	padding: 16px;
	border-radius: 18px;
	color: #fff;
	background: linear-gradient(145deg, #052450, #1e4db7);
	box-shadow: 0 16px 34px rgba(5, 36, 80, 0.2);
	text-align: center;
}

.fch-selected-avatar > span,
.fch-avatar-option > span,
.fch-thread-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius: 50%;
	background: #eaf3ff;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.94), 0 10px 24px rgba(5, 36, 80, 0.22);
}

.fch-selected-avatar strong,
.fch-selected-avatar small,
.fch-selected-avatar em {
	display: block;
}

.fch-selected-avatar > .fch-avatar-mark {
	width: 90px;
	height: 90px;
}

.fch-selected-avatar strong {
	margin-top: 8px;
}

.fch-selected-avatar small {
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
}

.fch-selected-avatar em {
	margin-top: 6px;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.fch-avatar-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(76px, 1fr));
	gap: 9px;
}

.fch-avatar-option {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 7px;
	min-height: 102px;
	padding: 9px 5px;
	border: 1px solid rgba(5, 36, 80, 0.14);
	border-radius: 15px;
	color: var(--fch-ink);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 8px 20px rgba(5, 36, 80, 0.06);
}

.fch-avatar-option:hover,
.fch-avatar-option.is-active {
	border-color: var(--fch-teal);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(30, 77, 183, 0.11), 0 12px 24px rgba(5, 36, 80, 0.1);
}

.fch-avatar-option > span {
	width: 58px;
	height: 58px;
}

.fch-avatar-option > strong {
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
}

.fch-avatar-note {
	margin: 10px 0 0;
	color: var(--fch-muted);
	font-size: 10px;
}

.fch-compose-foot {
	align-items: end;
	margin-top: 16px;
}

.fch-compose-foot > div {
	display: grid;
	gap: 4px;
}

.fch-compose-foot label,
.fch-modal-consent {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	font-size: 11px;
}

.fch-compose-foot input,
.fch-modal-consent input {
	width: auto;
	min-height: 0;
	margin-top: 2px;
}

.fch-thread {
	padding: 18px 0;
	border-bottom: 1px solid var(--fch-line);
}

.fch-thread-main {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
}

.fch-author {
	display: flex;
	align-items: center;
	gap: 9px;
}

.fch-author strong,
.fch-author small {
	display: block;
}

.fch-author small {
	color: var(--fch-muted);
	font-size: 11px;
}

.fch-thread:last-child {
	border-bottom: 0;
}

.fch-thread-head {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 11px;
	align-items: center;
}

.fch-thread-avatar {
	width: 45px;
	height: 45px;
	font-size: 20px;
}

.fch-thread-author strong,
.fch-thread-author small {
	display: block;
}

.fch-thread-author small,
.fch-thread-meta,
.fch-reply small {
	color: var(--fch-muted);
	font-size: 11px;
}

.fch-thread-location {
	padding: 5px 8px;
	border-radius: 8px;
	color: var(--fch-teal-dark);
	background: var(--fch-mint);
	font-size: 10px;
	font-weight: 900;
}

.fch-thread h3 {
	margin: 13px 0 5px;
	font-size: 17px;
}

.fch-thread > p {
	margin-bottom: 8px;
	color: #3f566b;
	white-space: pre-wrap;
}

.fch-thread-main > div > p {
	margin-bottom: 8px;
	color: #3f566b;
	white-space: pre-wrap;
}

.fch-thread-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 10px;
}

.fch-avatar-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #eaf3ff;
	box-shadow: 0 0 0 1px #bfd3ee, 0 8px 18px rgba(5, 36, 80, 0.14);
}

.fch-avatar-mark svg {
	display: block;
	width: 100%;
	height: 100%;
}

.fch-avatar-mark.is-small {
	width: 38px;
	height: 38px;
	border-width: 1px;
}

.fch-thread-actions button,
.fch-reply-form button {
	padding: 6px 9px;
	border: 1px solid var(--fch-line);
	border-radius: 8px;
	color: var(--fch-ink);
	background: #fff;
	font-size: 11px;
	font-weight: 800;
}

.fch-replies {
	display: grid;
	gap: 8px;
	margin: 13px 0 0 56px;
}

.fch-reply {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 9px;
	padding: 10px 12px;
	border-left: 3px solid #b8cce1;
	border-radius: 0 10px 10px 0;
	background: #f1f5f9;
}

.fch-reply strong,
.fch-reply small {
	display: block;
}

.fch-reply p {
	margin: 4px 0 0;
	font-size: 12px;
}

.fch-reply-form {
	display: grid;
	grid-template-columns: 150px 1fr auto;
	gap: 7px;
}

.fch-reply-box {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 7px;
	align-items: center;
}

.fch-reply-box input {
	min-height: 38px;
}

.fch-reply-box button {
	min-height: 38px;
	padding: 6px 10px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: var(--fch-teal);
	font-size: 11px;
	font-weight: 800;
}

.fch-no-replies {
	margin: 0;
	color: var(--fch-muted);
	font-size: 11px;
}

.fch-reply-form input {
	min-height: 37px;
	padding: 7px 9px;
}

.fch-empty {
	padding: 38px 15px;
	color: var(--fch-muted);
	text-align: center;
}

.fch-load-more {
	width: 100%;
	margin-top: 12px;
	padding: 10px;
	border: 1px solid var(--fch-line);
	border-radius: 10px;
	color: var(--fch-teal-dark);
	background: #eef3f8;
	font-weight: 800;
}

.fch-profile,
.fch-next-event {
	text-align: center;
}

.fch-profile > b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 8px;
	border-radius: 50%;
	color: var(--fch-teal-dark);
	background: var(--fch-mint);
	font-size: 25px;
}

.fch-profile p,
.fch-profile li,
.fch-next-event small {
	color: var(--fch-muted);
	font-size: 12px;
}

.fch-profile ul {
	padding-left: 18px;
	text-align: left;
}

.fch-profile .fch-btn,
.fch-next-event .fch-btn,
.fch-safety .fch-btn {
	width: 100%;
}

.fch-next-event > div:not(.fch-panel-head) {
	padding: 18px 0;
}

.fch-next-event strong,
.fch-next-event small {
	display: block;
}

.fch-safety > div:not(.fch-panel-head),
.fch-mini-guidelines > div:not(.fch-panel-head) {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 9px;
	margin-top: 14px;
}

.fch-safety p,
.fch-mini-guidelines p {
	margin: 0;
}

.fch-safety p strong,
.fch-safety p span,
.fch-mini-guidelines p strong,
.fch-mini-guidelines p span {
	display: block;
}

.fch-safety p span,
.fch-mini-guidelines p span {
	color: var(--fch-muted);
	font-size: 11px;
}

.fch-guidelines {
	max-width: 1460px;
	margin: 24px auto 0;
	padding: 30px;
}

.fch-guidelines-intro {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	align-items: end;
}

.fch-guidelines-intro h2 {
	margin: 10px 0 4px;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 850;
	font-size: 34px;
}

.fch-guideline-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 24px 0;
}

.fch-guideline-grid article {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 10px;
	padding: 15px;
	border: 1px solid var(--fch-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.7);
}

.fch-guideline-grid article > b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	color: var(--fch-teal-dark);
	background: var(--fch-mint);
}

.fch-guideline-grid h3 {
	margin-bottom: 3px;
	font-size: 14px;
}

.fch-guideline-grid p {
	margin: 0;
	color: var(--fch-muted);
	font-size: 12px;
}

.fch-safety-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px;
	border-radius: 15px;
	color: #fff;
	background: #052450;
}

.fch-safety-banner p {
	margin: 0;
}

.fch-safety-banner span {
	display: block;
	color: #c8d6e7;
	font-size: 12px;
}

.fch-safety-banner .fch-btn {
	color: var(--fch-ink);
	background: #fff;
}

.fch-modal-backdrop {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(8, 32, 29, 0.66);
}

.fch-modal-backdrop[hidden],
.fch-toast[hidden],
.fch-success[hidden] {
	display: none;
}

.fch-modal {
	position: relative;
	width: min(540px, 100%);
	max-height: 90vh;
	overflow: auto;
	padding: 28px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.fch-modal > h2 {
	margin: 12px 0 6px;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 850;
	font-size: 30px;
}

.fch-modal > p {
	color: var(--fch-muted);
}

.fch-modal-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 35px;
	height: 35px;
	border: 0;
	border-radius: 50%;
	background: #eef3f8;
	font-size: 24px;
}

.fch-modal-fields {
	display: grid;
	gap: 12px;
	margin: 16px 0;
}

.fch-modal-consent {
	margin-bottom: 16px;
}

.fch-modal form > .fch-btn {
	width: 100%;
}

.fch-success {
	padding: 18px;
	border-radius: 12px;
	color: var(--fch-teal-dark);
	background: var(--fch-mint);
	font-weight: 700;
}

.fch-toast {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 100000;
	max-width: 380px;
	padding: 13px 16px;
	border-radius: 11px;
	color: #fff;
	background: #052450;
	box-shadow: var(--fch-shadow);
	font-weight: 700;
}

.fch-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

body.fch-modal-open {
	overflow: hidden;
}

.fch-is-busy {
	opacity: 0.62;
	pointer-events: none;
}

@media (max-width: 1180px) {
	.fch-shell {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.fch-right {
		grid-column: 1 / -1;
		grid-template-columns: repeat(4, 1fr);
	}

	.fch-trust {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 850px) {
	.fadc-community-hub {
		padding-inline: 14px;
	}

	.fch-hero {
		padding: 0 0 22px;
	}

	.fch-shell {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.fch-left {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fch-right {
		grid-column: auto;
		grid-template-columns: repeat(2, 1fr);
	}

	.fch-event-grid,
	.fch-guideline-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.fadc-community-hub {
		padding-inline: 10px;
	}

	.fch-hero {
		padding: 0 0 18px;
		border-radius: 22px;
	}

	.fch-hero-image {
		border-radius: 21px 21px 15px 15px;
	}

	.fch-hero-actions {
		width: calc(100% - 20px);
		max-width: none;
		margin-top: -11px;
		padding: 8px;
	}

	.fch-hero-actions .fch-btn {
		flex: 1 1 145px;
	}

	.fch-left,
	.fch-right,
	.fch-form-grid,
	.fch-avatar-stage {
		grid-template-columns: 1fr;
	}

	.fch-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 14px;
		padding-inline: 10px;
	}

	.fch-trust > div {
		align-items: flex-start;
		padding: 10px;
	}

	.fch-section-head,
	.fch-avatar-title,
	.fch-avatar-controls,
	.fch-compose-foot,
	.fch-guidelines-intro,
	.fch-safety-banner {
		align-items: stretch;
		flex-direction: column;
	}

	.fch-room-status {
		grid-template-columns: auto 1fr;
		padding: 14px;
	}

	.fch-room-status button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.fch-room-status h2 {
		font-size: 18px;
	}

	.fch-avatar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fch-reply-form {
		grid-template-columns: 1fr;
	}

	.fch-reply-box {
		grid-template-columns: auto 1fr;
	}

	.fch-reply-box button {
		grid-column: 2;
	}

	.fch-replies {
		margin-left: 0;
	}

	.fch-thread-head {
		grid-template-columns: auto 1fr;
	}

	.fch-thread-location {
		grid-column: 1 / -1;
	}

	.fch-guidelines {
		padding: 20px;
	}

	.fch-modal {
		padding: 23px 18px;
	}
}
