/* 1. Design tokens */
:root {
	--material-graphite-950: #030711;
	--material-graphite-900: #060b16;
	--material-graphite-850: #09111f;
	--material-graphite-800: #0d1727;
	--material-cyan-energy: #42d9e8;
	--material-warm-gold: #d4b16a;
	--material-white: #f7fbff;
	--color-bg: var(--material-graphite-950);
	--color-surface: var(--material-graphite-850);
	--color-surface-soft: var(--material-graphite-800);
	--color-text: var(--material-white);
	--color-text-muted: rgba(219, 228, 240, 0.76);
	--color-border: rgba(226, 232, 240, 0.12);
	--color-primary: var(--material-cyan-energy);
	--color-primary-dark: #2497aa;
	--color-cyan: var(--material-cyan-energy);
	--color-success: #7fd6b0;
	--color-warning: var(--material-warm-gold);
	--color-danger: #ef4444;
	--color-accent: var(--material-warm-gold);
	--gradient-primary: linear-gradient(135deg, #183141 0%, var(--material-cyan-energy) 58%, #0a1c2a 100%);
	--gradient-success: linear-gradient(135deg, #173329 0%, #7fd6b0 100%);
	--gradient-dark: linear-gradient(135deg, var(--material-graphite-950) 0%, var(--material-graphite-800) 100%);
	--gradient-page:
		radial-gradient(circle at top left, rgba(66, 217, 232, 0.09), transparent 32%),
		radial-gradient(circle at bottom right, rgba(212, 177, 106, 0.055), transparent 30%),
		var(--material-graphite-950);
	--shadow-card: 0 24px 80px rgba(0, 0, 0, 0.24);
	--shadow-soft: 0 14px 40px rgba(0, 0, 0, 0.2);
	--shadow-glow: 0 16px 42px rgba(66, 217, 232, 0.16);
	--radius-xl: 28px;
	--radius-lg: 24px;
	--radius-md: 18px;
	--transition-fast: 180ms ease;
	--bottom-nav-height: 76px;
	--bottom-nav-viewport-gap: 12px;
	--bottom-nav-reserved-space: calc(var(--bottom-nav-height) + var(--bottom-nav-viewport-gap) + env(safe-area-inset-bottom, 0px) + 32px);
	--app-header-safe-top: 0px;
	--app-header-safe-right: 0px;
	--app-header-safe-left: 0px;
	--app-header-mobile-row-block-size: 48px;
	--app-header-mobile-block-start: 0.5rem;
	--app-header-mobile-block-end: 0.75rem;
}

/* Capacitor opts out of WKWebView's automatic content inset. Keep that
 * decision at the shared shell: the header consumes the top inset while the
 * shell keeps page content clear of landscape side insets. Web keeps its
 * existing geometry because these values are native-runtime scoped. */
html[data-tobeat-runtime="native"] {
	--native-safe-area-top: env(safe-area-inset-top, 0px);
	--native-safe-area-right: env(safe-area-inset-right, 0px);
	--native-safe-area-bottom: env(safe-area-inset-bottom, 0px);
	--native-safe-area-left: env(safe-area-inset-left, 0px);
	--app-header-safe-top: var(--native-safe-area-top);
	--app-header-safe-right: var(--native-safe-area-right);
	--app-header-safe-left: var(--native-safe-area-left);
}

/* Golf tournament podium: a quiet championship-course competition surface. */
.golf-podium-card { overflow: hidden; border-color: rgba(89, 188, 153, .28); background: linear-gradient(145deg, #0b1715, #101f1b 58%, #0a1111); }
.golf-podium-card__hero { position: relative; isolation: isolate; display: flex; justify-content: space-between; gap: 1rem; min-height: 145px; padding: 1.25rem; overflow: hidden; }
.golf-podium-card__hero h3 { margin: .18rem 0; color: #f2f6ef; font-size: clamp(1.35rem, 3vw, 2rem); }.golf-podium-card__hero p { margin: 0; color: #b4c7ba; }
.golf-podium-card__course { position: absolute; inset: 0; z-index: -1; overflow: hidden; opacity: .94; background: radial-gradient(ellipse 26% 58% at 74% 36%, rgba(83, 164, 105, .44) 0 40%, transparent 72%), radial-gradient(ellipse 38% 70% at 42% 77%, rgba(13, 61, 40, .44) 0 43%, transparent 74%), repeating-linear-gradient(157deg, transparent 0 23px, rgba(159, 212, 151, .035) 24px 25px, transparent 26px 48px), linear-gradient(121deg, #071c15 0%, #113e2c 36%, #1b5b39 63%, #0a241b 100%); }.golf-podium-card__course::before { content: ''; position: absolute; inset: -36% -9%; opacity: .62; transform: rotate(-13deg); background: repeating-linear-gradient(90deg, rgba(141, 199, 126, .075) 0 38px, rgba(6, 39, 25, .02) 39px 78px); mask-image: radial-gradient(ellipse 43% 76% at 64% 50%, #000 38%, transparent 72%); }.golf-podium-card__course::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 74% 39%, transparent 0 13%, rgba(2, 15, 11, .08) 38%, rgba(1, 9, 8, .36) 100%); }.golf-podium-card__course i { position:absolute; z-index:2; width:2px; height:81px; right:21%; top:16px; border-radius:999px; background:linear-gradient(#f3d991, #af8240); box-shadow:0 0 10px rgba(224, 187, 105, .26); }.golf-podium-card__course b { position:absolute; z-index:3; right:calc(21% - 1px); top:17px; width:19px; height:13px; border:0; border-radius:1px 7px 7px 1px; background:linear-gradient(135deg, #5ee3e0, #1baabc); clip-path:polygon(0 0, 100% 20%, 73% 50%, 100% 82%, 0 100%); box-shadow:0 2px 9px rgba(29, 204, 210, .25); }.golf-podium-card__course em { position:absolute; z-index:1; width:124px; height:47px; right:5%; bottom:-12px; border-radius:53% 47% 41% 59% / 61% 42% 58% 39%; transform:rotate(-9deg); background:radial-gradient(ellipse at 48% 38%, rgba(239, 219, 166, .62), rgba(180, 145, 86, .22) 54%, transparent 70%); filter:blur(.15px); box-shadow:-24px -4px 32px rgba(225, 193, 124, .1); }
.golf-podium-card__context { display:flex; flex-wrap:wrap; gap:.55rem; padding: .72rem 1.25rem; border-block:1px solid rgba(157,213,179,.16); color:#b9d3c0; font-size:.82rem; }.golf-podium-card__context span { padding-right:.55rem; border-right:1px solid rgba(157,213,179,.2); }
.golf-podium-builder,.golf-podium-summary { padding:1.25rem; }.golf-podium-builder header { display:flex; justify-content:space-between; align-items:baseline; margin-bottom:.65rem; color:#d7b46a; }.golf-podium-slot { display:grid; grid-template-columns: 2rem 5.4rem 1fr; gap:.65rem; align-items:center; margin:.55rem 0; padding:.65rem; border:1px solid rgba(93,179,142,.26); border-radius:.7rem; background:rgba(5,17,14,.42); }.golf-podium-slot > span,.golf-podium-summary > div > span { display:grid; place-items:center; width:1.6rem; height:1.6rem; border-radius:50%; background:#d7b46a; color:#102019; font-weight:800; }.golf-podium-slot b { color:#ecf4ed; }.golf-podium-slot select { min-width:0; padding:.5rem; border:0; border-radius:.4rem; color:#e9f5ed; background:#172b24; }.golf-podium-action { padding:0 1.25rem 1.25rem; display:flex; align-items:center; justify-content:space-between; gap:1rem; }.golf-podium-action p { margin:0; color:#b6cbb9; }.golf-podium-summary { display:grid; grid-template-columns:repeat(3,1fr); gap:.6rem; }.golf-podium-summary > div { padding:.75rem; border-radius:.6rem; background:rgba(61,116,86,.18); }.golf-podium-summary strong,.golf-podium-summary p { display:block; margin:.35rem 0 0; color:#e8f0e9; }.golf-podium-summary p { color:#b8cbbd; font-size:.85rem; }
@media (max-width: 520px) { .golf-podium-card__hero { min-height:130px; padding:1rem; }.golf-podium-card__hero .prediction-status-badge { align-self:flex-start; font-size:.65rem; }.golf-podium-card__context,.golf-podium-builder,.golf-podium-summary { padding-left:1rem; padding-right:1rem; }.golf-podium-slot { grid-template-columns:1.75rem 1fr; }.golf-podium-slot select { grid-column:2; }.golf-podium-summary { grid-template-columns:1fr; }.golf-podium-action { align-items:stretch; flex-direction:column; padding-inline:1rem; }.golf-podium-action .btn-primary { width:100%; } }

/* NHL uses the shared Matchup Pattern; the rink is deliberately passive spatial feedback. */
.nhl-matchup-card { overflow:hidden; border-color:rgba(133, 203, 224, .24); background:linear-gradient(145deg,#09141f,#0e1e2d 60%,#071018); }.nhl-matchup-card__context { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.8rem 1.05rem; border-bottom:1px solid rgba(177,218,232,.14); }.nhl-matchup-card__context div { display:flex; flex-wrap:wrap; gap:.7rem; color:#aec5cf; font-size:.78rem; }.nhl-matchup-card__context span + span::before { content:'·'; margin-right:.7rem; color:#5f8fa0; }.nhl-matchup-card__hero { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); align-items:center; gap:.8rem; padding:1.35rem 1.25rem 1rem; text-align:center; }.nhl-matchup-card__hero span { color:#f0f8fb; font-size:clamp(1.2rem,3.2vw,2.25rem); font-weight:800; line-height:1.03; overflow-wrap:normal; word-break:normal; hyphens:none; }.nhl-matchup-card__hero b { color:#54d7e5; font-size:.9rem; text-transform:uppercase; }.nhl-matchup-card__rail { display:grid; grid-template-columns:1fr 1fr; gap:.6rem; padding:0 1.25rem; }.nhl-matchup-card__choice { display:block; min-width:0; cursor:pointer; border:1px solid rgba(190,228,238,.2); border-radius:.65rem; background:linear-gradient(125deg,rgba(116,174,193,.13),rgba(9,25,37,.75)); transition:background .18s ease,border-color .18s ease,box-shadow .18s ease; }.nhl-matchup-card__choice input { position:absolute; opacity:0; pointer-events:none; }.nhl-matchup-card__choice > span { display:grid; grid-template-columns:auto 1fr; column-gap:.55rem; align-items:center; padding:.62rem .72rem; }.nhl-matchup-card__choice small { color:#9ec6d3; font-size:.62rem; text-transform:uppercase; letter-spacing:.08em; }.nhl-matchup-card__choice strong { color:var(--nhl-team-secondary); font-size:1.05rem; text-align:right; }.nhl-matchup-card__choice em { grid-column:1 / -1; overflow:hidden; color:#dbeef3; font-size:.78rem; font-style:normal; text-overflow:ellipsis; white-space:nowrap; }.nhl-matchup-card__choice.is-selected { border-color:rgba(85,220,231,.7); background:linear-gradient(125deg,rgba(87,214,226,.27),rgba(16,82,105,.44)); box-shadow:0 0 24px rgba(65,204,223,.14); }.nhl-matchup-card__rink { position:relative; height:144px; margin:1rem 1.25rem; overflow:hidden; border:2px solid rgba(128,169,190,.55); border-radius:66px; background:radial-gradient(ellipse at 50% 30%,rgba(238,251,255,.68),transparent 48%),repeating-linear-gradient(161deg,rgba(111,172,195,.055) 0 1px,transparent 1px 11px),linear-gradient(115deg,#94c5d3,#d7edf1 47%,#93bfce); box-shadow:inset 0 0 35px rgba(24,69,91,.23),0 12px 26px rgba(0,0,0,.17); }.nhl-matchup-card__rink::before,.nhl-matchup-card__rink::after { content:''; position:absolute; inset:8px; border-radius:58px; border:1px solid rgba(33,83,111,.17); }.nhl-matchup-card__rink::after { inset:auto 0 0; height:46%; border:0; border-radius:50% 50% 0 0; background:linear-gradient(transparent,rgba(23,64,87,.1)); }.nhl-rink__line { position:absolute; z-index:1; top:0; bottom:0; width:2px; }.nhl-rink__line--center { left:50%; background:rgba(194,55,67,.62); }.nhl-rink__line--away { left:26%; background:rgba(56,130,179,.48); }.nhl-rink__line--home { right:26%; background:rgba(56,130,179,.48); }.nhl-rink__circle { position:absolute; z-index:1; width:34px; height:34px; border:1.5px solid rgba(42,96,132,.42); border-radius:50%; }.nhl-rink__circle--center { top:50%; left:50%; width:45px; height:45px; transform:translate(-50%,-50%); border-color:rgba(185,53,65,.53); }.nhl-rink__circle--away { top:24%; left:11%; }.nhl-rink__circle--home { right:11%; bottom:24%; }.nhl-rink__crease { position:absolute; z-index:1; top:50%; width:18px; height:38px; transform:translateY(-50%); border:1.5px solid rgba(67,139,184,.45); border-radius:50%; }.nhl-rink__crease--away { left:-4px; }.nhl-rink__crease--home { right:-4px; }.nhl-matchup-card__rink--away { box-shadow:inset 47px 0 65px rgba(91,207,224,.26),inset 0 0 35px rgba(24,69,91,.23),0 12px 26px rgba(0,0,0,.17); }.nhl-matchup-card__rink--home { box-shadow:inset -47px 0 65px rgba(91,207,224,.26),inset 0 0 35px rgba(24,69,91,.23),0 12px 26px rgba(0,0,0,.17); }.nhl-matchup-card__action { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:0 1.25rem 1.2rem; }.nhl-matchup-card__action .mobile-matchup-action__state { color:#b9d5dd; font-size:.78rem; font-weight:800; letter-spacing:.04em; }.nhl-matchup-card.is-saved .nhl-matchup-card__action .btn-secondary-soft { display:none; }
@media (max-width:520px) { .nhl-matchup-card__context { align-items:flex-start; padding:.75rem .9rem; }.nhl-matchup-card__context div { display:grid; gap:.15rem; }.nhl-matchup-card__context span + span::before { content:''; margin:0; }.nhl-matchup-card__hero { padding:1.05rem .9rem .8rem; gap:.45rem; }.nhl-matchup-card__hero span { font-size:clamp(1rem,5.3vw,1.35rem); }.nhl-matchup-card__rail { gap:.45rem; padding:0 .9rem; }.nhl-matchup-card__choice > span { padding:.56rem; }.nhl-matchup-card__rink { height:116px; margin:.8rem .9rem; border-radius:54px; }.nhl-matchup-card__action { flex-direction:column; align-items:stretch; padding:0 .9rem 1rem; }.nhl-matchup-card__action .btn-primary,.nhl-matchup-card__action .btn-secondary-soft { width:100%; } }

/* NHL desktop follows the approved competition-frame scale: the decision rail,
   passive rink and action share one wide match surface. */
.prediction-native-save-form.nhl-matchup-card__form {
	display: block;
	width: 100%;
	max-width: none;
}

@media (min-width:521px) {
	.nhl-matchup-card__context {
		padding: 1rem 1.5rem;
	}

	.nhl-matchup-card__context div {
		font-size: .88rem;
	}

	.nhl-matchup-card__hero {
		gap: 1.5rem;
		padding: clamp(1.7rem, 3vw, 2.7rem) clamp(1.5rem, 4vw, 4rem) 1.5rem;
	}

	.nhl-matchup-card__hero span {
		font-size: clamp(1.8rem, 3.4vw, 3.5rem);
	}

	.nhl-matchup-card__hero b {
		font-size: 1.1rem;
	}

	.nhl-matchup-card__competition {
		display: grid;
		grid-template-columns: minmax(210px, .85fr) minmax(440px, 2.3fr) minmax(210px, .85fr);
		align-items: stretch;
		gap: clamp(.8rem, 1.6vw, 1.5rem);
		padding: 0 clamp(1.5rem, 4vw, 4rem);
	}

	.nhl-matchup-card__rail {
		display: contents;
	}

	.nhl-matchup-card__choice {
		display: flex;
		align-self: stretch;
		border-radius: 1rem;
	}

	.nhl-matchup-card__choice:first-child {
		grid-column: 1;
		grid-row: 1;
	}

	.nhl-matchup-card__choice:nth-child(2) {
		grid-column: 3;
		grid-row: 1;
	}

	.nhl-matchup-card__choice > span {
		width: 100%;
		grid-template-columns: 1fr;
		align-content: center;
		gap: .35rem;
		padding: 1.25rem;
	}

	.nhl-matchup-card__choice small {
		font-size: .72rem;
	}

	.nhl-matchup-card__choice strong {
		font-size: clamp(2rem, 3vw, 3.25rem);
	}

	.nhl-matchup-card__choice em {
		grid-column: auto;
		font-size: .95rem;
		white-space: normal;
	}

	.nhl-matchup-card__choice:first-child > span,
	.nhl-matchup-card__choice:first-child strong,
	.nhl-matchup-card__choice:first-child em {
		text-align: right;
		justify-self: end;
	}

	.nhl-matchup-card__choice:nth-child(2) > span,
	.nhl-matchup-card__choice:nth-child(2) strong,
	.nhl-matchup-card__choice:nth-child(2) em {
		text-align: left;
		justify-self: start;
	}

	.nhl-matchup-card__rink {
		grid-column: 2;
		grid-row: 1;
		height: clamp(245px, 25vw, 410px);
		margin: 0;
		border-radius: clamp(88px, 10vw, 156px);
	}

	.nhl-matchup-card__rink::before {
		inset: 14px;
		border-radius: inherit;
	}

	.nhl-rink__line {
		width: 3px;
	}

	.nhl-rink__circle {
		width: 54px;
		height: 54px;
		border-width: 2px;
	}

	.nhl-rink__circle--center {
		width: 72px;
		height: 72px;
	}

	.nhl-rink__crease {
		width: 28px;
		height: 64px;
		border-width: 2px;
	}

	.nhl-matchup-card__action {
		min-height: 76px;
		margin-top: .25rem;
		padding: 1rem clamp(1.5rem, 4vw, 4rem) 1.5rem;
		border-top: 1px solid rgba(177, 218, 232, .14);
	}

	.nhl-matchup-card__action .btn-primary,
	.nhl-matchup-card__action .btn-secondary-soft {
		min-width: min(100%, 280px);
	}
}

/* NHL competition material: matchup first, premium ice second. */
.nhl-matchup-card {
	border-color: rgba(192, 212, 216, .17);
	background:
		radial-gradient(ellipse 58% 44% at 50% 30%, rgba(162, 197, 198, .055), transparent 72%),
		linear-gradient(145deg, #071019, #0b1720 58%, #050b12);
}

.nhl-matchup-card__hero {
	position: relative;
}

.nhl-matchup-card__hero::after {
	content: '';
	position: absolute;
	left: 22%;
	right: 22%;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(187, 216, 217, .16), transparent);
}

.nhl-matchup-card__hero span {
	color: #f5f8f6;
	text-shadow: 0 5px 24px rgba(0, 0, 0, .22);
}

.nhl-matchup-card__hero b {
	color: #78c2c5;
	text-shadow: none;
}

.nhl-matchup-card__choice {
	border-color: rgba(182, 204, 207, .18);
	background: linear-gradient(135deg, rgba(113, 145, 151, .12), rgba(6, 16, 24, .78));
}

.nhl-matchup-card__choice.is-selected {
	border-color: rgba(119, 191, 193, .58);
	background: linear-gradient(135deg, rgba(89, 160, 164, .2), rgba(10, 37, 47, .62));
	box-shadow: 0 0 22px rgba(91, 174, 176, .1);
}

.nhl-matchup-card__rink {
	border-color: rgba(187, 207, 210, .3);
	background:
		radial-gradient(ellipse 34% 52% at 50% 46%, rgba(251, 255, 253, .38), transparent 72%),
		radial-gradient(ellipse 88% 104% at 50% 50%, transparent 47%, rgba(18, 43, 51, .2) 100%),
		repeating-linear-gradient(163deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 13px),
		linear-gradient(118deg, #719ba5 0%, #c2d4d5 48%, #789da6 100%);
	box-shadow:
		inset 0 0 0 1px rgba(248, 255, 252, .16),
		inset 0 0 44px rgba(23, 49, 58, .3),
		0 18px 34px rgba(0, 0, 0, .23);
}

.nhl-matchup-card__rink::before {
	border-color: rgba(250, 255, 252, .18);
	box-shadow: inset 0 0 36px rgba(41, 71, 78, .13);
}

.nhl-matchup-card__rink::after {
	height: 58%;
	background: linear-gradient(transparent 12%, rgba(18, 41, 49, .14));
}

.nhl-rink__line--center {
	background: rgba(166, 84, 91, .42);
}

.nhl-rink__line--away,
.nhl-rink__line--home {
	background: rgba(83, 125, 141, .31);
}

.nhl-rink__circle {
	border-color: rgba(62, 100, 116, .3);
}

.nhl-rink__circle--center {
	border-color: rgba(168, 80, 88, .38);
}

.nhl-rink__crease {
	border-color: rgba(80, 126, 145, .31);
}

.nhl-matchup-card__rink--away {
	box-shadow: inset 42px 0 58px rgba(150, 198, 198, .12), inset 0 0 44px rgba(23, 49, 58, .3), 0 18px 34px rgba(0, 0, 0, .23);
}

.nhl-matchup-card__rink--home {
	box-shadow: inset -42px 0 58px rgba(150, 198, 198, .12), inset 0 0 44px rgba(23, 49, 58, .3), 0 18px 34px rgba(0, 0, 0, .23);
}

@media (min-width:521px) {
	.nhl-matchup-card__hero {
		padding-top: clamp(2rem, 3.6vw, 3.2rem);
		padding-bottom: 1.8rem;
	}

	.nhl-matchup-card__hero span {
		font-size: clamp(2rem, 3.8vw, 3.9rem);
	}

	.nhl-matchup-card__rink {
		height: clamp(210px, 18vw, 310px);
	}
}

/* NHL selection feedback follows the same immediate team-to-arena response as
   the other matchup cards. The script mirrors these states for browsers
   without :has support and for the saved initial state. */
.nhl-matchup-card__choice {
	transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.nhl-matchup-card__choice:focus-within {
	outline: 2px solid color-mix(in srgb, var(--nhl-team-primary) 82%, #ffffff);
	outline-offset: 3px;
}

.nhl-matchup-card__choice.is-selected,
.nhl-matchup-card__choice:has(input:checked) {
	border-color: color-mix(in srgb, var(--nhl-team-primary) 76%, #ffffff);
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--nhl-team-primary) 38%, rgba(8, 19, 28, .96)), rgba(7, 16, 24, .78));
	box-shadow:
		0 0 0 1px color-mix(in srgb, var(--nhl-team-primary) 34%, transparent) inset,
		0 0 28px color-mix(in srgb, var(--nhl-team-primary) 28%, transparent);
	transform: translateY(-2px);
}

.nhl-matchup-card__rink {
	transition: border-color .24s ease, box-shadow .24s ease, filter .24s ease;
}

.nhl-matchup-card__rink--away,
.nhl-matchup-card:has(.nhl-matchup-card__choice--away input:checked) .nhl-matchup-card__rink {
	border-color: color-mix(in srgb, var(--nhl-away-primary) 70%, #ffffff);
	box-shadow:
		inset 92px 0 108px color-mix(in srgb, var(--nhl-away-primary) 45%, transparent),
		inset 0 0 44px rgba(23, 49, 58, .3),
		0 0 34px color-mix(in srgb, var(--nhl-away-primary) 24%, transparent),
		0 18px 34px rgba(0, 0, 0, .23);
	filter: saturate(1.14) brightness(1.05);
}

.nhl-matchup-card__rink--home,
.nhl-matchup-card:has(.nhl-matchup-card__choice--home input:checked) .nhl-matchup-card__rink {
	border-color: color-mix(in srgb, var(--nhl-home-primary) 70%, #ffffff);
	box-shadow:
		inset -92px 0 108px color-mix(in srgb, var(--nhl-home-primary) 45%, transparent),
		inset 0 0 44px rgba(23, 49, 58, .3),
		0 0 34px color-mix(in srgb, var(--nhl-home-primary) 24%, transparent),
		0 18px 34px rgba(0, 0, 0, .23);
	filter: saturate(1.14) brightness(1.05);
}

@media (prefers-reduced-motion: reduce) {
	.nhl-matchup-card__choice,
	.nhl-matchup-card__rink {
		transition: none;
	}
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-card--recommended {
	grid-column: 1 / -1 !important;
	width: 100%;
}

html.corporate-product .corporate-landing-page .corporate-ecosystem-section {
	display: grid;
	gap: clamp(1.25rem, 2.4vw, 1.8rem);
}

html.corporate-product .corporate-landing-page .corporate-experience-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.85rem, 1.35vw, 1.05rem);
}

html.corporate-product .corporate-landing-page .corporate-experience-card {
	position: relative;
	display: grid;
	overflow: hidden;
	min-height: 390px;
	border: 1px solid rgba(130, 235, 255, 0.18);
	border-radius: 26px;
	background:
		radial-gradient(circle at 20% 0%, rgba(54, 231, 255, 0.14), transparent 36%),
		linear-gradient(180deg, rgba(14, 24, 48, 0.88), rgba(4, 9, 22, 0.86));
	box-shadow:
		0 22px 72px rgba(0, 0, 0, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

html.corporate-product .corporate-landing-page .corporate-experience-card--link {
	color: inherit;
	text-decoration: none;
}

html.corporate-product .corporate-landing-page .corporate-experience-card--link:focus-visible {
	outline: 2px solid rgba(54, 231, 255, 0.78);
	outline-offset: 4px;
}

html.corporate-product .corporate-landing-page .corporate-experience-card:hover {
	transform: translateY(-4px);
	border-color: rgba(54, 231, 255, 0.46);
	box-shadow:
		0 30px 92px rgba(0, 0, 0, 0.36),
		0 0 46px rgba(54, 231, 255, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html.corporate-product .corporate-landing-page .corporate-experience-card::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(180deg, transparent 0 36%, rgba(3, 8, 20, 0.44) 64%, rgba(3, 8, 20, 0.92) 100%),
		linear-gradient(90deg, rgba(54, 231, 255, 0.1), transparent 42%);
}

html.corporate-product .corporate-landing-page .corporate-experience-card__visual {
	position: absolute;
	inset: 0;
}

html.corporate-product .corporate-landing-page .corporate-experience-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	filter: saturate(1.08) contrast(1.04);
	transform: scale(1.01);
}

html.corporate-product .corporate-landing-page .corporate-experience-card__body {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 0.48rem;
	align-self: end;
	padding: clamp(1rem, 1.8vw, 1.25rem);
}

html.corporate-product .corporate-landing-page .corporate-experience-card__body span {
	width: fit-content;
	padding: 0.35rem 0.58rem;
	border: 1px solid rgba(54, 231, 255, 0.22);
	border-radius: 999px;
	background: rgba(54, 231, 255, 0.09);
	color: var(--arena-cyan);
	font-size: 0.66rem;
	font-weight: 860;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

html.corporate-product .corporate-landing-page .corporate-experience-card__body h3 {
	margin: 0;
	color: var(--arena-white);
	font-size: clamp(1.24rem, 1.7vw, 1.55rem);
	font-weight: 900;
	line-height: 0.98;
}

html.corporate-product .corporate-landing-page .corporate-experience-card__body p {
	margin: 0;
	color: rgba(218, 226, 240, 0.8);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.34;
}

html.corporate-product .corporate-landing-page .corporate-experience-card--media {
	min-height: 430px;
}

html.corporate-product .corporate-landing-page .corporate-experience-card--concept {
	align-content: space-between;
	padding: clamp(1rem, 1.8vw, 1.25rem);
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
		radial-gradient(circle at 24% 18%, rgba(54, 231, 255, 0.2), transparent 34%),
		linear-gradient(135deg, rgba(12, 24, 52, 0.92), rgba(4, 9, 22, 0.9));
	background-size: 58px 58px, 58px 58px, auto, auto;
}

html.corporate-product .corporate-landing-page .corporate-experience-card--concept::before {
	background:
		linear-gradient(135deg, rgba(54, 231, 255, 0.11), transparent 34%),
		radial-gradient(circle at 76% 72%, rgba(115, 246, 189, 0.12), transparent 32%);
}

html.corporate-product .corporate-landing-page .corporate-experience-card__orb {
	position: relative;
	z-index: 2;
	display: grid;
	width: 5.4rem;
	height: 5.4rem;
	place-items: center;
	border: 1px solid rgba(54, 231, 255, 0.28);
	border-radius: 50%;
	background: rgba(54, 231, 255, 0.1);
	color: var(--arena-cyan);
	font-size: 1.75rem;
	box-shadow:
		0 0 0 24px rgba(54, 231, 255, 0.018),
		0 0 42px rgba(54, 231, 255, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html.corporate-product .corporate-landing-page .corporate-experience-card--next {
	background:
		radial-gradient(circle at 70% 16%, rgba(54, 231, 255, 0.22), transparent 34%),
		linear-gradient(135deg, rgba(14, 28, 58, 0.92), rgba(4, 9, 22, 0.92));
}

html.corporate-product .corporate-landing-page .corporate-ecosystem-line {
	max-width: 76ch;
	margin: 0;
	color: rgba(241, 247, 255, 0.86);
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	font-weight: 760;
	line-height: 1.42;
}

@media (max-width: 1199.98px) {
	html.corporate-product .corporate-landing-page .corporate-experience-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	html.corporate-product .corporate-landing-page .corporate-experience-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	html.corporate-product .corporate-landing-page .corporate-experience-card,
	html.corporate-product .corporate-landing-page .corporate-experience-card--media {
		min-height: 360px;
	}
}

/* Tobeat Arena marketing energy layer */
html.corporate-product {
	--arena-bg-deep: var(--material-graphite-950);
	--arena-bg-panel: rgba(9, 17, 31, 0.88);
	--arena-cyan: var(--material-cyan-energy);
	--arena-cyan-soft: rgba(66, 217, 232, 0.15);
	--arena-cyan-line: rgba(66, 217, 232, 0.28);
	--arena-white: var(--material-white);
	--arena-muted: rgba(218, 226, 240, 0.76);
	--arena-border: rgba(226, 232, 240, 0.12);
	--arena-shadow: 0 30px 100px rgba(0, 0, 0, 0.34), 0 0 54px rgba(66, 217, 232, 0.06);
	background: var(--arena-bg-deep);
}

html.corporate-product body {
	background:
		linear-gradient(rgba(54, 231, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(54, 231, 255, 0.026) 1px, transparent 1px),
		radial-gradient(circle at 50% -10%, rgba(54, 231, 255, 0.18), transparent 34%),
		radial-gradient(circle at 86% 28%, rgba(53, 120, 255, 0.12), transparent 32%),
		linear-gradient(180deg, #030713 0%, #06101f 48%, #030713 100%);
	background-attachment: fixed;
	background-size: 86px 86px, 86px 86px, auto, auto, auto;
	color: var(--arena-white);
}

html.corporate-product body::before {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	content: "";
	background:
		radial-gradient(circle at 18% 20%, rgba(54, 231, 255, 0.55) 0 1px, transparent 2px),
		radial-gradient(circle at 74% 12%, rgba(255, 255, 255, 0.42) 0 1px, transparent 2px),
		radial-gradient(circle at 86% 62%, rgba(54, 231, 255, 0.48) 0 1px, transparent 2px),
		linear-gradient(116deg, transparent 0 16%, rgba(54, 231, 255, 0.11) 16.2%, transparent 33% 100%),
		linear-gradient(28deg, transparent 0 58%, rgba(54, 231, 255, 0.08) 58.2%, transparent 75% 100%);
	opacity: 0.62;
	animation: arenaFieldDrift 18s ease-in-out infinite alternate;
}

html.corporate-product .main-shell.corporate-landing-page {
	position: relative;
	overflow: hidden;
}

html.corporate-product .main-shell.corporate-landing-page::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	content: "";
	/* The shared Arena canvas belongs to the page body. Landing keeps this
	 * layer empty so it does not create a competing background atmosphere. */
	background: transparent;
}

html.corporate-product .main-shell.corporate-landing-page > * {
	position: relative;
	z-index: 1;
}

html.corporate-product .text-cyan {
	color: var(--arena-cyan);
	text-shadow: 0 0 30px rgba(54, 231, 255, 0.26);
}

html.corporate-product .corporate-landing-page .home-hero--activation-os,
html.corporate-product .corporate-landing-page .corporate-landing-section {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--arena-border);
	background:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
		radial-gradient(circle at 14% 12%, rgba(54, 231, 255, 0.16), transparent 28%),
		radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.055), transparent 26%),
		linear-gradient(135deg, rgba(10, 18, 38, 0.96), rgba(3, 7, 19, 0.92));
	background-size: 76px 76px, 76px 76px, auto, auto, auto;
	box-shadow: var(--arena-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

html.corporate-product .corporate-landing-page .home-hero--activation-os::before,
html.corporate-product .corporate-landing-page .corporate-landing-section::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(115deg, transparent 0 12%, rgba(54, 231, 255, 0.095) 12.2%, transparent 28% 100%),
		radial-gradient(circle at 78% 76%, rgba(54, 231, 255, 0.12), transparent 24%);
	opacity: 0.78;
}

html.corporate-product .corporate-landing-page .home-hero--activation-os::after,
html.corporate-product .corporate-landing-page .corporate-landing-section::after {
	position: absolute;
	right: clamp(1.1rem, 4vw, 4.2rem);
	top: clamp(1rem, 3vw, 2.6rem);
	width: clamp(5.2rem, 9vw, 8.8rem);
	height: clamp(5.2rem, 9vw, 8.8rem);
	pointer-events: none;
	content: "";
	border: 1px solid rgba(54, 231, 255, 0.16);
	border-radius: 999px;
	box-shadow:
		0 0 0 32px rgba(54, 231, 255, 0.018),
		0 0 0 64px rgba(54, 231, 255, 0.012);
	opacity: 0.58;
	animation: arenaSignalPulse 8s ease-in-out infinite;
}

html.corporate-product .corporate-landing-page .app-hero-label,
html.corporate-product .corporate-landing-page .corporate-section-eyebrow,
html.corporate-product .corporate-landing-page .corporate-pricing-kicker {
	color: var(--arena-cyan);
	text-shadow: 0 0 22px rgba(54, 231, 255, 0.2);
}

html.corporate-product .corporate-landing-page .app-hero-title,
html.corporate-product .corporate-landing-page .corporate-section-title,
html.corporate-product .corporate-landing-page .corporate-proof-card h3,
html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-card h3,
html.corporate-product .corporate-landing-page .corporate-pricing-compact-card h3,
html.corporate-product .corporate-landing-page .corporate-event-card h3,
html.corporate-product .corporate-landing-page .corporate-value-card h3,
html.corporate-product .corporate-landing-page .corporate-how-card h3,
html.corporate-product .corporate-landing-page .corporate-launch-card h3 {
	color: var(--arena-white);
	letter-spacing: 0;
	text-shadow: 0 18px 54px rgba(0, 0, 0, 0.38);
}

html.corporate-product .corporate-landing-page .home-hero--activation-os .app-hero-title {
	max-width: 17.2ch;
	font-size: clamp(2.55rem, 3.2vw, 2.95rem);
	line-height: 0.98;
}

@media (min-width: 992px) {
	html.corporate-product .corporate-landing-page .home-hero--activation-os .row {
		display: grid;
		grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
		align-items: center;
	}

	html.corporate-product .corporate-landing-page .home-hero--activation-os .col-lg-7,
	html.corporate-product .corporate-landing-page .home-hero--activation-os .col-lg-5 {
		width: auto;
		max-width: none;
	}

	html.corporate-product .corporate-landing-page .home-hero--activation-os .app-hero-title {
		max-width: 100%;
		font-size: clamp(2.35rem, 2.7vw, 2.55rem);
	}

	html.corporate-product .corporate-landing-page .home-hero--activation-os.home-hero--single-column .row {
		grid-template-columns: minmax(0, 1fr);
	}
}

html.corporate-product .corporate-landing-page .app-hero-subtitle,
html.corporate-product .corporate-landing-page .corporate-section-copy,
html.corporate-product .corporate-landing-page .corporate-value-card p,
html.corporate-product .corporate-landing-page .corporate-how-card p,
html.corporate-product .corporate-landing-page .corporate-how-close p,
html.corporate-product .corporate-landing-page .corporate-launch-card p,
html.corporate-product .corporate-landing-page .corporate-event-card p,
html.corporate-product .corporate-landing-page .corporate-pricing-description,
html.corporate-product .corporate-landing-page .corporate-proof-powered {
	color: var(--arena-muted);
}

html.corporate-product .corporate-landing-page .app-hero-subtitle {
	color: rgba(241, 247, 255, 0.9);
}

html.corporate-product .corporate-landing-page .btn-primary-gradient,
html.corporate-product .corporate-landing-page .corporate-pricing-cta--primary,
html.corporate-product .corporate-landing-page .corporate-pricing-cta--enterprise {
	border: 1px solid rgba(140, 246, 255, 0.42);
	background:
		linear-gradient(135deg, #bdf9ff 0%, var(--arena-cyan) 42%, #73f6bd 100%);
	color: #03101d;
	box-shadow:
		0 18px 54px rgba(54, 231, 255, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

html.corporate-product .corporate-landing-page .btn-primary-gradient:hover,
html.corporate-product .corporate-landing-page .btn-primary-gradient:focus-visible,
html.corporate-product .corporate-landing-page .corporate-pricing-cta--primary:hover,
html.corporate-product .corporate-landing-page .corporate-pricing-cta--primary:focus-visible,
html.corporate-product .corporate-landing-page .corporate-pricing-cta--enterprise:hover,
html.corporate-product .corporate-landing-page .corporate-pricing-cta--enterprise:focus-visible {
	color: #020812;
	transform: translateY(-2px);
	box-shadow:
		0 24px 70px rgba(54, 231, 255, 0.31),
		0 0 34px rgba(54, 231, 255, 0.18);
}

html.corporate-product .corporate-landing-page .btn-secondary-soft,
html.corporate-product .corporate-landing-page .corporate-pricing-cta {
	border: 1px solid rgba(54, 231, 255, 0.24);
	background: rgba(3, 8, 20, 0.64);
	color: rgba(245, 250, 255, 0.92);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html.corporate-product .corporate-landing-page .btn-secondary-soft:hover,
html.corporate-product .corporate-landing-page .btn-secondary-soft:focus-visible,
html.corporate-product .corporate-landing-page .corporate-pricing-cta:hover,
html.corporate-product .corporate-landing-page .corporate-pricing-cta:focus-visible {
	border-color: rgba(54, 231, 255, 0.52);
	background: rgba(54, 231, 255, 0.12);
	color: var(--arena-white);
	box-shadow: 0 18px 48px rgba(54, 231, 255, 0.11);
}

html.corporate-product .corporate-landing-page .corporate-value-card,
html.corporate-product .corporate-landing-page .corporate-how-card,
html.corporate-product .corporate-landing-page .corporate-launch-card,
html.corporate-product .corporate-landing-page .corporate-event-card,
html.corporate-product .corporate-landing-page .corporate-pricing-compact-card,
html.corporate-product .corporate-landing-page .corporate-pricing-tier,
html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-card,
html.corporate-product .corporate-landing-page .corporate-proof-card {
	position: relative;
	overflow: hidden;
	border-color: var(--arena-border);
	background:
		radial-gradient(circle at 16% 0%, rgba(54, 231, 255, 0.12), transparent 30%),
		linear-gradient(180deg, rgba(14, 24, 48, 0.88), rgba(4, 9, 22, 0.84));
	box-shadow:
		0 20px 70px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.065);
	transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

html.corporate-product .corporate-landing-page .corporate-value-card::before,
html.corporate-product .corporate-landing-page .corporate-how-card::before,
html.corporate-product .corporate-landing-page .corporate-launch-card::before,
html.corporate-product .corporate-landing-page .corporate-event-card::before,
html.corporate-product .corporate-landing-page .corporate-pricing-compact-card::before,
html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-card::before,
html.corporate-product .corporate-landing-page .corporate-proof-card::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(54, 231, 255, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 42%);
	opacity: 0.58;
}

html.corporate-product .corporate-landing-page .corporate-value-card:hover,
html.corporate-product .corporate-landing-page .corporate-how-card:hover,
html.corporate-product .corporate-landing-page .corporate-launch-card:hover,
html.corporate-product .corporate-landing-page .corporate-event-card:hover,
html.corporate-product .corporate-landing-page .corporate-pricing-compact-card:hover {
	transform: translateY(-4px);
	border-color: rgba(54, 231, 255, 0.44);
	box-shadow:
		0 26px 90px rgba(0, 0, 0, 0.32),
		0 0 44px rgba(54, 231, 255, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html.corporate-product .corporate-landing-page .corporate-landing-section--how {
	background:
		radial-gradient(circle at 16% 16%, rgba(54, 231, 255, 0.18), transparent 30%),
		radial-gradient(circle at 86% 20%, rgba(98, 255, 178, 0.1), transparent 28%),
		linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
		linear-gradient(135deg, rgba(8, 18, 40, 0.98), rgba(2, 6, 17, 0.96));
	background-size: auto, auto, 76px 76px, 76px 76px, auto;
}

html.corporate-product .corporate-landing-page .corporate-how-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.85rem, 1.45vw, 1.1rem);
	margin-top: clamp(1.8rem, 3.6vw, 2.8rem);
}

html.corporate-product .corporate-landing-page .corporate-how-grid::before {
	position: absolute;
	top: 2.2rem;
	left: 4%;
	right: 4%;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(54, 231, 255, 0.32), rgba(191, 248, 255, 0.2), transparent);
}

html.corporate-product .corporate-landing-page .corporate-how-card {
	display: grid;
	align-content: space-between;
	min-height: 254px;
	padding: clamp(1rem, 1.6vw, 1.35rem);
	border-radius: 24px;
}

html.corporate-product .corporate-landing-page .corporate-how-card::after {
	position: absolute;
	inset: auto 1rem 0;
	height: 2px;
	border-radius: 999px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(54, 231, 255, 0.5), rgba(98, 255, 178, 0.36), transparent);
	opacity: 0.72;
}

html.corporate-product .corporate-landing-page .corporate-how-card__number {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: max-content;
	margin-bottom: 2rem;
	color: rgba(191, 248, 255, 0.92);
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.55rem, 2.2vw, 2.28rem);
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 0 24px rgba(54, 231, 255, 0.26);
}

html.corporate-product .corporate-landing-page .corporate-how-card > div {
	position: relative;
	z-index: 1;
}

html.corporate-product .corporate-landing-page .corporate-how-card h3 {
	max-width: 12ch;
	margin: 0 0 0.65rem;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.18rem, 1.6vw, 1.52rem);
	font-weight: 900;
	line-height: 1.02;
}

html.corporate-product .corporate-landing-page .corporate-how-card p {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 720;
	line-height: 1.42;
}

html.corporate-product .corporate-landing-page .corporate-how-close {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: clamp(1rem, 2vw, 1.35rem);
	padding: 1.05rem 1.15rem;
	border: 1px solid rgba(54, 231, 255, 0.2);
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(54, 231, 255, 0.13), transparent 48%, rgba(98, 255, 178, 0.08)),
		rgba(4, 9, 22, 0.72);
	box-shadow:
		0 22px 70px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html.corporate-product .corporate-landing-page .corporate-how-close strong {
	color: #c7fbff;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.24rem, 2.35vw, 2rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-shadow: 0 0 24px rgba(54, 231, 255, 0.22);
}

html.corporate-product .corporate-landing-page .corporate-how-close p {
	max-width: 46ch;
	margin: 0;
	font-size: 0.98rem;
	font-weight: 720;
	line-height: 1.35;
}

html.corporate-product .corporate-landing-page .corporate-feature-card__icon,
html.corporate-product .corporate-landing-page .corporate-event-card__icon {
	border-color: rgba(54, 231, 255, 0.3);
	background: rgba(54, 231, 255, 0.12);
	color: var(--arena-cyan);
	box-shadow: 0 0 28px rgba(54, 231, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html.corporate-product .corporate-landing-page .corporate-pricing-badge,
html.corporate-product .corporate-landing-page .corporate-proof-visual__status,
html.corporate-product .corporate-landing-page .corporate-proof-domain,
html.corporate-product .corporate-landing-page .corporate-proof-points span,
html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-features li,
html.corporate-product .corporate-landing-page .corporate-capability-list li {
	border-color: rgba(54, 231, 255, 0.2);
	background: rgba(54, 231, 255, 0.08);
	color: rgba(241, 247, 255, 0.88);
}

html.corporate-product .corporate-landing-page .corporate-proof-visual {
	border-color: rgba(54, 231, 255, 0.22);
	box-shadow: 0 26px 86px rgba(0, 0, 0, 0.32), 0 0 54px rgba(54, 231, 255, 0.1);
}

html.corporate-product .corporate-landing-page .corporate-proof-visual img {
	filter: saturate(1.08) contrast(1.04);
}

html.corporate-product .corporate-landing-page .corporate-closing-section {
	background:
		radial-gradient(circle at 68% 16%, rgba(54, 231, 255, 0.22), transparent 34%),
		linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
		linear-gradient(135deg, rgba(8, 18, 40, 0.98), rgba(2, 6, 17, 0.96));
	background-size: auto, 76px 76px, 76px 76px, auto;
}

@keyframes arenaFieldDrift {
	from {
		transform: translate3d(0, 0, 0);
		opacity: 0.46;
	}
	to {
		transform: translate3d(0, -18px, 0);
		opacity: 0.7;
	}
}

@keyframes arenaSignalPulse {
	0%,
	100% {
		transform: scale(0.98);
		opacity: 0.42;
	}
	50% {
		transform: scale(1.04);
		opacity: 0.68;
	}
}

@media (prefers-reduced-motion: reduce) {
	html.corporate-product body::before,
	html.corporate-product .corporate-landing-page .home-hero--activation-os::after,
	html.corporate-product .corporate-landing-page .corporate-landing-section::after {
		animation: none;
	}

	html.corporate-product .corporate-landing-page .corporate-value-card,
	html.corporate-product .corporate-landing-page .corporate-how-card,
	html.corporate-product .corporate-landing-page .corporate-launch-card,
	html.corporate-product .corporate-landing-page .corporate-event-card,
	html.corporate-product .corporate-landing-page .corporate-pricing-compact-card {
		transition: none;
	}
}

@media (max-width: 1199.98px) {
	html.corporate-product .corporate-landing-page .corporate-how-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	html.corporate-product .corporate-landing-page .home-hero--activation-os,
	html.corporate-product .corporate-landing-page .corporate-landing-section {
		background-size: 58px 58px, 58px 58px, auto, auto, auto;
	}

	html.corporate-product .corporate-landing-page .home-hero--activation-os::after,
	html.corporate-product .corporate-landing-page .corporate-landing-section::after {
		width: 4.4rem;
		height: 4.4rem;
		opacity: 0.34;
	}

	html.corporate-product .corporate-landing-page .corporate-how-grid {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	html.corporate-product .corporate-landing-page .corporate-how-grid::before {
		display: none;
	}

	html.corporate-product .corporate-landing-page .corporate-how-card {
		min-height: 0;
	}

	html.corporate-product .corporate-landing-page .corporate-how-card__number {
		margin-bottom: 1.15rem;
	}

	html.corporate-product .corporate-landing-page .corporate-how-close {
		align-items: flex-start;
		flex-direction: column;
	}
}

html.corporate-product .corporate-landing-page .corporate-closing-copy {
	display: grid;
	gap: 0.45rem;
	max-width: 58ch;
}

html.corporate-product .corporate-landing-page .corporate-closing-copy p {
	margin: 0;
	color: rgba(222, 228, 239, 0.82);
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	font-weight: 720;
	line-height: 1.42;
}

html.corporate-product .corporate-landing-page .corporate-closing-contact {
	width: fit-content;
	color: rgba(248, 223, 159, 0.96);
	font-size: 0.96rem;
	font-weight: 820;
	text-decoration: none;
}

html.corporate-product .corporate-landing-page .corporate-closing-contact:hover,
html.corporate-product .corporate-landing-page .corporate-closing-contact:focus-visible {
	color: var(--ds-primary);
	text-decoration: underline;
	text-underline-offset: 0.22em;
}

html.corporate-product .corporate-landing-page .corporate-available-section {
	position: relative;
	overflow: hidden;
	padding-block: clamp(1.85rem, 3.6vw, 3.45rem);
	background:
		radial-gradient(circle at 82% 12%, rgba(53, 208, 226, 0.16), transparent 34%),
		radial-gradient(circle at 18% 100%, rgba(133, 239, 172, 0.1), transparent 30%),
		linear-gradient(135deg, rgba(7, 12, 26, 0.92), rgba(9, 21, 31, 0.78)),
		rgba(5, 8, 22, 0.78);
}

html.corporate-product .corporate-landing-page .corporate-available-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(103, 232, 249, 0.065) 1px, transparent 1px),
		linear-gradient(90deg, rgba(103, 232, 249, 0.055) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: radial-gradient(circle at 70% 28%, black, transparent 68%);
	opacity: 0.48;
}

html.corporate-product .corporate-landing-page .corporate-available-section > * {
	position: relative;
	z-index: 1;
}

html.corporate-product .corporate-landing-page .corporate-available-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
	gap: clamp(1rem, 2vw, 1.75rem);
	align-items: stretch;
	margin-top: clamp(1.25rem, 2vw, 1.75rem);
	padding: clamp(1rem, 2vw, 1.45rem);
	border: 1px solid rgba(103, 232, 249, 0.2);
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(5, 8, 22, 0.74)),
		rgba(5, 8, 22, 0.62);
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(103, 232, 249, 0.045),
		inset 0 1px 0 rgba(245, 248, 255, 0.08);
}

html.corporate-product .corporate-landing-page .corporate-available-card__content {
	display: grid;
	gap: clamp(0.85rem, 1.4vw, 1.15rem);
	align-content: center;
	min-height: 100%;
}

html.corporate-product .corporate-landing-page .corporate-available-card__badge {
	width: fit-content;
	padding: 0.42rem 0.72rem;
	border: 1px solid rgba(103, 232, 249, 0.28);
	border-radius: 999px;
	color: rgba(103, 232, 249, 0.98);
	background: rgba(53, 208, 226, 0.1);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0;
}

html.corporate-product .corporate-landing-page .corporate-available-card h3 {
	margin: 0;
	color: rgba(248, 250, 252, 0.98);
	font-size: clamp(2rem, 4.1vw, 4.3rem);
	font-weight: 900;
	line-height: 0.94;
	letter-spacing: 0;
}

html.corporate-product .corporate-landing-page .corporate-available-card__content > p {
	max-width: 58ch;
	margin: 0;
	color: rgba(222, 228, 239, 0.78);
	font-size: clamp(1rem, 1.25vw, 1.14rem);
	font-weight: 680;
	line-height: 1.48;
}

html.corporate-product .corporate-landing-page .corporate-available-card__bullets {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

html.corporate-product .corporate-landing-page .corporate-available-card__bullets li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 38px;
	padding: 0.52rem 0.68rem;
	border: 1px solid rgba(245, 248, 255, 0.08);
	border-radius: 999px;
	color: rgba(245, 248, 255, 0.84);
	background: rgba(3, 7, 18, 0.36);
	font-size: 0.88rem;
	font-weight: 760;
}

html.corporate-product .corporate-landing-page .corporate-available-card__bullets i {
	color: rgba(103, 232, 249, 0.96);
}

html.corporate-product .corporate-landing-page .corporate-available-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.72rem;
	align-items: center;
	margin-top: 0.2rem;
}

html.corporate-product .corporate-landing-page .corporate-available-card__visual {
	position: relative;
	display: grid;
	gap: 0.85rem;
	align-content: end;
	min-height: 360px;
	padding: clamp(1rem, 2vw, 1.4rem);
	border: 1px solid rgba(103, 232, 249, 0.18);
	border-radius: 26px;
	background:
		radial-gradient(circle at 50% 28%, rgba(103, 232, 249, 0.24), transparent 26%),
		linear-gradient(160deg, rgba(6, 78, 96, 0.36), rgba(3, 7, 18, 0.76) 54%, rgba(20, 83, 45, 0.22)),
		rgba(3, 7, 18, 0.6);
	box-shadow: inset 0 1px 0 rgba(245, 248, 255, 0.08);
}

html.corporate-product .corporate-landing-page .corporate-available-card__visual::before {
	content: "";
	position: absolute;
	inset: 12%;
	border: 1px solid rgba(245, 248, 255, 0.12);
	border-radius: 24px;
	background:
		linear-gradient(rgba(245, 248, 255, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(245, 248, 255, 0.07) 1px, transparent 1px);
	background-size: 46px 46px;
	opacity: 0.64;
}

html.corporate-product .corporate-landing-page .corporate-available-scoreboard,
html.corporate-product .corporate-landing-page .corporate-available-ranking {
	position: relative;
	z-index: 1;
}

html.corporate-product .corporate-landing-page .corporate-available-scoreboard {
	justify-self: center;
	display: grid;
	justify-items: center;
	gap: 0.32rem;
	min-width: min(100%, 250px);
	padding: 1rem 1.15rem;
	border: 1px solid rgba(103, 232, 249, 0.24);
	border-radius: 22px;
	background: rgba(5, 8, 22, 0.78);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}

html.corporate-product .corporate-landing-page .corporate-available-scoreboard span,
html.corporate-product .corporate-landing-page .corporate-available-scoreboard small {
	color: rgba(222, 228, 239, 0.7);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

html.corporate-product .corporate-landing-page .corporate-available-scoreboard strong {
	color: rgba(248, 250, 252, 0.98);
	font-size: clamp(2.4rem, 4.8vw, 4.65rem);
	font-weight: 900;
	line-height: 0.94;
}

html.corporate-product .corporate-landing-page .corporate-available-ranking {
	display: grid;
	gap: 0.55rem;
}

html.corporate-product .corporate-landing-page .corporate-available-ranking div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	padding: 0.7rem 0.82rem;
	border: 1px solid rgba(245, 248, 255, 0.1);
	border-radius: 18px;
	background: rgba(3, 7, 18, 0.56);
}

html.corporate-product .corporate-landing-page .corporate-available-ranking span {
	color: rgba(103, 232, 249, 0.96);
	font-size: 1.08rem;
	font-weight: 900;
}

html.corporate-product .corporate-landing-page .corporate-available-ranking strong {
	color: rgba(245, 248, 255, 0.86);
	font-size: 0.9rem;
	font-weight: 820;
}

html.corporate-product .corporate-landing-page .corporate-available-transition {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: clamp(0.9rem, 1.6vw, 1.25rem);
	padding: clamp(0.95rem, 1.6vw, 1.2rem);
	border: 1px solid rgba(103, 232, 249, 0.14);
	border-radius: 24px;
	background: rgba(5, 8, 22, 0.46);
}

html.corporate-product .corporate-landing-page .corporate-available-transition strong {
	color: rgba(248, 250, 252, 0.96);
	font-size: clamp(1.05rem, 1.5vw, 1.24rem);
	font-weight: 880;
}

html.corporate-product .corporate-landing-page .corporate-available-transition p {
	max-width: 68ch;
	margin: 0;
	color: rgba(222, 228, 239, 0.72);
	font-size: 0.95rem;
	font-weight: 660;
	line-height: 1.42;
}

html.corporate-product .corporate-landing-page .corporate-pricing-section {
	padding-block: clamp(1.9rem, 3.5vw, 3.25rem);
}

html.corporate-product .corporate-landing-page .corporate-pricing-story {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
	gap: clamp(1rem, 1.8vw, 1.45rem);
	align-items: stretch;
	margin-top: clamp(1.25rem, 2vw, 1.85rem);
}

html.corporate-product .corporate-landing-page .corporate-checkout-feedback {
	grid-column: 1 / -1;
}

html.corporate-product .corporate-landing-page .corporate-pricing-tier {
	gap: clamp(0.9rem, 1.5vw, 1.15rem);
	padding: clamp(1rem, 1.8vw, 1.45rem);
	border-radius: 28px;
	background:
		radial-gradient(circle at 16% 0%, rgba(53, 208, 226, 0.09), transparent 32%),
		linear-gradient(180deg, rgba(17, 24, 39, 0.74), rgba(5, 8, 22, 0.66)),
		rgba(5, 8, 22, 0.36);
}

html.corporate-product .corporate-landing-page .corporate-pricing-tier__intro {
	align-items: flex-start;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(245, 245, 244, 0.08);
}

html.corporate-product .corporate-landing-page .corporate-pricing-tier__intro span {
	color: rgba(245, 248, 255, 0.92);
	font-size: clamp(1.05rem, 1.5vw, 1.32rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.08;
	text-transform: none;
}

html.corporate-product .corporate-landing-page .corporate-pricing-tier__intro p {
	max-width: 28ch;
	color: rgba(190, 198, 214, 0.78);
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: right;
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.75rem, 1.2vw, 1rem);
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-card {
	display: grid;
	grid-column: auto;
	grid-template-rows: auto auto 1fr;
	gap: 0.85rem;
	min-height: 230px;
	padding: clamp(0.92rem, 1.5vw, 1.2rem);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.82), rgba(7, 12, 26, 0.76)),
		rgba(7, 12, 26, 0.7);
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-card:nth-child(4),
html.corporate-product .corporate-landing-page .corporate-pricing-compact-card:nth-child(5) {
	grid-column: auto;
	min-height: 230px;
	padding: clamp(0.92rem, 1.5vw, 1.2rem);
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-card--recommended {
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 0.95fr) minmax(220px, 0.72fr);
	grid-template-rows: auto 1fr;
	align-items: end;
	min-height: 238px;
	border-color: rgba(53, 208, 226, 0.46);
	background:
		radial-gradient(circle at 86% 14%, rgba(53, 208, 226, 0.18), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.88));
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.26),
		0 0 0 1px rgba(53, 208, 226, 0.05),
		inset 0 1px 0 rgba(245, 245, 244, 0.08);
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-card--recommended .corporate-pricing-badge {
	position: static;
	grid-column: 1 / -1;
	justify-self: start;
	margin: 0;
}

html.corporate-product .corporate-landing-page .corporate-pricing-card-main {
	display: grid;
	gap: 0.42rem;
	align-content: start;
}

html.corporate-product .corporate-landing-page .corporate-pricing-card-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.85rem;
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-card h3 {
	font-size: clamp(1.2rem, 1.85vw, 1.55rem);
	font-weight: 870;
	line-height: 1;
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-card strong {
	color: rgba(248, 223, 159, 0.96);
	font-size: clamp(1.05rem, 1.55vw, 1.32rem);
	font-weight: 880;
	line-height: 1;
	white-space: nowrap;
}

html.corporate-product .corporate-landing-page .corporate-pricing-card-main > p {
	color: rgba(190, 198, 214, 0.78);
	font-size: 0.9rem;
	line-height: 1.35;
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-card .corporate-pricing-description {
	color: rgba(245, 248, 255, 0.68);
	font-size: 0.86rem;
	font-weight: 680;
}

html.corporate-product .corporate-landing-page .corporate-pricing-feature-list {
	align-self: start;
	gap: 0.44rem;
	margin: 0;
}

html.corporate-product .corporate-landing-page .corporate-pricing-feature-list li {
	color: rgba(222, 228, 239, 0.78);
	font-size: 0.85rem;
	line-height: 1.28;
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-card .corporate-pricing-cta {
	align-self: end;
	width: 100%;
	min-height: 42px;
	margin-top: 0.1rem;
	padding: 0.62rem 0.85rem;
	font-size: 0.9rem;
}

html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-card {
	grid-template-columns: minmax(0, 1fr);
	align-content: space-between;
	gap: clamp(1rem, 2vw, 1.4rem);
	min-height: 100%;
	padding: clamp(1.15rem, 2vw, 1.65rem);
	border-radius: 28px;
}

html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-card h3 {
	max-width: 10ch;
	font-size: clamp(2rem, 3.55vw, 3.35rem);
	line-height: 0.94;
}

html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-card h4 {
	font-size: clamp(1.05rem, 1.55vw, 1.32rem);
	line-height: 1.14;
}

html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-features {
	grid-template-columns: minmax(0, 1fr);
}

html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-card__action {
	min-height: auto;
}

@media (max-width: 1199.98px) {
	html.corporate-product .corporate-landing-page .corporate-available-card {
		grid-template-columns: minmax(0, 1fr);
	}

	html.corporate-product .corporate-landing-page .corporate-available-card__visual {
		min-height: 300px;
	}

	html.corporate-product .corporate-landing-page .corporate-pricing-story {
		grid-template-columns: minmax(0, 1fr);
	}

	html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-card {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
	}

	html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-features {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	html.corporate-product .corporate-landing-page .corporate-available-card,
	html.corporate-product .corporate-landing-page .corporate-available-transition {
		border-radius: 24px;
	}

	html.corporate-product .corporate-landing-page .corporate-available-card__bullets,
	html.corporate-product .corporate-landing-page .corporate-available-transition {
		grid-template-columns: minmax(0, 1fr);
	}

	html.corporate-product .corporate-landing-page .corporate-available-card__actions,
	html.corporate-product .corporate-landing-page .corporate-available-transition {
		display: grid;
	}

	html.corporate-product .corporate-landing-page .corporate-available-card__actions a {
		width: 100%;
		justify-content: center;
	}

	html.corporate-product .corporate-landing-page .corporate-available-card__visual {
		min-height: 260px;
	}

	html.corporate-product .corporate-landing-page .corporate-pricing-tier__intro,
	html.corporate-product .corporate-landing-page .corporate-pricing-card-title-row {
		display: grid;
		text-align: left;
	}

	html.corporate-product .corporate-landing-page .corporate-pricing-tier__intro p {
		max-width: none;
		text-align: left;
	}

	html.corporate-product .corporate-landing-page .corporate-pricing-compact-list,
	html.corporate-product .corporate-landing-page .corporate-pricing-compact-card--recommended,
	html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-card {
		grid-template-columns: minmax(0, 1fr);
	}

	html.corporate-product .corporate-landing-page .corporate-pricing-compact-card,
	html.corporate-product .corporate-landing-page .corporate-pricing-compact-card:nth-child(4),
	html.corporate-product .corporate-landing-page .corporate-pricing-compact-card:nth-child(5) {
		min-height: auto;
	}

	html.corporate-product .corporate-landing-page .corporate-pricing-enterprise-features {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* 2. Base */
* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	margin: 0;
	color: var(--color-text);
	background: var(--gradient-page);
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-rendering: optimizeLegibility;
}

a {
	color: var(--color-primary);
	text-decoration: none;
	transition: color var(--transition-fast);
}

a:hover {
	color: var(--color-primary-dark);
}

:focus-visible {
	outline: 3px solid rgba(0, 229, 255, 0.5);
	outline-offset: 3px;
}

/* 3. Layout */
.app-shell {
	position: relative;
	min-height: 100vh;
	padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 24px);
	overflow-x: hidden;
	overflow-y: visible;
}

html[data-tobeat-runtime="native"] .app-shell {
	padding-inline: var(--native-safe-area-left) var(--native-safe-area-right);
}

html.corporate-surface .app-shell {
	padding-bottom: 24px;
}

.page-container {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
}

.main-shell,
.auth-shell,
.dashboard-shell {
	position: relative;
	padding: 42px 0 96px;
}

.section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.section-title {
	margin: 0;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: 0;
}

.section-copy {
	max-width: 620px;
	margin: 0;
	color: var(--color-text-muted);
}

/* 4. Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.btn,
button {
	font-family: "Space Grotesk", sans-serif;
	letter-spacing: 0;
}

.hero-title {
	max-width: 760px;
	margin: 0;
	font-size: clamp(3rem, 8.6vw, 6.4rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: 0;
}

.hero-title span {
	background: var(--gradient-primary);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero-accent {
	background: linear-gradient(135deg, #2563eb, #18c7d8, #6557e8);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero-copy {
	max-width: 590px;
	margin: 18px 0 0;
	color: var(--color-text-muted);
	font-size: clamp(0.95rem, 1.8vw, 1.14rem);
	line-height: 1.5;
}

.app-hero {
	position: relative;
	overflow: hidden;
	border-radius: 34px;
	padding: 36px 42px;
	background:
		radial-gradient(circle at 78% 18%, rgba(24, 199, 216, 0.16), transparent 34%),
		radial-gradient(circle at 18% 20%, rgba(37, 99, 235, 0.1), transparent 32%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 255, 0.92));
	border: 1px solid rgba(24, 199, 216, 0.24);
	box-shadow: 0 28px 90px rgba(37, 99, 235, 0.1);
}

.app-hero__content {
	position: relative;
	z-index: 1;
}

.app-hero__eyebrow-row,
.app-hero__context,
.app-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.app-hero__context {
	margin-top: 14px;
}

.app-hero__actions {
	margin-top: 18px;
}

.app-hero-label {
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #2563eb;
}

.app-hero-title {
	max-width: 860px;
	margin: 0;
	font-size: clamp(38px, 5.4vw, 82px);
	line-height: 0.92;
	letter-spacing: -0.055em;
	font-weight: 950;
	color: #07111f;
}

.app-hero-subtitle {
	max-width: 640px;
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 750;
	color: #66758c;
}

.context-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(219, 234, 254, 0.78);
	color: #2563eb;
	font-size: 13px;
	font-weight: 900;
	border: 1px solid rgba(37, 99, 235, 0.12);
}

.context-pill--live {
	background: rgba(34, 197, 94, 0.16);
	color: #15803d;
	border-color: rgba(34, 197, 94, 0.28);
}

.context-pill--live::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #22c55e;
	box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.14);
}

.section-card {
	border-radius: 32px;
	background:
		radial-gradient(circle at top left, rgba(24, 199, 216, 0.1), transparent 34%),
		rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(24, 199, 216, 0.26);
	box-shadow: 0 30px 90px rgba(37, 99, 235, 0.1);
}

.home-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(0, 229, 255, 0.22), transparent 34%),
		radial-gradient(circle at top right, rgba(139, 92, 246, 0.2), transparent 28%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(244, 248, 255, 0.94)),
		rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.72);
	box-shadow: 0 34px 110px rgba(15, 23, 42, 0.12);
}

.home-hero--cinematic {
	padding: clamp(1.55rem, 3.4vw, 3rem) !important;
}

.home-hero .hero-title {
	max-width: 760px;
}

.home-hero .hero-copy {
	max-width: 620px;
}

.home-hero .futuristic-football-orb {
	width: clamp(200px, 22vw, 300px);
	filter: drop-shadow(0 28px 64px rgba(37, 99, 235, 0.22));
}

.eyebrow,
.form-label-premium {
	color: var(--color-primary);
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stat-number {
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

/* 5. Buttons */
.btn-primary-gradient,
.btn-secondary-soft,
.btn-dark-premium,
.btn-pill,
.btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}

.app-hero__actions .btn-primary-gradient,
.app-hero__actions .btn-secondary-soft,
.app-hero__actions .pwa-install-btn {
	min-height: 52px;
	padding-inline: 24px;
}

.btn-primary-gradient {
	padding: 0.84rem 1.35rem;
	color: #ffffff;
	background: var(--gradient-primary);
	box-shadow: var(--shadow-glow);
}

.btn-primary-gradient:hover,
.btn-primary-gradient:focus {
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 20px 52px rgba(37, 99, 235, 0.28);
}

.btn-primary-gradient:active,
.btn-secondary-soft:active,
.btn-dark-premium:active,
.btn-pill:active,
.btn-icon:active {
	transform: scale(0.98);
}

.btn-secondary-soft {
	padding: 0.84rem 1.25rem;
	color: var(--color-text);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(148, 163, 184, 0.25);
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.btn-secondary-soft:hover {
	color: var(--color-primary);
	transform: translateY(-1px);
	box-shadow: var(--shadow-soft);
}

.btn-dark-premium {
	padding: 0.84rem 1.25rem;
	color: #ffffff;
	background: var(--gradient-dark);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
}

.btn-dark-premium:hover {
	color: #ffffff;
	transform: translateY(-1px);
}

.btn-icon {
	width: 46px;
	height: 46px;
	color: var(--color-text);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.25);
}

.btn-pill {
	padding: 0.68rem 1rem;
	color: var(--color-primary);
	background: rgba(37, 99, 235, 0.08);
}

/* 6. Forms */
.form-label-premium {
	display: block;
	margin-bottom: 0.5rem;
}

.form-control,
.form-control-premium {
	width: 100%;
	min-height: 54px;
	color: var(--color-text);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.32);
	border-radius: 16px;
	padding: 0.82rem 0.95rem;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
	transition: border var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

.form-control:focus,
.form-control-premium:focus {
	border-color: rgba(0, 229, 255, 0.9);
	box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.16), 0 14px 34px rgba(37, 99, 235, 0.08);
}

.password-toggle {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

.password-field {
	position: relative;
}

.password-field .form-control-premium {
	padding-right: 3.65rem;
}

.password-field .password-toggle {
	width: 38px;
	height: 38px;
	min-height: 38px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	color: #475569;
}

.verification-code-input {
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0.24rem;
	text-align: center;
}

/* 7. Cards */
.glass-card,
.metric-card,
.match-card,
.ranking-card,
.action-card,
.auth-card,
.dashboard-panel,
.feature-card {
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-card);
}

.glass-card,
.metric-card,
.match-card,
.ranking-card,
.action-card,
.feature-card {
	transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.glass-card:hover,
.metric-card:hover,
.match-card:hover,
.ranking-card:hover,
.action-card:hover,
.feature-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 28px 90px rgba(15, 23, 42, 0.11);
	border-color: rgba(0, 229, 255, 0.34);
}

.metric-card,
.ranking-card,
.action-card,
.feature-card {
	padding: 20px;
}

.metric-card__icon,
.action-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 16px;
	color: var(--color-primary);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(0, 229, 255, 0.16));
}

.metric-card__label,
.metric-label {
	color: var(--color-text-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

.match-card {
	position: relative;
	padding: 24px;
	overflow: hidden;
}

.match-card::after {
	content: "";
	position: absolute;
	inset: auto -80px -120px auto;
	width: 220px;
	height: 220px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(0, 229, 255, 0.16), transparent 68%);
}

.match-card__header,
.match-card__teams,
.match-card__footer {
	position: relative;
	z-index: 1;
}

.match-card__header,
.match-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.match-card__teams {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 14px;
	margin: 24px 0;
}

.team-chip {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	border-radius: 18px;
	background: rgba(241, 245, 249, 0.75);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 800;
}

.vs-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	color: #ffffff;
	background: var(--gradient-primary);
	box-shadow: var(--shadow-glow);
	font-size: 0.78rem;
	font-weight: 800;
}

.ranking-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.ranking-item:last-child {
	border-bottom: 0;
}

/* 8. Badges */
.badge-live,
.badge-new,
.badge-premium,
.badge-success,
.badge-muted {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 30px;
	padding: 0.35rem 0.72rem;
	border-radius: 999px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
}

.badge-live {
	color: #075985;
	background: rgba(0, 229, 255, 0.14);
}

.badge-live::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--color-cyan);
	box-shadow: 0 0 0 5px rgba(0, 229, 255, 0.14);
}

.badge-new,
.badge-premium {
	color: var(--color-primary-dark);
	background: rgba(37, 99, 235, 0.09);
}

.badge-success {
	color: #166534;
	background: rgba(34, 197, 94, 0.12);
}

.badge-muted {
	color: var(--color-text-muted);
	background: rgba(100, 116, 139, 0.1);
}

/* 9. Alerts */
.alert,
.alert-success-soft,
.alert-info-soft,
.alert-danger-soft,
.alert-warning-soft {
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 18px;
	padding: 0.9rem 1rem;
}

.alert-danger,
.alert-danger-soft {
	color: #991b1b;
	background: rgba(239, 68, 68, 0.09);
}

.alert-info,
.alert-info-soft {
	color: #075985;
	background: rgba(0, 229, 255, 0.11);
}

.alert-success-soft {
	color: #166534;
	background: rgba(34, 197, 94, 0.1);
}

.alert-warning,
.alert-warning-soft {
	color: #92400e;
	background: rgba(245, 158, 11, 0.12);
}

/* 10. Navigation */
.app-navbar {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(226, 232, 240, 0.72);
}

/* Builder is a dedicated creation workspace, not a participant Arena view. */
.app-navbar.app-navbar--builder { position: sticky; top: 0; z-index: 1050; isolation: isolate; min-height: 68px; border-bottom: 1px solid rgba(93, 192, 205, .2); background: linear-gradient(110deg, rgba(5, 17, 30, .98), rgba(7, 28, 42, .96)); }
.app-navbar--builder .app-navbar__builder-header { display: grid; grid-template-columns: auto auto minmax(0, 1fr); align-items: center; gap: 14px; width: min(1240px, calc(100% - 48px)); max-width: none; min-height: 68px; padding: 8px 0; }
.app-navbar--builder .app-navbar__brand-identity { margin: 0; }
.arena-builder-nav__back { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 12px; border: 1px solid var(--arena-builder-line, rgba(98, 195, 207, .24)); border-radius: 12px; color: #bed2d9; font-size: .82rem; font-weight: 720; text-decoration: none; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.arena-builder-nav__back:hover, .arena-builder-nav__back:focus-visible { border-color: var(--arena-builder-focus-border, rgba(82, 218, 231, .62)); background: var(--arena-builder-accent-surface, rgba(34, 130, 144, .14)); color: #effbfc; }
.arena-builder-nav__context { display: grid; min-width: 0; gap: 2px; padding-left: 16px; border-left: 1px solid var(--arena-builder-line, rgba(100, 185, 198, .2)); }
.arena-builder-nav__context > strong { overflow: hidden; color: #eaf7fa; font-family: "Space Grotesk", Inter, sans-serif; font-size: .94rem; font-weight: 720; letter-spacing: -.02em; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.arena-builder-nav__context > span { overflow: hidden; color: #79aeba; font-size: .67rem; font-weight: 750; letter-spacing: .02em; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 640px) {
  .app-navbar.app-navbar--builder { min-height: 62px; background: #06111d; box-shadow: 0 1px 0 rgba(93, 192, 205, .16); }
  .app-navbar--builder .app-navbar__builder-header { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; width: min(100%, calc(100% - 32px)); min-height: 62px; padding: 7px 0; }
  .app-navbar--builder .app-navbar__brand-identity { display: none; }
  .arena-builder-nav__back { justify-content: center; width: 44px; min-height: 44px; padding: 0; border-color: var(--arena-builder-line, rgba(98, 195, 207, .28)); border-radius: 11px; background: rgba(11, 34, 48, .76); }
  .arena-builder-nav__back > span { display: none; }
  .arena-builder-nav__context { gap: 3px; align-content: center; padding-left: 0; border-left: 0; }
  .arena-builder-nav__context > strong { color: #f0f9fa; font-size: .98rem; font-weight: 760; line-height: 1.12; }
  .arena-builder-nav__context > span { color: var(--arena-builder-accent, #42d9e7); font-size: .64rem; font-weight: 830; letter-spacing: .09em; line-height: 1.05; text-transform: uppercase; order: -1; }
}

html[data-tobeat-runtime="native"] .app-navbar {
	/* Restore the full-width header material after the shell's landscape
	 * gutters. Compact header spacing is defined by the shared mobile chrome
	 * contract below rather than a native-only padding shorthand. */
	margin-inline: calc(-1 * var(--native-safe-area-left)) calc(-1 * var(--native-safe-area-right));
}

.navbar-brand-cluster {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

/* The default Tobeat mark is part of the navigation, rather than a separate
 * application tile. Keep its adjacent arena selector deliberately compact. */
.navbar-brand-cluster:has(.brand-orb--tobeat-isotipo) {
	gap: 8px;
}

.brand-mark {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--color-text);
	font-weight: 800;
	flex: 0 0 auto;
}

.brand-orb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 16px;
	color: #ffffff;
	background: var(--gradient-primary);
	box-shadow: 0 14px 36px rgba(37, 99, 235, 0.24);
}

.brand-orb--app-icon {
	padding: 0;
	background: transparent;
	box-shadow: 0 14px 36px rgba(37, 99, 235, 0.22);
	overflow: hidden;
}

.brand-orb--app-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* The application mark remains a neutral image asset. Its ambient light is
 * owned by the header, never baked into the PNG itself. */
.brand-orb--app-icon.brand-orb--tobeat-isotipo {
	position: relative;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	isolation: isolate;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.brand-orb--app-icon.brand-orb--tobeat-isotipo::before {
	position: absolute;
	inset: 18%;
	z-index: 0;
	border-radius: 50%;
	background: rgba(48, 218, 235, 0.3);
	content: "";
	filter: blur(12px);
	opacity: 0.45;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.brand-mark:hover .brand-orb--app-icon.brand-orb--tobeat-isotipo::before,
.brand-mark:focus-visible .brand-orb--app-icon.brand-orb--tobeat-isotipo::before {
	opacity: 0.62;
}

.brand-orb--app-icon.brand-orb--tobeat-isotipo img {
	position: relative;
	z-index: 1;
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.app-splash {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--gradient-page);
	transition:
		opacity 0.35s ease,
		visibility 0.35s ease;
}

html.app-splash-seen .app-splash,
html.app-standalone .app-splash {
	display: none;
}

html.app-splash-seen .app-splash--route-transition {
	display: flex;
}

@media (display-mode: standalone) {
	.app-splash {
		display: none;
	}
}

.app-splash.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.app-splash-inner {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 24px;
}

.app-splash-wordmark {
	display: block;
	width: clamp(180px, 30vw, 360px);
	height: auto;
	object-fit: contain;
}

.app-splash--route-transition {
	opacity: 0;
	pointer-events: auto;
	transition: opacity 140ms ease;
}

.app-splash--route-transition.is-visible {
	opacity: 1;
}

.pwa-install-modal__brand-orb {
	display: block;
	width: clamp(96px, 28vw, 150px);
	height: auto;
	margin: 0 auto 18px;
	filter: drop-shadow(0 20px 38px rgba(37, 99, 235, 0.20));
}

@media (prefers-reduced-motion: reduce) {
	.app-splash--route-transition {
		transition: none;
	}
}

.nav-link {
	position: relative;
	color: var(--color-text-muted);
	font-weight: 700;
}

.nav-link:hover,
.nav-link.active {
	color: var(--color-primary);
}

.nav-link.active::after {
	content: "";
	position: absolute;
	left: 0.5rem;
	right: 0.5rem;
	bottom: 0;
	height: 2px;
	border-radius: 999px;
	background: var(--gradient-primary);
	box-shadow: 0 0 18px rgba(0, 229, 255, 0.45);
}

.nav-utility-action {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.45rem 0.82rem;
	border: 1px solid rgba(37, 99, 235, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	color: var(--color-text);
	font-size: 0.9rem;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.nav-utility-action:hover,
.nav-utility-action:focus-visible {
	border-color: rgba(37, 99, 235, 0.28);
	background: rgba(255, 255, 255, 0.92);
	color: var(--color-primary);
	transform: translateY(-1px);
	box-shadow: 0 14px 32px rgba(37, 99, 235, 0.14);
}

.nav-utility-action--install {
	cursor: pointer;
}

body.pwa-installed .nav-utility-action--install {
	display: none !important;
}

.nav-mobile-actions {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.nav-utility-action--notifications {
	position: relative;
	width: 42px;
	min-width: 42px;
	padding-inline: 0;
	cursor: pointer;
}

.nav-utility-action--notifications-mobile {
	display: none;
}

.nav-notification-bell {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
}

.nav-notification-dot {
	position: absolute;
	top: -0.18rem;
	right: -0.18rem;
	width: 0.52rem;
	height: 0.52rem;
	border: 2px solid rgba(255, 255, 255, 0.98);
	border-radius: 999px;
	background: #94a3b8;
	box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.14);
}

.nav-notification-count {
	position: absolute;
	top: -0.62rem;
	right: -0.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.15rem;
	height: 1.15rem;
	padding: 0 0.3rem;
	border: 2px solid rgba(255, 255, 255, 0.98);
	border-radius: 999px;
	background: #ef4444;
	color: #ffffff;
	font-size: 0.64rem;
	font-weight: 900;
	line-height: 1;
}

.nav-notification-count--menu {
	position: static;
	border-width: 0;
	min-width: 1.35rem;
}

body.push-notifications-active .nav-notification-dot {
	background: #22c55e;
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
}

body.push-notifications-available .nav-notification-dot {
	background: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

body.push-notifications-blocked .nav-notification-dot {
	background: #ef4444;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.14);
}

body.push-notifications-install-needed .nav-notification-dot {
	background: #f59e0b;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.14);
}

body.push-notifications-unavailable .nav-notification-dot {
	background: #64748b;
	box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.12);
}

body.in-app-notifications-unread:not(.push-notifications-active):not(.push-notifications-available):not(.push-notifications-blocked):not(.push-notifications-install-needed):not(.push-notifications-unavailable) .nav-notification-dot {
	background: #ef4444;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.16);
}

.notification-center-panel {
	position: fixed;
	top: 78px;
	right: max(18px, calc((100vw - 1140px) / 2));
	z-index: 1060;
	display: flex;
	flex-direction: column;
	width: min(420px, calc(100vw - 24px));
	max-height: min(680px, calc(100vh - 96px));
	overflow: hidden;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.22);
	color: var(--color-text);
}

.notification-center-panel[hidden] {
	display: none !important;
}

.notification-center-panel__header,
.notification-center-panel__toolbar,
.notification-center-panel__push {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px;
}

.notification-center-panel__header {
	border-bottom: 1px solid rgba(226, 232, 240, 0.86);
}

.notification-center-panel__eyebrow {
	margin: 0 0 3px;
	color: var(--color-primary);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.notification-center-panel h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1.18rem;
	font-weight: 900;
	color: var(--color-text);
}

.notification-center-panel__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: rgba(241, 245, 249, 0.9);
	color: var(--color-text);
}

.notification-center-panel__toolbar {
	padding-top: 12px;
	padding-bottom: 10px;
	color: var(--color-text-muted);
	font-size: 0.86rem;
	font-weight: 800;
}

.notification-center-panel__toolbar button,
.notification-center-item__actions button {
	border: 0;
	background: transparent;
	color: var(--color-primary);
	font-weight: 900;
}

.notification-center-panel__toolbar button:disabled {
	cursor: not-allowed;
	opacity: 0.46;
}

.notification-center-panel__list {
	display: grid;
	gap: 10px;
	padding: 0 12px 12px;
	overflow-y: auto;
}

.notification-center-item {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	padding: 12px;
	border: 1px solid rgba(226, 232, 240, 0.86);
	border-radius: 14px;
	background: rgba(248, 250, 252, 0.74);
}

.notification-center-item.is-unread {
	border-color: rgba(37, 99, 235, 0.24);
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(0, 229, 255, 0.05)),
		#ffffff;
}

.notification-center-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.1);
	color: var(--color-primary);
}

.notification-center-item--success .notification-center-item__icon {
	background: rgba(34, 197, 94, 0.12);
	color: #15803d;
}

.notification-center-item--warning .notification-center-item__icon {
	background: rgba(245, 158, 11, 0.14);
	color: #b45309;
}

.notification-center-item--danger .notification-center-item__icon {
	background: rgba(239, 68, 68, 0.12);
	color: #b91c1c;
}

.notification-center-item__body {
	min-width: 0;
}

.notification-center-item__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 4px;
	color: var(--color-text-muted);
	font-size: 0.72rem;
	font-weight: 800;
}

.notification-center-item h3 {
	margin: 0 0 5px;
	font-family: var(--font-display);
	font-size: 0.96rem;
	font-weight: 900;
	color: var(--color-text);
}

.notification-center-item p {
	margin: 0;
	color: var(--color-text-muted);
	font-size: 0.86rem;
	line-height: 1.45;
}

.notification-center-item__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
	font-size: 0.82rem;
}

.notification-center-item__action {
	font-weight: 900;
	text-decoration: none;
}

.notification-center-panel__empty {
	display: grid;
	place-items: center;
	gap: 8px;
	min-height: 180px;
	padding: 24px;
	text-align: center;
	color: var(--color-text-muted);
}

.notification-center-panel__empty i {
	font-size: 2rem;
	color: var(--color-primary);
}

.notification-center-panel__empty strong {
	color: var(--color-text);
}

.notification-center-panel__empty p,
.notification-center-panel__push p {
	margin: 0;
	color: var(--color-text-muted);
	font-size: 0.84rem;
	line-height: 1.4;
}

.notification-center-panel__push {
	border-top: 1px solid rgba(226, 232, 240, 0.86);
	background: rgba(248, 250, 252, 0.86);
}

.notification-center-panel__push strong {
	display: block;
	margin-bottom: 3px;
	font-size: 0.9rem;
}

.push-channel-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.push-channel-option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 14px;
	background: rgba(248, 250, 252, 0.74);
	cursor: pointer;
}

.push-channel-option input {
	margin-top: 4px;
	accent-color: var(--color-primary);
}

.push-channel-option strong,
.push-channel-option small {
	display: block;
}

.push-channel-option strong {
	color: var(--color-text);
	font-weight: 900;
}

.push-channel-option small {
	margin-top: 2px;
	color: var(--color-text-muted);
	line-height: 1.35;
}

.push-channel-option.is-disabled {
	cursor: not-allowed;
	opacity: 0.62;
}

@media (max-width: 575.98px) {
	.notification-center-panel {
		top: 12px;
		right: 12px;
		left: 12px;
		width: auto;
		max-height: calc(100vh - var(--bottom-nav-height) - 24px);
		border-radius: 16px;
	}

	.notification-center-panel__header,
	.notification-center-panel__toolbar,
	.notification-center-panel__push {
		padding: 14px;
	}

	.notification-center-panel__push {
		align-items: stretch;
		flex-direction: column;
	}

	.push-channel-options {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991.98px) {
	.nav-utility-action--notifications-mobile {
		display: inline-flex;
	}
}

.nav-mobile-primary-action {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	min-height: 46px;
	padding: 0.72rem 1rem;
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 16px;
	color: var(--color-text);
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(0, 229, 255, 0.08)),
		rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 32px rgba(37, 99, 235, 0.1);
	font-weight: 900;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.nav-mobile-primary-action:hover,
.nav-mobile-primary-action:focus-visible,
.nav-mobile-primary-action.is-active {
	color: var(--color-primary);
	border-color: rgba(37, 99, 235, 0.34);
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(0, 229, 255, 0.1)),
		rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 40px rgba(37, 99, 235, 0.14);
	transform: translateY(-1px);
}

.user-pill {
	color: var(--color-text);
	font-weight: 800;
}

.profile-switcher {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-right: 0.25rem;
	color: var(--color-text);
	font-weight: 800;
	background: transparent;
	border: 0;
}

.profile-switcher::after {
	margin-left: 0.2rem;
}

.profile-menu {
	min-width: 250px;
	padding: 10px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(18px);
	box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

.profile-menu__identity {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 8px 10px;
}

.profile-menu__identity strong {
	color: var(--color-text);
	font-size: 0.98rem;
	font-weight: 900;
}

.profile-menu__identity span {
	color: var(--color-text-muted);
	font-size: 0.85rem;
}

.profile-menu__language {
	display: flex;
	justify-content: center;
	padding: 8px 10px 4px;
}

.profile-menu__language--mobile {
	justify-content: flex-start;
	padding: 2px 0 8px;
}

.profile-menu__language .locale-switcher {
	width: 100%;
	max-width: 218px;
	justify-content: center;
}

.profile-menu__language--mobile .locale-switcher {
	width: auto;
}

.profile-menu__logout {
	border-radius: 14px;
	font-weight: 800;
}

.locale-switcher {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	padding: 3px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 248, 255, 0.82));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 14px 32px rgba(15, 23, 42, 0.06);
}

.locale-switcher__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	color: var(--color-primary);
	font-size: 0.86rem;
}

.locale-switcher__option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 26px;
	padding: 0 9px;
	border-radius: 999px;
	color: var(--color-text-muted);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition:
		background 0.18s ease,
		color 0.18s ease,
		box-shadow 0.18s ease;
}

.locale-switcher__option:hover {
	color: var(--color-primary);
	background: rgba(37, 99, 235, 0.08);
}

.locale-switcher__option.is-active {
	color: #ffffff;
	background: linear-gradient(135deg, #07111f, #2563eb);
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

.pwa-install-menu-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
}

.pwa-install-menu-item i {
	color: var(--color-primary);
}

.nav-league-context {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-right: 0.35rem;
}

.nav-league-context--brand {
	margin-right: 0;
}

.active-league-context__label {
	display: none;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.active-league-switcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 48px;
	max-width: 320px;
	min-width: 220px;
	padding: 0 20px;
	border-radius: 999px;
	background: var(--gradient-primary);
	border: 0;
	box-shadow: var(--shadow-glow);
	color: #ffffff;
	font-weight: 800;
	white-space: nowrap;
}

.active-league-switcher__icon {
	flex: 0 0 auto;
	font-size: 0.9rem;
	color: var(--color-primary);
}

.active-league-switcher__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
}

.active-league-switcher__name {
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 900;
	color: #ffffff;
}

.active-league-switcher__meta {
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.82);
}

.active-league-switcher--menu {
	text-align: left;
}

.active-league-switcher--menu::after {
	margin-left: 12px;
}

.league-context-menu {
	min-width: 320px;
	max-width: min(360px, calc(100vw - 24px));
	padding: 10px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(18px);
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.14);
}

.league-context-menu__header {
	display: grid;
	gap: 2px;
	padding: 8px 10px 12px;
}

.league-context-menu__header strong {
	font-size: 0.9rem;
	font-weight: 900;
	color: var(--color-text);
}

.league-context-menu__header span {
	font-size: 0.8rem;
	color: var(--color-text-muted);
	font-weight: 700;
}

.league-context-menu__list {
	display: grid;
	gap: 6px;
}

.league-context-menu__item,
.league-context-menu__action {
	display: grid;
	gap: 3px;
	padding: 10px 12px;
	border-radius: 16px;
	color: var(--color-text);
	text-decoration: none;
}

.league-context-menu__item strong,
.league-context-menu__action span {
	font-size: 0.92rem;
	font-weight: 900;
}

.league-context-menu__item span,
.league-context-menu__action small {
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--color-text-muted);
}

.league-context-menu__item:hover,
.league-context-menu__item.is-active,
.league-context-menu__action:hover {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(24, 199, 216, 0.08));
}

.league-context-menu__item.is-active {
	border: 1px solid rgba(24, 199, 216, 0.24);
}

.league-context-menu__action {
	display: flex;
	align-items: center;
	gap: 10px;
}

.league-context-menu__action--create {
	margin-bottom: 4px;
	border: 1px solid rgba(24, 199, 216, 0.26);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(24, 199, 216, 0.12));
	color: var(--color-primary);
}

.league-context-menu__action--create:hover,
.league-context-menu__action--create:focus-visible {
	border-color: rgba(24, 199, 216, 0.42);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(24, 199, 216, 0.18));
	color: var(--color-primary);
}

.league-context-menu__empty {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 2px;
	padding: 12px;
	border: 1px dashed rgba(148, 163, 184, 0.28);
	border-radius: 16px;
	color: var(--color-text-muted);
}

.league-context-menu__empty i {
	flex: 0 0 auto;
	margin-top: 1px;
	color: var(--color-primary);
}

.league-context-menu__empty p {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.45;
}

/* Active Arena Context Selector */
.arena-context-selector {
	max-height: min(70vh, 560px);
	overflow-y: auto;
	overscroll-behavior: contain;
}

.arena-context-selector__header {
	padding-bottom: 8px;
}

.arena-context-selector__section {
	display: grid;
	gap: 7px;
	padding: 4px 2px 8px;
}

.arena-context-selector__eyebrow {
	margin: 0;
	padding: 0 10px;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color-text-muted);
}

.arena-context-selector__current,
.arena-context-selector__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
}

.arena-context-selector__current {
	border: 1px solid rgba(24, 199, 216, 0.28);
	background: linear-gradient(135deg, rgba(24, 199, 216, 0.1), rgba(37, 99, 235, 0.07));
}

.arena-context-selector__current > i {
	flex: 0 0 auto;
	color: var(--color-primary);
	font-size: 1rem;
}

.arena-context-selector__row-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.arena-context-selector__row-copy strong,
.arena-context-selector__row-copy small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arena-context-selector__row-copy small {
	font-size: 0.78rem;
	font-weight: 800;
	color: var(--color-text-muted);
}

.arena-context-selector__view-all,
.arena-context-selector__upcoming-hint {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 2px 10px 0;
	color: var(--color-primary);
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
}

.arena-context-selector__view-all:hover,
.arena-context-selector__view-all:focus-visible,
.arena-context-selector__upcoming-hint:hover,
.arena-context-selector__upcoming-hint:focus-visible {
	color: var(--color-primary);
	text-decoration: underline;
}

.arena-context-selector .league-context-menu__empty {
	margin-bottom: 8px;
}

.arena-context-selector .league-context-menu__empty strong {
	display: block;
	margin-bottom: 3px;
	font-size: 0.9rem;
	color: var(--color-text);
}

.bottom-nav {
	position: fixed;
	right: 14px;
	bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	left: 14px;
	z-index: 60;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: center;
	height: var(--bottom-nav-height);
	padding: 8px;
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 26px;
	box-shadow: 0 18px 60px rgba(15, 23, 42, 0.14);
	contain: layout paint;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

html.corporate-surface .bottom-nav[data-body-portal="true"] {
	position: fixed;
	right: 14px;
	bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	left: 14px;
	z-index: 1000;
}

@media (max-width: 767.98px) {
	html.corporate-surface body > .bottom-nav[data-body-portal="true"],
	html.is-corporate body > .bottom-nav[data-body-portal="true"] {
		position: fixed !important;
		top: auto !important;
		right: calc(14px + env(safe-area-inset-right, 0px)) !important;
		bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
		left: calc(14px + env(safe-area-inset-left, 0px)) !important;
		z-index: 2147483000 !important;
	}
}

.bottom-nav__item {
	display: grid;
	place-items: center;
	gap: 3px;
	border: 0;
	background: transparent;
	color: var(--color-text-muted);
	font-size: 0.72rem;
	font-weight: 800;
	text-decoration: none;
}

.bottom-nav__item i {
	font-size: 1.18rem;
}

.bottom-nav__item.active {
	color: var(--color-primary);
}

.bottom-nav__primary {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 18px;
	border-radius: 22px;
	color: #ffffff;
	background: var(--gradient-primary);
	box-shadow: var(--shadow-glow);
}

/* 11. Auth pages */
.auth-shell {
	display: flex;
	align-items: center;
	min-height: calc(100vh - 120px);
}

.auth-card {
	max-width: 100%;
	overflow: hidden;
	border-radius: var(--radius-xl);
	box-sizing: border-box;
}

.auth-card .card-body {
	position: relative;
	padding: 2.25rem !important;
}

.auth-card .card-body::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: var(--gradient-primary);
}

.auth-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: var(--color-primary);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 800;
}

.auth-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 18px 0 14px;
	color: var(--color-text-muted);
	font-size: 0.9rem;
}

.auth-divider::before,
.auth-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--color-border);
}

.auth-google-primary {
	display: grid;
	gap: 8px;
	padding: 16px;
	margin-bottom: 8px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.1), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.94));
	border: 1px solid rgba(24, 199, 216, 0.22);
	box-shadow: 0 20px 52px rgba(37, 99, 235, 0.1);
	overflow: hidden;
}

.auth-google-primary__label {
	margin: 0;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.auth-google-primary__title {
	margin: 0;
	font-size: clamp(1.35rem, 4vw, 1.7rem);
	line-height: 1;
	letter-spacing: -0.03em;
	font-weight: 900;
	color: var(--color-text);
}

.auth-google-primary__copy {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.4;
	font-weight: 700;
	color: var(--color-text-muted);
}

.auth-google-primary,
.google-login-wrapper {
	max-width: 100%;
	box-sizing: border-box;
}

.google-login-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
}

.google-button-shell {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	overflow: hidden;
	box-sizing: border-box;
}

.google-button-shell--primary {
	justify-content: flex-start;
	margin-top: 4px;
}

.google-login-wrapper > div,
.google-login-wrapper iframe,
.google-login-wrapper .g_id_signin {
	max-width: 100% !important;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.auth-card {
		max-width: 100%;
	}

	.auth-card .card-body {
		padding: 1.55rem 1rem !important;
	}

	.google-login-wrapper {
		width: 100%;
		min-width: 0;
	}

	#google-signin-button {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.auth-google-primary {
		padding: 14px;
		border-radius: 22px;
	}
}

/* 12. Dashboard */
.dashboard-hero {
	padding: 24px;
	border-radius: var(--radius-xl);
	background: var(--gradient-dark);
	color: #ffffff;
	box-shadow: 0 30px 100px rgba(13, 27, 42, 0.22);
	overflow: hidden;
}

.dashboard-hero .eyebrow,
.dashboard-hero .section-copy {
	color: rgba(255, 255, 255, 0.72);
}

.dashboard-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.dashboard-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	gap: 18px;
}

.dashboard-main-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
	gap: 1.25rem;
	align-items: start;
}

.dashboard-main-layout--single {
	grid-template-columns: 1fr;
}

.dashboard-main-column,
.dashboard-side-column {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.dashboard-hero-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.metric-card-contextual {
	min-height: 190px;
}

.dashboard-action-card,
.dashboard-league-card,
.dashboard-onboarding-card,
.dashboard-managed-card {
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--shadow-card);
}

.dashboard-action-card {
	padding: clamp(22px, 4vw, 34px);
}

.dashboard-action-card h2,
.dashboard-league-card h3,
.dashboard-onboarding-card h3,
.dashboard-managed-card h3 {
	margin: 10px 0 8px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.dashboard-action-card p,
.dashboard-league-card p,
.dashboard-onboarding-card p,
.dashboard-managed-card p {
	color: var(--color-text-muted);
}

.participant-home-quick-actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.participant-home-quick-action {
	display: inline-flex;
	width: 100%;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--color-text);
	font: inherit;
	font-weight: 850;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.participant-home-quick-action:hover,
.participant-home-quick-action:focus {
	border-color: rgba(24, 199, 216, 0.32);
	box-shadow: 0 16px 34px rgba(37, 99, 235, 0.1);
	transform: translateY(-1px);
}

.participant-home-quick-action.is-primary {
	border-color: rgba(24, 199, 216, 0.28);
	background: linear-gradient(135deg, rgba(24, 199, 216, 0.14), rgba(255, 255, 255, 0.86));
}

.participant-home-quick-action.is-copied {
	border-color: rgba(34, 197, 94, 0.34);
	color: #047857;
}

.league-section-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin: 1rem 0 1.35rem;
	padding: 0.65rem;
	border-radius: 8px;
}

.league-section-nav a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--color-text);
	font-weight: 850;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.league-section-nav a i {
	font-size: 1rem;
	line-height: 1;
}

.league-section-nav a:hover,
.league-section-nav a:focus {
	border-color: rgba(24, 199, 216, 0.32);
	box-shadow: 0 14px 28px rgba(37, 99, 235, 0.1);
	transform: translateY(-1px);
}

.league-section-anchor {
	scroll-margin-top: 150px;
}

.league-rules-section,
.league-admin-entry,
#league-participants {
	scroll-margin-top: 150px;
}

.pending-approval-highlight {
	border-color: rgba(34, 197, 94, 0.28);
	background:
		linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(0, 229, 255, 0.08)),
		rgba(255, 255, 255, 0.86);
}

.dashboard-join-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	margin-top: 18px;
}

.dashboard-league-list,
.dashboard-managed-list {
	display: grid;
	gap: 12px;
}

.dashboard-league-card,
.dashboard-managed-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px;
}

.dashboard-league-card h3,
.dashboard-managed-card h3 {
	margin-top: 8px;
}

.dashboard-onboarding-card {
	padding: 20px;
}

.dashboard-onboarding-card > i {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 18px;
	color: var(--color-primary);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(0, 229, 255, 0.16));
	font-size: 1.25rem;
}

.dashboard-onboarding-card ol {
	display: grid;
	gap: 8px;
	margin: 12px 0 0;
	padding-left: 1.2rem;
	color: var(--color-text-muted);
	font-weight: 700;
}

.dashboard-onboarding-card li::marker {
	color: var(--color-primary);
	font-weight: 900;
}

.progress-premium {
	height: 12px;
	background: rgba(226, 232, 240, 0.75);
	border-radius: 999px;
	overflow: hidden;
}

.progress-premium__bar {
	height: 100%;
	border-radius: inherit;
	background: var(--gradient-primary);
}

.league-competition-hero {
	display: grid;
	gap: 1rem;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.82)),
		radial-gradient(circle at 92% 12%, rgba(251, 191, 36, 0.22), transparent 34%),
		radial-gradient(circle at 12% 90%, rgba(24, 199, 216, 0.16), transparent 34%);
}

.league-competition-hero .app-hero-label {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	color: #2563eb;
	letter-spacing: 0;
}

.league-competition-hero__scoreboard {
	display: grid;
	gap: 0.2rem;
	align-content: center;
	padding: 0.95rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.league-competition-hero__scoreboard span {
	color: #2563eb;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.league-competition-hero__scoreboard strong {
	color: #0f172a;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.35rem;
	font-weight: 950;
	line-height: 1;
}

.league-competition-hero__scoreboard small {
	color: var(--color-text-muted);
	font-weight: 800;
}

.league-competition-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.9rem;
	margin-top: 1rem;
}

.league-competition-card,
.league-glory-card {
	padding: 1rem;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
}

.league-competition-eyebrow {
	margin: 0 0 0.45rem;
	color: #2563eb;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.league-competition-card h2,
.league-glory-card h2 {
	margin: 0 0 0.45rem;
	color: var(--color-text);
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.42rem;
	font-weight: 950;
	line-height: 1.05;
}

.league-competition-card p,
.league-glory-card p {
	margin: 0;
	color: var(--color-text-muted);
	font-weight: 700;
}

.league-state-grid,
.league-glory-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
	margin-top: 1rem;
}

.league-state-grid div,
.league-glory-metrics div {
	min-height: 92px;
	padding: 0.72rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.72);
}

.league-state-grid span,
.league-glory-metrics span,
.league-rival-stack em,
.league-activity-list small {
	display: block;
	color: var(--color-text-muted);
	font-size: 0.78rem;
	font-weight: 850;
}

.league-state-grid strong,
.league-glory-metrics strong {
	display: block;
	margin-top: 0.18rem;
	color: #0f172a;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.55rem;
	font-weight: 950;
	line-height: 1;
}

.league-progress-track {
	height: 0.7rem;
	margin-top: 1rem;
	border-radius: 999px;
	background: rgba(226, 232, 240, 0.85);
	overflow: hidden;
}

.league-progress-track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--gradient-primary);
}

.league-rival-stack,
.league-activity-list {
	display: grid;
	gap: 0.65rem;
	margin-top: 0.75rem;
}

.league-rival-stack div,
.league-activity-list div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.65rem;
	align-items: center;
	min-height: 48px;
	padding: 0.68rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.74);
}

.league-rival-stack .is-you,
.member-row.is-current-user {
	border-color: rgba(37, 99, 235, 0.24);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(255, 255, 255, 0.9));
}

.league-rival-stack span {
	color: #2563eb;
	font-weight: 950;
}

.league-rival-stack strong,
.league-activity-list strong {
	min-width: 0;
	overflow: hidden;
	color: #0f172a;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.league-empty-state {
	display: grid;
	gap: 0.45rem;
	margin-top: 0.75rem;
	padding: 0.9rem;
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.74);
}

.league-empty-state i {
	color: #2563eb;
	font-size: 1.35rem;
}

.league-empty-state strong {
	color: #0f172a;
	font-weight: 950;
}

.league-glory-card {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(254, 252, 232, 0.84));
}

.league-podium {
	display: grid;
	gap: 0.65rem;
}

.league-podium__place {
	display: grid;
	gap: 0.15rem;
	padding: 0.85rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.78);
}

.league-podium__place--1 {
	background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(255, 255, 255, 0.88));
}

.league-podium__place span {
	color: #2563eb;
	font-weight: 950;
}

.league-podium__place strong {
	color: #0f172a;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.5rem;
	font-weight: 950;
}

.league-podium__place small {
	color: var(--color-text-muted);
	font-weight: 800;
}

.league-activity-list div {
	grid-template-columns: auto minmax(0, 1fr);
}

.league-activity-list div > span {
	width: 0.62rem;
	height: 0.62rem;
	border-radius: 999px;
	background: #22c55e;
	box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.league-competition-card--progress {
	display: grid;
	justify-items: start;
}

.league-progress-ring {
	display: grid;
	place-items: center;
	width: 6.4rem;
	aspect-ratio: 1;
	margin: 0.4rem 0 0.85rem;
	border-radius: 50%;
	background:
		radial-gradient(circle, #ffffff 58%, transparent 60%),
		conic-gradient(#2563eb var(--league-progress), rgba(226, 232, 240, 0.92) 0);
}

.league-progress-ring strong {
	color: #0f172a;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.2rem;
	font-weight: 950;
}

.league-members-preview-card {
	margin-top: 1rem;
}

.league-rules-compact .score-rules-card {
	border-radius: 8px;
}

.league-admin-secondary {
	background: rgba(255, 255, 255, 0.78);
}

@media (min-width: 768px) {
	.league-competition-hero {
		grid-template-columns: minmax(0, 1fr);
		align-items: end;
	}

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

	.league-competition-card--state,
	.league-glory-card {
		grid-column: span 2;
	}

	.league-glory-card {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
	}
}

@media (min-width: 1120px) {
	.league-competition-hero {
		grid-template-columns: minmax(0, 1fr);
	}
}

.league-home {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 1.5rem;
}

.league-home-hero {
	position: relative;
	display: grid;
	gap: 1rem;
	padding: 1.1rem;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 253, 250, 0.82)),
		radial-gradient(circle at 88% 8%, rgba(251, 191, 36, 0.26), transparent 34%),
		radial-gradient(circle at 18% 92%, rgba(24, 199, 216, 0.18), transparent 36%);
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
	overflow: hidden;
}

.league-home-hero::after {
	content: "";
	position: absolute;
	inset: auto -2rem -3.2rem auto;
	width: 10rem;
	height: 10rem;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 50%;
	background: repeating-linear-gradient(45deg, rgba(37, 99, 235, 0.1) 0 1px, transparent 1px 10px);
	opacity: 0.5;
	pointer-events: none;
}

.league-home-hero__content,
.league-home-hero__actions {
	position: relative;
	z-index: 1;
}

.league-home-kicker,
.league-home-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.5rem;
	color: #2563eb;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.league-home-hero h1 {
	margin: 0;
	color: var(--color-text);
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(2rem, 6vw, 4.6rem);
	font-weight: 950;
	line-height: 0.95;
	letter-spacing: 0;
}

.league-home-hero p {
	margin: 0.75rem 0 0;
	color: var(--color-text-muted);
	font-size: clamp(1rem, 2vw, 1.18rem);
	font-weight: 750;
}

.league-home-hero__content strong {
	display: block;
	margin-top: 0.35rem;
	color: #0f172a;
	font-size: 1rem;
}

.league-deadline-countdown {
	width: 100%;
}

.league-deadline-countdown__label {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: #0f172a;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.18rem;
	font-weight: 950;
}

.league-deadline-countdown__label::before {
	content: "";
	width: 0.62rem;
	height: 0.62rem;
	border-radius: 999px;
	background: #22c55e;
	box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.league-deadline-countdown__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.45rem;
	width: 100%;
}

.league-deadline-countdown__grid span {
	display: grid;
	place-items: center;
	min-width: 0;
	min-height: 64px;
	padding: 0.55rem 0.42rem;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.78));
	box-shadow:
		0 12px 26px rgba(15, 23, 42, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.league-deadline-countdown__grid strong {
	color: #0f172a;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.12rem, 3.8vw, 1.62rem);
	font-weight: 950;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.league-deadline-countdown__grid em {
	margin-top: 0.25rem;
	color: #64748b;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.league-deadline-countdown--card {
	padding: 0.85rem;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 8px;
	background:
		radial-gradient(circle at 100% 0%, rgba(34, 211, 238, 0.18), transparent 36%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(239, 246, 255, 0.74));
}

.league-deadline-countdown.is-urgent .league-deadline-countdown__label::before {
	background: #f59e0b;
	box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.15);
}

.league-deadline-countdown.is-urgent .league-deadline-countdown__grid span {
	border-color: rgba(245, 158, 11, 0.24);
	background:
		linear-gradient(180deg, rgba(255, 251, 235, 0.94), rgba(255, 247, 237, 0.82));
}

.league-deadline-countdown.is-expired .league-deadline-countdown__label::before {
	background: #94a3b8;
	box-shadow: 0 0 0 6px rgba(148, 163, 184, 0.12);
}

.league-home-hero__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.7rem;
}

.league-home-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
}

.league-priority-stack {
	display: grid;
	gap: 1rem;
}

.league-section-band {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	padding: 0.75rem;
	border: 1px solid rgba(148, 163, 184, 0.12);
	border-radius: 8px;
}

.league-section-band--personal {
	background:
		linear-gradient(135deg, rgba(248, 250, 252, 0.72), rgba(255, 255, 255, 0.86));
}

.league-section-band--pulse {
	background:
		radial-gradient(circle at 100% 0%, rgba(34, 197, 94, 0.1), transparent 32%),
		linear-gradient(135deg, rgba(240, 253, 250, 0.72), rgba(255, 255, 255, 0.86));
}

.league-section-band--pulse .league-home-card {
	padding: 0.9rem;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.league-home-card {
	min-width: 0;
	padding: 1rem;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
}

.league-home-card h2 {
	margin: 0.25rem 0 0.45rem;
	color: var(--color-text);
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.35rem;
	font-weight: 950;
	line-height: 1.05;
}

.league-home-card p {
	margin: 0;
	color: var(--color-text-muted);
	font-weight: 700;
}

.league-home-card__icon {
	display: inline-grid;
	place-items: center;
	width: 2.65rem;
	height: 2.65rem;
	margin-bottom: 0.7rem;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(24, 199, 216, 0.16), rgba(251, 191, 36, 0.16));
	color: #2563eb;
	font-size: 1.2rem;
}

.league-home-card--next {
	border-color: rgba(24, 199, 216, 0.28);
	background:
		linear-gradient(135deg, rgba(236, 254, 255, 0.92), rgba(255, 255, 255, 0.9));
}

.league-home-card--focus {
	display: grid;
	gap: 1rem;
	align-items: center;
	border-color: rgba(37, 99, 235, 0.2);
	background:
		radial-gradient(circle at 96% 18%, rgba(251, 191, 36, 0.18), transparent 30%),
		linear-gradient(135deg, rgba(219, 245, 255, 0.96), rgba(255, 255, 255, 0.94));
	box-shadow: 0 24px 64px rgba(37, 99, 235, 0.13);
}

.league-home-card--focus h2 {
	font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.league-home-card--focus .btn-primary-gradient {
	width: 100%;
}

.league-home-card--next .btn-primary-gradient {
	margin-top: 1rem;
}

.league-state-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
}

.league-state-metrics div {
	min-height: 104px;
	padding: 0.75rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.72);
}

.league-state-metrics span,
.league-activity-list small,
.league-rival-stack em,
.league-home-card--progress small {
	display: block;
	color: var(--color-text-muted);
	font-size: 0.78rem;
	font-weight: 850;
}

.league-state-metrics strong {
	display: block;
	margin: 0.15rem 0;
	color: #0f172a;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.85rem;
	font-weight: 950;
	line-height: 1;
}

.league-rival-stack,
.league-activity-list {
	display: grid;
	gap: 0.65rem;
}

.league-rival-stack div,
.league-activity-list div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.65rem;
	align-items: center;
	min-height: 48px;
	padding: 0.68rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.74);
}

.league-rival-stack .is-you {
	border-color: rgba(37, 99, 235, 0.22);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(255, 255, 255, 0.82));
}

.league-rival-stack span {
	color: #2563eb;
	font-weight: 950;
}

.league-rival-stack strong,
.league-activity-list strong {
	min-width: 0;
	overflow: hidden;
	color: #0f172a;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.league-activity-list div {
	grid-template-columns: auto minmax(0, 1fr);
}

.league-activity-list div > span {
	width: 0.62rem;
	height: 0.62rem;
	border-radius: 999px;
	background: #22c55e;
	box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.league-empty-pulse {
	display: grid;
	gap: 0.45rem;
	justify-items: start;
	padding: 0.9rem;
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.74);
}

.league-empty-pulse i {
	color: #2563eb;
	font-size: 1.35rem;
}

.league-empty-pulse strong {
	color: #0f172a;
	font-weight: 950;
}

.league-home-card--progress {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 0.78rem;
	align-content: start;
	align-items: center;
	justify-items: start;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.74));
}

.league-home-card--progress .league-home-eyebrow {
	grid-column: 1 / -1;
}

.league-home-card--progress h2,
.league-home-card--progress p,
.league-home-card--progress small {
	grid-column: 2;
}

.league-progress-ring {
	display: grid;
	grid-row: 2 / 5;
	place-items: center;
	width: 4.8rem;
	aspect-ratio: 1;
	margin: 0;
	border-radius: 50%;
	background:
		radial-gradient(circle, #ffffff 58%, transparent 60%),
		conic-gradient(#2563eb var(--league-progress), rgba(226, 232, 240, 0.92) 0);
}

.league-progress-ring strong {
	color: #0f172a;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.2rem;
	font-weight: 950;
}

.league-organization {
	display: block;
	margin-top: 0.2rem;
	padding: 0.85rem;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.68);
}

.league-organization > summary {
	list-style: none;
}

.league-organization > summary::-webkit-details-marker {
	display: none;
}

.league-organization-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	cursor: pointer;
}

.league-organization-summary h2 {
	margin: 0;
}

.league-organization-summary span {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	color: #2563eb;
	background: rgba(37, 99, 235, 0.08);
	transition: transform 160ms ease;
}

.league-organization[open] .league-organization-summary span {
	transform: rotate(180deg);
}

.league-organization-all-link {
	display: inline-flex;
	margin-top: 0.8rem;
}

.league-organization-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	margin-top: 0.85rem;
}

.league-message-admin-card {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	overflow: hidden;
	padding: 1rem;
	border: 1px solid rgba(34, 197, 94, 0.24);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(240, 253, 244, 0.94), rgba(239, 246, 255, 0.9)),
		radial-gradient(circle at 88% 12%, rgba(34, 197, 94, 0.2), transparent 32%);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.league-message-admin-card::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(37, 99, 235, 0.08), transparent 42%),
		linear-gradient(rgba(37, 99, 235, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px);
	background-size: auto, 42px 42px, 42px 42px;
	opacity: 0.75;
}

.league-message-admin-card > * {
	position: relative;
	z-index: 1;
}

.league-message-admin-card__icon {
	display: grid;
	place-items: center;
	width: 3.1rem;
	height: 3.1rem;
	border: 1px solid rgba(34, 197, 94, 0.26);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(37, 99, 235, 0.12)), #ffffff;
	color: #16a34a;
	font-size: 1.35rem;
	box-shadow: 0 12px 30px rgba(34, 197, 94, 0.14);
}

.league-message-admin-card h3 {
	margin: 0;
	color: #0f172a;
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 950;
	line-height: 1.05;
}

.league-message-admin-card p:last-child {
	max-width: 56ch;
	margin: 0.25rem 0 0;
	color: #475569;
	font-weight: 750;
	line-height: 1.4;
}

.league-message-admin-card .btn-primary-gradient {
	white-space: nowrap;
}

.league-home-grid--empty {
	grid-template-columns: 1fr;
}

@media (min-width: 360px) and (max-width: 767px) {
	.league-section-band--personal {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.6rem;
		padding: 0.55rem;
	}

	.league-section-band--personal .league-home-card {
		padding: 0.7rem;
		box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
	}

	.league-section-band--personal .league-home-eyebrow {
		margin-bottom: 0.35rem;
		font-size: 0.66rem;
	}

	.league-section-band--personal .league-state-metrics {
		grid-template-columns: 1fr;
		gap: 0.4rem;
	}

	.league-section-band--personal .league-state-metrics div {
		min-height: 0;
		padding: 0.48rem;
	}

	.league-section-band--personal .league-state-metrics strong {
		font-size: 1.12rem;
	}

	.league-section-band--personal .league-state-metrics small {
		display: none;
	}

	.league-section-band--personal .league-rival-stack,
	.league-section-band--personal .league-empty-pulse {
		gap: 0.42rem;
	}

	.league-section-band--personal .league-rival-stack div {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 0.45rem;
		min-height: 0;
		padding: 0.5rem;
	}

	.league-section-band--personal .league-rival-stack em {
		grid-column: 2;
		font-size: 0.68rem;
	}

	.league-section-band--personal .league-empty-pulse {
		padding: 0.65rem;
	}

	.league-section-band--personal .league-empty-pulse i {
		font-size: 1rem;
	}

	.league-section-band--personal .league-empty-pulse p {
		display: none;
	}

	.league-message-admin-card {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.league-message-admin-card .btn-primary-gradient {
		width: 100%;
		justify-content: center;
		white-space: normal;
	}

	.league-deadline-countdown__grid {
		gap: 0.35rem;
	}

	.league-deadline-countdown__grid span {
		min-height: 54px;
		padding: 0.45rem 0.25rem;
	}

	.league-deadline-countdown__grid strong {
		font-size: 1.05rem;
	}

	.league-deadline-countdown__grid em {
		font-size: 0.58rem;
	}
}

@media (min-width: 768px) {
	.league-home-hero {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
		align-items: end;
		padding: 1.45rem;
	}

	.league-home-hero__actions {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 220px));
	}

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

	.league-home-card--focus {
		grid-template-columns: minmax(0, 1fr) minmax(210px, 0.32fr);
		padding: 1.25rem;
	}

	.league-section-band--personal,
	.league-section-band--pulse {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
		padding: 0.9rem;
	}

	.league-home-card--state,
	.league-home-card--progress {
		grid-column: span 2;
	}

	.league-section-band .league-home-card--state,
	.league-section-band .league-home-card--progress {
		grid-column: auto;
	}

	.league-organization-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.league-message-admin-card {
		grid-column: 1 / -1;
	}
}

@media (min-width: 1120px) {
	.league-home {
		gap: 1.2rem;
	}

	.league-home-hero {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.24fr);
		padding: 1.8rem;
	}

	.league-home-hero__actions {
		grid-column: auto;
		align-self: center;
		grid-template-columns: 1fr;
	}

	.league-home-grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
	}

	.league-priority-stack {
		gap: 1.15rem;
	}

	.league-home-card--focus {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 0.28fr);
		padding: 1.45rem;
	}

	.league-section-band--personal {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	}

	.league-section-band--pulse {
		grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.48fr);
	}

	.league-home-card--state {
		grid-column: span 2;
	}

	.league-home-card--progress {
		grid-column: auto;
		grid-row: span 2;
	}

	.league-section-band .league-home-card--state,
	.league-section-band .league-home-card--progress {
		grid-column: auto;
		grid-row: auto;
	}
}

/* 13. Events Page */
.matches-page {
	padding: 42px 0 112px;
}

.matches-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
	gap: 18px;
	align-items: center;
	padding: clamp(18px, 2.5vw, 24px);
	overflow: hidden;
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.09), transparent 26%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 253, 0.92)),
		rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(148, 163, 184, 0.14);
	box-shadow: 0 18px 46px rgba(7, 17, 31, 0.06);
}

.matches-hero__content {
	position: relative;
	z-index: 1;
}

.matches-hero .hero-title {
	font-size: clamp(2rem, 4.3vw, 3rem);
	line-height: 0.96;
}

.matches-hero .hero-copy {
	max-width: 700px;
	margin-top: 10px;
	font-size: 0.98rem;
	line-height: 1.4;
}

.matches-hero__eyebrow-row,
.matches-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.matches-hero__meta {
	margin-top: 12px;
	color: var(--color-text-muted);
	font-size: 0.84rem;
	font-weight: 700;
}

.matches-hero .matches-stats-grid {
	margin-top: 14px;
}

.matches-hero .matches-stat {
	padding: 10px 12px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 18px;
	background: rgba(248, 250, 252, 0.82);
}

.matches-stat span {
	display: block;
	color: #66758c;
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.matches-result-flow {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	margin-top: 0.85rem;
	padding: 0.42rem 0.62rem;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 999px;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.68);
	font-size: 0.78rem;
	font-weight: 900;
}

.matches-result-flow i {
	color: #2563eb;
	font-size: 0.72rem;
}

.official-result-feature {
	display: grid;
	gap: 0.9rem;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid rgba(37, 99, 235, 0.14);
	border-radius: 8px;
	background:
		radial-gradient(circle at 92% 8%, rgba(34, 197, 94, 0.12), transparent 32%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 250, 0.86));
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
}

.official-result-feature.is-live {
	border-color: rgba(14, 165, 233, 0.32);
	background:
		radial-gradient(circle at 88% 4%, rgba(125, 211, 252, 0.32), transparent 34%),
		radial-gradient(circle at 10% 18%, rgba(45, 212, 191, 0.2), transparent 28%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 254, 255, 0.92));
	box-shadow:
		0 24px 72px rgba(37, 99, 235, 0.16),
		0 0 0 1px rgba(255, 255, 255, 0.72) inset;
}

.official-result-feature--multi {
	gap: 1rem;
}

.official-result-feature__header,
.official-result-feature__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.official-status-pill,
.official-result-chip,
.official-prediction-chip,
.official-ranking-chip,
.official-user-pick-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	min-height: 1.75rem;
	padding: 0 0.62rem;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 999px;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.74);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0;
}

.official-status-pill--official,
.official-result-chip--official,
.official-ranking-chip {
	border-color: rgba(34, 197, 94, 0.22);
	color: #166534;
	background: rgba(220, 252, 231, 0.72);
}

.official-status-pill--live,
.official-result-chip--live {
	border-color: rgba(37, 99, 235, 0.24);
	color: #1d4ed8;
	background: rgba(219, 234, 254, 0.8);
}

.official-status-pill--pending,
.official-result-chip--pending {
	color: #475569;
	background: rgba(248, 250, 252, 0.84);
}

.official-prediction-chip--open {
	border-color: rgba(24, 199, 216, 0.24);
	color: #0e7490;
	background: rgba(207, 250, 254, 0.76);
}

.official-prediction-chip--closed {
	color: #475569;
	background: rgba(241, 245, 249, 0.86);
}

.official-prediction-chip--pending {
	color: #92400e;
	background: rgba(254, 243, 199, 0.74);
}

.official-pitch-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	min-width: 0;
}

.official-pitch-card {
	position: relative;
	min-height: 184px;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(15, 118, 110, 0.92), rgba(37, 99, 235, 0.72)),
		rgba(15, 118, 110, 0.9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.official-pitch-card--compact {
	min-height: 158px;
}

.official-pitch-card::before,
.official-pitch-card::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0;
}

.official-pitch-card::before {
	background:
		linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.28) 48%, transparent 72%),
		radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.26), transparent 42%);
	transform: translateX(-70%);
}

.official-pitch-card::after {
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow:
		0 0 34px rgba(34, 211, 238, 0.3) inset,
		0 0 42px rgba(37, 99, 235, 0.22);
}

.official-result-feature.is-live .official-pitch-card {
	border-color: rgba(125, 211, 252, 0.62);
	background:
		radial-gradient(circle at 18% 24%, rgba(45, 212, 191, 0.38), transparent 34%),
		radial-gradient(circle at 82% 68%, rgba(96, 165, 250, 0.48), transparent 36%),
		linear-gradient(135deg, #0f766e, #2563eb 68%, #4f46e5);
	box-shadow:
		0 24px 70px rgba(37, 99, 235, 0.24),
		0 0 0 1px rgba(255, 255, 255, 0.22) inset,
		0 0 42px rgba(34, 211, 238, 0.18) inset;
}

.official-result-feature.is-live .official-pitch-card::before {
	opacity: 1;
	animation: officialPitchSweep 3.4s ease-in-out infinite;
}

.official-result-feature.is-live .official-pitch-card::after {
	opacity: 1;
	animation: officialPitchGlow 2.4s ease-in-out infinite;
}

.official-pitch-card.has-prediction-partial,
.official-pitch-card.has-prediction-exact {
	border-color: rgba(34, 211, 238, 0.48);
}

.official-pitch-card.has-prediction-exact {
	box-shadow:
		0 24px 70px rgba(37, 99, 235, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.22) inset,
		0 0 36px rgba(34, 211, 238, 0.18) inset;
}

.official-pitch-live-aura {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
}

.official-result-feature.is-live .official-pitch-live-aura {
	opacity: 1;
}

.official-pitch-live-aura span {
	position: absolute;
	width: 12rem;
	height: 12rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 62%);
	filter: blur(8px);
	transform: translate(-50%, -50%);
	animation: officialLivePulse 3.2s ease-in-out infinite;
}

.official-pitch-live-aura span:nth-child(1) {
	left: 18%;
	top: 28%;
}

.official-pitch-live-aura span:nth-child(2) {
	left: 78%;
	top: 72%;
	animation-delay: 0.8s;
}

.official-pitch-live-aura span:nth-child(3) {
	left: 50%;
	top: 50%;
	animation-delay: 1.45s;
}

.official-pitch-card__field,
.official-pitch-card__field span {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.official-pitch-card__field {
	opacity: 0.52;
}

.official-pitch-card__field::before {
	content: "";
	position: absolute;
	inset: 13%;
	border: 2px solid rgba(255, 255, 255, 0.52);
	border-radius: 8px;
}

.official-pitch-card__midline {
	left: 50%;
	width: 2px;
	background: rgba(255, 255, 255, 0.46);
	transform: translateX(-50%);
}

.official-pitch-card__circle {
	inset: 50% auto auto 50%;
	width: 4.6rem;
	height: 4.6rem;
	border: 2px solid rgba(255, 255, 255, 0.46);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.official-pitch-card--compact .official-pitch-card__circle {
	width: 3.4rem;
	height: 3.4rem;
}

.official-pitch-card__box {
	top: 34%;
	width: 3.8rem;
	height: 32%;
	border: 2px solid rgba(255, 255, 255, 0.42);
}

.official-pitch-card__box--left {
	right: auto;
	left: 13%;
	border-left: 0;
}

.official-pitch-card__box--right {
	right: 13%;
	left: auto;
	border-right: 0;
}

.official-pitch-card__content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	min-height: 184px;
	padding: 1.2rem;
}

.official-pitch-card--compact .official-pitch-card__content {
	gap: 0.7rem;
	min-height: 158px;
	padding: 0.95rem;
}

.official-pitch-team {
	display: grid;
	gap: 0.3rem;
	color: #ffffff;
	text-shadow: 0 1px 18px rgba(15, 23, 42, 0.25);
}

.official-pitch-team--away {
	justify-items: end;
	text-align: right;
}

.official-pitch-team strong {
	overflow: hidden;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.15rem, 3vw, 2rem);
	font-weight: 950;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.official-pitch-card--compact .official-pitch-team strong {
	font-size: 1.18rem;
	white-space: normal;
}

.official-pitch-team span {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 1.75rem;
	padding: 0 0.62rem;
	border-radius: 999px;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
	font-weight: 950;
}

.official-pitch-center {
	display: grid;
	justify-items: center;
	gap: 0.38rem;
	min-width: 0;
}

.official-pitch-minute,
.official-pitch-event {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: min(16rem, 46vw);
	border-radius: 999px;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.82);
	font-weight: 950;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.official-pitch-minute {
	min-height: 1.6rem;
	padding: 0 0.64rem;
	color: #1d4ed8;
	font-size: 0.76rem;
}

.official-result-feature.is-live .official-pitch-minute {
	color: #ffffff;
	background: linear-gradient(135deg, #2563eb, #06b6d4);
	box-shadow:
		0 12px 28px rgba(37, 99, 235, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.38) inset;
	animation: officialMinutePulse 1.7s ease-in-out infinite;
}

.official-pitch-event {
	min-height: 1.75rem;
	padding: 0 0.7rem;
	overflow: hidden;
	color: #0f766e;
	font-size: 0.72rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.official-result-feature.is-live .official-pitch-event {
	color: #ffffff;
	background: rgba(15, 23, 42, 0.66);
	box-shadow:
		0 16px 32px rgba(15, 23, 42, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.official-pitch-minute[hidden],
.official-pitch-event[hidden] {
	display: none;
}

.official-pitch-pick,
.official-pitch-impact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: min(15rem, 46vw);
	min-height: 1.7rem;
	padding: 0 0.68rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(15, 23, 42, 0.54);
	font-size: 0.66rem;
	font-weight: 950;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.official-pitch-pick {
	gap: 0.36rem;
}

.official-pitch-pick span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.58rem;
	text-transform: uppercase;
	letter-spacing: 0;
}

.official-pitch-pick strong {
	overflow: hidden;
	color: #ffffff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.official-pitch-pick.is-partial,
.official-pitch-impact.is-partial {
	border-color: rgba(34, 211, 238, 0.42);
	color: #cffafe;
	background: rgba(14, 116, 144, 0.46);
}

.official-pitch-pick.is-exact,
.official-pitch-impact.is-exact {
	border-color: rgba(255, 255, 255, 0.48);
	color: #0f172a;
	background: rgba(255, 255, 255, 0.88);
}

.official-pitch-pick.is-exact span,
.official-pitch-pick.is-exact strong {
	color: #0f172a;
}

.official-pitch-impact[hidden] {
	display: none;
}

.official-pitch-score {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	min-width: 7.4rem;
	min-height: 4.6rem;
	padding: 0 1rem;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 8px;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.86);
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.7rem, 4vw, 2.7rem);
	font-weight: 950;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
}

.official-pitch-card--compact .official-pitch-score {
	gap: 0.35rem;
	min-width: 5.6rem;
	min-height: 3.7rem;
	padding: 0 0.72rem;
	font-size: 1.75rem;
}

.official-result-feature.is-live .official-pitch-score {
	border-color: rgba(255, 255, 255, 0.7);
	color: #0f172a;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(224, 242, 254, 0.9));
	box-shadow:
		0 24px 58px rgba(15, 23, 42, 0.26),
		0 0 0 4px rgba(255, 255, 255, 0.14),
		0 0 30px rgba(125, 211, 252, 0.36);
	transform: scale(1.04);
}

.official-result-state-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	min-width: 0;
}

.official-result-state-grid .official-user-pick-chip {
	max-width: min(32rem, 100%);
}

.official-user-pick-chip strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.official-user-pick-chip.has-pick {
	border-color: rgba(37, 99, 235, 0.2);
	color: #1d4ed8;
	background: rgba(219, 234, 254, 0.78);
}

.official-user-pick-chip.is-partial {
	border-color: rgba(14, 165, 233, 0.26);
	color: #0e7490;
	background: rgba(207, 250, 254, 0.78);
}

.official-user-pick-chip.is-exact {
	border-color: rgba(34, 197, 94, 0.26);
	color: #166534;
	background: rgba(220, 252, 231, 0.82);
}

@keyframes officialPitchSweep {
	0% {
		transform: translateX(-72%);
	}
	42%,
	100% {
		transform: translateX(82%);
	}
}

@keyframes officialPitchGlow {
	0%,
	100% {
		opacity: 0.52;
	}
	50% {
		opacity: 1;
	}
}

@keyframes officialLivePulse {
	0%,
	100% {
		opacity: 0.2;
		transform: translate(-50%, -50%) scale(0.82);
	}
	50% {
		opacity: 0.86;
		transform: translate(-50%, -50%) scale(1.16);
	}
}

@keyframes officialMinutePulse {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-1px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.official-result-feature.is-live .official-pitch-card::before,
	.official-result-feature.is-live .official-pitch-card::after,
	.official-pitch-live-aura span,
	.official-result-feature.is-live .official-pitch-minute {
		animation: none;
	}
}

.official-ranking-bridge {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.85rem;
	padding: 0.72rem 0.85rem;
	border: 1px solid rgba(251, 191, 36, 0.22);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(254, 252, 232, 0.82), rgba(255, 255, 255, 0.84));
}

.official-ranking-bridge div {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.official-ranking-bridge strong {
	color: #0f172a;
	font-weight: 950;
}

.official-ranking-bridge span {
	color: var(--color-text-muted);
	font-size: 0.85rem;
	font-weight: 750;
}

.matches-hero .futuristic-football-orb {
	width: clamp(120px, 15vw, 172px);
	filter: drop-shadow(0 16px 34px rgba(37, 99, 235, 0.14));
	animation-duration: 9s;
}

.futuristic-football-orb {
	position: relative;
	width: clamp(150px, 18vw, 230px);
	aspect-ratio: 1 / 1;
	justify-self: end;
	margin-inline: auto;
	border-radius: 50%;
	isolation: isolate;
	filter: drop-shadow(0 20px 44px rgba(37, 99, 235, 0.16));
	animation: orbFloat 7s ease-in-out infinite;
}

.futuristic-football-orb::before {
	content: "";
	position: absolute;
	inset: 8%;
	border-radius: 50%;
	background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.24) 44%, transparent 70%);
	mix-blend-mode: screen;
	pointer-events: none;
	z-index: 4;
}

.futuristic-football-orb::after {
	content: "";
	position: absolute;
	inset: -12%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 229, 255, 0.2), transparent 62%);
	filter: blur(18px);
	pointer-events: none;
	z-index: -1;
}

.orb-core {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background:
		radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.95) 0 8%, transparent 19%),
		radial-gradient(circle at 64% 74%, rgba(139, 92, 246, 0.42), transparent 34%),
		radial-gradient(circle at 30% 70%, rgba(0, 229, 255, 0.48), transparent 38%),
		linear-gradient(135deg, #2563eb 0%, #00e5ff 48%, #8b5cf6 100%);
	box-shadow:
		inset 18px 20px 42px rgba(255, 255, 255, 0.34),
		inset -24px -28px 55px rgba(15, 23, 42, 0.2),
		0 0 58px rgba(0, 229, 255, 0.3);
	overflow: hidden;
}

.orb-panels {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	overflow: hidden;
}

.orb-panel {
	position: absolute;
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
	backdrop-filter: blur(4px);
	box-shadow:
		inset 0 0 18px rgba(255, 255, 255, 0.16),
		0 0 22px rgba(0, 229, 255, 0.12);
	opacity: 0.82;
	z-index: 2;
}

.panel-1 {
	width: 28%;
	height: 28%;
	left: 36%;
	top: 34%;
	clip-path: polygon(50% 0%, 95% 35%, 78% 90%, 22% 90%, 5% 35%);
	border-radius: 18%;
}

.panel-2 {
	width: 30%;
	height: 24%;
	left: 18%;
	top: 22%;
	clip-path: polygon(20% 0%, 82% 8%, 100% 62%, 50% 100%, 0% 60%);
	transform: rotate(-18deg);
	border-radius: 22%;
}

.panel-3 {
	width: 30%;
	height: 24%;
	right: 16%;
	top: 24%;
	clip-path: polygon(18% 8%, 80% 0%, 100% 58%, 55% 100%, 0% 62%);
	transform: rotate(22deg);
	border-radius: 22%;
}

.panel-4 {
	width: 32%;
	height: 25%;
	left: 16%;
	bottom: 22%;
	clip-path: polygon(0% 35%, 44% 0%, 100% 24%, 82% 86%, 22% 100%);
	transform: rotate(18deg);
	border-radius: 22%;
}

.panel-5 {
	width: 32%;
	height: 25%;
	right: 15%;
	bottom: 20%;
	clip-path: polygon(0% 24%, 56% 0%, 100% 36%, 78% 100%, 18% 84%);
	transform: rotate(-20deg);
	border-radius: 22%;
}

.panel-6 {
	width: 24%;
	height: 20%;
	left: 38%;
	top: 10%;
	clip-path: polygon(16% 30%, 50% 0%, 86% 30%, 76% 84%, 24% 84%);
	opacity: 0.55;
}

.orb-lines {
	position: absolute;
	inset: 10%;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 0 20px rgba(0, 229, 255, 0.16);
	pointer-events: none;
	z-index: 3;
	animation: orbLineShift 12s ease-in-out infinite;
}

.line-1 {
	transform: rotate(18deg) scaleX(0.88);
}

.line-2 {
	transform: rotate(-38deg) scaleX(0.72);
	opacity: 0.62;
}

.line-3 {
	transform: rotate(72deg) scaleX(0.58);
	opacity: 0.44;
}

.orb-highlight {
	position: absolute;
	width: 32%;
	height: 18%;
	left: 22%;
	top: 14%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.55);
	filter: blur(16px);
	transform: rotate(-22deg);
	z-index: 5;
	opacity: 0.75;
}

.orb-glow {
	position: absolute;
	inset: -18%;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 50%, rgba(0, 229, 255, 0.22), transparent 56%),
		radial-gradient(circle at 70% 70%, rgba(139, 92, 246, 0.18), transparent 48%);
	filter: blur(28px);
	z-index: -2;
}

.matches-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	max-width: 720px;
	margin-top: 28px;
}

.matches-stat {
	padding: 16px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.matches-stat strong {
	display: block;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.55rem, 4vw, 2.35rem);
	line-height: 1;
}

.matches-stat span {
	color: var(--color-text-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

.matches-control-panel {
	margin: 18px 0 34px;
	padding: 18px;
}

.phase-tabs {
	display: flex;
	gap: 10px;
	padding: 4px 2px 14px;
	overflow-x: auto;
	scrollbar-width: none;
}

.phase-tabs::-webkit-scrollbar {
	display: none;
}

.phase-tab {
	flex: 0 0 auto;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 999px;
	color: var(--color-text);
	background: rgba(255, 255, 255, 0.72);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 800;
	transition: transform var(--transition-fast), box-shadow var(--transition-fast), color var(--transition-fast), background var(--transition-fast);
}

.phase-tab:hover {
	transform: translateY(-1px);
	box-shadow: var(--shadow-soft);
}

.phase-tab.active {
	color: #ffffff;
	background: var(--gradient-primary);
	box-shadow: var(--shadow-glow);
}

.matches-filter-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(170px, 0.35fr);
	gap: 14px;
	align-items: end;
}

.matches-filter-item {
	min-width: 0;
}

.search-field {
	position: relative;
}

.search-field i {
	position: absolute;
	top: 50%;
	left: 16px;
	z-index: 1;
	color: var(--color-text-muted);
	transform: translateY(-50%);
}

.search-field .form-control-premium {
	padding-left: 44px;
}

.group-stage-section,
.knockout-section {
	margin-top: 34px;
}

.matches-mobile-group-tabs {
	display: flex;
	gap: 8px;
	margin: -4px 0 16px;
	padding: 2px 2px 8px;
	overflow-x: auto;
	scrollbar-width: none;
}

.matches-mobile-group-tabs::-webkit-scrollbar {
	display: none;
}

.mobile-group-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 999px;
	color: var(--color-text);
	background: rgba(255, 255, 255, 0.82);
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
	transition: transform var(--transition-fast), box-shadow var(--transition-fast), color var(--transition-fast), background var(--transition-fast);
}

.mobile-group-tab.active {
	color: #ffffff;
	background: var(--gradient-primary);
	box-shadow: var(--shadow-glow);
}

.matches-filter-loading {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
	padding: 18px;
}

.group-card__loading {
	display: none;
}

.matches-page.is-filtering .group-card__dynamic {
	display: none;
}

.matches-page.is-filtering .group-card__loading {
	display: grid;
}

.matches-filter-loading__card {
	display: grid;
	gap: 12px;
	min-height: 160px;
	padding: 18px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.64);
}

.matches-filter-loading__pill,
.matches-filter-loading__line {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.2);
}

.matches-filter-loading__pill::after,
.matches-filter-loading__line::after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
	animation: matches-skeleton-sheen 1.2s ease-in-out infinite;
}

.matches-filter-loading__pill {
	width: 64px;
	height: 26px;
}

.matches-filter-loading__line {
	width: 76%;
	height: 14px;
}

.matches-filter-loading__line--wide {
	width: 100%;
	height: 22px;
}

.matches-filter-loading__line--short {
	width: 48%;
}

@keyframes matches-skeleton-sheen {
	to {
		transform: translateX(100%);
	}
}

.group-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

.group-card {
	padding: 20px;
}

.group-card__header {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.group-card__stats {
	display: grid;
	gap: 6px;
	justify-items: end;
	color: var(--color-text-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.match-list {
	display: grid;
	gap: 12px;
}

.group-card__view-tabs {
	display: inline-flex;
	width: fit-content;
	padding: 4px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 999px;
	background: rgba(248, 250, 252, 0.82);
}

.group-card__view-tab {
	min-height: 34px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	color: var(--color-text-muted);
	background: transparent;
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	transition: color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
}

.group-card__view-tab.is-active {
	color: #ffffff;
	background: var(--gradient-primary);
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
}

.group-card__view-tab.is-disabled,
.group-card__view-tab:disabled {
	color: rgba(100, 116, 139, 0.58);
	cursor: not-allowed;
	opacity: 0.72;
}

.group-standings-panel {
	display: grid;
	gap: 12px;
}

.group-standings-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--color-text-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.group-standings-panel__header > div {
	display: grid;
	gap: 2px;
}

.group-standings-panel__header strong {
	color: var(--color-text);
}

.group-standings-table {
	display: grid;
	gap: 8px;
}

.group-standings-row {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px 52px 52px;
	gap: 10px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--color-text);
	font-size: 0.88rem;
	font-weight: 800;
}

.group-standings-row--head {
	padding-block: 6px;
	border: 0;
	color: var(--color-text-muted);
	background: transparent;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.group-standings-position {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	color: #ffffff;
	background: var(--gradient-primary);
}

.group-standings-team {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.group-standings-team strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.group-standings-team small {
	color: var(--color-text-muted);
	font-size: 0.72rem;
	font-weight: 800;
}

.group-standings-points {
	font-size: 1rem;
	font-weight: 900;
}

.group-standings-empty {
	min-height: 180px;
}

.prediction-filter-grid {
	display: grid;
	grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(150px, 0.8fr));
	gap: 10px;
	width: 100%;
	margin-top: 12px;
}

.prediction-filter-field {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.prediction-filter-field span {
	color: var(--color-text-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.prediction-filter-field .form-control-premium {
	min-height: 44px;
}

.play-group-view-tabs {
	margin: 14px 0 16px;
}

.play-group-standings {
	margin-top: 2px;
}

.match-card {
	padding: 20px;
}

.match-card-compact {
	padding: 16px;
	border-radius: 22px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
}

.match-card__topline,
.knockout-card__header,
.match-card__header,
.match-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.match-card__topline {
	margin-bottom: 14px;
}

.match-card__teams {
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(3.4rem, 10vw, 4.6rem) minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.team-side {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.team-side strong {
	white-space: nowrap;
}

.match-team {
	min-width: 0;
}

.match-team-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team-side-away {
	justify-content: flex-end;
	text-align: right;
}

.team-side strong,
.knockout-team strong {
	display: block;
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.94rem;
}

.team-side span,
.knockout-team span {
	display: block;
	color: var(--color-text-muted);
	font-size: 0.82rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.team-flag {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	object-fit: cover;
	background: #fff;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
	border: 1px solid rgba(148, 163, 184, 0.35);
}

.team-flag-fallback {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	color: var(--color-primary);
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.72rem;
	font-weight: 900;
	background: rgba(37, 99, 235, 0.08);
	border: 1px solid rgba(37, 99, 235, 0.15);
}

.score-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: clamp(3.4rem, 10vw, 4.6rem);
	min-width: clamp(3.4rem, 10vw, 4.6rem);
	min-height: 44px;
	padding: 0 12px;
	border-radius: 16px;
	color: var(--color-text);
	background: linear-gradient(135deg, rgba(241, 245, 249, 0.95), rgba(255, 255, 255, 0.92));
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
	white-space: nowrap;
}

.score-box-small {
	min-width: 48px;
	min-height: 34px;
	font-size: 0.82rem;
}

.match-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 14px;
	color: var(--color-text-muted);
	font-size: 0.82rem;
	font-weight: 700;
}

.match-meta i {
	color: var(--color-primary);
}

.status-badge,
.prediction-lock {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 900;
}

.status-scheduled {
	color: var(--color-primary);
	background: rgba(37, 99, 235, 0.1);
}

.status-live {
	color: #047857;
	background: rgba(34, 197, 94, 0.14);
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.06);
	animation: livePulse 1.8s ease-in-out infinite;
}

.status-finished {
	color: var(--color-text);
	background: rgba(15, 23, 42, 0.08);
}

.status-postponed {
	color: #92400e;
	background: rgba(245, 158, 11, 0.14);
}

.prediction-lock.is-open {
	color: #047857;
	background: rgba(34, 197, 94, 0.12);
}

.prediction-lock.is-locked {
	color: var(--color-text-muted);
	background: rgba(100, 116, 139, 0.12);
}

.btn-predict-disabled {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin-top: 14px;
	border: 0;
	border-radius: 999px;
	color: var(--color-text-muted);
	background: rgba(241, 245, 249, 0.9);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
}

.btn-predict-disabled--finished {
	color: #ffffff;
	background: linear-gradient(135deg, #2563eb, #18c7d8);
	box-shadow: 0 14px 34px rgba(37, 99, 235, 0.16);
}

.btn-predict-disabled--live {
	color: #ffffff;
	background: linear-gradient(135deg, #2563eb, #18c7d8);
	box-shadow: 0 14px 34px rgba(37, 99, 235, 0.16);
}

.group-table-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	margin-top: 14px;
	border: 1px dashed rgba(148, 163, 184, 0.34);
	border-radius: 16px;
	color: var(--color-text-muted);
	background: rgba(248, 250, 252, 0.72);
	font-size: 0.85rem;
	font-weight: 800;
}

.bracket-scroll {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(280px, 330px);
	gap: 18px;
	padding: 4px 4px 18px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
}

.bracket-round {
	position: relative;
	scroll-snap-align: start;
}

.bracket-round::after {
	content: "";
	position: absolute;
	top: 54px;
	right: -18px;
	width: 18px;
	height: 1px;
	background: linear-gradient(90deg, rgba(37, 99, 235, 0.32), transparent);
}

.bracket-round:last-child::after {
	display: none;
}

.bracket-round-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	margin-bottom: 12px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.bracket-round-title small {
	color: var(--color-primary);
	font-weight: 900;
}

.bracket-round__list {
	display: grid;
	gap: 12px;
}

.knockout-card {
	padding: 16px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--shadow-soft);
	transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.knockout-card:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 229, 255, 0.32);
	box-shadow: var(--shadow-card);
}

.knockout-card.locked {
	background:
		linear-gradient(135deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.82)),
		#ffffff;
}

.knockout-card-final {
	border-color: rgba(0, 229, 255, 0.38);
	box-shadow: 0 24px 80px rgba(37, 99, 235, 0.16);
}

.knockout-card__number {
	color: var(--color-text-muted);
	font-size: 0.78rem;
	font-weight: 900;
}

.knockout-card__teams {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.knockout-placeholder {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--color-text-muted);
	font-size: 0.82rem;
	font-weight: 900;
}

.knockout-team {
	min-width: 0;
	padding: 10px 12px;
	border-radius: 16px;
	background: rgba(241, 245, 249, 0.72);
}

.empty-state {
	display: grid;
	place-items: center;
	gap: 10px;
	margin-top: 26px;
	padding: 34px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--shadow-soft);
	text-align: center;
}

.empty-state i {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 20px;
	color: var(--color-primary);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(0, 229, 255, 0.16));
	font-size: 1.35rem;
}

.empty-state h2,
.empty-state h4 {
	margin: 0;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.empty-state p {
	max-width: 430px;
	margin: 0;
	color: var(--color-text-muted);
}

.empty-state-inline {
	margin: 0;
	padding: 22px;
	box-shadow: none;
}

/* 14. Leagues Page */
.leagues-page {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 2rem 0 4rem;
}

.narrow-container {
	max-width: 780px;
}

.leagues-hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 1.2rem 1.3rem;
	margin-bottom: 1.25rem;
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.08), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.93)),
		#ffffff;
	border: 1px solid rgba(148, 163, 184, 0.12);
	box-shadow: 0 16px 38px rgba(7, 17, 31, 0.05);
}

.leagues-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	align-self: center;
}

.leagues-hero .section-title {
	font-size: clamp(1.85rem, 3.6vw, 2.55rem);
	line-height: 0.94;
}

.leagues-hero .section-copy {
	max-width: 620px;
	color: var(--color-text-muted);
}

.leagues-hero .app-hero-title {
	font-size: clamp(34px, 4.6vw, 68px);
	max-width: 720px;
}

.league-brand-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.league-brand-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.league-brand-logo--hero {
	width: min(220px, 52vw);
	height: 86px;
	margin-top: 16px;
	padding: 12px 16px;
}

.league-brand-logo--card {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	padding: 7px;
}

.league-brand-logo--inline {
	width: 28px;
	height: 28px;
	padding: 4px;
	margin-right: 8px;
	vertical-align: middle;
}

.leagues-hero__context {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.leagues-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.leagues-hero-stats span,
.eyebrow-pill,
.section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.leagues-hero-stats span {
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 999px;
	color: var(--color-text-muted);
	background: rgba(255, 255, 255, 0.66);
	font-size: 0.84rem;
}

.leagues-hero-stats strong {
	color: var(--color-primary);
}

.leagues-hero-subgrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.leagues-hero-subgrid--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 420px;
}

.leagues-hero-subcard {
	padding: 12px 14px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 18px;
	background: rgba(248, 250, 252, 0.88);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.leagues-hero-subcard span {
	display: block;
	color: var(--color-text-muted);
	font-size: 0.76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.leagues-hero-subcard strong {
	display: block;
	margin-top: 6px;
	font-size: 1.3rem;
	font-weight: 900;
	color: var(--color-text);
}

.eyebrow-pill {
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	color: var(--color-primary);
	background: rgba(37, 99, 235, 0.1);
	font-size: 0.78rem;
	text-transform: uppercase;
}

.section-eyebrow {
	color: var(--color-primary);
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.leagues-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.9fr);
	gap: 1.5rem;
	align-items: start;
}

.leagues-main-column,
.leagues-side-column {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.leagues-section {
	margin-bottom: 0.5rem;
}

.leagues-section-header {
	margin-bottom: 0.9rem;
}

.leagues-section-header h2 {
	margin: 4px 0 4px;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.25rem, 3vw, 1.8rem);
	font-weight: 900;
}

.leagues-section-header p {
	margin: 0;
	color: var(--color-text-muted);
}

.leagues-grid,
.league-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1rem;
}

.league-card,
.premium-upsell-card,
.join-league-card,
.premium-info-card,
.rules-summary-card {
	padding: 20px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--shadow-card);
	transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.league-card:hover,
.premium-upsell-card:hover,
.join-league-card:hover,
.premium-info-card:hover,
.rules-summary-card:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 229, 255, 0.34);
	box-shadow: 0 28px 90px rgba(15, 23, 42, 0.11);
}

.league-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.league-card__status-stack {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.league-card__title-row {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	margin-bottom: 8px;
}

.league-card__title-row h2,
.league-card__title-row h3 {
	min-width: 0;
	margin-bottom: 0;
	overflow-wrap: anywhere;
}

.league-card h3,
.premium-upsell-card h2,
.join-league-card h2,
.premium-info-card h2,
.rules-summary-card h2 {
	margin: 0 0 8px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.league-card p,
.premium-upsell-card p,
.join-league-card p,
.premium-info-card p,
.rules-summary-card p {
	color: var(--color-text-muted);
}

.league-card__meta {
	display: grid;
	gap: 4px;
	margin-bottom: 16px;
	color: var(--color-text-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

.league-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.league-card--compact p {
	margin-bottom: 12px;
}

.premium-upsell-card {
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(0, 229, 255, 0.08)),
		rgba(255, 255, 255, 0.84);
}

.join-league-card,
.premium-info-card,
.rules-summary-card {
	padding: 1.5rem;
}

.leagues-side-card {
	padding: 1.1rem 1.15rem;
}

.leagues-side-card--compact h2 {
	font-size: 1.08rem;
}

.rules-summary-list--compact {
	margin-bottom: 0;
	padding-left: 1rem;
}

.rules-summary-list--compact li + li {
	margin-top: 0.42rem;
}

.join-league-card {
	position: sticky;
	top: 96px;
}

.join-success-page {
	padding: 42px 0 70px;
}

.join-success-page__container {
	max-width: 940px;
}

.join-success-card {
	position: relative;
	overflow: hidden;
	border-radius: 34px;
	padding: 44px;
	background:
		radial-gradient(circle at top left, rgba(24, 199, 216, 0.12), transparent 34%),
		radial-gradient(circle at bottom right, rgba(101, 87, 232, 0.1), transparent 36%),
		rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(24, 199, 216, 0.28);
	box-shadow: 0 30px 90px rgba(37, 99, 235, 0.12);
	text-align: center;
}

.arena-reentry-card {
	text-align: center;
}

.arena-reentry-card__icon {
	background: linear-gradient(135deg, rgba(66, 217, 232, 0.25), rgba(92, 242, 165, 0.2));
	border-color: rgba(66, 217, 232, 0.48);
	color: var(--color-primary);
}

.arena-reentry-card .join-success-title span {
	color: var(--color-primary);
}

.arena-reentry-card__copy {
	max-width: 430px;
	margin-inline: auto;
}

.arena-reentry-card__actions {
	justify-content: center;
}

.join-success-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: linear-gradient(135deg, #2563eb, #18c7d8, #6557e8);
}

.join-success-icon {
	width: 86px;
	height: 86px;
	margin: 0 auto 20px;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #2563eb, #18c7d8, #6557e8);
	color: #fff;
	font-size: 38px;
	box-shadow: 0 20px 50px rgba(37, 99, 235, 0.24);
}

.join-success-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(245, 158, 11, 0.14);
	color: #b45309;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: -0.01em;
}

.join-success-title {
	margin: 0;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(2.35rem, 5vw, 4.6rem);
	font-weight: 950;
	line-height: 0.95;
	letter-spacing: -0.055em;
	color: var(--color-text);
}

.join-success-subtitle {
	max-width: 680px;
	margin: 18px auto 0;
	color: var(--color-text);
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	font-weight: 850;
	line-height: 1.25;
}

.join-success-copy {
	max-width: 660px;
	margin: 12px auto 0;
	color: var(--color-text-muted);
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.45;
}

.join-success-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 30px auto 0;
	max-width: 760px;
}

.join-success-summary > div {
	display: grid;
	gap: 7px;
	padding: 16px;
	border-radius: 22px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: rgba(248, 250, 252, 0.82);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.join-success-summary span {
	color: var(--color-text-muted);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.join-success-summary strong {
	color: var(--color-text);
	font-size: 1rem;
	font-weight: 950;
	line-height: 1.05;
}

.join-success-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 30px;
}

.join-success-copy-code {
	gap: 8px;
}

.join-success-next {
	max-width: 700px;
	margin: 30px auto 0;
	padding: 20px;
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(24, 199, 216, 0.08));
	text-align: left;
}

.join-success-next h2 {
	margin: 0 0 12px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.2rem;
	font-weight: 950;
}

.join-success-next ol {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 1.2rem;
	color: var(--color-text-muted);
	font-weight: 760;
}

.join-success-next li::marker {
	color: var(--color-primary);
	font-weight: 950;
}

.league-switch-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 420px);
	gap: 1.5rem;
	align-items: start;
}

.league-switch-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.league-switch-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.35rem 1.4rem;
}

.league-switch-card__copy {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
}

.league-switch-card__copy h2 {
	margin: 0;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	font-weight: 900;
	line-height: 1;
}

.league-switch-card__copy p {
	margin: 0;
	color: var(--color-text-muted);
	font-weight: 650;
}

.league-switch-card__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
}

.league-switch-card__actions .btn-primary-gradient,
.league-switch-card__actions .btn-secondary-soft {
	min-width: 120px;
}

.league-switch-card--pending {
	display: grid;
	gap: 1rem;
}

.league-switch-layout .join-league-card {
	position: static;
	align-self: start;
	padding: 1.35rem;
}

.league-switch-layout .join-league-card .legal-awareness-copy {
	margin-bottom: 0;
	font-size: 0.86rem;
	line-height: 1.35;
}

.league-switch-pending-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.85rem;
}

.league-switch-pending-item {
	display: grid;
	gap: 0.2rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
}

.league-switch-pending-item strong {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.league-switch-pending-item span {
	color: var(--color-text-muted);
	font-size: 0.88rem;
	font-weight: 700;
}

.join-code-form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1rem;
}

.join-code-form input,
.join-code-form button {
	width: 100%;
}

.rules-summary-list {
	display: grid;
	gap: 10px;
	margin: 1rem 0 0;
	padding-left: 1.1rem;
	color: var(--color-text-muted);
	font-weight: 700;
}

.rules-summary-list li::marker {
	color: var(--color-primary);
	font-weight: 900;
}

.empty-state-wide {
	display: flex;
	align-items: center;
	gap: 1rem;
	grid-column: 1 / -1;
	min-height: 120px;
	padding: 1.25rem;
}

.empty-state-wide .empty-icon {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 18px;
	color: var(--color-primary);
	background: rgba(37, 99, 235, 0.08);
	font-size: 1.25rem;
}

.empty-state-wide h3 {
	margin: 0 0 4px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.empty-state-wide p {
	margin: 0;
	color: var(--color-text-muted);
}

.league-status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: capitalize;
}

.member-status-pending {
	color: #92400e;
	background: rgba(245, 158, 11, 0.14);
}

.member-status-active {
	color: #047857;
	background: rgba(34, 197, 94, 0.14);
}

.member-status-rejected,
.member-status-removed {
	color: var(--color-text-muted);
	background: rgba(100, 116, 139, 0.14);
}

.league-textarea {
	min-height: 132px;
	padding-top: 14px;
	resize: vertical;
}

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

.prize-toggle-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 18px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.84);
	cursor: pointer;
}

.prize-toggle-card input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.prize-toggle-card__control {
	position: relative;
	width: 52px;
	height: 30px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.32);
	box-shadow: inset 0 0 0 1px rgba(100, 116, 139, 0.22);
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.prize-toggle-card__control::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 8px 16px rgba(15, 23, 42, 0.16);
	transition: transform 0.2s ease;
}

.prize-toggle-card input:checked + .prize-toggle-card__control {
	background: var(--gradient-primary);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.prize-toggle-card input:checked + .prize-toggle-card__control::after {
	transform: translateX(22px);
}

.prize-toggle-card strong {
	display: block;
	color: var(--color-text-main);
	font-weight: 900;
}

.prize-toggle-card small {
	display: block;
	margin-top: 4px;
	color: var(--color-text-muted);
	line-height: 1.45;
}

.prediction-mode-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.prediction-mode-card {
	position: relative;
	display: block;
	cursor: pointer;
}

.prediction-mode-card input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.prediction-mode-card__content {
	display: grid;
	gap: 10px;
	height: 100%;
	padding: 18px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--color-text-muted);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.prediction-mode-card__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--color-text-main);
}

.prediction-mode-card:hover .prediction-mode-card__content {
	transform: translateY(-2px);
	border-color: rgba(37, 99, 235, 0.3);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.prediction-mode-card input:checked + .prediction-mode-card__content {
	border-color: rgba(37, 99, 235, 0.72);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
	background: linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.92));
}

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

.experience-skin-card__content {
	position: relative;
	min-height: 132px;
	padding-left: 58px;
}

.experience-skin-card__indicator {
	position: absolute;
	top: 18px;
	left: 18px;
	width: 24px;
	height: 24px;
	border: 2px solid rgba(148, 163, 184, 0.58);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.9);
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.experience-skin-card input:checked + .experience-skin-card__content .experience-skin-card__indicator {
	border-color: rgba(37, 99, 235, 0.88);
	background: rgb(37, 99, 235);
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.92), 0 0 0 4px rgba(37, 99, 235, 0.16);
}

.experience-skin-card input:focus-visible + .experience-skin-card__content {
	outline: 3px solid rgba(37, 99, 235, 0.26);
	outline-offset: 3px;
}

.prediction-mode-card.is-disabled {
	cursor: not-allowed;
}

.prediction-mode-card.is-disabled .prediction-mode-card__content {
	opacity: 0.72;
}

.creation-advanced-settings {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.58);
}

.creation-advanced-settings__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	list-style: none;
	padding: 16px 18px;
	cursor: pointer;
}

.creation-advanced-settings__summary::-webkit-details-marker {
	display: none;
}

.creation-advanced-settings__summary span {
	display: grid;
	gap: 4px;
}

.creation-advanced-settings__summary strong {
	color: var(--color-text-main);
	font-weight: 900;
}

.creation-advanced-settings__summary small {
	color: var(--color-text-muted);
	line-height: 1.4;
}

.creation-advanced-settings__summary i {
	color: var(--color-text-muted);
	transition: transform 0.2s ease;
}

.creation-advanced-settings[open] .creation-advanced-settings__summary i {
	transform: rotate(180deg);
}

.creation-advanced-settings__content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding: 0 18px 18px;
	border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.creation-advanced-settings__content > div {
	padding-top: 16px;
}

.form-help-text {
	margin: 8px 0 0;
	color: var(--color-text-muted);
	font-size: 0.84rem;
	line-height: 1.45;
}

.site-footer__link {
	color: var(--color-text-muted);
	font-weight: 850;
	text-decoration: none;
}

.site-footer__link:hover {
	color: var(--color-primary);
}

.legal-container {
	max-width: 980px;
}

.legal-hero {
	padding: 34px 38px;
	border-radius: 34px;
	margin-bottom: 22px;
	background:
		radial-gradient(circle at top left, rgba(24, 199, 216, .14), transparent 34%),
		rgba(255, 255, 255, .94);
	border: 1px solid rgba(24, 199, 216, .22);
}

.legal-hero h1 {
	margin: 6px 0 8px;
	font-size: clamp(36px, 5vw, 64px);
	line-height: .94;
	font-weight: 950;
	letter-spacing: -.055em;
	color: var(--color-text);
}

.legal-hero p:last-child {
	margin: 0;
	color: var(--color-text-muted);
	font-weight: 850;
}

.legal-card {
	padding: 38px;
	border-radius: 34px;
	max-width: 900px;
	margin: 0 auto;
	background: rgba(255, 255, 255, .96);
}

.legal-section + .legal-section {
	margin-top: 30px;
	padding-top: 26px;
	border-top: 1px solid rgba(7, 17, 31, .08);
}

.legal-section h2 {
	margin-bottom: 12px;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 950;
	letter-spacing: -.04em;
	color: var(--color-text);
}

.legal-section p,
.legal-section li {
	color: var(--color-text-muted);
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.68;
}

.legal-section ul {
	margin: 14px 0 0;
	padding-left: 20px;
}

.legal-section--highlight {
	padding: 24px;
	border: 1px solid rgba(24, 199, 216, .28);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(24, 199, 216, .08), rgba(37, 99, 235, .06)),
		rgba(255, 255, 255, .9);
}

.legal-contact-link {
	display: inline-flex;
	margin-top: 6px;
	font-weight: 950;
	color: var(--color-primary);
	text-decoration: none;
}

.legal-consent-card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 18px;
	border-radius: 22px;
	border: 1px solid rgba(24, 199, 216, .22);
	background:
		linear-gradient(135deg, rgba(24, 199, 216, .08), rgba(37, 99, 235, .05)),
		rgba(255, 255, 255, .88);
	box-shadow: 0 14px 34px rgba(37, 99, 235, .08);
	cursor: pointer;
}

.legal-consent-card input {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 3px;
	accent-color: var(--color-primary);
}

.legal-consent-card strong {
	display: block;
	font-size: .98rem;
	font-weight: 950;
	color: var(--color-text);
}

.legal-consent-card small {
	display: block;
	margin-top: 4px;
	color: var(--color-text-muted);
	font-weight: 700;
	line-height: 1.45;
}

.legal-consent-card a,
.legal-awareness-copy a {
	color: var(--color-primary);
	font-weight: 950;
	text-decoration: none;
}

.legal-consent-card--organizer {
	border-color: rgba(245, 158, 11, .22);
	background:
		linear-gradient(135deg, rgba(245, 158, 11, .10), rgba(24, 199, 216, .06)),
		rgba(255, 255, 255, .9);
}

.legal-awareness-copy {
	margin-bottom: 0;
	color: var(--color-text-muted);
	font-size: .88rem;
	font-weight: 750;
	line-height: 1.45;
}

.prize-note--legal {
	margin-top: 8px;
	color: var(--color-text-muted);
	font-size: .92rem;
	font-weight: 800;
}

@media (max-width: 768px) {
	.legal-hero,
	.legal-card {
		padding: 26px 20px;
		border-radius: 28px;
	}

	.legal-section--highlight {
		padding: 18px;
		border-radius: 22px;
	}

	.legal-consent-card {
		padding: 14px;
		border-radius: 20px;
	}
}

.league-detail-grid,
.member-panel-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
	gap: 18px;
}

.ranking-placeholder {
	display: grid;
	place-items: center;
	gap: 10px;
	min-height: 230px;
	margin-bottom: 18px;
	padding: 28px;
	border: 1px dashed rgba(148, 163, 184, 0.32);
	border-radius: var(--radius-lg);
	background: rgba(248, 250, 252, 0.72);
	text-align: center;
}

.ranking-placeholder i {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 20px;
	color: var(--color-primary);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(0, 229, 255, 0.16));
	font-size: 1.4rem;
}

.ranking-placeholder h3 {
	margin: 0;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.ranking-placeholder p {
	max-width: 360px;
	margin: 0;
	color: var(--color-text-muted);
}

/* Ranking */
.ranking-page {
	padding: 34px 0 100px;
}

.ranking-hero {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 21px 22px;
	border-radius: 30px;
	background:
		radial-gradient(circle at 18% 20%, rgba(37, 99, 235, 0.16), transparent 34%),
		radial-gradient(circle at 88% 14%, rgba(24, 199, 216, 0.18), transparent 32%),
		linear-gradient(135deg, rgba(255,255,255,0.96), rgba(238,248,255,0.92));
	border: 1px solid rgba(24, 199, 216, 0.28);
	box-shadow: 0 26px 90px rgba(37, 99, 235, 0.10);
	overflow: hidden;
}

.ranking-hero::before {
	content: "";
	position: absolute;
	left: 10%;
	top: -16px;
	width: 320px;
	height: 160px;
	background: radial-gradient(circle, rgba(24, 199, 216, 0.18), rgba(24, 199, 216, 0) 68%);
	filter: blur(12px);
	pointer-events: none;
}

.ranking-hero h1 {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(1.45rem, 3vw, 2.15rem);
	font-weight: 900;
	line-height: 1;
}

.ranking-hero__lead {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 6px 0 0;
	color: #07111f;
	font-family: var(--font-display);
	font-size: clamp(1.65rem, 3vw, 2.3rem);
	font-weight: 900;
	line-height: 0.98;
}

.ranking-hero__copy {
	position: relative;
	z-index: 1;
	max-width: 600px;
	margin: 8px 0 0;
	color: var(--color-text-muted);
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.35;
}

.ranking-hero .accent {
	background: linear-gradient(135deg, #2563eb, #18c7d8, #6557e8);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.ranking-hero__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: min(100%, 220px);
	position: relative;
	z-index: 1;
}

.ranking-hero .badge-premium,
[data-live-ranking-section] .badge-premium {
	color: #155e75;
	background: linear-gradient(135deg, rgba(219,245,255,0.96), rgba(238,248,255,0.96));
	border: 1px solid rgba(37,99,235,0.14);
	box-shadow: 0 12px 34px rgba(37,99,235,0.08);
}

.badge-app-icon {
	width: 18px;
	height: 18px;
	display: block;
	object-fit: contain;
	flex: 0 0 auto;
}

.ranking-insights-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.ranking-insight-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 150px;
	padding: 22px;
	border-radius: 26px;
	overflow: hidden;
	color: #ffffff;
	border: 0;
	box-shadow: 0 24px 70px rgba(37,99,235,.18);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	overflow: hidden;
}

.ranking-insight-card::before {
	display: none;
}

.ranking-insight-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 28px 76px rgba(37,99,235,.22);
}

.ranking-insight-card.is-primary {
	box-shadow: 0 28px 84px rgba(24,199,216,.18);
}

.ranking-insight-card.is-position {
	background: linear-gradient(135deg, #0b1628 0%, #2563eb 100%);
}

.ranking-insight-card.is-distance {
	background: linear-gradient(135deg, #2563eb 0%, #18c7d8 100%);
}

.ranking-insight-card.is-danger {
	background: linear-gradient(135deg, #1e1b4b 0%, #6557e8 55%, #2563eb 100%);
}

.ranking-insight-card.is-opportunity {
	background: linear-gradient(135deg, #07111f 0%, #18c7d8 100%);
}

.corporate-award-tabs {
	display: flex;
	gap: 10px;
	margin: 0 0 18px;
	padding: 8px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.72);
	overflow-x: auto;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.corporate-award-tab {
	display: grid;
	gap: 3px;
	min-width: 150px;
	padding: 12px 14px;
	border: 1px solid transparent;
	border-radius: var(--radius-md);
	color: var(--color-text-muted);
	text-decoration: none;
	white-space: nowrap;
}

.corporate-award-tab span {
	color: var(--color-text);
	font-weight: 900;
}

.corporate-award-tab small {
	font-size: 0.76rem;
	font-weight: 750;
}

.corporate-award-tab.is-active {
	border-color: rgba(24, 199, 216, 0.34);
	background: linear-gradient(135deg, rgba(24, 199, 216, 0.14), rgba(37, 99, 235, 0.1));
	color: var(--color-primary);
	box-shadow: 0 14px 34px rgba(37, 99, 235, 0.12);
}

.ranking-insight-icon {
	width: 38px;
	height: 38px;
	border-radius: 14px;
	background: rgba(255,255,255,.16);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
}

.ranking-insight-label {
	margin: 4px 0 0;
	color: rgba(255,255,255,.82);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ranking-insight-value {
	display: block;
	margin-top: 10px;
	font-family: var(--font-display);
	font-size: clamp(28px, 3vw, 48px);
	line-height: 1.04;
	font-weight: 950;
	color: #ffffff;
	letter-spacing: 0;
	padding-bottom: .06em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ranking-insight-text {
	display: block;
	margin-top: 8px;
	color: rgba(255,255,255,.85);
	font-size: 14px;
	line-height: 1.25;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ranking-notice,
.ranking-empty {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 18px;
	padding: 22px;
}

.ranking-notice i,
.ranking-empty .empty-icon {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 58px;
	height: 58px;
	border-radius: 20px;
	color: var(--color-primary);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(0, 229, 255, 0.16));
	font-size: 1.35rem;
}

.ranking-notice strong,
.ranking-empty h2 {
	display: block;
	margin: 0;
	font-family: var(--font-display);
	font-weight: 900;
}

.ranking-notice p,
.ranking-empty p {
	margin: 4px 0 0;
	color: var(--color-text-muted);
}

.ranking-layout {
	display: block;
	margin-top: 18px;
}

.ranking-board,
.current-user-card,
.ranking-context-card {
	padding: 24px;
}

.ranking-side-stack {
	display: grid;
	gap: 18px;
}

.ranking-table {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.ranking-table__head,
.ranking-table__row {
	display: grid;
	grid-template-columns: 56px minmax(180px, 1.4fr) minmax(70px, 0.5fr) minmax(74px, 0.5fr) minmax(150px, 0.9fr) minmax(80px, 0.55fr);
	align-items: center;
	gap: 12px;
}

.ranking-table__head {
	padding: 0 14px;
	color: var(--color-text-muted);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.ranking-table__row {
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 18px;
	background: rgba(248, 250, 252, 0.78);
	font-weight: 750;
}

.ranking-table__row.is-current-user {
	border-color: rgba(37, 99, 235, 0.32);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.11), rgba(0, 229, 255, 0.1));
	box-shadow: 0 20px 48px rgba(37, 99, 235, 0.1);
}

.ranking-position-badge {
	position: relative;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: #ffffff;
	color: var(--color-primary);
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 1rem;
	overflow: hidden;
}

.ranking-position-1 {
	color: #ffd84d;
	background:
		radial-gradient(circle at 26% 20%, rgba(255, 255, 255, 0.18) 0 9%, rgba(255, 255, 255, 0) 25%),
		linear-gradient(145deg, #172033 0%, #0f172a 45%, #111827 100%);
	box-shadow:
		0 0 0 1px rgba(250, 204, 21, 0.72) inset,
		0 0 0 2px rgba(120, 53, 15, 0.18) inset,
		0 12px 28px rgba(15, 23, 42, 0.2),
		0 0 20px rgba(250, 204, 21, 0.22);
	text-shadow: none;
}

.ranking-position-1::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: 13px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 38%),
		linear-gradient(315deg, rgba(250, 204, 21, 0.2), rgba(250, 204, 21, 0) 42%);
	pointer-events: none;
}

.ranking-position-1::after {
	content: "";
	position: absolute;
	top: -42%;
	left: -60%;
	width: 85%;
	height: 170%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
	transform: rotate(24deg);
	pointer-events: none;
}

.ranking-position-1 i {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: linear-gradient(180deg, #fff7ad 0%, #facc15 42%, #f59e0b 72%, #b45309 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 1.18rem;
	line-height: 1;
	filter:
		drop-shadow(0 1px 0 rgba(255, 255, 255, 0.45))
		drop-shadow(0 0 5px rgba(250, 204, 21, 0.62))
		drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.ranking-position-2,
.ranking-position-3 {
	color: var(--color-primary);
	background: rgba(37, 99, 235, 0.1);
}

.ranking-user-cell {
	min-width: 0;
}

.ranking-user-cell strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.you-badge,
.podium-badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	margin-top: 6px;
	padding: 0 9px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 900;
}

.you-badge {
	color: #075985;
	background: rgba(14, 165, 233, 0.14);
}

.podium-badge {
	color: var(--color-primary);
	background: rgba(37, 99, 235, 0.1);
}

.podium-badge-main {
	color: #ffffff;
	background: var(--gradient-primary);
}

.ranking-points {
	color: var(--color-primary);
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 900;
}

.current-user-card h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 2rem;
	font-weight: 900;
}

.current-user-card p {
	margin: 12px 0 18px;
	color: var(--color-text-muted);
	font-weight: 700;
}

.ranking-match-list {
	display: grid;
	gap: 10px;
}

.ranking-match-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 16px;
	background: rgba(248, 250, 252, 0.72);
}

.ranking-match-row div {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.ranking-match-row div:last-child {
	justify-items: end;
	color: var(--color-text-muted);
	font-weight: 800;
}

.ranking-match-row strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ranking-match-row small {
	color: var(--color-text-muted);
	font-weight: 700;
}

.ranking-page {
	--rank-bg: #f6f9ff;
	--rank-surface: #ffffff;
	--rank-ink: #07111f;
	--rank-muted: #66758c;
	--rank-line: rgba(7, 17, 31, 0.1);
	--rank-blue: #2563eb;
	--rank-cyan: #18c7d8;
	--rank-purple: #6557e8;
	--rank-gradient: linear-gradient(135deg, #2563eb, #18c7d8, #6557e8);
	--rank-shadow: 0 18px 60px rgba(7, 17, 31, 0.08);
	background:
		radial-gradient(circle at top left, rgba(24, 199, 216, 0.13), transparent 34%),
		linear-gradient(180deg, rgba(246, 249, 255, 0), rgba(246, 249, 255, 0.72));
}

.ranking-board {
	position: relative;
	border-radius: 32px;
	background:
		radial-gradient(circle at top left, rgba(24,199,216,.12), transparent 34%),
		rgba(255,255,255,.96);
	border: 1px solid rgba(24,199,216,.34);
	box-shadow:
		0 34px 100px rgba(37,99,235,.14),
		0 0 0 1px rgba(255, 255, 255, 0.65) inset;
	overflow: hidden;
}

.ranking-layout > .ranking-board:first-child {
	box-shadow:
		0 30px 100px rgba(37,99,235,0.12),
		0 0 54px rgba(24,199,216,0.08),
		0 90px 140px rgba(101,87,232,0.06),
		0 0 0 1px rgba(162, 230, 255, 0.42) inset;
}

.ranking-layout > .ranking-board:first-child::before {
	content: "";
	position: absolute;
	left: 6%;
	right: 6%;
	bottom: -38px;
	height: 88px;
	border-radius: inherit;
	background: radial-gradient(
		ellipse at center,
		rgba(24, 199, 216, 0.22) 0%,
		rgba(101, 87, 232, 0.12) 42%,
		rgba(255, 255, 255, 0) 74%
	);
	filter: blur(20px);
	pointer-events: none;
	opacity: 0.9;
	z-index: 0;
}

.ranking-layout > .ranking-board:first-child::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow:
		0 0 0 1px rgba(24, 199, 216, 0.1) inset;
	pointer-events: none;
	z-index: 0;
}

.ranking-board__story {
	max-width: 720px;
	margin: 10px 0 0;
	color: var(--rank-muted);
	font-weight: 700;
}

.ranking-board__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.ranking-mode-chips {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
}

.ranking-mode-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--rank-muted);
	font-weight: 800;
}

.ranking-mode-chip.is-active {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(24, 199, 216, 0.14));
	color: #07111f;
	box-shadow: inset 0 0 0 1px rgba(24, 199, 216, 0.18);
}

.ranking-mode-chip__live {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	padding: 0 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, #2563eb, #18c7d8);
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.ranking-board-label {
	color: #2563eb;
	letter-spacing: 0.12em;
	font-weight: 900;
}

.ranking-list {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.ranking-podium-preview {
	margin: 18px 0;
}

.ranking-podium-preview__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.ranking-podium-preview__header h3 {
	margin: 0;
	color: #07111f;
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 950;
	line-height: 1;
}

.ranking-podium-preview__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.ranking-podium-mini {
	display: grid;
	gap: 6px;
	min-height: 116px;
	padding: 16px;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 20px;
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.14), transparent 40%),
		rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
}

.ranking-podium-mini span {
	color: #2563eb;
	font-family: var(--font-display);
	font-size: 1.4rem;
	font-weight: 950;
}

.ranking-podium-mini strong {
	display: -webkit-box;
	min-height: 2.2em;
	overflow: hidden;
	color: #07111f;
	font-weight: 950;
	line-height: 1.05;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ranking-podium-mini small {
	color: #66758c;
	font-weight: 900;
}

.ranking-podium-mini.is-current-user {
	border-color: rgba(37, 99, 235, 0.4);
	background: linear-gradient(135deg, rgba(219, 245, 255, 0.94), rgba(255, 255, 255, 0.98));
}

.ranking-pending-banner {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 22px;
	background:
		radial-gradient(circle at top left, rgba(24, 199, 216, 0.12), transparent 36%),
		linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.98));
}

.ranking-pending-banner__icon {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	color: #2563eb;
	background: rgba(37, 99, 235, 0.1);
}

.ranking-pending-banner strong {
	color: #07111f;
	font-family: var(--font-display);
	font-size: 1.06rem;
	font-weight: 950;
}

.ranking-pending-banner p {
	margin: 2px 0 0;
	color: #66758c;
	font-weight: 800;
}

.ranking-self-bar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	grid-template-areas:
		"main points cta"
		"stats points cta"
		"metrics points cta";
	align-items: center;
	gap: 16px;
	margin: 18px 0;
	padding: 14px 18px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(7,17,31,.92), rgba(37,99,235,.88));
	color: #ffffff;
	box-shadow: 0 18px 50px rgba(37,99,235,.20);
}

.ranking-self-bar.is-live {
	background: linear-gradient(135deg, rgba(30,27,75,.96), rgba(101,87,232,.92), rgba(37,99,235,.88));
}

.ranking-card[data-prediction-profile-trigger],
.ranking-self-bar[data-prediction-profile-trigger] {
	cursor: pointer;
}

.ranking-card[data-prediction-profile-trigger]:focus-visible,
.ranking-self-bar[data-prediction-profile-trigger]:focus-visible {
	outline: 2px solid rgba(37, 99, 235, 0.42);
	outline-offset: 3px;
}

.ranking-self-main {
	grid-area: main;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	font-weight: 900;
}

.ranking-self-rank {
	font-size: 22px;
	font-weight: 950;
	letter-spacing: 0;
}

.ranking-self-name {
	min-width: 0;
	font-size: 16px;
	font-weight: 900;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ranking-self-stats {
	grid-area: stats;
	font-size: 14px;
	font-weight: 800;
	opacity: .9;
}

.ranking-self-points-wrap {
	grid-area: points;
	justify-items: end;
	min-width: 76px;
	color: inherit;
}

.ranking-self-points-wrap .ranking-entry-points {
	color: inherit;
	font-size: clamp(1.9rem, 3.5vw, 2.8rem);
	line-height: 0.9;
}

.ranking-self-points-wrap .ranking-entry-points-label {
	color: currentColor;
	opacity: 0.72;
	text-align: right;
}

.ranking-self-metrics {
	grid-area: metrics;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ranking-self-gap {
	grid-area: metrics;
}

.ranking-self-metrics span,
.ranking-self-gap {
	width: fit-content;
	font-size: 14px;
	font-weight: 900;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	white-space: nowrap;
}

.ranking-self-metrics strong {
	font-family: var(--font-display);
	font-weight: 950;
}

.ranking-self-cta {
	grid-area: cta;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	color: #07111f;
	background: rgba(255, 255, 255, 0.92);
	font-weight: 950;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.ranking-self-cta:hover,
.ranking-self-cta:focus-visible {
	color: #07111f;
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.ranking-self-badge {
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(24,199,216,.24);
	color: #fff;
}

.ranking-live-current-user {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.ranking-live-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.ranking-live-match-strip {
	display: grid;
	gap: 10px;
	margin: 12px 0 6px;
}

.ranking-live-match-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 10px 14px;
	padding: 12px 14px;
	border: 1px solid rgba(34, 211, 238, 0.2);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ranking-live-match-card__status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.ranking-live-match-card__status strong {
	color: #a5f3fc;
	font-size: 13px;
	font-weight: 950;
	white-space: nowrap;
}

.ranking-live-match-card__score {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: rgba(226, 232, 240, 0.9);
	font-size: 14px;
	font-weight: 850;
}

.ranking-live-match-card__score span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ranking-live-match-card__score span:first-child {
	text-align: right;
}

.ranking-live-match-card__score strong {
	color: #ffffff;
	font-family: var(--font-display);
	font-size: 18px;
	font-weight: 950;
	white-space: nowrap;
}

.ranking-live-match-card__event {
	grid-column: 2;
	min-width: 0;
	color: rgba(165, 243, 252, 0.86);
	font-size: 13px;
	font-weight: 800;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ranking-live-shell {
	margin-top: 18px;
}

.ranking-live-disclaimer {
	margin-top: 0;
}

.ranking-live-meta__copy {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid rgba(24,199,216,0.22);
	border-radius: 999px;
	background: rgba(238,248,255,0.92);
	color: #155e75;
	font-weight: 700;
}

.ranking-live-mode .ranking-hero {
	background:
		radial-gradient(circle at 14% 18%, rgba(34, 211, 238, 0.2), transparent 34%),
		radial-gradient(circle at 88% 14%, rgba(124, 58, 237, 0.16), transparent 32%),
		linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(238, 248, 255, 0.94));
	border-color: rgba(34, 211, 238, 0.34);
	box-shadow: 0 28px 96px rgba(34, 211, 238, 0.14);
}

.ranking-live-mode .ranking-board {
	background:
		radial-gradient(circle at top left, rgba(24, 199, 216, 0.2), transparent 34%),
		radial-gradient(circle at bottom right, rgba(124, 58, 237, 0.18), transparent 38%),
		linear-gradient(135deg, rgba(7, 17, 31, 0.98), rgba(15, 23, 42, 0.96));
	border-color: rgba(24, 199, 216, 0.35);
	box-shadow:
		0 34px 110px rgba(24, 199, 216, 0.18),
		0 24px 80px rgba(124, 58, 237, 0.12);
	color: #ffffff;
}

.ranking-live-mode .ranking-board h1,
.ranking-live-mode .ranking-board h2,
.ranking-live-mode .ranking-board h3,
.ranking-live-mode .ranking-board .section-title {
	color: #ffffff;
}

.ranking-live-mode .ranking-board p,
.ranking-live-mode .ranking-board .section-subtitle,
.ranking-live-mode .ranking-board__story {
	color: rgba(226, 232, 240, 0.82);
}

.ranking-live-mode .ranking-board .eyebrow,
.ranking-live-mode .ranking-board .section-label,
.ranking-live-mode .ranking-board-label {
	color: #22d3ee;
}

.ranking-live-mode .ranking-board .badge-muted {
	color: rgba(226, 232, 240, 0.82);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.ranking-live-mode .ranking-mode-chips {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(34, 211, 238, 0.2);
}

.ranking-live-mode .ranking-mode-chip {
	color: rgba(226, 232, 240, 0.78);
}

.ranking-live-mode .ranking-mode-chip.is-active {
	background: linear-gradient(135deg, #06b6d4, #7c3aed);
	color: #ffffff;
	box-shadow: 0 12px 30px rgba(24, 199, 216, 0.28);
}

.ranking-live-mode .ranking-mode-chip__live,
.ranking-live-mode .live-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 999px;
	padding: 6px 10px;
	background: rgba(34, 211, 238, 0.16);
	color: #67e8f9;
	border: 1px solid rgba(34, 211, 238, 0.28);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 0 18px rgba(34, 211, 238, 0.2);
}

.ranking-live-mode .ranking-mode-chip__live::before,
.ranking-live-mode .live-badge::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22d3ee;
	box-shadow: 0 0 12px rgba(34, 211, 238, 0.8);
	animation: rankingLiveDotPulse 1.8s ease-in-out infinite;
}

.ranking-live-mode .live-disclaimer {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 12px 0 18px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(34, 211, 238, 0.1);
	border: 1px solid rgba(34, 211, 238, 0.18);
	color: #a5f3fc;
	font-weight: 850;
}

.ranking-live-mode .ranking-live-meta__copy {
	background: rgba(34, 211, 238, 0.1);
	border-color: rgba(34, 211, 238, 0.18);
	color: #a5f3fc;
}

.ranking-live-mode .ranking-live-match-card {
	border-color: rgba(34, 211, 238, 0.2);
	background:
		linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(124, 58, 237, 0.08)),
		rgba(15, 23, 42, 0.72);
}

@media (max-width: 575.98px) {
	.ranking-live-match-card {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
		padding: 11px 12px;
		border-radius: 16px;
	}

	.ranking-live-match-card__status {
		justify-content: space-between;
		width: 100%;
	}

	.ranking-live-match-card__score {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		gap: 7px;
		font-size: 12px;
	}

	.ranking-live-match-card__score strong {
		font-size: 15px;
	}

	.ranking-live-match-card__event {
		grid-column: auto;
		font-size: 12px;
		white-space: nowrap;
	}
}

.ranking-live-mode .ranking-entry-card {
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(30, 41, 59, 0.78));
	border: 1px solid rgba(34, 211, 238, 0.2);
	box-shadow:
		0 18px 50px rgba(0, 0, 0, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.03) inset;
	color: #ffffff;
}

.ranking-live-mode .ranking-entry-card::before {
	background: linear-gradient(180deg, #22d3ee, #7c3aed);
}

.ranking-live-mode .ranking-entry-card.is-current-user {
	background:
		radial-gradient(circle at top left, rgba(34, 211, 238, 0.18), transparent 36%),
		linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(49, 46, 129, 0.82));
	border-color: rgba(34, 211, 238, 0.42);
}

.ranking-live-mode .ranking-name strong,
.ranking-live-mode .ranking-position,
.ranking-live-mode .ranking-position span,
.ranking-live-mode .ranking-entry-name,
.ranking-live-mode .ranking-entry-position,
.ranking-live-mode .ranking-entry-rank {
	color: #ffffff;
}

.ranking-live-mode .ranking-position small,
.ranking-live-mode .ranking-entry-meta,
.ranking-live-mode .ranking-entry-subtext,
.ranking-live-mode .ranking-entry-points-label,
.ranking-live-mode .ranking-points span,
.ranking-live-mode .ranking-stat span,
.ranking-live-mode .ranking-gap span {
	color: rgba(226, 232, 240, 0.72);
}

.ranking-live-mode .ranking-entry-points,
.ranking-live-mode .ranking-points strong {
	color: #67e8f9;
	text-shadow: 0 0 24px rgba(34, 211, 238, 0.34);
}

.ranking-live-mode .ranking-stat strong,
.ranking-live-mode .ranking-gap strong {
	color: rgba(248, 250, 252, 0.94);
}

.ranking-live-mode .ranking-gap {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(34, 211, 238, 0.14);
}

.ranking-live-mode .ranking-self-bar {
	background:
		linear-gradient(135deg, rgba(6, 182, 212, 0.95), rgba(124, 58, 237, 0.92));
	box-shadow:
		0 22px 60px rgba(34, 211, 238, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.ranking-live-mode .ranking-self-badge {
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff;
}

.ranking-live-mode .movement-up {
	color: #86efac !important;
}

.ranking-live-mode .movement-down {
	color: #fca5a5 !important;
}

.ranking-live-mode .movement-neutral {
	color: rgba(226, 232, 240, 0.56) !important;
}

@keyframes rankingLiveDotPulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.72;
		transform: scale(0.92);
	}
}

.ranking-search-shell {
	margin-top: 18px;
}

.ranking-search-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.ranking-search-icon {
	position: absolute;
	left: 16px;
	color: #8a96a8;
	pointer-events: none;
}

.ranking-search-input {
	min-height: 52px;
	padding-left: 44px;
	padding-right: 88px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
}

.ranking-search-loading,
.ranking-search-clear {
	position: absolute;
	right: 14px;
}

.ranking-search-loading {
	width: 18px;
	height: 18px;
	border-radius: 999px;
	border: 2px solid rgba(37, 99, 235, 0.16);
	border-top-color: #2563eb;
	animation: ranking-spin 0.8s linear infinite;
}

.ranking-search-clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: rgba(226, 232, 240, 0.82);
	color: #475569;
}

.ranking-search-empty {
	display: grid;
	place-items: center;
	gap: 10px;
	padding: 36px 18px;
	text-align: center;
	color: #66758c;
}

.ranking-search-empty i {
	font-size: 1.5rem;
	color: #2563eb;
}

.ranking-search-empty h3 {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 900;
	color: #07111f;
}

.prediction-profile-modal .modal-content {
	border: 1px solid rgba(24, 199, 216, 0.18);
	background:
		radial-gradient(circle at top left, rgba(24,199,216,0.1), transparent 34%),
		linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,249,255,0.96));
	box-shadow: 0 36px 120px rgba(37,99,235,0.16);
	border-radius: 32px;
}

.prediction-profile-modal__close-row {
	display: flex;
	justify-content: flex-end;
	padding: 18px 20px 0;
}

.prediction-profile-modal__body {
	padding: 0 24px 24px;
}

.prediction-profile-header {
	display: grid;
	gap: 18px;
}

.prediction-profile-header__identity {
	display: flex;
	align-items: center;
	gap: 16px;
}

.prediction-profile-avatar {
	width: 74px;
	height: 74px;
	border-radius: 24px;
	position: relative;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, rgba(37,99,235,0.16), rgba(24,199,216,0.18));
	color: #2563eb;
	font-family: var(--font-display);
	font-size: 1.5rem;
	font-weight: 900;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(37,99,235,0.12);
}

.prediction-profile-avatar span {
	display: block;
	line-height: 1;
}

.prediction-profile-avatar.has-image span {
	opacity: 0;
}

.prediction-profile-avatar img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prediction-profile-header__eyebrow {
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb;
}

.prediction-profile-modal__title {
	margin: 4px 0 0;
	font-family: var(--font-display);
	font-size: clamp(2rem, 5vw, 3.2rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
	color: #07111f;
}

.prediction-profile-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.prediction-profile-summary-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.prediction-profile-summary-card {
	display: grid;
	gap: 6px;
	padding: 14px 16px;
	border: 1px solid rgba(24,199,216,0.16);
	border-radius: 20px;
	background: rgba(255,255,255,0.74);
}

.prediction-profile-summary-card span {
	font-size: 0.78rem;
	font-weight: 800;
	color: #66758c;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.prediction-profile-summary-card strong {
	font-size: 1.6rem;
	font-weight: 950;
	line-height: 1;
	color: #07111f;
}

.prediction-profile-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 18px;
}

.prediction-profile-tab {
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255,255,255,0.72);
	color: #66758c;
	padding: 10px 14px;
	border-radius: 999px;
	font-weight: 800;
}

.prediction-profile-tab span {
	color: #2563eb;
}

.prediction-profile-tab.is-active {
	border-color: rgba(37,99,235,0.34);
	background: linear-gradient(135deg, rgba(219,245,255,0.96), rgba(255,255,255,0.96));
	color: #07111f;
	box-shadow: 0 12px 34px rgba(37,99,235,0.08);
}

.prediction-profile-list {
	display: grid;
	gap: 12px;
}

.viewer-prediction-card,
.prediction-profile-match {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 26px;
	border: 1px solid rgba(24,199,216,0.18);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(24,199,216,0.06), rgba(37,99,235,0.04)),
		rgba(255,255,255,0.92);
	box-shadow: 0 16px 38px rgba(37,99,235,0.06);
}

.prediction-profile-match.is-hidden {
	background: linear-gradient(135deg, rgba(241,245,249,0.92), rgba(255,255,255,0.94));
}

.viewer-prediction-main {
	min-width: 0;
}

.viewer-prediction-meta,
.prediction-profile-match__phase {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2563eb;
}

.viewer-prediction-match,
.prediction-profile-match h3 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	font-size: 19px;
	font-weight: 950;
	color: #07111f;
}

.viewer-prediction-team {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.prediction-profile-flag {
	width: 24px;
	height: 24px;
	border-radius: 999px;
	object-fit: cover;
	box-shadow: 0 8px 20px rgba(15,23,42,0.08);
}

.prediction-profile-flag--fallback {
	display: inline-grid;
	place-items: center;
	background: rgba(37,99,235,0.1);
	color: #2563eb;
	font-size: 0.72rem;
	font-weight: 900;
}

.prediction-profile-versus {
	color: #8a96a8;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.viewer-prediction-pick,
.prediction-profile-pick-block {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
	color: #64748b;
	font-size: 15px;
	font-weight: 800;
}

.viewer-prediction-pick span,
.prediction-profile-pick-block span {
	font-weight: 800;
	color: #66758c;
}

.viewer-prediction-pick strong,
.prediction-profile-pick-block strong {
	font-weight: 950;
	color: #07111f;
}

.viewer-prediction-pick small,
.prediction-profile-pick-block small {
	color: #66758c;
	font-weight: 700;
}

.viewer-prediction-result {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.viewer-prediction-result__state {
	display: grid;
	gap: 5px;
	text-align: right;
}

.viewer-prediction-result__state span {
	color: #64748b;
	font-size: 13px;
	font-weight: 850;
}

.viewer-prediction-result__state strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(15,23,42,0.06);
	color: #475569;
	font-size: 13px;
	font-weight: 950;
}

.viewer-prediction-points {
	color: #07111f;
	font-size: 18px;
	font-weight: 950;
}

.prediction-profile-empty {
	padding: 22px 0 6px;
	color: #66758c;
}

.prediction-profile-skeleton {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.prediction-profile-skeleton__hero,
.prediction-profile-skeleton__stats,
.prediction-profile-skeleton__row {
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(237,242,247,0.9), rgba(248,250,252,0.96));
	border: 1px solid rgba(148,163,184,0.12);
}

.prediction-profile-skeleton__hero {
	height: 120px;
}

.prediction-profile-skeleton__stats {
	height: 72px;
}

.prediction-profile-skeleton__row {
	height: 102px;
}

.participant-predictions-page {
	padding-bottom: 56px;
}

.participant-profile-page-shell {
	display: grid;
	gap: 18px;
}

.participant-profile-page__back {
	display: flex;
	justify-content: flex-start;
}

.participant-profile-page__hero,
.participant-profile-page__filters,
.participant-profile-page__list {
	padding: 24px;
	border-radius: 30px;
}

.participant-profile-page__headline {
	display: flex;
	align-items: center;
	gap: 18px;
}

.participant-profile-page__headline-copy {
	min-width: 0;
}

.participant-profile-page__summary {
	margin-top: 18px;
}

.participant-profile-page__filter-stack {
	display: grid;
	gap: 12px;
}

.participant-profile-page__status-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ranking-load-more {
	display: grid;
	place-items: center;
	gap: 10px;
	margin-top: 18px;
}

@keyframes ranking-spin {
	to {
		transform: rotate(360deg);
	}
}

.ranking-load-more__skeletons {
	display: grid;
	gap: 8px;
	width: 100%;
	max-width: 720px;
}

.ranking-skeleton-row {
	height: 62px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(237,242,247,0.9), rgba(248,250,252,0.95));
	border: 1px solid rgba(148,163,184,0.12);
}

.ranking-pagination-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.ranking-scroll-sentinel {
	width: 100%;
	height: 2px;
}

.ranking-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(300px, 1.55fr) minmax(84px, 0.46fr) minmax(76px, 0.38fr) minmax(118px, 0.58fr) minmax(104px, 0.52fr) minmax(118px, 0.42fr);
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	min-height: 86px;
	border: 1px solid rgba(24,199,216,0.26);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(24,199,216,.08), rgba(255,255,255,.98));
	box-shadow: 0 14px 42px rgba(37,99,235,.07);
	overflow: hidden;
}

.ranking-mobile-meta {
	display: none;
}

.ranking-mobile-stack {
	display: none;
}

.ranking-mobile-momentum {
	display: none;
}

.ranking-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: linear-gradient(180deg, #2563eb, #18c7d8);
}

.ranking-card.is-leader {
	border-color: rgba(24, 199, 216, 0.4);
	background:
		radial-gradient(circle at top left, rgba(24,199,216,0.12), transparent 34%),
		linear-gradient(135deg, rgba(245,252,255,0.98), rgba(255,255,255,0.98));
	box-shadow:
		0 20px 60px rgba(37, 99, 235, 0.12),
		0 0 34px rgba(24, 199, 216, 0.1);
}

.ranking-card.is-leader::before {
	background: var(--rank-gradient);
}

.ranking-card.is-tied-lead {
	border-color: rgba(37, 99, 235, 0.24);
	background:
		radial-gradient(circle at top left, rgba(24,199,216,0.1), transparent 36%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 253, 255, 0.9));
	box-shadow: 0 16px 48px rgba(37, 99, 235, 0.08);
}

.ranking-card.is-tied-lead::before {
	background: linear-gradient(180deg, rgba(37, 99, 235, 0.76), rgba(24, 199, 216, 0.76));
}

.ranking-card.is-current-user {
	border-color: rgba(37,99,235,.55);
	background:
		radial-gradient(circle at top left, rgba(24,199,216,.20), transparent 36%),
		linear-gradient(135deg, rgba(219,245,255,.98), rgba(255,255,255,.98));
	box-shadow: 0 22px 70px rgba(37,99,235,.18);
}

.ranking-card.is-pending-row {
	border-color: rgba(148, 163, 184, 0.18);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.ranking-card.is-pending-row::before {
	background: linear-gradient(180deg, rgba(148, 163, 184, 0.52), rgba(24, 199, 216, 0.42));
}

.ranking-card__identity {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 72px 48px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.ranking-position {
	display: grid;
	gap: 2px;
	color: var(--rank-ink);
	font-family: var(--font-display);
	line-height: 1;
}

.ranking-position span {
	font-size: clamp(1.55rem, 3vw, 2.3rem);
	font-weight: 900;
	letter-spacing: 0;
}

.ranking-position small {
	color: rgba(7, 17, 31, 0.36);
	font-size: 0.68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.ranking-avatar {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(24, 199, 216, 0.12));
	color: var(--rank-blue);
	font-family: var(--font-display);
	font-weight: 900;
	box-shadow: 0 10px 26px rgba(37,99,235,0.07);
}

.ranking-avatar.is-leader {
	border-color: rgba(37, 99, 235, 0.26);
	background:
		radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 28%),
		linear-gradient(145deg, #eff6ff, #dffbff 52%, #eef2ff);
	box-shadow: 0 12px 34px rgba(37, 99, 235, 0.16);
}

.ranking-avatar.is-leader i {
	background: linear-gradient(180deg, #2563eb, #18c7d8 62%, #6557e8);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 1.25rem;
	filter: drop-shadow(0 2px 4px rgba(37, 99, 235, 0.2));
}

.ranking-name {
	min-width: 0;
}

.ranking-name strong {
	display: block;
	color: var(--rank-ink);
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 900;
	white-space: normal;
}

.ranking-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 7px;
}

.ranking-points {
	display: grid;
	gap: 2px;
	justify-items: start;
	color: #2563eb;
	font-family: var(--font-display);
}

.ranking-points strong {
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	font-weight: 900;
	line-height: 0.9;
	text-shadow: 0 10px 24px rgba(37,99,235,0.12);
}

.ranking-points span,
.ranking-stat span,
.ranking-gap span,
.ranking-movement span {
	color: var(--rank-muted);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ranking-score-chip {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	width: max-content;
	max-width: 100%;
	margin-top: 3px;
	padding: 2px 6px;
	border: 1px solid rgba(37, 99, 235, 0.14);
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.07);
	color: #1d4ed8;
	font-family: var(--font-body);
	font-size: 0.58rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.ranking-score-chip span,
.ranking-score-chip b {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-transform: none;
}

.ranking-score-chip b {
	color: #047857;
}

.ranking-stat,
.ranking-gap,
.ranking-movement {
	display: grid;
	gap: 4px;
	color: var(--rank-muted);
}

.ranking-stat strong,
.ranking-gap strong,
.ranking-movement strong {
	color: var(--rank-ink);
	font-size: 0.96rem;
	font-weight: 800;
}

.ranking-stat-wide strong {
	font-size: 0.9rem;
}

.ranking-gap {
	padding: 10px 12px;
	border: 1px solid rgba(7, 17, 31, 0.07);
	border-radius: 16px;
	background: rgba(248, 250, 252, 0.78);
}

.ranking-gap.is-leader strong {
	background: var(--rank-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.ranking-gap.is-tied strong {
	color: var(--rank-purple);
}

.ranking-movement {
	justify-items: end;
	text-align: right;
	min-width: 0;
}

.ranking-movement strong.movement-up,
.ranking-movement strong.movement-down,
.ranking-movement strong.movement-neutral {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	justify-self: end;
	min-width: 70px;
	min-height: 34px;
	padding: 5px 10px 5px 6px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 250, 252, 0.55)),
		rgba(255, 255, 255, 0.72);
	box-shadow:
		0 12px 26px rgba(15, 23, 42, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.86);
	white-space: nowrap;
}

.ranking-movement strong.movement-up::before,
.ranking-movement strong.movement-down::before,
.ranking-movement strong.movement-neutral::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 950;
	line-height: 1;
	color: #ffffff;
	box-shadow:
		0 10px 24px rgba(15, 23, 42, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.ranking-movement strong.movement-up::before {
	content: "↗";
	background: linear-gradient(135deg, #16a34a, #22c55e);
}

.ranking-movement strong.movement-down::before {
	content: "↘";
	background: linear-gradient(135deg, #dc2626, #fb7185);
}

.ranking-movement strong.movement-neutral::before {
	content: "→";
	background: linear-gradient(135deg, #64748b, #94a3b8);
}

.ranking-momentum-inline {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	max-width: 100%;
}

.ranking-momentum-inline::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 950;
	line-height: 1;
	color: #ffffff;
	box-shadow:
		0 8px 18px rgba(15, 23, 42, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.ranking-momentum-inline.movement-up::before {
	content: "↗";
	background: linear-gradient(135deg, #16a34a, #22c55e);
}

.ranking-momentum-inline.movement-down::before {
	content: "↘";
	background: linear-gradient(135deg, #dc2626, #fb7185);
}

.ranking-momentum-inline.movement-neutral::before {
	content: "→";
	background: linear-gradient(135deg, #64748b, #94a3b8);
}

.you-badge {
	border: 1px solid rgba(24,199,216,0.24);
	color: #0e7490;
	background: rgba(24,199,216,0.14);
}

.podium-badge {
	border: 1px solid rgba(37, 99, 235, 0.12);
	color: #2563eb;
	background: rgba(37, 99, 235, 0.08);
}

.podium-badge-main {
	border-color: transparent;
	color: #ffffff;
	background: var(--rank-gradient);
	box-shadow: 0 10px 24px rgba(37,99,235,0.22);
}

.ranking-impact-match {
	display: grid;
	gap: 20px;
	padding: 24px;
	border: 1px solid rgba(7, 17, 31, 0.09);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.82));
	box-shadow: 0 18px 54px rgba(7, 17, 31, 0.06);
}

.ranking-impact-match__top,
.ranking-impact-match__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.ranking-impact-match__top {
	color: var(--rank-muted);
	font-size: 0.98rem;
	font-weight: 800;
}

.ranking-impact-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	border-radius: 999px;
	color: var(--rank-blue);
	background: rgba(37, 99, 235, 0.1);
	font-family: var(--font-display);
	font-weight: 900;
}

.ranking-impact-status.status-live {
	color: #15803d;
	background: rgba(34, 197, 94, 0.12);
}

.ranking-impact-match__teams {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(7, 17, 31, 0.08);
}

.ranking-impact-team {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.ranking-impact-team-away {
	justify-content: flex-end;
	text-align: right;
}

.ranking-impact-team strong {
	display: block;
	color: var(--rank-ink);
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.05;
}

.ranking-impact-team span {
	display: block;
	margin-top: 6px;
	color: var(--rank-muted);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.2;
}

.ranking-impact-flag {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(148, 163, 184, 0.32);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
	object-fit: cover;
}

.ranking-impact-flag-fallback {
	color: var(--rank-blue);
	font-family: var(--font-display);
	font-size: 0.78rem;
	font-weight: 900;
	background: rgba(37, 99, 235, 0.08);
}

.ranking-impact-vs {
	display: grid;
	place-items: center;
	min-width: 68px;
	height: 54px;
	padding: 0 18px;
	border-radius: 22px;
	color: var(--rank-ink);
	background: rgba(248, 250, 252, 0.92);
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 900;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ranking-impact-match__bottom > div {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.ranking-impact-deadline {
	display: inline-flex;
	align-items: center;
	width: max-content;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	color: #92400e;
	background: rgba(251, 191, 36, 0.15);
	font-family: var(--font-display);
	font-weight: 900;
	text-transform: uppercase;
}

.ranking-impact-match__bottom small {
	color: var(--rank-muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.ranking-impact-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 52px;
	padding: 0 28px;
	border: 1px solid rgba(7, 17, 31, 0.09);
	border-radius: 999px;
	color: var(--rank-ink);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 36px rgba(7, 17, 31, 0.07);
	font-family: var(--font-display);
	font-weight: 900;
	text-decoration: none;
}

.ranking-impact-action:hover {
	color: var(--rank-blue);
	transform: translateY(-1px);
}

.member-list {
	display: grid;
	gap: 10px;
}

.member-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.7);
}

.member-row > div:first-child,
.member-row > a:first-child {
	flex: 1 1 auto;
	min-width: 0;
}

.member-row strong {
	display: block;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
	min-width: 0;
}

.member-row span {
	display: block;
	color: var(--color-text-muted);
	font-size: 0.82rem;
	font-weight: 700;
	min-width: 0;
	overflow-wrap: anywhere;
}

.member-row-actions {
	align-items: flex-start;
}

.member-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	flex: 0 0 auto;
	align-items: flex-start;
}

.member-actions form {
	flex: 0 0 auto;
}

.member-role-form {
	min-width: 132px;
}

.manage-hero-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.manage-hero-metrics span,
.manage-quick-action,
.manage-member-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--color-text);
	font-weight: 800;
	text-decoration: none;
}

.manage-hero-metrics span {
	padding: 8px 12px;
	font-size: 0.82rem;
}

.manage-hero-metrics strong {
	color: var(--color-text-muted);
	font-size: 0.68rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.manage-quick-actions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	padding: 12px;
}

.manage-quick-action {
	justify-content: center;
	min-height: 54px;
	padding: 10px 14px;
	cursor: pointer;
}

.league-brand-settings-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 16px;
	align-items: end;
}

.league-brand-preview {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 16px;
	border: 1px dashed rgba(148, 163, 184, 0.32);
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.72);
	color: var(--color-text-muted);
	font-weight: 800;
	text-align: center;
}

.league-brand-preview img {
	display: block;
	max-width: 100%;
	max-height: 78px;
	object-fit: contain;
}

.ai-campaign-studio__header {
	align-items: flex-start;
}

.ai-campaign-studio__status {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 999px;
	color: var(--color-text-muted);
	background: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 900;
}

.ai-campaign-studio__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
	gap: 18px;
	align-items: stretch;
}

.ai-campaign-studio__prompt {
	min-height: 118px;
	resize: vertical;
}

.ai-campaign-studio__presets {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.ai-campaign-studio__quick-ideas {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.ai-preset-chip,
.ai-idea-chip {
	min-height: 32px;
	padding: 0 11px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	color: var(--color-text);
	font-size: 0.8rem;
	font-weight: 850;
	transition: border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);
}

.ai-idea-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(245, 158, 11, 0.1);
	color: #92400e;
}

.ai-idea-chip i {
	font-size: 0.78rem;
}

.ai-preset-chip:hover,
.ai-preset-chip.is-active,
.ai-idea-chip:hover {
	border-color: rgba(37, 99, 235, 0.36);
	background: rgba(37, 99, 235, 0.1);
	transform: translateY(-1px);
}

.ai-campaign-studio__guided-grid,
.ai-campaign-studio__creative-board {
	display: grid;
	gap: 12px;
	margin-top: 16px;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(248, 250, 252, 0.48)),
		rgba(248, 250, 252, 0.52);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.ai-campaign-studio__creative-board {
	grid-template-columns: 1fr;
}

.ai-campaign-studio__mobile-disclosure {
	display: block;
}

.ai-campaign-studio__mobile-summary {
	display: none;
}

.ai-campaign-studio__mobile-body {
	display: block;
}

.ai-campaign-studio__creative-row {
	display: grid;
	grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 12px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.48);
}

.ai-campaign-studio__creative-copy {
	display: grid;
	gap: 4px;
}

.ai-campaign-studio__creative-copy span {
	color: var(--color-text);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ai-campaign-studio__creative-copy p {
	margin: 0;
	color: var(--color-text-muted);
	font-size: 0.82rem;
	font-weight: 750;
	line-height: 1.35;
}

.ai-campaign-studio__creative-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ai-direction-chip,
.ai-treatment-chip {
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(241, 245, 249, 0.64));
	color: var(--color-text);
	font-size: 0.82rem;
	font-weight: 900;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
	transition: border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
}

.ai-direction-chip:hover,
.ai-treatment-chip:hover,
.ai-direction-chip.is-active,
.ai-treatment-chip.is-active {
	border-color: rgba(37, 99, 235, 0.38);
	background: rgba(37, 99, 235, 0.11);
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.09);
	transform: translateY(-1px);
}

.ai-campaign-studio__select-field {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.ai-campaign-studio__select-field span {
	color: var(--color-text-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ai-campaign-studio__select-field select {
	width: 100%;
	min-height: 44px;
	appearance: none;
	padding: 0 42px 0 14px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 8px;
	background:
		linear-gradient(45deg, transparent 50%, currentColor 50%) right 17px center / 7px 7px no-repeat,
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.76));
	color: var(--color-text);
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.78);
	transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast), background var(--transition-fast);
}

.ai-campaign-studio__select-field select:hover {
	border-color: rgba(37, 99, 235, 0.28);
	transform: translateY(-1px);
}

.ai-campaign-studio__select-field select:focus {
	outline: 0;
	border-color: rgba(37, 99, 235, 0.48);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12), 0 14px 30px rgba(15, 23, 42, 0.08);
}

.ai-campaign-studio__actions,
.ai-campaign-studio__usage,
.ai-campaign-studio__applied {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.ai-campaign-studio.is-loading .ai-campaign-studio__controls,
.ai-campaign-studio.is-loading .ai-campaign-studio__usage {
	pointer-events: none;
}

.ai-campaign-studio.is-loading .ai-campaign-studio__prompt,
.ai-campaign-studio.is-loading .ai-campaign-studio__guided-grid,
.ai-campaign-studio.is-loading .ai-campaign-studio__creative-board,
.ai-campaign-studio.is-loading .ai-preset-chip,
.ai-campaign-studio.is-loading .ai-idea-chip,
.ai-campaign-studio.is-loading .ai-direction-chip,
.ai-campaign-studio.is-loading .ai-treatment-chip,
.ai-campaign-studio.is-loading .ai-campaign-studio__usage {
	opacity: 0.62;
}

.ai-campaign-studio.is-loading [data-ai-generate] {
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(37, 99, 235, 0.22);
}

.ai-campaign-studio.is-loading [data-ai-generate] i {
	animation: aiStudioPulse 1.2s ease-in-out infinite;
}

.ai-campaign-studio__preview {
	min-width: 0;
}

.ai-campaign-studio__image-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
	overflow: hidden;
	border: 1px dashed rgba(148, 163, 184, 0.28);
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.74);
}

.ai-campaign-studio__image-wrap.has-image {
	border-style: solid;
	background: rgba(15, 23, 42, 0.08);
}

.ai-campaign-studio__image-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 250px;
	object-fit: cover;
}

.ai-campaign-studio__empty {
	display: grid;
	place-items: center;
	gap: 8px;
	padding: 24px;
	color: var(--color-text-muted);
	text-align: center;
	font-weight: 850;
}

.ai-campaign-studio__empty i {
	font-size: 1.8rem;
	color: var(--color-primary);
}

.ai-campaign-studio__loading {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 10px;
	padding: 24px;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(15, 23, 42, 0.68)),
		radial-gradient(circle at 50% 38%, rgba(37, 99, 235, 0.22), transparent 42%);
	color: #f8fafc;
	text-align: center;
	backdrop-filter: blur(8px);
}

.ai-campaign-studio__loading[hidden] {
	display: none;
}

.ai-campaign-studio__loading strong {
	font-size: 0.98rem;
	font-weight: 950;
}

.ai-campaign-studio__loading small {
	max-width: 260px;
	color: rgba(226, 232, 240, 0.82);
	font-weight: 750;
	line-height: 1.35;
}

.ai-campaign-studio__spinner {
	width: 48px;
	height: 48px;
	border: 3px solid rgba(255, 255, 255, 0.18);
	border-top-color: rgba(255, 255, 255, 0.92);
	border-right-color: rgba(245, 158, 11, 0.82);
	border-radius: 999px;
	box-shadow: 0 0 34px rgba(37, 99, 235, 0.24);
	animation: aiStudioSpin 0.84s linear infinite;
}

.ai-campaign-studio__applied span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--color-text-muted);
	font-size: 0.82rem;
	font-weight: 850;
}

.ai-campaign-studio__asset-picker {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.ai-campaign-studio__asset-picker[hidden] {
	display: none;
}

.ai-campaign-studio__asset-option {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 6px;
	min-width: 0;
	padding: 6px;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.78);
	color: var(--color-text);
	text-align: left;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
	cursor: pointer;
	transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

.ai-campaign-studio__asset-option:hover,
.ai-campaign-studio__asset-option:focus-visible,
.ai-campaign-studio__asset-option.is-active {
	border-color: rgba(37, 99, 235, 0.42);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
	transform: translateY(-1px);
	outline: 0;
}

.ai-campaign-studio__asset-option.is-active {
	background: rgba(37, 99, 235, 0.08);
}

.ai-campaign-studio__asset-option img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
	background: rgba(15, 23, 42, 0.08);
}

.ai-campaign-studio__asset-option span {
	overflow: hidden;
	color: var(--color-text-muted);
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ai-campaign-studio__usage .btn-secondary-soft.is-active {
	border-color: rgba(34, 197, 94, 0.38);
	background: rgba(34, 197, 94, 0.12);
	color: #166534;
}

@keyframes aiStudioSpin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes aiStudioPulse {
	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.12);
		opacity: 0.72;
	}
}

.leagues-hero--campaign-ai {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.08), transparent 30%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(11, 18, 32, 0.92)),
		#0b1220;
	color: #ffffff;
}

.leagues-hero--campaign-ai::before {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	width: min(52%, 720px);
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(5, 8, 22, 1) 0%, rgba(5, 8, 22, 0.76) 18%, rgba(5, 8, 22, 0.18) 46%, rgba(5, 8, 22, 0.34) 100%),
		var(--campaign-hero-image) center / cover no-repeat;
	border-radius: inherit;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.04);
	opacity: 0.86;
}

.leagues-hero--campaign-ai::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.1), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%, rgba(5, 8, 22, 0.18));
	mix-blend-mode: screen;
	opacity: 0.66;
}

.leagues-hero--campaign-ai > * {
	position: relative;
	z-index: 2;
}

.leagues-hero--campaign-ai .app-hero-label,
.leagues-hero--campaign-ai .app-hero-subtitle,
.leagues-hero--campaign-ai .section-copy {
	color: rgba(255, 255, 255, 0.82);
}

.league-competition-hero.leagues-hero--campaign-ai {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.54fr);
	align-items: end;
	min-height: clamp(340px, 34vw, 460px);
	padding: clamp(1.5rem, 3vw, 2.4rem);
	border: 1px solid rgba(125, 211, 252, 0.22);
	border-radius: 18px;
	background:
		linear-gradient(90deg, rgba(8, 15, 30, 0.98) 0%, rgba(8, 15, 30, 0.96) 42%, rgba(8, 15, 30, 0.64) 62%, rgba(8, 15, 30, 0.28) 100%),
		#0b1220;
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
}

.league-competition-hero.leagues-hero--campaign-ai::before {
	width: min(58%, 880px);
	background:
		linear-gradient(90deg, rgba(8, 15, 30, 0.98) 0%, rgba(8, 15, 30, 0.66) 26%, rgba(8, 15, 30, 0.12) 54%, rgba(8, 15, 30, 0.18) 100%),
		var(--campaign-hero-image) center / cover no-repeat;
	opacity: 0.9;
}

.league-competition-hero.leagues-hero--campaign-ai::after {
	background:
		radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.1), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 42%, rgba(8, 15, 30, 0.36));
	opacity: 0.72;
}

.league-competition-hero.leagues-hero--campaign-ai .app-hero__content {
	max-width: 720px;
	padding: clamp(0.25rem, 1vw, 0.7rem) 0;
}

.league-competition-hero.leagues-hero--campaign-ai .app-hero-label {
	color: rgba(226, 232, 240, 0.92);
	font-size: 0.86rem;
	text-shadow: 0 1px 16px rgba(0, 0, 0, 0.28);
}

.league-competition-hero.leagues-hero--campaign-ai .app-hero-title {
	max-width: 760px;
	margin-top: 1.1rem;
	color: #f8fafc;
	font-size: clamp(3.2rem, 6.1vw, 7.4rem);
	letter-spacing: 0;
	line-height: 0.92;
	text-wrap: balance;
	text-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.league-competition-hero.leagues-hero--campaign-ai .app-hero-subtitle {
	max-width: 680px;
	margin-top: 1.15rem;
	color: rgba(248, 250, 252, 0.92);
	font-size: clamp(1.05rem, 1.6vw, 1.4rem);
	font-weight: 850;
	text-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
}

.league-competition-hero.leagues-hero--campaign-ai .leagues-hero__context {
	margin-top: 1.35rem;
	gap: 0.7rem;
}

.league-competition-hero.leagues-hero--campaign-ai .context-pill {
	min-height: 38px;
	padding: 0 1rem;
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(226, 232, 240, 0.9);
	color: #2563eb;
	font-size: 0.95rem;
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.16);
}

.league-competition-hero.leagues-hero--campaign-ai .league-competition-hero__rail {
	position: relative;
	z-index: 2;
	justify-self: end;
	width: min(100%, 420px);
}

.league-competition-hero.leagues-hero--campaign-ai .league-competition-hero__scoreboard {
	padding: clamp(1rem, 1.8vw, 1.35rem);
	border-color: rgba(255, 255, 255, 0.52);
	border-radius: 16px;
	background: rgba(248, 250, 252, 0.92);
	box-shadow: 0 24px 54px rgba(15, 23, 42, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(18px);
}

.league-competition-hero.leagues-hero--campaign-ai .league-competition-hero__scoreboard span {
	color: #2563eb;
	font-size: 0.82rem;
	letter-spacing: 0;
}

.league-competition-hero.leagues-hero--campaign-ai .league-competition-hero__scoreboard strong {
	margin-top: 0.2rem;
	color: #0f172a;
	font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.league-competition-hero.leagues-hero--campaign-ai .league-competition-hero__scoreboard small {
	color: #64748b;
	font-size: 0.98rem;
}

@media (max-width: 991.98px) {
	.league-competition-hero.leagues-hero--campaign-ai {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.league-competition-hero.leagues-hero--campaign-ai::before {
		width: 100%;
		opacity: 0.42;
	}

	.league-competition-hero.leagues-hero--campaign-ai .app-hero__content,
	.league-competition-hero.leagues-hero--campaign-ai .league-competition-hero__rail {
		max-width: 100%;
		width: 100%;
	}

	.league-competition-hero.leagues-hero--campaign-ai .league-competition-hero__rail {
		justify-self: stretch;
	}
}

@media (max-width: 575.98px) {
	.leagues-hero--campaign-ai::before {
		inset: auto 0 0;
		width: 100%;
		height: min(48%, 260px);
		background:
			linear-gradient(180deg, rgba(5, 8, 22, 1) 0%, rgba(5, 8, 22, 0.56) 32%, rgba(5, 8, 22, 0.22) 100%),
			var(--campaign-hero-image) center / cover no-repeat;
	}

	.league-competition-hero.leagues-hero--campaign-ai {
		padding: 1.15rem;
		border-radius: 16px;
	}

	.league-competition-hero.leagues-hero--campaign-ai .app-hero-title {
		font-size: clamp(2.45rem, 14vw, 4.2rem);
	}

	.league-competition-hero.leagues-hero--campaign-ai .context-pill {
		width: 100%;
		justify-content: center;
	}
}

.campaign-rewards-banner {
	position: relative;
	min-height: clamp(220px, 24vw, 320px);
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(5, 8, 22, 0.9), rgba(5, 8, 22, 0.48) 38%, rgba(5, 8, 22, 0.1)),
		var(--campaign-banner-image) center / cover no-repeat;
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24), 0 0 80px rgba(53, 208, 226, 0.08);
	isolation: isolate;
}

.campaign-rewards-banner::before,
.campaign-rewards-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.campaign-rewards-banner::before {
	z-index: 0;
	background:
		radial-gradient(circle at 78% 38%, rgba(255, 214, 138, 0.22), transparent 28%),
		radial-gradient(circle at 12% 80%, rgba(53, 208, 226, 0.14), transparent 28%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.08), rgba(5, 8, 22, 0.58));
	mix-blend-mode: screen;
	opacity: 0.8;
}

.campaign-rewards-banner::after {
	z-index: 1;
	border-radius: inherit;
	background:
		linear-gradient(90deg, rgba(5, 8, 22, 0.92), rgba(5, 8, 22, 0.5) 38%, transparent 100%),
		linear-gradient(0deg, rgba(5, 8, 22, 0.72), transparent 52%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 26%);
}

.campaign-rewards-banner__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: min(680px, 72%);
	min-height: clamp(220px, 24vw, 320px);
	padding: clamp(24px, 4vw, 44px);
	color: #ffffff;
	text-shadow: 0 14px 38px rgba(0, 0, 0, 0.42);
}

.campaign-rewards-banner__content span {
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.campaign-rewards-banner__content strong {
	margin-top: 4px;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.65rem, 4vw, 3rem);
	line-height: 1;
	text-shadow: 0 18px 44px rgba(0, 0, 0, 0.48);
}

button.manage-quick-action {
	width: 100%;
	font: inherit;
}

.manage-quick-action i {
	color: var(--color-primary);
	font-size: 1rem;
}

.manage-quick-action strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.12);
	color: var(--color-primary);
	font-size: 0.78rem;
}

.manage-primary-panel {
	scroll-margin-top: 110px;
}

.corporate-awards-config {
	display: grid;
	gap: 16px;
}

.corporate-awards-grid {
	display: grid;
	gap: 12px;
}

.corporate-award-config-row {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(180px, .8fr) minmax(160px, .65fr) auto;
	gap: 14px;
	align-items: end;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.7);
}

.corporate-award-toggle {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	cursor: pointer;
}

.corporate-award-toggle input {
	margin-top: 5px;
	accent-color: var(--color-primary);
}

.corporate-award-toggle span {
	display: grid;
	gap: 4px;
}

.corporate-award-toggle strong {
	color: var(--color-text);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.corporate-award-toggle small {
	color: var(--color-text-muted);
	font-weight: 650;
	line-height: 1.35;
}

.manage-invite-card,
.manage-members-panel,
.manage-secondary-disclosure {
	scroll-margin-top: 110px;
}

.manage-member-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.manage-member-tab {
	padding: 9px 14px;
	cursor: pointer;
}

.manage-member-tab.is-active {
	border-color: rgba(37, 99, 235, 0.28);
	background: linear-gradient(135deg, rgba(219, 234, 254, 0.9), rgba(255, 255, 255, 0.78));
	color: var(--color-primary);
}

.manage-member-tab strong {
	min-width: 24px;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.12);
	font-size: 0.78rem;
}

.manage-member-panel[hidden] {
	display: none;
}

.manage-member-toolbar {
	margin-bottom: 12px;
}

.manage-member-row {
	padding: 10px 12px;
	border-radius: 14px;
}

.manage-member-controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex: 0 0 auto;
	margin-left: auto;
}

.manage-member-controls .member-actions {
	align-items: center;
	flex-wrap: nowrap;
}

.manage-member-row .league-status-badge {
	flex: 0 0 auto;
	white-space: nowrap;
}

.manage-load-more {
	margin-top: 12px;
	width: 100%;
	min-height: 44px;
}

.league-settings-card {
	padding: 0 !important;
	overflow: hidden;
}

.league-settings-disclosure {
	border-radius: inherit;
}

.league-settings-disclosure[open] {
	background:
		linear-gradient(180deg, rgba(248, 250, 252, 0.24), rgba(255, 255, 255, 0));
}

.league-settings-summary {
	list-style: none;
	cursor: pointer;
	padding: 12px 16px;
}

.league-settings-summary::-webkit-details-marker {
	display: none;
}

.league-settings-summary__content {
	display: grid;
	gap: 8px;
}

.league-settings-summary__header {
	margin: 0;
}

.league-settings-summary__header.section-header {
	margin-bottom: 0;
}

.league-settings-summary__header .eyebrow {
	margin-bottom: 4px !important;
	font-size: 0.68rem;
}

.league-settings-summary__header .section-title {
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1;
}

.league-settings-summary__header .section-copy {
	display: none;
}

.league-settings-summary__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.league-settings-summary__chips {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.league-settings-chip {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid rgba(37, 99, 235, 0.12);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(24, 199, 216, 0.08));
	color: var(--color-primary);
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.league-settings-summary__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
	color: var(--color-text);
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.82rem;
	font-weight: 900;
}

.league-settings-summary__toggle i {
	font-size: 0.88rem;
	transition: transform var(--transition-fast);
}

.league-settings-summary__toggle-label--open,
.league-settings-disclosure[open] .league-settings-summary__toggle-label--closed {
	display: none;
}

.league-settings-disclosure[open] .league-settings-summary__toggle-label--open {
	display: inline;
}

.league-settings-disclosure[open] .league-settings-summary__toggle i {
	transform: rotate(180deg);
}

.league-settings-disclosure__content {
	padding: 0 24px 24px;
	border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.member-role-select {
	width: auto;
	min-width: 132px;
	max-width: 160px;
	min-height: 36px;
	padding-block: 0.35rem;
	font-size: 0.84rem;
	font-weight: 800;
}

.btn-sm-action {
	min-height: 36px;
	padding: 0.48rem 0.8rem;
	font-size: 0.84rem;
}

.league-code-grid {
	display: grid;
	grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr) auto;
	gap: 12px;
	align-items: stretch;
}

.push-broadcast-card {
	background:
		radial-gradient(circle at 88% 12%, rgba(24, 199, 216, 0.12), transparent 24%),
		radial-gradient(circle at 12% 24%, rgba(37, 99, 235, 0.08), transparent 28%),
		rgba(255, 255, 255, 0.95);
}

.push-optin-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	margin: 0 0 22px;
	padding: 22px;
	border-radius: 30px;
	border: 1px solid rgba(24, 199, 216, 0.18);
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(24, 199, 216, 0.1)),
		rgba(255, 255, 255, 0.94);
	box-shadow: 0 24px 64px rgba(37, 99, 235, 0.1);
}

.push-optin-card[hidden] {
	display: none !important;
}

.push-optin-card--compact {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 18px;
	border-radius: 26px;
}

.push-optin-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 20px;
	color: #ffffff;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(24, 199, 216, 0.92));
	box-shadow: 0 18px 38px rgba(37, 99, 235, 0.2);
	font-size: 1.35rem;
}

.push-optin-card__content {
	min-width: 0;
}

.push-optin-card__eyebrow {
	margin: 0 0 5px;
	color: var(--color-primary);
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.push-optin-card h2 {
	margin: 0;
	color: var(--color-text);
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 950;
	line-height: 1.05;
}

.push-optin-card p:not(.push-optin-card__eyebrow):not(.push-optin-card__feedback) {
	margin: 7px 0 0;
	max-width: 720px;
	color: var(--color-text-muted);
	font-weight: 700;
	line-height: 1.45;
}

.push-optin-card__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 14px;
}

.push-optin-card__dismiss {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--color-text-muted);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.push-optin-card__feedback {
	min-height: 18px;
	margin: 10px 0 0;
	color: var(--color-primary);
	font-size: 0.9rem;
	font-weight: 800;
}

.push-broadcast-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 20px;
	align-items: stretch;
}

.push-broadcast-panel,
.push-broadcast-preview {
	border-radius: 28px;
	border: 1px solid rgba(24, 199, 216, 0.18);
	background: rgba(255, 255, 255, 0.84);
	padding: 20px;
	box-shadow: 0 20px 50px rgba(37, 99, 235, 0.08);
}

.push-broadcast-panel__header {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 16px;
}

.push-enable-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.push-preview-card {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.push-preview-card__phone {
	width: min(100%, 280px);
	border-radius: 30px;
	padding: 18px;
	background: linear-gradient(180deg, rgba(11, 22, 40, 0.98), rgba(37, 99, 235, 0.95));
	box-shadow: 0 24px 64px rgba(7, 17, 31, 0.28);
	color: #ffffff;
}

.push-preview-card__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.push-preview-card__phone strong {
	display: block;
	margin-top: 14px;
	font-size: 22px;
	line-height: 1.02;
	font-weight: 950;
	letter-spacing: -0.04em;
}

.push-preview-card__phone p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.84);
}

.push-preview-card__image {
	margin-top: 16px;
	overflow: hidden;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.12);
	min-height: 128px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.push-preview-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 128px;
	max-height: 164px;
	object-fit: cover;
}

.push-broadcast-form .btn-primary-gradient i,
.push-enable-btn i {
	line-height: 1;
}

.league-code-box {
	display: grid;
	gap: 4px;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 18px;
	background: rgba(248, 250, 252, 0.82);
	min-width: 0;
}

.league-code-box span {
	color: var(--color-text-muted);
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
}

.league-code-box strong {
	overflow: hidden;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1rem;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.copy-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 54px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	background: var(--gradient-primary);
	box-shadow: var(--shadow-glow);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.copy-link-button--hero {
	min-height: 46px;
	padding-inline: 16px;
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
}

.danger-zone-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 20px;
	border: 1px solid rgba(239, 68, 68, 0.22);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 18px 54px rgba(239, 68, 68, 0.08);
}

.danger-zone-card h2 {
	margin: 0 0 6px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.danger-zone-card p {
	max-width: 620px;
	margin: 0;
	color: var(--color-text-muted);
}

.btn-danger-soft {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.72rem 1.1rem;
	border: 1px solid rgba(239, 68, 68, 0.24);
	border-radius: 999px;
	color: var(--color-danger);
	background: rgba(239, 68, 68, 0.08);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
	transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.btn-danger-soft:hover {
	color: #b91c1c;
	box-shadow: 0 14px 34px rgba(239, 68, 68, 0.12);
	transform: translateY(-1px);
}

.prize-league-card {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: 18px;
	padding: 22px;
	border: 1px solid rgba(0, 229, 255, 0.2);
	border-radius: var(--radius-xl);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.78)),
		radial-gradient(circle at top right, rgba(0, 229, 255, 0.18), transparent 34%);
	box-shadow: 0 28px 90px rgba(37, 99, 235, 0.1);
}

.league-status-card {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
	gap: 18px;
	padding: 22px;
	border: 1px solid rgba(14, 165, 233, 0.18);
	border-radius: var(--radius-xl);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.84)),
		radial-gradient(circle at top right, rgba(14, 165, 233, 0.16), transparent 34%);
	box-shadow: 0 28px 90px rgba(15, 23, 42, 0.08);
}

.prize-league-card__main,
.league-status-card__main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 12px;
	min-width: 0;
}

.prize-league-card h2,
.league-status-card h2 {
	margin: 0;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.45rem, 3vw, 2.2rem);
	font-weight: 900;
}

.prize-league-card p,
.league-status-card p {
	max-width: 520px;
	margin: 0;
	color: var(--color-text-muted);
	line-height: 1.55;
}

.prize-league-number {
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(2.5rem, 7vw, 4.8rem);
	font-weight: 900;
	line-height: 0.95;
	background: var(--gradient-primary);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.prize-league-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.entry-points-chip,
.distribution-type-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 900;
}

.entry-points-chip {
	color: var(--color-text);
	background: rgba(241, 245, 249, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.22);
}

.distribution-type-badge {
	color: var(--color-primary);
	background: rgba(37, 99, 235, 0.1);
}

.league-status-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
}

.league-status-metric {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 4px 10px;
	min-height: 86px;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
}

.league-status-metric i {
	grid-row: span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	color: var(--color-primary);
	background: rgba(37, 99, 235, 0.1);
}

.league-status-metric span {
	color: var(--color-text-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.league-status-metric strong {
	color: var(--color-text-main);
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.35rem;
	line-height: 1;
}

.prize-table-wrap {
	min-width: 0;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.prize-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
}

.prize-table th {
	padding: 0 10px 8px;
	color: var(--color-text-muted);
	font-size: 0.74rem;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
}

.prize-table td {
	padding: 12px 10px;
	background: rgba(248, 250, 252, 0.82);
	color: var(--color-text);
	font-weight: 800;
}

.prize-table td:first-child {
	border-radius: 16px 0 0 16px;
}

.prize-table td:last-child {
	border-radius: 0 16px 16px 0;
	text-align: right;
}

.prize-position {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	color: var(--color-primary);
	background: rgba(37, 99, 235, 0.1);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 900;
}

.podium-highlight td {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(0, 229, 255, 0.14));
}

.podium-highlight .prize-position {
	color: #ffffff;
	background: var(--gradient-primary);
	box-shadow: var(--shadow-glow);
}

.prize-note {
	margin-top: 10px !important;
	font-size: 0.82rem;
}

.is-hidden {
	display: none !important;
}

@keyframes livePulse {
	0%,
	100% {
		box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.06);
	}
	50% {
		box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.12);
	}
}

@keyframes orbFloat {
	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-10px) rotate(1.5deg);
	}
}

@keyframes orbLineShift {
	0%,
	100% {
		opacity: 0.45;
	}
	50% {
		opacity: 0.82;
	}
}

/* 15. PWA/mobile */
@media (max-width: 991.98px) {
	.matches-hero {
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 14px 14px 12px;
	}

	.futuristic-football-orb {
		justify-self: center;
	}

	.matches-hero .futuristic-football-orb {
		position: absolute;
		top: 12px;
		right: 14px;
		width: 58px;
		opacity: 0.72;
		pointer-events: none;
	}

	.matches-result-flow {
		gap: 0.3rem;
		margin-top: 0.62rem;
		padding: 0.34rem 0.48rem;
		font-size: 0.66rem;
	}

	.official-result-feature {
		gap: 0.7rem;
		margin-top: 0.75rem;
		padding: 0.75rem;
	}

	.official-result-feature__header,
	.official-result-feature__footer,
	.official-ranking-bridge {
		align-items: stretch;
		flex-direction: column;
		gap: 0.7rem;
	}

	.official-result-feature__header .section-title {
		font-size: 1.08rem;
		line-height: 1.08;
	}

	.official-status-pill,
	.official-result-chip,
	.official-prediction-chip,
	.official-ranking-chip,
	.official-user-pick-chip {
		width: fit-content;
		min-height: 1.55rem;
		padding: 0 0.5rem;
		font-size: 0.65rem;
	}

	.official-pitch-grid {
		grid-template-columns: 1fr;
		gap: 0.7rem;
	}

	.official-pitch-card {
		min-height: 132px;
	}

	.official-pitch-card--compact {
		min-height: 128px;
	}

	.official-pitch-live-aura span {
		width: 8rem;
		height: 8rem;
	}

	.official-pitch-card__content {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		gap: 0.5rem;
		min-height: 132px;
		padding: 0.75rem;
	}

	.official-pitch-card--compact .official-pitch-card__content {
		min-height: 128px;
		padding: 0.72rem;
	}

	.official-pitch-card__circle {
		width: 3.1rem;
		height: 3.1rem;
	}

	.official-pitch-card__box {
		width: 2.4rem;
	}

	.official-pitch-team strong {
		font-size: 0.9rem;
		line-height: 1.05;
		white-space: normal;
	}

	.official-pitch-card--compact .official-pitch-team strong {
		font-size: 0.86rem;
	}

	.official-pitch-team span {
		min-height: 1.35rem;
		padding: 0 0.45rem;
		font-size: 0.68rem;
	}

	.official-pitch-score {
		gap: 0.28rem;
		min-width: 4.35rem;
		min-height: 3.1rem;
		padding: 0 0.55rem;
		font-size: 1.28rem;
	}

	.official-pitch-card--compact .official-pitch-score {
		min-width: 4.2rem;
		min-height: 3rem;
		font-size: 1.18rem;
	}

	.official-result-feature.is-live .official-pitch-score {
		transform: none;
	}

	.official-pitch-minute {
		min-height: 1.38rem;
		padding: 0 0.5rem;
		font-size: 0.66rem;
	}

	.official-pitch-event {
		max-width: 5.8rem;
		min-height: 1.42rem;
		padding: 0 0.5rem;
		font-size: 0.62rem;
	}

	.official-result-state-grid {
		gap: 0.35rem;
	}

	.official-result-feature__footer .btn-primary-gradient,
	.official-result-feature__footer .btn-secondary-soft {
		width: 100%;
	}

	.official-ranking-bridge {
		margin-top: 0.65rem;
		padding: 0.68rem;
	}

	.official-ranking-bridge span {
		font-size: 0.76rem;
		line-height: 1.25;
	}

	.matches-filter-grid {
		grid-template-columns: minmax(0, 1fr) minmax(116px, 0.42fr);
		gap: 8px;
	}

	.matches-control-panel {
		margin: 12px 0 20px;
		padding: 10px;
		border-radius: 20px;
	}

	.phase-tabs {
		gap: 7px;
		padding: 0 0 8px;
	}

	.phase-tab {
		min-height: 36px;
		padding: 0 12px;
		font-size: 0.82rem;
	}

	.phase-tabs--has-groups .phase-tab[data-phase="all"] {
		display: none;
	}

	.matches-filter-item .form-label-premium {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.matches-control-panel .form-control-premium {
		min-height: 40px;
		padding: 0.54rem 0.78rem;
		border-radius: 999px;
		font-size: 0.86rem;
		font-weight: 800;
		box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
	}

	.matches-control-panel .search-field .form-control-premium {
		padding-left: 38px;
	}

	.matches-control-panel .search-field i {
		left: 14px;
		font-size: 0.9rem;
	}

	.prediction-filter-grid {
		grid-template-columns: 1fr;
	}

	.matches-mobile-group-tabs {
		display: flex;
		gap: 7px;
		margin: -2px 0 12px;
		padding: 2px 2px 6px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.matches-mobile-group-tabs::-webkit-scrollbar {
		display: none;
	}

	.mobile-group-tab {
		flex: 0 0 auto;
		min-height: 34px;
		padding: 0 12px;
		border: 1px solid rgba(148, 163, 184, 0.24);
		border-radius: 999px;
		color: var(--color-text);
		background: rgba(255, 255, 255, 0.82);
		font-family: "Space Grotesk", sans-serif;
		font-size: 0.82rem;
		font-weight: 800;
		transition: transform var(--transition-fast), box-shadow var(--transition-fast), color var(--transition-fast), background var(--transition-fast);
	}

	.mobile-group-tab.active {
		color: #ffffff;
		background: var(--gradient-primary);
		box-shadow: var(--shadow-glow);
	}

	.matches-filter-loading {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 18px;
		padding: 12px;
	}

	.matches-filter-loading__card {
		min-height: 118px;
		padding: 14px;
	}

	.group-grid {
		grid-template-columns: 1fr;
	}

	.group-stage-section,
	.knockout-section {
		margin-top: 22px;
	}

	.group-card {
		padding: 14px;
	}

	.group-card__header {
		margin-bottom: 12px;
	}

	.group-card__view-tabs {
		width: 100%;
	}

	.group-card__view-tab {
		flex: 1 1 0;
	}

	.match-list {
		gap: 9px;
	}

	.match-card-compact,
	.knockout-card {
		border-radius: 18px;
		box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
	}

	.match-card__topline,
	.knockout-card__header {
		gap: 8px;
		margin-bottom: 10px;
	}

	.status-badge,
	.prediction-lock {
		min-height: 24px;
		padding: 0 8px;
		font-size: 0.68rem;
	}

	.match-meta {
		gap: 5px 10px;
		margin-top: 10px;
		font-size: 0.74rem;
		font-weight: 650;
		line-height: 1.25;
	}

	.match-meta i {
		opacity: 0.68;
	}

	.matches-page .match-card .btn-predict-disabled:not(.btn-predict-disabled--live) {
		display: none;
	}

	.matches-page .btn-predict-disabled--live {
		min-height: 36px;
		margin-top: 10px;
		font-size: 0.84rem;
	}

	.matches-mobile-prerender-hidden {
		display: none;
	}

	.leagues-layout,
	.league-switch-layout,
	.league-detail-grid,
	.member-panel-grid {
		grid-template-columns: 1fr;
	}

	.join-league-card {
		position: static;
	}

	.join-success-summary {
		grid-template-columns: 1fr;
	}

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

	.league-code-grid {
		grid-template-columns: 1fr;
	}

	.league-settings-summary,
	.league-settings-disclosure__content {
		padding-inline: 18px;
	}

	.creation-advanced-settings__content {
		grid-template-columns: 1fr;
	}

	.league-settings-summary__meta {
		align-items: stretch;
	}

	.league-settings-summary__toggle {
		width: 100%;
		justify-content: center;
	}

	.league-brand-settings-grid {
		grid-template-columns: 1fr;
	}

	.ai-campaign-studio__grid {
		grid-template-columns: 1fr;
	}

	.ai-campaign-studio__asset-picker {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ai-campaign-studio__mobile-disclosure {
		margin-top: 14px;
		overflow: hidden;
		border: 1px solid rgba(148, 163, 184, 0.2);
		border-radius: 18px;
		background:
			linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(248, 250, 252, 0.48)),
			rgba(248, 250, 252, 0.58);
		box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.68);
	}

	.ai-campaign-studio__mobile-summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		min-height: 52px;
		padding: 0 14px;
		color: var(--color-text);
		cursor: pointer;
		font-size: 0.8rem;
		font-weight: 950;
		letter-spacing: 0.02em;
		list-style: none;
		text-transform: uppercase;
	}

	.ai-campaign-studio__mobile-summary::-webkit-details-marker {
		display: none;
	}

	.ai-campaign-studio__mobile-summary i {
		color: var(--color-primary);
		transition: transform var(--transition-fast);
	}

	.ai-campaign-studio__mobile-disclosure[open] .ai-campaign-studio__mobile-summary i {
		transform: rotate(180deg);
	}

	.ai-campaign-studio__mobile-body {
		padding: 0 12px 12px;
	}

	.ai-campaign-studio__mobile-body .ai-campaign-studio__presets {
		margin-top: 0;
	}

	.ai-campaign-studio__guided-grid {
		grid-template-columns: 1fr;
	}

	.ai-campaign-studio__creative-board {
		margin-top: 12px;
		padding: 12px;
		border-radius: 16px;
	}

	.ai-campaign-studio__creative-row {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 10px;
		border-radius: 14px;
	}

	.ai-campaign-studio__creative-copy p {
		font-size: 0.78rem;
	}

	.push-optin-card {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 18px;
		border-radius: 24px;
	}

	.push-optin-card__icon {
		width: 48px;
		height: 48px;
		border-radius: 17px;
	}

	.push-optin-card__actions .btn-primary-gradient,
	.push-optin-card__dismiss {
		width: 100%;
	}

	.push-broadcast-grid {
		grid-template-columns: 1fr;
	}

	.prize-league-card,
	.league-status-card {
		grid-template-columns: 1fr;
	}

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

	.ranking-layout {
		grid-template-columns: 1fr;
	}

	.play-hero,
	.ranking-hero {
		flex-direction: column;
	}

	.play-hero__actions,
	.ranking-hero__actions {
		width: 100%;
		min-width: 0;
	}

	.play-hero-metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 100%;
	}

	.leagues-hero-subgrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ranking-table {
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.ranking-table__head,
	.ranking-table__row {
		min-width: 820px;
	}

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

	.dashboard-main-grid {
		grid-template-columns: 1fr;
	}

	.dashboard-main-layout {
		grid-template-columns: 1fr;
	}

	.navbar-collapse {
		padding: 16px 0 6px;
	}
}

@media (max-width: 575.98px) {
	.page-container {
		width: min(100% - 24px, 1140px);
	}

	.main-shell,
	.auth-shell,
	.dashboard-shell,
	.matches-page,
	.leagues-page,
	.ranking-page {
		padding: 26px 0 106px;
	}

	.hero-title {
		font-size: clamp(2.7rem, 16vw, 4.1rem);
	}

	.app-hero {
		padding: 18px 16px;
		border-radius: 26px;
	}

	.matches-hero.app-hero {
		padding: 12px;
		border-radius: 20px;
	}

	.app-hero-title {
		font-size: clamp(31px, 10vw, 44px);
		line-height: 0.92;
	}

	.matches-hero .app-hero-title {
		max-width: calc(100% - 54px);
		font-size: clamp(24px, 7.2vw, 32px);
		line-height: 0.96;
	}

	.app-hero-subtitle {
		font-size: 14px;
		line-height: 1.3;
	}

	.matches-hero .app-hero-subtitle {
		max-width: 100%;
		margin-top: 7px;
		font-size: 12.5px;
		line-height: 1.28;
	}

	.app-hero__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		margin-top: 14px;
	}

	.app-hero__actions .btn-primary-gradient,
	.app-hero__actions .btn-secondary-soft,
	.app-hero__actions .pwa-install-btn {
		width: 100%;
		min-height: 48px;
		padding-inline: 18px;
	}

	.app-hero__actions .btn-primary-gradient,
	.app-hero__actions .btn-secondary-soft {
		width: 100%;
	}

	.section-header {
		align-items: start;
		flex-direction: column;
	}

	.dashboard-grid {
		grid-template-columns: 1fr;
	}

	.dashboard-grid--participant {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.dashboard-grid--participant .metric-card-contextual {
		min-height: 162px;
		padding: 15px;
	}

	.dashboard-grid--participant .metric-card__icon {
		width: 36px;
		height: 36px;
		margin-bottom: 10px;
		border-radius: 13px;
	}

	.dashboard-grid--participant .metric-card__label {
		font-size: 0.76rem;
		line-height: 1.15;
	}

	.dashboard-grid--participant .stat-number {
		font-size: clamp(2rem, 12vw, 2.9rem);
	}

	.dashboard-grid--participant .badge-muted,
	.dashboard-grid--participant .badge-live {
		max-width: 100%;
		padding: 0.42rem 0.58rem;
		font-size: 0.72rem;
		line-height: 1.1;
		white-space: normal;
	}

	.join-success-page {
		padding: 24px 0 106px;
	}

	.join-success-card {
		padding: 28px 20px;
		border-radius: 28px;
	}

	.join-success-icon {
		width: 72px;
		height: 72px;
		border-radius: 24px;
		font-size: 32px;
	}

	.join-success-title {
		font-size: 34px;
		line-height: 1;
	}

	.join-success-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.join-success-actions .btn-primary-gradient,
	.join-success-actions .btn-secondary-soft {
		width: 100%;
	}

	.manage-hero-metrics,
	.manage-member-tabs {
		align-items: stretch;
		flex-direction: column;
	}

	.manage-hero-metrics span,
	.manage-member-tab,
	.manage-quick-action {
		justify-content: center;
		width: 100%;
	}

	.manage-quick-actions {
		grid-template-columns: 1fr;
	}

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

	.manage-quick-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.corporate-award-config-row {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.manage-member-row {
		align-items: stretch;
		flex-direction: column;
	}

	.manage-member-row .league-status-badge {
		align-self: flex-start;
	}

	.manage-member-controls {
		align-items: flex-start;
		flex-direction: column;
		margin-left: 0;
		width: 100%;
	}

	.manage-member-row .member-actions {
		justify-content: flex-start;
		width: 100%;
	}

	.manage-member-controls .member-actions {
		flex-wrap: wrap;
	}

	.matches-hero .matches-stats-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
		margin-top: 10px;
	}

	.matches-hero .matches-stat {
		padding: 7px 5px;
		border-radius: 13px;
		text-align: center;
	}

	.matches-hero .matches-stat strong {
		font-size: 1.14rem;
	}

	.matches-hero .matches-stat span {
		font-size: 0.58rem;
		letter-spacing: 0.04em;
	}

	.matches-hero,
	.matches-control-panel,
	.group-card {
		border-radius: 22px;
	}

	.home-hero--cinematic {
		padding: 1.2rem !important;
	}

	.home-hero .futuristic-football-orb {
		width: min(180px, 58vw);
	}

	.match-card__teams {
		grid-template-columns: minmax(0, 1fr) clamp(3rem, 12vw, 4rem) minmax(0, 1fr);
		gap: 6px;
	}

	.score-box {
		width: clamp(3rem, 12vw, 4rem);
		min-width: clamp(3rem, 12vw, 4rem);
		min-height: 36px;
		border-radius: 13px;
	}

	.team-side-away {
		flex-direction: row-reverse;
		justify-content: flex-start;
		text-align: left;
	}

	.match-card__topline,
	.match-card__header,
	.match-card__footer,
	.group-card__header {
		align-items: start;
		flex-direction: column;
	}

	.matches-page .match-card__topline {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.group-standings-row {
		grid-template-columns: 34px minmax(0, 1fr) 34px 42px 42px;
		gap: 6px;
		padding: 9px 8px;
		font-size: 0.8rem;
	}

	.group-standings-row--head {
		font-size: 0.64rem;
	}

	.group-standings-team {
		gap: 7px;
	}

	.group-standings-team .team-flag,
	.group-standings-team .team-flag-fallback {
		width: 28px;
		height: 28px;
	}

	.group-standings-team small {
		display: none;
	}

	.matches-page .match-card,
	.matches-page .match-card-compact {
		padding: 13px;
	}

	.matches-page .team-flag,
	.matches-page .team-flag-fallback {
		width: 30px;
		height: 30px;
	}

	.matches-page .group-table-placeholder {
		min-height: 34px;
		margin-top: 10px;
		font-size: 0.78rem;
	}

	.group-card__stats {
		justify-items: start;
	}

	.leagues-hero,
	.ranking-hero,
	.ranking-empty,
	.ranking-notice,
	.dashboard-league-card,
	.dashboard-managed-card,
	.league-switch-card,
	.member-row,
	.member-row-actions,
	.danger-zone-card {
		align-items: flex-start;
		flex-direction: column;
	}

	.leagues-hero__actions,
	.ranking-hero__actions,
	.league-switch-card__actions,
	.member-actions {
		justify-content: flex-start;
		width: 100%;
	}

	.play-hero {
		padding: 16px;
	}

	.play-hero h1,
	.ranking-hero__lead,
	.matches-hero .hero-title,
	.leagues-hero .section-title {
		font-size: clamp(1.55rem, 7.4vw, 2.08rem);
	}

	.play-hero-metrics,
	.leagues-hero-subgrid {
		grid-template-columns: 1fr;
	}

	.league-switch-card {
		padding: 1.15rem 1.1rem;
	}

	.league-switch-card__actions .btn-primary-gradient,
	.league-switch-card__actions .btn-secondary-soft {
		width: 100%;
	}

	.matches-hero .matches-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.matches-hero .matches-stats-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.matches-hero__meta {
		display: none;
	}

	.ranking-insights-grid,
	.ranking-layout {
		grid-template-columns: 1fr;
	}

	.ranking-table__head {
		display: none;
	}

	.ranking-table__row {
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		min-width: 0;
	}

	.ranking-table__row > span:nth-child(4),
	.ranking-table__row > span:nth-child(5),
	.ranking-table__row > span:nth-child(6) {
		grid-column: 2 / -1;
		color: var(--color-text-muted);
		font-size: 0.86rem;
	}

	.ranking-match-row {
		grid-template-columns: 1fr;
	}

	.ranking-match-row div:last-child {
		justify-items: start;
	}

	.league-join-form,
	.dashboard-join-form,
	.league-grid,
	.leagues-grid,
	.league-form-grid,
	.prediction-mode-grid,
	.league-status-grid {
		grid-template-columns: 1fr;
	}

	.metric-card,
	.ranking-card,
	.action-card,
	.feature-card,
	.match-card {
		padding: 18px;
	}

	.btn-primary-gradient,
	.btn-secondary-soft,
	.btn-dark-premium,
	.copy-link-button,
	.btn-danger-soft {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.bottom-nav {
		display: none;
	}

	.app-shell {
		padding-bottom: 0;
	}
}

@media (max-width: 767.98px) {
	html.has-bottom-nav {
		scroll-padding-bottom: var(--bottom-nav-reserved-space);
	}

	html.has-bottom-nav .app-shell,
	html.corporate-surface.has-bottom-nav .app-shell {
		padding-bottom: var(--bottom-nav-reserved-space);
	}

	html.has-bottom-nav .main-shell,
	html.has-bottom-nav .dashboard-shell,
	html.has-bottom-nav .matches-page,
	html.has-bottom-nav .play-page,
	html.has-bottom-nav .leagues-page,
	html.has-bottom-nav .ranking-page {
		padding-bottom: var(--bottom-nav-reserved-space);
	}

	html.corporate-surface .ranking-page {
		padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 48px);
	}
}

/* One mobile chrome contract for Home, Arena, Community, Ranking and the
 * Builder shell. The native runtime only changes the safe-area variables;
 * each header keeps a deliberate content edge below its controls. */
@media (max-width: 1023.98px) {
	.app-navbar:not(.app-navbar--marketing-minimal) {
		box-sizing: border-box;
		padding-top: calc(var(--app-header-safe-top) + var(--app-header-mobile-block-start));
		padding-right: var(--app-header-safe-right);
		padding-bottom: var(--app-header-mobile-block-end);
		padding-left: var(--app-header-safe-left);
	}

	.app-navbar:not(.app-navbar--marketing-minimal) .app-navbar__mobile-header {
		min-block-size: var(--app-header-mobile-row-block-size);
	}
}

/* Compact phones use the full chrome contract above. Larger native windows
 * still need the hardware insets, but keep their established desktop header
 * rhythm instead of inheriting mobile vertical spacing. */
@media (min-width: 1024px) {
	html[data-tobeat-runtime="native"] .app-navbar:not(.app-navbar--marketing-minimal) {
		box-sizing: border-box;
		padding-top: var(--app-header-safe-top);
		padding-right: var(--app-header-safe-right);
		padding-left: var(--app-header-safe-left);
	}
}

@media (max-width: 991px) {
	.app-navbar .container {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.navbar-brand-cluster {
		flex: 1 1 auto;
		align-items: center;
		gap: 8px;
		max-width: calc(100% - 58px);
	}

	.nav-league-context {
		flex: 1 1 auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	.nav-league-context--brand {
		min-width: 0;
	}

	.nav-league-context--brand .dropdown {
		width: 100%;
	}

	.active-league-switcher {
		width: 100%;
		max-width: none;
		height: 40px;
		min-width: 0;
		justify-content: flex-start;
		padding: 0 38px 0 12px;
		border-radius: 16px;
		box-shadow: 0 14px 30px rgba(37, 99, 235, 0.2);
	}

	.active-league-switcher--menu {
		line-height: 40px;
		text-align: left;
		padding-right: 38px;
	}

	.active-league-switcher--menu::after {
		position: absolute;
		right: 12px;
		margin-left: 0;
	}

	.active-league-switcher__text {
		width: 100%;
	}

	.active-league-switcher__name {
		max-width: none;
		font-size: 0.88rem;
		line-height: 1;
		text-align: left;
	}

	.active-league-switcher__meta {
		display: none;
	}

	.brand-mark {
		align-self: center;
	}

	.brand-orb {
		width: 34px;
		height: 34px;
		border-radius: 14px;
	}

	.navbar-toggler {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		margin-left: auto;
		border-radius: 14px;
	}

	.locale-switcher--mobile {
		width: max-content;
		margin: 4px 0 2px;
	}

	.app-navbar .navbar-nav {
		align-items: stretch;
		width: 100%;
	}

	.app-navbar .navbar-nav .nav-item.d-lg-none {
		width: 100%;
	}

	.app-navbar .navbar-nav .nav-item.d-lg-none > .btn-secondary-soft,
	.app-navbar .navbar-nav .nav-item.d-lg-none > .nav-mobile-primary-action,
	.app-navbar .navbar-nav .nav-item.d-lg-none form > .btn-secondary-soft {
		width: 100%;
	}

	.league-context-menu {
		width: min(360px, calc(100vw - 24px));
		min-width: min(360px, calc(100vw - 24px));
		max-width: calc(100vw - 24px);
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
		margin-top: 8px !important;
	}

	.league-context-menu__header,
	.league-context-menu__item,
	.league-context-menu__action {
		padding-inline: 12px;
	}

	.league-context-menu__item strong,
	.league-context-menu__action span {
		white-space: normal;
		word-break: break-word;
	}

	.site-footer__inner {
		align-items: stretch;
	}

	.site-footer__action {
		width: 100%;
		align-self: stretch;
	}

	.site-footer__action.pwa-install-btn {
		justify-content: center;
		max-width: none;
	}

	.league-context-menu__item span {
		white-space: normal;
	}

	/* The existing navigation dropdown becomes a compact context sheet on
	 * phones, keeping the same selector semantics without a separate mobile
	 * product model. Bootstrap supplies Escape and trigger focus handling. */
	.arena-context-selector.dropdown-menu.show {
		position: fixed !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: min(100%, 560px) !important;
		min-width: 0 !important;
		max-width: 100% !important;
		max-height: min(72dvh, 620px);
		margin: 0 auto !important;
		padding: 14px 12px calc(14px + env(safe-area-inset-bottom, 0px));
		border-radius: 24px 24px 0 0;
		transform: none !important;
	}

	/* The compact selector is portalled to body while open so the header's
	 * backdrop-filter cannot turn it into a header-relative fixed element in
	 * iOS WebKit. It must also sit above the body-portalled tab bar. */
	.arena-context-selector.dropdown-menu.show[data-body-portal="true"] {
		z-index: 2147483001 !important;
		border-color: rgba(53, 208, 226, 0.62) !important;
		background:
			radial-gradient(ellipse 88% 34% at 50% 0%, rgba(53, 208, 226, 0.2), transparent 72%),
			linear-gradient(180deg, rgba(10, 31, 43, 0.99), rgba(5, 12, 25, 1)) !important;
		box-shadow:
			0 -24px 68px rgba(0, 0, 0, 0.72),
			0 0 0 1px rgba(53, 208, 226, 0.16),
			inset 0 1px 0 rgba(235, 252, 255, 0.17) !important;
	}

	.arena-context-selector.dropdown-menu.show[data-body-portal="true"]::before {
		display: block;
		width: 46px;
		height: 4px;
		margin: 1px auto 13px;
		border-radius: 999px;
		background: rgba(91, 226, 238, 0.86);
		box-shadow: 0 0 16px rgba(53, 208, 226, 0.56);
		content: "";
	}

	.arena-context-selector.dropdown-menu.show[data-body-portal="true"] .arena-context-selector__header {
		margin: 0 2px 8px;
		padding: 0 8px 12px;
		border-bottom: 1px solid rgba(133, 229, 240, 0.18);
	}

	.arena-context-selector.dropdown-menu.show[data-body-portal="true"] .arena-context-selector__header strong {
		font-size: 1.08rem;
		letter-spacing: -0.02em;
		color: #f4fdff;
	}

	.arena-context-selector__backdrop {
		position: fixed;
		inset: 0;
		z-index: 2147483000;
		background: rgba(1, 7, 17, 0.62);
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}

	.arena-context-selector__section {
		padding-bottom: 10px;
	}
}

/* 16. Utilities */
.text-gradient {
	background: var(--gradient-primary);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.home-activation-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.home-world-status {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) auto;
	align-items: center;
	gap: 18px;
	padding: 24px 26px;
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.12), transparent 32%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.92)),
		rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 28px;
	box-shadow: 0 26px 90px rgba(15, 23, 42, 0.08);
}

.home-world-status__intro .section-title {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 0.98;
}

.home-world-status__intro .section-copy {
	max-width: 520px;
	margin: 10px 0 0;
	color: var(--color-text-muted);
}

.home-world-status__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.home-world-metric {
	padding: 14px 16px;
	border-radius: 20px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	background: rgba(248, 250, 252, 0.88);
}

.home-world-metric--wide {
	grid-column: 1 / -1;
}

.home-world-metric span {
	display: block;
	color: var(--color-text-muted);
	font-size: 0.76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.home-world-metric strong {
	display: block;
	margin-top: 6px;
	color: var(--color-text);
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.2;
}

.home-world-status__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 180px;
}

.home-world-status__actions .btn-primary-gradient,
.home-world-status__actions .btn-secondary-soft {
	width: 100%;
}

.activation-card,
.home-context-card,
.home-status-alert {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 24px;
	box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
}

.activation-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	min-height: 210px;
	padding: 24px;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.activation-card:hover {
	border-color: rgba(37, 99, 235, 0.2);
	box-shadow: 0 28px 90px rgba(37, 99, 235, 0.11);
	transform: translateY(-3px);
}

.activation-card-highlight {
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(0, 229, 255, 0.1) 58%, rgba(139, 92, 246, 0.09)),
		rgba(255, 255, 255, 0.9);
	border-color: rgba(37, 99, 235, 0.2);
}

.activation-card h2 {
	color: var(--color-text);
	font-family: var(--font-display);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.activation-card p {
	color: var(--color-text-muted);
	font-size: 0.94rem;
	line-height: 1.55;
	margin: 0;
}

.activation-card .stat-number {
	line-height: 1;
}

.home-join-card {
	min-height: 250px;
}

.home-join-card .join-code-form {
	margin-top: auto;
	width: 100%;
}

.home-status-alert {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px;
}

.home-status-alert h2 {
	color: var(--color-text);
	font-family: var(--font-display);
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	font-weight: 700;
	margin: 10px 0 0;
}

.home-league-preview-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(160px, 1fr));
	gap: 12px;
	width: min(100%, 620px);
}

.home-league-preview-list--competitive {
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-league-preview {
	background: rgba(248, 250, 252, 0.86);
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 18px;
	color: var(--color-text);
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease;
}

.home-league-preview:hover {
	border-color: rgba(37, 99, 235, 0.26);
	transform: translateY(-2px);
}

.home-league-preview span {
	color: var(--color-text-muted);
	font-size: 0.84rem;
}

.home-league-preview--competitive {
	gap: 10px;
	padding: 16px;
	background:
		radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 34%),
		rgba(248, 250, 252, 0.94);
}

.home-league-preview--competitive p {
	margin: 0;
	color: var(--color-text);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
}

.home-league-preview__topline,
.home-league-preview__footer,
.home-league-preview__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.home-league-preview__topline {
	align-items: flex-start;
}

.home-league-preview__topline strong {
	font-family: var(--font-display);
	font-size: 1.08rem;
	line-height: 1.1;
}

.home-league-preview__meta {
	flex-wrap: wrap;
}

.home-league-preview__footer {
	padding-top: 8px;
	border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.home-league-preview__footer span:last-child {
	color: var(--color-primary);
	font-weight: 800;
}

.home-context-card {
	padding: 28px;
}

.activation-stepper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.activation-step {
	background: rgba(248, 250, 252, 0.78);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 20px;
	padding: 18px;
}

.activation-step span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	background: var(--gradient-primary);
	border-radius: 999px;
	box-shadow: 0 14px 32px rgba(37, 99, 235, 0.18);
	color: #ffffff;
	font-family: var(--font-display);
	font-weight: 800;
	margin-bottom: 14px;
}

.activation-step p {
	color: var(--color-text-muted);
	font-size: 0.94rem;
	line-height: 1.5;
	margin: 0;
}

/* 17. Play page */
.play-page {
	padding: 24px 0 56px;
}

.play-arena-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
	gap: 28px;
	align-items: center;
	min-height: 360px;
	margin-bottom: 18px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
	background:
		radial-gradient(circle at 74% 28%, color-mix(in srgb, var(--play-hero-glow) 22%, transparent), transparent 30%),
		radial-gradient(circle at 14% 82%, color-mix(in srgb, var(--play-hero-secondary) 16%, transparent), transparent 28%),
		linear-gradient(135deg, color-mix(in srgb, var(--play-hero-bg-raised) 78%, #000 22%), var(--play-hero-bg));
	box-shadow:
		0 26px 80px rgba(2, 6, 23, 0.36),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: var(--play-hero-text);
	isolation: isolate;
}

.play-arena-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 74%);
	opacity: 0.48;
}

.play-arena-hero::after {
	content: "";
	position: absolute;
	inset: auto 8% -120px;
	z-index: -1;
	height: 210px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--play-hero-accent) 18%, transparent);
	filter: blur(46px);
	opacity: 0.66;
	pointer-events: none;
}

.play-arena-hero__copy {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 16px;
	min-width: 0;
}

.play-arena-hero__eyebrow {
	display: inline-flex;
	width: fit-content;
	max-width: 100%;
	margin: 0;
	padding: 8px 11px;
	border: 1px solid color-mix(in srgb, var(--play-hero-accent) 38%, transparent);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: color-mix(in srgb, var(--play-hero-accent) 70%, #ffffff 30%);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.play-arena-hero h1 {
	max-width: 620px;
	margin: 0;
	color: var(--play-hero-text);
	font-family: var(--font-display);
	font-size: 3.1rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.96;
}

.play-arena-hero__subtitle {
	max-width: 560px;
	margin: 0;
	color: color-mix(in srgb, var(--play-hero-muted) 82%, #ffffff 18%);
	font-size: 1.05rem;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.45;
}

.play-arena-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.play-arena-hero__actions a {
	min-height: 46px;
}

.play-arena-hero__secondary {
	border-color: color-mix(in srgb, var(--play-hero-accent) 28%, rgba(255, 255, 255, 0.18));
	background: rgba(255, 255, 255, 0.08);
	color: var(--play-hero-text);
}

.play-arena-hero__scene {
	position: relative;
	min-width: 0;
	min-height: 300px;
	display: grid;
	place-items: center;
}

.play-arena-scene {
	display: block;
	width: min(100%, 560px);
	height: auto;
	overflow: visible;
}

.play-arena-scene__lattice path {
	fill: none;
	stroke: rgba(255, 255, 255, 0.075);
	stroke-width: 1;
	stroke-dasharray: 3 12;
	stroke-linecap: round;
}

.play-arena-scene__lattice circle {
	fill: color-mix(in srgb, var(--play-hero-accent) 40%, #ffffff 10%);
	opacity: 0.62;
}

.play-arena-scene__flow path {
	fill: none;
	stroke: url(#arenaLineGlow);
	stroke-width: 2.1;
	stroke-linecap: round;
	opacity: 0.72;
}

.play-arena-scene__energy-flow path {
	fill: none;
	stroke: color-mix(in srgb, var(--play-hero-glow) 68%, #ffffff 14%);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 18 260;
	stroke-dashoffset: 0;
	opacity: 0.34;
	filter: drop-shadow(0 0 8px color-mix(in srgb, var(--play-hero-glow) 34%, transparent));
	animation: arenaEnergyFlow 15s linear infinite;
}

.play-arena-scene__energy-flow path:nth-child(2) {
	animation-duration: 18s;
	animation-delay: -6s;
}

.play-arena-scene__energy-flow path:nth-child(3) {
	animation-duration: 20s;
	animation-delay: -11s;
}

.play-arena-scene__particles circle {
	fill: color-mix(in srgb, var(--play-hero-glow) 70%, #ffffff 24%);
	opacity: 0.62;
	filter: drop-shadow(0 0 10px color-mix(in srgb, var(--play-hero-glow) 46%, transparent));
}

.play-arena-scene__convergence ellipse,
.play-arena-scene__convergence path {
	fill: none;
	stroke: color-mix(in srgb, var(--play-hero-accent) 34%, transparent);
	stroke-width: 1.2;
	stroke-dasharray: 5 10;
	stroke-linecap: round;
	animation: arenaRingDrift 26s linear infinite;
}

.play-arena-scene__convergence ellipse:nth-child(2) {
	animation-duration: 32s;
	animation-direction: reverse;
}

.play-arena-scene__convergence ellipse:nth-child(3) {
	animation-duration: 38s;
}

.play-arena-scene__hub circle:first-child {
	fill: color-mix(in srgb, var(--play-hero-accent) 20%, rgba(255, 255, 255, 0.08));
	stroke: color-mix(in srgb, var(--play-hero-accent) 70%, #ffffff 30%);
	stroke-width: 1.5;
	animation: arenaHubPulse 7s ease-in-out infinite;
}

.play-arena-scene__hub circle:nth-child(2) {
	fill: var(--play-hero-bg);
	stroke: var(--play-hero-secondary);
	stroke-width: 1.4;
}

.play-arena-scene__hub path {
	fill: none;
	stroke: var(--play-hero-text);
	stroke-width: 2;
	stroke-linecap: round;
	opacity: 0.9;
}

.play-arena-scene__nodes circle {
	fill: color-mix(in srgb, var(--play-hero-bg-raised) 74%, #ffffff 10%);
	stroke: color-mix(in srgb, var(--play-hero-accent) 68%, #ffffff 16%);
	stroke-width: 1.4;
	transform-box: fill-box;
	transform-origin: center;
	animation: arenaNodePulse 8s ease-in-out infinite;
}

.play-arena-scene__nodes g:nth-child(2) circle {
	animation-delay: -2s;
}

.play-arena-scene__nodes g:nth-child(3) circle {
	animation-delay: -4.5s;
}

.play-arena-scene__nodes g:nth-child(4) circle {
	animation-delay: -1.2s;
}

.play-arena-scene__nodes g:nth-child(5) circle {
	animation-delay: -6s;
}

.play-arena-scene__nodes g:nth-child(6) circle {
	animation-delay: -3.2s;
}

.play-arena-scene__nodes path {
	fill: none;
	stroke: var(--play-hero-text);
	stroke-width: 1.6;
	stroke-linecap: round;
	opacity: 0.82;
}

.play-arena-scene__trajectory path {
	fill: none;
	stroke: var(--play-hero-secondary);
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-dasharray: 7 9;
	opacity: 0.8;
}

.play-arena-scene__trajectory circle {
	fill: var(--play-hero-secondary);
	filter: drop-shadow(0 0 12px var(--play-hero-secondary));
	animation: arenaSignalPulse 6s ease-in-out infinite;
}

@keyframes arenaEnergyFlow {
	to {
		stroke-dashoffset: -278;
	}
}

@keyframes arenaRingDrift {
	to {
		stroke-dashoffset: -60;
	}
}

@keyframes arenaHubPulse {
	0%,
	100% {
		opacity: 0.86;
	}

	50% {
		opacity: 1;
	}
}

@keyframes arenaNodePulse {
	0%,
	100% {
		opacity: 0.82;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.055);
	}
}

@keyframes arenaSignalPulse {
	0%,
	100% {
		opacity: 0.72;
	}

	50% {
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.play-arena-scene__energy-flow path,
	.play-arena-scene__convergence ellipse,
	.play-arena-scene__convergence path,
	.play-arena-scene__hub circle:first-child,
	.play-arena-scene__nodes circle,
	.play-arena-scene__trajectory circle,
	.play-arena-momentum__live i,
	.play-arena-momentum__line-glow,
	.play-arena-momentum__line circle,
	.play-arena-momentum__timeline span::before {
		animation: none;
	}

	.play-arena-scene__particles {
		display: none;
	}
}

.play-arena-momentum {
	position: absolute;
	right: 20px;
	bottom: 16px;
	display: grid;
	gap: 10px;
	width: min(246px, 54%);
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		rgba(3, 7, 18, 0.58);
	box-shadow: 0 18px 42px rgba(2, 6, 23, 0.26);
	backdrop-filter: blur(14px);
}

.play-arena-momentum::before {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(135deg, color-mix(in srgb, var(--play-hero-accent) 24%, transparent), transparent 42%, color-mix(in srgb, var(--play-hero-secondary) 18%, transparent));
	opacity: 0.58;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	padding: 1px;
}

.play-arena-momentum__header {
	position: relative;
	display: grid;
	gap: 6px;
	min-width: 0;
}

.play-arena-momentum__header strong {
	color: var(--play-hero-text);
	font-size: 0.98rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.05;
}

.play-arena-momentum__live,
.play-arena-momentum__timeline span {
	color: var(--play-hero-muted);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.play-arena-momentum__live {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	width: fit-content;
	color: color-mix(in srgb, var(--play-hero-accent) 68%, #ffffff 24%);
}

.play-arena-momentum__live i {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--play-hero-glow);
	box-shadow: 0 0 0 6px color-mix(in srgb, var(--play-hero-glow) 13%, transparent), 0 0 18px color-mix(in srgb, var(--play-hero-glow) 58%, transparent);
	animation: arenaMomentumLive 2.8s ease-in-out infinite;
}

.play-arena-momentum p {
	position: relative;
	margin: 0;
	color: color-mix(in srgb, var(--play-hero-muted) 78%, #ffffff 20%);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.45;
}

.play-arena-momentum__line {
	position: relative;
	height: 58px;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.035);
}

.play-arena-momentum__line svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.play-arena-momentum__line path {
	fill: none;
	stroke-linecap: round;
}

.play-arena-momentum__line-base {
	stroke: rgba(255, 255, 255, 0.18);
	stroke-width: 1.4;
}

.play-arena-momentum__line-glow {
	stroke: url(#arenaMomentumGlow);
	stroke-width: 2.6;
	stroke-dasharray: 30 210;
	filter: drop-shadow(0 0 9px color-mix(in srgb, var(--play-hero-glow) 42%, transparent));
	animation: arenaMomentumLine 7s linear infinite;
}

.play-arena-momentum__line circle {
	fill: var(--play-hero-secondary);
	filter: drop-shadow(0 0 10px color-mix(in srgb, var(--play-hero-secondary) 52%, transparent));
	animation: arenaMomentumNode 4.8s ease-in-out infinite;
}

.play-arena-momentum__line circle:nth-of-type(2) {
	animation-delay: -1.4s;
}

.play-arena-momentum__line circle:nth-of-type(3) {
	animation-delay: -2.7s;
}

.play-arena-momentum__timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.play-arena-momentum__timeline span {
	position: relative;
	display: grid;
	gap: 6px;
	color: color-mix(in srgb, var(--play-hero-muted) 78%, #ffffff 12%);
	font-size: 0.62rem;
}

.play-arena-momentum__timeline span::before {
	content: "";
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
}

.play-arena-momentum__timeline span.is-active::before {
	background: linear-gradient(90deg, var(--play-hero-accent), var(--play-hero-secondary));
	box-shadow: 0 0 16px color-mix(in srgb, var(--play-hero-accent) 32%, transparent);
	animation: arenaMomentumTimeline 3.6s ease-in-out infinite;
}

.play-arena-momentum.is-calm .play-arena-momentum__live i,
.play-arena-momentum.is-calm .play-arena-momentum__line circle {
	background: color-mix(in srgb, var(--play-hero-muted) 62%, var(--play-hero-accent) 20%);
	fill: color-mix(in srgb, var(--play-hero-muted) 62%, var(--play-hero-accent) 20%);
}

@keyframes arenaMomentumLive {
	0%,
	100% {
		transform: scale(0.86);
		opacity: 0.72;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes arenaMomentumLine {
	to {
		stroke-dashoffset: -240;
	}
}

@keyframes arenaMomentumNode {
	0%,
	100% {
		opacity: 0.58;
		transform: scale(0.92);
	}

	50% {
		opacity: 1;
		transform: scale(1.08);
	}
}

@keyframes arenaMomentumTimeline {
	0%,
	100% {
		opacity: 0.62;
	}

	50% {
		opacity: 1;
	}
}

.arena-experience-narrative--play.theme-mlb {
	--mlb-theme-surface: #07111f;
	--mlb-theme-surface-raised: #101827;
	--mlb-theme-field: #132033;
	--mlb-theme-grass: #17253a;
	--mlb-theme-clay: #b66f3f;
	--mlb-theme-chalk: #f5efe1;
	--mlb-theme-cream: #fff6df;
	--mlb-theme-accent: #d8b76a;
	--mlb-theme-muted: #aeb9c8;
}

.play-arena-hero.theme-mlb-hero {
	border-color: color-mix(in srgb, var(--mlb-theme-accent) 34%, transparent);
	background:
		radial-gradient(circle at 78% 24%, color-mix(in srgb, var(--play-hero-secondary) 18%, transparent), transparent 28%),
		linear-gradient(120deg, color-mix(in srgb, var(--play-hero-bg-raised) 88%, #000 12%), var(--play-hero-bg));
}

.play-arena-hero.theme-mlb-hero::before {
	background:
		linear-gradient(45deg, transparent 48%, color-mix(in srgb, var(--mlb-theme-chalk) 12%, transparent) 49%, transparent 51%),
		linear-gradient(-45deg, transparent 48%, color-mix(in srgb, var(--mlb-theme-chalk) 10%, transparent) 49%, transparent 51%);
	background-size: 76px 76px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 78%);
}

.play-arena-hero.theme-mlb-hero .play-arena-hero__eyebrow {
	border-color: color-mix(in srgb, var(--mlb-theme-accent) 46%, transparent);
	background: color-mix(in srgb, var(--mlb-theme-field) 42%, transparent);
	color: var(--mlb-theme-cream);
}

.play-arena-hero.theme-mlb-hero .play-arena-scene__trajectory path,
.play-arena-hero.theme-mlb-hero .play-arena-scene__trajectory circle {
	stroke: var(--mlb-theme-clay);
	fill: var(--mlb-theme-clay);
}

.play-page .prediction-match-card.theme-mlb-card.theme-mlb-pickem-card {
	position: relative;
	overflow: hidden;
	border-color: color-mix(in srgb, var(--mlb-theme-accent) 30%, rgba(255, 255, 255, 0.14));
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--mlb-theme-surface-raised) 82%, #000 18%), color-mix(in srgb, var(--mlb-theme-surface) 92%, #000 8%));
	box-shadow: 0 20px 48px rgba(5, 28, 21, 0.28);
}

.play-page .prediction-match-card.theme-mlb-card.theme-mlb-pickem-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 49%, color-mix(in srgb, var(--mlb-theme-chalk) 16%, transparent) 50%, transparent 51%),
		linear-gradient(0deg, transparent 49%, color-mix(in srgb, var(--mlb-theme-chalk) 10%, transparent) 50%, transparent 51%);
	background-size: 52px 52px;
	opacity: 0.22;
}

.play-page .prediction-match-card.theme-mlb-card.theme-mlb-pickem-card > * {
	position: relative;
	z-index: 1;
}

.play-page .prediction-match-card.theme-mlb-card.theme-mlb-pickem-card .match-card-header {
	border-color: color-mix(in srgb, var(--mlb-theme-accent) 24%, transparent);
}

.play-page .prediction-match-card.theme-mlb-card.theme-mlb-pickem-card .match-hero {
	border-color: color-mix(in srgb, var(--mlb-theme-chalk) 14%, transparent);
	background:
		linear-gradient(45deg, transparent 47%, color-mix(in srgb, var(--mlb-theme-chalk) 18%, transparent) 48%, transparent 52%),
		radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--mlb-theme-grass) 28%, transparent), transparent 58%);
}

.play-page .prediction-match-card.theme-mlb-card.theme-mlb-pickem-card .team-flag-fallback {
	border-color: color-mix(in srgb, var(--mlb-theme-accent) 48%, transparent);
	background: color-mix(in srgb, var(--mlb-theme-field) 72%, #000 28%);
	color: var(--mlb-theme-cream);
}

.play-page .prediction-match-card.theme-mlb-card.theme-mlb-pickem-card .prediction-select-shell {
	border-color: color-mix(in srgb, var(--mlb-theme-accent) 24%, rgba(255, 255, 255, 0.14));
	background: color-mix(in srgb, var(--mlb-theme-surface) 74%, #000 26%);
}

.play-page .prediction-match-card.theme-mlb-card.theme-mlb-pickem-card .prediction-native-save-btn {
	border-color: color-mix(in srgb, var(--mlb-theme-accent) 38%, transparent);
	color: var(--mlb-theme-cream);
}

.play-page .mlb-decision-card {
	--mlb-tobeat-base: var(--arena-bg-deep, var(--color-text));
	--mlb-tobeat-panel: var(--arena-bg-panel, color-mix(in srgb, var(--color-text) 90%, #000 10%));
	--mlb-tobeat-cyan: var(--arena-cyan, var(--color-cyan));
	--mlb-tobeat-cyan-line: var(--arena-cyan-line, color-mix(in srgb, var(--color-cyan) 26%, transparent));
	--mlb-card-surface: var(--mlb-decision-surface, var(--mlb-theme-surface));
	--mlb-card-raised: var(--mlb-decision-surface-raised, var(--mlb-theme-surface-raised));
	--mlb-card-field: var(--mlb-decision-field, var(--mlb-theme-field));
	--mlb-card-grass: var(--mlb-decision-grass, var(--mlb-theme-grass));
	--mlb-card-clay: var(--mlb-decision-clay, var(--mlb-theme-clay));
	--mlb-card-chalk: var(--mlb-decision-chalk, var(--mlb-theme-chalk));
	--mlb-card-cream: var(--mlb-decision-cream, var(--mlb-theme-cream));
	--mlb-card-accent: var(--mlb-decision-accent, var(--mlb-theme-accent));
	--mlb-card-text: var(--mlb-decision-text, var(--mlb-theme-cream));
	--mlb-card-muted: var(--mlb-decision-muted, var(--mlb-theme-muted));
	--mlb-card-live: var(--mlb-decision-live, var(--mlb-theme-grass));
	--mlb-card-locked: var(--mlb-decision-locked, var(--mlb-theme-accent));
	display: grid;
	gap: 0;
	overflow: hidden;
	padding: 0;
	border-color: color-mix(in srgb, var(--mlb-card-accent) 26%, transparent);
	border-radius: 16px;
	background:
		radial-gradient(circle at 86% 10%, color-mix(in srgb, var(--mlb-tobeat-cyan) 10%, transparent), transparent 32%),
		radial-gradient(circle at 18% 48%, color-mix(in srgb, var(--mlb-card-accent) 5%, transparent), transparent 34%),
		linear-gradient(145deg, color-mix(in srgb, var(--mlb-tobeat-panel) 86%, #000 14%), var(--mlb-tobeat-base));
	color: var(--mlb-card-text);
	isolation: isolate;
	transition:
		transform 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease;
}

.play-page .mlb-decision-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(45deg, transparent 49%, color-mix(in srgb, var(--mlb-tobeat-cyan) 8%, transparent) 50%, transparent 51%),
		linear-gradient(-45deg, transparent 49%, color-mix(in srgb, var(--mlb-card-chalk) 5%, transparent) 50%, transparent 51%);
	background-position: center;
	background-size: 82px 82px;
	opacity: 0.13;
}

.play-page .mlb-decision-card:hover {
	transform: translateY(-2px);
	border-color: color-mix(in srgb, var(--mlb-card-accent) 42%, transparent);
	box-shadow: 0 24px 54px color-mix(in srgb, var(--mlb-card-surface) 46%, transparent);
}

.play-page .mlb-decision-card:focus-within {
	border-color: color-mix(in srgb, var(--mlb-card-accent) 58%, transparent);
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--mlb-card-accent) 18%, transparent), 0 24px 54px color-mix(in srgb, var(--mlb-card-surface) 42%, transparent);
}

.play-page .mlb-decision-card.is-open {
	box-shadow: inset 0 1px 0 color-mix(in srgb, var(--mlb-card-chalk) 10%, transparent);
}

.play-page .mlb-decision-card.is-saved {
	border-color: color-mix(in srgb, var(--mlb-tobeat-cyan) 42%, transparent);
	box-shadow: 0 18px 44px color-mix(in srgb, var(--mlb-tobeat-cyan) 12%, transparent);
}

.play-page .mlb-decision-card.is-locked {
	border-color: color-mix(in srgb, var(--mlb-card-locked) 42%, transparent);
	filter: saturate(0.92);
}

.play-page .mlb-decision-card.is-live {
	border-color: color-mix(in srgb, var(--mlb-tobeat-cyan) 56%, transparent);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--mlb-tobeat-cyan) 22%, transparent), 0 20px 48px color-mix(in srgb, var(--mlb-tobeat-cyan) 14%, transparent);
}

.play-page .mlb-decision-card.is-finished {
	border-color: color-mix(in srgb, var(--mlb-card-chalk) 34%, transparent);
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--mlb-card-raised) 78%, var(--mlb-card-chalk) 22%), var(--mlb-card-surface));
}

.play-page .mlb-decision-card > * {
	position: relative;
	z-index: 1;
}

.mlb-decision-card__header {
	margin: 0 14px;
	padding: 10px 0;
	border-bottom: 1px solid color-mix(in srgb, var(--mlb-tobeat-cyan) 16%, transparent);
}

.mlb-decision-card__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	min-width: 0;
}

.mlb-meta-pill,
.mlb-meta-item,
.mlb-meta-status,
.mlb-context-pill {
	border: 1px solid color-mix(in srgb, var(--mlb-card-chalk) 12%, transparent);
	border-radius: 12px;
	background: color-mix(in srgb, var(--mlb-tobeat-panel) 70%, transparent);
}

.mlb-meta-pill,
.mlb-meta-status {
	display: grid;
	place-items: center;
	min-height: 32px;
	padding: 6px 10px;
	color: var(--mlb-card-cream);
	font-size: 0.66rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.mlb-meta-pill--series {
	border-color: color-mix(in srgb, var(--mlb-tobeat-cyan) 34%, transparent);
	background: color-mix(in srgb, var(--mlb-tobeat-cyan) 12%, var(--mlb-tobeat-panel) 88%);
}

.mlb-meta-pill--game {
	border-color: color-mix(in srgb, var(--mlb-card-accent) 42%, transparent);
	color: var(--mlb-card-accent);
}

.mlb-meta-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-width: 0;
	min-height: 34px;
	padding: 5px 10px 5px 7px;
}

.mlb-meta-item__icon {
	display: grid;
	place-items: center;
	width: 30px;
	aspect-ratio: 1;
	margin-right: 7px;
	border: 1px solid color-mix(in srgb, var(--mlb-tobeat-cyan) 18%, transparent);
	border-radius: 50%;
	background: color-mix(in srgb, var(--mlb-tobeat-cyan) 9%, transparent);
	color: color-mix(in srgb, var(--mlb-card-cream) 86%, var(--mlb-tobeat-cyan) 14%);
	font-size: 0.82rem;
}

.mlb-meta-item__text {
	display: grid;
	gap: 2px;
	min-width: 0;
	line-height: 1;
}

.mlb-meta-item small,
.mlb-meta-item__label,
.mlb-context-pill small,
.mlb-team-panel__role,
.mlb-winner-choice__side,
.mlb-decision-card__decision header span,
.mlb-decision-readonly small,
.mlb-decision-state-chip,
.mlb-decision-state-detail {
	color: var(--mlb-card-muted);
	font-size: 0.64rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mlb-meta-item strong,
.mlb-meta-item__value,
.mlb-context-pill strong {
	color: var(--mlb-card-cream);
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.1;
	white-space: nowrap;
}

.mlb-meta-item em {
	color: var(--mlb-card-muted);
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.1;
	white-space: nowrap;
}

.mlb-meta-status {
	min-height: 32px;
	border-color: color-mix(in srgb, var(--mlb-tobeat-cyan) 28%, transparent);
	font-size: 0.66rem;
}

[data-mlb-matchup] {
	position: relative;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--mlb-tobeat-cyan) 14%, transparent);
	border-radius: 16px;
	background:
		radial-gradient(ellipse 42% 58% at 50% 50%, color-mix(in srgb, var(--mlb-tobeat-cyan) 10%, transparent), transparent 42%),
		radial-gradient(circle at 50% 47%, color-mix(in srgb, var(--mlb-card-accent) 6%, transparent), transparent 18%),
		linear-gradient(45deg, transparent 49%, color-mix(in srgb, var(--mlb-card-chalk) 5%, transparent) 50%, transparent 51%),
		linear-gradient(-45deg, transparent 49%, color-mix(in srgb, var(--mlb-card-chalk) 5%, transparent) 50%, transparent 51%),
		color-mix(in srgb, var(--mlb-card-field) 38%, var(--mlb-tobeat-base) 62%);
	background-position: center;
	background-size: auto, auto, 220px 220px, 220px 220px, auto;
	box-shadow:
		inset 0 0 0 1px color-mix(in srgb, var(--mlb-card-chalk) 5%, transparent),
		inset 0 1px 0 color-mix(in srgb, var(--mlb-card-chalk) 6%, transparent);
}

[data-mlb-matchup]::before {
	content: "";
	position: absolute;
	inset: 10px 14px;
	pointer-events: none;
	border: 1px solid color-mix(in srgb, var(--mlb-card-chalk) 6%, transparent);
	border-radius: 14px;
	opacity: 0.26;
}

[data-mlb-matchup]::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: min(34%, 280px);
	aspect-ratio: 1;
	pointer-events: none;
	border: 1px solid color-mix(in srgb, var(--mlb-card-chalk) 10%, transparent);
	border-radius: 8px;
	opacity: 0.26;
	transform: translate(-50%, -50%) rotate(45deg);
}

.mlb-team-panel {
	--mlb-team-primary-safe: var(--mlb-team-primary, var(--mlb-card-field));
	--mlb-team-secondary-safe: var(--mlb-team-secondary, var(--mlb-card-accent));
	--mlb-team-accent-safe: var(--mlb-team-accent, var(--mlb-card-accent));
	--mlb-team-text-safe: var(--mlb-team-text, #ffffff);
	--mlb-team-badge-text-safe: var(--mlb-team-badge-text, #07111f);
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	align-content: center;
	align-items: center;
	min-width: 0;
	min-height: 220px;
	overflow: hidden;
	padding: 13px 24px;
	background: var(--mlb-team-primary-safe);
	box-shadow:
		inset 0 0 0 1px color-mix(in srgb, var(--mlb-team-secondary-safe) 32%, rgba(255, 255, 255, 0.12)),
		inset 0 -2px 0 color-mix(in srgb, var(--mlb-team-accent-safe) 46%, rgba(255, 255, 255, 0.06)),
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 8px 18px rgba(0, 0, 0, 0.1);
	transition:
		transform 0.18s ease,
		filter 0.18s ease,
		box-shadow 0.18s ease,
		background 0.18s ease;
}

.mlb-team-panel::before {
	content: "";
	position: absolute;
	inset: 15px auto 15px 16px;
	width: 2px;
	pointer-events: none;
	border-radius: 999px;
	background: var(--mlb-team-accent-safe);
	opacity: 0.42;
}

.mlb-team-panel::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: color-mix(in srgb, var(--mlb-team-secondary-safe) 24%, transparent);
	opacity: 0.28;
	transform: skewX(-10deg);
}

.mlb-team-panel--away {
	clip-path: polygon(0 0, calc(100% - 220px) 0, 100% 100%, 0 100%);
}

.mlb-team-panel--away::after {
	right: 8px;
}

.mlb-team-panel--home {
	text-align: right;
	clip-path: polygon(220px 0, 100% 0, 100% 100%, 0 100%);
}

.mlb-team-panel--home::after {
	left: 8px;
}

.mlb-team-panel--home::before {
	right: 16px;
	left: auto;
}

.mlb-pick-edit-toggle {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.mlb-team-panel__role,
.mlb-team-panel__identity {
	position: relative;
	z-index: 1;
}

.mlb-team-panel__role {
	display: inline-grid;
	place-items: center;
	justify-self: start;
	width: fit-content;
	min-height: 20px;
	padding: 3px 9px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: color-mix(in srgb, var(--mlb-team-accent-safe) 68%, var(--mlb-team-primary-safe) 32%);
	color: var(--mlb-team-badge-text-safe);
	font-size: 0.58rem;
}

.mlb-team-panel__identity {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.mlb-team-panel--home .mlb-team-panel__role {
	justify-self: end;
}

.mlb-team-panel__abbr {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--mlb-team-text-safe);
	font-family: var(--font-display);
	font-size: clamp(2.35rem, 5vw, 4.45rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.9;
	text-transform: uppercase;
}

.mlb-team-panel__name {
	width: fit-content;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: transparent;
	color: color-mix(in srgb, var(--mlb-team-text-safe) 88%, transparent);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.mlb-team-panel--home .mlb-team-panel__name {
	justify-self: end;
}

.mlb-matchup-diamond {
	position: relative;
	z-index: 3;
	display: grid;
	place-items: center;
	min-width: 176px;
	margin-inline: -20px;
	overflow: hidden;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.mlb-matchup-diamond::before,
.mlb-matchup-diamond::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.mlb-matchup-diamond::before {
	left: 50%;
	top: 50%;
	width: min(86%, 180px);
	aspect-ratio: 1;
	border: 1px solid color-mix(in srgb, var(--mlb-card-chalk) 12%, transparent);
	border-radius: 6px;
	opacity: 0.34;
	transform: translate(-50%, -50%) rotate(45deg);
}

.mlb-matchup-diamond::after {
	display: none;
}

.mlb-matchup-diamond span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: auto;
	min-width: 86px;
	min-height: 62px;
	border: 0;
	border-radius: 0;
	background: color-mix(in srgb, var(--mlb-tobeat-panel) 70%, var(--mlb-card-field) 30%);
	clip-path: polygon(12% 0, 88% 0, 97% 38%, 50% 100%, 3% 38%);
	color: var(--mlb-card-cream);
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
	box-shadow:
		inset 0 0 0 1px color-mix(in srgb, var(--mlb-card-chalk) 10%, transparent),
		0 14px 34px color-mix(in srgb, var(--mlb-tobeat-base) 58%, transparent),
		0 0 32px color-mix(in srgb, var(--mlb-tobeat-cyan) 9%, transparent);
	text-shadow: 0 6px 18px color-mix(in srgb, var(--mlb-tobeat-base) 82%, transparent);
	transition:
		box-shadow 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease;
}

[data-mlb-matchup]:has(.mlb-team-panel--away input:checked) .mlb-matchup-diamond span,
[data-mlb-matchup][data-selected-team="away"] .mlb-matchup-diamond span {
	box-shadow:
		inset 0 0 0 1px color-mix(in srgb, var(--mlb-decision-away-selected-accent) 28%, transparent),
		0 14px 34px color-mix(in srgb, var(--mlb-tobeat-base) 58%, transparent),
		0 0 36px color-mix(in srgb, var(--mlb-decision-away-selected-accent) 18%, transparent);
}

[data-mlb-matchup]:has(.mlb-team-panel--home input:checked) .mlb-matchup-diamond span,
[data-mlb-matchup][data-selected-team="home"] .mlb-matchup-diamond span {
	box-shadow:
		inset 0 0 0 1px color-mix(in srgb, var(--mlb-decision-home-selected-accent) 28%, transparent),
		0 14px 34px color-mix(in srgb, var(--mlb-tobeat-base) 58%, transparent),
		0 0 36px color-mix(in srgb, var(--mlb-decision-home-selected-accent) 18%, transparent);
}

.mlb-matchup-diamond span::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 20%;
	right: 20%;
	height: 2px;
	pointer-events: none;
	border-radius: 999px;
	background: color-mix(in srgb, var(--mlb-card-accent) 58%, transparent);
	opacity: 0.72;
}

.mlb-matchup-diamond b {
	display: block;
	color: #ffffff;
	font-family: var(--font-display);
	font-size: clamp(1.55rem, 2.5vw, 2.25rem);
	line-height: 1;
}

.mlb-decision-card__context-row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin: 0 14px 8px;
	padding: 8px 10px;
	border: 1px solid color-mix(in srgb, var(--mlb-tobeat-cyan) 14%, transparent);
	border-radius: 12px;
	background: color-mix(in srgb, var(--mlb-tobeat-panel) 54%, transparent);
}

.mlb-context-pill {
	display: inline-flex;
	gap: 4px;
	align-items: baseline;
	min-width: 0;
	max-width: 100%;
	padding: 5px 8px;
	border-radius: 999px;
}

.mlb-context-pill strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mlb-decision-card__decision {
	position: relative;
	display: grid;
	gap: 10px;
	overflow: hidden;
	padding: 12px 14px 14px;
	border-top: 1px solid color-mix(in srgb, var(--mlb-tobeat-cyan) 20%, transparent);
	background:
		radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--mlb-tobeat-cyan) 8%, transparent), transparent 36%),
		linear-gradient(135deg, color-mix(in srgb, var(--mlb-tobeat-panel) 94%, var(--mlb-card-field) 6%), color-mix(in srgb, var(--mlb-tobeat-base) 92%, #000 8%));
}

.mlb-decision-card__decision--readonly {
	gap: 0;
	min-height: 0;
	padding: 7px 14px;
	background: color-mix(in srgb, var(--mlb-tobeat-panel) 88%, var(--mlb-tobeat-base) 12%);
}

.mlb-decision-card__decision::before {
	content: "";
	position: absolute;
	inset: 12px 32% auto;
	height: 38px;
	pointer-events: none;
	border: 1px solid color-mix(in srgb, var(--mlb-card-chalk) 10%, transparent);
	border-bottom: 0;
	transform: skewX(-24deg);
	opacity: 0.42;
}

.mlb-decision-card__decision--readonly::before {
	display: none;
}

.mlb-decision-card__decision > header {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 5px;
	text-align: center;
}

.mlb-decision-card__decision-icon {
	display: grid;
	place-items: center;
	width: 42px;
	aspect-ratio: 1;
	border: 1px solid color-mix(in srgb, var(--mlb-card-accent) 42%, transparent);
	border-radius: 50%;
	background: color-mix(in srgb, var(--mlb-card-accent) 10%, transparent);
	color: var(--mlb-card-accent);
	font-size: 1.15rem;
}

.mlb-decision-card__decision > header strong {
	color: var(--mlb-card-cream);
	font-size: 0.95rem;
	font-weight: 950;
	line-height: 1.1;
	text-transform: uppercase;
}

.play-page .mlb-decision-card .prediction-controls--mlb-decision {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0;
	width: 100%;
	max-width: none;
	min-width: 0;
	align-items: stretch;
	justify-content: stretch;
	justify-items: stretch;
	padding: 0;
	background: transparent;
}

.mlb-pick-module {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	padding: 9px 10px;
	border: 1px solid color-mix(in srgb, var(--mlb-tobeat-cyan) 18%, transparent);
	border-radius: 12px;
	background: color-mix(in srgb, var(--mlb-tobeat-panel) 48%, var(--mlb-tobeat-base) 52%);
	box-shadow: inset 0 1px 0 color-mix(in srgb, var(--mlb-card-chalk) 8%, transparent);
}

.mlb-pick-module--action {
	position: relative;
	z-index: 1;
}

.mlb-pick-module__brief {
	display: grid;
	align-content: center;
	min-width: 0;
	padding: 4px 0;
	text-align: left;
}

.mlb-pick-module__brief strong {
	color: var(--mlb-card-cream);
	font-family: var(--font-display);
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
}

.mlb-pick-module__inputs {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.mlb-winner-grid {
	display: grid;
	gap: 8px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.mlb-winner-grid {
	position: relative;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.mlb-winner-grid::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	aspect-ratio: 1;
	border: 1px solid color-mix(in srgb, var(--mlb-card-accent) 42%, transparent);
	border-radius: 12px;
	background: color-mix(in srgb, var(--mlb-tobeat-panel) 76%, transparent);
	transform: translate(-50%, -50%) rotate(45deg);
	box-shadow: inset 0 1px 0 color-mix(in srgb, var(--mlb-card-chalk) 14%, transparent);
}

.mlb-winner-choice {
	position: relative;
	display: grid;
	cursor: pointer;
}

.mlb-winner-choice input {
	position: absolute;
	inset: 0;
	z-index: 2;
	opacity: 0;
}

.mlb-winner-choice__surface {
	display: grid;
	border: 1px solid color-mix(in srgb, var(--mlb-card-chalk) 14%, transparent);
	border-radius: 12px;
	background: color-mix(in srgb, var(--mlb-card-surface) 68%, transparent);
	transition:
		transform 0.16s ease,
		border-color 0.16s ease,
		background 0.16s ease,
		box-shadow 0.16s ease;
}

.mlb-winner-choice__surface {
	--mlb-team-primary-safe: var(--mlb-team-primary, var(--mlb-card-field));
	--mlb-team-secondary-safe: var(--mlb-team-secondary, var(--mlb-card-accent));
	--mlb-team-accent-safe: var(--mlb-team-accent, var(--mlb-card-accent));
	position: relative;
	gap: 3px;
	min-height: 76px;
	overflow: hidden;
	padding: 12px 16px 12px 44px;
	border-color: color-mix(in srgb, var(--mlb-team-secondary-safe) 45%, rgba(255, 255, 255, 0.16));
	border-radius: 12px;
	background: var(--mlb-team-primary-safe);
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 100%, 0 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.mlb-winner-choice--home .mlb-winner-choice__surface {
	justify-items: end;
	padding-right: 44px;
	padding-left: 16px;
	text-align: right;
	clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
}

.mlb-winner-choice__surface::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	width: 20px;
	aspect-ratio: 1;
	border: 2px solid rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	transform: translateY(-50%);
}

.mlb-winner-choice--home .mlb-winner-choice__surface::before {
	right: 18px;
	left: auto;
}

.mlb-winner-choice__surface::after {
	content: "";
	position: absolute;
	inset: auto 16px 12px;
	height: 1px;
	background: color-mix(in srgb, var(--mlb-team-accent-safe) 34%, transparent);
}

.mlb-winner-choice__side {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.68rem;
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mlb-winner-choice__abbr {
	position: relative;
	z-index: 1;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	font-size: 1.22rem;
	font-weight: 950;
	line-height: 1.05;
	text-transform: uppercase;
}

.mlb-winner-choice__name {
	position: relative;
	z-index: 1;
	max-width: 100%;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.72rem;
	font-weight: 900;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.mlb-winner-choice:hover .mlb-winner-choice__surface {
	transform: translateY(-1px);
	border-color: color-mix(in srgb, var(--mlb-card-accent) 34%, transparent);
}

.mlb-winner-choice input:focus-visible + .mlb-winner-choice__surface {
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--mlb-card-accent) 18%, transparent);
}

.mlb-winner-choice input:checked + .mlb-winner-choice__surface,
.mlb-winner-choice.is-selected .mlb-winner-choice__surface {
	border-color: color-mix(in srgb, var(--mlb-tobeat-cyan) 58%, transparent);
	background: var(--mlb-team-primary-safe);
	box-shadow:
		inset 0 0 0 2px color-mix(in srgb, var(--mlb-tobeat-cyan) 48%, rgba(255, 255, 255, 0.18)),
		inset 0 1px 0 rgba(255, 255, 255, 0.16),
		0 10px 24px color-mix(in srgb, var(--mlb-tobeat-cyan) 12%, transparent);
}

.mlb-winner-choice input:checked + .mlb-winner-choice__surface::before,
.mlb-winner-choice.is-selected .mlb-winner-choice__surface::before {
	background: var(--mlb-tobeat-cyan);
	box-shadow: inset 0 0 0 5px color-mix(in srgb, var(--mlb-card-surface) 82%, transparent);
}

.mlb-save-decision-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	align-self: center;
	justify-self: center;
	width: min(100%, 360px);
	min-width: min(100%, 300px);
	min-height: 52px;
	border-color: color-mix(in srgb, var(--mlb-tobeat-cyan) 38%, transparent);
	background: color-mix(in srgb, var(--mlb-tobeat-cyan) 12%, var(--mlb-tobeat-panel) 88%);
	color: var(--mlb-card-cream);
	font-weight: 950;
	transition:
		transform 0.18s ease,
		border-color 0.18s ease,
		background 0.18s ease,
		box-shadow 0.18s ease,
		opacity 0.18s ease;
}

.mlb-save-decision-btn:not(:disabled):hover {
	transform: translateY(-1px);
	border-color: color-mix(in srgb, var(--mlb-tobeat-cyan) 54%, transparent);
	background: color-mix(in srgb, var(--mlb-tobeat-cyan) 17%, var(--mlb-tobeat-panel) 83%);
	box-shadow: 0 14px 28px color-mix(in srgb, var(--mlb-tobeat-cyan) 12%, transparent);
}

.mlb-pick-edit-form:has(.mlb-pick-edit-toggle:checked) .mlb-pick-action__status,
.mlb-pick-edit-form:has(.mlb-pick-edit-toggle:checked) .mlb-edit-pick-btn {
	display: none;
}

.mlb-pick-action {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.mlb-pick-action__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 38px;
	padding: 7px 14px;
	border: 1px solid color-mix(in srgb, var(--mlb-tobeat-cyan) 32%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, var(--mlb-tobeat-cyan) 10%, var(--mlb-tobeat-panel) 90%);
	color: var(--mlb-card-cream);
	font-size: 0.78rem;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

.mlb-decision-readonly {
	position: relative;
	z-index: 1;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-self: center;
	width: fit-content;
	max-width: 100%;
	min-height: 44px;
	padding: 5px;
	border: 1px solid color-mix(in srgb, var(--mlb-card-locked) 34%, transparent);
	border-radius: 14px;
	background: color-mix(in srgb, var(--mlb-tobeat-panel) 76%, transparent);
}

.mlb-decision-state-pick,
.mlb-decision-state-score {
	display: grid;
	gap: 2px;
	min-height: 34px;
	padding: 5px 10px;
	border: 1px solid color-mix(in srgb, var(--mlb-card-chalk) 12%, transparent);
	border-radius: 12px;
	background: color-mix(in srgb, var(--mlb-tobeat-panel) 70%, transparent);
}

.mlb-decision-state-pick {
	--mlb-team-primary-safe: var(--mlb-team-primary, var(--mlb-card-field));
	--mlb-team-secondary-safe: var(--mlb-team-secondary, var(--mlb-card-accent));
	min-width: 132px;
	border-color: color-mix(in srgb, var(--mlb-team-secondary-safe) 44%, rgba(255, 255, 255, 0.18));
	background: var(--mlb-team-primary-safe);
	color: #ffffff;
}

.mlb-decision-state-score {
	text-align: center;
}

.mlb-decision-state-chip {
	display: inline-grid;
	place-items: center;
	min-height: 28px;
	padding: 5px 10px;
	border: 1px solid color-mix(in srgb, var(--mlb-card-locked) 42%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, var(--mlb-card-locked) 12%, var(--mlb-tobeat-panel) 88%);
	color: var(--mlb-card-accent);
	white-space: nowrap;
}

.mlb-decision-state-chip.is-live {
	border-color: color-mix(in srgb, var(--mlb-tobeat-cyan) 46%, transparent);
	background: color-mix(in srgb, var(--mlb-tobeat-cyan) 12%, var(--mlb-tobeat-panel) 88%);
	color: var(--mlb-tobeat-cyan);
}

.mlb-decision-state-chip.is-finished {
	border-color: color-mix(in srgb, var(--mlb-card-chalk) 30%, transparent);
	background: color-mix(in srgb, var(--mlb-card-chalk) 9%, var(--mlb-tobeat-panel) 91%);
	color: var(--mlb-card-cream);
}

.mlb-decision-state-detail {
	max-width: min(100%, 360px);
	text-transform: none;
}

.mlb-decision-readonly strong {
	color: var(--mlb-card-cream);
	font-size: 0.82rem;
	font-weight: 950;
	line-height: 1.2;
}

.mlb-decision-state-pick strong {
	color: #ffffff;
	font-size: 1.05rem;
}

.mlb-decision-state-pick small {
	color: rgba(255, 255, 255, 0.82);
}

.mlb-decision-summary {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--mlb-card-accent);
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.3;
}

.mlb-decision-summary.is-pending {
	display: none;
}

@media (max-width: 767.98px) {
	.play-page .mlb-decision-card {
		border-radius: 14px;
	}

	.mlb-decision-card__header,
	.mlb-decision-card__matchup,
	.mlb-winner-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.mlb-decision-card__header {
		padding: 12px;
	}

	.mlb-meta-item {
		min-width: min(100%, 112px);
	}

	.mlb-decision-card__status {
		justify-content: start;
	}

	.mlb-decision-card__matchup,
	.mlb-decision-card__context-row {
		margin-inline: 12px;
	}

	.mlb-decision-card__matchup::before,
	.mlb-winner-grid::before {
		display: none;
	}

	.mlb-team-panel,
	.mlb-team-panel--home {
		min-height: 92px;
		padding: 12px;
		text-align: left;
		clip-path: none;
	}

	.mlb-team-panel--home .mlb-team-panel__name {
		justify-self: start;
	}

	.mlb-team-panel__abbr {
		font-size: 1.75rem;
	}

	.mlb-matchup-diamond {
		min-width: 0;
		min-height: 54px;
		margin: -5px 0;
	}

	.mlb-matchup-diamond span {
		min-width: 38px;
	}

	.mlb-context-pill {
		width: 100%;
	}

	.mlb-decision-card__decision {
		padding: 12px;
	}

	.mlb-decision-card__decision--readonly {
		padding: 7px 12px;
	}

	.mlb-pick-module {
		gap: 10px;
		padding: 10px;
	}

	.mlb-pick-module__brief {
		padding: 0;
	}

	.mlb-winner-grid {
		gap: 10px;
	}

	.mlb-winner-choice__surface,
	.mlb-winner-choice--home .mlb-winner-choice__surface {
		justify-items: start;
		padding-right: 14px;
		padding-left: 42px;
		text-align: left;
		clip-path: none;
	}

	.mlb-winner-choice--home .mlb-winner-choice__surface::before {
		right: auto;
		left: 18px;
	}

	.mlb-save-decision-btn {
		justify-self: center;
		width: min(100%, 360px);
		min-height: 48px;
	}
}

@media (max-width: 991.98px) {
	.play-arena-hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		min-height: 0;
		padding: 24px;
	}

	.play-arena-hero h1 {
		font-size: 2.55rem;
	}

	.play-arena-hero__scene {
		min-height: 250px;
	}

	.play-arena-scene {
		width: min(100%, 500px);
	}
}

@media (max-width: 575.98px) {
	.play-arena-hero {
		margin-inline: -2px;
		padding: 18px;
	}

	.play-arena-hero h1 {
		font-size: 2.15rem;
		line-height: 1;
	}

	.play-arena-hero__subtitle {
		font-size: 0.98rem;
	}

	.play-arena-hero__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.play-arena-hero__actions a {
		width: 100%;
	}

	.play-arena-hero__scene {
		min-height: 205px;
	}

	.play-arena-momentum {
		right: 8px;
		bottom: 8px;
		width: min(218px, 64%);
		padding: 11px;
	}

	.play-arena-momentum p {
		font-size: 0.72rem;
	}
}

.play-page--campaign-ai {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.play-page--campaign-ai::before,
.play-page--campaign-ai::after {
	content: "";
	position: absolute;
	left: 50%;
	pointer-events: none;
	transform: translateX(-50%);
	z-index: -1;
}

.play-page--campaign-ai::before {
	top: -54px;
	width: min(100vw, 1540px);
	height: clamp(360px, 42vw, 590px);
	background:
		linear-gradient(180deg, rgba(5, 8, 22, 0.1), rgba(5, 8, 22, 0.72) 72%, rgba(5, 8, 22, 0)),
		var(--campaign-play-hero-image) center / cover no-repeat;
	filter: blur(34px) saturate(1.18) contrast(1.05);
	opacity: 0.24;
}

.play-page--campaign-ai::after {
	top: 18px;
	width: min(96vw, 1360px);
	height: clamp(260px, 28vw, 430px);
	background:
		radial-gradient(circle at 76% 42%, rgba(255, 214, 138, 0.2), transparent 30%),
		radial-gradient(circle at 18% 72%, rgba(53, 208, 226, 0.14), transparent 28%);
	filter: blur(22px);
	opacity: 0.7;
}

.play-page--campaign-ai .page-container {
	position: relative;
	z-index: 2;
}

.campaign-ai-page-atmosphere {
	position: absolute;
	inset: -96px 0 auto;
	z-index: 0;
	height: clamp(560px, 58vw, 820px);
	pointer-events: none;
	overflow: hidden;
	opacity: 0.96;
	mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.64) 76%, transparent 100%);
}

.campaign-ai-page-atmosphere::before,
.campaign-ai-page-atmosphere::after,
.campaign-ai-page-atmosphere__image,
.campaign-ai-page-atmosphere__light {
	content: "";
	position: absolute;
	pointer-events: none;
}

.campaign-ai-page-atmosphere__image {
	inset: -9% -8% 0;
	background:
		linear-gradient(180deg, rgba(5, 8, 22, 0.34), rgba(5, 8, 22, 0.82) 76%, rgba(5, 8, 22, 0)),
		linear-gradient(90deg, rgba(5, 8, 22, 0.86), rgba(5, 8, 22, 0.42) 35%, rgba(5, 8, 22, 0.5) 100%),
		var(--campaign-play-hero-image) center top / cover no-repeat;
	filter: blur(22px) saturate(1.2) contrast(1.06);
	opacity: 0.34;
	transform: scale(1.06);
}

.campaign-ai-page-atmosphere::before {
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(circle at 78% 24%, rgba(255, 221, 161, 0.2), transparent 24%),
		radial-gradient(circle at 26% 34%, rgba(53, 208, 226, 0.12), transparent 26%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.1), rgba(5, 8, 22, 0.5) 72%, rgba(5, 8, 22, 0));
	mix-blend-mode: screen;
}

.campaign-ai-page-atmosphere::after {
	inset: 12% 7% auto;
	z-index: 2;
	height: clamp(260px, 28vw, 430px);
	border: 1px solid rgba(53, 208, 226, 0.08);
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 34%),
		radial-gradient(circle at 74% 48%, rgba(255, 221, 161, 0.1), transparent 36%);
	box-shadow: 0 0 110px rgba(53, 208, 226, 0.1);
	opacity: 0.58;
}

.campaign-ai-page-atmosphere__light {
	z-index: 3;
	width: clamp(180px, 28vw, 420px);
	height: clamp(180px, 28vw, 420px);
	border-radius: 999px;
	filter: blur(34px);
	mix-blend-mode: screen;
}

.campaign-ai-page-atmosphere__light--warm {
	top: 10%;
	right: 8%;
	background: rgba(255, 216, 142, 0.16);
}

.campaign-ai-page-atmosphere__light--cool {
	top: 34%;
	left: 8%;
	background: rgba(53, 208, 226, 0.1);
}

.play-page--campaign-ai .matches-control-panel,
.play-page--campaign-ai .prediction-filters-wrapper {
	position: relative;
	overflow: hidden;
	border-color: rgba(148, 163, 184, 0.2);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.play-page--campaign-ai .matches-control-panel::before,
.play-page--campaign-ai .prediction-filters-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(120deg, rgba(53, 208, 226, 0.08), transparent 34%),
		radial-gradient(circle at 86% 18%, rgba(255, 221, 161, 0.08), transparent 24%);
	opacity: 0.9;
}

.play-page--campaign-ai .matches-control-panel > *,
.play-page--campaign-ai .prediction-filters-wrapper > * {
	position: relative;
	z-index: 1;
}

html,
body {
	overflow-x: hidden;
}

.play-hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: clamp(18px, 2.6vw, 24px);
	margin-bottom: 14px;
	background:
		radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.92)),
		rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(148, 163, 184, 0.12);
	box-shadow: 0 16px 40px rgba(7, 17, 31, 0.06);
}

.play-hero .app-hero-title {
	font-size: clamp(38px, 5.4vw, 64px);
	max-width: 760px;
}

.play-hero .app-hero-subtitle {
	max-width: 660px;
}

.play-hero h1 {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 3.2vw, 2.55rem);
	font-weight: 900;
	letter-spacing: 0;
	color: var(--color-text);
	line-height: 1;
}

.play-hero p {
	max-width: 660px;
	margin: 6px 0 0;
	color: var(--color-text-muted);
	font-size: 0.88rem;
	line-height: 1.35;
}

.play-hero__actions,
.play-hero__status {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.play-hero__actions {
	align-items: stretch;
	flex-direction: column;
	min-width: 235px;
}

.play-hero-actions .btn {
	width: 100%;
}

.play-hero__status {
	margin-top: 10px;
}

.play-hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 12px;
	max-width: 700px;
}

.play-hero-metric {
	border: 1px solid rgba(148, 163, 184, 0.14);
	padding: 11px 13px;
	border-radius: 16px;
	background: rgba(248, 250, 252, 0.9);
	text-align: left;
}

.play-hero-metric > span {
	display: block;
	color: var(--color-text-muted);
	font-size: 0.76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.play-hero-metric strong {
	display: block;
	margin-top: 4px;
	font-size: 1.18rem;
	font-weight: 900;
	color: var(--color-text);
	white-space: nowrap;
}

.play-hero-metric strong span {
	display: inline;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0;
	text-transform: none;
}

.play-hero-metric small {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1.15;
}

.play-hero-metric--prize {
	position: relative;
	overflow: hidden;
	border-color: rgba(250, 204, 21, 0.54);
	background:
		radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.28), transparent 28%),
		linear-gradient(135deg, #111827 0%, #1d4ed8 42%, #06b6d4 72%, #facc15 135%);
	box-shadow: 0 18px 42px rgba(37, 99, 235, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.34) inset;
	transform: translateY(-2px);
}

.play-hero-metric--prize::after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -28px;
	width: 86px;
	height: 86px;
	border: 14px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
}

.play-hero-metric--prize > span,
.play-hero-metric--prize strong,
.play-hero-metric--prize small {
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.play-hero-metric--prize > span {
	display: inline-flex;
	gap: 0.34rem;
	align-items: center;
}

.play-hero-metric--prize strong {
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	line-height: 1;
}

.play-hero-metric--action,
.play-filter-shortcut {
	appearance: none;
	font: inherit;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.play-hero-metric--action:hover:not(:disabled),
.play-filter-shortcut:hover:not(:disabled) {
	transform: translateY(-1px);
}

.play-hero-metric--action:focus-visible,
.play-filter-shortcut:focus-visible {
	outline: 2px solid rgba(37, 99, 235, 0.28);
	outline-offset: 2px;
}

.play-hero-metric--action:disabled,
.play-filter-shortcut:disabled {
	cursor: default;
	opacity: 0.72;
}

.play-hero.matches-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
	align-items: center;
	gap: 18px;
	margin-bottom: 18px;
}

.play-competition-status {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 999px;
	color: #2563eb;
	background: rgba(37, 99, 235, 0.08);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0;
}

.play-hero-story {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px !important;
}

.play-hero-story span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 999px;
	color: #334155;
	background: rgba(255, 255, 255, 0.74);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0;
}

.play-hero.matches-hero .play-hero-metrics {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 820px;
}

.play-hero-progress {
	display: grid;
	gap: 8px;
	max-width: 820px;
	margin-top: 14px;
}

.play-hero-progress__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #64748b;
	font-size: 0.82rem;
	font-weight: 900;
}

.play-hero-progress__track {
	height: 10px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.16);
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}

.play-hero-progress__bar {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #2563eb, #18c7d8, #22c55e);
	box-shadow: 0 10px 24px rgba(24, 199, 216, 0.18);
	transition: width 0.24s ease;
}

.play-hero__actions--competition {
	flex-direction: row;
	align-items: center;
	min-width: 0;
	margin-top: 16px;
}

.play-hero__actions--competition .btn-primary-gradient,
.play-hero__actions--competition .btn-secondary-soft {
	min-height: 44px;
}

.play-competition-panel {
	position: relative;
	display: grid;
	gap: 14px;
	padding: 18px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 24px;
	background:
		radial-gradient(circle at 15% 15%, rgba(24, 199, 216, 0.18), transparent 30%),
		radial-gradient(circle at 100% 0%, rgba(34, 197, 94, 0.13), transparent 28%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.78));
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.play-competition-panel::after {
	content: "";
	position: absolute;
	right: -34px;
	bottom: -42px;
	width: 132px;
	height: 132px;
	border: 18px solid rgba(37, 99, 235, 0.08);
	border-radius: 999px;
}

.play-competition-panel__badge {
	width: fit-content;
	min-height: 28px;
	padding: 6px 10px;
	border-radius: 999px;
	color: #0f766e;
	background: rgba(20, 184, 166, 0.12);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0;
}

.play-competition-panel > strong {
	position: relative;
	z-index: 1;
	color: #07111f;
	font-family: var(--font-display);
	font-size: 1.35rem;
	font-weight: 950;
	line-height: 1.05;
}

.play-competition-panel > p {
	position: relative;
	z-index: 1;
	margin: -6px 0 0;
	color: #64748b;
	font-size: 0.88rem;
	font-weight: 800;
}

.play-competition-panel__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.play-competition-panel__grid div {
	display: grid;
	gap: 2px;
	min-height: 74px;
	padding: 12px;
	border: 1px solid rgba(148, 163, 184, 0.13);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.74);
}

.play-competition-panel__grid span {
	color: #64748b;
	font-size: 0.68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.play-competition-panel__grid b {
	align-self: end;
	color: #07111f;
	font-family: var(--font-display);
	font-size: 1.02rem;
	font-weight: 950;
	line-height: 1;
}

.play-competition-panel__grid .play-competition-panel__prize {
	border-color: rgba(250, 204, 21, 0.44);
	background:
		radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.32), transparent 30%),
		linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(24, 199, 216, 0.88) 58%, rgba(250, 204, 21, 0.72));
	box-shadow: 0 16px 34px rgba(37, 99, 235, 0.16);
}

.play-competition-panel__grid .play-competition-panel__prize span,
.play-competition-panel__grid .play-competition-panel__prize b {
	color: #ffffff;
}

.play-hero.matches-hero.play-hero--campaign-ai-visual {
	grid-template-columns: minmax(0, 1fr);
	align-items: stretch;
	min-height: clamp(360px, 30vw, 470px);
	position: relative;
	overflow: hidden;
	isolation: isolate;
	border-color: rgba(148, 163, 184, 0.2);
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.campaign-ai-play-visual {
	position: absolute;
	inset: -2px;
	z-index: 0;
	width: calc(100% + 4px);
	min-height: calc(100% + 4px);
	margin: 0;
	overflow: hidden;
	border-radius: inherit;
	isolation: isolate;
	pointer-events: none;
}

.campaign-ai-play-visual__bloom {
	position: absolute;
	inset: 8% 4% 0 38%;
	z-index: 1;
	border-radius: 999px;
	background:
		radial-gradient(circle at 72% 38%, rgba(255, 222, 161, 0.22), transparent 30%),
		radial-gradient(circle at 34% 58%, rgba(53, 208, 226, 0.1), transparent 36%);
	filter: blur(22px);
	mix-blend-mode: screen;
	opacity: 0.76;
}

.campaign-ai-play-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(5, 8, 22, 0.96) 0%, rgba(5, 8, 22, 0.86) 19%, rgba(5, 8, 22, 0.52) 44%, rgba(5, 8, 22, 0.2) 100%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.28) 0%, rgba(5, 8, 22, 0.02) 36%, rgba(5, 8, 22, 0.58) 100%),
		radial-gradient(circle at 20% 50%, rgba(5, 8, 22, 0.86), transparent 34%),
		radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.18), transparent 24%);
}

.campaign-ai-play-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	border-radius: inherit;
	background:
		radial-gradient(circle at 78% 42%, rgba(255, 214, 138, 0.18), transparent 26%),
		radial-gradient(circle at 18% 78%, rgba(53, 208, 226, 0.12), transparent 30%),
		linear-gradient(112deg, transparent 20%, rgba(255, 255, 255, 0.1) 50%, transparent 72%),
		linear-gradient(90deg, rgba(5, 8, 22, 0.22), transparent 42%, rgba(5, 8, 22, 0.08));
	mix-blend-mode: screen;
	opacity: 0.68;
}

.campaign-ai-play-visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	opacity: 0.98;
	filter: saturate(1.16) contrast(1.08) brightness(0.92);
	transform: scale(1.025);
	transform-origin: center;
}

.play-hero--campaign-ai-visual .matches-hero__content {
	position: relative;
	z-index: 4;
	display: grid;
	align-content: center;
	min-height: inherit;
	max-width: 760px;
	padding-block: clamp(18px, 2vw, 30px);
}

.play-hero--campaign-ai-visual .app-hero-title {
	max-width: min(72vw, 920px);
	text-wrap: balance;
	text-shadow: 0 18px 52px rgba(0, 0, 0, 0.54);
}

.play-hero--campaign-ai-visual .app-hero-subtitle {
	max-width: min(62vw, 760px);
	text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.play-hero.matches-hero .matches-stats-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 760px;
}

@media (max-width: 575.98px) {
	.play-hero.matches-hero {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 16px 14px 18px;
	}

	.play-hero.matches-hero.play-hero--campaign-ai-visual {
		grid-template-columns: 1fr;
		min-height: clamp(410px, 58vh, 500px);
		padding: 28px 22px 34px;
	}

	.play-page--campaign-ai::before {
		top: 42px;
		height: 460px;
		filter: blur(28px) saturate(1.12);
		opacity: 0.18;
	}

	.play-page--campaign-ai::after {
		top: 104px;
		height: 300px;
		opacity: 0.5;
	}

	.campaign-ai-page-atmosphere {
		inset: -28px 0 auto;
		height: 620px;
		mask-image: linear-gradient(180deg, #000 0%, #000 52%, rgba(0, 0, 0, 0.48) 74%, transparent 100%);
	}

	.campaign-ai-page-atmosphere__image {
		inset: -5% -18% 0;
		background:
			linear-gradient(180deg, rgba(5, 8, 22, 0.36), rgba(5, 8, 22, 0.78) 68%, rgba(5, 8, 22, 0)),
			linear-gradient(90deg, rgba(5, 8, 22, 0.82), rgba(5, 8, 22, 0.34) 62%, rgba(5, 8, 22, 0.56)),
			var(--campaign-play-hero-image) center top / cover no-repeat;
		filter: blur(18px) saturate(1.14) contrast(1.04);
		opacity: 0.3;
	}

	.campaign-ai-page-atmosphere::after {
		inset: 92px 12px auto;
		height: 360px;
		border-radius: 28px;
		opacity: 0.42;
	}

	.campaign-ai-play-visual {
		position: absolute;
		inset: -2px;
		width: calc(100% + 4px);
		min-height: calc(100% + 4px);
		margin: 0;
		border-radius: inherit;
	}

	.campaign-ai-play-visual::before {
		background:
			linear-gradient(180deg, rgba(5, 8, 22, 0.72) 0%, rgba(5, 8, 22, 0.44) 44%, rgba(5, 8, 22, 0.86) 100%),
			linear-gradient(90deg, rgba(5, 8, 22, 0.9) 0%, rgba(5, 8, 22, 0.54) 58%, rgba(5, 8, 22, 0.18) 100%),
			radial-gradient(circle at 28% 36%, rgba(5, 8, 22, 0.42), transparent 48%);
	}

	.campaign-ai-play-visual img {
		object-position: center center;
		opacity: 0.86;
		filter: saturate(1.12) contrast(1.08) brightness(0.88);
	}

	.campaign-rewards-banner {
		min-height: 230px;
		background-position: center;
	}

	.campaign-rewards-banner__content {
		max-width: 100%;
		min-height: 230px;
		padding: 24px;
	}

	.play-hero--campaign-ai-visual .matches-hero__content {
		max-width: 100%;
	}

	.play-hero.matches-hero .matches-hero__content {
		width: 100%;
		min-width: 0;
	}

	.play-hero.matches-hero .app-hero-title {
		max-width: min(100%, 22rem);
		font-size: clamp(42px, 12vw, 56px);
		line-height: 0.98;
		text-shadow: 0 14px 38px rgba(0, 0, 0, 0.48);
	}

	.play-hero.matches-hero .app-hero-subtitle {
		max-width: min(100%, 22rem);
		font-size: 16px;
		line-height: 1.32;
		text-shadow: 0 10px 28px rgba(0, 0, 0, 0.44);
	}

	.play-hero.matches-hero .matches-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		max-width: none;
		margin-top: 18px;
	}

	.play-hero.matches-hero .matches-stat {
		min-width: 0;
		padding: 10px 8px;
		text-align: center;
	}

	.play-hero.matches-hero .matches-stat strong {
		font-size: 1.45rem;
		line-height: 1;
	}

	.play-hero.matches-hero .matches-stat span {
		overflow-wrap: anywhere;
		font-size: 0.66rem;
		line-height: 1.05;
		letter-spacing: 0.03em;
	}
}

.matches-stat--button {
	appearance: none;
	width: 100%;
	border: 1px solid rgba(148, 163, 184, 0.22);
	text-align: left;
	color: var(--color-text);
	cursor: pointer;
	font: inherit;
	transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}

.matches-stat--button:hover:not(:disabled),
.matches-stat--button:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(24, 199, 216, 0.28);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.matches-stat--button:focus-visible {
	outline: 2px solid rgba(37, 99, 235, 0.28);
	outline-offset: 3px;
}

.play-hero-inline-cta {
	text-decoration: none;
	color: var(--color-text);
	transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
}

.play-hero-inline-cta:hover,
.play-hero-inline-cta:focus-visible {
	transform: translateY(-1px);
	color: var(--color-primary);
	border-color: rgba(37, 99, 235, 0.28);
}

.phase-tab__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	margin-left: 8px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.1);
	color: inherit;
	font-size: 0.82rem;
	font-weight: 950;
}

.phase-tab.active .phase-tab__count {
	background: rgba(255, 255, 255, 0.22);
	color: inherit;
}

.play-control-panel {
	margin-top: 18px;
}

.play-empty-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 18px;
}

.play-onboarding-card {
	padding: 24px;
}

.play-onboarding-card h2 {
	margin: 12px 0;
	font-family: var(--font-display);
	font-weight: 800;
}

.play-onboarding-card li {
	margin-bottom: 8px;
	color: var(--color-text-muted);
}

.pending-league-list {
	display: grid;
	gap: 10px;
}

.competition-metrics-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 18px;
}

.metric-value {
	line-height: 1;
}

.metric-value-compact {
	font-size: clamp(1.15rem, 2.4vw, 1.65rem);
	line-height: 1.15;
}

.play-main-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
	gap: 28px;
	align-items: start;
}

.play-main-layout--single {
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
}

.play-progress-hero {
	margin-bottom: 18px;
}

.prediction-progress-strip {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding-block: 18px;
	margin-bottom: 28px;
}

.prediction-progress-strip__meta {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.prediction-progress-strip__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.prediction-progress-strip__label {
	font-size: 0.98rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: #07111f;
}

.prediction-progress-strip__divider {
	color: rgba(102, 117, 140, 0.68);
	font-weight: 800;
}

.prediction-progress-strip__count,
.prediction-progress-strip__shortcut {
	flex: 0 0 auto;
}

.prediction-progress-strip__chips {
	flex: 1 1 100%;
	margin-top: 2px;
}

.prediction-progress-strip__progress {
	max-width: 440px;
}

.prediction-progress-strip__actions {
	margin-top: 0;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

.prediction-progress-strip__actions .btn-primary-gradient,
.prediction-progress-strip__actions .btn-secondary-soft {
	min-height: 42px;
	padding-inline: 18px;
	font-size: 0.95rem;
	white-space: nowrap;
}

.play-status-card__header {
	display: grid;
	gap: 14px;
}

.play-status-card__labels,
.play-status-card__chips,
.play-status-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.play-status-card__actions {
	margin-top: 8px;
}

.play-status-card__actions .btn-primary-gradient,
.play-status-card__actions .btn-secondary-soft {
	min-height: 46px;
}

.play-main-column,
.play-side-column {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.play-panel,
.round-progress-card,
.leaderboard-card,
.activity-feed-card,
.symbolic-prize-card {
	padding: 24px;
}

.play-section-title {
	line-height: 1.05;
}

.prediction-list {
	display: grid;
	gap: 14px;
	width: 100%;
	min-width: 0;
}

.prediction-card {
	display: grid;
	gap: 16px;
	padding: 18px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 22px;
	background: rgba(248, 250, 252, 0.72);
	transition: transform 180ms ease, border-color 180ms ease;
}

.prediction-match-card {
	overflow: hidden;
}

.predictions-panel .prediction-row-compact.match-card {
	gap: 14px;
	padding: 16px;
	border-color: rgba(148, 163, 184, 0.16);
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.08), transparent 34%),
		rgba(255, 255, 255, 0.9);
}

.prediction-match-card .match-card-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.prediction-match-card .match-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
	color: #66758c;
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.25;
}

.prediction-match-card .match-meta__divider {
	opacity: 0.55;
}

.prediction-match-card .prediction-card__status-stack {
	flex: 0 0 auto;
}

.play-next-pick-callout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid rgba(24, 199, 216, 0.24);
	border-radius: 18px;
	background:
		radial-gradient(circle at right, rgba(24, 199, 216, 0.14), transparent 36%),
		rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.play-next-pick-callout__copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.play-next-pick-callout__copy span,
.prediction-next-chip {
	color: #0891b2;
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.play-next-pick-callout__copy strong {
	color: #0f172a;
	font-size: 1rem;
	line-height: 1.2;
}

.play-next-pick-callout__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 0 0 auto;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(14, 165, 233, 0.24);
	border-radius: 999px;
	color: #07111f;
	font-size: 0.9rem;
	font-weight: 900;
	text-decoration: none;
	background: linear-gradient(135deg, #a5f3fc, #67e8f9 52%, #86efac);
	box-shadow: 0 14px 28px rgba(14, 165, 233, 0.2);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.play-next-pick-callout__button:hover,
.play-next-pick-callout__button:focus-visible {
	color: #07111f;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(14, 165, 233, 0.28);
}

.prediction-next-chip {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 26px;
	padding: 0 10px;
	border: 1px solid rgba(14, 165, 233, 0.28);
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
}

.prediction-match-card.is-quick-next-prediction {
	border-color: rgba(14, 165, 233, 0.4);
	box-shadow: 0 22px 52px rgba(14, 165, 233, 0.12), 0 12px 28px rgba(15, 23, 42, 0.08);
}

.prediction-match-card.is-focus-pulse {
	animation: nextPickFocusPulse 1.8s ease;
}

@keyframes nextPickFocusPulse {
	0%, 100% {
		box-shadow: 0 22px 52px rgba(14, 165, 233, 0.12), 0 12px 28px rgba(15, 23, 42, 0.08);
	}
	45% {
		box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.16), 0 26px 62px rgba(14, 165, 233, 0.22);
	}
}

@media (max-width: 640px) {
	.play-next-pick-callout {
		align-items: stretch;
		flex-direction: column;
		padding: 14px;
	}

	.play-next-pick-callout__button {
		width: 100%;
	}
}

.prediction-match-card .match-status-chip {
	height: 30px;
	min-height: 30px;
	padding: 0 11px;
	font-size: 12px;
	gap: 6px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.prediction-match-card .match-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	padding: 12px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(248, 250, 252, 0.84), rgba(255, 255, 255, 0.96));
}

.prediction-match-card .match-team {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.prediction-match-card .match-team--away {
	justify-content: flex-end;
	text-align: right;
}

.prediction-match-card .match-team--away .match-team-flag {
	order: 2;
}

.prediction-match-card .match-team-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.prediction-match-card .match-team-name {
	color: #07111f;
	font-size: clamp(1.02rem, 2vw, 1.25rem);
	font-weight: 950;
	line-height: 1.05;
	letter-spacing: -0.035em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prediction-match-card .match-team-code {
	color: #66758c;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.prediction-match-card .match-team-flag {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.88);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.prediction-match-card .match-vs {
	display: grid;
	place-items: center;
	min-width: 48px;
	height: 48px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(24, 199, 216, 0.14));
	color: #2563eb;
	font-size: 0.9rem;
	font-weight: 950;
	letter-spacing: -0.02em;
}

.prediction-match-card .match-prediction-area {
	display: grid;
	gap: 9px;
	padding-top: 2px;
}

.prediction-match-card .match-prediction-label {
	color: #2563eb;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.prediction-match-card .match-prediction-select {
	width: min(100%, 360px);
	padding: 0;
	background: transparent;
	justify-content: flex-start;
}

.prediction-match-card .match-prediction-select.prediction-controls--score {
	width: auto;
}

.prediction-match-card .match-prediction-summary {
	margin: 0;
	color: #66758c;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.25;
}

.prediction-match-card .match-prediction-summary.is-pending {
	color: #94a3b8;
}

.prediction-match-card.is-saved .match-hero {
	border-color: rgba(16, 185, 129, 0.18);
	box-shadow: 0 16px 42px rgba(16, 185, 129, 0.06);
}

.prediction-match-card.is-dirty .match-hero {
	border-color: rgba(24, 199, 216, 0.28);
	box-shadow: 0 16px 42px rgba(24, 199, 216, 0.08);
}

.live-match-card {
	border-color: rgba(34, 197, 94, 0.22);
	background: linear-gradient(135deg, rgba(240, 253, 244, 0.92), rgba(236, 254, 255, 0.88));
	box-shadow: 0 22px 44px rgba(15, 23, 42, 0.06);
}

.prediction-card:hover {
	border-color: rgba(37, 99, 235, 0.22);
	transform: translateY(-2px);
}

.prediction-card__meta,
.quick-prediction-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--color-text-muted);
	font-size: 0.9rem;
}

.match-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.prediction-card__teams {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 14px;
}

.mobile-teams-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 14px;
}

.mobile-team {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
}

.mobile-vs {
	flex: 0 0 auto;
}

.team-code {
	display: grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding: 0 10px;
	border-radius: 16px;
	background: rgba(37, 99, 235, 0.08);
	color: var(--color-primary);
	font-family: var(--font-display);
	font-weight: 800;
}

.prediction-status-badge,
.match-status-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: -0.02em;
	border: 1px solid transparent;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.prediction-status-badge:hover,
.match-status-chip:hover {
	transform: translateY(-1px);
}

.prediction-status-pending {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(251, 191, 36, 0.12));
	color: #b45309;
	border-color: rgba(245, 158, 11, 0.16);
}

.prediction-status-predicted {
	background: rgba(34, 197, 94, 0.12);
	color: #166534;
}

.prediction-status-unsaved,
.prediction-status-badge.is-dirty {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(251, 191, 36, 0.1));
	color: #b45309;
	border-color: rgba(245, 158, 11, 0.22);
}

.prediction-status-saved {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(16, 185, 129, 0.14));
	color: #047857;
	border-color: rgba(16, 185, 129, 0.18);
}

.prediction-status-locked {
	background: linear-gradient(135deg, rgba(148, 163, 184, 0.18), rgba(203, 213, 225, 0.14));
	color: #475569;
	border-color: rgba(148, 163, 184, 0.18);
}

.prediction-status-finished {
	background: rgba(15, 23, 42, 0.08);
	color: var(--color-text);
}

.quick-prediction-shell {
	padding-top: 14px;
	border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.match-card-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quick-prediction-shell p {
	margin: 8px 0 0;
	color: var(--color-text-muted);
}

.prediction-group-card {
	position: relative;
	padding: 22px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.1), transparent 34%),
		rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(24, 199, 216, 0.22);
	box-shadow: 0 24px 70px rgba(7, 17, 31, 0.08);
}

.prediction-group-card.is-complete {
	padding-top: 18px;
	padding-bottom: 18px;
	box-shadow: 0 16px 42px rgba(7, 17, 31, 0.05);
}

.prediction-group-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 18px;
}

.prediction-group-card.is-complete .prediction-group-header {
	margin-bottom: 12px;
}

.prediction-group-header__copy {
	display: grid;
	gap: 6px;
}

.prediction-group-card.is-complete .prediction-group-header__copy {
	gap: 4px;
}

.prediction-group-header__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.prediction-group-card.is-complete .prediction-group-header__actions {
	gap: 8px;
}

.prediction-group-title-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.prediction-group-title {
	font-size: clamp(1.9rem, 4vw, 2.2rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	color: #07111f;
}

.prediction-group-card.is-complete .prediction-group-title {
	font-size: clamp(1.55rem, 3.3vw, 1.85rem);
}

.prediction-group-progress,
.prediction-group-complete {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 900;
}

.prediction-group-progress {
	background: rgba(7, 17, 31, 0.06);
	color: #66758c;
}

.prediction-group-complete {
	background: rgba(34, 197, 94, 0.12);
	color: #047857;
}

.prediction-group-card.is-complete .prediction-group-progress,
.prediction-group-card.is-complete .prediction-group-complete {
	height: 34px;
	padding: 0 14px;
	font-size: 0.84rem;
}

.prediction-group-meta,
.prediction-group-deadline,
.prediction-group-dirty {
	font-size: 0.92rem;
	line-height: 1.35;
	margin: 0;
}

.prediction-group-meta {
	color: var(--color-text);
	font-weight: 700;
}

.prediction-group-card.is-complete .prediction-group-meta,
.prediction-group-card.is-complete .prediction-group-deadline,
.prediction-group-card.is-complete .prediction-group-dirty {
	font-size: 0.86rem;
}

.prediction-group-deadline {
	color: var(--color-text-muted);
}

.prediction-group-dirty {
	color: #b45309;
	font-weight: 800;
}

.prediction-group-footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
}

.prediction-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.prediction-toolbar__meta {
	display: grid;
	gap: 4px;
	color: #475569;
	font-size: 0.9rem;
}

.prediction-toolbar__meta strong {
	color: #07111f;
}

.predictions-progress-inline {
	margin: 14px 0 18px;
	padding: 0;
	border: 0;
	background: transparent;
}

.predictions-progress-copy {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.predictions-progress-copy strong {
	color: #07111f;
	font-size: 18px;
	font-weight: 950;
}

.predictions-progress-copy span,
.predictions-progress-dirty {
	color: #64748b;
	font-size: 14px;
	font-weight: 850;
}

.predictions-progress-dirty {
	display: block;
	margin: -8px 0 12px;
	color: #b45309;
}

.predictions-progress-dirty:empty {
	display: none;
}

.predictions-progress-track,
.predictions-progress-shell {
	height: 3px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.14);
	overflow: hidden;
}

.predictions-progress-shell {
	width: 100%;
}

.predictions-progress-fill {
	height: 100%;
	border-radius: inherit;
	background: rgba(231, 210, 168, 0.78);
	box-shadow: none;
	transition: width 0.2s ease;
}

.prediction-filters-wrapper {
	position: relative;
	width: 100%;
	min-width: 0;
}

.prediction-filters-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(248, 250, 252, 0.95));
}

.prediction-segments {
	width: 100%;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 8px;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	flex-wrap: nowrap;
}

.prediction-segments::-webkit-scrollbar {
	display: none;
}

.ios-safe-group-nav {
	display: grid;
	gap: 14px;
	margin: 18px 0 20px;
}

.ios-safe-group-nav__meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	color: #475569;
	font-size: 0.9rem;
	font-weight: 850;
}

.ios-safe-group-nav__meta strong {
	color: #07111f;
	font-size: 1.05rem;
	font-weight: 950;
}

.ios-safe-group-nav__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.ios-safe-group-nav__actions a:only-child {
	grid-column: 1 / -1;
}

.ios-safe-group-tabs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 2px 2px 8px;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.ios-safe-group-tabs::-webkit-scrollbar {
	display: none;
}

.ios-safe-group-tab {
	flex: 0 0 auto;
	min-width: 104px;
	padding: 10px 12px;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	color: #2563eb;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.ios-safe-group-tab span,
.ios-safe-group-tab strong {
	display: block;
}

.ios-safe-group-tab span {
	font-size: 0.78rem;
	font-weight: 950;
}

.ios-safe-group-tab strong {
	margin-top: 2px;
	color: #07111f;
	font-size: 0.9rem;
	font-weight: 950;
}

.ios-safe-group-tab.is-active {
	border-color: rgba(37, 99, 235, 0.34);
	background: linear-gradient(135deg, rgba(219, 234, 254, 0.95), rgba(255, 255, 255, 0.98));
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.12);
}

.ios-safe-group-tab.is-complete {
	border-color: rgba(13, 148, 136, 0.22);
	color: #0f766e;
}

.play-mobile-group-nav {
	gap: 12px;
}

.play-mobile-group-nav--surface {
	margin: 6px 0 18px;
}

.play-mobile-group-tabs {
	margin: 0;
	padding: 2px 2px 8px;
}

.play-filter-group-tabs {
	margin: 16px 0 18px;
}

.play-mobile-group-tab.mobile-group-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	border-radius: 999px;
	text-decoration: none;
}

.play-mobile-group-tab span {
	line-height: 1;
}

.play-mobile-group-tab.is-complete::after {
	content: "";
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 9px;
	height: 9px;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	background: #0d9488;
	box-shadow: 0 6px 14px rgba(13, 148, 136, 0.2);
}

.play-mobile-group-tab.is-active.is-complete::after {
	border-color: rgba(255, 255, 255, 0.72);
	background: #ffffff;
}

@media (max-width: 767px) {
	.play-page .prediction-select-shell {
		min-height: 52px;
	}
}

@media (max-width: 390px) {
	.play-page .prediction-select-shell {
		min-height: 38px;
	}
}

@media (max-width: 360px) {
	.play-page .prediction-select-shell {
		min-height: 36px;
	}
}

.prediction-segment {
	flex: 0 0 auto;
	height: 52px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid rgba(37, 99, 235, 0.1);
	background: linear-gradient(135deg, rgba(219, 234, 254, 0.6), rgba(255, 255, 255, 0.92));
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
	font-weight: 900;
	color: #2563eb;
	transition:
		transform 0.16s ease,
		box-shadow 0.16s ease,
		background 0.16s ease,
		color 0.16s ease;
}

.prediction-segment:active {
	transform: scale(0.98);
}

.prediction-segment.active,
.prediction-segment.is-active {
	background: linear-gradient(135deg, #2563eb, #18c7d8, #6557e8);
	color: #ffffff;
	border-color: transparent;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.2);
}

.segment-label {
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
}

.prediction-segment.active .segment-label,
.prediction-segment.is-active .segment-label {
	color: #ffffff;
}

.segment-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 9px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 950;
	background: rgba(37, 99, 235, 0.12);
	color: inherit;
	white-space: nowrap;
}

.prediction-filter-empty {
	margin-top: 10px;
	margin-bottom: 18px;
	padding: 18px 18px 16px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.12), transparent 36%),
		rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(24, 199, 216, 0.18);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.prediction-filter-empty__title {
	font-size: 1rem;
	font-weight: 900;
	color: #07111f;
}

.prediction-filter-empty__copy {
	font-size: 0.93rem;
	line-height: 1.45;
	color: #66758c;
}

.prediction-filter-empty__action {
	margin-top: 14px;
}

.prediction-segment.active .segment-value,
.prediction-segment.is-active .segment-value {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

@media (hover: hover) {
	.prediction-segment:hover {
		transform: translateY(-2px);
		box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
	}

	.prediction-segment.active:hover,
	.prediction-segment.is-active:hover {
		box-shadow: 0 18px 38px rgba(37, 99, 235, 0.24);
	}
}

.save-group-btn {
	height: 44px;
	border: 0;
	border-radius: 999px;
	padding: 0 20px;
	font-weight: 900;
	color: #ffffff;
	background: linear-gradient(135deg, #2563eb, #18c7d8, #6557e8);
	box-shadow: 0 16px 40px rgba(37, 99, 235, 0.2);
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.save-group-btn:hover:not(:disabled) {
	transform: translateY(-1px);
	box-shadow: 0 18px 44px rgba(37, 99, 235, 0.24);
}

.save-group-btn:disabled {
	background: rgba(7, 17, 31, 0.08);
	color: #94a3b8;
	box-shadow: none;
	cursor: not-allowed;
}

.predictions-panel .prediction-list {
	gap: 12px;
}

.predictions-panel .prediction-row-compact {
	position: relative;
	display: grid;
	gap: 12px;
	padding: 16px 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(7, 17, 31, 0.08);
	box-shadow: 0 14px 40px rgba(7, 17, 31, 0.06);
}

.predictions-panel .prediction-row-compact.is-dirty {
	border-color: rgba(24, 199, 216, 0.55);
	background:
		linear-gradient(135deg, rgba(24, 199, 216, 0.08), rgba(101, 87, 232, 0.06)),
		rgba(255, 255, 255, 0.94);
}

.predictions-panel .prediction-row-compact.is-saved {
	border-color: rgba(34, 197, 94, 0.2);
	box-shadow: 0 18px 48px rgba(16, 185, 129, 0.08);
}

.predictions-panel .prediction-row-compact.is-pending {
	box-shadow: 0 18px 48px rgba(245, 158, 11, 0.08);
}

.predictions-panel .prediction-row-compact.has-save-error {
	border-color: rgba(239, 68, 68, 0.42);
	background: linear-gradient(135deg, rgba(254, 226, 226, 0.9), rgba(255, 255, 255, 0.95));
}

.prediction-card__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

.prediction-card__status-stack {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.predictions-panel .prediction-row-compact .match-time {
	font-size: 0.8rem;
	line-height: 1.2;
	color: var(--color-text-muted);
	font-weight: 700;
}

.prediction-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.prediction-match-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(132px, 168px) minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	margin-top: 2px;
}

.play-match-teams {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(132px, 168px) minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.prediction-team-side {
	min-width: 0;
}

.prediction-score-box {
	min-width: 132px;
	width: 100%;
	padding-inline: 10px;
}

.prediction-controls--result {
	padding-inline: 0;
}

.prediction-controls--score {
	flex-direction: column;
	gap: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.prediction-controls--score .prediction-score-separator {
	padding: 0;
	font-size: 0.82rem;
	line-height: 1;
}

.prediction-score-tap-target {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	min-height: 56px;
	margin: -5px;
	border-radius: 18px;
	cursor: text;
	touch-action: manipulation;
}

.prediction-native-save-form {
	align-items: stretch;
	width: min(100%, 360px);
}

.prediction-native-save-form.prediction-controls--result {
	flex-direction: column;
	gap: 8px;
}

.prediction-native-save-form.prediction-controls--score {
	width: min(100%, 220px);
}

.prediction-native-save-btn {
	width: 100%;
	justify-content: center;
}

.prediction-native-save-form.is-saving {
	pointer-events: none;
}

.prediction-native-save-form.is-saving .prediction-native-save-btn,
.prediction-native-save-form.has-save-success .prediction-native-save-btn {
	box-shadow: 0 0 0 1px rgba(53, 208, 226, 0.28), 0 12px 32px rgba(53, 208, 226, 0.18);
}

.prediction-native-save-form.has-save-error .prediction-native-save-btn {
	box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.35), 0 12px 28px rgba(248, 113, 113, 0.14);
}

.prediction-native-save-form.has-unsaved-changes .prediction-native-save-btn {
	border-color: rgba(245, 158, 11, 0.38);
	box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.28), 0 12px 28px rgba(245, 158, 11, 0.12);
}

.prediction-save-feedback {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0;
	color: #fecaca;
	font-size: 0.78rem;
	font-weight: 800;
	text-align: center;
}

.prediction-save-feedback.is-warning {
	color: #f59e0b;
}

.nfl-pick-action__status.is-dirty,
.mlb-pick-action__status.is-dirty,
.champions-pick-action__status.is-dirty,
[data-f1-completion-message].is-dirty {
	color: #b45309;
}

.ios-safe-save-frame {
	position: absolute;
	width: 1px;
	height: 1px;
	border: 0;
	opacity: 0;
	pointer-events: none;
}

.prediction-select-shell {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 100%;
	min-width: 220px;
	min-height: 48px;
	border-radius: 18px;
	cursor: pointer;
	touch-action: manipulation;
	transition:
		transform 0.16s ease,
		box-shadow 0.16s ease,
		border-color 0.16s ease,
		background 0.16s ease;
}

.prediction-select-shell:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 34px rgba(37, 99, 235, 0.12);
}

.prediction-select-shell:focus-within {
	box-shadow: 0 0 0 4px rgba(24, 199, 216, 0.18);
}

.prediction-select-shell::after {
	content: "⌄";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-54%);
	font-size: 18px;
	font-weight: 900;
	color: #66758c;
	pointer-events: none;
	z-index: 4;
}

.prediction-score-input,
.prediction-result-select,
.prediction-qualified-select {
	border: 1px solid rgba(7, 17, 31, 0.12);
	background: transparent;
	color: #07111f;
	box-shadow: none;
}

.prediction-score-input {
	width: 52px;
	height: 52px;
	padding: 0;
	border-radius: 16px;
	text-align: center;
	font-size: 22px;
	font-weight: 800;
}

.prediction-score-input:focus,
.prediction-result-select:focus,
.prediction-qualified-select:focus {
	outline: none;
	border-color: #18c7d8;
	box-shadow: 0 0 0 4px rgba(24, 199, 216, 0.18);
}

.prediction-score-input::-webkit-outer-spin-button,
.prediction-score-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.prediction-score-input {
	-moz-appearance: textfield;
}

.prediction-score-separator {
	font-weight: 800;
	font-size: 1rem;
	color: #66758c;
	padding: 0 4px;
}

.prediction-result-select {
	position: absolute;
	inset: 0;
	height: 100%;
	min-height: 100%;
	min-width: 0;
	width: 100%;
	z-index: 3;
	border-radius: 18px;
	padding: 0 44px 0 16px;
	font-weight: 900;
	background: rgba(255, 255, 255, 0.92);
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	text-align: left;
	text-align-last: left;
}

.prediction-select-shell.has-value .prediction-result-select {
	border-color: rgba(24, 199, 216, 0.42);
	background:
		linear-gradient(135deg, rgba(24, 199, 216, 0.1), rgba(37, 99, 235, 0.08)),
		#ffffff;
	color: #07111f;
}

.prediction-select-shell.is-dirty .prediction-result-select {
	border-color: rgba(245, 158, 11, 0.45);
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.1);
}

.prediction-qualified-select-shell {
	display: grid;
	grid-column: 1 / -1;
	gap: 0.35rem;
	width: min(100%, 280px);
	margin: 0.5rem auto 0;
	text-align: left;
}

.prediction-qualified-select-shell[hidden] {
	display: none;
}

.prediction-qualified-select-shell span {
	color: #66758c;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.prediction-qualified-select {
	min-height: 2.65rem;
	border-radius: 999px;
	padding: 0 2.4rem 0 1rem;
	font-weight: 900;
	text-align: center;
	text-align-last: center;
}

.prediction-readonly {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 0 10px;
	border-radius: 14px;
	background: transparent;
	color: #334155;
	font-weight: 800;
	text-align: center;
}

.prediction-card__footerline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 14px;
	padding-top: 2px;
}

.prediction-inline-meta {
	font-size: 0.78rem;
	color: #66758c;
}

.prediction-summary-inline {
	font-size: 0.82rem;
	font-weight: 800;
	color: #07111f;
}

.prediction-status-badge,
.match-status-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	text-transform: none;
	letter-spacing: -0.02em;
	border: 1px solid transparent;
	box-shadow:
		0 10px 24px rgba(15, 23, 42, 0.08),
		inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.prediction-status-badge.is-dirty {
	background: rgba(245, 158, 11, 0.12);
	color: #b45309;
	border-color: rgba(245, 158, 11, 0.22);
}

.prediction-status-badge.is-saved {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(16, 185, 129, 0.14));
	color: #047857;
	border-color: rgba(16, 185, 129, 0.18);
}

.prediction-status-badge.is-locked {
	background: linear-gradient(135deg, rgba(148, 163, 184, 0.18), rgba(203, 213, 225, 0.14));
	color: #475569;
	border-color: rgba(148, 163, 184, 0.18);
}

.prediction-status-badge.is-finished {
	background: rgba(15, 23, 42, 0.08);
	color: #0f172a;
}

.prediction-status-badge.is-live {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(24, 199, 216, 0.12));
	color: #2563eb;
	border-color: rgba(37, 99, 235, 0.16);
}

.mobile-save-bar {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 86px;
	z-index: 50;
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.12), rgba(231, 210, 168, 0.06)),
		rgba(7, 11, 26, 0.92);
	backdrop-filter: blur(18px) saturate(145%);
	-webkit-backdrop-filter: blur(18px) saturate(145%);
	border: 1px solid rgba(53, 208, 226, 0.22);
	box-shadow:
		0 22px 60px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	padding: 12px 12px;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.prediction-fat-save-button {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 52;
	height: 72px;
	min-width: 248px;
	padding: 0 30px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	background: linear-gradient(135deg, #2563eb, #18c7d8, #6557e8);
	color: #ffffff;
	font-weight: 900;
	font-size: 1.08rem;
	letter-spacing: -0.01em;
	box-shadow:
		0 26px 70px rgba(37, 99, 235, 0.34),
		0 0 0 8px rgba(24, 199, 216, 0.12);
	transform-origin: center;
	animation: prediction-save-pulse 2.1s ease-in-out infinite;
}

.prediction-fat-save-button:hover:not(:disabled) {
	transform: translateY(-2px) scale(1.02);
	box-shadow:
		0 30px 78px rgba(37, 99, 235, 0.4),
		0 0 0 10px rgba(24, 199, 216, 0.16);
}

.prediction-fat-save-button:disabled {
	animation: none;
	box-shadow: none;
}

@keyframes prediction-save-pulse {
	0%, 100% {
		transform: translateY(0) scale(1);
		box-shadow:
			0 26px 70px rgba(37, 99, 235, 0.34),
			0 0 0 8px rgba(24, 199, 216, 0.12);
	}
	50% {
		transform: translateY(-1px) scale(1.015);
		box-shadow:
			0 30px 76px rgba(37, 99, 235, 0.38),
			0 0 0 12px rgba(24, 199, 216, 0.14);
	}
}

.prediction-save-toast {
	position: fixed;
	left: 50%;
	bottom: 112px;
	transform: translateX(-50%);
	z-index: 60;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 800;
	background: rgba(15, 23, 42, 0.92);
	color: #ffffff;
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.22);
}

.prediction-save-toast.is-success {
	background: rgba(4, 120, 87, 0.96);
}

.prediction-save-toast.is-error {
	background: rgba(185, 28, 28, 0.96);
}

.prediction-favorites-card {
	margin-top: 18px;
	padding: 18px;
	border-radius: 24px;
	border: 1px solid rgba(24, 199, 216, 0.2);
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.08), transparent 32%),
		rgba(255, 255, 255, 0.9);
}

.prediction-favorites-card.is-locked {
	opacity: 0.92;
}

.prediction-favorites-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.prediction-favorites-card__body {
	margin-top: 12px;
	display: grid;
	gap: 8px;
	color: #64748b;
}

.mobile-save-bar__copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	font-size: 0.86rem;
	color: rgba(226, 232, 240, 0.76);
	font-weight: 700;
}

.mobile-save-bar__copy strong {
	color: #f8fafc;
	font-size: 0.98rem;
	line-height: 1;
}

.prediction-saved strong {
	color: var(--color-text);
}

.prediction-saved-chip,
.prediction-locked-chip,
.user-prediction-chip,
.finished-result-chip,
.points-earned-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 11px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
}

.prediction-saved-chip,
.user-prediction-chip {
	background: rgba(37, 99, 235, 0.08);
	color: var(--color-primary);
}

.prediction-locked-chip,
.finished-result-chip {
	background: rgba(100, 116, 139, 0.12);
	color: var(--color-text);
}

.points-earned-chip {
	background: rgba(139, 92, 246, 0.12);
	color: var(--color-accent);
}

.live-matches-panel {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(16, 185, 129, 0.34);
	background:
		radial-gradient(circle at 18% 0%, rgba(34, 197, 94, 0.2), transparent 34%),
		radial-gradient(circle at 56% 58%, rgba(45, 212, 191, 0.16), transparent 36%),
		radial-gradient(circle at 94% 14%, rgba(132, 204, 22, 0.18), transparent 30%),
		linear-gradient(180deg, rgba(240, 253, 244, 0.2), transparent 48%),
		var(--color-surface);
	box-shadow:
		0 26px 72px rgba(20, 184, 166, 0.14),
		0 14px 44px rgba(34, 197, 94, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.live-matches-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(115deg, transparent 6%, rgba(255, 255, 255, 0.3) 44%, transparent 66%);
	background-size: 220% 100%;
	opacity: 0.5;
	animation: liveAmbientSweep 10s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.live-matches-panel > * {
	position: relative;
	z-index: 1;
}

.live-badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(34, 197, 94, 0.32);
	background:
		linear-gradient(135deg, rgba(220, 252, 231, 0.96), rgba(187, 247, 208, 0.78)),
		rgba(34, 197, 94, 0.16);
	color: #047857;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08), 0 10px 24px rgba(22, 163, 74, 0.12);
}

.live-badge::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
	animation: livePulse 1.6s infinite;
}

.live-score {
	min-width: 60px;
	padding-inline: 10px;
	border-color: rgba(16, 185, 129, 0.3);
	background:
		radial-gradient(circle at 50% 0%, rgba(187, 247, 208, 0.92), rgba(220, 252, 231, 0.46) 58%, rgba(236, 253, 245, 0.78)),
		linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(45, 212, 191, 0.1));
	color: #14532d;
	font-weight: 900;
}

.live-match-card,
.match-card.is-live,
.knockout-card.is-live {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.live-match-card__ambient {
	position: absolute;
	inset: -1px;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 16%, rgba(34, 197, 94, 0.26), transparent 32%),
		radial-gradient(circle at 88% 72%, rgba(45, 212, 191, 0.22), transparent 34%),
		radial-gradient(circle at 12% 74%, rgba(132, 204, 22, 0.18), transparent 34%),
		linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.2) 46%, transparent 64%);
	background-size: 100% 100%, 100% 100%, 100% 100%, 220% 100%;
	opacity: 0.88;
	animation: liveAmbientSweep 8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.live-match-card > :not(.live-match-card__ambient),
.match-card.is-live > :not(.live-match-card__ambient),
.knockout-card.is-live > :not(.live-match-card__ambient) {
	position: relative;
	z-index: 1;
}

.live-match-card__badge {
	gap: 0.5rem;
	border: 1px solid rgba(34, 197, 94, 0.34);
	background:
		linear-gradient(135deg, rgba(220, 252, 231, 0.94), rgba(187, 247, 208, 0.72)),
		rgba(34, 197, 94, 0.16);
	color: #047857;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08), 0 0 28px rgba(16, 185, 129, 0.18);
}

.live-match-card__wave {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	height: 12px;
}

.live-match-card__wave span {
	display: block;
	width: 2px;
	height: 7px;
	border-radius: 999px;
	background: currentColor;
	opacity: 0.82;
	animation: liveWave 1.15s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.live-match-card__wave span:nth-child(2) {
	animation-delay: 0.14s;
}

.live-match-card__wave span:nth-child(3) {
	animation-delay: 0.28s;
}

.live-score--hero {
	min-width: clamp(86px, 12vw, 132px);
	min-height: clamp(58px, 7vw, 82px);
	border-radius: 22px;
	font-size: clamp(1.45rem, 3.1vw, 2.45rem);
	letter-spacing: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.56);
	box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.24), 0 20px 50px rgba(34, 197, 94, 0.18), 0 0 42px rgba(45, 212, 191, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.live-match-card:hover .live-score--hero,
.match-card.is-live:hover .live-score--hero,
.knockout-card.is-live:hover .live-score--hero {
	transform: scale(1.025);
	box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.34), 0 26px 62px rgba(34, 197, 94, 0.22), 0 0 52px rgba(45, 212, 191, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.live-match-card__momentum {
	color: #047857;
	background: rgba(34, 197, 94, 0.12);
	border-color: rgba(34, 197, 94, 0.24);
}

.live-match-card__feed {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	min-height: 34px;
	margin: 0.2rem 0 0.65rem;
	color: #064e3b;
	font-size: 0.86rem;
	font-weight: 850;
}

.live-match-card__feed--compact {
	margin: -0.15rem 0 0.55rem;
}

.live-match-card__minute,
.live-match-card__event {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	border-radius: 999px;
}

.live-match-card__minute {
	padding: 0.24rem 0.58rem;
	background: rgba(6, 78, 59, 0.9);
	color: #ecfdf5;
	box-shadow: 0 10px 24px rgba(6, 78, 59, 0.18);
}

.live-match-card__event {
	max-width: 100%;
	padding: 0.24rem 0.7rem;
	border: 1px solid rgba(16, 185, 129, 0.24);
	background: rgba(240, 253, 244, 0.82);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.live-goal-timeline {
	display: flex;
	flex-wrap: wrap;
	gap: 0.42rem;
	min-height: 28px;
	margin: -0.2rem 0 0.75rem;
}

.live-goal-timeline--compact {
	margin-bottom: 0.85rem;
}

.live-goal-timeline--pitch {
	justify-content: center;
	max-width: min(360px, 100%);
	margin: 0.12rem auto 0;
}

.live-goal-timeline--pitch .live-goal-timeline__item {
	max-width: 150px;
	min-height: 24px;
	padding-inline: 0.48rem;
	font-size: 0.7rem;
}

.live-goal-timeline__item {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-height: 26px;
	padding: 0.22rem 0.58rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #0f172a;
	font-size: 0.76rem;
	font-weight: 850;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.live-goal-timeline__item--goal {
	border-color: rgba(16, 185, 129, 0.18);
	background: rgba(220, 252, 231, 0.76);
	color: #065f46;
}

.live-goal-timeline__item--red {
	border-color: rgba(220, 38, 38, 0.18);
	background: rgba(254, 226, 226, 0.82);
	color: #991b1b;
}

.live-goal-timeline__item--var {
	border-color: rgba(14, 165, 233, 0.2);
	background: rgba(224, 242, 254, 0.82);
	color: #075985;
}

.live-match-card__cta {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 0.18rem;
	min-height: 54px;
	padding: 0.72rem 1rem;
	border: 1px solid rgba(16, 185, 129, 0.28);
	border-radius: 18px;
	color: var(--color-text);
	text-decoration: none;
	background:
		linear-gradient(135deg, rgba(34, 197, 94, 0.16), rgba(45, 212, 191, 0.1)),
		rgba(255, 255, 255, 0.74);
	box-shadow: 0 14px 36px rgba(16, 185, 129, 0.1);
	transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.live-match-card__cta span {
	color: var(--color-text-muted);
	font-size: 0.72rem;
	font-weight: 850;
	text-transform: uppercase;
}

.live-match-card__cta strong {
	color: #059669;
	font-size: 0.92rem;
	font-weight: 950;
}

.live-match-card__cta:hover,
.live-match-card__cta:focus-visible {
	color: var(--color-text);
	border-color: rgba(16, 185, 129, 0.42);
	box-shadow: 0 18px 46px rgba(16, 185, 129, 0.16);
	transform: translateY(-1px);
}

@keyframes liveAmbientSweep {
	0%, 100% {
		background-position: 0 0, 0 0, 120% 0;
	}
	50% {
		background-position: 0 0, 0 0, -20% 0;
	}
}

@keyframes liveWave {
	0%, 100% {
		transform: scaleY(0.62);
		opacity: 0.58;
	}
	50% {
		transform: scaleY(1.25);
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.live-match-card__ambient,
	.live-match-card__wave span {
		animation: none;
	}
}

@media (max-width: 640px) {
	.live-match-card .quick-prediction-shell {
		flex-direction: column;
		align-items: stretch;
	}

	.live-match-card__cta {
		align-items: flex-start;
		width: 100%;
	}

	.live-match-card__feed,
	.live-goal-timeline {
		align-items: stretch;
	}

	.live-match-card__event,
	.live-goal-timeline__item {
		white-space: normal;
	}
}

.results-points-stack {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.premium-progress {
	height: 12px;
	margin: 18px 0 14px;
	border-radius: 999px;
	background: rgba(226, 232, 240, 0.92);
}

.premium-progress .progress-bar {
	background: var(--gradient-primary);
	border-radius: inherit;
}

.leaderboard-list,
.activity-feed-list,
.prize-mini-table {
	display: grid;
	gap: 10px;
}

.leaderboard-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 16px;
	background: rgba(248, 250, 252, 0.72);
}

.user-name,
.leaderboard-points {
	white-space: nowrap;
}

.leaderboard-row-current-user {
	border-color: rgba(37, 99, 235, 0.28);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(0, 229, 255, 0.08));
}

.participant-link-row {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.participant-link-row--inline {
	display: grid;
	gap: 4px;
	color: inherit;
	text-decoration: none;
	min-width: 0;
}

.leaderboard-current-user .leaderboard-position {
	background: var(--gradient-primary);
	color: #ffffff;
	box-shadow: var(--shadow-glow);
}

.leaderboard-position {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: #ffffff;
	color: var(--color-primary);
	font-family: var(--font-display);
	font-weight: 800;
}

.activity-feed-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px;
	border-radius: 16px;
	background: rgba(248, 250, 252, 0.72);
}

.activity-feed-item p,
.activity-feed-empty p,
.symbolic-prize-card p {
	margin: 0;
	color: var(--color-text-muted);
}

.activity-feed-empty {
	display: grid;
	place-items: center;
	min-height: 160px;
	gap: 10px;
	text-align: center;
	color: var(--color-text-muted);
}

.activity-feed-empty i {
	font-size: 2rem;
	color: var(--color-primary);
}

.play-empty-state {
	box-shadow: none;
	background: rgba(248, 250, 252, 0.74);
}

.play-empty-state.home-join-card {
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(0, 229, 255, 0.1) 58%, rgba(139, 92, 246, 0.09)),
		rgba(255, 255, 255, 0.9);
	box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
}

.play-empty-state h3 {
	margin-bottom: 6px;
}

.symbolic-prize-card h2 {
	margin: 0 0 8px;
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	color: var(--color-text);
}

.distribution-type-badge {
	display: inline-flex;
	width: fit-content;
	margin: 14px 0;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(139, 92, 246, 0.1);
	color: var(--color-accent);
	font-size: 0.78rem;
	font-weight: 800;
}

.prize-mini-table div {
	display: grid;
	grid-template-columns: minmax(56px, 0.8fr) minmax(70px, 0.7fr) minmax(80px, 1fr);
	gap: 8px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
	color: var(--color-text-muted);
}

.prize-row {
	display: grid;
	grid-template-columns: minmax(56px, 0.8fr) minmax(70px, 0.7fr) minmax(80px, 1fr);
	gap: 8px;
}

.prize-mini-table strong {
	color: var(--color-text);
}

.score-rules-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--color-border);
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		var(--color-surface);
	box-shadow: var(--shadow-soft);
}

.score-rules-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 620px;
}

.score-rules-table th,
.score-rules-table td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--color-border);
	text-align: left;
}

.score-rules-table th {
	color: var(--color-text-muted);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
	background: var(--color-surface-elevated);
}

.score-rules-table td {
	color: var(--color-text);
	font-weight: 700;
	background: transparent;
}

.score-rules-table tbody tr:last-child td {
	border-bottom: none;
}

.score-rules-cards-mobile {
	display: none;
}

.score-rule-card {
	padding: 0.9rem 1rem;
	border: 1px solid var(--color-border);
	border-radius: 18px;
	background: var(--color-surface);
}

.score-rule-card__title {
	display: block;
	margin-bottom: 0.7rem;
	font-family: var(--font-display);
}

.score-rule-card__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.45rem 0.8rem;
	color: var(--color-text-muted);
}

.score-rule-card__grid strong {
	color: var(--color-text);
}

@keyframes livePulse {
	0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); }
	70% { box-shadow: 0 0 0 9px rgba(34, 197, 94, 0); }
	100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.site-footer {
	background: rgba(255, 255, 255, 0.58);
	border-top: 1px solid rgba(226, 232, 240, 0.72);
	backdrop-filter: blur(14px);
}

.site-footer__inner {
	display: grid;
	gap: 1rem;
	align-items: center;
	justify-items: start;
}

.site-footer__content {
	display: grid;
	gap: 0.7rem;
	min-width: 0;
}

.site-footer__copy {
	line-height: 1.35;
}

.site-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.75rem;
	align-items: center;
}

.site-footer__action {
	flex: 0 0 auto;
}

.site-footer__action.pwa-install-btn {
	min-height: 42px;
	padding: 0 18px;
	font-size: 0.95rem;
	box-shadow: 0 10px 26px rgba(37, 99, 235, 0.16);
}

@media (min-width: 768px) {
	.site-footer__inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.site-footer__content {
		grid-template-columns: auto minmax(0, auto);
		align-items: center;
	}
}

.cookie-consent {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1200;
	width: min(460px, calc(100vw - 32px));
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 16px;
	padding: 18px 18px 16px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.08), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
	border: 1px solid rgba(37, 99, 235, 0.12);
	box-shadow:
		0 24px 70px rgba(15, 23, 42, 0.14),
		0 0 0 1px rgba(255, 255, 255, 0.72) inset;
	backdrop-filter: blur(18px);
	opacity: 0;
	transform: translateY(14px) scale(0.98);
	transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.cookie-consent[hidden] {
	display: none;
}

.cookie-consent.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.cookie-consent.is-hiding {
	opacity: 0;
	transform: translateY(10px) scale(0.98);
	pointer-events: none;
}

.cookie-consent__orb {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background:
		radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.82), transparent 22%),
		linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(24, 199, 216, 0.82));
	box-shadow:
		0 14px 34px rgba(37, 99, 235, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.42) inset;
	position: relative;
}

.cookie-consent__orb::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 14px;
	top: 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow:
		12px 5px 0 rgba(255, 255, 255, 0.64),
		4px 17px 0 rgba(255, 255, 255, 0.72);
}

.cookie-consent__orb::after {
	content: "";
	position: absolute;
	inset: 8px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
}

.cookie-consent__content {
	min-width: 0;
}

.cookie-consent__eyebrow {
	margin: 0 0 4px;
	color: var(--color-primary);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.cookie-consent__title {
	margin: 0;
	color: var(--color-text-main);
	font-family: var(--font-display);
	font-size: 1.18rem;
	font-weight: 950;
	letter-spacing: 0;
}

.cookie-consent__copy,
.cookie-consent__legal {
	margin: 8px 0 0;
	color: var(--color-text-muted);
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.35;
}

.cookie-consent__legal {
	font-size: 0.78rem;
	opacity: 0.82;
}

.cookie-consent__actions {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding-top: 2px;
}

.cookie-consent__accept,
.cookie-consent__reject,
.cookie-consent__link {
	min-height: 42px;
	border-radius: 8px;
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	font-weight: 900;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.cookie-consent__accept {
	background: var(--gradient-primary);
	color: #ffffff;
	box-shadow: 0 14px 32px rgba(37, 99, 235, 0.18);
}

.cookie-consent__reject {
	background: rgba(37, 99, 235, 0.06);
	color: var(--color-text);
	border: 1px solid rgba(148, 163, 184, 0.16);
}

.cookie-consent__link {
	color: var(--color-primary);
	padding-inline: 6px;
}

.cookie-consent__accept:hover,
.cookie-consent__reject:hover,
.cookie-consent__link:hover,
.cookie-consent__accept:focus-visible,
.cookie-consent__reject:focus-visible,
.cookie-consent__link:focus-visible {
	transform: translateY(-1px);
}

@media (max-width: 768px) {
	.cookie-consent {
		left: 12px;
		right: 12px;
		bottom: calc(12px + env(safe-area-inset-bottom, 0px));
		width: auto;
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
		padding: 16px;
		border-radius: 24px;
	}

	.cookie-consent__orb {
		display: none;
	}

	.cookie-consent__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.cookie-consent__accept,
	.cookie-consent__reject,
	.cookie-consent__link {
		width: 100%;
		min-height: 44px;
	}
}

.pwa-install-btn {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	border: 0;
	padding: 10px 16px;
	font-weight: 900;
	background: linear-gradient(135deg, #2563eb, #18c7d8, #6557e8);
	color: #fff;
	box-shadow: 0 14px 34px rgba(37, 99, 235, 0.22);
	transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.pwa-install-btn:hover,
.pwa-install-btn:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 18px 42px rgba(37, 99, 235, 0.28);
	color: #fff;
}

.pwa-install-btn--surface {
	min-height: 48px;
	padding-inline: 18px;
}

body.pwa-install-available [data-pwa-install-surface],
body.pwa-install-help-available [data-pwa-install-surface] {
	display: inline-flex;
}

body.pwa-installed [data-pwa-install-surface],
body.pwa-installed .pwa-install-menu-item {
	display: none !important;
}

.pwa-install-modal__content {
	border: 1px solid rgba(24, 199, 216, 0.2);
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(24, 199, 216, 0.12), transparent 34%),
		rgba(255, 255, 255, 0.98);
	box-shadow: 0 28px 80px rgba(37, 99, 235, 0.14);
}

.pwa-install-modal__title {
	font-size: clamp(1.8rem, 5vw, 2.4rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
	font-weight: 950;
	color: #07111f;
}

.pwa-install-modal__copy {
	margin-bottom: 16px;
	font-size: 0.98rem;
	font-weight: 700;
	color: #66758c;
}

.pwa-install-modal__steps {
	display: grid;
	gap: 12px;
}

.pwa-install-step {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 14px;
	align-items: stretch;
	padding: 14px 16px;
	min-height: 96px;
	border-radius: 8px;
	background: rgba(248, 250, 252, 0.82);
	border: 1px solid rgba(148, 163, 184, 0.16);
}

.pwa-install-step__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 68px;
	border-radius: 8px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(226, 232, 240, 0.82)),
		linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
		linear-gradient(180deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
	background-size: auto, 24px 24px, 24px 24px;
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.pwa-install-step__index {
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(24, 199, 216, 0.16));
	color: #2563eb;
	font-weight: 900;
	font-size: 0.82rem;
}

.pwa-install-step__icon {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #ffffff;
	color: #2563eb;
	font-size: 1.25rem;
	box-shadow:
		0 12px 26px rgba(15, 23, 42, 0.12),
		inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.pwa-install-step__body {
	display: grid;
	align-content: center;
	gap: 6px;
	min-width: 0;
}

.pwa-install-step__body strong {
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #2563eb;
}

.pwa-install-step p {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.35;
}

@media (max-width: 575.98px) {
	.pwa-install-step {
		grid-template-columns: 78px 1fr;
		padding: 12px;
		min-height: 86px;
	}

	.pwa-install-step__icon {
		width: 38px;
		height: 38px;
		font-size: 1.1rem;
	}
}

@media (max-width: 992px) {
	.home-activation-grid,
	.activation-stepper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-world-status {
		grid-template-columns: 1fr;
	}

	.home-world-status__actions {
		flex-direction: row;
		min-width: 0;
	}

	.home-world-status__actions .btn-primary-gradient,
	.home-world-status__actions .btn-secondary-soft {
		width: auto;
	}

	.futuristic-football-orb {
		width: min(64vw, 240px);
		justify-self: center;
	}

	.home-status-alert {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-league-preview-list {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.play-hero__actions {
		width: 100%;
	}

	.play-empty-layout,
	.play-main-layout {
		grid-template-columns: 1fr;
	}

	.prediction-group-header {
		flex-direction: column;
	}

	.prediction-group-header__actions {
		width: 100%;
		align-items: stretch;
	}

	.save-group-btn--header {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.play-page .play-main-layout.play-main-layout--single {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		align-items: stretch;
	}

	.play-page .play-main-layout--single > .play-main-column,
	.play-page .play-main-layout--single .play-panel,
	.play-page .play-main-layout--single .predictions-panel,
	.play-page .play-main-layout--single .prediction-list,
	.play-page .play-main-layout--single .prediction-match-card {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		align-self: stretch;
	}
}

@media (max-width: 768px) {
	.play-page {
		padding: 1rem 0.65rem 6rem;
		max-width: 100%;
	}

	.play-page .page-container {
		width: 100%;
		margin: 0;
	}

	.play-page * {
		min-width: 0;
	}

	.play-hero {
		padding: 1rem;
		border-radius: 24px;
	}

	.play-hero h1 {
		font-size: clamp(1.75rem, 10vw, 2.65rem);
		line-height: 0.92;
		letter-spacing: 0;
	}

	.play-hero p {
		font-size: 0.88rem;
		line-height: 1.32;
	}

	.play-hero-actions {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}

	.play-hero-actions .btn {
		width: 100%;
		min-height: 44px;
	}

	.play-hero.matches-hero {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.play-hero.matches-hero .play-hero-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.play-hero__actions--competition {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.play-hero-progress__topline {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.play-competition-panel {
		padding: 14px;
		border-radius: 20px;
	}

	.play-competition-panel__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.prediction-progress-strip {
		display: none;
	}

	.play-status-card__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.play-status-card__actions .btn-primary-gradient,
	.play-status-card__actions .btn-secondary-soft {
		width: 100%;
	}

	.ranking-live-mode .ranking-board {
		border-radius: 28px;
	}

	.ranking-live-mode .ranking-entry-card {
		border-radius: 22px;
	}

	.ranking-live-mode .live-disclaimer {
		white-space: normal;
		border-radius: 18px;
		line-height: 1.25;
	}

	.competition-metrics-grid {
		display: flex;
		overflow-x: auto;
		gap: 0.75rem;
		padding-bottom: 0.35rem;
		margin-inline: -0.1rem;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.competition-metrics-grid::-webkit-scrollbar {
		display: none;
	}

	.competition-metrics-grid .metric-card {
		min-width: 155px;
		padding: 1rem;
		border-radius: 22px;
		scroll-snap-align: start;
	}

	.metric-card .metric-value {
		font-size: 2.4rem;
		line-height: 1;
	}

	.metric-card .metric-value-compact {
		font-size: 1.15rem;
		line-height: 1.2;
	}

	.play-main-layout {
		display: flex;
		flex-direction: column;
		gap: 1.35rem;
		width: 100%;
		max-width: 100%;
		align-items: stretch;
	}

	.play-main-column,
	.play-panel,
	.predictions-panel,
	.live-matches-panel,
	.prediction-list,
	.prediction-match-card {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		align-self: stretch;
	}

	.live-panel { order: 1; }
	.predictions-panel { order: 1; }
	.progress-panel { order: 2; }

	.glass-card,
	.leaderboard-card,
	.activity-feed-card,
	.symbolic-prize-card,
	.round-progress-card {
		border-radius: 24px;
		padding: 1.05rem;
	}

	.play-section-title {
		font-size: 1.55rem;
		line-height: 1.05;
	}

	.eyebrow {
		font-size: 0.68rem;
		letter-spacing: 0.08em;
	}

	.prediction-match-card {
		padding: 1rem;
		border-radius: 22px;
	}

	.prediction-group-card {
		padding: 14px;
		border-radius: 20px;
	}

	.prediction-group-header {
		gap: 10px;
		margin-bottom: 14px;
	}

	.prediction-group-header__copy {
		gap: 4px;
	}

	.prediction-group-title {
		font-size: 1.6rem;
	}

	.prediction-group-title-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.prediction-group-progress,
	.prediction-group-complete {
		height: 34px;
		padding: 0 14px;
		font-size: 0.84rem;
	}

	.prediction-group-meta,
	.prediction-group-deadline,
	.prediction-group-dirty {
		font-size: 0.84rem;
		line-height: 1.25;
	}

	.prediction-card__topline {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.prediction-card__status-stack {
		justify-content: flex-start;
	}

	.prediction-match-row {
		display: none;
	}

	.predictions-panel .prediction-row-compact {
		padding: 14px;
		border-radius: 18px;
	}

	.predictions-panel .prediction-row-compact.match-card {
		gap: 12px;
		padding: 14px;
	}

	.prediction-match-card .match-card-header {
		flex-direction: row;
		align-items: flex-start;
	}

	.prediction-match-card .match-meta {
		max-width: calc(100% - 96px);
		font-size: 0.74rem;
	}

	.prediction-match-card .match-status-chip {
		height: 28px;
		min-height: 28px;
		padding: 0 10px;
		font-size: 11px;
	}

	.prediction-match-card .match-hero {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 14px 12px;
		text-align: center;
	}

	.prediction-match-card .match-team,
	.prediction-match-card .match-team--away {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 8px;
	}

	.prediction-match-card .match-team--away .match-team-flag {
		order: 0;
	}

	.prediction-match-card .match-team-name {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		font-size: 1.2rem;
	}

	.prediction-match-card .match-team-flag {
		width: 58px;
		height: 58px;
	}

	.prediction-match-card .match-vs {
		justify-self: center;
		width: 54px;
		min-width: 54px;
		height: 36px;
	}

	.prediction-match-card .match-prediction-area {
		text-align: left;
	}

	.prediction-match-card .match-prediction-select {
		width: 100%;
	}

	.prediction-score-input {
		width: 46px;
		height: 46px;
		font-size: 20px;
	}

	.prediction-match-shell {
		grid-template-columns: minmax(0, 1fr) minmax(118px, 142px) minmax(0, 1fr);
		gap: 12px;
	}

	.play-match-teams {
		grid-template-columns: minmax(0, 1fr) minmax(118px, 142px) minmax(0, 1fr);
		gap: 12px;
	}

	.prediction-score-box {
		width: 100%;
		min-width: 118px;
	}

	.prediction-card__footerline {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.prediction-group-footer {
		flex-direction: column;
		align-items: stretch;
	}

	.save-group-btn--header {
		display: none;
	}

	.save-group-btn--footer,
	.predictions-panel [data-reset-group-trigger] {
		width: 100%;
	}

	.mobile-save-bar {
		display: flex;
	}

	.prediction-fat-save-button {
		display: none !important;
	}

	.prediction-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.predictions-progress-inline {
		margin: 18px 0;
		padding: 16px;
		border-radius: 22px;
	}

	.predictions-progress-copy {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		margin-bottom: 12px;
	}

	.predictions-progress-copy strong {
		font-size: 16px;
	}

	.predictions-progress-copy span,
	.predictions-progress-dirty {
		font-size: 13px;
	}

	.prediction-segments {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		overflow-x: visible;
		padding-right: 2px;
	}

	.prediction-filters-wrapper {
		width: 100%;
	}

	.prediction-filters-wrapper::after {
		display: none;
	}

	.prediction-save-toast {
		left: 12px;
		right: 12px;
		bottom: 148px;
		transform: none;
		text-align: center;
		border-radius: 18px;
	}

	.prediction-favorites-card__header {
		flex-direction: column;
	}

	.results-points-stack {
		align-items: stretch;
	}

	.leaderboard-row {
		display: grid;
		grid-template-columns: auto 1fr auto;
		gap: 0.65rem;
		align-items: center;
		padding: 0.75rem;
		border-radius: 16px;
	}

	.user-name {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.leaderboard-points {
		font-weight: 900;
		white-space: nowrap;
	}

	.prize-table {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
	}

	.prize-row {
		grid-template-columns: auto 1fr auto;
		gap: 0.75rem;
		padding: 0.7rem 0.8rem;
		border-radius: 14px;
		background: rgba(248, 250, 252, 0.75);
	}

	.score-rules-table-desktop {
		display: none;
	}

	.score-rules-cards-mobile {
		display: flex;
		flex-direction: column;
		gap: 0.6rem;
	}

	img,
	svg,
	canvas {
		max-width: 100%;
	}

	.btn {
		white-space: normal;
	}

	.prediction-profile-modal {
		padding: 0;
	}

	.prediction-profile-modal .modal-dialog {
		margin: 0;
		min-height: 100%;
		align-items: flex-end;
	}

	.prediction-profile-modal .modal-content {
		border-radius: 28px 28px 0 0;
		min-height: 86vh;
	}

	.prediction-profile-modal__body {
		padding: 0 16px 20px;
	}

	.prediction-profile-header__identity {
		flex-direction: column;
		align-items: flex-start;
	}

	.prediction-profile-summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.viewer-prediction-card,
	.prediction-profile-match {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 18px;
		border-radius: 22px;
	}

	.viewer-prediction-match,
	.prediction-profile-match h3 {
		font-size: 17px;
	}

	.viewer-prediction-pick {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.viewer-prediction-result {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.viewer-prediction-result__state {
		text-align: left;
	}

	.participant-profile-page__hero,
	.participant-profile-page__filters,
	.participant-profile-page__list {
		padding: 16px;
		border-radius: 24px;
	}

	.participant-profile-page__headline {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 510px) {
	.play-page {
		padding-inline: 0.55rem;
	}

	.prediction-card__topline {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 6px 10px;
	}

	.predictions-panel .prediction-row-compact .match-time {
		font-size: 0.74rem;
		line-height: 1.25;
	}

	.prediction-card__status-stack {
		gap: 6px;
		width: auto;
		flex: 0 0 auto;
	}

	.prediction-status-badge,
	.predictions-panel .status-badge {
		min-height: 42px;
		padding-inline: 20px;
		font-size: 15px;
	}

	.prediction-match-shell {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.play-match-teams {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.prediction-match-shell .team-side-away {
		flex-direction: row-reverse;
		justify-content: flex-start;
		text-align: left;
	}

	.play-match-teams .team-side-away {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
	}

	.prediction-match-shell .team-side,
	.prediction-match-shell .team-side-away {
		min-height: 32px;
	}

	.prediction-score-box {
		min-width: 0;
		width: 100%;
		min-height: 42px;
		padding-inline: 8px;
		border-radius: 16px;
	}

	.prediction-team-side .match-team-name,
	.prediction-match-shell .match-team-name {
		white-space: normal;
		overflow: visible;
		text-overflow: initial;
		line-height: 1.15;
	}

	.prediction-group-title {
		font-size: 1.45rem;
	}

	.prediction-group-progress,
	.prediction-group-complete {
		height: 32px;
		padding-inline: 12px;
		font-size: 0.8rem;
	}

	.prediction-select-shell {
		min-width: 0;
	}

	.prediction-result-select,
	.prediction-readonly {
		height: 42px;
		padding-inline: 10px;
		font-size: 0.98rem;
	}
}

@media (max-width: 442px) {
	.play-page {
		padding-inline: 0.45rem;
	}

	.predictions-panel .prediction-row-compact {
		padding: 11px;
	}

	.prediction-group-card {
		padding: 12px;
	}

	.prediction-group-title {
		font-size: 1.32rem;
	}

	.prediction-group-meta,
	.prediction-group-deadline,
	.prediction-group-dirty {
		font-size: 0.79rem;
	}

	.prediction-match-shell .team-flag,
	.prediction-match-shell .team-flag-fallback {
		width: 28px;
		height: 28px;
		min-width: 28px;
	}

	.prediction-match-shell .match-team strong {
		font-size: 0.84rem;
	}

	.prediction-match-shell .match-team-name {
		font-size: 0.7rem;
	}

	.predictions-panel .prediction-row-compact .match-time {
		font-size: 0.68rem;
	}

	.prediction-match-shell {
		gap: 7px;
	}

	.play-match-teams {
		gap: 7px;
	}

	.prediction-score-box {
		min-width: 0;
		padding-inline: 8px;
	}

	.prediction-score-input {
		width: 40px;
		height: 40px;
		font-size: 17px;
	}

	.prediction-segment {
		height: 54px;
		padding: 0 18px;
		width: 100%;
		justify-content: center;
	}

	.segment-label {
		font-size: 16px;
	}

	.segment-value {
		font-size: 14px;
	}

	.mobile-save-bar {
		left: 8px;
		right: 8px;
		bottom: 82px;
		padding: 11px;
		border-radius: 18px;
	}
}

@media (max-width: 360px) {
	.play-page {
		padding-inline: 0.35rem;
	}

	.glass-card,
	.leaderboard-card,
	.activity-feed-card,
	.symbolic-prize-card,
	.round-progress-card {
		padding: 0.9rem;
		border-radius: 20px;
	}

	.prediction-group-card,
	.predictions-panel .prediction-row-compact {
		border-radius: 16px;
	}

	.prediction-group-title {
		font-size: 1.22rem;
	}

	.prediction-group-progress,
	.prediction-group-complete {
		height: 30px;
		padding-inline: 10px;
		font-size: 0.76rem;
	}

	.prediction-status-badge,
	.predictions-panel .status-badge {
		min-height: 40px;
		font-size: 14px;
		padding-inline: 16px;
	}

	.prediction-match-shell .team-flag,
	.prediction-match-shell .team-flag-fallback {
		width: 26px;
		height: 26px;
		min-width: 26px;
	}

	.prediction-match-shell .match-team strong {
		font-size: 0.8rem;
	}

	.prediction-match-shell .match-team-name,
	.prediction-group-meta,
	.prediction-group-deadline,
	.prediction-group-dirty,
	.predictions-panel .prediction-row-compact .match-time {
		font-size: 0.68rem;
	}

	.prediction-card__topline {
		gap: 5px 8px;
	}

	.prediction-result-select,
	.prediction-readonly {
		height: 40px;
		font-size: 0.88rem;
		padding-inline: 8px;
	}

	.play-page .prediction-row-compact {
		padding: 10px;
	}

	.play-page .play-match-teams {
		gap: 6px;
	}

	.play-page .play-match-teams .team-side,
	.play-page .play-match-teams .team-side-away {
		gap: 7px;
	}

	.play-page .prediction-result-select,
	.play-page .prediction-readonly {
		padding-right: 28px;
		font-size: 0.84rem;
	}

	.prediction-card__footerline {
		gap: 4px;
	}

	.mobile-save-bar__copy {
		font-size: 0.76rem;
	}

	.mobile-save-bar .save-group-btn {
		min-width: 132px;
		height: 50px;
		padding-inline: 22px;
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 18px;
		font-size: 0.94rem;
		box-shadow:
			0 14px 32px rgba(24, 199, 216, 0.22),
			inset 0 1px 0 rgba(255, 255, 255, 0.2);
	}
}

@media (min-width: 769px) {
	.score-rules-cards-mobile {
		display: none;
	}
}

@media (max-width: 576px) {
	.home-activation-grid,
	.activation-stepper {
		grid-template-columns: 1fr;
	}

	.home-world-status {
		padding: 18px;
		border-radius: 24px;
	}

	.home-world-status__metrics,
	.home-league-preview-list--competitive {
		grid-template-columns: 1fr;
	}

	.home-world-status__actions {
		flex-direction: column;
	}

	.home-world-status__actions .btn-primary-gradient,
	.home-world-status__actions .btn-secondary-soft {
		width: 100%;
	}

	.futuristic-football-orb {
		width: min(58vw, 180px);
		margin: 1rem auto 0;
	}

	.activation-card,
	.home-context-card,
	.home-status-alert {
		border-radius: 22px;
		padding: 20px;
	}

	.activation-card {
		min-height: auto;
	}

	.competition-metrics-grid,
	.prediction-card__teams {
		grid-template-columns: 1fr;
	}

	.team-side-away {
		flex-direction: row;
	}
}

@media (max-width: 390px) {
	.ranking-insights-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ranking-entry-card {
		padding: 16px;
	}

	.ranking-entry-position,
	.ranking-entry-points {
		font-size: 36px;
	}

	.ranking-entry-name {
		font-size: 21px;
	}

	.competition-metrics-grid .metric-card {
		min-width: 145px;
	}

	.play-hero {
		padding: 0.9rem;
	}

	.play-page {
		padding: 0.85rem 0.5rem 7.4rem;
	}

	.play-section-title {
		font-size: 1.4rem;
	}

	.mobile-teams-row {
		gap: 0.45rem;
	}

	.play-page .prediction-list {
		gap: 10px;
	}

	.play-page .prediction-row-compact {
		padding: 10px;
		border-radius: 16px;
	}

	.play-page .prediction-card__topline {
		gap: 5px;
	}

	.play-page .prediction-row-compact .match-time,
	.play-page .prediction-inline-meta,
	.play-page .prediction-summary-inline {
		font-size: 0.74rem;
		line-height: 1.22;
	}

	.play-page .prediction-card__status-stack {
		gap: 5px;
	}

	.play-page .prediction-status-badge,
	.play-page .predictions-panel .status-badge {
		height: 42px;
		padding-inline: 20px;
		font-size: 15px;
	}

	.play-page .play-match-teams {
		gap: 6px;
	}

	.play-page .play-match-teams .team-side,
	.play-page .play-match-teams .team-side-away {
		gap: 6px;
	}

	.play-page .play-match-teams .team-flag,
	.play-page .play-match-teams .team-flag-fallback {
		width: 26px;
		height: 26px;
		min-width: 26px;
	}

	.play-page .play-match-teams .match-team strong {
		font-size: 0.8rem;
	}

	.play-page .play-match-teams .match-team-name {
		font-size: 0.7rem;
		line-height: 1.12;
	}

	.play-page .prediction-result-select,
	.play-page .prediction-readonly {
		height: 40px;
		padding-inline: 10px 28px;
		font-size: 0.86rem;
	}

	.play-page .prediction-card__footerline {
		gap: 3px;
	}

	.play-page .mobile-save-bar {
		left: 8px;
		right: 8px;
		bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 6px);
		padding: 9px 10px;
	}
}

@media (max-width: 575.98px) {
	.play-page .play-main-column,
	.play-page .predictions-panel,
	.play-page .prediction-toolbar,
	.play-page .prediction-toolbar__meta,
	.play-page .prediction-filters-wrapper {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		align-self: stretch;
	}

	.play-page .prediction-row-compact {
		overflow: hidden;
	}

	.play-page .prediction-card__topline {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		min-width: 0;
	}

	.play-page .prediction-card__status-stack {
		justify-content: flex-start;
		width: 100%;
		min-width: 0;
	}

	.play-page .prediction-row-compact .match-time {
		max-width: 100%;
		white-space: normal;
	}

	.play-page .prediction-match-shell {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100%;
	}

	.play-page .play-match-teams {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow: visible;
	}

	.play-page .play-match-teams > .prediction-team-side,
	.play-page .play-match-teams > .prediction-score-box {
		grid-column: 1 / -1;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.play-page .prediction-match-shell .team-side,
	.play-page .prediction-match-shell .team-side-away {
		justify-content: flex-start;
		text-align: left;
		width: 100%;
	}

	.play-page .play-match-teams .team-side,
	.play-page .play-match-teams .team-side-away {
		justify-content: flex-start;
		text-align: left;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		gap: 8px;
	}

	.play-page .prediction-match-shell .team-side-away {
		flex-direction: row-reverse;
	}

	.play-page .play-match-teams .team-side-away {
		flex-direction: row;
		justify-content: flex-start;
	}

	.play-page .prediction-score-box {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		min-height: 42px;
		padding: 0 8px;
	}

	.play-page .prediction-select-shell {
		width: 100%;
		min-width: 0;
	}

	.play-page .play-match-teams .match-team {
		min-width: 0;
		max-width: 100%;
	}

	.play-page .play-match-teams .team-flag,
	.play-page .play-match-teams .team-flag-fallback {
		flex: 0 0 auto;
	}

	.play-page .play-match-teams .match-team-name {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		line-height: 1.15;
	}

	.play-page .prediction-result-select,
	.play-page .prediction-readonly {
		width: 100%;
		max-width: 100%;
		height: 52px;
		min-width: 0;
		padding-right: 32px;
		font-size: clamp(0.92rem, 4.3vw, 0.98rem);
		line-height: 1.1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.play-page .prediction-controls--score {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
	}
}

@media (max-width: 1180px) {
	.ranking-card {
		grid-template-columns: minmax(260px, 1.35fr) minmax(82px, 0.42fr) minmax(112px, 0.55fr) minmax(92px, 0.46fr) minmax(108px, 0.4fr);
	}

	.ranking-card > .ranking-stat:not(.ranking-stat-wide) {
		display: none;
	}

	.member-panel-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.ranking-insights-grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.ranking-insight-card {
		min-height: 118px;
		padding: 16px;
		border-radius: 22px;
	}

	.ranking-insight-value {
		font-size: 28px;
	}

	.ranking-insight-text {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 13px;
		line-height: 1.25;
	}

	.ranking-hero {
		padding: 18px 16px;
		border-radius: 24px;
	}

	.ranking-hero__lead {
		font-size: clamp(28px, 9.2vw, 38px);
		line-height: 0.92;
	}

	.ranking-hero__copy {
		font-size: 13px;
		line-height: 1.3;
	}

	.ranking-board {
		padding: 18px;
		border-radius: 26px;
	}

	.ranking-board__actions {
		width: 100%;
		justify-content: flex-start;
	}

	.ranking-mode-chips {
		max-width: 100%;
		overflow-x: auto;
	}

	.ranking-self-bar {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"main points"
			"stats stats"
			"metrics metrics"
			"cta cta";
		align-items: start;
		gap: 10px 12px;
		padding: 16px;
		border-radius: 24px;
	}

	.ranking-self-main {
		display: grid;
		grid-template-columns: auto auto;
		justify-content: flex-start;
		align-items: start;
		gap: 6px 10px;
	}

	.ranking-self-name {
		grid-column: 1 / -1;
		white-space: normal;
		line-height: 1.15;
		font-size: 1.05rem;
	}

	.ranking-self-points-wrap {
		justify-items: end;
		align-self: flex-start;
		min-width: 58px;
		text-align: right;
	}

	.ranking-self-points-wrap .ranking-entry-points {
		font-size: 42px;
	}

	.ranking-self-points-wrap .ranking-entry-points-label {
		font-size: 11px;
	}

	.ranking-self-stats {
		font-size: 0.9rem;
		line-height: 1.35;
	}

	.ranking-self-metrics {
		gap: 6px;
	}

	.ranking-self-metrics span {
		width: auto;
		font-size: 0.82rem;
	}

	.ranking-self-cta {
		width: 100%;
		margin-top: 2px;
	}

	.ranking-self-gap {
		align-self: flex-start;
		margin-top: 2px;
	}

	.ranking-podium-preview__grid {
		grid-template-columns: 1fr;
	}

	.ranking-podium-mini {
		min-height: 86px;
	}

	.ranking-board__story {
		font-size: 0.9rem;
		line-height: 1.4;
	}

	.ranking-list {
		gap: 10px;
	}

	.ranking-entry-card {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 16px;
		border-radius: 24px;
		min-height: auto;
		background:
			radial-gradient(circle at top left, rgba(24,199,216,.16), transparent 34%),
			linear-gradient(135deg, rgba(24,199,216,.08), rgba(255,255,255,.98));
	}

	.ranking-mobile-stack {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.ranking-mobile-momentum {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.ranking-card__identity,
	.ranking-points,
	.ranking-stat,
	.ranking-stat-wide,
	.ranking-gap,
	.ranking-movement {
		display: none;
	}

	.ranking-entry-top {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 12px;
	}

	.ranking-entry-position {
		font-size: 42px;
		line-height: 0.9;
		font-weight: 950;
		letter-spacing: 0;
		color: #07111f;
	}

	.ranking-entry-position-label {
		font-size: 12px;
		font-weight: 900;
		text-transform: uppercase;
		color: #8a96a8;
		margin-top: 4px;
	}

	.ranking-entry-points-wrap {
		flex-shrink: 0;
		text-align: right;
		display: grid;
		justify-items: end;
	}

	.ranking-entry-points {
		font-size: 42px;
		line-height: 0.9;
		font-weight: 950;
		color: #2563eb;
	}

	.ranking-entry-points-label {
		font-size: 11px;
		font-weight: 900;
		text-transform: uppercase;
		color: #66758c;
		margin-top: 4px;
	}

	.ranking-entry-name {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		max-width: 100%;
		font-size: 17px;
		line-height: 1.05;
		font-weight: 950;
		color: #07111f;
		letter-spacing: 0;
	}

	.ranking-entry-badges {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	.ranking-entry-meta {
		display: block;
		margin-top: 0;
		font-size: 13px;
		line-height: 1.35;
		font-weight: 800;
		color: #66758c;
	}

	.ranking-entry-meta span {
		display: inline;
	}

	.ranking-entry-meta span + span::before {
		content: ' · ';
		color: #a8b2c2;
	}

	.ranking-impact-match {
		gap: 16px;
		padding: 18px;
		border-radius: 24px;
	}

	.ranking-impact-match__top,
	.ranking-impact-match__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.ranking-impact-match__top {
		font-size: 0.88rem;
	}

	.ranking-impact-match__teams {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.ranking-impact-vs {
		justify-self: center;
		width: 56px;
		height: 42px;
		min-width: 56px;
		border-radius: 18px;
	}

	.ranking-impact-team-away {
		justify-content: flex-start;
		text-align: left;
	}

	.ranking-impact-team-away .ranking-impact-flag {
		order: -1;
	}

	.ranking-impact-action {
		width: 100%;
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.futuristic-football-orb,
	.orb-lines {
		animation: none;
	}
}

@media (max-width: 390px) {
	.play-page {
		padding: 0.85rem 0.42rem calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 44px) !important;
	}

	.play-page .page-container {
		width: 100% !important;
		max-width: 100% !important;
	}

	.play-page .prediction-list {
		gap: 9px !important;
	}

	.play-page .predictions-panel .prediction-row-compact {
		padding: 10px !important;
		border-radius: 15px !important;
	}

	.play-page .prediction-card__topline {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 4px !important;
	}

	.play-page .prediction-card__status-stack {
		width: 100% !important;
		gap: 4px !important;
	}

	.play-page .prediction-row-compact .match-time,
	.play-page .prediction-inline-meta,
	.play-page .prediction-summary-inline {
		font-size: 0.72rem !important;
		line-height: 1.2 !important;
	}

	.play-page .prediction-status-badge,
	.play-page .predictions-panel .status-badge {
		height: 40px !important;
		padding: 0 16px !important;
		font-size: 14px !important;
	}

	.play-page .play-match-teams {
		gap: 6px !important;
	}

	.play-page .play-match-teams .team-side,
	.play-page .play-match-teams .team-side-away {
		gap: 6px !important;
	}

	.play-page .play-match-teams .team-flag,
	.play-page .play-match-teams .team-flag-fallback {
		width: 26px !important;
		height: 26px !important;
		min-width: 26px !important;
	}

	.play-page .play-match-teams .match-team strong {
		font-size: 0.78rem !important;
	}

	.play-page .play-match-teams .match-team-name {
		font-size: 0.68rem !important;
		line-height: 1.1 !important;
	}

	.play-page .prediction-result-select,
	.play-page .prediction-readonly {
		height: 38px !important;
		font-size: 0.82rem !important;
		padding: 0 26px 0 9px !important;
	}

	.play-page .prediction-card__footerline {
		gap: 3px !important;
	}

	.play-page .mobile-save-bar {
		left: 8px !important;
		right: 8px !important;
		bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 6px) !important;
		padding: 9px 10px !important;
	}
}

@media (max-width: 360px) {
	.play-page {
		padding-inline: 0.32rem !important;
	}

	.play-page .predictions-panel .prediction-row-compact {
		padding: 9px !important;
	}

	.play-page .prediction-row-compact .match-time,
	.play-page .prediction-inline-meta,
	.play-page .prediction-summary-inline,
	.play-page .play-match-teams .match-team-name {
		font-size: 0.66rem !important;
	}

	.play-page .prediction-result-select,
	.play-page .prediction-readonly {
		height: 36px !important;
		font-size: 0.78rem !important;
	}
}

/* Prediction match cards v3: sports row with score controls inside the matchup. */
.play-page .predictions-panel .prediction-row-compact.match-card,
.play-page .prediction-match-card {
	gap: 10px;
	padding: 12px 14px;
	border-radius: 20px;
}

.play-page .prediction-match-card .match-card-header {
	align-items: center;
	gap: 10px;
}

.play-page .prediction-match-card .prediction-card__status-stack {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.play-page .prediction-match-card .match-status-chip {
	height: 28px !important;
	min-height: 28px !important;
	padding: 0 10px !important;
	font-size: 11px !important;
	line-height: 1;
}

.play-page .prediction-match-card .match-deadline-chip {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 9px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 999px;
	color: #66758c;
	background: rgba(255, 255, 255, 0.58);
	font-size: 0.74rem;
	font-weight: 850;
	white-space: nowrap;
}

.play-page .prediction-match-card .match-meta {
	justify-content: flex-end;
	font-size: 0.76rem;
	white-space: nowrap;
}

.play-page .prediction-match-card .match-hero {
	grid-template-columns: minmax(0, 1fr) minmax(132px, auto) minmax(0, 1fr);
	gap: 12px;
	padding: 10px;
	border-radius: 18px;
}

.play-page .prediction-match-card .match-team {
	gap: 10px;
}

.play-page .prediction-match-card .match-team-name {
	font-size: clamp(0.96rem, 1.5vw, 1.08rem);
	letter-spacing: -0.025em;
}

.play-page .prediction-match-card .match-team-code {
	font-size: 0.68rem;
}

.play-page .prediction-match-card .match-team-flag {
	width: 38px;
	height: 38px;
	min-width: 38px;
}

.play-page .prediction-match-card .match-score-control {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.play-page .prediction-match-card .match-score-control .prediction-score-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	gap: 7px;
}

.play-page .prediction-match-card .match-score-control .prediction-controls--score {
	flex-direction: row;
}

.play-page .prediction-match-card .match-score-control .prediction-score-input {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	font-size: 1.18rem;
	font-weight: 900;
}

.play-page .prediction-match-card .match-score-control .prediction-score-tap-target {
	min-width: 56px;
	min-height: 56px;
}

.play-page .prediction-match-card .match-score-control .prediction-score-separator {
	padding: 0;
	color: #94a3b8;
	font-size: 1.05rem;
	font-weight: 950;
}

.play-page .prediction-match-card .match-score-control .prediction-select-shell {
	width: min(100%, 190px);
	min-width: 150px;
	min-height: 46px;
}

.play-page .prediction-match-card .match-score-control .prediction-result-select,
.play-page .prediction-match-card .match-score-control .prediction-qualified-select,
.play-page .prediction-match-card .match-score-control .prediction-readonly {
	height: 46px;
	border-radius: 14px;
	font-size: 0.86rem;
	font-weight: 900;
}

.play-page .prediction-match-card .match-score-control .prediction-readonly {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	padding: 0 14px;
}

.play-page .prediction-match-card .match-score-control .prediction-native-save-form {
	width: auto;
}

.play-page .prediction-match-card .match-score-control .prediction-native-save-form.prediction-controls--result {
	display: grid;
	grid-template-columns: minmax(145px, 1fr) auto;
	align-items: center;
	gap: 8px;
}

.play-page .prediction-match-card .match-score-control .prediction-native-save-btn {
	width: auto;
	min-height: 38px;
	padding-inline: 12px;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.play-page .prediction-match-card .match-hero {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
		gap: 8px;
		padding: 9px;
	}

	.play-page .prediction-match-card .match-card-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.play-page .prediction-match-card .match-meta {
		justify-content: flex-start;
	}

	.play-page .prediction-match-card .match-team,
	.play-page .prediction-match-card .match-team--away {
		flex-direction: column !important;
		justify-content: center !important;
		text-align: center !important;
		gap: 6px;
	}

	.play-page .prediction-match-card .match-team--away .match-team-flag {
		order: 0 !important;
	}

	.play-page .prediction-match-card .match-team-name {
		display: -webkit-box;
		font-size: 0.9rem !important;
		line-height: 1.05 !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: normal !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.play-page .prediction-match-card .match-team-flag {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
	}

	.play-page .prediction-match-card .match-score-control .prediction-score-input {
		width: 42px;
		height: 42px;
	}

	.play-page .prediction-match-card .match-score-control .prediction-score-tap-target {
		min-width: 54px;
		min-height: 54px;
		margin: -6px;
	}

	.play-page .prediction-match-card .match-score-control .prediction-select-shell {
		min-width: 118px;
		width: 128px;
	}

	.play-page .prediction-match-card .match-score-control .prediction-native-save-form.prediction-controls--result {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.play-page .prediction-match-card {
		padding: 10px;
	}

	.play-page .prediction-match-card .match-hero {
		grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr) !important;
	}

	.play-page .prediction-match-card .match-team-code {
		display: none;
	}

	.play-page .prediction-match-card .match-score-control .prediction-score-input {
		width: 38px;
		height: 38px;
		border-radius: 12px;
		font-size: 1rem;
	}

	.play-page .prediction-match-card .match-score-control .prediction-score-tap-target {
		min-width: 52px;
		min-height: 52px;
		margin: -7px;
	}

	.play-page .prediction-match-card .match-score-control .prediction-score-separator {
		font-size: 0.92rem;
	}
}

/* Keep score controls comfortably tappable in both Corporate and B2C play surfaces. */
@media (max-width: 767px) {
	.play-page .prediction-match-card .match-hero {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-template-areas:
			"home away"
			"control control";
		align-items: stretch;
		gap: 10px;
		padding: 10px;
	}

	.play-page .prediction-match-card .match-team {
		min-width: 0;
		padding: 2px 4px;
	}

	.play-page .prediction-match-card .match-team--home {
		grid-area: home;
	}

	.play-page .prediction-match-card .match-team--away {
		grid-area: away;
	}

	.play-page .prediction-match-card .match-score-control {
		grid-area: control;
		width: 100%;
		padding-top: 2px;
	}

	.play-page .prediction-match-card .match-score-control .prediction-native-save-form,
	.play-page .prediction-match-card .match-score-control .prediction-score-box {
		width: min(100%, 19rem);
		margin-inline: auto;
	}

	.play-page .prediction-match-card .match-score-control .prediction-native-save-form.prediction-controls--score {
		display: grid;
		grid-template-columns: minmax(8.5rem, auto) minmax(7rem, 1fr);
		align-items: center;
		justify-content: center;
		gap: 8px;
	}

	.play-page .prediction-match-card .match-score-control .prediction-native-save-form.prediction-controls--result {
		width: min(100%, 20rem);
	}

	.play-page .prediction-match-card .match-score-control .prediction-readonly {
		width: min(100%, 14rem);
		margin-inline: auto;
	}

	.play-page .prediction-match-card .match-score-control .prediction-native-save-btn {
		width: 100%;
		min-height: 44px;
		padding-inline: 12px;
	}

	.play-page .prediction-match-card .match-score-control .prediction-score-box {
		gap: 2px;
	}

	.play-page .prediction-match-card .match-score-control .prediction-score-tap-target {
		min-width: 54px;
		min-height: 54px;
	}

	.play-page .prediction-match-card .match-score-control .prediction-score-separator {
		min-width: 12px;
		text-align: center;
	}
}

@media (max-width: 380px) {
	.play-page .prediction-match-card .match-score-control .prediction-native-save-form.prediction-controls--score {
		grid-template-columns: 1fr;
		width: min(100%, 12.5rem);
	}
}

.admin-leagues-page {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 32px 0 112px;
}

.admin-hero {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-end;
	padding: 28px;
	border: 1px solid rgba(244, 216, 128, 0.18);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(20, 25, 38, 0.92), rgba(11, 17, 29, 0.96));
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.admin-hero .section-title {
	color: #f7fbff;
}

.admin-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.admin-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--muted-text);
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 12px;
}

.admin-back-link:hover {
	color: var(--accent-gold);
}

.admin-kpi-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin: 18px 0;
}

.admin-kpi {
	min-height: 154px;
}

.admin-kpi.is-live {
	border-color: rgba(68, 220, 145, 0.42);
}

.admin-filter-bar,
.admin-league-table,
.admin-detail-panel {
	border-radius: 8px;
}

.admin-filter-form {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) 160px 190px auto auto auto;
	gap: 10px;
	align-items: center;
}

.admin-search {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 14px;
	min-height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--muted-text);
}

.admin-search input {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--text);
	font-weight: 700;
}

.admin-check-filter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--muted-text);
	font-weight: 700;
	white-space: nowrap;
}

.admin-table-header {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	margin-bottom: 18px;
}

.admin-table-header h2 {
	margin: 0;
	color: var(--text);
	font-size: 1.35rem;
}

.admin-league-list {
	display: grid;
	gap: 12px;
}

.admin-league-row {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(180px, 0.55fr) minmax(220px, 0.5fr);
	gap: 16px;
	align-items: center;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.045);
}

.admin-league-main {
	display: flex;
	gap: 14px;
	min-width: 0;
}

.admin-league-avatar {
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: rgba(244, 216, 128, 0.12);
	border: 1px solid rgba(244, 216, 128, 0.24);
	color: var(--accent-gold);
	font-family: var(--font-display);
	font-weight: 800;
}

.admin-league-title-line {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.admin-league-title-line h3 {
	margin: 0;
	font-size: 1.05rem;
	color: var(--text);
}

.admin-league-main p,
.admin-league-health small {
	margin: 4px 0 0;
	color: var(--muted-text);
}

.admin-league-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-top: 10px;
	color: var(--muted-text);
	font-size: 0.86rem;
}

.admin-league-meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.admin-league-health {
	display: grid;
	gap: 8px;
}

.admin-health-label {
	color: var(--text);
	font-weight: 800;
}

.admin-progress-track {
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.admin-progress-track > div {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--accent-gold), #49e2a7);
}

.admin-league-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.admin-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
	color: var(--muted-text);
	font-weight: 800;
}

.admin-pagination .disabled {
	opacity: 0.45;
	pointer-events: none;
}

.admin-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 16px;
	margin-top: 18px;
}

.admin-detail-grid--wide {
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
}

.admin-fact-list,
.admin-ranking-mini,
.admin-member-list,
.admin-activity-list {
	display: grid;
	gap: 10px;
}

.admin-fact-list div,
.admin-ranking-row,
.admin-member-row,
.admin-activity-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 11px 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

.admin-fact-list span,
.admin-member-row span,
.admin-activity-row small {
	color: var(--muted-text);
}

.admin-ranking-row {
	grid-template-columns: 46px minmax(0, 1fr) auto;
}

.admin-ranking-row span {
	color: var(--accent-gold);
	font-weight: 900;
}

.admin-ranking-row em {
	color: var(--text);
	font-style: normal;
	font-weight: 800;
}

.admin-member-row {
	grid-template-columns: minmax(220px, 1fr) auto auto auto auto;
}

.admin-member-row strong,
.admin-activity-row strong {
	display: block;
	color: var(--text);
}

.admin-member-row span {
	font-size: 0.86rem;
}

.admin-activity-row {
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
}

.admin-ops-list {
	display: grid;
	gap: 14px;
}

.admin-ops-match {
	display: grid;
	gap: 14px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.045);
}

.admin-ops-match.needs-attention {
	border-color: rgba(244, 216, 128, 0.35);
	box-shadow: 0 18px 44px rgba(244, 216, 128, 0.08);
}

.admin-ops-targets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px;
}

.admin-ops-target {
	display: grid;
	gap: 4px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.14);
}

.admin-ops-target span,
.admin-ops-target small {
	color: var(--muted-text);
}

.admin-ops-target strong {
	color: var(--text);
}

.admin-ops-actions {
	display: grid;
	gap: 10px;
}

.admin-ops-form {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(72px, 0.25fr)) auto;
	gap: 8px;
	align-items: center;
}

.admin-ops-form input[type="number"] {
	width: 100%;
	min-height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	color: var(--text);
	padding: 0 10px;
	font-weight: 800;
}

.admin-ops-target-picker {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: var(--muted-text);
	font-weight: 800;
}

.admin-ops-target-picker label {
	display: inline-flex;
	gap: 6px;
	align-items: center;
}

@media (max-width: 1100px) {
	.admin-kpi-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.admin-filter-form {
		grid-template-columns: 1fr 1fr;
	}

	.admin-search {
		grid-column: 1 / -1;
	}

	.admin-league-row {
		grid-template-columns: 1fr;
	}

	.admin-ops-form {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.admin-ops-target-picker {
		grid-column: 1 / -1;
	}

	.admin-ops-form .btn-primary-gradient,
	.admin-ops-form .btn-secondary-soft {
		grid-column: 1 / -1;
	}

	.admin-league-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.admin-leagues-page {
		width: min(100% - 20px, 1180px);
		padding-top: 18px;
	}

	.admin-hero {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px;
	}

	.admin-hero__actions,
	.admin-hero__actions .btn-primary-gradient,
	.admin-hero__actions .btn-secondary-soft,
	.admin-filter-form,
	.admin-filter-form .btn-primary-gradient,
	.admin-filter-form .btn-secondary-soft {
		width: 100%;
	}

	.admin-kpi-grid,
	.admin-detail-grid,
	.admin-detail-grid--wide {
		grid-template-columns: 1fr;
	}

	.admin-filter-form {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.admin-table-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.admin-league-main {
		align-items: flex-start;
	}

	.admin-league-meta {
		display: grid;
		grid-template-columns: 1fr;
	}

	.admin-league-actions .btn-primary-gradient,
	.admin-league-actions .btn-secondary-soft {
		flex: 1 1 100%;
	}

	.admin-member-row {
		grid-template-columns: 1fr 1fr;
	}

	.admin-member-row > div {
		grid-column: 1 / -1;
	}

	.admin-ops-form {
		grid-template-columns: 1fr;
	}
}

/* Ranking premium refresh */
html.corporate-surface .ranking-page {
	--rank-bg: #050816;
	--rank-surface: rgba(11, 16, 31, 0.9);
	--rank-surface-strong: rgba(15, 23, 42, 0.96);
	--rank-surface-soft: rgba(15, 23, 42, 0.68);
	--rank-ink: #f8fafc;
	--rank-muted: rgba(203, 213, 225, 0.72);
	--rank-line: rgba(148, 163, 184, 0.16);
	--rank-blue: var(--brand-interaction-primary, #35d0e2);
	--rank-cyan: var(--brand-interaction-primary, #35d0e2);
	--rank-purple: #a78bfa;
	--rank-gold: var(--brand-reward, #ead7a8);
	--rank-silver: #cbd5e1;
	--rank-bronze: #c28b5f;
	--rank-gradient: linear-gradient(135deg, var(--rank-cyan), var(--rank-gold));
	--rank-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
	background:
		radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--rank-cyan) 14%, transparent), transparent 32%),
		radial-gradient(circle at 88% 12%, rgba(234, 215, 168, 0.12), transparent 28%),
		linear-gradient(180deg, #050816 0%, #070b18 58%, #050816 100%);
	color: var(--rank-ink);
}

html.corporate-surface .ranking-page .glass-card {
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(8, 13, 27, 0.92));
	border-color: rgba(148, 163, 184, 0.16);
	box-shadow: var(--rank-shadow);
}

html.corporate-surface .ranking-page .ranking-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
	align-items: center;
	gap: 18px;
	min-height: clamp(270px, 31vw, 420px);
	padding: clamp(22px, 3.2vw, 34px);
	border: 1px solid color-mix(in srgb, var(--rank-cyan) 18%, transparent);
	border-radius: 30px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--rank-cyan) 16%, transparent), transparent 36%),
		radial-gradient(circle at 88% 12%, rgba(234, 215, 168, 0.14), transparent 30%),
		linear-gradient(135deg, rgba(16, 23, 38, 0.98), rgba(5, 8, 22, 0.96));
	background-size: 96px 96px, 96px 96px, auto, auto, auto;
	overflow: hidden;
}

html.corporate-surface .ranking-page .ranking-hero__content,
html.corporate-surface .ranking-page .ranking-hero__actions {
	position: relative;
	z-index: 1;
}

html.corporate-surface .ranking-page .ranking-hero__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 16px;
}

html.corporate-surface .ranking-page .ranking-hero::before {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 38%),
		radial-gradient(circle at 82% 42%, color-mix(in srgb, var(--rank-cyan) 14%, transparent), transparent 24%);
	opacity: 0.82;
}

html.corporate-surface .ranking-page .ranking-hero .eyebrow,
html.corporate-surface .ranking-page .ranking-board-label {
	color: var(--rank-gold);
}

html.corporate-surface .ranking-page .ranking-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

html.corporate-surface .ranking-page .ranking-hero h1,
html.corporate-surface .ranking-page .ranking-hero__lead,
html.corporate-surface .ranking-page .ranking-board h1,
html.corporate-surface .ranking-page .ranking-board h2,
html.corporate-surface .ranking-page .ranking-board h3,
html.corporate-surface .ranking-page .ranking-board .section-title {
	color: var(--rank-ink);
}

html.corporate-surface .ranking-page .ranking-hero__lead {
	max-width: 820px;
	margin-bottom: 12px;
	font-size: clamp(3rem, 5.2vw, 5.2rem);
	line-height: 0.95;
	letter-spacing: 0;
	text-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

html.corporate-surface .ranking-page .ranking-hero__copy,
html.corporate-surface .ranking-page .ranking-board__story,
html.corporate-surface .ranking-page .section-subtitle {
	color: var(--rank-muted);
}

html.corporate-surface .ranking-page .ranking-hero__copy {
	max-width: 760px;
	margin: 0;
	font-size: clamp(1rem, 1.55vw, 1.22rem);
	font-weight: 800;
	line-height: 1.32;
}

html.corporate-surface .ranking-page .ranking-hero .accent,
html.corporate-surface .ranking-page .ranking-hero .hero-accent {
	background: linear-gradient(135deg, #ffffff, var(--rank-gold) 58%, var(--rank-cyan));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

html.corporate-surface .ranking-page .ranking-hero .hero-accent--brown {
	background: linear-gradient(135deg, #f0d4b8, var(--rank-bronze));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.ranking-page .ranking-hero .hero-accent--brown {
	background: linear-gradient(135deg, #f0d4b8, var(--rank-bronze));
	-webkit-background-clip: text;
	background-clip: text;
	color: #c28b5f;
	-webkit-text-fill-color: transparent;
}

html.corporate-surface .ranking-page .ranking-hero__metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	max-width: 760px;
	margin-top: 20px;
}

html.corporate-surface .ranking-page .ranking-hero-metric {
	display: grid;
	gap: 4px;
	min-height: 72px;
	padding: 12px 14px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.055);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.corporate-surface .ranking-page .ranking-hero-metric strong {
	color: var(--rank-ink);
	font-family: var(--font-display);
	font-size: clamp(1.5rem, 2.6vw, 2.15rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

html.corporate-surface .ranking-page .ranking-hero-metric span {
	color: rgba(203, 213, 225, 0.68);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

html.corporate-surface .ranking-page .ranking-hero .corporate-live-network {
	width: clamp(150px, 18vw, 245px);
	opacity: 0.82;
}

html.corporate-surface .ranking-page .ranking-hero .badge-premium,
html.corporate-surface .ranking-page .ranking-board .badge-muted {
	border: 1px solid rgba(234, 215, 168, 0.22);
	background: rgba(255, 255, 255, 0.07);
	color: rgba(248, 250, 252, 0.88);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html.corporate-surface .ranking-page .ranking-insights-grid {
	gap: 14px;
	opacity: 0.9;
}

html.corporate-surface .ranking-page .ranking-insight-card {
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 22px;
	background:
		radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--rank-cyan) 8%, transparent), transparent 34%),
		linear-gradient(145deg, rgba(15, 23, 42, 0.88), rgba(8, 13, 27, 0.94));
	color: var(--rank-ink);
	box-shadow: 0 14px 42px rgba(0, 0, 0, 0.16);
}

html.corporate-surface .ranking-page .ranking-insight-card.is-primary,
html.corporate-surface .ranking-page .ranking-insight-card.is-position {
	background:
		radial-gradient(circle at 18% 16%, rgba(234, 215, 168, 0.12), transparent 34%),
		linear-gradient(145deg, rgba(20, 27, 43, 0.94), rgba(8, 13, 27, 0.94));
}

html.corporate-surface .ranking-page .ranking-insight-card.is-distance,
html.corporate-surface .ranking-page .ranking-insight-card.is-opportunity {
	background:
		radial-gradient(circle at 18% 16%, color-mix(in srgb, var(--rank-cyan) 12%, transparent), transparent 34%),
		linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(8, 13, 27, 0.94));
}

html.corporate-surface .ranking-page .ranking-insight-card.is-danger {
	background:
		radial-gradient(circle at 18% 16%, rgba(194, 139, 95, 0.13), transparent 34%),
		linear-gradient(145deg, rgba(19, 24, 38, 0.92), rgba(8, 13, 27, 0.94));
}

html.corporate-surface .ranking-page .ranking-insight-label,
html.corporate-surface .ranking-page .ranking-insight-text {
	color: var(--rank-muted);
}

html.corporate-surface .ranking-page .ranking-insight-value {
	color: var(--rank-ink);
	font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}

html.corporate-surface .ranking-page .ranking-insight-icon {
	background: rgba(255, 255, 255, 0.07);
	color: var(--rank-gold);
	border: 1px solid rgba(234, 215, 168, 0.16);
}

html.corporate-surface .ranking-page .ranking-board {
	border: 1px solid color-mix(in srgb, var(--rank-cyan) 18%, transparent);
	border-radius: 30px;
	background:
		radial-gradient(circle at 10% 8%, color-mix(in srgb, var(--rank-cyan) 12%, transparent), transparent 32%),
		radial-gradient(circle at 88% 0%, rgba(234, 215, 168, 0.1), transparent 26%),
		linear-gradient(145deg, rgba(12, 18, 34, 0.96), rgba(5, 8, 22, 0.98));
	box-shadow:
		0 34px 100px rgba(0, 0, 0, 0.32),
		0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

html.corporate-surface .ranking-page .ranking-layout > .ranking-board:first-child {
	box-shadow:
		0 36px 110px rgba(0, 0, 0, 0.34),
		0 0 58px color-mix(in srgb, var(--rank-cyan) 7%, transparent);
}

html.corporate-surface .ranking-page .ranking-layout > .ranking-board:first-child::before {
	background: radial-gradient(ellipse at center, color-mix(in srgb, var(--rank-cyan) 16%, transparent), rgba(234, 215, 168, 0.08) 42%, transparent 74%);
}

html.corporate-surface .ranking-page .ranking-mode-chips {
	border-color: rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.06);
}

html.corporate-surface .ranking-page .ranking-mode-chip {
	color: rgba(226, 232, 240, 0.7);
}

html.corporate-surface .ranking-page .ranking-mode-chip.is-active {
	background: linear-gradient(135deg, rgba(234, 215, 168, 0.92), rgba(255, 245, 202, 0.82));
	color: #101522;
	box-shadow: 0 10px 28px rgba(234, 215, 168, 0.16);
}

html.corporate-surface .ranking-page .ranking-mode-chip__live,
html.corporate-surface .ranking-page .live-badge {
	background: rgba(34, 197, 94, 0.14);
	color: #86efac;
	border: 1px solid rgba(34, 197, 94, 0.26);
	box-shadow: 0 0 18px rgba(34, 197, 94, 0.14);
}

html.corporate-surface .ranking-page .ranking-live-match-card {
	border-color: color-mix(in srgb, var(--rank-cyan) 18%, transparent);
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--rank-cyan) 8%, transparent), rgba(234, 215, 168, 0.055)),
		rgba(5, 8, 22, 0.62);
}

html.corporate-surface .ranking-page .ranking-live-match-card__status strong,
html.corporate-surface .ranking-page .ranking-live-match-card__event {
	color: color-mix(in srgb, var(--rank-cyan) 72%, #ffffff);
}

html.corporate-surface .ranking-page .ranking-search-input {
	min-height: 56px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 18px;
	background: rgba(5, 8, 22, 0.62);
	color: var(--rank-ink);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.corporate-surface .ranking-page .ranking-search-input::placeholder {
	color: rgba(203, 213, 225, 0.54);
}

html.corporate-surface .ranking-page .ranking-search-input:focus {
	border-color: color-mix(in srgb, var(--rank-cyan) 38%, transparent);
	box-shadow:
		0 0 0 4px color-mix(in srgb, var(--rank-cyan) 8%, transparent),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html.corporate-surface .ranking-page .ranking-search-icon {
	color: rgba(203, 213, 225, 0.58);
}

html.corporate-surface .ranking-page .ranking-search-clear {
	background: rgba(255, 255, 255, 0.08);
	color: rgba(248, 250, 252, 0.78);
}

html.corporate-surface .ranking-page .ranking-search-loading {
	border-color: color-mix(in srgb, var(--rank-cyan) 16%, transparent);
	border-top-color: var(--rank-cyan);
}

html.corporate-surface .ranking-page .ranking-self-bar {
	border: 1px solid color-mix(in srgb, var(--rank-cyan) 32%, transparent);
	background:
		radial-gradient(circle at 10% 20%, color-mix(in srgb, var(--rank-cyan) 16%, transparent), transparent 34%),
		linear-gradient(135deg, rgba(11, 26, 42, 0.94), rgba(13, 17, 31, 0.96));
	color: var(--rank-ink);
	box-shadow:
		0 22px 70px color-mix(in srgb, var(--rank-cyan) 12%, transparent),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

html.corporate-surface .ranking-page .ranking-self-badge {
	background: color-mix(in srgb, var(--rank-cyan) 14%, transparent);
	color: color-mix(in srgb, var(--rank-cyan) 62%, #ffffff);
	border: 1px solid color-mix(in srgb, var(--rank-cyan) 24%, transparent);
}

html.corporate-surface .ranking-page .ranking-self-stats,
html.corporate-surface .ranking-page .ranking-self-gap {
	color: rgba(226, 232, 240, 0.82);
}

html.corporate-surface .ranking-page .ranking-self-points-wrap,
html.corporate-surface .ranking-page .ranking-self-points-wrap .ranking-entry-points {
	color: var(--rank-gold);
}

html.corporate-surface .ranking-page .ranking-self-points-wrap .ranking-entry-points {
	text-shadow: 0 0 26px rgba(234, 215, 168, 0.14);
}

html.corporate-surface .ranking-page .ranking-self-points-wrap .ranking-entry-points-label {
	color: rgba(226, 232, 240, 0.72);
}

html.corporate-surface .ranking-page .ranking-self-gap {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(148, 163, 184, 0.14);
}

html.corporate-surface .ranking-page .ranking-card {
	border: 1px solid rgba(148, 163, 184, 0.14);
	background:
		radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--rank-cyan) 5.5%, transparent), transparent 34%),
		linear-gradient(135deg, rgba(15, 23, 42, 0.82), rgba(8, 13, 27, 0.92));
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
	color: var(--rank-ink);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

html.corporate-surface .ranking-page .ranking-card:hover {
	border-color: color-mix(in srgb, var(--rank-cyan) 28%, transparent);
	background:
		radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--rank-cyan) 10%, transparent), transparent 36%),
		linear-gradient(135deg, rgba(18, 27, 45, 0.9), rgba(8, 13, 27, 0.94));
	box-shadow: 0 22px 66px rgba(0, 0, 0, 0.26);
	transform: translateY(-1px);
}

html.corporate-surface .ranking-page .ranking-card::before {
	background: linear-gradient(180deg, color-mix(in srgb, var(--rank-cyan) 66%, transparent), rgba(234, 215, 168, 0.42));
}

html.corporate-surface .ranking-page .ranking-card.is-rank-1 {
	border-color: rgba(234, 215, 168, 0.34);
	background:
		radial-gradient(circle at 0% 0%, rgba(234, 215, 168, 0.12), transparent 34%),
		linear-gradient(135deg, rgba(22, 27, 38, 0.92), rgba(8, 13, 27, 0.94));
}

html.corporate-surface .ranking-page .ranking-card.is-rank-1::before {
	background: linear-gradient(180deg, var(--rank-gold), rgba(234, 215, 168, 0.28));
}

html.corporate-surface .ranking-page .ranking-card.is-rank-2 {
	border-color: rgba(203, 213, 225, 0.28);
	background:
		radial-gradient(circle at 0% 0%, rgba(203, 213, 225, 0.1), transparent 34%),
		linear-gradient(135deg, rgba(18, 25, 39, 0.9), rgba(8, 13, 27, 0.94));
}

html.corporate-surface .ranking-page .ranking-card.is-rank-2::before {
	background: linear-gradient(180deg, var(--rank-silver), rgba(203, 213, 225, 0.24));
}

html.corporate-surface .ranking-page .ranking-card.is-rank-3 {
	border-color: rgba(194, 139, 95, 0.3);
	background:
		radial-gradient(circle at 0% 0%, rgba(194, 139, 95, 0.1), transparent 34%),
		linear-gradient(135deg, rgba(21, 24, 34, 0.9), rgba(8, 13, 27, 0.94));
}

html.corporate-surface .ranking-page .ranking-card.is-rank-3::before {
	background: linear-gradient(180deg, var(--rank-bronze), rgba(194, 139, 95, 0.24));
}

html.corporate-surface .ranking-page .ranking-card.is-current-user {
	border-color: color-mix(in srgb, var(--rank-cyan) 46%, transparent);
	background:
		radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--rank-cyan) 16%, transparent), transparent 36%),
		linear-gradient(135deg, rgba(11, 27, 42, 0.94), rgba(8, 13, 27, 0.96));
	box-shadow:
		0 22px 72px color-mix(in srgb, var(--rank-cyan) 13%, transparent),
		0 0 0 1px color-mix(in srgb, var(--rank-cyan) 8%, transparent) inset;
}

html.corporate-surface .ranking-page .ranking-position,
html.corporate-surface .ranking-page .ranking-position span,
html.corporate-surface .ranking-page .ranking-name strong,
html.corporate-surface .ranking-page .ranking-entry-name,
html.corporate-surface .ranking-page .ranking-entry-position,
html.corporate-surface .ranking-page .ranking-stat strong,
html.corporate-surface .ranking-page .ranking-gap strong,
html.corporate-surface .ranking-page .ranking-movement strong {
	color: var(--rank-ink);
}

html.corporate-surface .ranking-page .ranking-position span,
html.corporate-surface .ranking-page .ranking-entry-position,
html.corporate-surface .ranking-page .ranking-entry-name {
	letter-spacing: 0;
}

html.corporate-surface .ranking-page .ranking-position small,
html.corporate-surface .ranking-page .ranking-entry-position-label,
html.corporate-surface .ranking-page .ranking-entry-meta,
html.corporate-surface .ranking-page .ranking-entry-points-label,
html.corporate-surface .ranking-page .ranking-points span,
html.corporate-surface .ranking-page .ranking-stat span,
html.corporate-surface .ranking-page .ranking-gap span,
html.corporate-surface .ranking-page .ranking-movement span {
	color: var(--rank-muted);
}

html.corporate-surface .ranking-page .ranking-points,
html.corporate-surface .ranking-page .ranking-entry-points {
	color: var(--rank-gold);
}

html.corporate-surface .ranking-page .ranking-points strong {
	color: var(--rank-gold);
	text-shadow: 0 0 26px rgba(234, 215, 168, 0.14);
}

html.corporate-surface .ranking-page .ranking-gap {
	border-color: rgba(148, 163, 184, 0.14);
	background: rgba(255, 255, 255, 0.045);
}

html.corporate-surface .ranking-page .ranking-gap.is-leader strong,
html.corporate-surface .ranking-page .ranking-gap.is-tied strong {
	background: none;
	color: var(--rank-gold);
	-webkit-text-fill-color: var(--rank-gold);
}

html.corporate-surface .ranking-page .ranking-avatar {
	border-color: rgba(148, 163, 184, 0.16);
	background: rgba(255, 255, 255, 0.06);
	color: var(--rank-cyan);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.corporate-surface .ranking-page .ranking-avatar.is-leader {
	border-color: rgba(234, 215, 168, 0.28);
	background:
		radial-gradient(circle at 28% 18%, rgba(234, 215, 168, 0.22), transparent 28%),
		rgba(234, 215, 168, 0.08);
	box-shadow: 0 0 22px rgba(234, 215, 168, 0.12);
}

html.corporate-surface .ranking-page .ranking-avatar.is-leader i {
	background: linear-gradient(180deg, #fff7d6, var(--rank-gold));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

html.corporate-surface .ranking-page .you-badge {
	border: 1px solid color-mix(in srgb, var(--rank-cyan) 28%, transparent);
	background: color-mix(in srgb, var(--rank-cyan) 12%, transparent);
	color: color-mix(in srgb, var(--rank-cyan) 64%, #ffffff);
}

html.corporate-surface .ranking-page .podium-badge {
	border: 1px solid rgba(234, 215, 168, 0.18);
	background: rgba(234, 215, 168, 0.08);
	color: rgba(255, 246, 218, 0.92);
}

html.corporate-surface .ranking-page .podium-badge-main {
	border-color: rgba(234, 215, 168, 0.28);
	background: rgba(234, 215, 168, 0.12);
	color: #fff3c4;
	box-shadow: none;
}

html.corporate-surface .ranking-page .ranking-podium-preview {
	margin: 22px 0 26px;
}

html.corporate-surface .ranking-page .ranking-podium-preview__header {
	margin-bottom: 14px;
}

html.corporate-surface .ranking-page .ranking-podium-preview__header h3 {
	color: var(--rank-ink);
	text-shadow: 0 0 24px color-mix(in srgb, var(--rank-cyan) 8%, transparent);
}

html.corporate-surface .ranking-page .ranking-podium-preview__grid {
	gap: 14px;
}

html.corporate-surface .ranking-page .ranking-podium-mini {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	min-height: 156px;
	overflow: hidden;
	padding: 18px 18px 16px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(17, 24, 39, 0.96), rgba(8, 13, 27, 0.98)),
		rgba(8, 13, 27, 0.96);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	color: var(--rank-ink);
	transform: translateZ(0);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

html.corporate-surface .ranking-page .ranking-podium-mini::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 34%),
		linear-gradient(92deg, transparent 58%, color-mix(in srgb, var(--rank-cyan) 16%, transparent));
	opacity: 0.85;
}

html.corporate-surface .ranking-page .ranking-podium-mini::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 14px;
	left: 18px;
	z-index: -1;
	height: 1px;
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--rank-cyan) 34%, transparent), transparent);
	opacity: 0.68;
}

html.corporate-surface .ranking-page .ranking-podium-mini:hover {
	border-color: color-mix(in srgb, var(--rank-cyan) 34%, transparent);
	box-shadow:
		0 30px 86px rgba(0, 0, 0, 0.34),
		0 0 0 1px color-mix(in srgb, var(--rank-cyan) 8%, transparent) inset;
	transform: translateY(-2px);
}

html.corporate-surface .ranking-page .ranking-podium-mini__glow {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
	opacity: 0.26;
	transform: translateX(-36%);
}

html.corporate-surface .ranking-page .ranking-podium-mini__top,
html.corporate-surface .ranking-page .ranking-podium-mini__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

html.corporate-surface .ranking-page .ranking-podium-mini__rank {
	color: var(--rank-gold);
	font-family: var(--font-display);
	font-size: 1.55rem;
	font-weight: 950;
	line-height: 1;
	text-shadow: 0 0 28px rgba(234, 215, 168, 0.16);
}

html.corporate-surface .ranking-page .ranking-podium-mini__medal {
	display: grid;
	place-items: center;
	width: 42px;
	aspect-ratio: 1;
	border: 1px solid rgba(234, 215, 168, 0.22);
	border-radius: 50%;
	background:
		linear-gradient(180deg, rgba(234, 215, 168, 0.18), rgba(234, 215, 168, 0.05)),
		rgba(255, 255, 255, 0.045);
	color: var(--rank-gold);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	font-size: 1.08rem;
}

html.corporate-surface .ranking-page .ranking-podium-mini__name {
	display: -webkit-box;
	min-height: 2.35em;
	overflow: hidden;
	color: #f8fafc;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.15;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

html.corporate-surface .ranking-page .ranking-podium-mini__points {
	color: #f8e7ae;
	font-family: var(--font-display);
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1;
}

html.corporate-surface .ranking-page .ranking-podium-mini small {
	min-width: 0;
	color: rgba(226, 232, 240, 0.74);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: right;
}

html.corporate-surface .ranking-page .ranking-podium-mini.is-rank-1 {
	border-color: rgba(234, 215, 168, 0.34);
	background:
		linear-gradient(145deg, rgba(28, 25, 18, 0.98), rgba(8, 13, 27, 0.98)),
		rgba(8, 13, 27, 0.96);
}

html.corporate-surface .ranking-page .ranking-podium-mini.is-rank-1::before {
	background:
		linear-gradient(120deg, rgba(255, 247, 214, 0.13), transparent 34%),
		linear-gradient(92deg, transparent 58%, rgba(234, 215, 168, 0.18));
}

html.corporate-surface .ranking-page .ranking-podium-mini.is-rank-2 {
	border-color: rgba(203, 213, 225, 0.28);
}

html.corporate-surface .ranking-page .ranking-podium-mini.is-rank-2 .ranking-podium-mini__rank,
html.corporate-surface .ranking-page .ranking-podium-mini.is-rank-2 .ranking-podium-mini__medal {
	color: var(--rank-silver);
}

html.corporate-surface .ranking-page .ranking-podium-mini.is-rank-3 {
	border-color: rgba(194, 139, 95, 0.34);
}

html.corporate-surface .ranking-page .ranking-podium-mini.is-rank-3 .ranking-podium-mini__rank,
html.corporate-surface .ranking-page .ranking-podium-mini.is-rank-3 .ranking-podium-mini__medal {
	color: var(--rank-bronze);
}

html.corporate-surface .ranking-page .ranking-podium-mini.is-current-user {
	border-color: color-mix(in srgb, var(--rank-cyan) 48%, transparent);
	box-shadow:
		0 30px 90px color-mix(in srgb, var(--rank-cyan) 12%, transparent),
		0 0 0 1px color-mix(in srgb, var(--rank-cyan) 10%, transparent) inset;
}

@media (max-width: 760px) {
	html.corporate-surface .ranking-page .ranking-podium-preview__grid {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .ranking-page .ranking-podium-mini {
		min-height: 132px;
		padding: 16px;
	}

	html.corporate-surface .ranking-page .ranking-podium-mini__footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	html.corporate-surface .ranking-page .ranking-podium-mini small {
		text-align: left;
	}
}

html.corporate-surface .ranking-page .ranking-search-empty,
html.corporate-surface .ranking-page .ranking-placeholder,
html.corporate-surface .ranking-page .ranking-empty {
	color: var(--rank-muted);
}

html.corporate-surface .ranking-page .ranking-search-empty h3,
html.corporate-surface .ranking-page .ranking-placeholder h3,
html.corporate-surface .ranking-page .ranking-empty h2 {
	color: var(--rank-ink);
}

html.corporate-surface .ranking-page .ranking-search-empty i,
html.corporate-surface .ranking-page .ranking-placeholder i,
html.corporate-surface .ranking-page .empty-icon {
	color: var(--rank-cyan);
}

html.corporate-surface .ranking-page .ranking-skeleton-row {
	border-color: rgba(148, 163, 184, 0.12);
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(8, 13, 27, 0.92));
}

@media (max-width: 900px) {
	html.corporate-surface .ranking-page .ranking-hero {
		grid-template-columns: 1fr;
		align-items: start;
	}

	html.corporate-surface .ranking-page .ranking-hero__actions,
	html.corporate-surface .ranking-page .ranking-hero .badge-premium {
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
	}

	html.corporate-surface .ranking-page .ranking-hero__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	html.corporate-surface .ranking-page .ranking-card {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 16px;
		min-height: 0;
	}

	html.corporate-surface .ranking-page .ranking-card__identity,
	html.corporate-surface .ranking-page .ranking-card > .ranking-points,
	html.corporate-surface .ranking-page .ranking-card > .ranking-stat,
	html.corporate-surface .ranking-page .ranking-card > .ranking-gap,
	html.corporate-surface .ranking-page .ranking-card > .ranking-movement {
		display: none;
	}

	html.corporate-surface .ranking-page .ranking-mobile-stack {
		position: relative;
		z-index: 1;
		display: grid;
		gap: 12px;
		min-width: 0;
	}

	html.corporate-surface .ranking-page .ranking-mobile-momentum {
		display: flex;
	}

	html.corporate-surface .ranking-page .ranking-mobile-meta {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		color: var(--rank-muted);
	}

	html.corporate-surface .ranking-page .ranking-mobile-meta span {
		display: inline-flex;
		padding: 6px 9px;
		border: 1px solid rgba(148, 163, 184, 0.12);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.045);
	}

	html.corporate-surface .ranking-page .ranking-entry-meta span + span::before {
		content: none;
	}

	html.corporate-surface .ranking-page .ranking-entry-top {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 14px;
	}

	html.corporate-surface .ranking-page .ranking-entry-points-wrap {
		text-align: right;
	}

	html.corporate-surface .ranking-page .ranking-self-bar {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"main points"
			"stats stats"
			"gap gap";
		align-items: start;
	}

	html.corporate-surface .ranking-page .ranking-self-gap {
		width: max-content;
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	html.corporate-surface .ranking-page .ranking-insights-grid {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .ranking-page .ranking-board,
	html.corporate-surface .ranking-page .ranking-hero {
		border-radius: 24px;
	}

	html.corporate-surface .ranking-page .ranking-board__actions {
		justify-content: flex-start;
	}

	html.corporate-surface .ranking-page .ranking-hero__lead {
		font-size: clamp(2.6rem, 12vw, 4rem);
	}

	html.corporate-surface .ranking-page .ranking-hero__metrics {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .ranking-page .ranking-hero .corporate-live-network {
		display: none;
	}

	html.corporate-surface .ranking-page .ranking-search-input {
		min-height: 52px;
		padding-right: 54px;
	}
}

html.corporate-surface .ranking-page {
	/* This legacy Ranking telemetry layer now inherits the same interaction
	 * colour as the rest of the page.  Do not let a second hard-coded cyan
	 * palette bypass the distribution contract. */
	--rank-live-cyan: var(--rank-cyan);
	--rank-live-cyan-soft: color-mix(in srgb, var(--rank-live-cyan) 14%, transparent);
	--rank-live-champagne: var(--rank-gold);
}

html.corporate-surface .ranking-page .ranking-board,
html.corporate-surface .ranking-page .ranking-card,
html.corporate-surface .ranking-page .ranking-self-bar,
html.corporate-surface .ranking-page .ranking-mode-chip {
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		background 180ms ease,
		transform 180ms ease;
}

html.corporate-surface .ranking-page .ranking-mode-chip.is-active {
	position: relative;
	border-color: color-mix(in srgb, var(--rank-live-cyan) 26%, transparent);
	background:
		linear-gradient(135deg, rgba(234, 215, 168, 0.95), rgba(255, 245, 202, 0.86));
	box-shadow:
		0 10px 26px rgba(234, 215, 168, 0.14),
		0 0 22px color-mix(in srgb, var(--rank-live-cyan) 8%, transparent);
}

html.corporate-surface .ranking-page .ranking-mode-chip.is-active::after {
	content: "";
	position: absolute;
	inset: auto 16px 5px 16px;
	height: 1px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--rank-live-cyan) 82%, transparent), transparent);
	opacity: 0.72;
}

html.corporate-surface .ranking-page .ranking-mode-chip__live,
html.corporate-surface .ranking-page .live-badge {
	background: color-mix(in srgb, var(--rank-live-cyan) 10%, transparent);
	color: color-mix(in srgb, var(--rank-live-cyan) 62%, white);
	border-color: color-mix(in srgb, var(--rank-live-cyan) 26%, transparent);
	box-shadow: 0 0 16px color-mix(in srgb, var(--rank-live-cyan) 12%, transparent);
}

html.corporate-surface .ranking-page .ranking-mode-chip__live::before,
html.corporate-surface .ranking-page .live-badge::before,
html.corporate-surface .ranking-page .ranking-live-meta__copy strong::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 7px;
	border-radius: 999px;
	background: var(--rank-live-cyan);
	box-shadow: 0 0 12px color-mix(in srgb, var(--rank-live-cyan) 72%, transparent);
	animation: corporateRankingLivePulse 2.4s ease-in-out infinite;
	vertical-align: middle;
}

html.corporate-surface .ranking-page .ranking-live-meta__copy {
	border-color: color-mix(in srgb, var(--rank-live-cyan) 20%, transparent);
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--rank-live-cyan) 8%, transparent), rgba(255, 255, 255, 0.035));
	color: rgba(226, 232, 240, 0.86);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.corporate-surface .ranking-page .ranking-live-meta__copy strong {
	color: rgba(248, 250, 252, 0.94);
}

html.corporate-surface .ranking-page .ranking-card::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 12px;
	left: 18px;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, var(--rank-live-cyan) 28%, transparent) 18%,
		rgba(234, 215, 168, 0.16) 50%,
		transparent 82%
	);
	opacity: 0.42;
	pointer-events: none;
}

html.corporate-surface .ranking-page .ranking-card:hover,
html.corporate-surface .ranking-page .ranking-card:focus-visible {
	border-color: color-mix(in srgb, var(--rank-live-cyan) 34%, transparent);
	box-shadow:
		0 22px 66px rgba(0, 0, 0, 0.27),
		0 0 28px color-mix(in srgb, var(--rank-live-cyan) 7%, transparent);
}

html.corporate-surface .ranking-page .ranking-card:active,
html.corporate-surface .ranking-page .ranking-self-bar:active {
	transform: translateY(0) scale(0.995);
	border-color: rgba(234, 215, 168, 0.32);
}

html.corporate-surface .ranking-page .ranking-card.is-current-user {
	border-color: rgba(234, 215, 168, 0.42);
	background:
		radial-gradient(circle at 0% 0%, rgba(234, 215, 168, 0.12), transparent 36%),
		radial-gradient(circle at 100% 16%, color-mix(in srgb, var(--rank-live-cyan) 8%, transparent), transparent 32%),
		linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(8, 13, 27, 0.96));
	box-shadow:
		0 22px 72px rgba(0, 0, 0, 0.24),
		0 0 0 1px rgba(234, 215, 168, 0.1) inset,
		inset 0 0 34px rgba(234, 215, 168, 0.035);
}

html.corporate-surface .ranking-page .ranking-card.is-current-user::before {
	background: linear-gradient(180deg, rgba(234, 215, 168, 0.9), color-mix(in srgb, var(--rank-live-cyan) 36%, transparent));
}

html.corporate-surface .ranking-page .ranking-card.is-current-user::after {
	opacity: 0.62;
	background: linear-gradient(90deg, transparent, rgba(234, 215, 168, 0.52), color-mix(in srgb, var(--rank-live-cyan) 24%, transparent), transparent);
}

html.corporate-surface .ranking-page .ranking-self-bar {
	position: relative;
	overflow: hidden;
}

html.corporate-surface .ranking-page .ranking-self-bar::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 10px;
	left: 18px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(234, 215, 168, 0.45), color-mix(in srgb, var(--rank-live-cyan) 25%, transparent), transparent);
	opacity: 0.56;
}

html.corporate-surface .ranking-page .movement-up {
	color: #a7f3d0 !important;
}

html.corporate-surface .ranking-page .movement-down {
	color: #f0b7b7 !important;
}

html.corporate-surface .ranking-page .movement-neutral {
	color: rgba(203, 213, 225, 0.56) !important;
}

html.corporate-surface .ranking-page .ranking-movement strong.movement-up::before,
html.corporate-surface .ranking-page .ranking-movement strong.movement-down::before,
html.corporate-surface .ranking-page .ranking-movement strong.movement-neutral::before,
html.corporate-surface .ranking-page .ranking-entry-meta .movement-up::before,
html.corporate-surface .ranking-page .ranking-entry-meta .movement-down::before,
html.corporate-surface .ranking-page .ranking-entry-meta .movement-neutral::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 6px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 10px currentColor;
	opacity: 0.72;
	vertical-align: middle;
}

html.corporate-surface .ranking-page .ranking-movement strong.movement-up,
html.corporate-surface .ranking-page .ranking-movement strong.movement-down,
html.corporate-surface .ranking-page .ranking-movement strong.movement-neutral {
	border-color: rgba(231, 215, 177, 0.16);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.055), rgba(245, 237, 203, 0.018)),
		rgba(5, 8, 22, 0.58);
	box-shadow:
		0 16px 36px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(245, 237, 203, 0.06);
}

html.corporate-surface .ranking-page .ranking-movement strong.movement-up::before,
html.corporate-surface .ranking-page .ranking-movement strong.movement-down::before,
html.corporate-surface .ranking-page .ranking-movement strong.movement-neutral::before {
	display: inline-flex;
	width: 24px;
	height: 24px;
	margin-right: 0;
	border-radius: 999px;
	font-size: 0.86rem;
	opacity: 1;
	vertical-align: baseline;
}

html.corporate-surface .ranking-page .ranking-movement strong.movement-up::before {
	content: "↗";
	background: linear-gradient(135deg, #34d399, #6ee7b7);
	box-shadow: 0 0 18px rgba(52, 211, 153, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

html.corporate-surface .ranking-page .ranking-movement strong.movement-down::before {
	content: "↘";
	background: linear-gradient(135deg, #f87171, #d6b36a);
	box-shadow: 0 0 18px rgba(248, 113, 113, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

html.corporate-surface .ranking-page .ranking-movement strong.movement-neutral::before {
	content: "→";
	background: linear-gradient(135deg, #64748b, #d6b36a);
	box-shadow: 0 0 18px rgba(214, 179, 106, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

html.corporate-surface .ranking-page .ranking-momentum-inline::before {
	display: inline-flex;
	width: 20px;
	height: 20px;
	margin-right: 0;
	border-radius: 999px;
	font-size: 0.72rem;
	opacity: 1;
	vertical-align: baseline;
}

html.corporate-surface .ranking-page .ranking-momentum-inline.movement-up::before {
	content: "↗";
	background: linear-gradient(135deg, #34d399, #6ee7b7);
	box-shadow: 0 0 14px rgba(52, 211, 153, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

html.corporate-surface .ranking-page .ranking-momentum-inline.movement-down::before {
	content: "↘";
	background: linear-gradient(135deg, #f87171, #d6b36a);
	box-shadow: 0 0 14px rgba(248, 113, 113, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

html.corporate-surface .ranking-page .ranking-momentum-inline.movement-neutral::before {
	content: "→";
	background: linear-gradient(135deg, #64748b, #d6b36a);
	box-shadow: 0 0 14px rgba(214, 179, 106, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

html.corporate-surface .ranking-page .ranking-entry-card.is-live-row {
	border-color: color-mix(in srgb, var(--rank-live-cyan) 24%, transparent);
}

html.corporate-surface .ranking-page .ranking-entry-card.is-live-row::after {
	background-size: 240px 1px;
	animation: corporateRankingTelemetry 4.6s linear infinite;
}

@keyframes corporateRankingLivePulse {
	0%,
	100% {
		opacity: 0.58;
		transform: scale(0.86);
	}
	50% {
		opacity: 1;
		transform: scale(1.08);
	}
}

@keyframes corporateRankingTelemetry {
	0% {
		background-position: -120px 0;
	}
	100% {
		background-position: 120px 0;
	}
}

@media (max-width: 900px) {
	html.corporate-surface .ranking-page .ranking-card:hover {
		transform: none;
	}

	html.corporate-surface .ranking-page .ranking-card::after {
		right: 14px;
		bottom: 9px;
		left: 14px;
	}

	html.corporate-surface .ranking-page .ranking-mobile-meta span {
		transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
	}

	html.corporate-surface .ranking-page .ranking-mobile-meta .movement-up,
	html.corporate-surface .ranking-page .ranking-mobile-meta .movement-down,
	html.corporate-surface .ranking-page .ranking-mobile-meta .movement-neutral {
		border-color: color-mix(in srgb, var(--rank-live-cyan) 14%, transparent);
		background: color-mix(in srgb, var(--rank-live-cyan) 4.5%, transparent);
	}
}

@media (max-width: 575.98px) {
	.official-pitch-card {
		min-height: 212px;
	}

	.official-pitch-card__content {
		grid-template-areas:
			"home away"
			"center center";
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 0.78rem 0.65rem;
		align-content: center;
		min-height: 212px;
		padding: 0.82rem;
	}

	.official-pitch-team {
		grid-area: home;
		align-self: start;
		min-width: 0;
	}

	.official-pitch-team--away {
		grid-area: away;
		align-self: start;
	}

	.official-pitch-center {
		grid-area: center;
		gap: 0.42rem;
		width: 100%;
	}

	.official-pitch-team strong {
		font-size: 1rem;
	}

	.official-pitch-score {
		min-width: 5.15rem;
		min-height: 3.45rem;
		font-size: 1.48rem;
	}

	.official-pitch-pick,
	.official-pitch-impact {
		max-width: min(16rem, 86vw);
	}

	.official-pitch-event {
		max-width: min(14rem, 80vw);
	}
}

html.corporate-product .corporate-landing-page .corporate-pricing-compact-card--recommended {
	grid-column: 1 / -1 !important;
	width: 100%;
}

/* Player Matchup Pattern v1: Tennis reference implementation. */
.player-matchup-card {
	--player-matchup-surface: #111814;
	--player-matchup-panel: rgba(252, 250, 243, 0.055);
	--player-matchup-panel-strong: rgba(252, 250, 243, 0.105);
	--player-matchup-line: rgba(244, 236, 205, 0.24);
	--player-matchup-line-strong: rgba(244, 236, 205, 0.42);
	--player-matchup-accent: #d8b76a;
	--player-matchup-ink: #fffaf0;
	--player-matchup-muted: rgba(255, 250, 240, 0.64);
	position: relative;
	overflow: hidden;
	container-type: inline-size;
	border: 1px solid rgba(244, 236, 205, 0.16);
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 250, 232, 0.11), transparent 30%),
		linear-gradient(135deg, rgba(18, 52, 45, 0.96), rgba(12, 16, 15, 0.98));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
	color: var(--player-matchup-ink);
}

.player-matchup-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 0 49.88%, rgba(244, 236, 205, 0.13) 49.88% 50.12%, transparent 50.12%),
		linear-gradient(180deg, transparent 0 16%, rgba(244, 236, 205, 0.10) 16% 16.24%, transparent 16.24% 83.76%, rgba(244, 236, 205, 0.10) 83.76% 84%, transparent 84%),
		radial-gradient(ellipse at 50% 50%, rgba(216, 183, 106, 0.10), transparent 60%);
	opacity: 0.84;
}

.player-matchup-card__header,
.player-matchup-card form,
.player-matchup-card__matchup,
.player-matchup-card__decision {
	position: relative;
	z-index: 1;
}

.player-matchup-card__header {
	padding: 18px 20px 0;
}

.play-page .player-matchup-card .prediction-controls--player-matchup,
.player-matchup-card .prediction-controls--player-matchup {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0;
	width: 100%;
	max-width: none;
	min-width: 0;
	align-items: stretch;
	justify-content: stretch;
	justify-items: stretch;
	padding: 0;
	background: transparent;
}

.player-matchup-card__meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto;
	gap: 8px;
	align-items: stretch;
}

.player-matchup-card__title {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.35em;
	align-items: baseline;
	min-width: 0;
	overflow: hidden;
	padding: 18px 20px 8px;
	color: var(--player-matchup-ink);
	font-family: var(--font-display);
	font-size: clamp(1.45rem, 3.2vw, 2.85rem);
	font-weight: 950;
	line-height: 0.95;
	white-space: nowrap;
}

.player-matchup-card__title span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.player-matchup-card__title strong {
	flex: 0 0 auto;
	color: #18c7d8;
	font-size: 0.82em;
	font-weight: 950;
	text-transform: lowercase;
}

.player-matchup-meta-pill {
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid rgba(244, 236, 205, 0.12);
	background: rgba(255, 255, 255, 0.045);
}

.player-matchup-meta-pill small {
	display: block;
	margin-bottom: 3px;
	color: var(--player-matchup-muted);
	font-size: 0.64rem;
	font-weight: 800;
	text-transform: uppercase;
}

.player-matchup-meta-pill strong {
	display: block;
	overflow: hidden;
	color: var(--player-matchup-ink);
	font-size: 0.82rem;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.player-matchup-status {
	align-self: center;
	white-space: nowrap;
}

.player-matchup-card__matchup {
	display: grid;
	grid-template-columns: minmax(220px, 0.28fr) minmax(180px, 1fr) minmax(220px, 0.28fr);
	gap: 0;
	align-items: stretch;
	margin: 18px 20px 0;
	min-height: 270px;
	overflow: hidden;
	border: 1px solid rgba(24, 199, 216, 0.22);
	border-radius: 14px;
	background:
		radial-gradient(ellipse 28% 60% at 50% 50%, rgba(244, 236, 205, 0.11), transparent 58%),
		linear-gradient(90deg, rgba(12, 48, 43, 0.92), rgba(18, 96, 72, 0.78) 50%, rgba(12, 48, 43, 0.92));
	box-shadow:
		inset 0 0 0 1px rgba(244, 236, 205, 0.045),
		inset 0 0 48px rgba(0, 0, 0, 0.26);
	isolation: isolate;
}

.player-matchup-court {
	position: absolute;
	inset: 18px 14%;
	z-index: -1;
	border: 1px solid rgba(244, 236, 205, 0.34);
	border-radius: 2px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 16% 84%, rgba(255, 255, 255, 0.045)),
		radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.09), transparent 60%);
	box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.28);
	opacity: 0.88;
}

.player-matchup-court__baseline,
.player-matchup-court__service,
.player-matchup-court__sideline,
.player-matchup-court__center-line,
.player-matchup-court__net,
.player-matchup-court__center-mark {
	position: absolute;
	display: block;
	background: var(--player-matchup-line-strong);
}

.player-matchup-court__baseline {
	top: 0;
	bottom: 0;
	width: 1px;
	opacity: 0.9;
}

.player-matchup-court__baseline--left {
	left: 0;
}

.player-matchup-court__baseline--right {
	right: 0;
}

.player-matchup-court__sideline {
	left: 0;
	right: 0;
	height: 1px;
	opacity: 0.48;
}

.player-matchup-court__sideline--top {
	top: 18%;
}

.player-matchup-court__sideline--bottom {
	bottom: 18%;
}

.player-matchup-court__service {
	top: 18%;
	bottom: 18%;
	width: 1px;
	opacity: 0.68;
}

.player-matchup-court__service--left {
	left: 34%;
}

.player-matchup-court__service--right {
	right: 34%;
}

.player-matchup-court__center-line {
	left: 34%;
	right: 34%;
	top: 50%;
	height: 1px;
	transform: translateY(-50%);
	opacity: 0.64;
}

.player-matchup-court__net {
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	background: rgba(244, 236, 205, 0.56);
	box-shadow: 0 0 24px rgba(244, 236, 205, 0.14);
}

.player-matchup-court__center-mark {
	left: 50%;
	bottom: 0;
	width: 18px;
	height: 1px;
	transform: translateX(-50%);
	opacity: 0.9;
}

.player-panel {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 16px;
	min-width: 0;
	min-height: 270px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid rgba(244, 236, 205, 0.18);
	background:
		linear-gradient(135deg, rgba(19, 54, 50, 0.92), rgba(16, 24, 28, 0.72)),
		repeating-linear-gradient(90deg, rgba(244, 236, 205, 0.055) 0 1px, transparent 1px 36px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 34px rgba(0, 0, 0, 0.15);
	color: var(--player-matchup-ink);
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.player-panel--home {
	border-right-color: rgba(244, 236, 205, 0.4);
}

.player-panel--away {
	border-left-color: rgba(244, 236, 205, 0.4);
}

.player-matchup-edit-toggle {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.player-panel__portrait {
	display: grid;
	place-items: center;
	align-self: start;
	justify-self: start;
	width: min(40%, 116px);
	aspect-ratio: 1;
	overflow: hidden;
	border: 1px solid rgba(244, 236, 205, 0.16);
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.18), transparent 30%),
		linear-gradient(160deg, rgba(244, 236, 205, 0.13), rgba(0, 0, 0, 0.24));
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.22);
	opacity: 0.9;
}

.player-panel--away .player-panel__portrait {
	justify-self: end;
}

.player-panel__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.player-panel__portrait-fallback {
	position: relative;
	width: 48%;
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 28%, rgba(255, 250, 240, 0.78) 0 22%, transparent 23%),
		linear-gradient(180deg, transparent 0 48%, rgba(255, 250, 240, 0.52) 49% 74%, transparent 75%);
	opacity: 0.72;
}

.player-panel__identity {
	display: grid;
	align-content: center;
	gap: 9px;
	min-width: 0;
	text-align: left;
}

.player-panel--away .player-panel__identity {
	text-align: right;
}

.player-panel__identity strong {
	overflow-wrap: anywhere;
	color: var(--player-matchup-ink);
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 3vw, 3.1rem);
	font-weight: 900;
	line-height: 0.96;
}

.player-panel__flag {
	display: inline-grid;
	place-items: center;
	width: 42px;
	aspect-ratio: 1;
	overflow: hidden;
	border: 1px solid rgba(244, 236, 205, 0.24);
	border-radius: 999px;
	background: rgba(8, 14, 17, 0.34);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	font-size: 1.55rem;
	line-height: 1;
}

.player-panel--away .player-panel__flag {
	justify-self: end;
}

.player-panel__flag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.player-panel__identity small {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	min-height: 20px;
	color: var(--player-matchup-muted);
	font-size: 0.82rem;
	font-weight: 780;
}

.player-panel--away .player-panel__identity small {
	justify-content: flex-end;
}

.player-panel__identity small img {
	width: 19px;
	height: 13px;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.player-matchup-vs {
	position: relative;
	z-index: 3;
	display: grid;
	place-items: center;
	min-width: 0;
	pointer-events: none;
}

.player-matchup-vs span {
	display: grid;
	place-items: center;
	width: 62px;
	aspect-ratio: 1;
	border: 1px solid rgba(216, 183, 106, 0.46);
	border-radius: 50%;
	background: rgba(10, 14, 13, 0.72);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28), 0 0 32px rgba(244, 236, 205, 0.16);
	color: var(--player-matchup-accent);
	font-family: var(--font-display);
	font-size: 0.92rem;
	font-weight: 950;
}

.player-matchup-card__decision {
	padding: 16px 20px 20px;
}

.player-matchup-action,
.player-matchup-readonly {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	min-height: 48px;
}

.player-matchup-save-btn {
	border-color: rgba(216, 183, 106, 0.42);
	background: rgba(216, 183, 106, 0.12);
	color: var(--player-matchup-ink);
	font-weight: 900;
}

.player-matchup-edit-form:has(.player-matchup-edit-toggle:checked) .player-matchup-action__status,
.player-matchup-edit-form:has(.player-matchup-edit-toggle:checked) .player-matchup-edit-pick-btn {
	display: none;
}

.player-matchup-action__status,
.player-matchup-state-chip {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid rgba(216, 183, 106, 0.42);
	background: rgba(216, 183, 106, 0.12);
	color: var(--player-matchup-accent);
	font-weight: 900;
}

.player-matchup-readonly__pick,
.player-matchup-readonly__detail {
	color: var(--player-matchup-muted);
	font-weight: 800;
}

.player-matchup-readonly__pick small {
	display: block;
	color: var(--player-matchup-muted);
	font-size: 0.66rem;
	text-transform: uppercase;
}

.player-matchup-readonly__pick strong {
	color: var(--player-matchup-ink);
}

@media (max-width: 991.98px) {
	.player-matchup-card__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.player-matchup-status {
		justify-self: start;
	}

	.player-matchup-card__matchup {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 16px;
	}

	.player-panel__portrait,
	.player-panel--away .player-panel__portrait {
		justify-self: center;
		width: min(100%, 128px);
	}

	.player-panel__identity,
	.player-panel--away .player-panel__identity {
		text-align: center;
	}

	.player-panel__identity small,
	.player-panel--away .player-panel__identity small {
		justify-content: center;
	}

	.player-panel__pick-state,
	.player-panel--home .player-panel__pick-state {
		justify-content: flex-end;
	}

	.player-matchup-vs {
		min-height: 52px;
	}

	.player-matchup-vs span {
		width: 54px;
	}
}

/* Premium Product Expression Sprint 01: Play buttons and states. */
.play-page {
	--play-action-height: 52px;
	/* Keep every Play confirmation action on Arena's canonical pill geometry. */
	--play-action-radius: 999px;
	--play-action-padding-x: 22px;
	--play-action-font-size: 0.82rem;
	--play-action-weight: 900;
	--play-action-transition: 180ms ease-out;
	--play-state-border: rgba(255, 255, 255, 0.14);
	--play-state-border-strong: color-mix(in srgb, var(--sponsor-primary, #35d0e2) 46%, rgba(255, 255, 255, 0.16));
	--play-state-surface: rgba(255, 255, 255, 0.052);
	--play-state-surface-raised: rgba(255, 255, 255, 0.078);
	--play-state-glow: color-mix(in srgb, var(--sponsor-primary, #35d0e2) 18%, transparent);
	--play-state-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
	--play-state-shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.play-page .prediction-native-save-btn,
.play-page .champions-confirm-pick-btn,
.play-page .champions-save-pick-btn,
.play-page .mlb-save-decision-btn,
.play-page .player-matchup-save-btn,
.play-page .f1-save-pick-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: var(--play-action-height);
	padding: 0 var(--play-action-padding-x);
	border-radius: var(--play-action-radius);
	font-size: var(--play-action-font-size);
	font-weight: var(--play-action-weight);
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	box-shadow:
		0 12px 24px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.035) inset;
	transition:
		transform var(--play-action-transition),
		border-color var(--play-action-transition),
		background var(--play-action-transition),
		box-shadow var(--play-action-transition),
		color var(--play-action-transition),
		opacity var(--play-action-transition);
}

.play-page .prediction-native-save-btn,
.play-page .champions-confirm-pick-btn,
.play-page .f1-save-pick-btn {
	border-color: var(--play-state-border-strong);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.024)),
		color-mix(in srgb, var(--sponsor-primary, #35d0e2) 13%, rgba(4, 12, 22, 0.9));
	color: var(--text-primary, #f8fafc);
}

.play-page .btn-secondary-soft:not(.prediction-native-save-btn):not(.champions-confirm-pick-btn):not(.f1-save-pick-btn) {
	min-height: 40px;
	padding: 0 16px;
	border-color: var(--play-state-border);
	border-radius: var(--play-action-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.044), rgba(255, 255, 255, 0.016)),
		rgba(255, 255, 255, 0.042);
	color: color-mix(in srgb, var(--text-primary, #f8fafc) 82%, var(--text-muted, #94a3b8));
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
	opacity: 0.88;
	box-shadow: none;
	transition:
		transform var(--play-action-transition),
		border-color var(--play-action-transition),
		background var(--play-action-transition),
		box-shadow var(--play-action-transition),
		color var(--play-action-transition),
		opacity var(--play-action-transition);
}

@media (hover: hover) {
	.play-page .prediction-native-save-btn:not(:disabled):hover,
	.play-page .champions-confirm-pick-btn:not(:disabled):hover,
	.play-page .f1-save-pick-btn:not(:disabled):hover {
		transform: translateY(-1px) scale(1.005);
		border-color: color-mix(in srgb, var(--sponsor-primary, #35d0e2) 58%, rgba(255, 255, 255, 0.18));
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.086), rgba(255, 255, 255, 0.026)),
			color-mix(in srgb, var(--sponsor-primary, #35d0e2) 17%, rgba(4, 12, 22, 0.9));
		box-shadow:
			0 16px 32px rgba(0, 0, 0, 0.24),
			0 0 20px var(--play-state-glow),
			0 0 0 1px rgba(255, 255, 255, 0.045) inset;
	}

	.play-page .btn-secondary-soft:not(.prediction-native-save-btn):not(.champions-confirm-pick-btn):not(.f1-save-pick-btn):not(:disabled):hover {
		transform: translateY(-1px);
		opacity: 1;
		border-color: color-mix(in srgb, var(--sponsor-primary, #35d0e2) 32%, rgba(255, 255, 255, 0.16));
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
			rgba(255, 255, 255, 0.06);
		box-shadow: var(--play-state-shadow-soft);
	}
}

.play-page .prediction-native-save-btn:not(:disabled):active,
.play-page .champions-confirm-pick-btn:not(:disabled):active,
.play-page .f1-save-pick-btn:not(:disabled):active,
.play-page .btn-secondary-soft:not(:disabled):active {
	transform: translateY(0) scale(0.99);
	box-shadow:
		0 8px 18px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.play-page button:disabled,
.play-page [aria-disabled="true"],
.play-page .prediction-native-save-btn:disabled,
.play-page .champions-select-outcome-btn:disabled,
.play-page .f1-save-pick-btn:disabled {
	border-color: rgba(255, 255, 255, 0.09);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.012)),
		rgba(255, 255, 255, 0.032);
	color: color-mix(in srgb, var(--text-muted, #94a3b8) 74%, transparent);
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.66;
	transform: none;
}

.play-page .prediction-status-badge,
.play-page .match-status-chip,
.play-page .mlb-decision-state-chip,
.play-page .player-matchup-state-chip,
.play-page .nfl-pick-action__status,
.play-page .nfl-pick-action__passive,
.play-page .champions-pick-action__status,
.play-page .mlb-pick-action__status,
.play-page .player-matchup-action__status {
	border-color: var(--play-state-border);
	border-radius: 999px;
	background: var(--play-state-surface);
	color: color-mix(in srgb, var(--text-primary, #f8fafc) 84%, var(--text-muted, #94a3b8));
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}

.play-page .prediction-status-badge.is-open,
.play-page .match-status-chip.is-open {
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.046);
	color: color-mix(in srgb, var(--text-primary, #f8fafc) 78%, var(--text-muted, #94a3b8));
}

.play-page .prediction-status-badge.is-saved,
.play-page .match-status-chip.is-saved,
.play-page .mlb-decision-state-chip.is-saved,
.play-page .player-matchup-state-chip.is-saved,
.play-page .nfl-pick-action__status,
.play-page .champions-pick-action__status,
.play-page .mlb-pick-action__status,
.play-page .player-matchup-action__status {
	border-color: color-mix(in srgb, var(--sponsor-primary, #35d0e2) 36%, rgba(255, 255, 255, 0.16));
	background: color-mix(in srgb, var(--sponsor-primary, #35d0e2) 10%, rgba(255, 255, 255, 0.05));
	color: var(--text-primary, #f8fafc);
	box-shadow:
		0 0 0 1px color-mix(in srgb, var(--sponsor-primary, #35d0e2) 9%, transparent) inset,
		0 0 18px color-mix(in srgb, var(--sponsor-primary, #35d0e2) 9%, transparent);
}

.play-page .prediction-status-badge.is-locked,
.play-page .prediction-status-badge.is-live,
.play-page .match-status-chip.is-locked,
.play-page .match-status-chip.is-live,
.play-page .mlb-decision-state-chip.is-locked,
.play-page .player-matchup-state-chip.is-locked {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.06);
	color: color-mix(in srgb, var(--text-primary, #f8fafc) 80%, var(--text-muted, #94a3b8));
}

.play-page .prediction-status-badge.is-finished,
.play-page .match-status-chip.is-finished,
.play-page .mlb-decision-state-chip.is-finished,
.play-page .player-matchup-state-chip.is-finished {
	border-color: rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.042);
	color: var(--text-muted, #94a3b8);
}

.play-page .mlb-team-panel,
.play-page .player-panel,
.play-page .nfl-team-showcase,
.play-page .champions-pitch-module .club-tile,
.play-page .champions-draw-choice,
.play-page .f1-selector-trigger,
.play-page .f1-selector-option,
.play-page .prediction-select-shell {
	transition:
		transform var(--play-action-transition),
		border-color var(--play-action-transition),
		background var(--play-action-transition),
		box-shadow var(--play-action-transition),
		filter var(--play-action-transition),
		opacity var(--play-action-transition);
}

.play-page .champions-pitch-module .club-tile.champions-outcome-choice:has(input:checked),
.play-page .champions-pitch-module .club-tile.champions-outcome-choice.is-selected,
.play-page .champions-draw-choice:has(input:checked),
.play-page .champions-draw-choice.is-selected,
.play-page .f1-custom-selector.is-selected .f1-selector-trigger,
.play-page .f1-selector-option.is-selected,
.play-page .prediction-select-shell.has-value {
	transform: translateY(-2px);
	border-color: var(--play-state-border-strong);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)),
		var(--play-state-surface-raised);
	box-shadow:
		var(--play-state-shadow),
		0 0 22px var(--play-state-glow),
		0 0 0 1px color-mix(in srgb, var(--sponsor-primary, #35d0e2) 14%, transparent) inset;
	filter: saturate(1.03) brightness(1.035);
}

@media (prefers-reduced-motion: reduce) {
	.play-page .prediction-native-save-btn,
	.play-page .btn-secondary-soft,
	.play-page .mlb-team-panel,
	.play-page .player-panel,
	.play-page .nfl-team-showcase,
	.play-page .champions-pitch-module .club-tile,
	.play-page .champions-draw-choice,
	.play-page .f1-selector-trigger,
	.play-page .f1-selector-option,
	.play-page .prediction-select-shell {
		transition-duration: 1ms;
	}
}

/* Premium Polish Sprint: shared Play visual rhythm and competition frame restraint. */
.play-page {
	--play-polish-ease: 180ms ease-out;
	--play-polish-line: rgba(226, 232, 240, 0.18);
	--play-polish-line-strong: rgba(226, 232, 240, 0.28);
	--play-polish-surface: rgba(255, 255, 255, 0.044);
	--play-polish-surface-raised: rgba(255, 255, 255, 0.064);
	--play-polish-muted: color-mix(in srgb, var(--text-muted, #94a3b8) 88%, transparent);
	--play-polish-ink: color-mix(in srgb, var(--text-primary, #f8fafc) 94%, #ffffff);
	--play-polish-frame-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.026);
	--play-polish-card-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.play-page .arena-experience-content,
.play-page .play-predictions-panel,
.play-page .play-prediction-group,
.play-page .play-prediction-list,
.play-page .prediction-match-card {
	line-height: 1.35;
}

.play-page .play-predictions-panel {
	padding: 1.15rem;
}

.play-page .play-predictions-panel__header,
.play-page .prediction-group-header,
.play-page .match-card-header,
.play-page .player-matchup-card__header,
.play-page .mlb-decision-card__header,
.play-page .f1-active-race-header {
	gap: 0.9rem;
	margin-bottom: 0.85rem;
}

.play-page .play-predictions-panel__header h2,
.play-page .prediction-group-title,
.play-page .player-matchup-card__title,
.play-page .nfl-field-module__matchup,
.play-page .f1-active-race-header h3,
.play-page .f1-paddock-copy h3 {
	color: var(--play-polish-ink);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	text-shadow: none;
}

.play-page .play-predictions-panel__header h2,
.play-page .prediction-group-title {
	margin: 0;
	font-size: 1.18rem;
}

.play-page .play-predictions-panel__header p:not(.corporate-section-eyebrow),
.play-page .prediction-group-header p:not(.corporate-section-eyebrow),
.play-page .match-meta,
.play-page .nfl-pickem-meta,
.play-page .mlb-meta-item,
.play-page .mlb-meta-pill,
.play-page .player-matchup-meta-pill,
.play-page .f1-ordered-selector-panel__header span,
.play-page .f1-selector-trigger small,
.play-page .franchise-identity__copy em,
.play-page .club-identity__copy small,
.play-page .mlb-team-panel__name,
.play-page .player-panel__meta {
	color: var(--play-polish-muted);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
	text-shadow: none;
}

.play-page .corporate-section-eyebrow,
.play-page .prediction-status-badge,
.play-page .match-status-chip,
.play-page .match-deadline-chip,
.play-page .prediction-next-chip,
.play-page .mlb-meta-pill small,
.play-page .player-matchup-meta-pill small,
.play-page .franchise-identity__side,
.play-page .club-identity__side,
.play-page .champions-outcome-choice__state,
.play-page .mlb-team-panel__pick-state,
.play-page .player-panel__pick-state {
	font-size: 0.62rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.play-page .prediction-match-card,
.play-page .f1-race-collapsed-card,
.play-page .mlb-decision-card,
.play-page .player-matchup-card,
.play-page .nfl-field-module,
.play-page .champions-pitch-module,
.play-page .f1-race-event-card {
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow:
		var(--play-polish-card-shadow),
		0 0 0 1px rgba(255, 255, 255, 0.026) inset;
}

.play-page .play-prediction-list {
	gap: 1rem;
}

.play-page .match-hero,
.play-page .nfl-field,
.play-page .champions-pitch-surface,
.play-page .mlb-decision-card__matchup,
.play-page .player-matchup-card__matchup,
.play-page .f1-ordered-selector-panel,
.play-page .f1-starting-grid-preview,
.play-page .f1-race-collapsed-card__grid-mark {
	border-color: var(--play-polish-line);
	background-color: rgba(3, 8, 17, 0.58);
	box-shadow: var(--play-polish-frame-shadow);
}

.play-page .player-matchup-card__matchup {
	position: relative;
}

.play-page .player-matchup-card::before {
	background: radial-gradient(ellipse at 50% 50%, rgba(216, 183, 106, 0.08), transparent 58%);
	opacity: 0.42;
}

.play-page .champions-pitch__field-border,
.play-page .champions-pitch__center-circle,
.play-page .champions-pitch__box,
.play-page .champions-pitch__small-box,
.play-page .champions-pitch__arc,
.play-page .champions-pitch__corner,
.play-page .player-matchup-court__baseline,
.play-page .player-matchup-court__service,
.play-page .player-matchup-court__sideline,
.play-page .player-matchup-court__center-mark {
	border-color: var(--play-polish-line-strong);
	box-shadow: none;
	opacity: 0.72;
}

.play-page .champions-pitch__midline,
.play-page .player-matchup-court__center-line,
.play-page .player-matchup-court__net,
.play-page .nfl-field__yard-line,
.play-page .nfl-field__hash,
.play-page .f1-starting-grid-preview span,
.play-page .f1-race-collapsed-card__grid-mark span {
	background-color: var(--play-polish-line-strong);
	box-shadow: none;
	opacity: 0.72;
}

.play-page .champions-pitch-surface,
.play-page .nfl-field,
.play-page .nfl-field-surface,
.play-page .player-matchup-court,
.play-page .mlb-matchup-diamond span,
.play-page .f1-ordered-selector-panel {
	filter: saturate(0.94) contrast(0.98);
}

.play-page .champions-pitch-surface::before,
.play-page .nfl-field-surface::after,
.play-page .player-matchup-court::before,
.play-page .mlb-matchup-diamond::before,
.play-page .mlb-matchup-diamond::after,
.play-page .f1-starting-grid-builder::before,
.play-page .f1-starting-grid-builder::after {
	opacity: 0.32;
}

.play-page .mlb-matchup-diamond span,
.play-page .player-matchup-vs span,
.play-page .champions-pitch__vs-marker,
.play-page .nfl-vs-badge,
.play-page .kickoff-marker,
.play-page .f1-selector-trigger__slot {
	border-color: var(--play-polish-line-strong);
	background: rgba(3, 8, 17, 0.64);
	color: var(--play-polish-ink);
	box-shadow:
		0 8px 20px rgba(0, 0, 0, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.026) inset;
}

.play-page .mlb-team-panel,
.play-page .player-panel,
.play-page .nfl-team-showcase,
.play-page .champions-pitch-module .club-tile,
.play-page .f1-selector-trigger,
.play-page .f1-selector-option,
.play-page .prediction-score-input,
.play-page .prediction-result-select {
	transition:
		transform var(--play-polish-ease),
		border-color var(--play-polish-ease),
		background var(--play-polish-ease),
		box-shadow var(--play-polish-ease),
		filter var(--play-polish-ease),
		opacity var(--play-polish-ease);
}

@media (hover: hover) {
	.play-page .champions-outcome-choice:hover,
	.play-page .f1-selector-trigger:hover,
	.play-page .f1-selector-option:not(:disabled):hover {
		transform: translateY(-1px);
		border-color: color-mix(in srgb, var(--sponsor-primary, #35d0e2) 34%, rgba(255, 255, 255, 0.16));
		box-shadow:
			0 14px 28px rgba(0, 0, 0, 0.2),
			0 0 16px color-mix(in srgb, var(--sponsor-primary, #35d0e2) 8%, transparent);
	}
}

@media (max-width: 575.98px) {
	.player-matchup-card__header {
		padding: 14px 14px 0;
	}

	.player-matchup-card__meta {
		grid-template-columns: 1fr;
	}

	.player-matchup-card__matchup {
		margin: 14px;
	}

	.player-panel {
		min-height: 238px;
		padding: 14px;
	}

	.player-panel__portrait {
		width: min(100%, 112px);
	}

	.player-matchup-card__decision {
		padding: 0 14px 16px;
	}

	.player-matchup-action,
	.player-matchup-readonly {
		justify-content: stretch;
	}

	.player-matchup-save-btn,
	.player-matchup-action__status,
	.player-matchup-state-chip {
		justify-content: center;
		width: 100%;
	}
}

@container (max-width: 720px) {
	.player-matchup-card__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.player-matchup-status {
		justify-self: start;
	}

	.player-matchup-card__matchup {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 16px;
	}

	.player-panel__portrait,
	.player-panel--away .player-panel__portrait {
		justify-self: center;
		width: min(100%, 112px);
	}

	.player-panel__identity,
	.player-panel--away .player-panel__identity {
		text-align: center;
	}

	.player-panel__identity strong {
		font-size: clamp(1.85rem, 12cqw, 2.55rem);
		line-height: 1;
	}

	.player-panel__identity small,
	.player-panel--away .player-panel__identity small {
		justify-content: center;
	}

	.player-panel__pick-state,
	.player-panel--home .player-panel__pick-state {
		justify-content: flex-end;
	}

	.player-matchup-vs {
		min-height: 52px;
	}

	.player-matchup-vs span {
		width: 54px;
	}
}

/* Arena Header System v1: continuous command surface. */
.play-page .arena-command-plate {
	/* Sports provide these source values through the renderer.  They are mapped
	 * here (rather than inline) so a distribution can replace the material
	 * without changing the sport's event semantics. */
	--play-hero-bg: var(--play-hero-sport-bg, #07111f);
	--play-hero-bg-raised: var(--play-hero-sport-bg-raised, #101c2f);
	--play-hero-accent: var(--play-hero-sport-accent, #18c7d8);
	--play-hero-glow: var(--play-hero-sport-glow, #35d0e2);
	--play-hero-secondary: var(--play-hero-sport-secondary, #c9a45a);
	--play-hero-text: var(--play-hero-sport-text, #f8fafc);
	--play-hero-muted: var(--play-hero-sport-muted, #a9b8cb);
	--arena-command-line: rgba(226, 232, 240, 0.12);
	--arena-command-line-strong: color-mix(in srgb, var(--play-hero-accent, #18c7d8) 31%, rgba(255, 255, 255, 0.14));
	--arena-command-surface: color-mix(in srgb, var(--play-hero-bg, #07111f) 86%, #020617 14%);
	--arena-command-surface-raised: color-mix(in srgb, var(--play-hero-bg-raised, #101c2f) 72%, rgba(255, 255, 255, 0.035));
	--arena-command-ink: var(--play-hero-text, #f8fafc);
	--arena-command-muted: color-mix(in srgb, var(--play-hero-muted, #a9b8cb) 86%, transparent);
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	align-items: stretch;
	min-height: 0;
	margin-bottom: 18px;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--arena-command-line);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.034), transparent 32%, rgba(255, 255, 255, 0.018)),
		radial-gradient(circle at 11% 18%, color-mix(in srgb, var(--play-hero-accent, #18c7d8) 12%, transparent), transparent 31%),
		radial-gradient(circle at 84% 72%, color-mix(in srgb, var(--play-hero-secondary, #c9a45a) 6%, transparent), transparent 29%),
		linear-gradient(135deg, color-mix(in srgb, var(--arena-command-surface-raised) 86%, #000 14%), var(--arena-command-surface));
	box-shadow:
		0 22px 64px rgba(0, 0, 0, 0.26),
		0 0 0 1px rgba(255, 255, 255, 0.028) inset;
	color: var(--arena-command-ink);
	isolation: isolate;
}

.play-page .arena-command-plate,
.play-page .arena-command-plate * {
	box-sizing: border-box;
}

.play-page .arena-command-plate::before,
.play-page .arena-command-plate::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

.play-page .arena-command-plate::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22) 70%, transparent);
	opacity: 0.5;
}

.play-page .arena-command-plate::after {
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--arena-command-line-strong), transparent);
	opacity: 0.72;
}

.play-page .arena-command-plate__ambient {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

.play-page .arena-command-plate__ambient span {
	position: absolute;
	display: block;
	height: 1px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--play-hero-glow, #35d0e2) 42%, rgba(255, 255, 255, 0.12)), transparent);
	opacity: 0.26;
	animation: arenaCommandRail 9s ease-out infinite;
}

.play-page .arena-command-plate__ambient span:nth-child(1) {
	top: 22%;
	left: 6%;
	width: 38%;
}

.play-page .arena-command-plate__ambient span:nth-child(2) {
	top: 58%;
	right: 10%;
	width: 32%;
	animation-delay: -3s;
}

.play-page .arena-command-plate__ambient span:nth-child(3) {
	bottom: 18%;
	left: 34%;
	width: 44%;
	animation-delay: -6s;
}

.play-page .arena-command-plate__arrival,
.play-page .arena-command-plate__identity,
.play-page .arena-command-plate__story,
.play-page .arena-command-plate__action {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.play-page .arena-command-plate__arrival {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(1rem, 3vw, 2.4rem);
	align-items: start;
	padding: clamp(1.5rem, 3.2vw, 2.15rem) clamp(1.45rem, 3.4vw, 2.4rem) clamp(1.12rem, 2.45vw, 1.55rem);
}

.play-page .arena-command-plate__identity {
	display: grid;
	align-content: end;
	gap: 0.72rem;
	padding: 0;
}

.play-page .arena-command-plate__kicker,
.play-page .arena-command-plate__ownership,
.play-page .arena-command-plate__signals dt,
.play-page .arena-command-plate__action-label,
.play-page .arena-command-plate__secondary {
	margin: 0;
	color: var(--arena-command-muted);
	font-size: 0.66rem;
	font-weight: 820;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.play-page .arena-command-plate__kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	width: fit-content;
	max-width: 100%;
	margin-top: 0.22rem;
	color: color-mix(in srgb, var(--play-hero-accent, #18c7d8) 68%, #ffffff 18%);
}

.play-page .arena-command-plate__beacon {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--play-hero-glow, #35d0e2);
	box-shadow:
		0 0 0 5px color-mix(in srgb, var(--play-hero-glow, #35d0e2) 10%, transparent),
		0 0 16px color-mix(in srgb, var(--play-hero-glow, #35d0e2) 36%, transparent);
	animation: arenaCommandSignal 3.8s ease-out infinite;
}

.play-page .arena-command-plate.is-locked .arena-command-plate__beacon,
.play-page .arena-command-plate.is-calm .arena-command-plate__beacon {
	background: color-mix(in srgb, var(--play-hero-muted, #a9b8cb) 70%, var(--play-hero-accent, #18c7d8) 16%);
	box-shadow: 0 0 0 5px color-mix(in srgb, var(--play-hero-muted, #a9b8cb) 10%, transparent);
}

.play-page .arena-command-plate h1 {
	max-width: 18ch;
	margin: 0;
	color: color-mix(in srgb, var(--arena-command-ink) 96%, var(--play-hero-muted, #a9b8cb) 4%);
	font-family: var(--font-display);
	font-size: 3.65rem;
	font-weight: 930;
	letter-spacing: 0;
	line-height: 0.965;
	overflow-wrap: anywhere;
	text-shadow: none;
}

.play-page .arena-command-plate__ownership {
	display: flex;
	flex-wrap: wrap;
	gap: 0.42rem;
	align-items: center;
	line-height: 1.16;
}

.play-page .arena-command-plate__ownership strong {
	color: color-mix(in srgb, var(--arena-command-ink) 88%, var(--play-hero-accent, #18c7d8) 6%);
	font-weight: 860;
}

.play-page .arena-command-plate__story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
	gap: clamp(1rem, 2.45vw, 1.85rem);
	align-items: center;
	padding: clamp(0.95rem, 2.2vw, 1.35rem) clamp(1.45rem, 3.4vw, 2.4rem) clamp(1.08rem, 2.3vw, 1.45rem);
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.022), transparent 62%),
		rgba(255, 255, 255, 0.01);
}

.play-page .arena-command-plate__status-spine {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.56rem;
	align-items: center;
	grid-column: 1 / -1;
}

.play-page .arena-command-plate__status-spine::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, var(--arena-command-line-strong), rgba(255, 255, 255, 0.07));
	transform: translateY(-50%);
}

.play-page .arena-command-plate__status-spine span {
	position: relative;
	width: 100%;
	height: 3px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
}

.play-page .arena-command-plate__status-spine span.is-active {
	background: linear-gradient(90deg, var(--play-hero-accent, #18c7d8), var(--play-hero-secondary, #c9a45a));
	box-shadow: 0 0 14px color-mix(in srgb, var(--play-hero-accent, #18c7d8) 22%, transparent);
}

.play-page .arena-command-plate__signals {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
	gap: 0;
	margin: 0;
}

.play-page .arena-command-plate__signals div {
	min-width: 0;
	padding: 0.34rem 0.82rem 0.32rem 0;
	border-left: 1px solid rgba(255, 255, 255, 0.065);
}

.play-page .arena-command-plate__signals div:first-child {
	border-left: 0;
}

.play-page .arena-command-plate__signals div:not(:first-child) {
	padding-left: 0.86rem;
}

.play-page .arena-command-plate__signals dt {
	margin: 0 0 0.34rem;
	line-height: 1.05;
	overflow-wrap: anywhere;
}

.play-page .arena-command-plate__signals dd {
	margin: 0;
	color: var(--arena-command-ink);
	font-size: 0.88rem;
	font-weight: 910;
	letter-spacing: 0;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.play-page .arena-command-plate__action {
	display: grid;
	align-content: center;
	gap: 0.66rem;
	min-width: 0;
	padding-left: clamp(0.95rem, 2vw, 1.42rem);
	border-left: 1px solid rgba(255, 255, 255, 0.065);
}

.play-page .arena-command-plate__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.72rem;
	min-height: 50px;
	width: 100%;
	padding: 0 1rem;
	border: 1px solid var(--arena-command-line-strong);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.02)),
		color-mix(in srgb, var(--play-hero-accent, #18c7d8) 12%, rgba(3, 8, 18, 0.88));
	color: var(--arena-command-ink);
	font-size: 0.82rem;
	font-weight: 910;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow:
		0 14px 30px rgba(0, 0, 0, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.024) inset;
	transition:
		transform 180ms ease-out,
		border-color 180ms ease-out,
		background 180ms ease-out,
		box-shadow 180ms ease-out;
}

.play-page .arena-command-plate__primary i,
.play-page .arena-command-plate__primary-arrow {
	font-size: 1.05rem;
	font-weight: 760;
	line-height: 1;
}

.play-page .arena-command-plate__action p {
	margin: 0;
	color: color-mix(in srgb, var(--arena-command-muted) 86%, #ffffff 10%);
	font-size: 0.8rem;
	font-weight: 720;
	letter-spacing: 0;
	line-height: 1.4;
}

.play-page .arena-command-plate__secondary {
	width: fit-content;
	color: color-mix(in srgb, var(--arena-command-ink) 76%, var(--play-hero-accent, #18c7d8) 24%);
	text-decoration: none;
	opacity: 0.78;
	transition:
		opacity 180ms ease-out,
		color 180ms ease-out;
}

@media (hover: hover) {
	.play-page .arena-command-plate__primary:hover {
		transform: translateY(-1px);
		border-color: color-mix(in srgb, var(--play-hero-accent, #18c7d8) 54%, rgba(255, 255, 255, 0.16));
		box-shadow:
			0 18px 38px rgba(0, 0, 0, 0.24),
			0 0 20px color-mix(in srgb, var(--play-hero-accent, #18c7d8) 12%, transparent);
	}

	.play-page .arena-command-plate__secondary:hover {
		opacity: 1;
		color: var(--arena-command-ink);
	}
}

@keyframes arenaCommandSignal {
	0%,
	100% {
		opacity: 0.72;
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes arenaCommandRail {
	0%,
	100% {
		opacity: 0.16;
		transform: translateX(-8px);
	}

	50% {
		opacity: 0.42;
		transform: translateX(8px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.play-page .arena-command-plate__beacon,
	.play-page .arena-command-plate__ambient span {
		animation: none;
	}
}

@media (max-width: 991.98px) {
	.play-page .arena-command-plate {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.play-page .arena-command-plate__arrival,
	.play-page .arena-command-plate__story {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.play-page .arena-command-plate__arrival {
		padding: 1.25rem 1rem 1rem;
	}

	.play-page .arena-command-plate__story {
		padding: 1rem;
	}

	.play-page .arena-command-plate__action {
		padding: 1rem 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		border-left: 0;
	}

	.play-page .arena-command-plate h1 {
		font-size: 3.15rem;
	}
}

@media (max-width: 575.98px) {
	.play-page .arena-command-plate {
		padding: 1rem;
	}

	.play-page .arena-command-plate h1 {
		font-size: 3rem;
	}

	.play-page .arena-command-plate__signals {
		grid-template-columns: 1fr;
	}

	.play-page .arena-command-plate__signals div,
	.play-page .arena-command-plate__signals div:not(:first-child) {
		padding: 0.72rem 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.play-page .arena-command-plate__signals div:first-child {
		border-top: 0;
	}
}

/* Responsive Sprint 02: Play mobile containment safety layer. */
@media (max-width: 575.98px) {
	html:has(.play-page),
	body:has(.play-page) {
		max-width: 100%;
	}

	body:has(.play-page) .app-shell,
	body:has(.play-page) .main-shell,
	body:has(.play-page) .page-container,
	.play-page,
	.play-page .arena-experience-narrative,
	.play-page .arena-experience-content,
	.play-page .play-predictions-panel,
	.play-page .play-prediction-group,
	.play-page .play-prediction-list,
	.play-page .prediction-card,
	.play-page .prediction-match-card,
	.play-page .prediction-controls,
	.play-page .prediction-native-save-form,
	.play-page .match-card-header,
	.play-page .prediction-card__topline,
	.play-page .prediction-card__status-stack,
	.play-page .match-meta,
	.play-page .match-hero,
	.play-page .nfl-field-module,
	.play-page .nfl-field,
	.play-page .nfl-field-stage,
	.play-page .nfl-field-surface,
	.play-page .mlb-decision-card,
	.play-page .mlb-decision-card__header,
	.play-page .mlb-decision-card__matchup,
	.play-page .mlb-decision-card__context-row,
	.play-page .player-matchup-card,
	.play-page .player-matchup-card__header,
	.play-page .player-matchup-card__matchup,
	.play-page .f1-race-event-card,
	.play-page .f1-active-race-header,
	.play-page .f1-ordered-selector-panel,
	.play-page .f1-selector-group,
	.play-page .f1-custom-selector,
	.play-page .f1-selector-trigger {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	body:has(.play-page) .page-container {
		width: calc(100% - 16px);
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.play-page h1,
	.play-page h2,
	.play-page h3,
	.play-page p,
	.play-page small,
	.play-page strong,
	.play-page span,
	.play-page dd,
	.play-page dt {
		overflow-wrap: anywhere;
	}

	.bottom-nav,
	html.corporate-surface .bottom-nav[data-body-portal="true"] {
		right: max(8px, env(safe-area-inset-right, 0px));
		left: max(8px, env(safe-area-inset-left, 0px));
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: auto;
		max-width: calc(100vw - 16px);
		padding: 6px;
		overflow: hidden;
	}

	.bottom-nav__item {
		min-width: 0;
		font-size: 0.58rem;
	}

	.bottom-nav__item span {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.play-page .arena-command-plate {
		width: 100%;
		padding: 0.72rem;
	}

	.play-page .arena-command-plate__arrival,
	.play-page .arena-command-plate__story {
		gap: 0.74rem;
	}

	.play-page .arena-command-plate__arrival {
		padding: 0.95rem 0.82rem 0.78rem;
	}

	.play-page .arena-command-plate__story {
		padding: 0.78rem 0.82rem 0.88rem;
	}

	.play-page .arena-command-plate h1 {
		max-width: min(100%, 10ch);
		font-size: 1.88rem;
		line-height: 1;
		white-space: normal !important;
	}

	.play-page .arena-command-plate__kicker,
	.play-page .arena-command-plate__ownership,
	.play-page .arena-command-plate__signals dt,
	.play-page .arena-command-plate__signals dd {
		max-width: 100%;
	}

	.play-page .arena-command-plate__status-spine {
		gap: 0.38rem;
	}

	.play-page .arena-command-plate__signals div,
	.play-page .arena-command-plate__signals div:not(:first-child) {
		padding: 0.56rem 0;
	}

	.play-page .arena-command-plate__signals dd {
		font-size: 0.8rem;
	}

	.play-page .arena-command-plate__action {
		padding-top: 0.72rem;
	}

	.play-page .arena-command-plate__primary {
		min-height: 48px;
	}
}
