:root {
	--fb-space-1: clamp(.5rem, .4rem + .4vw, .75rem);
	--fb-space-2: clamp(.8rem, .65rem + .6vw, 1.25rem);
	--fb-space-3: clamp(1.15rem, .9rem + 1vw, 2rem);
	--fb-space-4: clamp(1.75rem, 1.25rem + 2vw, 3.5rem);
	--fb-radius: 1rem;
	--fb-navy-950: #080e1c;
	--fb-navy-900: #04224e;
	--fb-blue-700: #0349b8;
	--fb-blue-600: #045edd;
	--fb-cyan-400: #00a7ff;
	--fb-ice-100: #dce9f7;
	--fb-ice-50: #f3f8fd;
	--fb-silver-400: #b2b4b8;
	--fb-border: rgb(4 94 221 / 18%);
	--fb-surface: #fff;
	--fb-ink: #080e1c;
	--fb-muted: #53657a;
	--fb-accent: #045edd;
	--fb-accent-deep: #04224e;
	--fb-accent-bright: #00a7ff;
	--fb-danger: #b4232c;
	--fb-gradient: linear-gradient(135deg, #04224e 0%, #045edd 58%, #00a7ff 100%);
	--fb-shadow-sm: 0 .45rem 1.2rem rgb(4 34 78 / 10%);
	--fb-shadow-md: 0 1rem 2.6rem rgb(4 34 78 / 18%);
}

.fb-shell,
.fb-form,
.fb-messages,
.fb-call,
.fb-listing-actions {
	color: var(--fb-ink);
	font-size: clamp(.95rem, .92rem + .15vw, 1.05rem);
}

.fb-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
	gap: var(--fb-space-3);
}

.fb-card,
.fb-media-card,
.fb-stat,
.fb-swap,
.fb-form,
.fb-messages,
.fb-call,
.fb-disclosure,
.fb-listing-actions,
.fb-notice {
	border: 1px solid var(--fb-border);
	border-radius: var(--fb-radius);
	background: var(--fb-surface);
}

.fb-card {
	overflow: hidden;
}

.fb-card__media {
	display: grid;
	aspect-ratio: 4 / 3;
	background: var(--fb-ice-100);
	overflow: hidden;
}

.fb-card__media img,
.fb-media-card img,
.fb-media-card video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fb-card__placeholder {
	display: grid;
	place-items: center;
	font-size: clamp(2rem, 8vw, 5rem);
	font-weight: 800;
	opacity: .18;
}

.fb-card__body,
.fb-media-card__body {
	padding: var(--fb-space-2);
}

.fb-card__body h3,
.fb-media-card__body h3 {
	margin: .25rem 0 .75rem;
	font-size: clamp(1.1rem, 1rem + .5vw, 1.45rem);
}

.fb-card__meta,
.fb-help {
	color: var(--fb-muted);
	font-size: .86em;
}

.fb-card__footer,
.fb-toolbar,
.fb-chat__header,
.fb-swap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--fb-space-2);
	flex-wrap: wrap;
}

.fb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: .65rem 1rem;
	border: 1px solid var(--fb-blue-600);
	border-radius: .7rem;
	background: var(--fb-gradient);
	color: #fff !important;
	font: inherit;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
}

.fb-button:hover,
.fb-button:focus-visible {
	filter: brightness(1.08);
}

.fb-button:disabled {
	opacity: .45;
	cursor: not-allowed;
}

.fb-button--muted {
	background: transparent;
	color: var(--fb-ink) !important;
}

.fb-button--danger {
	background: var(--fb-danger);
	border-color: var(--fb-danger);
}

.fb-filters,
.fb-form__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
	gap: var(--fb-space-2);
	align-items: end;
}

.fb-filters {
	margin-block-end: var(--fb-space-3);
}

.fb-form {
	padding: var(--fb-space-3);
}

.fb-form--compact {
	margin-block-start: var(--fb-space-2);
	border: 0;
	padding: 0;
}

.fb-form label,
.fb-filters label {
	display: grid;
	gap: .4rem;
	font-weight: 650;
}

.fb-form input,
.fb-form select,
.fb-form textarea,
.fb-filters input,
.fb-filters select {
	width: 100%;
	min-height: 2.75rem;
	padding: .65rem .75rem;
	border: 1px solid var(--fb-border);
	border-radius: .6rem;
	background: #fff;
	color: var(--fb-ink);
	font: inherit;
}

.fb-form textarea {
	resize: vertical;
}

.fb-form__wide {
	grid-column: 1 / -1;
}

.fb-stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	gap: var(--fb-space-2);
	margin-block-end: var(--fb-space-3);
}

.fb-stat {
	padding: var(--fb-space-2);
}

.fb-stat span {
	display: block;
	color: var(--fb-muted);
	font-size: .85em;
}

.fb-stat strong {
	display: block;
	margin-top: .35rem;
	font-size: clamp(1.25rem, 1rem + 1vw, 2rem);
}

.fb-list {
	display: grid;
	gap: .75rem;
	margin-block-start: var(--fb-space-3);
}

.fb-list__row,
.fb-swap {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: var(--fb-space-2);
	align-items: center;
	padding: var(--fb-space-2);
	border-bottom: 1px solid var(--fb-border);
}

.fb-swap {
	grid-template-columns: 1fr auto;
	border: 1px solid var(--fb-border);
}

.fb-notice {
	padding: var(--fb-space-2);
	margin-block: var(--fb-space-2);
}

.fb-notice--warning {
	border-color: #d88a00;
	background: #fff8dc;
}

.fb-disclosure {
	padding: var(--fb-space-2);
	margin-block: var(--fb-space-2);
}

.fb-disclosure summary {
	cursor: pointer;
	font-weight: 800;
}

.fb-media-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
	gap: var(--fb-space-3);
	margin-block-start: var(--fb-space-3);
}

.fb-media-card {
	overflow: hidden;
}

.fb-media-card > img,
.fb-media-card > video {
	aspect-ratio: 4 / 3;
	background: var(--fb-navy-950);
}

.fb-messages {
	display: grid;
	grid-template-columns: minmax(13rem, 18rem) 1fr;
	min-height: min(70vh, 50rem);
	overflow: hidden;
}

.fb-messages__sidebar {
	padding: var(--fb-space-2);
	border-right: 1px solid var(--fb-border);
}

.fb-conversation {
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: .75rem;
	border-radius: .6rem;
	text-decoration: none !important;
}

.fb-conversation.is-active,
.fb-conversation:hover {
	background: var(--fb-ice-100);
}

.fb-conversation img {
	border-radius: 50%;
}

.fb-messages__main {
	padding: var(--fb-space-2);
	min-width: 0;
}

.fb-chat {
	display: grid;
	grid-template-rows: auto 1fr auto;
	height: 100%;
}

.fb-chat__log {
	display: flex;
	flex-direction: column;
	gap: .65rem;
	min-height: 20rem;
	max-height: 55vh;
	padding: var(--fb-space-2) 0;
	overflow-y: auto;
}

.fb-chat__message {
	align-self: flex-start;
	max-width: min(85%, 38rem);
	padding: .65rem .85rem;
	border-radius: .85rem;
	background: var(--fb-ice-100);
}

.fb-chat__message.is-own {
	align-self: flex-end;
	background: var(--fb-gradient);
	color: #fff;
}

.fb-chat__message p {
	margin: 0;
	white-space: pre-wrap;
}

.fb-chat__message small {
	display: block;
	margin-top: .35rem;
	opacity: .65;
}

.fb-chat__message audio {
	display: block;
	max-width: 100%;
	margin-top: .5rem;
}

.fb-chat__form {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: .65rem;
	align-items: end;
	padding-top: var(--fb-space-2);
	border-top: 1px solid var(--fb-border);
}

.fb-chat__form textarea {
	width: 100%;
	padding: .7rem;
	border: 1px solid var(--fb-border);
	border-radius: .6rem;
	font: inherit;
	resize: vertical;
}

.fb-file-control {
	display: grid;
	font-size: .8em;
}

.fb-call {
	padding: var(--fb-space-3);
}

.fb-call__stage {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
	gap: var(--fb-space-2);
	min-height: 12rem;
	margin-block: var(--fb-space-2);
	border-radius: var(--fb-radius);
	background: var(--fb-navy-950);
	overflow: hidden;
}

.fb-call__track {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: var(--fb-navy-950);
}

.fb-age-gate {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: var(--fb-space-3);
	background: rgb(0 0 0 / 88%);
}

.fb-age-gate[hidden] {
	display: none;
}

.fb-age-gate__panel {
	width: min(100%, 36rem);
	padding: var(--fb-space-4);
	border-radius: var(--fb-radius);
	background: #fff;
	color: var(--fb-ink);
	text-align: center;
	box-shadow: 0 2rem 6rem rgb(0 0 0 / 40%);
}

.fb-age-gate__eyebrow {
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .75rem;
	font-weight: 800;
}

.fb-age-gate__actions {
	display: flex;
	justify-content: center;
	gap: .75rem;
	flex-wrap: wrap;
	margin-top: var(--fb-space-3);
}

.fb-is-gated {
	overflow: hidden;
}

@media (max-width: 720px) {
	.fb-messages {
		grid-template-columns: 1fr;
	}

	.fb-messages__sidebar {
		border-right: 0;
		border-bottom: 1px solid var(--fb-border);
	}

	.fb-chat__form,
	.fb-list__row,
	.fb-swap {
		grid-template-columns: 1fr;
	}

	.fb-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
	}
}


/* FootBros logo-derived visual system. */
.fb-card,
.fb-media-card,
.fb-stat,
.fb-swap,
.fb-form,
.fb-messages,
.fb-call,
.fb-disclosure,
.fb-listing-actions,
.fb-notice {
	box-shadow: var(--fb-shadow-sm);
}

.fb-card,
.fb-media-card {
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fb-card:hover,
.fb-media-card:hover {
	transform: translateY(-.2rem);
	border-color: rgb(4 94 221 / 42%);
	box-shadow: var(--fb-shadow-md);
}

.fb-card__media {
	background: linear-gradient(135deg, rgb(220 233 247 / 88%), rgb(255 255 255 / 96%));
}

.fb-card__meta {
	color: var(--fb-blue-700);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.fb-card__body h3 a,
.fb-list a {
	color: var(--fb-navy-900);
}

.fb-card__footer strong {
	color: var(--fb-blue-600);
}

.fb-button--muted {
	border-color: rgb(4 94 221 / 36%);
	background: var(--fb-surface);
	color: var(--fb-navy-900) !important;
}

.fb-button--muted:hover,
.fb-button--muted:focus-visible {
	background: var(--fb-ice-100);
}

.fb-form input:focus,
.fb-form select:focus,
.fb-form textarea:focus,
.fb-filters input:focus,
.fb-filters select:focus,
.fb-chat__form textarea:focus {
	border-color: var(--fb-blue-600);
	outline: 3px solid rgb(0 167 255 / 20%);
	outline-offset: 1px;
}

.fb-stat {
	position: relative;
	overflow: hidden;
}

.fb-stat::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: .28rem;
	background: var(--fb-gradient);
}

.fb-stat strong {
	color: var(--fb-navy-900);
}

.fb-conversation.is-active,
.fb-conversation:hover {
	background: var(--fb-ice-100);
	color: var(--fb-navy-900);
}

.fb-chat__message {
	background: var(--fb-ice-100);
	color: var(--fb-navy-950);
}

.fb-chat__message.is-own {
	background: var(--fb-gradient);
	color: #fff;
	box-shadow: 0 .45rem 1rem rgb(4 94 221 / 18%);
}

.fb-call__stage {
	background:
		radial-gradient(circle at center, rgb(4 94 221 / 35%), transparent 55%),
		var(--fb-navy-950);
	border: 1px solid rgb(0 167 255 / 35%);
}

.fb-age-gate {
	background:
		radial-gradient(circle at 75% 20%, rgb(0 167 255 / 24%), transparent 30rem),
		rgb(8 14 28 / 94%);
}

.fb-age-gate__panel {
	border: 1px solid rgb(0 167 255 / 28%);
	box-shadow: 0 2rem 6rem rgb(0 0 0 / 45%);
}

.fb-age-gate__eyebrow {
	color: var(--fb-blue-600);
}

.fb-disclosure[open] {
	border-color: rgb(4 94 221 / 36%);
}

.fb-disclosure summary {
	color: var(--fb-navy-900);
}

.fb-media-card > img,
.fb-media-card > video {
	background: var(--fb-navy-950);
}

@media (prefers-reduced-motion: reduce) {
	.fb-card,
	.fb-media-card {
		transition: none;
	}
}


.fb-app-nav {
	position: relative;
}

.fb-app-nav__links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(.5rem, .35rem + .5vw, 1rem);
	flex-wrap: wrap;
}

.fb-app-nav__link {
	display: inline-flex;
	align-items: center;
	min-height: 2.6rem;
	padding: .55rem .7rem;
	border-radius: .6rem;
	color: #fff !important;
	font-weight: 750;
	text-decoration: none !important;
}

.fb-app-nav__link:hover,
.fb-app-nav__link:focus-visible,
.fb-app-nav__link--account {
	background: linear-gradient(135deg, #045EDD, #00A7FF);
	color: #fff !important;
}

.fb-app-nav__toggle {
	display: none;
	min-height: 2.7rem;
	padding: .6rem .9rem;
	border: 1px solid rgb(255 255 255 / 45%);
	border-radius: .65rem;
	background: transparent;
	color: #fff;
	font: inherit;
	font-weight: 800;
}

@media (max-width: 900px) {
	.fb-app-nav__toggle {
		display: inline-flex;
	}

	.fb-app-nav__links {
		position: absolute;
		z-index: 20;
		top: calc(100% + .75rem);
		right: 0;
		display: none;
		width: min(22rem, calc(100vw - 2rem));
		padding: .75rem;
		border: 1px solid rgb(255 255 255 / 18%);
		border-radius: 1rem;
		background: #04224E;
		box-shadow: 0 1rem 3rem rgb(0 0 0 / 30%);
	}

	.fb-app-nav__links.is-open {
		display: grid;
	}

	.fb-app-nav__link {
		width: 100%;
	}
}


/* -------------------------------------------------------------------------
   Permalink-independent application router
   ------------------------------------------------------------------------- */

body.fb-router-page {
	margin: 0;
	min-height: 100vh;
	background:
		radial-gradient(circle at 100% 0, rgb(0 167 255 / 14%), transparent 28rem),
		var(--fb-ice, #dce9f7);
	color: var(--fb-ink, #080e1c);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fb-router-header {
	position: sticky;
	z-index: 10000;
	top: 0;
	border-bottom: 1px solid rgb(255 255 255 / 14%);
	background: linear-gradient(135deg, #080e1c, #04224e 58%, #045edd);
	box-shadow: 0 .5rem 2rem rgb(4 34 78 / 22%);
}

.admin-bar .fb-router-header {
	top: 32px;
}

.fb-router-header__inner,
.fb-router-main,
.fb-router-footer__inner {
	width: min(1240px, calc(100% - 2rem));
	margin-inline: auto;
}

.fb-router-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	min-height: 82px;
	padding-block: .65rem;
}

.fb-router-brand {
	display: inline-flex;
	flex: 0 1 245px;
	align-items: center;
}

.fb-router-brand img {
	display: block;
	width: min(245px, 52vw);
	max-height: 62px;
	object-fit: contain;
}

.fb-router-main {
	min-height: 65vh;
	padding-block: clamp(2rem, 4vw, 4.5rem);
}

.fb-router-title {
	margin-bottom: clamp(1.5rem, 3vw, 3rem);
}

.fb-router-title h1 {
	margin: .2rem 0 0;
	color: #04224e;
	font-size: clamp(2rem, 1.4rem + 3vw, 4.5rem);
	line-height: 1;
	letter-spacing: -.045em;
}

.fb-router-kicker {
	margin: 0;
	color: #045edd;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.fb-router-footer {
	border-top: 1px solid rgb(255 255 255 / 12%);
	background: #080e1c;
	color: #fff;
}

.fb-router-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-block: 1.6rem;
}

.fb-router-footer a {
	color: #00a7ff;
	font-weight: 800;
}

.fb-app-nav {
	position: relative;
}

.fb-app-nav__links {
	display: flex;
	align-items: center;
	gap: clamp(.5rem, 1vw, 1rem);
}

.fb-app-nav__link {
	display: inline-flex;
	align-items: center;
	min-height: 2.7rem;
	padding: .55rem .72rem;
	border-radius: .65rem;
	color: #fff !important;
	font-size: .9rem;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}

.fb-app-nav__link:hover,
.fb-app-nav__link:focus-visible {
	background: rgb(255 255 255 / 12%);
	color: #00a7ff !important;
}

.fb-app-nav__link--account {
	border: 1px solid #00a7ff;
}

.fb-app-nav__toggle {
	display: none;
	min-height: 2.75rem;
	padding: .65rem 1rem;
	border: 1px solid rgb(255 255 255 / 35%);
	border-radius: .65rem;
	background: transparent;
	color: #fff;
	font: inherit;
	font-weight: 900;
}

@media (max-width: 940px) {
	.fb-app-nav__toggle {
		display: inline-flex;
	}

	.fb-app-nav__links {
		position: absolute;
		top: calc(100% + .65rem);
		right: 0;
		display: none;
		width: min(20rem, calc(100vw - 2rem));
		padding: .75rem;
		border: 1px solid rgb(255 255 255 / 14%);
		border-radius: .9rem;
		background: #04224e;
		box-shadow: 0 1.25rem 3rem rgb(0 0 0 / 28%);
	}

	.fb-app-nav__links.is-open {
		display: grid;
	}

	.fb-app-nav__link {
		width: 100%;
	}

	.fb-router-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 782px) {
	.admin-bar .fb-router-header {
		top: 46px;
	}
}


/* =========================================================================
   Navigation, contrast and hover repair — 0.9.5
   These rules intentionally appear last to override older duplicated rules.
   ========================================================================= */

.fb-app-nav,
.fb-app-nav *,
.fb-button,
.fb-card,
.fb-media-card {
	box-sizing: border-box;
}

.fb-app-nav {
	position: relative;
	z-index: 30;
	flex: 0 1 auto;
}

.fb-app-nav__links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(.3rem, .2rem + .45vw, .8rem);
	margin: 0;
	padding: 0;
}

.fb-app-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: .62rem .82rem;
	border: 1px solid transparent;
	border-radius: .7rem;
	background: transparent !important;
	color: #04224e !important;
	font-size: clamp(.84rem, .81rem + .12vw, .95rem);
	font-weight: 800;
	line-height: 1.15;
	opacity: 1 !important;
	text-decoration: none !important;
	text-shadow: none !important;
	white-space: nowrap;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

/* Light Gutenberg header. */
.fb-site-header .fb-app-nav__link {
	color: #04224e !important;
}

.fb-site-header .fb-app-nav__link:hover,
.fb-site-header .fb-app-nav__link:focus-visible,
.fb-site-header .fb-app-nav__link.is-current,
.fb-site-header .fb-app-nav__link[aria-current="page"] {
	border-color: #045edd !important;
	background: linear-gradient(135deg, #04224e 0%, #045edd 58%, #00a7ff 100%) !important;
	color: #ffffff !important;
	box-shadow: 0 .55rem 1.3rem rgb(4 94 221 / 22%);
	transform: translateY(-1px);
}

.fb-site-header .fb-app-nav__link--account {
	border-color: #045edd !important;
	background: #045edd !important;
	color: #ffffff !important;
}

.fb-site-header .fb-app-nav__link--account:hover,
.fb-site-header .fb-app-nav__link--account:focus-visible {
	background: #04224e !important;
	color: #ffffff !important;
}

/* Dark plugin-owned application header. */
.fb-router-header .fb-app-nav__link {
	color: #ffffff !important;
}

.fb-router-header .fb-app-nav__link:hover,
.fb-router-header .fb-app-nav__link:focus-visible,
.fb-router-header .fb-app-nav__link.is-current,
.fb-router-header .fb-app-nav__link[aria-current="page"] {
	border-color: rgb(255 255 255 / 42%) !important;
	background: #ffffff !important;
	color: #04224e !important;
	box-shadow: 0 .55rem 1.3rem rgb(0 0 0 / 22%);
	transform: translateY(-1px);
}

.fb-router-header .fb-app-nav__link--account {
	border-color: #00a7ff !important;
	background: #00a7ff !important;
	color: #080e1c !important;
}

.fb-router-header .fb-app-nav__link--account:hover,
.fb-router-header .fb-app-nav__link--account:focus-visible {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: #04224e !important;
}

/* Supports a saved native Gutenberg Navigation block as a fallback. */
.fb-site-header .wp-block-navigation-item__content,
.fb-site-header .wp-block-navigation-item__label {
	color: #04224e !important;
	opacity: 1 !important;
}

.fb-site-header .wp-block-navigation-item__content:hover,
.fb-site-header .wp-block-navigation-item__content:focus-visible {
	color: #045edd !important;
}

.fb-app-nav__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 2.8rem;
	padding: .65rem .95rem;
	border: 1px solid #045edd;
	border-radius: .7rem;
	background: #ffffff;
	color: #04224e;
	font: inherit;
	font-weight: 850;
	line-height: 1;
	cursor: pointer;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease,
		box-shadow 160ms ease;
}

.fb-app-nav__toggle:hover,
.fb-app-nav__toggle:focus-visible,
.fb-app-nav__toggle[aria-expanded="true"] {
	border-color: #04224e;
	background: #04224e;
	color: #ffffff;
	box-shadow: 0 .45rem 1.1rem rgb(4 34 78 / 20%);
}

.fb-router-header .fb-app-nav__toggle {
	border-color: rgb(255 255 255 / 55%);
	background: transparent;
	color: #ffffff;
}

.fb-router-header .fb-app-nav__toggle:hover,
.fb-router-header .fb-app-nav__toggle:focus-visible,
.fb-router-header .fb-app-nav__toggle[aria-expanded="true"] {
	border-color: #ffffff;
	background: #ffffff;
	color: #04224e;
}

/* Strong, visible component hover and focus states. */
.fb-button {
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease,
		color 160ms ease,
		transform 160ms ease;
}

.fb-button:hover,
.fb-button:focus-visible {
	border-color: #04224e !important;
	background: #04224e !important;
	color: #ffffff !important;
	filter: none !important;
	box-shadow: 0 .65rem 1.4rem rgb(4 34 78 / 24%);
	transform: translateY(-1px);
}

.fb-button--muted {
	border-color: #045edd !important;
	background: #ffffff !important;
	color: #04224e !important;
}

.fb-button--muted:hover,
.fb-button--muted:focus-visible {
	border-color: #045edd !important;
	background: #045edd !important;
	color: #ffffff !important;
}

.fb-button--danger:hover,
.fb-button--danger:focus-visible {
	border-color: #7e151d !important;
	background: #7e151d !important;
	color: #ffffff !important;
}

.fb-card,
.fb-media-card {
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.fb-card:hover,
.fb-card:focus-within,
.fb-media-card:hover,
.fb-media-card:focus-within {
	border-color: rgb(4 94 221 / 48%);
	box-shadow: 0 1rem 2.6rem rgb(4 34 78 / 18%);
	transform: translateY(-2px);
}

.fb-card h3 a,
.fb-list a,
.fb-swap a {
	color: #04224e;
	font-weight: 800;
	text-decoration-thickness: .09em;
	text-underline-offset: .2em;
}

.fb-card h3 a:hover,
.fb-card h3 a:focus-visible,
.fb-list a:hover,
.fb-list a:focus-visible,
.fb-swap a:hover,
.fb-swap a:focus-visible {
	color: #045edd;
}

.fb-form input,
.fb-form select,
.fb-form textarea,
.fb-filters input,
.fb-filters select,
.fb-chat__form textarea {
	border-color: rgb(4 34 78 / 30%) !important;
	background: #ffffff !important;
	color: #080e1c !important;
	opacity: 1 !important;
}

.fb-form input::placeholder,
.fb-form textarea::placeholder,
.fb-chat__form textarea::placeholder {
	color: #53657a;
	opacity: 1;
}

.fb-form input:focus,
.fb-form select:focus,
.fb-form textarea:focus,
.fb-filters input:focus,
.fb-filters select:focus,
.fb-chat__form textarea:focus {
	border-color: #045edd !important;
	outline: 3px solid rgb(0 167 255 / 24%);
	outline-offset: 1px;
	box-shadow: 0 0 0 1px #045edd;
}

@media (max-width: 940px) {
	.fb-app-nav__toggle {
		display: inline-flex;
	}

	.fb-app-nav__links {
		position: absolute;
		z-index: 100;
		top: calc(100% + .75rem);
		right: 0;
		display: none;
		width: min(22rem, calc(100vw - 2rem));
		max-height: min(70vh, 34rem);
		overflow-y: auto;
		padding: .75rem;
		border: 1px solid rgb(4 94 221 / 28%);
		border-radius: 1rem;
		background: #ffffff;
		box-shadow: 0 1.2rem 3.4rem rgb(4 34 78 / 26%);
	}

	.fb-app-nav__links.is-open {
		display: grid;
		gap: .35rem;
	}

	.fb-app-nav__link {
		justify-content: flex-start;
		width: 100%;
		color: #04224e !important;
	}

	.fb-site-header .fb-app-nav__link--account,
	.fb-router-header .fb-app-nav__link--account {
		justify-content: center;
	}

	.fb-router-header .fb-app-nav__links {
		border-color: rgb(255 255 255 / 20%);
		background: #04224e;
	}

	.fb-router-header .fb-app-nav__link {
		color: #ffffff !important;
	}

	.fb-router-header .fb-app-nav__link:hover,
	.fb-router-header .fb-app-nav__link:focus-visible,
	.fb-router-header .fb-app-nav__link.is-current,
	.fb-router-header .fb-app-nav__link[aria-current="page"] {
		background: #ffffff !important;
		color: #04224e !important;
	}
}

@media (max-width: 782px) {
	.fb-router-header__inner {
		min-height: 70px;
	}

	.fb-router-brand {
		flex-basis: min(190px, 55vw);
	}

	.fb-router-brand img {
		width: min(190px, 55vw);
	}
}

@media (prefers-reduced-motion: reduce) {
	.fb-app-nav__link,
	.fb-app-nav__toggle,
	.fb-button,
	.fb-card,
	.fb-media-card {
		transition: none !important;
	}
}


/* Site-repair additions — 0.9.6 */
.fb-demo-badge {
	display: inline-flex;
	align-items: center;
	margin-right: .45rem;
	padding: .18rem .5rem;
	border-radius: 999px;
	background: #00a7ff;
	color: #080e1c;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.fb-router-footer p {
	margin: 0;
}


/* =========================================================================
   Seller listing manager and categorised 18+ media library — 1.0.0
   ========================================================================= */

.fb-manager {
	display: grid;
	gap: clamp(1.25rem, 1rem + 1vw, 2.5rem);
}

.fb-manager__header,
.fb-manager-section__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.fb-manager__header h2,
.fb-manager-section__heading h3 {
	margin: .15rem 0 .45rem;
	color: #04224e;
}

.fb-manager__eyebrow {
	margin: 0;
	color: #045edd;
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.fb-manager-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	padding: .55rem;
	border: 1px solid rgb(4 34 78 / 14%);
	border-radius: 1rem;
	background: #ffffff;
	box-shadow: 0 .5rem 1.5rem rgb(4 34 78 / 8%);
}

.fb-manager-tabs a {
	display: inline-flex;
	align-items: center;
	min-height: 2.65rem;
	padding: .6rem .9rem;
	border-radius: .7rem;
	color: #04224e;
	font-weight: 850;
	text-decoration: none;
}

.fb-manager-tabs a:hover,
.fb-manager-tabs a:focus-visible,
.fb-manager-tabs a.is-current {
	background: linear-gradient(135deg, #04224e, #045edd 65%, #00a7ff);
	color: #ffffff;
}

.fb-manager-section {
	display: grid;
	gap: 1rem;
	scroll-margin-top: 7rem;
}

.fb-manager-list {
	display: grid;
	gap: .85rem;
}

.fb-manager-row {
	display: grid;
	grid-template-columns: 6rem minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid rgb(4 34 78 / 14%);
	border-radius: 1rem;
	background: #ffffff;
	box-shadow: 0 .45rem 1.4rem rgb(4 34 78 / 7%);
}

.fb-manager-row__image {
	display: grid;
	place-items: center;
	width: 6rem;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: .75rem;
	background: linear-gradient(135deg, #dce9f7, #ffffff);
	color: #045edd;
	font-size: 1.5rem;
	font-weight: 900;
}

.fb-manager-row__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fb-manager-row__content {
	min-width: 0;
}

.fb-manager-row__content h4 {
	margin: .35rem 0 .2rem;
	color: #04224e;
	font-size: clamp(1.05rem, 1rem + .25vw, 1.3rem);
}

.fb-manager-row__content p {
	margin: 0;
}

.fb-manager-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: .45rem;
	flex-wrap: wrap;
}

.fb-manager-actions form {
	margin: 0;
}

.fb-button--small {
	min-height: 2.35rem;
	padding: .5rem .72rem;
	font-size: .84rem;
}

.fb-manager-form {
	box-shadow: 0 1rem 2.8rem rgb(4 34 78 / 10%);
}

.fb-upload-panel,
.fb-current-media,
.fb-consent-box {
	padding: 1rem;
	border: 1px solid rgb(4 94 221 / 20%);
	border-radius: .9rem;
	background: #f6f9fd;
}

.fb-current-image {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: .85rem;
}

.fb-current-image img {
	width: min(13rem, 100%);
	height: auto;
	border-radius: .75rem;
}

.fb-check {
	display: inline-flex !important;
	grid-template-columns: none !important;
	align-items: flex-start;
	gap: .55rem !important;
	font-weight: 650;
}

.fb-check input {
	flex: 0 0 auto;
	width: 1.1rem !important;
	min-height: 1.1rem !important;
	margin-top: .2rem;
}

.fb-category-picker {
	margin: 0;
	padding: 1rem;
	border: 1px solid rgb(4 34 78 / 20%);
	border-radius: .9rem;
}

.fb-category-picker legend {
	padding-inline: .35rem;
	color: #04224e;
	font-weight: 850;
}

.fb-category-picker__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	gap: .75rem;
}

.fb-consent-box {
	margin-block: 1rem;
	border-left: .4rem solid #00a7ff;
}

.fb-consent-box p {
	margin-top: 0;
}

.fb-empty-state {
	display: grid;
	justify-items: start;
	gap: .65rem;
	padding: clamp(1.25rem, 1rem + 1vw, 2rem);
	border: 1px dashed rgb(4 94 221 / 42%);
	border-radius: 1rem;
	background: rgb(255 255 255 / 72%);
}

.fb-empty-state h3,
.fb-empty-state p {
	margin: 0;
}

.fb-dashboard-media,
.fb-media-grid--managed {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
	gap: 1rem;
}

.fb-managed-media-card {
	position: relative;
	overflow: hidden;
}

.fb-managed-media-card__preview {
	position: relative;
	display: grid;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #080e1c;
}

.fb-managed-media-card__preview img,
.fb-managed-media-card__preview video,
.fb-current-media img,
.fb-current-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fb-current-media {
	max-width: 38rem;
}

.fb-current-media img,
.fb-current-media video {
	max-height: 28rem;
	border-radius: .75rem;
}

.fb-status-badge {
	position: absolute;
	top: .65rem;
	left: .65rem;
	display: inline-flex;
	align-items: center;
	padding: .32rem .58rem;
	border: 1px solid rgb(255 255 255 / 35%);
	border-radius: 999px;
	background: rgb(8 14 28 / 84%);
	color: #ffffff;
	font-size: .74rem;
	font-weight: 900;
	backdrop-filter: blur(8px);
}

.fb-status-badge--approved {
	background: rgb(0 105 70 / 88%);
}

.fb-status-badge--rejected {
	background: rgb(166 27 27 / 90%);
}

.fb-media-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem;
}

.fb-media-tags a,
.fb-media-tags span {
	display: inline-flex;
	align-items: center;
	padding: .28rem .52rem;
	border-radius: 999px;
	background: #dce9f7;
	color: #04224e;
	font-size: .74rem;
	font-weight: 800;
	text-decoration: none;
}

.fb-media-tags a:hover,
.fb-media-tags a:focus-visible {
	background: #045edd;
	color: #ffffff;
}

.fb-media-placeholder {
	display: grid;
	place-items: center;
	min-height: 14rem;
	color: #ffffff;
	font-weight: 800;
}

.fb-media-filters {
	grid-template-columns: repeat(3, minmax(11rem, 1fr)) auto auto;
	padding: 1rem;
	border: 1px solid rgb(4 34 78 / 14%);
	border-radius: 1rem;
	background: #ffffff;
}

.fb-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

.fb-owner-controls {
	display: grid;
	gap: .75rem;
	margin-top: 1.25rem;
	padding: 1rem;
	border: 1px solid rgb(4 94 221 / 22%);
	border-left: .4rem solid #045edd;
	border-radius: 1rem;
	background: #f6f9fd;
}

.fb-notice--success {
	border-color: #15805d;
	background: #e9f8f1;
}

.fb-notice--error {
	border-color: #a61b1b;
	background: #fff0f0;
}

@media (max-width: 900px) {
	.fb-manager-row {
		grid-template-columns: 5rem minmax(0, 1fr);
	}

	.fb-manager-row__image {
		width: 5rem;
	}

	.fb-manager-row .fb-manager-actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.fb-media-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.fb-manager__header,
	.fb-manager-section__heading {
		display: grid;
	}

	.fb-manager__header .fb-toolbar,
	.fb-manager__header .fb-button,
	.fb-manager-section__heading .fb-button {
		width: 100%;
	}

	.fb-manager-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.fb-manager-tabs a {
		justify-content: center;
	}

	.fb-manager-row {
		grid-template-columns: 1fr;
	}

	.fb-manager-row__image {
		width: 100%;
		aspect-ratio: 16 / 9;
	}

	.fb-manager-row .fb-manager-actions {
		grid-column: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.fb-manager-actions form,
	.fb-manager-actions .fb-button,
	.fb-manager-actions button {
		width: 100%;
	}

	.fb-media-filters {
		grid-template-columns: 1fr;
	}

	.fb-dashboard-media,
	.fb-media-grid--managed {
		grid-template-columns: 1fr;
	}
}


/* =========================================================================
   Protected media player — 1.0.1
   ========================================================================= */

.fb-video-player {
	--fb-video-progress: 0%;
	--fb-video-buffered: 0%;
	position: relative;
	display: grid;
	width: 100%;
	overflow: hidden;
	background: #080e1c;
	color: #ffffff;
	outline: none;
}

.fb-video-player:focus-visible {
	box-shadow: inset 0 0 0 3px #00a7ff;
}

.fb-video-player__stage {
	position: relative;
	display: grid;
	aspect-ratio: 16 / 9;
	background:
		radial-gradient(circle at center, rgb(4 94 221 / 22%), transparent 55%),
		#080e1c;
	overflow: hidden;
}

.fb-video-player__video {
	display: block;
	width: 100%;
	height: 100%;
	background: #080e1c;
	object-fit: contain;
}

.fb-video-player__overlay {
	position: absolute;
	z-index: 2;
	inset: 50% auto auto 50%;
	display: none;
	width: clamp(3.5rem, 9vw, 5.25rem);
	aspect-ratio: 1;
	border: 1px solid rgb(255 255 255 / 62%);
	border-radius: 50%;
	background: rgb(8 14 28 / 72%);
	color: #ffffff;
	font: inherit;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		transform 160ms ease,
		opacity 160ms ease;
	backdrop-filter: blur(8px);
}

.fb-video-player.is-enhanced .fb-video-player__overlay {
	display: grid;
	place-items: center;
}

.fb-video-player.is-playing .fb-video-player__overlay {
	opacity: 0;
	pointer-events: none;
}

.fb-video-player__overlay:hover,
.fb-video-player__overlay:focus-visible {
	border-color: #00a7ff;
	background: #045edd;
	transform: translate(-50%, -50%) scale(1.06);
}

.fb-video-player__status {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 1rem;
	max-width: calc(100% - 2rem);
	padding: .35rem .65rem;
	border-radius: 999px;
	background: rgb(8 14 28 / 82%);
	color: #ffffff;
	font-size: .8rem;
	font-weight: 750;
	text-align: center;
	transform: translateX(-50%);
	pointer-events: none;
}

.fb-video-player__status:empty {
	display: none;
}

.fb-video-controls {
	display: none;
	grid-template-columns: auto auto minmax(5rem, 1fr) auto minmax(4rem, 6rem) auto auto auto auto;
	align-items: center;
	gap: .45rem;
	min-height: 3.75rem;
	padding: .55rem .65rem;
	border-top: 1px solid rgb(255 255 255 / 14%);
	background: linear-gradient(180deg, #10213f, #080e1c);
}

.fb-video-player.is-enhanced .fb-video-controls {
	display: grid;
}

.fb-video-control,
.fb-video-speed {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.55rem;
	min-height: 2.55rem;
	padding: .45rem .58rem;
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: .55rem;
	background: rgb(255 255 255 / 6%);
	color: #ffffff !important;
	font: inherit;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition:
		background-color 150ms ease,
		border-color 150ms ease,
		color 150ms ease,
		transform 150ms ease;
}

.fb-video-control:hover,
.fb-video-control:focus-visible,
.fb-video-speed:hover,
.fb-video-speed:focus-visible {
	border-color: #00a7ff;
	background: #045edd;
	color: #ffffff !important;
	outline: none;
	transform: translateY(-1px);
}

.fb-video-time {
	min-width: 5.4rem;
	color: #dce9f7;
	font-variant-numeric: tabular-nums;
	font-size: .78rem;
	font-weight: 750;
	white-space: nowrap;
}

.fb-video-progress-wrap,
.fb-video-volume-wrap,
.fb-video-speed-wrap {
	display: grid;
	align-items: center;
	margin: 0;
}

.fb-video-progress,
.fb-video-volume {
	width: 100%;
	height: 1.35rem;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: pointer;
	appearance: none;
}

.fb-video-progress::-webkit-slider-runnable-track {
	height: .38rem;
	border-radius: 999px;
	background:
		linear-gradient(
			to right,
			#00a7ff 0 var(--fb-video-progress),
			rgb(255 255 255 / 34%) var(--fb-video-progress) var(--fb-video-buffered),
			rgb(255 255 255 / 15%) var(--fb-video-buffered) 100%
		);
}

.fb-video-progress::-moz-range-track {
	height: .38rem;
	border-radius: 999px;
	background: rgb(255 255 255 / 15%);
}

.fb-video-progress::-moz-range-progress {
	height: .38rem;
	border-radius: 999px;
	background: #00a7ff;
}

.fb-video-progress::-webkit-slider-thumb,
.fb-video-volume::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.31rem;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #00a7ff;
	box-shadow: 0 .15rem .45rem rgb(0 0 0 / 35%);
	appearance: none;
}

.fb-video-progress::-moz-range-thumb,
.fb-video-volume::-moz-range-thumb {
	width: .85rem;
	height: .85rem;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #00a7ff;
	box-shadow: 0 .15rem .45rem rgb(0 0 0 / 35%);
}

.fb-video-volume::-webkit-slider-runnable-track {
	height: .34rem;
	border-radius: 999px;
	background: rgb(255 255 255 / 34%);
}

.fb-video-volume::-moz-range-track {
	height: .34rem;
	border-radius: 999px;
	background: rgb(255 255 255 / 34%);
}

.fb-video-progress:focus-visible,
.fb-video-volume:focus-visible {
	outline: 2px solid #00a7ff !important;
	outline-offset: 3px;
}

.fb-video-speed {
	min-width: 4.15rem;
	padding-right: 1.25rem;
	background-color: rgb(255 255 255 / 6%);
}

.fb-video-speed option {
	background: #080e1c;
	color: #ffffff;
}

.fb-video-download {
	gap: .35rem;
	min-width: auto;
	padding-inline: .7rem;
	border-color: #00a7ff;
	background: #00a7ff;
	color: #080e1c !important;
}

.fb-video-download:hover,
.fb-video-download:focus-visible {
	border-color: #ffffff;
	background: #ffffff;
	color: #04224e !important;
}

.fb-video-player.is-buffering .fb-video-player__stage::after {
	content: "";
	position: absolute;
	z-index: 4;
	inset: 50% auto auto 50%;
	width: 2.25rem;
	aspect-ratio: 1;
	border: .25rem solid rgb(255 255 255 / 28%);
	border-top-color: #00a7ff;
	border-radius: 50%;
	animation: fb-video-spin .8s linear infinite;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.fb-video-player.has-error .fb-video-player__video {
	opacity: .35;
}

.fb-video-player:fullscreen,
.fb-video-player.is-fullscreen {
	width: 100%;
	height: 100%;
	background: #000000;
}

.fb-video-player:fullscreen .fb-video-player__stage,
.fb-video-player.is-fullscreen .fb-video-player__stage {
	min-height: 0;
	height: calc(100% - 4rem);
	aspect-ratio: auto;
}

.fb-image-preview {
	position: relative;
	height: 100%;
}

.fb-image-preview > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fb-media-download--image {
	position: absolute;
	right: .75rem;
	bottom: .75rem;
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem;
	padding: .55rem .8rem;
	border: 1px solid rgb(255 255 255 / 65%);
	border-radius: .6rem;
	background: rgb(8 14 28 / 78%);
	color: #ffffff !important;
	font-weight: 800;
	text-decoration: none !important;
	backdrop-filter: blur(7px);
}

.fb-media-download--image:hover,
.fb-media-download--image:focus-visible {
	border-color: #00a7ff;
	background: #045edd;
	color: #ffffff !important;
}

@keyframes fb-video-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@media (max-width: 860px) {
	.fb-video-controls {
		grid-template-columns: auto auto minmax(5rem, 1fr) auto auto auto;
	}

	.fb-video-volume-wrap {
		display: none;
	}

	.fb-video-speed-wrap {
		grid-column: auto;
	}

	.fb-video-download__label {
		display: none;
	}
}

@media (max-width: 620px) {
	.fb-video-controls {
		grid-template-columns: auto 1fr auto auto auto;
		gap: .35rem;
	}

	.fb-video-time {
		display: none;
	}

	.fb-video-progress-wrap {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.fb-video-control,
	.fb-video-speed {
		min-width: 2.45rem;
		min-height: 2.45rem;
		padding: .42rem;
	}

	.fb-video-speed {
		min-width: 3.55rem;
		padding-right: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fb-video-player__overlay,
	.fb-video-control,
	.fb-video-speed {
		transition: none;
	}

	.fb-video-player.is-buffering .fb-video-player__stage::after {
		animation-duration: 1.6s;
	}
}


/* =========================================================================
   Protected media AJAX upload progress — 1.0.2
   ========================================================================= */

.fb-upload-field {
	display: grid;
	gap: .55rem;
}

.fb-selected-file {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: .5rem 1rem;
	padding: .7rem .85rem;
	border: 1px solid rgb(4 94 221 / 22%);
	border-radius: .75rem;
	background: rgb(220 233 247 / 55%);
	color: #04224e;
}

.fb-selected-file strong {
	overflow-wrap: anywhere;
}

.fb-selected-file span {
	color: #53657a;
	font-size: .9rem;
	font-weight: 700;
}

.fb-upload-progress {
	display: grid;
	gap: .75rem;
	padding: clamp(1rem, 2.5vw, 1.35rem);
	border: 1px solid rgb(4 94 221 / 30%);
	border-radius: 1rem;
	background:
		linear-gradient(135deg, rgb(220 233 247 / 78%), rgb(255 255 255 / 96%));
	box-shadow: 0 .8rem 2rem rgb(4 34 78 / 10%);
}

.fb-upload-progress[hidden],
.fb-upload-error[hidden],
.fb-selected-file[hidden] {
	display: none !important;
}

.fb-upload-progress__header,
.fb-upload-progress__details,
.fb-upload-progress__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
}

.fb-upload-progress__header strong {
	color: #04224e;
}

.fb-upload-progress__header [data-fb-upload-percent] {
	min-width: 3.25rem;
	color: #045edd;
	font-size: 1.05rem;
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	text-align: right;
}

.fb-upload-progress__meter {
	width: 100%;
	height: 1rem;
	overflow: hidden;
	border: 0;
	border-radius: 999px;
	background: #b2b4b8;
	appearance: none;
}

.fb-upload-progress__meter::-webkit-progress-bar {
	border-radius: 999px;
	background: #b2b4b8;
}

.fb-upload-progress__meter::-webkit-progress-value {
	border-radius: 999px;
	background: linear-gradient(90deg, #045edd, #00a7ff);
	transition: width 140ms ease;
}

.fb-upload-progress__meter::-moz-progress-bar {
	border-radius: 999px;
	background: linear-gradient(90deg, #045edd, #00a7ff);
}

.fb-upload-progress__details {
	flex-wrap: wrap;
	color: #53657a;
	font-size: .88rem;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
}

.fb-upload-progress__details [data-fb-upload-speed],
.fb-upload-progress__details [data-fb-upload-eta] {
	margin-left: auto;
}

.fb-upload-progress__actions {
	justify-content: flex-end;
}

.fb-upload-error {
	margin: 0;
}

.fb-manager-form[aria-busy="true"] {
	cursor: progress;
}

.fb-manager-form[aria-busy="true"] [data-fb-upload-submit] {
	opacity: .68;
	cursor: wait;
}

@media (max-width: 640px) {
	.fb-upload-progress__header,
	.fb-upload-progress__details {
		align-items: flex-start;
		flex-direction: column;
	}

	.fb-upload-progress__header [data-fb-upload-percent],
	.fb-upload-progress__details [data-fb-upload-speed],
	.fb-upload-progress__details [data-fb-upload-eta] {
		margin-left: 0;
		text-align: left;
	}

	.fb-upload-progress__actions .fb-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fb-upload-progress__meter::-webkit-progress-value {
		transition: none;
	}
}


/* =========================================================================
   FootBros Community Commerce — profiles, friends, channels, rooms and wallet
   ========================================================================= */

.fb-manager,
.fb-profile-shell {
	display: grid;
	gap: clamp(1.25rem, 2.4vw, 2.5rem);
}

.fb-manager__header,
.fb-profile-hero,
.fb-channel-hero,
.fb-room-hero,
.fb-seller-panel {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: clamp(1rem, 3vw, 2.5rem);
	padding: clamp(1.15rem, 3vw, 2.2rem);
	border: 1px solid rgb(4 94 221 / 18%);
	border-radius: 1.15rem;
	background: #ffffff;
	box-shadow: 0 .8rem 2.5rem rgb(4 34 78 / 9%);
}

.fb-manager__header h2,
.fb-profile-hero h2,
.fb-channel-hero h2,
.fb-room-hero h2 {
	margin: .2rem 0 .5rem;
	color: #04224e;
	font-size: clamp(1.8rem, 1.35rem + 2vw, 3.2rem);
	line-height: 1.05;
	letter-spacing: -.035em;
}

.fb-manager__eyebrow {
	margin: 0;
	color: #045edd;
	font-size: .75rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.fb-profile-hero__avatar {
	position: relative;
	flex: 0 0 auto;
}

.fb-profile-hero__avatar img,
.fb-member-card__avatar img,
.fb-channel-card__owner img,
.fb-member-summary img {
	display: block;
	border: 3px solid #ffffff;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 .45rem 1.4rem rgb(4 34 78 / 18%);
}

.fb-profile-verified {
	position: absolute;
	right: -.3rem;
	bottom: -.4rem;
	padding: .28rem .6rem;
	border: 2px solid #ffffff;
	border-radius: 999px;
	background: #00a7ff;
	color: #080e1c;
	font-size: .7rem;
	font-weight: 900;
	white-space: nowrap;
}

.fb-profile-hero__body {
	flex: 1 1 auto;
	min-width: 0;
}

.fb-profile-tagline {
	margin: .35rem 0;
	font-size: clamp(1rem, .94rem + .3vw, 1.25rem);
	font-weight: 650;
}

.fb-profile-meta,
.fb-media-tags,
.fb-seller-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .45rem .8rem;
}

.fb-profile-meta span,
.fb-media-tags > span,
.fb-media-tags > a {
	display: inline-flex;
	align-items: center;
	min-height: 1.85rem;
	padding: .25rem .55rem;
	border-radius: 999px;
	background: #eef6ff;
	color: #04224e;
	font-size: .76rem;
	font-weight: 800;
	text-decoration: none;
}

.fb-profile-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
}

.fb-profile-panel,
.fb-manager-section,
.fb-wallet-balance,
.fb-danger-zone {
	padding: clamp(1rem, 2.5vw, 1.8rem);
	border: 1px solid rgb(4 34 78 / 15%);
	border-radius: 1rem;
	background: #ffffff;
	box-shadow: 0 .65rem 2rem rgb(4 34 78 / 8%);
}

.fb-profile-panel h3,
.fb-manager-section h3 {
	margin-top: 0;
	color: #04224e;
}

.fb-manager-section__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.fb-member-grid,
.fb-channel-grid,
.fb-room-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 255px), 1fr));
	gap: 1rem;
}

.fb-member-card,
.fb-channel-card,
.fb-room-card {
	display: flex;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid rgb(4 34 78 / 15%);
	border-radius: 1rem;
	background: #ffffff;
	box-shadow: 0 .55rem 1.7rem rgb(4 34 78 / 8%);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.fb-member-card:hover,
.fb-channel-card:hover,
.fb-room-card:hover {
	border-color: rgb(4 94 221 / 45%);
	box-shadow: 0 .9rem 2.2rem rgb(4 34 78 / 15%);
	transform: translateY(-2px);
}

.fb-member-card.is-compact {
	padding: .75rem;
}

.fb-member-card__avatar,
.fb-channel-card__owner {
	flex: 0 0 auto;
}

.fb-member-card__body,
.fb-channel-card__body,
.fb-room-card__body {
	flex: 1 1 auto;
	min-width: 0;
}

.fb-member-card h3,
.fb-channel-card h3,
.fb-room-card h3 {
	margin: 0 0 .35rem;
	color: #04224e;
}

.fb-member-card__actions,
.fb-inline-actions,
.fb-manager-actions,
.fb-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .55rem;
}

.fb-inline-actions form,
.fb-manager-actions form,
.fb-toolbar form {
	margin: 0;
}

.fb-mini-verified {
	display: inline-flex;
	padding: .18rem .45rem;
	border-radius: 999px;
	background: #dce9f7;
	color: #04224e;
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
}

.fb-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .4rem;
	margin-block: .45rem;
	color: #384a60;
	font-size: .9rem;
	font-weight: 750;
}

.fb-rating__stars,
.fb-review__rating {
	color: #045edd;
	letter-spacing: .06em;
}

.fb-rating.is-compact {
	font-size: .78rem;
}

.fb-review-list {
	display: grid;
	gap: .8rem;
}

.fb-review {
	padding: 1rem;
	border: 1px solid rgb(4 34 78 / 14%);
	border-radius: .85rem;
	background: #f8fbff;
}

.fb-review__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: .65rem;
}

.fb-review p:last-child {
	margin-bottom: 0;
}

.fb-wallet-balance {
	background:
		radial-gradient(circle at 100% 0, rgb(0 167 255 / 24%), transparent 16rem),
		linear-gradient(135deg, #080e1c, #04224e 65%, #045edd);
	color: #ffffff;
}

.fb-wallet-balance strong {
	display: block;
	margin-top: .25rem;
	font-size: clamp(2rem, 1.4rem + 3vw, 4rem);
	line-height: 1;
}

.fb-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid rgb(4 34 78 / 14%);
	border-radius: .85rem;
	background: #ffffff;
}

.fb-data-table {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
}

.fb-data-table th,
.fb-data-table td {
	padding: .8rem;
	border-bottom: 1px solid rgb(4 34 78 / 10%);
	text-align: left;
	vertical-align: top;
}

.fb-data-table th {
	background: #eef6ff;
	color: #04224e;
	font-size: .78rem;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.fb-media-paywall {
	display: grid;
	place-items: center;
	min-height: 250px;
	padding: 1.25rem;
	background:
		radial-gradient(circle at 100% 0, rgb(0 167 255 / 20%), transparent 16rem),
		linear-gradient(145deg, #080e1c, #04224e);
	color: #ffffff;
	text-align: center;
}

.fb-media-paywall__icon {
	font-size: 2rem;
}

.fb-media-paywall h4 {
	margin: .4rem 0 0;
	color: #ffffff;
	font-size: 1.3rem;
}

.fb-media-paywall .fb-help,
.fb-media-paywall a:not(.fb-button) {
	color: #dce9f7;
}

.fb-channel-card,
.fb-room-card {
	flex-direction: column;
}

.fb-channel-card__owner {
	display: flex;
	align-items: center;
	gap: .65rem;
}

.fb-channel-hero,
.fb-room-hero {
	background:
		radial-gradient(circle at 100% 0, rgb(0 167 255 / 18%), transparent 20rem),
		#ffffff;
}

.fb-playlist-nav,
.fb-manager-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	padding: .65rem;
	border: 1px solid rgb(4 34 78 / 14%);
	border-radius: .9rem;
	background: #ffffff;
}

.fb-playlist-nav a,
.fb-manager-tabs a {
	padding: .55rem .78rem;
	border-radius: .6rem;
	color: #04224e;
	font-weight: 800;
	text-decoration: none;
}

.fb-playlist-nav a:hover,
.fb-playlist-nav a:focus-visible,
.fb-playlist-nav a.is-current,
.fb-manager-tabs a:hover,
.fb-manager-tabs a:focus-visible,
.fb-manager-tabs a.is-current {
	background: #045edd;
	color: #ffffff;
}

.fb-room-card__icon {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border-radius: .8rem;
	background: #eef6ff;
	font-size: 1.4rem;
}

.fb-room-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
	gap: 1rem;
}

.fb-room-chat,
.fb-room-sidebar {
	min-width: 0;
	padding: 1rem;
	border: 1px solid rgb(4 34 78 / 14%);
	border-radius: 1rem;
	background: #ffffff;
}

.fb-room-chat__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid rgb(4 34 78 / 10%);
}

.fb-room-chat__header h3 {
	margin: 0;
}

.fb-room-chat__log {
	display: flex;
	height: clamp(320px, 52vh, 620px);
	flex-direction: column;
	gap: .75rem;
	overflow-y: auto;
	padding: 1rem .25rem;
	scrollbar-gutter: stable;
}

.fb-room-message {
	display: flex;
	align-items: flex-start;
	gap: .6rem;
	max-width: min(88%, 720px);
}

.fb-room-message.is-own {
	align-self: flex-end;
	flex-direction: row-reverse;
}

.fb-room-message__avatar {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	object-fit: cover;
}

.fb-room-message__avatar--placeholder {
	display: grid;
	place-items: center;
	background: #dce9f7;
	color: #04224e;
	font-size: .68rem;
	font-weight: 900;
}

.fb-room-message__bubble {
	min-width: 0;
	padding: .72rem .85rem;
	border-radius: .9rem;
	background: #eef6ff;
	color: #080e1c;
}

.fb-room-message.is-own .fb-room-message__bubble {
	background: #045edd;
	color: #ffffff;
}

.fb-room-message.is-hidden {
	opacity: .65;
	font-style: italic;
}

.fb-room-message__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: .5rem;
	margin-bottom: .25rem;
	font-size: .72rem;
}

.fb-room-message__meta time {
	opacity: .75;
}

.fb-room-message__bubble p {
	margin: .25rem 0;
	overflow-wrap: anywhere;
}

.fb-room-message audio {
	width: min(100%, 320px);
	margin-top: .4rem;
}

.fb-room-chat__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: end;
	gap: .65rem;
	padding-top: .8rem;
	border-top: 1px solid rgb(4 34 78 / 10%);
}

.fb-room-chat__form textarea {
	width: 100%;
	min-height: 3rem;
	resize: vertical;
}

.fb-file-control {
	display: grid;
	gap: .25rem;
	font-size: .75rem;
	font-weight: 800;
}

.fb-file-control input {
	max-width: 190px;
}

.fb-room-chat__error {
	margin: .75rem 0 0;
	padding: .65rem;
	border-radius: .6rem;
	background: #fff1f2;
	color: #7e151d;
}

.fb-room-sidebar {
	align-self: start;
	display: grid;
	gap: .75rem;
}

.fb-room-sidebar h3 {
	margin: 0;
}

.fb-buddymeet-shell {
	min-height: 560px;
	overflow: hidden;
	border: 1px solid rgb(4 34 78 / 18%);
	border-radius: 1rem;
	background: #080e1c;
}

.fb-buddymeet-shell iframe {
	display: block;
	width: 100%;
	min-height: 720px;
	border: 0;
}

.fb-moderation-tabs {
	position: sticky;
	z-index: 5;
	top: 32px;
}

.fb-member-summary {
	display: flex;
	align-items: center;
	gap: .65rem;
}

.fb-inline-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .45rem;
}

.fb-inline-form input,
.fb-inline-form select {
	width: auto;
	min-width: 7rem;
}

.fb-danger-zone {
	border-color: rgb(180 28 42 / 32%);
	background: #fff8f8;
}

.fb-seller-summary {
	justify-content: space-between;
	margin-block: .55rem;
	padding-block: .55rem;
	border-block: 1px solid rgb(4 34 78 / 10%);
}

.fb-seller-summary > a {
	color: #04224e;
	font-weight: 850;
}

.fb-marketplace-seller {
	margin-block: 1rem;
}

.fb-filter-check {
	align-self: end;
	padding-bottom: .75rem;
}

@media (max-width: 900px) {
	.fb-manager__header,
	.fb-profile-hero,
	.fb-channel-hero,
	.fb-room-hero,
	.fb-seller-panel {
		flex-direction: column;
	}

	.fb-profile-grid,
	.fb-room-layout {
		grid-template-columns: 1fr;
	}

	.fb-room-sidebar {
		width: 100%;
	}
}

@media (max-width: 680px) {
	.fb-profile-hero {
		align-items: center;
		text-align: center;
	}

	.fb-profile-meta,
	.fb-profile-hero .fb-toolbar {
		justify-content: center;
	}

	.fb-member-card {
		flex-direction: column;
	}

	.fb-room-chat__form {
		grid-template-columns: 1fr;
	}

	.fb-file-control input {
		max-width: 100%;
	}

	.fb-room-message {
		max-width: 96%;
	}

	.fb-moderation-tabs {
		top: 46px;
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	.fb-moderation-tabs a {
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fb-member-card,
	.fb-channel-card,
	.fb-room-card {
		transition: none;
	}
}


/* =========================================================================
   FootBros Control Centre managed front end — 1.2.0
   ========================================================================= */

.fb-managed-home {
	background: var(--fb-ice, #dce9f7);
	color: var(--fb-ink, #080e1c);
}

.fb-managed-home__wide,
.fb-managed-footer__grid,
.fb-managed-footer__bottom {
	width: min(1240px, calc(100% - 2rem));
	margin-inline: auto;
}

.fb-managed-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(3rem, 8vw, 7.5rem);
	background:
		radial-gradient(circle at 100% 0, color-mix(in srgb, var(--fb-highlight, #00a7ff) 28%, transparent), transparent 32rem),
		linear-gradient(135deg, var(--fb-ink, #080e1c), var(--fb-navy, #04224e) 58%, var(--fb-accent, #045edd));
	color: #fff;
}

.fb-managed-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}

.fb-managed-hero h1 {
	max-width: 13ch;
	margin: .4rem 0 1.2rem;
	color: #fff;
	font-size: clamp(2.7rem, 1.5rem + 5vw, 6.5rem);
	line-height: .94;
	letter-spacing: -.055em;
}

.fb-managed-lead {
	max-width: 62ch;
	font-size: clamp(1.05rem, .98rem + .35vw, 1.32rem);
}

.fb-managed-lead p {
	margin: 0;
}

.fb-managed-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
	margin-top: 1.6rem;
}

.fb-managed-hero .fb-button {
	border-color: #fff !important;
	background: #fff !important;
	color: var(--fb-navy, #04224e) !important;
}

.fb-managed-hero .fb-button:hover,
.fb-managed-hero .fb-button:focus-visible {
	border-color: var(--fb-highlight, #00a7ff) !important;
	background: var(--fb-highlight, #00a7ff) !important;
	color: var(--fb-ink, #080e1c) !important;
}

.fb-managed-hero .fb-button--muted {
	border-color: rgb(255 255 255 / 48%) !important;
	background: transparent !important;
	color: #fff !important;
}

.fb-managed-hero .fb-button--muted:hover,
.fb-managed-hero .fb-button--muted:focus-visible {
	border-color: #fff !important;
	background: #fff !important;
	color: var(--fb-navy, #04224e) !important;
}

.fb-managed-hero__panel,
.fb-managed-hero__image {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: 1.4rem;
	background: rgb(255 255 255 / 10%);
	box-shadow: 0 1.6rem 5rem rgb(0 0 0 / 25%);
	backdrop-filter: blur(10px);
}

.fb-managed-hero__panel {
	padding: clamp(1.4rem, 3vw, 2.5rem);
}

.fb-managed-hero__panel h2 {
	margin-top: 0;
	color: #fff;
	font-size: clamp(1.5rem, 1.25rem + 1vw, 2.2rem);
}

.fb-managed-hero__panel ul {
	display: grid;
	gap: .8rem;
	margin: 1.4rem 0;
	padding: 0;
	list-style: none;
}

.fb-managed-hero__panel li {
	position: relative;
	padding-left: 1.7rem;
	font-weight: 750;
}

.fb-managed-hero__panel li::before {
	position: absolute;
	top: .1rem;
	left: 0;
	color: var(--fb-highlight, #00a7ff);
	content: "✓";
	font-weight: 900;
}

.fb-managed-hero__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.fb-kicker {
	margin: 0;
	color: var(--fb-accent, #045edd);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.fb-managed-hero .fb-kicker {
	color: var(--fb-highlight, #00a7ff);
}

.fb-managed-section {
	padding-block: clamp(3rem, 7vw, 6rem);
	background: #fff;
}

.fb-managed-section--soft {
	background:
		linear-gradient(180deg, rgb(255 255 255 / 60%), rgb(255 255 255 / 60%)),
		var(--fb-ice, #dce9f7);
}

.fb-managed-section__heading {
	max-width: 760px;
	margin-bottom: clamp(1.8rem, 4vw, 3.5rem);
}

.fb-managed-section__heading h2,
.fb-managed-cta h2 {
	margin: .3rem 0 .8rem;
	color: var(--fb-navy, #04224e);
	font-size: clamp(2rem, 1.4rem + 2.4vw, 4rem);
	line-height: 1;
	letter-spacing: -.04em;
}

.fb-managed-section__heading > p:last-child {
	font-size: 1.08rem;
}

.fb-managed-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
	gap: 1.25rem;
}

.fb-managed-category {
	display: grid;
	overflow: hidden;
	border: 1px solid rgb(4 34 78 / 14%);
	border-radius: 1.2rem;
	background: #fff;
	box-shadow: 0 .8rem 2.5rem rgb(4 34 78 / 9%);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fb-managed-category:hover,
.fb-managed-category:focus-within {
	border-color: var(--fb-accent, #045edd);
	box-shadow: 0 1.2rem 3.4rem rgb(4 34 78 / 16%);
	transform: translateY(-3px);
}

.fb-managed-category__image {
	overflow: hidden;
	background: var(--fb-ice, #dce9f7);
}

.fb-managed-category__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: transform 250ms ease;
}

.fb-managed-category:hover .fb-managed-category__image img {
	transform: scale(1.035);
}

.fb-managed-category__body {
	display: grid;
	align-content: start;
	gap: .7rem;
	padding: 1.25rem;
}

.fb-managed-category__body h3 {
	margin: 0;
	color: var(--fb-navy, #04224e);
	font-size: 1.45rem;
}

.fb-managed-category__body p {
	margin: 0 0 .4rem;
}

.fb-managed-category__body .fb-button {
	justify-self: start;
}

.fb-managed-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
}

.fb-managed-steps article {
	padding: clamp(1.2rem, 2.5vw, 2rem);
	border: 1px solid rgb(4 34 78 / 15%);
	border-radius: 1.15rem;
	background: #fff;
	box-shadow: 0 .7rem 2rem rgb(4 34 78 / 7%);
}

.fb-managed-steps article > span {
	display: inline-grid;
	place-items: center;
	width: 2.65rem;
	height: 2.65rem;
	border-radius: 50%;
	background: var(--fb-accent, #045edd);
	color: #fff;
	font-weight: 900;
}

.fb-managed-steps h3 {
	margin: 1rem 0 .5rem;
	color: var(--fb-navy, #04224e);
	font-size: 1.35rem;
}

.fb-managed-steps p {
	margin: 0;
}

.fb-managed-cta {
	padding-block: clamp(2.6rem, 6vw, 5rem);
	background: var(--fb-highlight, #00a7ff);
	color: var(--fb-ink, #080e1c);
}

.fb-managed-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.fb-managed-cta h2 {
	max-width: 18ch;
	color: var(--fb-ink, #080e1c);
}

.fb-managed-cta p {
	max-width: 62ch;
}

.fb-managed-cta .fb-button {
	flex: 0 0 auto;
	border-color: var(--fb-ink, #080e1c) !important;
	background: var(--fb-ink, #080e1c) !important;
	color: #fff !important;
}

.fb-router-title__intro {
	max-width: 780px;
	margin-top: 1rem;
	color: #35495d;
	font-size: 1.05rem;
}

.fb-router-title__intro p {
	margin: 0;
}

.fb-managed-footer {
	width: 100%;
	padding: clamp(2.5rem, 5vw, 4.5rem) 0 1.5rem;
	background: var(--fb-ink, #080e1c);
	color: #fff;
}

.fb-managed-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(180px, .6fr));
	gap: clamp(1.5rem, 4vw, 4rem);
}

.fb-managed-footer__about {
	max-width: 480px;
}

.fb-managed-footer__logo {
	display: inline-flex;
	margin-bottom: 1rem;
}

.fb-managed-footer__logo img {
	display: block;
	width: min(230px, 62vw);
	max-height: 70px;
	object-fit: contain;
}

.fb-managed-footer h2 {
	margin-top: 0;
	color: #fff;
	font-size: 1rem;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.fb-managed-footer ul {
	display: grid;
	gap: .55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fb-managed-footer a {
	color: #fff;
	text-decoration-color: rgb(255 255 255 / 40%);
	text-underline-offset: .2em;
}

.fb-managed-footer a:hover,
.fb-managed-footer a:focus-visible {
	color: var(--fb-highlight, #00a7ff);
}

.fb-managed-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2.3rem;
	padding-top: 1.2rem;
	border-top: 1px solid rgb(255 255 255 / 16%);
	font-size: .88rem;
}

.fb-managed-footer__bottom p {
	margin: 0;
}

.fb-router-footer {
	padding: 0;
}

.fb-router-footer .fb-managed-footer {
	padding-top: 3rem;
}

.fb-call-provider,
.fb-call-provider-launch {
	margin-block: 1.25rem;
}

.fb-call-provider {
	overflow: hidden;
	border: 1px solid rgb(4 34 78 / 18%);
	border-radius: 1rem;
	background: var(--fb-ink, #080e1c);
	box-shadow: 0 1rem 3rem rgb(4 34 78 / 14%);
}

.fb-managed-logo {
	display: block;
	width: min(245px, 52vw);
	max-height: 62px;
	object-fit: contain;
}

@media (max-width: 900px) {
	.fb-managed-hero__grid,
	.fb-managed-footer__grid {
		grid-template-columns: 1fr;
	}

	.fb-managed-steps {
		grid-template-columns: 1fr;
	}

	.fb-managed-cta__inner,
	.fb-managed-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.fb-managed-hero__image {
		max-width: 650px;
	}
}

@media (max-width: 620px) {
	.fb-managed-hero {
		padding-top: 2.5rem;
	}

	.fb-managed-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fb-managed-actions .fb-button {
		justify-content: center;
		width: 100%;
	}

	.fb-managed-category-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fb-managed-category,
	.fb-managed-category__image img {
		transition: none;
	}
}
