:root {
	--corp-bg: #050816;
	--corp-bg-2: #0b1220;
	--corp-surface: #111827;
	--corp-border: #172033;
	--corp-text: #f5f5f4;
	--corp-text-2: #d1d5db;
	--corp-muted: #9ca3af;
	--corp-action: #35d0e2;
	--corp-leadership: #d7b46a;
	--corp-momentum: #5cf2a5;
	--corp-gold: #d7b46a;
	--corp-live: #35d0e2;
	--corp-success: #5cf2a5;
	--corp-warning: #a7f35a;
	--corp-danger: #f87171;
	--corp-panel: rgba(17, 24, 39, 0.9);
	--corp-panel-strong: rgba(11, 18, 32, 0.96);
	--corp-panel-soft: rgba(5, 8, 22, 0.46);
	--corp-line: rgba(156, 163, 175, 0.16);
	--corp-line-strong: rgba(53, 208, 226, 0.22);
	--corp-radius-sm: 10px;
	--corp-radius-md: 16px;
	--corp-radius-lg: 24px;
	--corp-radius-xl: 32px;
	--corp-space-1: 0.25rem;
	--corp-space-2: 0.5rem;
	--corp-space-3: 0.75rem;
	--corp-space-4: 1rem;
	--corp-space-5: 1.5rem;
	--corp-space-6: 2rem;
	--corp-font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--corp-font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
}

/* Corporate game narrative */
html.corporate-surface .corporate-game-flow {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.3fr);
	gap: 1rem;
	margin: 1rem 0;
	padding: clamp(1rem, 2vw, 1.25rem);
	overflow: hidden;
	border: 1px solid rgba(53, 208, 226, 0.16);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(8, 15, 29, 0.88)),
		var(--ds-surface);
	box-shadow:
		0 20px 52px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html.corporate-surface .corporate-game-flow::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(53, 208, 226, 0.06) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(120deg, rgba(0, 0, 0, 0.88), transparent 72%);
	pointer-events: none;
}

html.corporate-surface .corporate-game-flow::after {
	content: "";
	position: absolute;
	inset: auto 1rem 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(53, 208, 226, 0.8), rgba(53, 208, 226, 0.64), transparent);
	opacity: 0.72;
}

html.corporate-surface .corporate-game-flow > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .corporate-game-flow__intro {
	display: grid;
	align-content: center;
	gap: 0.42rem;
	min-width: 0;
}

html.corporate-surface .corporate-game-flow__intro h2 {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(1.28rem, 2.4vw, 1.9rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
}

html.corporate-surface .corporate-game-flow__intro p:last-child {
	margin: 0;
	color: var(--ds-text-muted);
	font-weight: 650;
	line-height: 1.42;
}

html.corporate-surface .corporate-game-flow__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.62rem;
}

html.corporate-surface .corporate-game-flow__steps > div {
	display: grid;
	align-content: start;
	gap: 0.44rem;
	min-height: 154px;
	padding: 0.86rem;
	border: 1px solid rgba(156, 163, 175, 0.16);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.024)),
		rgba(5, 8, 22, 0.34);
}

html.corporate-surface .corporate-game-flow__steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(53, 208, 226, 0.22);
	border-radius: 8px;
	color: var(--ds-accent);
	background: rgba(53, 208, 226, 0.08);
}

html.corporate-surface .corporate-game-flow__steps strong {
	color: var(--ds-text-primary);
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1.12;
}

html.corporate-surface .corporate-game-flow__steps small {
	color: var(--ds-text-muted);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.34;
}

html.corporate-surface .corporate-game-flow__metrics {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.62rem;
}

html.corporate-surface .corporate-game-flow__metrics > div {
	display: grid;
	gap: 0.18rem;
	min-height: 68px;
	padding: 0.68rem 0.78rem;
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

html.corporate-surface .corporate-game-flow__metrics span {
	color: var(--ds-text-muted);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

html.corporate-surface .corporate-game-flow__metrics strong {
	color: var(--ds-text-primary);
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.32rem;
	font-weight: 950;
	line-height: 1;
}

html.corporate-surface .corporate-game-flow__metrics .is-live {
	border-color: rgba(53, 208, 226, 0.36);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.16), rgba(53, 208, 226, 0.06)),
		rgba(5, 8, 22, 0.44);
	box-shadow: 0 0 24px rgba(53, 208, 226, 0.12);
}

html.corporate-surface .official-result-feature--corporate {
	border-color: rgba(53, 208, 226, 0.18);
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(8, 15, 29, 0.9)),
		var(--ds-surface);
}

html.corporate-surface .official-result-feature--corporate .section-title,
html.corporate-surface .official-result-feature--corporate .section-copy {
	color: var(--ds-text-primary);
}

html.corporate-surface .official-result-feature--corporate .section-copy {
	color: var(--ds-text-muted);
}

html.corporate-surface .official-result-feature--corporate .official-status-pill {
	border-color: rgba(53, 208, 226, 0.28);
	color: #07111f;
	background:
		linear-gradient(135deg, rgba(246, 238, 204, 0.96), rgba(255, 255, 255, 0.82));
	text-shadow: none;
	box-shadow:
		0 14px 34px rgba(0, 0, 0, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.38) inset;
}

html.corporate-surface .official-result-feature--corporate .official-status-pill--pending,
html.corporate-surface .official-result-feature--corporate .official-status-pill--official {
	color: #07111f;
}

html.corporate-surface .official-result-feature--corporate .official-status-pill--live {
	border-color: rgba(53, 208, 226, 0.5);
	color: #06131f;
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.95), rgba(53, 208, 226, 0.92));
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.22) inset,
		0 18px 46px rgba(53, 208, 226, 0.2);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-card {
	border-color: rgba(53, 208, 226, 0.42);
	background:
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 7.5rem),
		linear-gradient(135deg, rgba(53, 208, 226, 0.12), transparent 28%),
		linear-gradient(135deg, #123f3d 0%, #1f5870 44%, #2c55b5 100%);
	box-shadow:
		0 22px 58px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.12) inset,
		0 0 36px rgba(53, 208, 226, 0.14) inset;
}

html.corporate-surface .official-result-feature--corporate.is-live .official-pitch-card {
	border-color: rgba(53, 208, 226, 0.68);
	background:
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 6.5rem),
		linear-gradient(120deg, rgba(53, 208, 226, 0.18), transparent 30%, rgba(53, 208, 226, 0.18) 72%, transparent),
		linear-gradient(135deg, #0e4d45 0%, #13717a 46%, #2f63d7 100%);
	box-shadow:
		0 30px 86px rgba(0, 0, 0, 0.36),
		0 0 0 1px rgba(255, 255, 255, 0.2) inset,
		0 0 44px rgba(53, 208, 226, 0.28) inset,
		0 0 52px rgba(53, 208, 226, 0.16);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-card::before {
	background:
		linear-gradient(90deg, transparent 0%, rgba(53, 208, 226, 0.4) 48%, rgba(53, 208, 226, 0.22) 58%, transparent 76%);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-card::after {
	border-color: rgba(53, 208, 226, 0.32);
	box-shadow:
		0 0 38px rgba(53, 208, 226, 0.22) inset,
		0 0 34px rgba(53, 208, 226, 0.16);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-card__field {
	opacity: 0.64;
}

html.corporate-surface .official-result-feature--corporate .official-pitch-card__field::before,
html.corporate-surface .official-result-feature--corporate .official-pitch-card__midline,
html.corporate-surface .official-result-feature--corporate .official-pitch-card__circle,
html.corporate-surface .official-result-feature--corporate .official-pitch-card__box {
	border-color: rgba(246, 238, 204, 0.5);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-card__midline {
	background: rgba(246, 238, 204, 0.44);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-team strong {
	color: #ffffff;
	text-shadow:
		0 1px 0 rgba(0, 0, 0, 0.2),
		0 18px 34px rgba(0, 0, 0, 0.34);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-card--compact .official-pitch-team strong {
	font-size: 1.18rem;
	white-space: normal;
}

html.corporate-surface .official-result-feature--corporate .official-pitch-team span {
	color: #09111f;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(53, 208, 226, 0.76));
	box-shadow:
		0 10px 24px rgba(0, 0, 0, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.42) inset;
}

html.corporate-surface .official-result-feature--corporate .official-pitch-score {
	border-color: rgba(53, 208, 226, 0.56);
	color: #07111f;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 238, 204, 0.9));
	box-shadow:
		0 22px 54px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.36) inset;
}

html.corporate-surface .official-result-feature--corporate .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;
}

html.corporate-surface .official-result-feature--corporate.is-live .official-pitch-score {
	box-shadow:
		0 26px 64px rgba(0, 0, 0, 0.34),
		0 0 0 4px rgba(53, 208, 226, 0.18),
		0 0 36px rgba(53, 208, 226, 0.34);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-minute {
	color: #06131f;
	background: rgba(246, 238, 204, 0.92);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-event {
	color: #06131f;
	background: rgba(255, 255, 255, 0.9);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-card.has-prediction-partial,
html.corporate-surface .official-result-feature--corporate .official-pitch-card.has-prediction-exact {
	border-color: rgba(53, 208, 226, 0.64);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-pick,
html.corporate-surface .official-result-feature--corporate .official-pitch-impact {
	border-color: rgba(53, 208, 226, 0.36);
	color: rgba(255, 255, 255, 0.94);
	background: rgba(8, 15, 29, 0.62);
	box-shadow:
		0 14px 30px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-pick span {
	color: rgba(246, 238, 204, 0.72);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-pick strong {
	color: #ffffff;
}

html.corporate-surface .official-result-feature--corporate .official-pitch-pick.is-partial,
html.corporate-surface .official-result-feature--corporate .official-pitch-impact.is-partial {
	border-color: rgba(53, 208, 226, 0.44);
	color: #dffbff;
	background: rgba(8, 47, 73, 0.46);
}

html.corporate-surface .official-result-feature--corporate .official-pitch-pick.is-exact,
html.corporate-surface .official-result-feature--corporate .official-pitch-impact.is-exact {
	border-color: rgba(53, 208, 226, 0.52);
	color: #07111f;
	background: linear-gradient(135deg, rgba(53, 208, 226, 0.98), rgba(234, 255, 122, 0.92));
}

html.corporate-surface .official-result-feature--corporate .official-pitch-pick.is-exact span,
html.corporate-surface .official-result-feature--corporate .official-pitch-pick.is-exact strong {
	color: #07111f;
}

html.corporate-surface .official-result-feature--corporate .official-result-state-grid span {
	color: var(--ds-text-primary);
}

html.corporate-surface .official-result-feature--corporate .official-user-pick-chip.has-pick {
	border-color: rgba(53, 208, 226, 0.32);
	color: var(--ds-text-primary);
	background: rgba(53, 208, 226, 0.1);
}

html.corporate-surface .official-result-feature--corporate .official-user-pick-chip.is-partial {
	border-color: rgba(53, 208, 226, 0.34);
	color: #dffbff;
	background: rgba(8, 47, 73, 0.28);
}

html.corporate-surface .official-result-feature--corporate .official-user-pick-chip.is-exact {
	border-color: rgba(53, 208, 226, 0.46);
	color: #07111f;
	background: linear-gradient(135deg, rgba(53, 208, 226, 0.98), rgba(234, 255, 122, 0.92));
}

html.corporate-surface .official-result-feature--corporate .official-result-state-grid i {
	color: var(--ds-cyan);
}

html.corporate-surface .official-result-feature--corporate .btn-primary-gradient {
	border-color: rgba(53, 208, 226, 0.48);
	color: #07111f;
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.98), rgba(234, 255, 122, 0.92));
	box-shadow:
		0 18px 46px rgba(0, 0, 0, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.38) inset;
}

html.corporate-surface .official-ranking-bridge--corporate {
	border-color: rgba(53, 208, 226, 0.2);
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.9), rgba(8, 15, 29, 0.82)),
		var(--ds-surface);
}

html.corporate-surface .official-ranking-bridge--corporate strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .official-ranking-bridge--corporate span {
	color: var(--ds-text-muted);
}

@media (max-width: 991.98px) {
	html.corporate-surface .official-result-feature--corporate .official-pitch-card--compact .official-pitch-team strong {
		font-size: 0.86rem;
	}

	html.corporate-surface .official-result-feature--corporate .official-pitch-card--compact .official-pitch-score {
		min-width: 4.2rem;
		min-height: 3rem;
		font-size: 1.18rem;
	}
}

html.corporate-surface .pool-competition-hero {
	border: 1px solid rgba(53, 208, 226, 0.16);
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(8, 15, 29, 0.88)),
		var(--ds-surface);
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

html.corporate-surface .pool-competition-hero .app-hero-label,
html.corporate-surface .pool-competition-eyebrow {
	color: var(--ds-accent);
}

html.corporate-surface .pool-competition-hero__scoreboard,
html.corporate-surface .pool-competition-card,
html.corporate-surface .pool-glory-card,
html.corporate-surface .pool-admin-secondary {
	border-color: rgba(156, 163, 175, 0.16);
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.92), rgba(8, 15, 29, 0.82)),
		var(--ds-surface);
	box-shadow:
		0 18px 48px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.corporate-surface .pool-competition-hero__scoreboard span,
html.corporate-surface .pool-competition-hero__scoreboard strong,
html.corporate-surface .pool-competition-card h2,
html.corporate-surface .pool-glory-card h2,
html.corporate-surface .pool-empty-state strong,
html.corporate-surface .pool-rival-stack strong,
html.corporate-surface .pool-activity-list strong,
html.corporate-surface .pool-state-grid strong,
html.corporate-surface .pool-glory-metrics strong,
html.corporate-surface .pool-podium__place strong,
html.corporate-surface .pool-progress-ring strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .pool-competition-hero__scoreboard small,
html.corporate-surface .pool-competition-card p,
html.corporate-surface .pool-glory-card p,
html.corporate-surface .pool-state-grid span,
html.corporate-surface .pool-glory-metrics span,
html.corporate-surface .pool-rival-stack em,
html.corporate-surface .pool-activity-list small,
html.corporate-surface .pool-podium__place small {
	color: var(--ds-text-muted);
}

html.corporate-surface .pool-state-grid div,
html.corporate-surface .pool-glory-metrics div,
html.corporate-surface .pool-rival-stack div,
html.corporate-surface .pool-activity-list div,
html.corporate-surface .pool-empty-state,
html.corporate-surface .pool-podium__place {
	border-color: rgba(156, 163, 175, 0.14);
	background: rgba(255, 255, 255, 0.045);
}

html.corporate-surface .pool-rival-stack .is-you,
html.corporate-surface .member-row.is-current-user {
	border-color: rgba(53, 208, 226, 0.32);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.14), rgba(53, 208, 226, 0.06)),
		rgba(255, 255, 255, 0.04);
}

html.corporate-surface .pool-podium__place--1 {
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.16), rgba(255, 255, 255, 0.05)),
		rgba(255, 255, 255, 0.04);
}

html.corporate-surface .pool-progress-track {
	background: rgba(156, 163, 175, 0.18);
}

html.corporate-surface .pool-progress-ring {
	background:
		radial-gradient(circle, rgba(17, 24, 39, 0.96) 58%, transparent 60%),
		conic-gradient(var(--ds-accent) var(--pool-progress), rgba(156, 163, 175, 0.22) 0);
}

html.corporate-surface .pool-members-preview-card .member-row {
	border-color: rgba(156, 163, 175, 0.14);
	background: rgba(5, 8, 22, 0.28);
}

html.corporate-surface .pool-rules-compact .score-rules-card,
html.corporate-surface .league-admin-entry {
	border-color: rgba(156, 163, 175, 0.16);
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.92), rgba(8, 15, 29, 0.82)),
		var(--ds-surface);
}

html.corporate-surface .ranking-page .ranking-pending-banner {
	border: 1px solid rgba(53, 208, 226, 0.18);
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(8, 15, 29, 0.84)),
		var(--ds-surface);
	box-shadow:
		0 18px 44px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.corporate-surface .ranking-page .ranking-pending-banner strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .ranking-page .ranking-pending-banner p {
	color: var(--ds-text-muted);
}

html.corporate-surface .ranking-page .ranking-pending-banner__icon {
	color: var(--ds-accent);
	background: rgba(53, 208, 226, 0.1);
}

html.corporate-surface[data-theme="light-premium"] .corporate-game-flow,
html.corporate-surface[data-theme="light-premium"] .official-result-feature--corporate,
html.corporate-surface[data-theme="light-premium"] .official-ranking-bridge--corporate {
	border-color: rgba(29, 78, 216, 0.14);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.88)),
		#ffffff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

html.corporate-surface[data-theme="light-premium"] .corporate-game-flow__steps > div,
html.corporate-surface[data-theme="light-premium"] .corporate-game-flow__metrics > div {
	border-color: rgba(37, 99, 235, 0.12);
	background: rgba(255, 255, 255, 0.72);
}

html.corporate-surface[data-theme="light-premium"] .corporate-game-flow__intro h2,
html.corporate-surface[data-theme="light-premium"] .corporate-game-flow__steps strong,
html.corporate-surface[data-theme="light-premium"] .corporate-game-flow__metrics strong,
html.corporate-surface[data-theme="light-premium"] .official-result-feature--corporate .section-title,
html.corporate-surface[data-theme="light-premium"] .official-ranking-bridge--corporate strong {
	color: #0f172a;
}

html.corporate-surface[data-theme="light-premium"] .corporate-game-flow__intro p:last-child,
html.corporate-surface[data-theme="light-premium"] .corporate-game-flow__steps small,
html.corporate-surface[data-theme="light-premium"] .corporate-game-flow__metrics span,
html.corporate-surface[data-theme="light-premium"] .official-result-feature--corporate .section-copy,
html.corporate-surface[data-theme="light-premium"] .official-ranking-bridge--corporate span {
	color: #64748b;
}

@media (max-width: 1024px) {
	html.corporate-surface .corporate-game-flow {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .corporate-game-flow__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	html.corporate-surface .corporate-game-flow__steps,
	html.corporate-surface .corporate-game-flow__metrics {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .corporate-game-flow__steps > div {
		min-height: 0;
	}
}

:root,
html.corporate-surface,
[data-theme="dark-premium"] {
	--ds-bg: var(--corp-bg);
	--ds-bg-soft: var(--corp-bg-2);
	--ds-surface: var(--corp-surface);
	--ds-surface-elevated: var(--corp-panel);
	--ds-surface-strong: var(--corp-panel-strong);
	--ds-surface-soft: var(--corp-panel-soft);
	--ds-border: var(--corp-border);
	--ds-border-subtle: var(--corp-line);
	--ds-border-strong: var(--corp-line-strong);
	--ds-text-primary: var(--corp-text);
	--ds-text-secondary: var(--corp-text-2);
	--ds-text-muted: var(--corp-muted);
	--ds-text-inverse: var(--corp-bg);
	--ds-text-inverse-soft: #08111f;
	--ds-primary: var(--corp-action);
	--ds-primary-strong: #0891b2;
	--ds-accent: var(--corp-live);
	--ds-success: var(--corp-success);
	--ds-warning: var(--corp-warning);
	--ds-danger: var(--corp-danger);
	--ds-gradient-page: linear-gradient(180deg, var(--ds-bg) 0%, var(--ds-bg-soft) 100%);
	--ds-gradient-primary: linear-gradient(135deg, #d8fbff 0%, #35d0e2 58%, #0e7490 100%);
	--ds-gradient-dark: linear-gradient(135deg, var(--ds-bg) 0%, var(--ds-surface) 100%);
	--ds-gradient-hero:
		radial-gradient(circle at 12% -8%, rgba(53, 208, 226, 0.12), transparent 28%),
		radial-gradient(circle at 88% 4%, rgba(14, 165, 233, 0.1), transparent 30%),
		radial-gradient(circle at 52% 0%, rgba(92, 242, 165, 0.045), transparent 28%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.98) 0%, rgba(11, 18, 32, 0.98) 100%),
		var(--ds-bg);
	--ds-shadow-card: 0 18px 55px rgba(0, 0, 0, 0.36);
	--ds-shadow-soft: 0 14px 36px rgba(0, 0, 0, 0.26);
	--ds-shadow-glow: 0 12px 34px rgba(53, 208, 226, 0.16);
	--ds-shadow-panel: 0 24px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(245, 245, 244, 0.04);

	--color-bg: var(--ds-bg);
	--color-surface: var(--ds-surface);
	--color-surface-soft: var(--ds-bg-soft);
	--color-text: var(--ds-text-primary);
	--color-text-muted: var(--ds-text-muted);
	--color-border: var(--ds-border);
	--color-primary: var(--ds-primary);
	--color-primary-dark: var(--ds-primary-strong);
	--color-cyan: var(--ds-accent);
	--color-success: var(--ds-success);
	--color-warning: var(--ds-warning);
	--color-danger: var(--ds-danger);
	--gradient-page: var(--ds-gradient-page);
	--gradient-primary: var(--ds-gradient-primary);
	--gradient-dark: var(--ds-gradient-dark);
	--shadow-card: var(--ds-shadow-card);
	--shadow-soft: var(--ds-shadow-soft);
	--shadow-glow: var(--ds-shadow-glow);
	--shadow-corporate-panel: var(--ds-shadow-panel);
}

[data-theme="light-premium"],
html.corporate-surface[data-theme="light-premium"] {
	--color-bg: #f7f8fb;
	--color-surface: #ffffff;
	--color-surface-elevated: #f1f5f9;
	--color-border: #e2e8f0;
	--color-text: #0f172a;
	--color-text-muted: #64748b;
	--color-primary: #2563eb;
	--color-primary-soft: rgba(37, 99, 235, 0.1);
	--color-accent: #d97706;
	--color-success: #16a34a;
	--color-warning: #d97706;
	--color-danger: #dc2626;

	--ds-bg: var(--color-bg);
	--ds-bg-soft: #eef2f7;
	--ds-surface: var(--color-surface);
	--ds-surface-elevated: #ffffff;
	--ds-surface-strong: #ffffff;
	--ds-surface-soft: var(--color-surface-elevated);
	--ds-border: var(--color-border);
	--ds-border-subtle: rgba(148, 163, 184, 0.28);
	--ds-border-strong: rgba(37, 99, 235, 0.2);
	--ds-text-primary: var(--color-text);
	--ds-text-secondary: #334155;
	--ds-text-muted: var(--color-text-muted);
	--ds-text-inverse: #ffffff;
	--ds-text-inverse-soft: #f8fafc;
	--ds-primary: var(--color-primary);
	--ds-primary-strong: #1d4ed8;
	--ds-accent: var(--color-accent);
	--ds-success: var(--color-success);
	--ds-warning: var(--color-warning);
	--ds-danger: var(--color-danger);
	--ds-gradient-page:
		radial-gradient(circle at 16% -10%, rgba(37, 99, 235, 0.1), transparent 30%),
		radial-gradient(circle at 88% -4%, rgba(217, 119, 6, 0.08), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, var(--ds-bg) 48%, #eef2f7 100%);
	--ds-gradient-primary: linear-gradient(135deg, var(--ds-primary) 0%, #60a5fa 100%);
	--ds-gradient-dark: linear-gradient(135deg, #ffffff 0%, #eaf1fb 100%);
	--ds-gradient-hero:
		radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.12), transparent 30%),
		radial-gradient(circle at 88% 6%, rgba(217, 119, 6, 0.1), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
	--ds-shadow-card: 0 18px 50px rgba(15, 23, 42, 0.1);
	--ds-shadow-soft: 0 14px 36px rgba(15, 23, 42, 0.08);
	--ds-shadow-glow: 0 12px 34px rgba(37, 99, 235, 0.12);
	--ds-shadow-panel: 0 24px 70px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.82);

	--color-surface-soft: var(--ds-bg-soft);
	--color-primary-dark: var(--ds-primary-strong);
	--color-cyan: #0891b2;
	--gradient-page: var(--ds-gradient-page);
	--gradient-primary: var(--ds-gradient-primary);
	--gradient-dark: var(--ds-gradient-dark);
	--shadow-card: var(--ds-shadow-card);
	--shadow-soft: var(--ds-shadow-soft);
	--shadow-glow: var(--ds-shadow-glow);
	--shadow-corporate-panel: var(--ds-shadow-panel);
}

html.corporate-surface,
html[data-theme="dark-premium"] {
	color-scheme: dark;
	background: var(--ds-bg);
	scroll-behavior: smooth;
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) {
	color-scheme: light;
	background: var(--ds-bg);
	scroll-behavior: smooth;
}

html.corporate-surface,
html.corporate-surface body,
html[data-theme="dark-premium"],
html[data-theme="dark-premium"] body,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]),
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) body {
	background: var(--ds-bg);
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans);
	font-feature-settings: "cv02", "cv03", "cv04", "cv11";
	text-rendering: geometricPrecision;
}

html.corporate-surface body,
html[data-theme="dark-premium"] body,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) body {
	position: relative;
	background: var(--ds-gradient-hero);
}

html.corporate-surface body::before,
html[data-theme="dark-premium"] body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(rgba(53, 208, 226, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.018) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 78%);
}

html.corporate-surface .app-splash {
	background: var(--ds-gradient-hero);
}

html.corporate-surface .app-splash::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(53, 208, 226, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.018) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 78%);
}

html.corporate-surface .app-splash-inner {
	position: relative;
	z-index: 1;
}

html.corporate-surface .app-splash-orb {
	filter: drop-shadow(0 28px 50px rgba(53, 208, 226, 0.16));
}

html.corporate-surface h1,
html.corporate-surface .app-hero-title,
html.corporate-surface .ranking-hero__title,
html.corporate-surface .section-title,
html.corporate-surface .pools-hero h1 {
	font-family: var(--corp-font-sans);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
}

html.corporate-surface h2,
html.corporate-surface h3,
html.corporate-surface .corporate-section-title,
html.corporate-surface .dashboard-kpi__value,
html.corporate-surface .metric-card__value,
html.corporate-surface .home-world-metric strong {
	font-family: var(--corp-font-sans);
	font-weight: 800;
	letter-spacing: -0.03em;
}

html.corporate-surface h4,
html.corporate-surface h5,
html.corporate-surface h6,
html.corporate-surface .pool-card h2,
html.corporate-surface .pool-card h3,
html.corporate-surface .dashboard-pool-card h3,
html.corporate-surface .ranking-board h2 {
	font-family: var(--corp-font-sans);
	font-weight: 750;
	letter-spacing: -0.025em;
}

html.corporate-surface p,
html.corporate-surface li,
html.corporate-surface .section-copy,
html.corporate-surface .app-hero-subtitle,
html.corporate-surface .ranking-hero__copy,
html.corporate-surface .form-help-text {
	line-height: 1.55;
}

html.corporate-surface .eyebrow,
html.corporate-surface .section-eyebrow,
html.corporate-surface .corporate-section-eyebrow,
html.corporate-surface .app-hero-label,
html.corporate-surface .badge,
html.corporate-surface .badge-premium,
html.corporate-surface .corporate-badge,
html.corporate-surface .corporate-status {
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

html.corporate-surface .btn-primary-gradient,
html.corporate-surface .btn-secondary-soft,
html.corporate-surface .btn-dark-premium,
html.corporate-surface .pwa-install-btn,
html.corporate-surface .corporate-btn-primary,
html.corporate-surface .corporate-btn-secondary,
html.corporate-surface .corporate-btn-ghost,
html.corporate-surface .corporate-btn-danger,
html.corporate-surface button {
	font-family: var(--corp-font-sans);
	font-weight: 800;
	letter-spacing: -0.01em;
}

html.corporate-surface .form-label-premium,
html.corporate-surface .form-label,
html.corporate-surface .corporate-label,
html.corporate-surface .metric-card__label,
html.corporate-surface .active-pool-context__label {
	font-weight: 700;
	letter-spacing: 0.02em;
}

.app-shell,
.main-shell,
.pools-page,
.ranking-page,
.dashboard-page,
.matches-page,
.play-page {
	background: transparent;
	color: var(--ds-text-primary);
}

a {
	color: var(--ds-accent);
}

a:hover {
	color: #8ee9f3;
}

:focus-visible {
	outline: 2px solid rgba(53, 208, 226, 0.88);
	outline-offset: 3px;
}

.app-navbar {
	background: rgba(5, 8, 22, 0.9);
	border-bottom: 1px solid rgba(53, 208, 226, 0.12);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(18px);
}

.app-navbar .container {
	gap: var(--corp-space-4);
}

.brand-orb--app-icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	border: 1px solid var(--ds-border-strong);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(53, 208, 226, 0.05);
}

.brand-orb--app-icon img {
	object-fit: cover;
}

.brand-orb--casazar-logo {
	width: clamp(112px, 12vw, 156px);
	height: 42px;
	padding: 0 4px;
	border-color: transparent;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.brand-orb--casazar-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

html.corporate-surface .app-navbar .navbar-brand,
html.corporate-surface .app-navbar .brand-mark,
html.corporate-surface .app-navbar .nav-link,
html.corporate-surface .app-navbar .profile-switcher,
html.corporate-surface .app-navbar .user-pill {
	color: var(--ds-text-secondary);
}

html.corporate-surface .app-navbar .nav-link:hover,
html.corporate-surface .app-navbar .nav-link:focus,
html.corporate-surface .app-navbar .profile-switcher:hover,
html.corporate-surface .app-navbar .profile-switcher:focus {
	color: var(--ds-text-primary);
	background: rgba(53, 208, 226, 0.055);
}

html.corporate-surface .app-navbar .nav-link {
	border-radius: 999px;
	transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

html.corporate-surface .app-navbar .nav-login-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.58rem 1.05rem;
	border: 1px solid rgba(53, 208, 226, 0.2);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
		rgba(53, 208, 226, 0.075);
	color: var(--ds-text-primary) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(2, 8, 23, 0.2);
}

html.corporate-surface .app-navbar .nav-login-action:hover,
html.corporate-surface .app-navbar .nav-login-action:focus-visible,
html.corporate-surface .app-navbar .nav-login-action.active {
	border-color: rgba(53, 208, 226, 0.36);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
		rgba(53, 208, 226, 0.12);
	color: var(--ds-text-primary) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 14px 30px rgba(2, 8, 23, 0.26);
}

html.corporate-surface .app-navbar .nav-link.active,
html.corporate-surface .app-navbar .profile-switcher.active,
html.corporate-surface .app-navbar .profile-switcher[aria-expanded="true"] {
	color: var(--ds-text-primary) !important;
	background: rgba(53, 208, 226, 0.075);
}

html.corporate-surface .app-navbar .nav-link.active::after,
html.corporate-surface .app-navbar .profile-switcher.active::after {
	background: linear-gradient(90deg, transparent, var(--ds-primary), transparent);
	box-shadow: 0 0 14px rgba(53, 208, 226, 0.28);
}

html.corporate-surface .app-navbar .nav-utility-action {
	border-color: var(--ds-border-strong);
	background: rgba(53, 208, 226, 0.08);
	color: var(--ds-text-primary);
	box-shadow: none;
}

html.corporate-surface .app-navbar .nav-utility-action:hover,
html.corporate-surface .app-navbar .nav-utility-action:focus-visible {
	border-color: rgba(53, 208, 226, 0.28);
	background: rgba(53, 208, 226, 0.08);
	color: var(--ds-text-primary);
}

html.corporate-surface .nav-notification-dot {
	border-color: rgba(5, 8, 22, 0.95);
}

html.corporate-surface .nav-notification-count {
	border-color: rgba(5, 8, 22, 0.96);
}

html.corporate-surface .notification-center-panel {
	border-color: rgba(53, 208, 226, 0.18);
	background: rgba(9, 13, 27, 0.98);
	color: var(--ds-text-primary);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

html.corporate-surface .notification-center-panel__header,
html.corporate-surface .notification-center-panel__push {
	border-color: rgba(53, 208, 226, 0.14);
}

html.corporate-surface .notification-center-panel h2,
html.corporate-surface .notification-center-panel__empty strong,
html.corporate-surface .notification-center-panel__push strong,
html.corporate-surface .notification-center-item h3 {
	color: var(--ds-text-primary);
}

html.corporate-surface .notification-center-panel__eyebrow,
html.corporate-surface .notification-center-panel__toolbar button,
html.corporate-surface .notification-center-item__action,
html.corporate-surface .notification-center-item__actions button {
	color: var(--ds-accent-gold);
}

html.corporate-surface .notification-center-panel__toolbar,
html.corporate-surface .notification-center-panel__empty,
html.corporate-surface .notification-center-panel__empty p,
html.corporate-surface .notification-center-panel__push p,
html.corporate-surface .notification-center-item p,
html.corporate-surface .notification-center-item__meta {
	color: var(--ds-text-muted);
}

html.corporate-surface .notification-center-panel__close {
	background: rgba(255, 255, 255, 0.08);
	color: var(--ds-text-primary);
}

html.corporate-surface .notification-center-item {
	border-color: rgba(53, 208, 226, 0.12);
	background: rgba(255, 255, 255, 0.055);
}

html.corporate-surface .notification-center-item.is-unread {
	border-color: rgba(53, 208, 226, 0.28);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.12), rgba(53, 208, 226, 0.06)),
		rgba(255, 255, 255, 0.07);
}

html.corporate-surface .notification-center-panel__push {
	background: rgba(255, 255, 255, 0.045);
}

html.corporate-surface[data-theme="light-premium"] .notification-center-panel {
	border-color: rgba(148, 163, 184, 0.32);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
		#ffffff;
	color: var(--ds-text-primary);
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.18);
}

html.corporate-surface[data-theme="light-premium"] .notification-center-panel__header,
html.corporate-surface[data-theme="light-premium"] .notification-center-panel__toolbar,
html.corporate-surface[data-theme="light-premium"] .notification-center-panel__push {
	border-color: rgba(203, 213, 225, 0.9);
}

html.corporate-surface[data-theme="light-premium"] .notification-center-panel h2,
html.corporate-surface[data-theme="light-premium"] .notification-center-panel__empty strong,
html.corporate-surface[data-theme="light-premium"] .notification-center-panel__push strong,
html.corporate-surface[data-theme="light-premium"] .notification-center-item h3 {
	color: #0f172a;
}

html.corporate-surface[data-theme="light-premium"] .notification-center-panel__eyebrow,
html.corporate-surface[data-theme="light-premium"] .notification-center-panel__toolbar button,
html.corporate-surface[data-theme="light-premium"] .notification-center-item__action,
html.corporate-surface[data-theme="light-premium"] .notification-center-item__actions button {
	color: #2563eb;
}

html.corporate-surface[data-theme="light-premium"] .notification-center-panel__toolbar,
html.corporate-surface[data-theme="light-premium"] .notification-center-panel__empty,
html.corporate-surface[data-theme="light-premium"] .notification-center-panel__empty p,
html.corporate-surface[data-theme="light-premium"] .notification-center-panel__push p,
html.corporate-surface[data-theme="light-premium"] .notification-center-item p,
html.corporate-surface[data-theme="light-premium"] .notification-center-item__meta {
	color: #64748b;
}

html.corporate-surface[data-theme="light-premium"] .notification-center-panel__close {
	background: rgba(226, 232, 240, 0.82);
	color: #0f172a;
}

html.corporate-surface[data-theme="light-premium"] .notification-center-panel__close:hover,
html.corporate-surface[data-theme="light-premium"] .notification-center-panel__close:focus-visible {
	background: rgba(203, 213, 225, 0.96);
	color: #020617;
}

html.corporate-surface[data-theme="light-premium"] .notification-center-item {
	border-color: rgba(203, 213, 225, 0.9);
	background: rgba(248, 250, 252, 0.9);
}

html.corporate-surface[data-theme="light-premium"] .notification-center-item.is-unread {
	border-color: rgba(37, 99, 235, 0.26);
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(53, 208, 226, 0.06)),
		#ffffff;
}

html.corporate-surface[data-theme="light-premium"] .notification-center-panel__push {
	background: rgba(248, 250, 252, 0.92);
}

html.corporate-surface .app-navbar .nav-mobile-primary-action {
	border-color: rgba(53, 208, 226, 0.22);
	color: var(--ds-text-primary);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.14), rgba(53, 208, 226, 0.08)),
		rgba(17, 24, 39, 0.92);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.06), 0 16px 34px rgba(0, 0, 0, 0.24);
}

html.corporate-surface .app-navbar .nav-mobile-primary-action:hover,
html.corporate-surface .app-navbar .nav-mobile-primary-action:focus-visible,
html.corporate-surface .app-navbar .nav-mobile-primary-action.is-active {
	border-color: rgba(53, 208, 226, 0.38);
	color: var(--ds-primary);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.18), rgba(53, 208, 226, 0.12)),
		rgba(17, 24, 39, 0.96);
	box-shadow: 0 0 0 1px rgba(53, 208, 226, 0.08), 0 18px 38px rgba(0, 0, 0, 0.3);
}

html.corporate-surface .app-navbar .navbar-toggler {
	border: 1px solid rgba(53, 208, 226, 0.22);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.08), rgba(53, 208, 226, 0.035)),
		rgba(17, 24, 39, 0.92);
	box-shadow:
		0 14px 34px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(245, 245, 244, 0.08);
}

html.corporate-surface .app-navbar .navbar-toggler:focus,
html.corporate-surface .app-navbar .navbar-toggler:hover {
	border-color: rgba(53, 208, 226, 0.38);
	background:
		linear-gradient(180deg, rgba(53, 208, 226, 0.12), rgba(53, 208, 226, 0.06)),
		rgba(17, 24, 39, 0.96);
	box-shadow:
		0 0 0 3px rgba(53, 208, 226, 0.12),
		0 16px 38px rgba(0, 0, 0, 0.36);
}

html.corporate-surface .app-navbar .navbar-toggler-icon {
	width: 1.55rem;
	height: 1.55rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28245,245,244,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M5 7h20M5 15h20M5 23h20'/%3e%3c/svg%3e");
	filter: drop-shadow(0 0 8px rgba(53, 208, 226, 0.2));
	opacity: 1;
}

.locale-switcher,
.active-pool-switcher,
.profile-menu,
.pool-context-menu {
	background: rgba(17, 24, 39, 0.94);
	border: 1px solid rgba(53, 208, 226, 0.13);
	box-shadow: var(--shadow-card);
	color: var(--ds-text-primary);
}

.active-pool-switcher {
	border-radius: 999px;
}

.active-pool-switcher__name,
.profile-menu__identity strong {
	color: var(--ds-text-primary);
}

.dropdown-item,
.pool-context-menu__item,
.profile-menu__identity span,
.active-pool-context__label,
.active-pool-switcher__meta {
	color: var(--ds-text-secondary);
}

.dropdown-item:hover,
.dropdown-item:focus,
.pool-context-menu__item:hover,
.pool-context-menu__item.is-active {
	background: rgba(53, 208, 226, 0.08);
	color: var(--ds-text-primary);
}

.bottom-nav {
	background: rgba(5, 8, 22, 0.94);
	border-top: 1px solid rgba(53, 208, 226, 0.13);
	box-shadow: 0 -18px 45px rgba(0, 0, 0, 0.32);
}

.bottom-nav__item {
	color: var(--ds-text-muted);
}

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

.corporate-card,
.corporate-panel,
.corporate-stat-card,
.corporate-action-card,
.corporate-empty-card,
.glass-card,
.metric-card,
.ranking-card,
.ranking-board,
.ranking-empty,
.pool-card,
.join-pool-card,
.premium-info-card,
.rules-summary-card,
.dashboard-panel,
.dashboard-pool-card,
.dashboard-action-card,
.dashboard-onboarding-card,
.dashboard-managed-card,
.admin-detail-panel,
.auth-card,
.feature-card,
.activation-card,
.home-world-status,
.home-context-card,
.home-status-alert,
.section-card,
.pool-switch-card,
.empty-state-wide,
.owner-participation-card,
.push-broadcast-card,
.prize-pool-card {
	position: relative;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.028), transparent 44%),
		var(--ds-surface-elevated);
	border: 1px solid rgba(53, 208, 226, 0.12);
	box-shadow: var(--shadow-corporate-panel);
	color: var(--ds-text-primary);
}

.corporate-card,
.corporate-panel,
.corporate-stat-card,
.corporate-action-card,
.corporate-empty-card {
	border-radius: var(--corp-radius-lg);
	padding: clamp(1rem, 2vw, 1.5rem);
}

.corporate-panel {
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(11, 18, 32, 0.92)),
		var(--ds-surface);
}

.corporate-stat-card {
	min-height: 118px;
	display: grid;
	align-content: space-between;
}

.corporate-stat-card__label,
.corporate-card__meta,
.corporate-empty-card p {
	color: var(--ds-text-muted);
}

.corporate-stat-card__value {
	color: var(--ds-primary);
	font-family: var(--corp-font-sans);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.035em;
}

.corporate-action-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--corp-space-4);
}

.corporate-empty-card {
	text-align: left;
	border-style: dashed;
	border-color: rgba(156, 163, 175, 0.22);
}

.corporate-card::after,
.corporate-panel::after,
.glass-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(53, 208, 226, 0.05), transparent 34%, rgba(53, 208, 226, 0.035));
	opacity: 0.65;
}

.glass-card:hover,
.metric-card:hover,
.pool-card:hover,
.ranking-card:hover,
.dashboard-pool-card:hover,
.activation-card:hover {
	border-color: rgba(53, 208, 226, 0.28);
}

.section-header,
.corporate-section-header {
	gap: var(--corp-space-4);
	align-items: flex-start;
}

.corporate-section-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: var(--corp-space-5);
}

.corporate-section-eyebrow,
.section-eyebrow,
.eyebrow,
.app-hero-label {
	color: var(--ds-primary);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.corporate-section-title {
	color: var(--ds-text-primary);
	font-family: var(--corp-font-display);
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.02;
}

.corporate-section-copy {
	max-width: 64ch;
	color: var(--ds-text-muted);
}

.app-hero,
.home-hero,
.pools-hero,
.ranking-hero,
.dashboard-hero {
	background:
		radial-gradient(circle at 78% 20%, rgba(53, 208, 226, 0.09), transparent 32%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96) 0%, rgba(11, 18, 32, 0.92) 100%),
		var(--ds-surface);
	border-color: rgba(53, 208, 226, 0.16);
}

.app-hero-label,
.eyebrow,
.badge-premium {
	color: var(--ds-primary);
}

.app-hero-title,
.section-title,
.ranking-hero__title,
.pools-hero h1,
.pool-card h2,
.pool-card h3,
.metric-card__value,
.dashboard-kpi__value,
.ranking-board h2,
.home-context-card h2,
.home-status-alert h2 {
	color: var(--ds-text-primary);
}

html.corporate-surface .home-hero .app-hero-title {
	max-width: 880px;
	font-size: clamp(3.45rem, 5.35vw, 4.25rem);
	line-height: 0.94;
	letter-spacing: 0;
	overflow-wrap: normal;
}

html.corporate-surface .home-hero .app-hero-subtitle {
	max-width: 720px;
	margin-top: 0.85rem;
	line-height: 1.32;
}

html.corporate-surface .home-hero .app-hero__actions {
	margin-top: 1.35rem;
}

html.corporate-surface .home-hero .app-hero__microcopy {
	margin-top: 1rem;
}

.casazar-home-invite {
	position: relative;
	display: grid;
	grid-template-columns: minmax(170px, 220px) minmax(0, 1fr) auto;
	column-gap: clamp(1.75rem, 4vw, 4.5rem);
	row-gap: 1rem;
	align-items: center;
	overflow: hidden;
	padding: clamp(1rem, 2vw, 1.35rem);
	border: 1px solid rgba(231, 215, 177, 0.16);
	border-radius: var(--corp-radius-lg);
	background:
		radial-gradient(ellipse at 86% 46%, rgba(214, 179, 106, 0.12), transparent 36%),
		linear-gradient(135deg, rgba(12, 18, 36, 0.94), rgba(5, 8, 22, 0.88));
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.26),
		inset 0 1px 0 rgba(245, 237, 203, 0.055);
}

.casazar-home-invite > *:not(.casazar-home-invite__glow):not(.casazar-home-invite__agave) {
	position: relative;
	z-index: 2;
}

.casazar-home-invite__glow {
	position: absolute;
	top: 50%;
	right: -4%;
	z-index: 0;
	width: clamp(220px, 28vw, 390px);
	height: clamp(220px, 28vw, 390px);
	border-radius: 999px;
	background:
		radial-gradient(circle at 50% 50%, rgba(241, 223, 167, 0.16), transparent 30%),
		radial-gradient(circle at 50% 50%, rgba(216, 184, 108, 0.14), transparent 64%);
	filter: blur(34px);
	opacity: 0.78;
	pointer-events: none;
	transform: translateY(-50%);
}

.casazar-home-invite__agave {
	position: absolute;
	top: 50%;
	right: -3%;
	z-index: 1;
	width: clamp(190px, 22vw, 320px);
	height: auto;
	opacity: 0.075;
	pointer-events: none;
	transform: translateY(-50%);
	filter:
		sepia(1)
		saturate(1.3)
		hue-rotate(354deg)
		brightness(1.08)
		drop-shadow(0 0 26px rgba(216, 184, 108, 0.16));
}

.casazar-home-invite__brand img {
	display: block;
	width: clamp(132px, 11vw, 190px);
	max-width: 100%;
	height: auto;
	opacity: 0.78;
	filter:
		saturate(0.96)
		drop-shadow(0 0 18px rgba(216, 184, 108, 0.14));
}

.casazar-home-invite__content h2 {
	max-width: 760px;
	margin: 0;
	color: #fffaf0;
	font-size: clamp(1.35rem, 2.1vw, 2.35rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.04;
}

.casazar-home-invite__content p {
	max-width: 680px;
	margin: 0.35rem 0 0;
	color: rgba(245, 245, 244, 0.68);
}

.casazar-home-invite__content .corporate-section-eyebrow {
	margin: 0 0 0.45rem;
	color: #35d0e2;
}

.casazar-home-invite__cta {
	white-space: nowrap;
}

.casazar-awards-share-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.85rem;
	align-items: stretch;
	overflow: hidden;
	padding: clamp(0.85rem, 1.8vw, 1.1rem);
	border: 1px solid rgba(53, 208, 226, 0.22);
	border-radius: var(--corp-radius-lg);
	background:
		radial-gradient(circle at 12% 20%, rgba(247, 237, 203, 0.16), transparent 28%),
		radial-gradient(circle at 86% 52%, rgba(53, 208, 226, 0.1), transparent 30%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.9));
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(214, 179, 106, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.casazar-awards-share-card::before {
	content: "";
	position: absolute;
	inset: auto -12% -58% 18%;
	height: 140px;
	border-radius: 999px;
	background: radial-gradient(ellipse, rgba(214, 179, 106, 0.2), transparent 68%);
	filter: blur(26px);
	pointer-events: none;
}

.casazar-awards-share-card__main,
.casazar-awards-share-card__share {
	position: relative;
	z-index: 1;
}

.casazar-awards-share-card__main {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.9rem;
	align-items: center;
	min-width: 0;
	padding: 0.65rem 0.75rem;
	color: #fffaf0;
	text-decoration: none;
}

.casazar-awards-share-card__main:hover,
.casazar-awards-share-card__main:focus-visible {
	color: #fffaf0;
}

.casazar-awards-share-card__icon {
	display: inline-grid;
	width: 3.1rem;
	height: 3.1rem;
	place-items: center;
	border: 1px solid rgba(53, 208, 226, 0.28);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(247, 237, 203, 0.2), rgba(214, 179, 106, 0.09)),
		rgba(5, 8, 22, 0.56);
	color: #c7f7ff;
	box-shadow: 0 14px 34px rgba(214, 179, 106, 0.12);
}

.casazar-awards-share-card small,
.casazar-awards-share-card strong,
.casazar-awards-share-card em {
	display: block;
}

.casazar-awards-share-card small {
	margin-bottom: 0.2rem;
	color: #35d0e2;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.casazar-awards-share-card strong {
	color: #fffaf0;
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	font-weight: 900;
	line-height: 1.04;
}

.casazar-awards-share-card em {
	margin-top: 0.22rem;
	color: rgba(245, 245, 244, 0.68);
	font-style: normal;
	font-weight: 700;
}

.casazar-awards-share-card__share {
	display: inline-flex;
	gap: 0.55rem;
	align-items: center;
	justify-content: center;
	min-width: 178px;
	border: 1px solid rgba(53, 208, 226, 0.45);
	border-radius: 999px;
	background: linear-gradient(135deg, #c7f7ff 0%, #35d0e2 52%, #c7f7ff 100%);
	color: #07111f;
	font-weight: 900;
	box-shadow:
		0 18px 42px rgba(214, 179, 106, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.casazar-awards-share-card__share:hover,
.casazar-awards-share-card__share:focus-visible {
	color: #07111f;
	transform: translateY(-1px);
	box-shadow:
		0 22px 52px rgba(214, 179, 106, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.casazar-awards-share-card__share.is-haptic {
	animation: casazar-share-haptic 280ms ease-out;
}

@keyframes casazar-share-haptic {
	0% { transform: translate3d(0, 0, 0) scale(1); }
	18% { transform: translate3d(-1px, 0, 0) scale(0.992); }
	36% { transform: translate3d(1px, 0, 0) scale(1.006); }
	54% { transform: translate3d(-1px, 0, 0) scale(0.998); }
	72% { transform: translate3d(1px, 0, 0) scale(1.002); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}

.casazar-awards-share-card__share.is-copied span {
	font-size: 0;
}

.casazar-awards-share-card__share.is-copied span::after {
	content: "Copied";
	font-size: 1rem;
}

@media (min-width: 1440px) {
	.casazar-home-invite {
		grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) auto;
		column-gap: clamp(3rem, 5vw, 6.5rem);
		padding-inline: clamp(1.75rem, 3vw, 3.25rem);
	}

	.casazar-home-invite__brand img {
		width: clamp(180px, 16vw, 260px);
	}
}

.hero-accent,
.section-title span,
.ranking-hero__title span {
	color: var(--ds-primary);
}

.app-hero-subtitle,
.section-copy,
.ranking-hero__copy,
.ranking-hero__lead,
.pools-hero p,
.pool-card__meta,
.metric-card__label,
.form-help-text,
.small,
.text-muted {
	color: var(--ds-text-muted) !important;
}

html.corporate-surface .ranking-page .ranking-hero {
	grid-template-columns: minmax(0, 1fr) minmax(170px, 260px);
	min-height: clamp(260px, 28vw, 360px);
}

html.corporate-surface .ranking-page .ranking-hero__lead {
	max-width: 860px;
	margin-bottom: 0.9rem;
	color: var(--ds-text-primary) !important;
	font-family: var(--corp-font-sans);
	font-weight: 800;
	letter-spacing: -0.045em;
}

html.corporate-surface .ranking-page .ranking-hero__lead .hero-accent,
html.corporate-surface .ranking-page .ranking-hero__lead .accent {
	background: none;
	color: var(--ds-primary) !important;
	-webkit-text-fill-color: currentColor;
}

html.corporate-surface .ranking-page .ranking-hero__copy {
	max-width: 760px;
	color: var(--ds-text-secondary) !important;
	font-weight: 750;
}

html.corporate-surface .ranking-page .ranking-hero__actions {
	justify-content: center;
}

html.corporate-surface .ranking-page .ranking-search-empty,
html.corporate-surface .ranking-page .ranking-placeholder,
html.corporate-surface .ranking-page .ranking-empty {
	border-color: rgba(53, 208, 226, 0.16);
	background:
		radial-gradient(circle at 50% 0%, rgba(53, 208, 226, 0.08), transparent 34%),
		linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(5, 8, 22, 0.78));
	color: var(--ds-text-muted);
	box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.04);
}

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(--ds-text-primary);
}

html.corporate-surface .ranking-page .ranking-search-empty p,
html.corporate-surface .ranking-page .ranking-placeholder p,
html.corporate-surface .ranking-page .ranking-empty p {
	color: var(--ds-text-secondary);
}

html.corporate-surface .ranking-page .ranking-search-empty i,
html.corporate-surface .ranking-page .ranking-placeholder i,
html.corporate-surface .ranking-page .empty-icon {
	background: rgba(53, 208, 226, 0.1);
	border: 1px solid rgba(53, 208, 226, 0.2);
	color: var(--ds-accent);
}

.corporate-live-network {
	position: relative;
	width: clamp(270px, 28vw, 430px);
	aspect-ratio: 1.26 / 1;
	margin-inline: auto;
	isolation: isolate;
	filter: drop-shadow(0 28px 58px rgba(0, 0, 0, 0.24));
}

.corporate-live-network::before {
	content: "";
	position: absolute;
	inset: 18% 4% 12% 18%;
	border-radius: 38% 62% 42% 58%;
	background:
		radial-gradient(circle at 76% 40%, rgba(53, 208, 226, 0.14), transparent 30%),
		radial-gradient(circle at 36% 58%, rgba(53, 208, 226, 0.1), transparent 36%);
	filter: blur(22px);
	opacity: 0.78;
	pointer-events: none;
	z-index: -1;
}

.corporate-live-network__field {
	position: absolute;
	inset: 0;
	animation: corporateNetworkDrift 12s ease-in-out infinite;
}

.corporate-live-network__plane,
.corporate-live-network__horizon,
.corporate-live-network__track,
.corporate-live-network__vector,
.corporate-live-network__signal,
.corporate-live-network__node {
	position: absolute;
	pointer-events: none;
}

.corporate-live-network__plane {
	inset: 17% 5% 19% 3%;
	border: 1px solid rgba(53, 208, 226, 0.12);
	border-radius: 28px 16px 34px 18px;
	background:
		linear-gradient(116deg, rgba(245, 245, 244, 0.045), transparent 28%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.52), rgba(5, 8, 22, 0.08) 62%),
		repeating-linear-gradient(90deg, rgba(53, 208, 226, 0.055) 0 1px, transparent 1px 58px);
	box-shadow:
		inset 0 1px 0 rgba(245, 245, 244, 0.05),
		inset 0 -38px 90px rgba(5, 8, 22, 0.28),
		0 18px 56px rgba(0, 0, 0, 0.22);
	transform: perspective(840px) rotateX(56deg) rotateZ(-9deg) skewX(-4deg);
	transform-origin: 48% 56%;
}

.corporate-live-network__horizon {
	left: 14%;
	right: 10%;
	top: 47%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(53, 208, 226, 0.56), rgba(53, 208, 226, 0.08), transparent);
	transform: rotate(-9deg);
}

.corporate-live-network__track,
.corporate-live-network__vector {
	height: 1px;
	transform-origin: left center;
}

.corporate-live-network__track--primary {
	left: 19%;
	top: 36%;
	width: 62%;
	background: linear-gradient(90deg, transparent, rgba(53, 208, 226, 0.1), rgba(53, 208, 226, 0.62), transparent);
	transform: rotate(-18deg);
}

.corporate-live-network__track--secondary {
	left: 26%;
	top: 63%;
	width: 46%;
	background: linear-gradient(90deg, transparent, rgba(53, 208, 226, 0.24), rgba(53, 208, 226, 0.04), transparent);
	transform: rotate(-7deg);
}

.corporate-live-network__vector--one {
	left: 33%;
	top: 28%;
	width: 30%;
	background: linear-gradient(90deg, transparent, rgba(245, 245, 244, 0.2), transparent);
	transform: rotate(30deg);
	opacity: 0.58;
}

.corporate-live-network__vector--two {
	right: 17%;
	top: 35%;
	width: 26%;
	background: linear-gradient(90deg, transparent, rgba(156, 163, 175, 0.24), transparent);
	transform: rotate(73deg);
	opacity: 0.52;
}

.corporate-live-network__signal {
	right: 24%;
	top: 32%;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--ds-accent);
	box-shadow: 0 0 14px rgba(53, 208, 226, 0.42);
	animation: corporateNetworkPulse 3.6s ease-in-out infinite;
}

.corporate-live-network__node {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: rgba(209, 213, 219, 0.76);
	border: 1px solid rgba(245, 245, 244, 0.22);
	box-shadow: 0 0 12px rgba(245, 245, 244, 0.08);
}

.corporate-live-network__node--lead {
	top: 45%;
	left: 32%;
	width: 12px;
	height: 12px;
	background: var(--ds-primary);
	border-color: rgba(53, 208, 226, 0.58);
	box-shadow:
		0 0 0 6px rgba(53, 208, 226, 0.035),
		0 0 24px rgba(53, 208, 226, 0.28);
}

.corporate-live-network__node--one {
	top: 31%;
	left: 52%;
}

.corporate-live-network__node--two {
	top: 61%;
	left: 63%;
	background: var(--ds-accent);
	border-color: rgba(53, 208, 226, 0.34);
	box-shadow: 0 0 14px rgba(53, 208, 226, 0.26);
}

.corporate-live-network__node--three {
	top: 70%;
	left: 37%;
	opacity: 0.74;
}

.matches-hero .corporate-live-network {
	width: clamp(150px, 16vw, 220px);
}

html.corporate-surface .matches-page {
	padding-top: clamp(2rem, 4vw, 3.2rem);
}

html.corporate-surface .matches-hero {
	grid-template-columns: minmax(0, 1fr) minmax(210px, 320px);
	gap: 1.5rem;
	min-height: 360px;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	overflow: hidden;
	border: 1px solid rgba(53, 208, 226, 0.2);
	border-radius: var(--corp-radius-lg);
	background:
		radial-gradient(circle at 82% 26%, rgba(53, 208, 226, 0.14), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(5, 8, 22, 0.94));
	box-shadow: var(--corp-shadow-soft);
}

html.corporate-surface .matches-hero::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.08), transparent 34%),
		linear-gradient(rgba(245, 245, 244, 0.024) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.028) 1px, transparent 1px);
	background-size: auto, 64px 64px, 64px 64px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.68) 62%, transparent 100%);
}

html.corporate-surface .matches-hero__content,
html.corporate-surface .matches-hero > .corporate-live-network {
	position: relative;
	z-index: 1;
}

html.corporate-surface .matches-hero .app-hero-title {
	max-width: 780px;
	margin-top: 0.6rem;
	color: var(--ds-text-primary);
	font-size: 4rem;
	line-height: 0.96;
}

html.corporate-surface .matches-hero .app-hero-subtitle {
	max-width: 720px;
	color: var(--ds-text-secondary);
}

html.corporate-surface .casazar-wordmark-text {
	color: inherit;
	white-space: nowrap;
}

html.corporate-surface .casazar-wordmark-text__azar {
	color: #35d0e2;
	background: linear-gradient(135deg, #c7f7ff 0%, #35d0e2 42%, #28ff7a 100%);
	background-clip: text;
	-webkit-background-clip: text;
	text-shadow:
		0 0 18px rgba(214, 179, 106, 0.18),
		0 1px 0 rgba(255, 255, 255, 0.08);
	-webkit-text-fill-color: transparent;
}

html.corporate-surface .play-hero--casazar {
	grid-template-columns: minmax(0, 1fr) minmax(230px, 350px);
	min-height: 306px;
	padding-block: clamp(1.35rem, 2.55vw, 1.9rem);
	background:
		radial-gradient(ellipse at 82% 42%, rgba(255, 242, 196, 0.18), rgba(214, 179, 106, 0.12) 22%, transparent 46%),
		radial-gradient(ellipse at 78% 82%, rgba(132, 92, 36, 0.15), transparent 34%),
		radial-gradient(circle at 14% 10%, rgba(245, 237, 203, 0.052), transparent 24%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.985), rgba(5, 8, 22, 0.955));
}

html.corporate-surface .play-hero--casazar::before {
	background:
		linear-gradient(100deg, rgba(255, 242, 196, 0.065), transparent 38%, rgba(214, 179, 106, 0.08) 66%, transparent 88%),
		linear-gradient(rgba(245, 245, 244, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(214, 179, 106, 0.022) 1px, transparent 1px);
	background-size: auto, 68px 68px, 68px 68px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.66) 64%, transparent 100%);
}

html.corporate-surface .play-hero--casazar::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(ellipse at 78% 48%, rgba(255, 242, 196, 0.18), transparent 26%),
		radial-gradient(ellipse at 82% 58%, rgba(214, 179, 106, 0.2), transparent 38%),
		linear-gradient(105deg, transparent 24%, rgba(245, 237, 203, 0.052) 55%, transparent 76%);
	filter: blur(0.2px);
	opacity: 0.72;
	mix-blend-mode: screen;
	mask-image: linear-gradient(90deg, transparent 28%, #000 58%, rgba(0, 0, 0, 0.52) 100%);
}

html.corporate-surface .play-hero--casazar .matches-hero__content {
	position: relative;
	z-index: 3;
	max-width: 720px;
	padding-top: 0;
}

html.corporate-surface .matches-hero--casazar {
	grid-template-columns: minmax(0, 1fr) minmax(180px, 300px);
	border-color: rgba(231, 215, 177, 0.18);
	background:
		radial-gradient(circle at 84% 48%, rgba(214, 179, 106, 0.11), transparent 32%),
		radial-gradient(circle at 14% 14%, rgba(245, 245, 244, 0.035), transparent 24%),
		linear-gradient(135deg, rgba(12, 18, 36, 0.985), rgba(5, 8, 22, 0.955));
	box-shadow:
		0 32px 90px rgba(0, 0, 0, 0.32),
		0 0 42px rgba(214, 179, 106, 0.045),
		inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

html.corporate-surface .matches-hero--casazar::before {
	background:
		linear-gradient(90deg, rgba(214, 179, 106, 0.075), transparent 38%),
		linear-gradient(rgba(245, 245, 244, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(214, 179, 106, 0.02) 1px, transparent 1px);
	background-size: auto, 68px 68px, 68px 68px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.68) 64%, transparent 100%);
}

html.corporate-surface .matches-hero--casazar .matches-hero__content {
	position: relative;
	z-index: 3;
}

.casazar-matches-agave {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.casazar-matches-agave__glow,
.casazar-matches-agave__mark {
	position: absolute;
	pointer-events: none;
}

.casazar-matches-agave__glow {
	top: 50%;
	right: -8%;
	width: clamp(300px, 34vw, 500px);
	height: clamp(300px, 34vw, 500px);
	border-radius: 999px;
	background:
		radial-gradient(circle at 50% 50%, rgba(245, 237, 203, 0.105), transparent 27%),
		radial-gradient(circle at 50% 50%, rgba(214, 179, 106, 0.14), transparent 58%);
	filter: blur(34px);
	opacity: 0.62;
	transform: translateY(-50%);
}

.casazar-matches-agave__mark {
	top: 50%;
	right: -6%;
	width: clamp(280px, 25vw, 360px);
	height: auto;
	opacity: 0.14;
	transform: translateY(-50%);
	filter:
		blur(0.3px)
		saturate(1.08)
		drop-shadow(0 0 28px rgba(214, 179, 106, 0.12));
}

html.corporate-surface .play-page.play-page--casazar {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 82% 5%, rgba(214, 179, 106, 0.075), transparent 30%),
		radial-gradient(circle at 10% 34%, rgba(231, 215, 177, 0.045), transparent 24%),
		linear-gradient(180deg, rgba(5, 8, 22, 0), rgba(5, 8, 22, 0.28));
}

html.corporate-surface .matches-page--casazar {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 88% 2%, rgba(214, 179, 106, 0.07), transparent 30%),
		radial-gradient(circle at 8% 30%, rgba(231, 215, 177, 0.04), transparent 24%),
		linear-gradient(180deg, rgba(5, 8, 22, 0), rgba(5, 8, 22, 0.3));
}

html.corporate-surface .matches-page--casazar .matches-control-panel,
html.corporate-surface .matches-page--casazar .group-card,
html.corporate-surface .matches-page--casazar .live-matches-panel,
html.corporate-surface .matches-page--casazar .knockout-card,
html.corporate-surface .matches-page--casazar .match-card.match-card-compact,
html.corporate-surface .matches-page--casazar .matches-filter-loading,
html.corporate-surface .matches-page--casazar .group-standings-panel {
	border-color: rgba(231, 215, 177, 0.13);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.04), transparent 46%),
		radial-gradient(circle at 88% 14%, rgba(214, 179, 106, 0.055), transparent 34%),
		rgba(5, 8, 22, 0.58);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

html.corporate-surface .matches-page--casazar .matches-filter-loading__card {
	border-color: rgba(231, 215, 177, 0.13);
	background: rgba(5, 8, 22, 0.42);
}

html.corporate-surface .matches-page--casazar .matches-filter-loading__pill,
html.corporate-surface .matches-page--casazar .matches-filter-loading__line {
	background: rgba(231, 215, 177, 0.12);
}

html.corporate-surface .matches-page--casazar .matches-filter-loading__pill::after,
html.corporate-surface .matches-page--casazar .matches-filter-loading__line::after {
	background: linear-gradient(90deg, transparent, rgba(231, 215, 177, 0.18), transparent);
}

html.corporate-surface .matches-page--casazar .matches-control-panel {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
}

html.corporate-surface .matches-page--casazar .matches-control-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(115deg, transparent 8%, rgba(245, 237, 203, 0.055) 46%, transparent 68%),
		linear-gradient(rgba(245, 245, 244, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(214, 179, 106, 0.018) 1px, transparent 1px);
	background-size: auto, 60px 60px, 60px 60px;
	opacity: 0.72;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 66%, transparent 100%);
}

html.corporate-surface .matches-page--casazar .matches-control-panel > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .matches-page--casazar .phase-tab,
html.corporate-surface .matches-page--casazar .mobile-group-tab,
html.corporate-surface .matches-page--casazar .group-card__view-tab {
	border-color: rgba(231, 215, 177, 0.16);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.025), transparent 52%),
		rgba(5, 8, 22, 0.52);
	color: rgba(226, 232, 240, 0.74);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .matches-page--casazar .phase-tab:hover,
html.corporate-surface .matches-page--casazar .mobile-group-tab:hover,
html.corporate-surface .matches-page--casazar .group-card__view-tab:hover {
	border-color: rgba(214, 179, 106, 0.34);
	color: #f7f4ec;
}

html.corporate-surface .matches-page--casazar .phase-tab.active,
html.corporate-surface .matches-page--casazar .phase-tab.is-active,
html.corporate-surface .matches-page--casazar .mobile-group-tab.active,
html.corporate-surface .matches-page--casazar .mobile-group-tab.is-active,
html.corporate-surface .matches-page--casazar .group-card__view-tab.is-active {
	border-color: rgba(231, 215, 177, 0.44);
	background: linear-gradient(135deg, #c7f7ff, #35d0e2);
	color: #07101f;
	box-shadow: 0 16px 32px rgba(214, 179, 106, 0.16);
}

html.corporate-surface .matches-page--casazar .matches-control-panel .form-control-premium {
	border-color: rgba(231, 215, 177, 0.16);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.025), transparent 60%),
		rgba(5, 8, 22, 0.62);
	color: #f7f4ec;
}

html.corporate-surface .matches-page--casazar .matches-control-panel .form-control-premium:focus {
	border-color: rgba(214, 179, 106, 0.42);
	box-shadow: 0 0 0 4px rgba(214, 179, 106, 0.08);
}

html.corporate-surface .matches-page--casazar .section-title,
html.corporate-surface .matches-page--casazar .group-card__header h3,
html.corporate-surface .matches-page--casazar .team-side strong,
html.corporate-surface .matches-page--casazar .knockout-team strong,
html.corporate-surface .matches-page--casazar .group-standings-team strong {
	color: #f7f4ec;
}

html.corporate-surface .matches-page--casazar .eyebrow,
html.corporate-surface .matches-page--casazar .group-standings-row--head,
html.corporate-surface .matches-page--casazar .group-standings-position,
html.corporate-surface .matches-page--casazar .group-standings-points {
	color: #35d0e2;
}

html.corporate-surface .matches-page--casazar .section-copy,
html.corporate-surface .matches-page--casazar .group-card__stats,
html.corporate-surface .matches-page--casazar .team-side span,
html.corporate-surface .matches-page--casazar .knockout-team span,
html.corporate-surface .matches-page--casazar .match-meta,
html.corporate-surface .matches-page--casazar .group-standings-team small {
	color: rgba(226, 232, 240, 0.62);
}

html.corporate-surface .matches-page--casazar .match-card.match-card-compact,
html.corporate-surface .matches-page--casazar .knockout-card {
	border-radius: 22px;
}

html.corporate-surface .matches-page--casazar .match-card.match-card-compact:hover,
html.corporate-surface .matches-page--casazar .knockout-card:hover {
	border-color: rgba(214, 179, 106, 0.3);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.052), transparent 50%),
		radial-gradient(circle at 88% 14%, rgba(214, 179, 106, 0.075), transparent 34%),
		rgba(5, 8, 22, 0.64);
	box-shadow:
		0 28px 78px rgba(0, 0, 0, 0.34),
		0 0 30px rgba(214, 179, 106, 0.06),
		inset 0 1px 0 rgba(245, 245, 244, 0.055);
	transform: translateY(-2px);
}

html.corporate-surface .matches-page--casazar .team-flag,
html.corporate-surface .matches-page--casazar .team-flag-fallback {
	border-color: rgba(231, 215, 177, 0.22);
	box-shadow:
		0 12px 26px rgba(0, 0, 0, 0.28),
		0 0 0 4px rgba(214, 179, 106, 0.045);
}

html.corporate-surface .matches-page--casazar .score-box {
	border-color: rgba(231, 215, 177, 0.16);
	background:
		radial-gradient(circle at 50% 0%, rgba(214, 179, 106, 0.12), transparent 52%),
		rgba(5, 8, 22, 0.66);
	color: #c7f7ff;
}

html.corporate-surface .matches-page--casazar .match-card.match-card-compact.is-live,
html.corporate-surface .matches-page--casazar .knockout-card.is-live,
html.corporate-surface .matches-page--casazar .live-match-card {
	border-color: rgba(214, 179, 106, 0.36);
	background:
		radial-gradient(circle at 90% 12%, rgba(214, 179, 106, 0.18), transparent 35%),
		linear-gradient(180deg, rgba(245, 237, 203, 0.06), transparent 52%),
		rgba(5, 8, 22, 0.72);
	box-shadow:
		0 0 0 1px rgba(214, 179, 106, 0.08),
		0 24px 64px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

html.corporate-surface .matches-page--casazar .live-match-card__ambient {
	background:
		radial-gradient(circle at 50% 18%, rgba(214, 179, 106, 0.18), transparent 28%),
		radial-gradient(circle at 10% 92%, rgba(245, 237, 203, 0.08), transparent 32%),
		linear-gradient(108deg, transparent 20%, rgba(245, 245, 244, 0.08) 46%, transparent 64%);
}

html.corporate-surface .matches-page--casazar .live-match-card__badge,
html.corporate-surface .matches-page--casazar .live-match-card__momentum {
	border-color: rgba(214, 179, 106, 0.34);
	color: #c7f7ff;
	background:
		linear-gradient(135deg, rgba(214, 179, 106, 0.15), rgba(245, 237, 203, 0.035)),
		rgba(5, 8, 22, 0.72);
	box-shadow: 0 0 22px rgba(214, 179, 106, 0.1), inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

html.corporate-surface .matches-page--casazar .live-score,
html.corporate-surface .matches-page--casazar .live-score--hero {
	border-color: rgba(214, 179, 106, 0.44);
	color: #f8fafc;
	background:
		radial-gradient(circle at 50% 0%, rgba(214, 179, 106, 0.22), transparent 58%),
		linear-gradient(180deg, rgba(11, 18, 32, 0.96), rgba(5, 8, 22, 0.9));
	text-shadow: 0 0 24px rgba(214, 179, 106, 0.18);
	box-shadow: 0 0 0 1px rgba(214, 179, 106, 0.1), 0 20px 54px rgba(0, 0, 0, 0.32), 0 0 34px rgba(214, 179, 106, 0.09), inset 0 1px 0 rgba(245, 245, 244, 0.08);
}

html.corporate-surface .matches-page--casazar .group-standings-panel__header,
html.corporate-surface .matches-page--casazar .group-standings-row {
	border-color: rgba(231, 215, 177, 0.1);
}

html.corporate-surface .matches-page--casazar .btn-predict-disabled:not(.btn-predict-disabled--live) {
	border-color: rgba(231, 215, 177, 0.13);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.04), transparent 50%),
		rgba(5, 8, 22, 0.58);
	color: rgba(226, 232, 240, 0.7);
}

html.corporate-surface .play-page.play-page--casazar::before,
html.corporate-surface .play-page.play-page--casazar::after {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

html.corporate-surface .play-page.play-page--casazar::before {
	inset: -5rem 0 45% 0;
	background:
		linear-gradient(90deg, transparent 0%, rgba(231, 215, 177, 0.055) 46%, transparent 78%),
		repeating-linear-gradient(90deg, rgba(231, 215, 177, 0.028) 0 1px, transparent 1px 72px);
	opacity: 0.42;
	mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
}

html.corporate-surface .play-page.play-page--casazar::after {
	top: 8rem;
	right: clamp(0.75rem, 3vw, 2.5rem);
	width: min(28vw, 360px);
	height: min(72vh, 640px);
	background: url("/assets/brand/casazar/casazar-black-bottle.png.avif") center / contain no-repeat;
	opacity: 0.04;
	filter:
		blur(1.4px)
		drop-shadow(0 0 52px rgba(214, 179, 106, 0.18));
	transform: none;
}

html.corporate-surface .play-page.play-page--casazar .app-hero-label,
html.corporate-surface .play-page.play-page--casazar .eyebrow,
html.corporate-surface .play-page.play-page--casazar .match-prediction-label {
	color: #35d0e2;
}

html.corporate-surface .play-page.play-page--casazar .hero-accent {
	color: #e7d7b1;
	text-shadow: 0 0 30px rgba(214, 179, 106, 0.22);
}

html.corporate-surface .play-page.play-page--casazar .play-panel,
html.corporate-surface .play-page.play-page--casazar .matches-control-panel,
html.corporate-surface .play-page.play-page--casazar .prediction-group-card,
html.corporate-surface .play-page.play-page--casazar .prediction-match-card {
	border-color: rgba(231, 215, 177, 0.16);
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.045), transparent 34%),
		linear-gradient(145deg, rgba(12, 18, 36, 0.94), rgba(5, 8, 22, 0.9));
	box-shadow:
		0 28px 82px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

.play-page.play-page--casazar .matches-control-panel,
.play-page.play-page--casazar .prediction-group-card,
.play-page.play-page--casazar .prediction-match-card {
	position: relative;
	overflow: hidden;
}

.play-page.play-page--casazar .matches-control-panel::before,
.play-page.play-page--casazar .prediction-group-card::before,
.play-page.play-page--casazar .prediction-match-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 92% 0%, rgba(214, 179, 106, 0.085), transparent 30%),
		linear-gradient(115deg, transparent 18%, rgba(245, 245, 244, 0.035) 48%, transparent 68%);
	opacity: 0.7;
}

.play-page.play-page--casazar .prediction-group-card > *,
.play-page.play-page--casazar .prediction-match-card > *,
.play-page.play-page--casazar .matches-control-panel > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .play-page.play-page--casazar .phase-tab,
html.corporate-surface .play-page.play-page--casazar .mobile-group-tab,
html.corporate-surface .play-page.play-page--casazar .group-card__view-tab {
	border-color: rgba(231, 215, 177, 0.16);
	background: rgba(5, 8, 22, 0.66);
	color: rgba(226, 232, 240, 0.78);
}

html.corporate-surface .play-page.play-page--casazar .phase-tab:hover,
html.corporate-surface .play-page.play-page--casazar .mobile-group-tab:hover,
html.corporate-surface .play-page.play-page--casazar .group-card__view-tab:hover {
	border-color: rgba(214, 179, 106, 0.4);
	color: var(--ds-text-primary);
}

html.corporate-surface .play-page.play-page--casazar .phase-tab.active,
html.corporate-surface .play-page.play-page--casazar .phase-tab.is-active,
html.corporate-surface .play-page.play-page--casazar .mobile-group-tab.active,
html.corporate-surface .play-page.play-page--casazar .mobile-group-tab.is-active,
html.corporate-surface .play-page.play-page--casazar .group-card__view-tab.is-active {
	border-color: rgba(53, 208, 226, 0.58);
	background: linear-gradient(135deg, #c7f7ff 0%, #35d0e2 48%, #c7f7ff 100%);
	color: #07111f;
	box-shadow: 0 18px 34px rgba(214, 179, 106, 0.18);
}

html.corporate-surface .play-page.play-page--casazar .form-control-premium,
html.corporate-surface .play-page.play-page--casazar .prediction-result-select,
html.corporate-surface .play-page.play-page--casazar .prediction-score-input,
html.corporate-surface .play-page.play-page--casazar .prediction-qualified-select,
html.corporate-surface .play-page.play-page--casazar .prediction-readonly {
	border-color: rgba(231, 215, 177, 0.16);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 52%),
		rgba(5, 8, 22, 0.72);
	color: var(--ds-text-primary);
}

html.corporate-surface .play-page.play-page--casazar .form-control-premium:focus,
html.corporate-surface .play-page.play-page--casazar .prediction-result-select:focus,
html.corporate-surface .play-page.play-page--casazar .prediction-score-input:focus,
html.corporate-surface .play-page.play-page--casazar .prediction-qualified-select:focus {
	border-color: rgba(214, 179, 106, 0.46);
	box-shadow: 0 0 0 4px rgba(214, 179, 106, 0.1);
}

html.corporate-surface .play-page.play-page--casazar .predictions-progress-inline {
	border-color: rgba(231, 215, 177, 0.16);
	background:
		radial-gradient(circle at 92% 18%, rgba(214, 179, 106, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(231, 215, 177, 0.04), transparent 48%),
		rgba(5, 8, 22, 0.58);
}

html.corporate-surface .play-page.play-page--casazar .predictions-progress-fill {
	background: linear-gradient(90deg, #35d0e2, #c7f7ff);
	box-shadow: 0 10px 26px rgba(214, 179, 106, 0.16);
}

html.corporate-surface .play-page.play-page--casazar .score-box,
html.corporate-surface .play-page.play-page--casazar .match-vs {
	border-color: rgba(231, 215, 177, 0.2);
	background:
		linear-gradient(135deg, rgba(231, 215, 177, 0.12), rgba(132, 92, 36, 0.08)),
		rgba(5, 8, 22, 0.8);
	color: #e7d7b1;
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.05);
}

html.corporate-surface .play-page.play-page--casazar .prediction-match-card:hover {
	border-color: rgba(214, 179, 106, 0.34);
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.058), transparent 44%),
		linear-gradient(145deg, rgba(12, 18, 36, 0.98), rgba(5, 8, 22, 0.94));
	box-shadow:
		0 34px 90px rgba(0, 0, 0, 0.34),
		0 0 34px rgba(214, 179, 106, 0.07),
		inset 0 1px 0 rgba(245, 245, 244, 0.065);
}

html.corporate-surface .play-page.play-page--casazar .prediction-match-card.is-saved {
	border-color: rgba(214, 179, 106, 0.28);
}

html.corporate-surface .play-page.play-page--casazar .btn-primary-gradient,
html.corporate-surface .play-page.play-page--casazar .prediction-fat-save-button,
html.corporate-surface .play-page.play-page--casazar .save-group-btn {
	border: 1px solid rgba(53, 208, 226, 0.54);
	background:
		linear-gradient(135deg, #c7f7ff 0%, #35d0e2 48%, #c7f7ff 100%);
	color: #07111f;
	box-shadow:
		0 18px 42px rgba(214, 179, 106, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

html.corporate-surface .play-page.play-page--casazar .btn-primary-gradient:hover,
html.corporate-surface .play-page.play-page--casazar .prediction-fat-save-button:hover,
html.corporate-surface .play-page.play-page--casazar .save-group-btn:hover {
	filter: brightness(1.03);
	box-shadow:
		0 22px 50px rgba(214, 179, 106, 0.24),
		0 0 28px rgba(231, 215, 177, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

html.corporate-surface .play-page.play-page--casazar .btn-secondary-soft,
html.corporate-surface .play-page.play-page--casazar .prediction-native-save-btn {
	border-color: rgba(231, 215, 177, 0.18);
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.055), rgba(5, 8, 22, 0.44)),
		rgba(5, 8, 22, 0.72);
	color: #efe4c6;
}

html.corporate-surface .play-page.play-page--casazar .btn-secondary-soft:hover,
html.corporate-surface .play-page.play-page--casazar .prediction-native-save-btn:hover {
	border-color: rgba(214, 179, 106, 0.38);
	color: #c7f7ff;
	background:
		linear-gradient(180deg, rgba(214, 179, 106, 0.12), rgba(5, 8, 22, 0.52)),
		rgba(5, 8, 22, 0.82);
}

html.corporate-surface .play-page.play-page--casazar .prediction-group-title,
html.corporate-surface .play-page.play-page--casazar .play-section-title,
html.corporate-surface .play-page.play-page--casazar .section-title,
html.corporate-surface .play-page.play-page--casazar .match-team-name {
	color: #f7f4ec;
}

html.corporate-surface .play-page.play-page--casazar .section-copy,
html.corporate-surface .play-page.play-page--casazar .prediction-group-meta,
html.corporate-surface .play-page.play-page--casazar .prediction-group-deadline,
html.corporate-surface .play-page.play-page--casazar .match-time,
html.corporate-surface .play-page.play-page--casazar .match-team-code,
html.corporate-surface .play-page.play-page--casazar .prediction-deadline {
	color: rgba(226, 232, 240, 0.64);
}

html.corporate-surface .play-page.play-page--casazar .prediction-group-progress,
html.corporate-surface .play-page.play-page--casazar .prediction-group-complete,
html.corporate-surface .play-page.play-page--casazar .user-prediction-chip,
html.corporate-surface .play-page.play-page--casazar .points-earned-chip,
html.corporate-surface .play-page.play-page--casazar .match-deadline-chip {
	border-color: rgba(231, 215, 177, 0.2);
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.1), rgba(5, 8, 22, 0.36)),
		rgba(5, 8, 22, 0.62);
	color: #e7d7b1;
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

html.corporate-surface .play-page.play-page--casazar .play-stage-section__header--casazar {
	align-items: flex-start;
	padding-right: clamp(8.5rem, 14vw, 12rem);
}

html.corporate-surface .play-page.play-page--casazar .play-stage-section__header--casazar > div:first-child {
	max-width: 640px;
}

html.corporate-surface .play-page.play-page--casazar .play-stage-section__casazar-logo {
	display: block;
	width: clamp(118px, 11vw, 154px);
	height: auto;
	opacity: 0.84;
	filter:
		saturate(1.04)
		drop-shadow(0 0 16px rgba(214, 179, 106, 0.14));
}

html.corporate-surface .play-page.play-page--casazar .prediction-status-badge,
html.corporate-surface .play-page.play-page--casazar .status-badge {
	border-color: rgba(231, 215, 177, 0.17);
	background: rgba(5, 8, 22, 0.72);
	color: rgba(226, 232, 240, 0.78);
}

html.corporate-surface .play-page.play-page--casazar .prediction-status-saved,
html.corporate-surface .play-page.play-page--casazar .prediction-status-finished,
html.corporate-surface .play-page.play-page--casazar .prediction-status-badge.is-saved,
html.corporate-surface .play-page.play-page--casazar .status-finished {
	border-color: rgba(92, 242, 165, 0.38);
	background:
		linear-gradient(135deg, rgba(92, 242, 165, 0.18), rgba(5, 8, 22, 0.62)),
		rgba(5, 8, 22, 0.74);
	color: #9ff8c7;
}

html.corporate-surface .play-page.play-page--casazar .prediction-status-pending,
html.corporate-surface .play-page.play-page--casazar .status-scheduled {
	border-color: rgba(156, 163, 175, 0.18);
	color: rgba(226, 232, 240, 0.72);
}

html.corporate-surface .play-page.play-page--casazar .prediction-card__topline,
html.corporate-surface .play-page.play-page--casazar .prediction-card__footerline,
html.corporate-surface .play-page.play-page--casazar .prediction-group-header,
html.corporate-surface .play-page.play-page--casazar .group-standings-panel__header {
	border-color: rgba(231, 215, 177, 0.1);
}

html.corporate-surface .play-page.play-page--casazar .match-team-flag,
html.corporate-surface .play-page.play-page--casazar .team-flag,
html.corporate-surface .play-page.play-page--casazar .team-flag-fallback {
	border-color: rgba(231, 215, 177, 0.22);
	box-shadow:
		0 12px 26px rgba(0, 0, 0, 0.28),
		0 0 0 4px rgba(214, 179, 106, 0.045);
}

html.corporate-surface .play-page.play-page--casazar .prediction-score-box,
html.corporate-surface .play-page.play-page--casazar .prediction-controls {
	border-color: rgba(231, 215, 177, 0.12);
	background:
		radial-gradient(circle at 50% 0%, rgba(214, 179, 106, 0.09), transparent 46%),
		rgba(5, 8, 22, 0.52);
}

html.corporate-surface .play-page.play-page--casazar .group-standings-panel {
	border-color: rgba(231, 215, 177, 0.14);
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.04), transparent 34%),
		rgba(5, 8, 22, 0.58);
}

html.corporate-surface .play-page.play-page--casazar .group-standings-row {
	border-color: rgba(231, 215, 177, 0.08);
}

html.corporate-surface .play-page.play-page--casazar .group-standings-row--head {
	color: #35d0e2;
}

html.corporate-surface .play-page.play-page--casazar .group-standings-points,
html.corporate-surface .play-page.play-page--casazar .group-standings-position {
	color: #c7f7ff;
}

html.corporate-surface .play-page.play-page--casazar .prediction-save-toast,
html.corporate-surface .play-page.play-page--casazar .mobile-save-bar {
	border-color: rgba(231, 215, 177, 0.2);
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.09), rgba(5, 8, 22, 0.88)),
		rgba(5, 8, 22, 0.92);
	box-shadow:
		0 26px 70px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board {
	position: relative;
	overflow: hidden;
	margin-bottom: clamp(1rem, 2vw, 1.35rem);
	padding: clamp(1.25rem, 2.2vw, 2rem);
	border-color: rgba(231, 215, 177, 0.13);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.04), transparent 46%),
		radial-gradient(circle at 88% 14%, rgba(214, 179, 106, 0.055), transparent 34%),
		rgba(5, 8, 22, 0.58);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(115deg, transparent 8%, rgba(245, 237, 203, 0.052) 46%, transparent 68%),
		linear-gradient(rgba(245, 245, 244, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(214, 179, 106, 0.018) 1px, transparent 1px);
	background-size: auto, 60px 60px, 60px 60px;
	opacity: 0.68;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 66%, transparent 100%);
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(1rem, 3vw, 2rem);
	align-items: start;
	margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__header .ranking-board__heading {
	max-width: 610px;
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__header .ranking-board-label {
	margin-bottom: 0.5rem !important;
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__header .section-title {
	max-width: 580px;
	margin-bottom: 0;
	line-height: 1;
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__header .ranking-board__story {
	max-width: 500px;
	margin: 0.55rem 0 0;
	color: rgba(226, 232, 240, 0.64);
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__header .ranking-board__actions {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 0.65rem;
	min-width: 132px;
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__logo {
	display: block;
	width: clamp(96px, 10vw, 126px);
	height: auto;
	opacity: 0.86;
	filter:
		saturate(1.04)
		drop-shadow(0 0 14px rgba(214, 179, 106, 0.12));
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__controls-shell {
	display: grid;
	gap: 1rem;
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__controls {
	margin-top: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__controls::before {
	display: none;
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__controls .form-label-premium {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__controls .matches-filter-grid {
	grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
	gap: 0.9rem;
	margin-top: 0.9rem;
}

html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__controls .search-field .form-control-premium,
html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__controls select.form-control-premium {
	min-height: 56px;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 52%),
		rgba(2, 6, 19, 0.78);
}

.casazar-play-hero-logo {
	position: absolute;
	top: clamp(1.25rem, 2.4vw, 1.8rem);
	left: clamp(1.25rem, 3vw, 2rem);
	z-index: 4;
	width: clamp(124px, 12vw, 178px);
	height: auto;
	opacity: 0.76;
	filter:
		saturate(0.96)
		drop-shadow(0 0 20px rgba(214, 179, 106, 0.18));
	pointer-events: none;
}

.casazar-play-bottle-hero {
	position: relative;
	z-index: 2;
	align-self: stretch;
	justify-self: stretch;
	min-height: clamp(242px, 25.5vw, 332px);
	overflow: visible;
	isolation: isolate;
	pointer-events: none;
}

.casazar-play-bottle-hero__aura,
.casazar-play-bottle-hero__shadow,
.casazar-play-bottle-hero__logo,
.casazar-play-bottle-hero__image {
	position: absolute;
	pointer-events: none;
}

.casazar-play-bottle-hero__aura {
	inset: 5% -6% 0% -2%;
	border-radius: 999px;
	background:
		radial-gradient(circle at 50% 34%, rgba(255, 242, 196, 0.18), transparent 20%),
		radial-gradient(circle at 54% 46%, rgba(214, 179, 106, 0.42), transparent 32%),
		radial-gradient(circle at 62% 66%, rgba(132, 92, 36, 0.2), transparent 46%);
	filter: blur(30px);
	opacity: 0.78;
	transform: none;
}

.casazar-play-bottle-hero__shadow {
	right: clamp(0.9rem, 3vw, 2.2rem);
	bottom: 6%;
	width: min(56%, 220px);
	height: 13%;
	border-radius: 999px;
	background: radial-gradient(ellipse, rgba(0, 0, 0, 0.64), transparent 68%);
	filter: blur(12px);
	opacity: 0.58;
	transform: none;
}

.casazar-play-bottle-hero__logo {
	top: clamp(0.85rem, 2.2vw, 1.25rem);
	right: clamp(0.85rem, 2.8vw, 2.15rem);
	z-index: 3;
	width: clamp(86px, 9vw, 124px);
	height: auto;
	opacity: 0.38;
	filter:
		saturate(0.98)
		drop-shadow(0 0 16px rgba(214, 179, 106, 0.12));
}

.casazar-play-bottle-hero__image {
	top: 56%;
	right: clamp(1.2rem, 3.2vw, 2.8rem);
	bottom: auto;
	height: min(74%, 330px);
	width: auto;
	max-width: none;
	object-fit: contain;
	opacity: 0.88;
	transform: translateY(-50%);
	filter:
		saturate(1.04)
		contrast(1.08)
		drop-shadow(0 30px 50px rgba(0, 0, 0, 0.48))
		drop-shadow(0 0 30px rgba(214, 179, 106, 0.14));
}

html.corporate-surface .matches-hero .matches-stats-grid {
	max-width: 760px;
	margin-top: 1.2rem;
	gap: 0.7rem;
}

html.corporate-surface .matches-hero .matches-stat {
	padding: 0.9rem 1rem;
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 52%),
		rgba(5, 8, 22, 0.48);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .matches-hero .matches-stat.is-live {
	border-color: rgba(53, 208, 226, 0.32);
	background:
		radial-gradient(circle at 82% 18%, rgba(53, 208, 226, 0.14), transparent 34%),
		rgba(5, 8, 22, 0.5);
}

html.corporate-surface .matches-hero .matches-stat--button {
	color: var(--ds-text-primary);
}

html.corporate-surface .matches-hero .matches-stat--button:hover,
html.corporate-surface .matches-hero .matches-stat--button:focus-visible {
	border-color: rgba(53, 208, 226, 0.36);
	background:
		radial-gradient(circle at 82% 18%, rgba(53, 208, 226, 0.12), transparent 34%),
		rgba(5, 8, 22, 0.62);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

html.corporate-surface .matches-hero .matches-stat strong {
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans);
	font-size: 1.85rem;
	font-weight: 850;
	line-height: 1;
}

html.corporate-surface .matches-hero .matches-stat span {
	color: var(--ds-text-muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
}

html.corporate-surface .matches-control-panel {
	margin: 1.25rem 0 2.1rem;
	padding: 1rem;
	border-color: rgba(156, 163, 175, 0.14);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 45%),
		rgba(17, 24, 39, 0.78);
}

html.corporate-surface .phase-tab,
html.corporate-surface .mobile-group-tab {
	border-color: rgba(53, 208, 226, 0.24);
	color: rgba(226, 252, 255, 0.74);
	background:
		radial-gradient(circle at 28% 18%, rgba(53, 208, 226, 0.12), transparent 34%),
		radial-gradient(circle at 80% 90%, rgba(34, 197, 94, 0.1), transparent 36%),
		rgba(5, 8, 22, 0.58);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 0 18px rgba(53, 208, 226, 0.04);
}

html.corporate-surface .phase-tab:hover,
html.corporate-surface .mobile-group-tab:hover {
	border-color: rgba(34, 211, 238, 0.5);
	color: #f8fafc;
	background:
		radial-gradient(circle at 30% 20%, rgba(34, 211, 238, 0.18), transparent 34%),
		radial-gradient(circle at 80% 88%, rgba(34, 197, 94, 0.14), transparent 36%),
		rgba(5, 8, 22, 0.66);
	box-shadow:
		0 0 24px rgba(34, 211, 238, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html.corporate-surface .phase-tab.active,
html.corporate-surface .mobile-group-tab.active {
	border-color: rgba(184, 247, 255, 0.7);
	color: #04111f;
	background:
		radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.76), transparent 26%),
		linear-gradient(135deg, #b8f7ff 0%, #35d0e2 56%, #0ea5e9 100%);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.22) inset,
		0 0 22px rgba(53, 208, 226, 0.3),
		0 0 42px rgba(14, 165, 233, 0.16),
		0 16px 34px rgba(0, 0, 0, 0.28);
}

html.corporate-surface .play-mobile-group-tab.mobile-group-tab {
	border-color: rgba(156, 163, 175, 0.2);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 52%),
		rgba(5, 8, 22, 0.5);
	color: var(--ds-text-secondary);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface .play-mobile-group-tab.mobile-group-tab:hover,
html.corporate-surface .play-mobile-group-tab.mobile-group-tab:focus-visible {
	border-color: rgba(53, 208, 226, 0.42);
	color: var(--ds-text-primary);
}

html.corporate-surface .play-mobile-group-tab.mobile-group-tab.active,
html.corporate-surface .play-mobile-group-tab.mobile-group-tab.is-active {
	border-color: rgba(184, 247, 255, 0.7);
	color: #04111f;
	background:
		radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.76), transparent 26%),
		linear-gradient(135deg, #b8f7ff 0%, #35d0e2 56%, #0ea5e9 100%);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.22) inset,
		0 0 22px rgba(53, 208, 226, 0.3),
		0 0 42px rgba(14, 165, 233, 0.16),
		0 16px 34px rgba(0, 0, 0, 0.28);
}

html.corporate-surface .play-mobile-group-tab.is-complete::after {
	border-color: rgba(5, 8, 22, 0.86);
	background: var(--ds-success);
	box-shadow: 0 0 14px rgba(92, 242, 165, 0.24);
}

html.corporate-surface .play-mobile-group-tab.is-active.is-complete::after {
	border-color: rgba(5, 8, 22, 0.72);
	background: var(--ds-text-inverse-soft);
}

html.corporate-surface .play-page .ios-safe-group-nav__meta {
	color: var(--ds-text-secondary);
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.36);
}

html.corporate-surface .play-page .ios-safe-group-nav__meta strong,
html.corporate-surface .play-page .ios-safe-group-nav__meta span {
	color: var(--ds-text-primary);
}

html.corporate-surface .play-page .ios-safe-group-nav__meta span {
	font-weight: 900;
}

html.corporate-surface .matches-control-panel .form-control-premium {
	border-color: rgba(156, 163, 175, 0.18);
	background: rgba(5, 8, 22, 0.58);
	color: var(--ds-text-primary);
}

html.corporate-surface .matches-control-panel .search-field i {
	color: var(--ds-text-muted);
}

html.corporate-surface .phase-tab__count {
	background: rgba(245, 245, 244, 0.08);
	color: inherit;
}

html.corporate-surface .phase-tab.active .phase-tab__count {
	background: rgba(8, 17, 31, 0.12);
	color: inherit;
}

html.corporate-surface .play-hero-inline-cta {
	color: var(--ds-text-secondary);
}

html.corporate-surface .play-hero-inline-cta:hover,
html.corporate-surface .play-hero-inline-cta:focus-visible {
	border-color: rgba(53, 208, 226, 0.28);
	color: var(--ds-primary);
}

html.corporate-surface .group-stage-section,
html.corporate-surface .knockout-section {
	margin-top: 2.4rem;
}

html.corporate-surface .group-card {
	display: grid;
	gap: 1rem;
	padding: 1.05rem;
	border-color: rgba(156, 163, 175, 0.14);
	border-radius: var(--corp-radius-lg);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 42%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(11, 18, 32, 0.88));
}

html.corporate-surface .group-card__header {
	margin-bottom: 0;
}

html.corporate-surface .group-card__header h3 {
	color: var(--ds-text-primary);
}

html.corporate-surface .group-card__stats {
	color: var(--ds-text-muted);
}

html.corporate-surface .group-card__view-tabs {
	border-color: rgba(156, 163, 175, 0.14);
	background: rgba(5, 8, 22, 0.44);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.03);
}

html.corporate-surface .group-card__view-tab {
	color: var(--ds-text-muted);
	font-family: var(--corp-font-sans);
}

html.corporate-surface .group-card__view-tab:hover {
	color: var(--ds-text-primary);
}

html.corporate-surface .group-card__view-tab.is-active {
	color: var(--ds-text-inverse-soft);
	background: var(--gradient-primary);
	box-shadow: 0 14px 28px rgba(53, 208, 226, 0.14);
}

html.corporate-surface .prediction-filter-field span {
	color: var(--ds-primary);
	font-family: var(--corp-font-sans);
	letter-spacing: 0.08em;
}

html.corporate-surface .prediction-filter-field .form-control-premium {
	border-color: rgba(156, 163, 175, 0.14);
	color: var(--ds-text-primary);
	background: var(--ds-surface-soft);
}

html.corporate-surface .prediction-filter-field .form-control-premium:focus {
	border-color: rgba(53, 208, 226, 0.34);
	box-shadow: 0 0 0 4px rgba(53, 208, 226, 0.08);
}

html.corporate-surface .play-page .predictions-progress-inline {
	border-color: rgba(156, 163, 175, 0.14);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.032), transparent 48%),
		radial-gradient(circle at 92% 18%, rgba(53, 208, 226, 0.08), transparent 34%),
		rgba(5, 8, 22, 0.52);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .play-page .predictions-progress-copy strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .play-page .predictions-progress-copy span,
html.corporate-surface .play-page .predictions-progress-dirty {
	color: var(--ds-text-muted);
}

html.corporate-surface .play-page .predictions-progress-dirty {
	color: var(--ds-warning);
}

html.corporate-surface .play-page .predictions-progress-shell {
	background: rgba(156, 163, 175, 0.14);
}

html.corporate-surface .play-page .predictions-progress-fill {
	background: linear-gradient(90deg, var(--ds-primary), rgba(53, 208, 226, 0.86));
	box-shadow: 0 10px 26px rgba(53, 208, 226, 0.12);
}

html.corporate-surface .group-card__view-tab.is-disabled,
html.corporate-surface .group-card__view-tab:disabled {
	color: rgba(156, 163, 175, 0.46);
	background: transparent;
	box-shadow: none;
}

html.corporate-surface .match-list {
	gap: 0.85rem;
}

html.corporate-surface .match-card.match-card-compact {
	padding: 1rem;
	overflow: hidden;
	border: 1px solid rgba(156, 163, 175, 0.13);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.028), transparent 44%),
		rgba(5, 8, 22, 0.44);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

html.corporate-surface .match-card.match-card-compact:hover {
	border-color: rgba(53, 208, 226, 0.24);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.04), transparent 48%),
		rgba(5, 8, 22, 0.56);
	transform: translateY(-1px);
}

html.corporate-surface .match-card.match-card-compact.is-live,
html.corporate-surface .knockout-card.is-live {
	border-color: rgba(53, 208, 226, 0.34);
	background:
		radial-gradient(circle at 92% 10%, rgba(53, 208, 226, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(53, 208, 226, 0.04), transparent 52%),
		rgba(5, 8, 22, 0.58);
	box-shadow: 0 0 0 1px rgba(53, 208, 226, 0.06), 0 18px 46px rgba(0, 0, 0, 0.22);
}

html.corporate-surface .match-card__topline {
	margin-bottom: 0.95rem;
}

html.corporate-surface .match-card__teams {
	grid-template-columns: minmax(0, 1fr) clamp(3.6rem, 10vw, 4.8rem) minmax(0, 1fr);
	gap: 1rem;
}

html.corporate-surface .team-side {
	gap: 0.75rem;
	min-width: 0;
}

html.corporate-surface .team-side strong {
	white-space: nowrap;
}

html.corporate-surface .team-side strong,
html.corporate-surface .knockout-team strong {
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans);
	font-size: 1rem;
	font-weight: 850;
}

html.corporate-surface .team-side span,
html.corporate-surface .knockout-team span {
	color: var(--ds-text-muted);
	font-size: 0.82rem;
	font-weight: 750;
}

html.corporate-surface .team-flag,
html.corporate-surface .team-flag-fallback {
	width: 38px;
	height: 38px;
	border-color: rgba(156, 163, 175, 0.24);
	background: rgba(245, 245, 244, 0.92);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

html.corporate-surface .team-flag-fallback {
	color: var(--ds-primary);
	background: rgba(53, 208, 226, 0.08);
}

html.corporate-surface .score-box {
	width: clamp(3.6rem, 10vw, 4.8rem);
	min-width: clamp(3.6rem, 10vw, 4.8rem);
	min-height: 48px;
	border: 1px solid rgba(53, 208, 226, 0.14);
	border-radius: 18px;
	color: var(--ds-text-primary);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.08), rgba(53, 208, 226, 0.05)),
		rgba(17, 24, 39, 0.86);
	font-family: var(--corp-font-sans);
	font-size: 1rem;
	font-weight: 900;
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
	white-space: nowrap;
}

html.corporate-surface .is-live .score-box,
html.corporate-surface .live-score {
	border-color: rgba(53, 208, 226, 0.32);
	color: var(--ds-accent);
	box-shadow: 0 0 26px rgba(53, 208, 226, 0.12);
}

html.corporate-surface .live-matches-panel {
	border-color: rgba(53, 208, 226, 0.32);
	background:
		radial-gradient(circle at 14% 0%, rgba(53, 208, 226, 0.14), transparent 36%),
		radial-gradient(circle at 92% 12%, rgba(248, 214, 145, 0.11), transparent 34%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.05), transparent 46%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(5, 8, 22, 0.92));
	box-shadow:
		0 0 0 1px rgba(53, 208, 226, 0.06),
		0 28px 82px rgba(0, 0, 0, 0.3),
		0 0 42px rgba(53, 208, 226, 0.07),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
}

html.corporate-surface .live-matches-panel::before {
	background:
		linear-gradient(115deg, transparent 8%, rgba(53, 208, 226, 0.16) 44%, transparent 68%);
	opacity: 0.38;
}

html.corporate-surface .live-match-card,
html.corporate-surface .match-card.is-live,
html.corporate-surface .knockout-card.is-live {
	border-color: rgba(53, 208, 226, 0.34);
	background:
		radial-gradient(circle at 50% 12%, rgba(53, 208, 226, 0.14), transparent 34%),
		radial-gradient(circle at 100% 90%, rgba(18, 109, 128, 0.32), transparent 42%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.052), transparent 52%),
		rgba(5, 8, 22, 0.72);
	box-shadow: 0 0 0 1px rgba(53, 208, 226, 0.06), 0 24px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

html.corporate-surface .live-match-card:hover,
html.corporate-surface .match-card.is-live:hover,
html.corporate-surface .knockout-card.is-live:hover {
	border-color: rgba(53, 208, 226, 0.46);
	box-shadow: 0 0 0 1px rgba(53, 208, 226, 0.1), 0 30px 72px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(245, 245, 244, 0.06);
}

html.corporate-surface .live-match-card__ambient {
	background:
		radial-gradient(circle at 50% 18%, rgba(53, 208, 226, 0.22), transparent 28%),
		radial-gradient(circle at 10% 92%, rgba(53, 208, 226, 0.09), transparent 32%),
		linear-gradient(108deg, transparent 20%, rgba(245, 245, 244, 0.09) 46%, transparent 64%);
	background-size: 100% 100%, 100% 100%, 220% 100%;
	opacity: 0.72;
}

html.corporate-surface .live-match-card__badge {
	border-color: rgba(53, 208, 226, 0.32);
	color: var(--ds-accent);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.16), rgba(53, 208, 226, 0.035)),
		rgba(5, 8, 22, 0.72);
	box-shadow: 0 0 22px rgba(53, 208, 226, 0.12), inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

html.corporate-surface .live-score--hero {
	border-color: rgba(53, 208, 226, 0.42);
	color: #f8fafc;
	background:
		radial-gradient(circle at 50% 0%, rgba(53, 208, 226, 0.24), transparent 58%),
		linear-gradient(180deg, rgba(11, 18, 32, 0.96), rgba(5, 8, 22, 0.9));
	text-shadow: 0 0 24px rgba(53, 208, 226, 0.2);
	box-shadow: 0 0 0 1px rgba(53, 208, 226, 0.1), 0 20px 54px rgba(0, 0, 0, 0.32), 0 0 34px rgba(53, 208, 226, 0.1), inset 0 1px 0 rgba(245, 245, 244, 0.08);
}

html.corporate-surface .live-match-card__momentum {
	color: var(--ds-accent);
	background: rgba(53, 208, 226, 0.08);
	border-color: rgba(53, 208, 226, 0.2);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface .live-match-card__feed {
	color: var(--ds-text-primary);
}

html.corporate-surface .live-match-card__minute {
	background: rgba(53, 208, 226, 0.16);
	color: var(--ds-accent);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

html.corporate-surface .live-match-card__event,
html.corporate-surface .live-goal-timeline__item {
	border-color: rgba(53, 208, 226, 0.18);
	background: rgba(5, 8, 22, 0.66);
	color: var(--ds-text-primary);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

html.corporate-surface .live-goal-timeline__item--goal {
	border-color: rgba(52, 211, 153, 0.24);
	color: #a7f3d0;
}

html.corporate-surface .live-goal-timeline__item--red {
	border-color: rgba(248, 113, 113, 0.3);
	color: #fecaca;
}

html.corporate-surface .live-goal-timeline__item--var {
	border-color: rgba(53, 208, 226, 0.32);
	color: var(--ds-accent);
}

html.corporate-surface .live-match-card__cta {
	border-color: rgba(53, 208, 226, 0.28);
	color: var(--ds-text-primary);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.14), rgba(53, 208, 226, 0.055)),
		rgba(5, 8, 22, 0.7);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(245, 245, 244, 0.05);
}

html.corporate-surface .live-match-card__cta span {
	color: rgba(226, 232, 240, 0.68);
}

html.corporate-surface .live-match-card__cta strong {
	color: var(--ds-accent);
}

html.corporate-surface .live-match-card__cta:hover,
html.corporate-surface .live-match-card__cta:focus-visible {
	border-color: rgba(53, 208, 226, 0.44);
	color: var(--ds-text-primary);
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28), 0 0 30px rgba(53, 208, 226, 0.1), inset 0 1px 0 rgba(245, 245, 244, 0.065);
}

/* Live pitch system */
html.corporate-surface:not([data-theme="light-premium"]) {
	--live-pitch-green: #10b981;
	--live-pitch-green-deep: #064e3b;
	--live-pitch-line: rgba(236, 253, 245, 0.54);
	--live-pitch-glow: rgba(16, 185, 129, 0.34);
	--live-pitch-lime: rgba(92, 242, 165, 0.72);
}

html.corporate-surface:not([data-theme="light-premium"]) .official-result-feature--corporate.is-live,
html.corporate-surface:not([data-theme="light-premium"]) .live-matches-panel {
	border-color: rgba(16, 185, 129, 0.34);
	background:
		radial-gradient(circle at 18% 0%, rgba(92, 242, 165, 0.18), transparent 34%),
		radial-gradient(circle at 82% 8%, rgba(53, 208, 226, 0.1), transparent 30%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.92), rgba(4, 20, 22, 0.96));
	box-shadow:
		0 34px 110px rgba(0, 0, 0, 0.34),
		0 0 72px rgba(16, 185, 129, 0.11),
		0 0 0 1px rgba(236, 253, 245, 0.045) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .official-result-feature--corporate.is-live .official-pitch-card,
html.corporate-surface:not([data-theme="light-premium"]) .live-match-card,
html.corporate-surface:not([data-theme="light-premium"]) .match-card.match-card-compact.is-live,
html.corporate-surface:not([data-theme="light-premium"]) .match-card.is-live,
html.corporate-surface:not([data-theme="light-premium"]) .knockout-card.is-live {
	position: relative;
	overflow: hidden;
	border-color: rgba(92, 242, 165, 0.42);
	background:
		linear-gradient(90deg, rgba(236, 253, 245, 0.075) 1px, transparent 1px),
		linear-gradient(180deg, rgba(236, 253, 245, 0.05) 1px, transparent 1px),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 14.2%),
		radial-gradient(ellipse at 50% 8%, rgba(92, 242, 165, 0.25), transparent 32%),
		radial-gradient(ellipse at 50% 102%, rgba(53, 208, 226, 0.12), transparent 30%),
		linear-gradient(135deg, #063b2f 0%, #087047 42%, #064e3b 100%);
	background-size: 72px 72px, 72px 72px, auto, auto, auto, auto;
	box-shadow:
		0 30px 90px rgba(0, 0, 0, 0.34),
		0 0 58px rgba(16, 185, 129, 0.17),
		0 0 0 1px rgba(236, 253, 245, 0.08) inset,
		0 0 54px rgba(92, 242, 165, 0.12) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .live-match-card::before,
html.corporate-surface:not([data-theme="light-premium"]) .match-card.match-card-compact.is-live::before,
html.corporate-surface:not([data-theme="light-premium"]) .knockout-card.is-live::before {
	content: "";
	position: absolute;
	inset: 16px;
	z-index: 0;
	border: 1px solid var(--live-pitch-line);
	border-radius: 18px;
	box-shadow:
		0 0 34px rgba(236, 253, 245, 0.09) inset,
		0 0 34px rgba(92, 242, 165, 0.11);
	pointer-events: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .live-match-card::after,
html.corporate-surface:not([data-theme="light-premium"]) .match-card.match-card-compact.is-live::after,
html.corporate-surface:not([data-theme="light-premium"]) .knockout-card.is-live::after {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 50%;
	z-index: 0;
	width: 1px;
	background: var(--live-pitch-line);
	box-shadow:
		0 0 0 48px rgba(236, 253, 245, 0.05),
		0 0 26px rgba(236, 253, 245, 0.18);
	pointer-events: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .live-match-card > *:not(.live-match-card__ambient),
html.corporate-surface:not([data-theme="light-premium"]) .match-card.match-card-compact.is-live > *:not(.live-match-card__ambient),
html.corporate-surface:not([data-theme="light-premium"]) .knockout-card.is-live > *:not(.live-match-card__ambient) {
	position: relative;
	z-index: 1;
}

html.corporate-surface:not([data-theme="light-premium"]) .live-match-card__ambient {
	background:
		radial-gradient(circle at 50% 16%, rgba(92, 242, 165, 0.32), transparent 26%),
		radial-gradient(circle at 12% 90%, rgba(53, 208, 226, 0.11), transparent 32%),
		linear-gradient(108deg, transparent 16%, rgba(236, 253, 245, 0.14) 46%, transparent 66%);
	opacity: 0.88;
}

html.corporate-surface:not([data-theme="light-premium"]) .live-match-card__badge,
html.corporate-surface:not([data-theme="light-premium"]) .official-result-feature--corporate .official-status-pill--live {
	border-color: rgba(92, 242, 165, 0.46);
	color: #ecfdf5;
	background:
		linear-gradient(135deg, rgba(16, 185, 129, 0.34), rgba(6, 78, 59, 0.78)),
		rgba(5, 8, 22, 0.82);
	box-shadow:
		0 0 26px rgba(92, 242, 165, 0.22),
		inset 0 1px 0 rgba(236, 253, 245, 0.13);
}

html.corporate-surface:not([data-theme="light-premium"]) .live-score,
html.corporate-surface:not([data-theme="light-premium"]) .live-score--hero,
html.corporate-surface:not([data-theme="light-premium"]) .official-result-feature--corporate.is-live .official-pitch-score {
	border-color: rgba(236, 253, 245, 0.38);
	color: #ecfdf5;
	background:
		radial-gradient(circle at 50% 0%, rgba(92, 242, 165, 0.2), transparent 58%),
		linear-gradient(180deg, rgba(6, 78, 59, 0.9), rgba(3, 7, 18, 0.94));
	text-shadow: 0 0 28px rgba(92, 242, 165, 0.32);
	box-shadow:
		0 26px 68px rgba(0, 0, 0, 0.36),
		0 0 0 1px rgba(236, 253, 245, 0.08),
		0 0 40px rgba(92, 242, 165, 0.2),
		inset 0 1px 0 rgba(236, 253, 245, 0.14);
}

html.corporate-surface:not([data-theme="light-premium"]) .live-match-card__cta,
html.corporate-surface:not([data-theme="light-premium"]) .btn-predict-disabled--live {
	border-color: rgba(92, 242, 165, 0.38);
	color: #031712;
	background:
		linear-gradient(135deg, #d9f99d 0%, #5cf2a5 48%, #22d3ee 100%);
	box-shadow:
		0 18px 48px rgba(16, 185, 129, 0.2),
		0 0 0 1px rgba(236, 253, 245, 0.32) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .live-match-card__cta span,
html.corporate-surface:not([data-theme="light-premium"]) .live-match-card__cta strong {
	color: #031712;
}

html.corporate-surface:not([data-theme="light-premium"]) .live-match-card__momentum {
	border-color: rgba(92, 242, 165, 0.34);
	color: #bbf7d0;
	background: rgba(6, 78, 59, 0.54);
	box-shadow: 0 0 24px rgba(92, 242, 165, 0.12);
}

@media (prefers-reduced-motion: no-preference) {
	html.corporate-surface:not([data-theme="light-premium"]) .live-match-card__ambient {
		animation: livePitchSweep 4.8s ease-in-out infinite;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .live-score--hero {
		animation: liveScoreGlow 2.8s ease-in-out infinite;
	}
}

@keyframes livePitchSweep {
	0%, 100% {
		background-position: 0 0, 0 0, 0 0;
		opacity: 0.72;
	}
	50% {
		background-position: 0 0, 0 0, 80% 0;
		opacity: 1;
	}
}

@keyframes liveScoreGlow {
	0%, 100% {
		box-shadow:
			0 22px 58px rgba(0, 0, 0, 0.34),
			0 0 0 1px rgba(236, 253, 245, 0.08),
			0 0 28px rgba(92, 242, 165, 0.16),
			inset 0 1px 0 rgba(236, 253, 245, 0.12);
	}
	50% {
		box-shadow:
			0 28px 78px rgba(0, 0, 0, 0.38),
			0 0 0 1px rgba(236, 253, 245, 0.12),
			0 0 48px rgba(92, 242, 165, 0.3),
			inset 0 1px 0 rgba(236, 253, 245, 0.18);
	}
}

html.corporate-surface .match-meta {
	gap: 0.45rem;
	margin-top: 0.9rem;
	color: var(--ds-text-muted);
}

html.corporate-surface .match-meta span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.38rem 0.58rem;
	border: 1px solid rgba(156, 163, 175, 0.1);
	border-radius: 999px;
	background: rgba(5, 8, 22, 0.28);
}

html.corporate-surface .match-meta i {
	color: var(--ds-accent);
}

html.corporate-surface .status-badge,
html.corporate-surface .prediction-lock {
	border: 1px solid rgba(156, 163, 175, 0.12);
	background: var(--ds-surface-soft);
}

html.corporate-surface .status-scheduled {
	color: var(--ds-text-secondary);
}

html.corporate-surface .status-live {
	border-color: rgba(53, 208, 226, 0.34);
	color: var(--ds-accent);
	background: rgba(53, 208, 226, 0.1);
	box-shadow: 0 0 18px rgba(53, 208, 226, 0.14);
}

html.corporate-surface .prediction-lock.is-open {
	border-color: rgba(92, 242, 165, 0.2);
	color: var(--ds-success);
	background: rgba(92, 242, 165, 0.08);
}

html.corporate-surface .prediction-lock.is-locked {
	color: var(--ds-text-muted);
}

html.corporate-surface .btn-predict-disabled {
	min-height: 40px;
	border: 1px solid rgba(156, 163, 175, 0.13);
	color: var(--ds-text-secondary);
	background: rgba(5, 8, 22, 0.42);
	font-family: var(--corp-font-sans);
}

html.corporate-surface .btn-predict-disabled--live,
html.corporate-surface .btn-predict-disabled--finished {
	border-color: rgba(53, 208, 226, 0.28);
	color: var(--ds-text-inverse-soft);
	background: var(--gradient-primary);
	box-shadow: 0 14px 30px rgba(53, 208, 226, 0.14);
}

html.corporate-surface .group-standings-panel__header {
	color: var(--ds-text-muted);
}

html.corporate-surface .group-standings-panel__header strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .group-standings-row {
	border-color: rgba(156, 163, 175, 0.13);
	color: var(--ds-text-secondary);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 48%),
		rgba(5, 8, 22, 0.42);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.03);
}

html.corporate-surface .group-standings-row--head {
	border-color: transparent;
	color: var(--ds-text-muted);
	background: transparent;
	box-shadow: none;
}

html.corporate-surface .group-standings-position {
	color: var(--ds-text-inverse-soft);
	background: var(--gradient-primary);
	box-shadow: 0 10px 24px rgba(53, 208, 226, 0.12);
}

html.corporate-surface .group-standings-team strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .group-standings-team small {
	color: var(--ds-text-muted);
}

html.corporate-surface .group-standings-points {
	color: var(--ds-primary);
}

html.corporate-surface .group-standings-empty {
	border-color: rgba(156, 163, 175, 0.13);
	background: rgba(5, 8, 22, 0.36);
}

html.corporate-surface .play-page .prediction-group-card {
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: var(--corp-radius-lg);
	background:
		radial-gradient(circle at 92% 8%, rgba(53, 208, 226, 0.08), transparent 26%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 46%),
		rgba(17, 24, 39, 0.82);
	box-shadow: var(--corp-shadow-soft), inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface .play-page .prediction-group-title,
html.corporate-surface .play-page .prediction-group-title-row h3 {
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans);
	letter-spacing: -0.025em;
}

html.corporate-surface .play-page .prediction-group-progress,
html.corporate-surface .play-page .prediction-group-complete {
	border: 1px solid var(--ds-border-strong);
	color: var(--ds-primary);
	background: rgba(53, 208, 226, 0.08);
}

html.corporate-surface .play-page .prediction-group-meta,
html.corporate-surface .play-page .prediction-group-deadline {
	color: var(--ds-text-muted);
}

html.corporate-surface .play-page .predictions-panel .prediction-row-compact,
html.corporate-surface .play-page .prediction-match-card {
	border: 1px solid rgba(156, 163, 175, 0.13);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 50%),
		var(--ds-surface-soft);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.03);
}

html.corporate-surface .play-page .prediction-match-card:hover {
	border-color: rgba(53, 208, 226, 0.24);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.04), transparent 50%),
		rgba(5, 8, 22, 0.58);
}

html.corporate-surface .play-page .prediction-match-card.is-live {
	border-color: rgba(53, 208, 226, 0.32);
	box-shadow: 0 0 0 1px rgba(53, 208, 226, 0.06), 0 18px 46px rgba(0, 0, 0, 0.22);
}

html.corporate-surface .play-page .prediction-match-card.is-saved {
	border-color: rgba(92, 242, 165, 0.18);
}

html.corporate-surface .play-page .prediction-match-card.is-dirty {
	border-color: rgba(255, 184, 77, 0.34);
}

html.corporate-surface .play-page .prediction-match-card .match-hero {
	border-color: rgba(156, 163, 175, 0.12);
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(5, 8, 22, 0.72)),
		rgba(5, 8, 22, 0.54);
}

html.corporate-surface .play-page .prediction-match-card .match-team-name {
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans);
}

html.corporate-surface .play-page .prediction-match-card .match-team-code,
html.corporate-surface .play-page .prediction-match-card .match-meta,
html.corporate-surface .play-page .prediction-match-card .match-prediction-summary {
	color: var(--ds-text-muted);
}

html.corporate-surface .play-page .prediction-match-card .match-deadline-chip {
	border-color: rgba(156, 163, 175, 0.14);
	color: var(--ds-text-muted);
	background: rgba(5, 8, 22, 0.36);
}

html.corporate-surface .play-page .prediction-match-card .match-vs {
	border: 1px solid rgba(53, 208, 226, 0.14);
	color: var(--ds-primary);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.1), rgba(53, 208, 226, 0.05)),
		var(--ds-surface-elevated);
}

html.corporate-surface .play-page .prediction-match-card .match-prediction-label {
	color: var(--ds-primary);
}

html.corporate-surface .play-page .prediction-result-select,
html.corporate-surface .play-page .prediction-score-input,
html.corporate-surface .play-page .prediction-qualified-select,
html.corporate-surface .play-page .prediction-readonly {
	border-color: var(--ds-border-subtle);
	color: var(--ds-text-primary);
	background: rgba(5, 8, 22, 0.62);
}

html.corporate-surface .play-page .prediction-match-card .match-score-control .prediction-score-input,
html.corporate-surface .play-page .prediction-match-card .match-score-control .prediction-readonly,
html.corporate-surface .play-page .prediction-match-card .match-score-control .prediction-result-select,
html.corporate-surface .play-page .prediction-match-card .match-score-control .prediction-qualified-select {
	border-color: rgba(156, 163, 175, 0.18);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 55%),
		rgba(5, 8, 22, 0.72);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface .play-page .prediction-match-card .match-score-control .prediction-score-separator {
	color: rgba(53, 208, 226, 0.72);
}

.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: rgba(245, 245, 244, 0.62);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.prediction-qualified-select {
	min-height: 2.65rem;
	border-radius: 999px;
	text-align: center;
}

html.corporate-surface .play-page.play-page--casazar .prediction-qualified-select-shell.is-required span {
	color: #c7f7ff;
}

html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) {
	display: grid;
	grid-template-columns: 56px auto 56px;
	grid-template-areas:
		"home dash away"
		"advance advance advance";
	align-items: center;
	justify-items: center;
	gap: 8px;
	min-width: 224px;
	padding: 8px 10px 10px;
	border: 1px solid rgba(231, 215, 177, 0.14);
	border-radius: 24px;
	background:
		radial-gradient(circle at 50% 0%, rgba(214, 179, 106, 0.12), transparent 52%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.03), transparent 48%),
		rgba(5, 8, 22, 0.56);
	box-shadow:
		inset 0 1px 0 rgba(245, 245, 244, 0.05),
		0 18px 38px rgba(0, 0, 0, 0.18);
}

html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) .prediction-score-tap-target:first-of-type {
	grid-area: home;
}

html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) .prediction-score-separator {
	grid-area: dash;
	align-self: center;
}

html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) .prediction-score-tap-target:nth-of-type(2) {
	grid-area: away;
}

html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) .prediction-qualified-select-shell {
	grid-area: advance;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 7px 8px 7px 12px;
	border: 1px solid rgba(214, 179, 106, 0.28);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(214, 179, 106, 0.1), rgba(53, 208, 226, 0.045)),
		rgba(2, 6, 23, 0.66);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) .prediction-qualified-select-shell span {
	color: #35d0e2;
	font-size: 0.66rem;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) .prediction-qualified-select {
	width: 100%;
	min-height: 40px;
	padding: 0 36px 0 14px;
	border-color: rgba(231, 215, 177, 0.16);
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 850;
	text-align: left;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 52%),
		rgba(5, 8, 22, 0.82);
}

@media (max-width: 768px) {
	html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) {
		grid-template-columns: 48px auto 48px;
		min-width: 188px;
		padding: 7px 8px 9px;
		border-radius: 20px;
		gap: 6px;
	}

	html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) .prediction-qualified-select-shell {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 8px;
		border-radius: 18px;
		text-align: center;
	}

	html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) .prediction-qualified-select-shell span {
		font-size: 0.6rem;
	}

	html.corporate-surface .play-page.play-page--casazar .prediction-match-card .match-score-control .prediction-controls--score:has(.prediction-qualified-select-shell:not([hidden])) .prediction-qualified-select {
		min-height: 38px;
		padding-left: 12px;
		font-size: 0.82rem;
		text-align: center;
	}
}

html.corporate-surface .play-page .prediction-select-shell.has-value .prediction-result-select {
	border-color: rgba(53, 208, 226, 0.28);
	color: var(--ds-text-primary);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.08), rgba(53, 208, 226, 0.05)),
		rgba(5, 8, 22, 0.78);
}

html.corporate-surface .play-page .prediction-score-input:focus,
html.corporate-surface .play-page .prediction-result-select:focus,
html.corporate-surface .play-page .prediction-qualified-select:focus {
	border-color: rgba(53, 208, 226, 0.42);
	box-shadow: 0 0 0 4px rgba(53, 208, 226, 0.08);
}

.home-hero .corporate-live-network {
	transform: translateX(-18%);
}

.btn-primary-gradient {
	background: var(--gradient-primary);
	border: 1px solid rgba(184, 247, 255, 0.62);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.18) inset,
		0 0 22px rgba(53, 208, 226, 0.2),
		0 14px 30px rgba(14, 165, 233, 0.12);
	color: #04111f;
}

.corporate-btn-primary,
.corporate-btn-secondary,
.corporate-btn-ghost,
.corporate-btn-danger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 44px;
	padding: 0.72rem 1.1rem;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.corporate-btn-primary {
	background: var(--gradient-primary);
	border: 1px solid rgba(184, 247, 255, 0.62);
	color: #04111f;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.18) inset,
		0 0 22px rgba(53, 208, 226, 0.2),
		0 14px 30px rgba(14, 165, 233, 0.12);
}

.corporate-btn-secondary {
	background: rgba(11, 18, 32, 0.92);
	border: 1px solid rgba(53, 208, 226, 0.24);
	color: var(--ds-text-secondary);
}

.corporate-btn-ghost {
	background: transparent;
	border: 1px solid rgba(156, 163, 175, 0.18);
	color: var(--ds-text-secondary);
}

.corporate-btn-danger {
	background: rgba(248, 113, 113, 0.1);
	border: 1px solid rgba(248, 113, 113, 0.28);
	color: #fca5a5;
}

.corporate-btn-primary:hover,
.corporate-btn-secondary:hover,
.corporate-btn-ghost:hover,
.corporate-btn-danger:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.btn-primary-gradient:hover,
.btn-primary-gradient:focus,
.corporate-btn-primary:hover,
.corporate-btn-primary:focus {
	background: linear-gradient(135deg, #d8fbff 0%, #35d0e2 52%, #0ea5e9 100%);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.22) inset,
		0 0 30px rgba(53, 208, 226, 0.28),
		0 18px 38px rgba(14, 165, 233, 0.18);
	color: #03101e;
}

.btn-secondary-soft,
.btn-dark-premium,
.pwa-install-btn,
.btn-sm-action {
	background: rgba(11, 18, 32, 0.92);
	border: 1px solid rgba(53, 208, 226, 0.22);
	box-shadow: none;
	color: var(--ds-text-secondary);
}

.btn-secondary-soft:hover,
.btn-secondary-soft:focus,
.btn-dark-premium:hover,
.pwa-install-btn:hover,
.corporate-btn-secondary:hover,
.corporate-btn-secondary:focus,
.corporate-btn-ghost:hover,
.corporate-btn-ghost:focus {
	background: rgba(53, 208, 226, 0.1);
	border-color: rgba(53, 208, 226, 0.42);
	color: var(--ds-text-primary);
}

.form-control-premium,
.form-select,
.form-control,
.corporate-input,
.corporate-select,
.corporate-textarea {
	background: rgba(5, 8, 22, 0.72);
	border: 1px solid rgba(156, 163, 175, 0.28);
	color: var(--ds-text-primary);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

.form-control-premium:focus,
.form-select:focus,
.form-control:focus,
.corporate-input:focus,
.corporate-select:focus,
.corporate-textarea:focus {
	background: rgba(5, 8, 22, 0.9);
	border-color: rgba(53, 208, 226, 0.62);
	box-shadow: 0 0 0 0.2rem rgba(53, 208, 226, 0.12);
	color: var(--ds-text-primary);
}

.form-control-premium::placeholder,
.form-control::placeholder {
	color: rgba(156, 163, 175, 0.76);
}

.form-label-premium,
.form-label,
.corporate-label {
	color: var(--ds-text-secondary);
}

.corporate-help,
.corporate-form-help {
	color: var(--ds-text-muted);
	font-size: 0.92rem;
}

.corporate-chip,
.corporate-status,
.corporate-badge,
.corporate-badge-live,
.corporate-badge-active,
.corporate-badge-pending,
.corporate-badge-locked,
.corporate-badge-license,
.corporate-badge-admin,
.badge-live,
.live-badge,
.badge-premium,
.badge-muted,
.badge-success,
.badge-new,
.context-pill,
.pool-status-badge,
.pool-settings-chip,
.entry-points-chip,
.distribution-type-badge,
.status-badge,
.prediction-status-badge,
.match-status-chip,
.match-deadline-chip,
.user-prediction-chip,
.finished-result-chip,
.prediction-saved-chip,
.prediction-locked-chip,
.points-earned-chip,
.ranking-mode-chip,
.ranking-self-badge,
.you-badge,
.podium-badge,
.podium-badge-main,
.corporate-pricing-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.42rem;
	width: fit-content;
	border-radius: 999px;
	padding: 0.28rem 0.62rem;
	border: 1px solid var(--ds-border-subtle);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.045), rgba(245, 245, 244, 0.015)),
		rgba(5, 8, 22, 0.48);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.045);
	color: var(--ds-text-secondary);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.045em;
	line-height: 1;
	text-transform: none;
	white-space: nowrap;
	backdrop-filter: blur(14px);
}

.corporate-chip--live,
.corporate-badge-live,
.badge-live,
.live-badge,
.status-live,
.match-status-chip.is-live,
.prediction-status-badge.is-live,
.ranking-mode-chip__live {
	background:
		radial-gradient(circle at 18% 50%, rgba(53, 208, 226, 0.16), transparent 44%),
		rgba(53, 208, 226, 0.065);
	border-color: rgba(53, 208, 226, 0.28);
	color: var(--ds-accent);
	box-shadow:
		0 0 18px rgba(53, 208, 226, 0.08),
		inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

.corporate-chip--premium,
.corporate-badge,
.corporate-badge-license,
.corporate-badge-admin,
.badge-premium,
.badge-new,
.podium-badge,
.podium-badge-main,
.entry-points-chip,
.distribution-type-badge,
.ranking-mode-chip.is-active,
.corporate-pricing-badge {
	background:
		linear-gradient(180deg, rgba(53, 208, 226, 0.12), rgba(53, 208, 226, 0.035)),
		rgba(5, 8, 22, 0.45);
	border-color: rgba(53, 208, 226, 0.28);
	color: var(--ds-primary);
}

.corporate-chip--neutral,
.corporate-status,
.corporate-badge-locked,
.badge-muted,
.pool-status-badge,
.pool-settings-chip,
.context-pill,
.status-badge,
.status-scheduled,
.status-finished,
.prediction-status-badge,
.match-status-chip,
.match-deadline-chip,
.user-prediction-chip,
.finished-result-chip,
.prediction-locked-chip,
.prediction-status-locked,
.prediction-status-finished,
.ranking-mode-chip {
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.04), rgba(245, 245, 244, 0.012)),
		rgba(5, 8, 22, 0.52);
	border-color: var(--ds-border-subtle);
	color: var(--ds-text-secondary);
}

.corporate-chip--success,
.corporate-badge-active,
.badge-success,
.status-success,
.member-status-active,
.prediction-saved-chip,
.prediction-status-saved,
.prediction-status-badge.is-saved,
.match-status-chip.is-saved,
.you-badge,
.alert-success-soft {
	background:
		radial-gradient(circle at 18% 50%, rgba(92, 242, 165, 0.12), transparent 46%),
		rgba(92, 242, 165, 0.055);
	border-color: rgba(92, 242, 165, 0.28);
	color: var(--ds-success);
}

.corporate-chip--warning,
.corporate-badge-pending,
.member-status-pending,
.prediction-status-pending,
.capacity-warning,
.deadline-warning,
.alert-warning-soft,
.match-status-chip.is-locked,
.prediction-status-badge.is-locked {
	background:
		radial-gradient(circle at 18% 50%, rgba(255, 184, 77, 0.12), transparent 46%),
		rgba(255, 184, 77, 0.055);
	border-color: rgba(255, 184, 77, 0.26);
	color: #ffd28a;
}

.corporate-chip--danger,
.member-status-rejected,
.member-status-removed {
	background: rgba(248, 113, 113, 0.055);
	border-color: rgba(248, 113, 113, 0.22);
	color: #fca5a5;
}

.badge-live::before,
.live-badge::before,
.context-pill--live::before,
.ranking-mode-chip__live::before {
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 12px currentColor;
	opacity: 0.85;
}

.alert-danger-soft {
	background: rgba(248, 113, 113, 0.1);
	border: 1px solid rgba(248, 113, 113, 0.28);
	color: #fca5a5;
}

.metric-card__icon,
.ranking-insight-icon,
html.corporate-surface .push-optin-card__icon {
	background: rgba(53, 208, 226, 0.11);
	color: var(--ds-accent);
}

.empty-state,
.empty-state-wide,
.ranking-empty,
.prediction-filter-empty,
.activity-feed-empty,
.play-empty-state {
	color: var(--ds-text-muted);
}

.empty-state .empty-icon,
.empty-state-wide .empty-icon,
.ranking-empty .empty-icon {
	background: rgba(53, 208, 226, 0.1);
	border: 1px solid rgba(53, 208, 226, 0.22);
	color: var(--ds-accent);
	box-shadow: none;
}

.empty-state h2,
.empty-state h3,
.empty-state h4,
.empty-state-wide h3,
.ranking-empty h2,
.prediction-filter-empty__title,
.activity-feed-empty h3,
.play-empty-state h3 {
	color: var(--ds-text-primary);
}

.empty-state p,
.empty-state-wide p,
.ranking-empty p,
.prediction-filter-empty__copy,
.activity-feed-empty p,
.play-empty-state p {
	color: var(--ds-text-muted);
}

html.corporate-surface .matches-page .empty-state {
	overflow: hidden;
	border: 1px solid rgba(53, 208, 226, 0.18);
	background:
		radial-gradient(circle at 50% 0%, rgba(53, 208, 226, 0.1), transparent 32%),
		linear-gradient(145deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.9));
	box-shadow:
		0 18px 54px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface .matches-page .empty-state i {
	border: 1px solid rgba(53, 208, 226, 0.24);
	color: var(--ds-primary);
	background: linear-gradient(135deg, rgba(53, 208, 226, 0.12), rgba(53, 208, 226, 0.08));
}

html.corporate-surface .matches-page .empty-state h2 {
	color: var(--ds-text-primary);
	text-shadow: none;
}

html.corporate-surface .matches-page .empty-state p {
	color: var(--ds-text-secondary);
}

html.corporate-surface .matches-page .empty-state .btn-secondary-soft {
	border-color: rgba(53, 208, 226, 0.2);
	background: rgba(53, 208, 226, 0.08);
	color: var(--ds-text-primary);
}

html.corporate-surface .play-page .play-empty-state.home-join-card {
	position: relative;
	min-height: 292px;
	overflow: hidden;
	border: 1px solid rgba(53, 208, 226, 0.2);
	border-radius: var(--corp-radius-lg);
	background:
		radial-gradient(circle at 12% 14%, rgba(53, 208, 226, 0.14), transparent 30%),
		radial-gradient(circle at 92% 86%, rgba(53, 208, 226, 0.12), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.92));
	box-shadow: var(--shadow-corporate-panel);
	color: var(--ds-text-primary);
}

html.corporate-surface .play-page .play-empty-state.home-join-card::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.08), transparent 34%),
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.028) 1px, transparent 1px);
	background-size: auto, 56px 56px, 56px 56px;
	mask-image: linear-gradient(135deg, #000 0%, rgba(0, 0, 0, 0.64) 58%, transparent 100%);
}

html.corporate-surface .play-page .play-empty-state.home-join-card > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .play-page .play-empty-state.home-join-card .metric-card__icon {
	border: 1px solid rgba(53, 208, 226, 0.22);
	color: var(--ds-accent);
	background: rgba(53, 208, 226, 0.1);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.05);
}

html.corporate-surface .play-page .play-empty-state.home-join-card h2 {
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans);
	font-size: clamp(1.25rem, 2.2vw, 1.7rem);
	font-weight: 850;
	letter-spacing: -0.03em;
}

html.corporate-surface .play-page .play-empty-state.home-join-card p {
	max-width: 46ch;
	color: var(--ds-text-secondary);
}

html.corporate-surface .play-page .play-empty-state.home-join-card .join-code-form {
	margin-top: auto;
}

html.corporate-surface .play-page .play-empty-state.home-join-card .form-control-premium {
	border-color: rgba(156, 163, 175, 0.2);
	background: rgba(5, 8, 22, 0.64);
	color: var(--ds-text-primary);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .play-page .play-empty-state.home-join-card .form-control-premium::placeholder {
	color: rgba(209, 213, 219, 0.48);
}

html.corporate-surface .play-page .play-empty-state.home-join-card .btn-primary-gradient {
	white-space: nowrap;
}

.table,
.table-premium,
.members-table,
.admin-table {
	--bs-table-bg: transparent;
	--bs-table-color: var(--ds-text-secondary);
	--bs-table-border-color: var(--ds-border-subtle);
	color: var(--ds-text-secondary);
}

.table thead,
.table-premium thead,
.members-table thead,
.admin-table thead {
	color: var(--ds-primary);
}

.list-group-item,
.member-row,
.pending-member-row,
.pool-settings-row,
.pool-context-menu__item,
.ranking-filter-row {
	background: rgba(5, 8, 22, 0.42);
	border-color: rgba(156, 163, 175, 0.14);
	color: var(--ds-text-secondary);
}

.prediction-mode-card__content,
.legal-consent-card,
.pool-code-box,
.pool-settings-option,
.push-preview-card__phone,
.push-broadcast-summary,
.department-card {
	background: rgba(5, 8, 22, 0.48);
	border: 1px solid rgba(156, 163, 175, 0.18);
	color: var(--ds-text-secondary);
}

.prediction-mode-card input:checked + .prediction-mode-card__content,
.pool-settings-option:has(input:checked) {
	background: rgba(53, 208, 226, 0.1);
	border-color: rgba(53, 208, 226, 0.42);
	box-shadow: 0 12px 32px rgba(53, 208, 226, 0.1);
	color: var(--ds-text-primary);
}

html.corporate-surface .experience-skin-card__indicator {
	border-color: rgba(148, 163, 184, 0.46);
	background: rgba(5, 8, 22, 0.72);
	box-shadow: inset 0 0 0 5px rgba(5, 8, 22, 0.92);
}

html.corporate-surface .experience-skin-card input:checked + .experience-skin-card__content .experience-skin-card__indicator {
	border-color: rgba(53, 208, 226, 0.9);
	background: rgb(53, 208, 226);
	box-shadow: inset 0 0 0 5px rgba(5, 8, 22, 0.92), 0 0 0 4px rgba(53, 208, 226, 0.14);
}

html.corporate-surface .experience-skin-card input:focus-visible + .experience-skin-card__content {
	outline-color: rgba(53, 208, 226, 0.26);
}

html.corporate-surface .pools-page {
	width: min(1120px, calc(100% - 32px));
	padding-top: clamp(2.25rem, 4vw, 3.4rem);
}

html.corporate-surface .pools-page .narrow-container {
	max-width: 920px;
}

html.corporate-surface .pools-page .narrow-container > .glass-card {
	padding: clamp(1.35rem, 3vw, 2.2rem) !important;
	border-color: rgba(53, 208, 226, 0.2);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.025), transparent 42%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(11, 18, 32, 0.9));
}

html.corporate-surface .pools-page form {
	margin-top: 1.35rem !important;
}

html.corporate-surface .pools-page .mb-4 {
	margin-bottom: 1.25rem !important;
}

html.corporate-surface .pools-page .mb-3 {
	margin-bottom: 1rem !important;
}

html.corporate-surface .pools-page .section-header {
	margin-bottom: 0.85rem !important;
}

html.corporate-surface .pools-page .form-control-premium {
	min-height: 54px;
	border-radius: 18px;
}

html.corporate-surface .pools-page .member-role-select {
	min-height: 40px;
	border-radius: 14px;
	padding-block: 0.35rem;
}

html.corporate-surface .pools-page textarea.form-control-premium {
	min-height: 112px;
}

html.corporate-surface .pools-page .prediction-mode-grid {
	gap: 0.75rem;
}

html.corporate-surface .pools-page .prediction-mode-card__content {
	gap: 0.65rem;
	padding: 1rem;
	border-radius: 18px;
}

html.corporate-surface .pools-page .prediction-mode-card__topline {
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.5rem;
}

html.corporate-surface .pools-page .prediction-mode-card__topline .badge-premium {
	max-width: 100%;
	padding-inline: 0.58rem;
	font-size: 0.68rem;
	white-space: nowrap;
}

html.corporate-surface .pools-page .prediction-mode-card__content > span:last-child {
	font-size: 0.95rem;
	line-height: 1.36;
}

html.corporate-surface .pools-page .form-help-text,
html.corporate-surface .pools-page .section-copy {
	color: rgba(209, 213, 219, 0.72);
}

html.corporate-surface .pools-page .prize-toggle-card {
	border-color: var(--ds-border-subtle);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.028), transparent 46%),
		rgba(5, 8, 22, 0.5);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .prize-toggle-card:hover {
	border-color: rgba(53, 208, 226, 0.28);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.036), transparent 48%),
		rgba(5, 8, 22, 0.62);
}

html.corporate-surface .pools-page .prize-toggle-card:focus-within {
	border-color: rgba(53, 208, 226, 0.48);
	box-shadow:
		0 0 0 4px rgba(53, 208, 226, 0.1),
		inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface .pools-page .prize-toggle-card strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .prize-toggle-card small {
	color: rgba(209, 213, 219, 0.72);
}

html.corporate-surface .pools-page .prize-toggle-card__control {
	background: rgba(156, 163, 175, 0.18);
	box-shadow: inset 0 0 0 1px rgba(156, 163, 175, 0.22);
}

html.corporate-surface .pools-page .prize-toggle-card__control::after {
	background: var(--ds-text-primary);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

html.corporate-surface .pools-page .prize-toggle-card input:checked + .prize-toggle-card__control {
	background: linear-gradient(135deg, var(--ds-primary), var(--ds-accent));
	box-shadow: 0 0 0 4px rgba(53, 208, 226, 0.12);
}

html.corporate-surface .pools-page .prize-toggle-card input:checked + .prize-toggle-card__control::after {
	background: var(--ds-text-inverse-soft);
}

html.corporate-surface .pools-page .corporate-awards-config {
	margin-top: 1rem !important;
}

html.corporate-surface .pools-page .corporate-award-config-row {
	border-color: rgba(53, 208, 226, 0.16);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.03), transparent 46%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.88), rgba(8, 13, 27, 0.92));
	box-shadow:
		inset 0 1px 0 rgba(245, 245, 244, 0.045),
		0 18px 42px rgba(0, 0, 0, 0.18);
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .corporate-award-toggle strong {
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans);
	letter-spacing: 0;
}

html.corporate-surface .pools-page .corporate-award-toggle small {
	color: rgba(209, 213, 219, 0.74);
}

html.corporate-surface .pools-page .corporate-award-toggle input {
	accent-color: var(--ds-primary);
}

html.corporate-surface .pools-page .corporate-award-config-row .form-label-premium {
	color: rgba(245, 245, 244, 0.76);
}

html.corporate-surface .pools-page .corporate-award-config-row .form-control-premium {
	border-color: rgba(156, 163, 175, 0.18);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.025), transparent 52%),
		rgba(5, 8, 22, 0.58);
	color: var(--ds-text-primary);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .pools-page .corporate-award-config-row .form-control-premium::placeholder {
	color: rgba(209, 213, 219, 0.44);
}

html.corporate-surface .pools-page .corporate-award-config-row .btn-secondary-soft {
	border-color: rgba(53, 208, 226, 0.2);
	background: rgba(5, 8, 22, 0.68);
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .creation-advanced-settings {
	border-color: rgba(156, 163, 175, 0.14);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.024), transparent 45%),
		rgba(5, 8, 22, 0.44);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .pools-page .creation-advanced-settings__summary strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .creation-advanced-settings__summary small,
html.corporate-surface .pools-page .creation-advanced-settings__summary i {
	color: rgba(209, 213, 219, 0.72);
}

html.corporate-surface .pools-page .creation-advanced-settings__content {
	border-top-color: rgba(156, 163, 175, 0.13);
}

html.corporate-surface .pools-page .pools-hero {
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	border-color: rgba(53, 208, 226, 0.22);
	background:
		radial-gradient(circle at 86% 20%, rgba(53, 208, 226, 0.12), transparent 28%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(11, 18, 32, 0.9));
}

html.corporate-surface .pools-page .league-section-nav {
	gap: 0.35rem;
	align-items: center;
	margin: 1rem 0 1.5rem;
	padding: 0.45rem;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 8px;
	background: rgba(9, 14, 27, 0.74);
	box-shadow: none;
	backdrop-filter: blur(14px);
}

html.corporate-surface .pools-page .league-section-nav::before,
html.corporate-surface .pools-page .league-section-nav::after {
	display: none;
}

html.corporate-surface .pools-page .league-section-nav a {
	min-height: 36px;
	gap: 0.4rem;
	padding: 0.48rem 0.75rem;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 7px;
	background: rgba(15, 23, 42, 0.62);
	box-shadow: none;
	color: rgba(248, 250, 252, 0.78);
	font-size: 0.92rem;
	font-weight: 800;
}

html.corporate-surface .pools-page .league-section-nav a i {
	color: rgba(53, 208, 226, 0.82);
	font-size: 0.98rem;
}

html.corporate-surface .pools-page .league-section-nav a:hover,
html.corporate-surface .pools-page .league-section-nav a:focus-visible {
	border-color: rgba(53, 208, 226, 0.34);
	background: rgba(15, 23, 42, 0.82);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
	color: #f8fafc;
	transform: translateY(-1px);
}

html.corporate-surface .pools-page .member-panel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-items: stretch;
}

html.corporate-surface .pools-page .manage-hero-metrics span,
html.corporate-surface .pools-page .manage-quick-action,
html.corporate-surface .pools-page .manage-member-tab {
	border-color: var(--ds-border-subtle);
	background: rgba(5, 8, 22, 0.5);
	color: var(--ds-text-primary);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .pools-page .manage-hero-metrics strong {
	color: var(--ds-primary);
}

html.corporate-surface .pools-page .league-brand-logo {
	border-color: rgba(245, 245, 244, 0.16);
	background: rgba(245, 245, 244, 0.96);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

html.corporate-surface .pools-page .pool-brand-preview {
	border-color: rgba(156, 163, 175, 0.22);
	background: rgba(5, 8, 22, 0.5);
	color: var(--ds-text-muted);
}

html.corporate-surface .pools-page .ai-campaign-studio__status,
html.corporate-surface .pools-page .ai-preset-chip,
html.corporate-surface .pools-page .ai-idea-chip {
	border-color: rgba(156, 163, 175, 0.2);
	background: rgba(5, 8, 22, 0.5);
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .ai-preset-chip:hover,
html.corporate-surface .pools-page .ai-preset-chip.is-active,
html.corporate-surface .pools-page .ai-idea-chip:hover {
	border-color: rgba(53, 208, 226, 0.44);
	background: rgba(53, 208, 226, 0.12);
}

html.corporate-surface .pools-page .ai-campaign-studio__guided-grid {
	border-color: rgba(53, 208, 226, 0.12);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.07), rgba(244, 211, 116, 0.045)),
		rgba(5, 8, 22, 0.42);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 20px 48px rgba(0, 0, 0, 0.16);
}

html.corporate-surface .pools-page .ai-campaign-studio__creative-board {
	border-color: rgba(53, 208, 226, 0.12);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.07), rgba(244, 211, 116, 0.045)),
		rgba(5, 8, 22, 0.42);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 20px 48px rgba(0, 0, 0, 0.16);
}

html.corporate-surface .pools-page .ai-campaign-studio__mobile-disclosure {
	border-color: rgba(53, 208, 226, 0.12);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.07), rgba(244, 211, 116, 0.045)),
		rgba(5, 8, 22, 0.42);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 20px 48px rgba(0, 0, 0, 0.16);
}

html.corporate-surface .pools-page .ai-campaign-studio__mobile-summary {
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .ai-campaign-studio__mobile-summary i {
	color: var(--ds-primary);
}

html.corporate-surface .pools-page .ai-campaign-studio__creative-row {
	border-color: rgba(156, 163, 175, 0.14);
	background: rgba(5, 8, 22, 0.34);
}

html.corporate-surface .pools-page .ai-campaign-studio__creative-copy span {
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .ai-campaign-studio__creative-copy p {
	color: var(--ds-text-muted);
}

html.corporate-surface .pools-page .ai-direction-chip,
html.corporate-surface .pools-page .ai-treatment-chip {
	border-color: rgba(156, 163, 175, 0.18);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(53, 208, 226, 0.03)),
		rgba(7, 11, 27, 0.7);
	color: var(--ds-text-primary);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html.corporate-surface .pools-page .ai-direction-chip:hover,
html.corporate-surface .pools-page .ai-treatment-chip:hover,
html.corporate-surface .pools-page .ai-direction-chip.is-active,
html.corporate-surface .pools-page .ai-treatment-chip.is-active {
	border-color: rgba(53, 208, 226, 0.44);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.14), rgba(244, 211, 116, 0.07)),
		rgba(8, 14, 32, 0.9);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(244, 211, 116, 0.05);
}

html.corporate-surface .pools-page .ai-campaign-studio__select-field span {
	color: var(--ds-text-muted);
}

html.corporate-surface .pools-page .ai-campaign-studio__select-field select {
	border-color: rgba(156, 163, 175, 0.18);
	background:
		linear-gradient(45deg, transparent 50%, rgba(244, 211, 116, 0.92) 50%) right 17px center / 7px 7px no-repeat,
		linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(53, 208, 226, 0.035)),
		rgba(7, 11, 27, 0.82);
	color: var(--ds-text-primary);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

html.corporate-surface .pools-page .ai-campaign-studio__select-field select:hover {
	border-color: rgba(53, 208, 226, 0.38);
	background:
		linear-gradient(45deg, transparent 50%, rgba(244, 211, 116, 0.96) 50%) right 17px center / 7px 7px no-repeat,
		linear-gradient(135deg, rgba(53, 208, 226, 0.11), rgba(244, 211, 116, 0.055)),
		rgba(8, 14, 32, 0.9);
}

html.corporate-surface .pools-page .ai-campaign-studio__select-field select:focus {
	border-color: rgba(53, 208, 226, 0.58);
	box-shadow: 0 0 0 3px rgba(53, 208, 226, 0.14), 0 18px 38px rgba(0, 0, 0, 0.22);
}

html.corporate-surface .pools-page .ai-campaign-studio__image-wrap {
	border-color: rgba(156, 163, 175, 0.22);
	background: rgba(5, 8, 22, 0.5);
}

html.corporate-surface .pools-page .ai-campaign-studio__loading {
	background:
		linear-gradient(135deg, rgba(3, 7, 18, 0.9), rgba(7, 11, 27, 0.76)),
		radial-gradient(circle at 50% 38%, rgba(53, 208, 226, 0.2), transparent 44%);
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .ai-campaign-studio__loading small {
	color: var(--ds-text-muted);
}

html.corporate-surface .pools-page .ai-campaign-studio__spinner {
	border-color: rgba(255, 255, 255, 0.14);
	border-top-color: rgba(53, 208, 226, 0.96);
	border-right-color: rgba(244, 211, 116, 0.92);
	box-shadow: 0 0 34px rgba(53, 208, 226, 0.22);
}

html.corporate-surface .pools-page .ai-campaign-studio.is-loading [data-ai-generate] {
	box-shadow: 0 18px 42px rgba(53, 208, 226, 0.18), 0 0 0 1px rgba(244, 211, 116, 0.12);
}

html.corporate-surface .pools-page .ai-campaign-studio__usage .btn-secondary-soft.is-active {
	border-color: rgba(34, 197, 94, 0.38);
	background: rgba(34, 197, 94, 0.14);
	color: #d1fae5;
}

html.corporate-surface .pools-page .ai-campaign-studio__empty {
	color: var(--ds-text-muted);
}

html.corporate-surface .pools-page .pools-hero--campaign-ai {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	border-color: rgba(53, 208, 226, 0.24);
	background:
		radial-gradient(circle at 80% 24%, rgba(53, 208, 226, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.97), rgba(11, 18, 32, 0.94));
	box-shadow:
		0 30px 90px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .pools-hero--campaign-ai::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(8, 15, 29, 0.98) 0%, rgba(8, 15, 29, 0.9) 32%, rgba(8, 15, 29, 0.52) 58%, rgba(8, 15, 29, 0.22) 100%),
		linear-gradient(180deg, rgba(8, 15, 29, 0.16), rgba(8, 15, 29, 0.7)),
		var(--campaign-hero-image) center / cover no-repeat;
	border-radius: inherit;
	box-shadow: 0 0 54px rgba(53, 208, 226, 0.08);
	opacity: 0.94;
}

html.corporate-surface .pools-page .pools-hero--campaign-ai::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(circle at 82% 22%, rgba(245, 245, 244, 0.12), transparent 24%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.04), transparent 34%, rgba(5, 8, 22, 0.18));
	mix-blend-mode: screen;
	opacity: 0.66;
}

html.corporate-surface .pools-page .pools-hero--campaign-ai > * {
	position: relative;
	z-index: 2;
}

html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai {
	min-height: clamp(440px, 42vw, 620px);
	align-items: center;
}

html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai .app-hero__content {
	max-width: min(720px, 56vw);
}

html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai .pool-competition-hero__scoreboard {
	width: min(100%, 320px);
	margin-top: clamp(1rem, 2vw, 1.5rem);
	padding: 0.72rem 0.86rem;
	border-color: rgba(245, 245, 244, 0.14);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.72), rgba(8, 15, 29, 0.58)),
		rgba(8, 15, 29, 0.84);
	backdrop-filter: blur(14px);
}

html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai .pool-competition-hero__scoreboard span {
	font-size: 0.68rem;
	letter-spacing: 0;
}

html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai .pool-competition-hero__scoreboard strong {
	font-size: clamp(1.05rem, 1.45vw, 1.45rem);
	line-height: 1.05;
}

html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai .pool-competition-hero__scoreboard small {
	font-size: 0.82rem;
	line-height: 1.2;
}

html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai .app-hero-title {
	max-width: 680px;
	font-size: clamp(3.75rem, 7vw, 7.6rem);
	line-height: 0.9;
}

html.corporate-surface .pools-page .pool-competition-hero__status {
	display: block;
	max-width: 620px;
	margin-top: 0.9rem;
	color: rgba(248, 250, 252, 0.92);
	font-family: var(--corp-font-display);
	font-size: clamp(1.45rem, 2.1vw, 2.4rem);
	font-weight: 800;
	line-height: 1.06;
}

html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai .app-hero-subtitle {
	max-width: 620px;
	margin-top: 1rem;
	font-size: clamp(1rem, 1.45vw, 1.28rem);
	line-height: 1.35;
}

html.corporate-surface .pools-page .pools-hero--campaign-ai .section-title,
html.corporate-surface .pools-page .pools-hero--campaign-ai .app-hero-title,
html.corporate-surface .pools-page .pools-hero--campaign-ai h1 {
	color: #f8fafc;
	text-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
}

html.corporate-surface .pools-page .pools-hero--campaign-ai .section-copy,
html.corporate-surface .pools-page .pools-hero--campaign-ai .app-hero-subtitle,
html.corporate-surface .pools-page .pools-hero--campaign-ai .app-hero-label {
	color: rgba(245, 245, 244, 0.8);
}

html.corporate-surface .pools-page .pools-hero--campaign-ai .manage-hero-metrics span,
html.corporate-surface .pools-page .pools-hero--campaign-ai .context-pill {
	border-color: rgba(245, 245, 244, 0.16);
	background: rgba(5, 8, 22, 0.5);
	color: rgba(245, 245, 244, 0.8);
	backdrop-filter: blur(12px);
}

html.corporate-surface .pools-page .pools-hero--campaign-ai .manage-hero-metrics strong,
html.corporate-surface .pools-page .pools-hero--campaign-ai .context-pill {
	color: var(--ds-primary);
}

html.corporate-surface .pools-page .pools-hero--campaign-ai .btn-secondary-soft,
html.corporate-surface .pools-page .pools-hero--campaign-ai .copy-link-button--hero {
	border-color: rgba(245, 245, 244, 0.18);
	background: rgba(5, 8, 22, 0.46);
	color: rgba(248, 250, 252, 0.9);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.08);
	backdrop-filter: blur(12px);
}

@media (max-width: 991.98px) {
	html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai {
		min-height: auto;
	}

	html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai .app-hero__content {
		max-width: none;
	}

	html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai .pool-competition-hero__scoreboard {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
		column-gap: clamp(2rem, 6vw, 7rem);
	}

	html.corporate-surface .pools-page .pool-competition-hero.pools-hero--campaign-ai .pool-competition-hero__scoreboard {
		align-self: end;
		justify-self: end;
		margin-top: 0;
		margin-bottom: clamp(0.5rem, 1.8vw, 1.4rem);
	}
}

html.corporate-surface .pools-page .pool-competition-hero--compact {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 0.62fr) minmax(270px, 0.38fr);
	align-items: center;
	gap: clamp(1.25rem, 3.4vw, 3.4rem);
	min-height: clamp(250px, 24vw, 330px);
	padding: clamp(1.35rem, 2.6vw, 2.25rem);
	overflow: hidden;
	border-radius: 24px;
	border-color: rgba(53, 208, 226, 0.18);
	background:
		radial-gradient(circle at 86% 24%, rgba(53, 208, 226, 0.16), transparent 30%),
		radial-gradient(circle at 6% 84%, rgba(95, 220, 180, 0.12), transparent 32%),
		linear-gradient(135deg, rgba(10, 18, 32, 0.98), rgba(5, 8, 22, 0.96));
	box-shadow:
		0 30px 86px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(245, 245, 244, 0.05);
}

html.corporate-surface .pools-page .pool-competition-hero.pool-competition-hero--compact.pools-hero--campaign-ai {
	grid-template-columns: minmax(0, 0.62fr) minmax(270px, 0.38fr);
	min-height: clamp(250px, 24vw, 330px);
	align-items: center;
	column-gap: clamp(1.25rem, 3.4vw, 3.4rem);
}

html.corporate-surface .pools-page .pool-competition-hero--compact::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	border-radius: inherit;
	background:
		linear-gradient(90deg, rgba(5, 8, 22, 0.99) 0%, rgba(5, 8, 22, 0.93) 43%, rgba(5, 8, 22, 0.7) 66%, rgba(5, 8, 22, 0.9) 100%),
		radial-gradient(circle at 78% 36%, rgba(53, 208, 226, 0.22), transparent 30%),
		var(--campaign-hero-image, linear-gradient(135deg, rgba(18, 32, 52, 0.88), rgba(8, 15, 29, 0.96))) center right / cover no-repeat;
	opacity: 0.98;
}

html.corporate-surface .pools-page .pool-competition-hero--compact::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	border-radius: inherit;
	background:
		linear-gradient(rgba(53, 208, 226, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 70% 22%, rgba(245, 245, 244, 0.1), transparent 24%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 42%, rgba(5, 8, 22, 0.32));
	background-size: 84px 84px, 84px 84px, auto, auto;
	opacity: 0.72;
	mix-blend-mode: screen;
}

html.corporate-surface .pools-page .pool-competition-hero--compact > * {
	position: relative;
	z-index: 2;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .app-hero__content {
	max-width: none;
	min-width: 0;
}

html.corporate-surface .pools-page .pool-competition-hero.pool-competition-hero--compact.pools-hero--campaign-ai .app-hero__content {
	max-width: none;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .app-hero-label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--ds-primary);
	font-size: clamp(0.68rem, 0.9vw, 0.78rem);
	letter-spacing: 0.12em;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .league-brand-logo--hero {
	width: 42px;
	height: 42px;
	margin-top: 0.85rem;
	margin-bottom: 0;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .app-hero-title {
	display: -webkit-box;
	max-width: min(100%, 13.5ch);
	margin-top: clamp(0.65rem, 1.2vw, 0.9rem) !important;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #f8fafc;
	font-size: clamp(2.45rem, 4.9vw, 4.55rem);
	line-height: 0.94;
	letter-spacing: -0.045em;
	text-shadow: 0 18px 44px rgba(0, 0, 0, 0.46);
}

html.corporate-surface .pools-page .pool-competition-hero.pool-competition-hero--compact.pools-hero--campaign-ai .app-hero-title {
	max-width: min(100%, 13.5ch);
	font-size: clamp(2.45rem, 4.9vw, 4.55rem);
	line-height: 0.94;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .pool-competition-hero__status {
	display: block;
	max-width: 34rem;
	margin-top: 0.7rem;
	color: #71e7f4;
	font-family: var(--corp-font-sans);
	font-size: clamp(1.05rem, 1.55vw, 1.36rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.05;
	text-shadow: 0 0 24px rgba(53, 208, 226, 0.22);
}

html.corporate-surface .pools-page .pool-competition-hero--compact .app-hero-subtitle {
	max-width: 48rem;
	margin-top: 0.45rem;
	color: rgba(226, 232, 240, 0.74);
	font-size: clamp(0.92rem, 1.08vw, 1.04rem);
	font-weight: 750;
	line-height: 1.35;
}

html.corporate-surface .pools-page .pool-competition-hero.pool-competition-hero--compact.pools-hero--campaign-ai .app-hero-subtitle {
	max-width: 48rem;
	font-size: clamp(0.92rem, 1.08vw, 1.04rem);
	line-height: 1.35;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .pools-hero__context {
	flex-wrap: nowrap;
	gap: 0.5rem;
	margin-top: 0.9rem;
	overflow-x: auto;
	padding-bottom: 0.1rem;
	scrollbar-width: none;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .pools-hero__context::-webkit-scrollbar {
	display: none;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .context-pill {
	min-height: 32px;
	flex: 0 0 auto;
	padding: 0 0.82rem;
	border-color: rgba(53, 208, 226, 0.18);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.13), rgba(5, 8, 22, 0.52)),
		rgba(5, 8, 22, 0.58);
	color: rgba(248, 250, 252, 0.86);
	font-family: var(--corp-font-sans);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.07);
}

html.corporate-surface .pools-page .pool-competition-hero--compact .pool-competition-hero__rail {
	display: flex;
	justify-content: center;
	justify-self: stretch;
	min-width: 0;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .pool-competition-hero__scoreboard {
	width: min(100%, 360px);
	margin: 0;
	padding: clamp(0.95rem, 1.5vw, 1.25rem);
	border: 1px solid rgba(245, 245, 244, 0.12);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(8, 15, 29, 0.72), rgba(5, 8, 22, 0.5)),
		rgba(5, 8, 22, 0.44);
	backdrop-filter: blur(18px);
	box-shadow:
		0 22px 54px rgba(0, 0, 0, 0.26),
		inset 0 1px 0 rgba(245, 245, 244, 0.08);
}

html.corporate-surface .pools-page .pool-competition-hero.pool-competition-hero--compact.pools-hero--campaign-ai .pool-competition-hero__scoreboard {
	width: min(100%, 360px);
	margin: 0;
	padding: clamp(0.95rem, 1.5vw, 1.25rem);
	border-radius: 18px;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .pool-competition-hero__scoreboard span {
	color: #71e7f4;
	font-size: 0.68rem;
	letter-spacing: 0.1em;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .pool-competition-hero__scoreboard strong {
	color: #f8fafc;
	font-family: var(--corp-font-sans);
	font-size: clamp(1.08rem, 1.7vw, 1.48rem);
	font-weight: 800;
	letter-spacing: -0.035em;
}

html.corporate-surface .pools-page .pool-competition-hero--compact .pool-competition-hero__scoreboard small {
	color: rgba(226, 232, 240, 0.72);
	font-size: 0.88rem;
	line-height: 1.25;
}

@media (max-width: 991.98px) {
	html.corporate-surface .pools-page .pool-competition-hero--compact {
		grid-template-columns: 1fr;
		gap: 1rem;
		min-height: auto;
		padding: clamp(1.25rem, 6vw, 1.8rem);
	}

	html.corporate-surface .pools-page .pool-competition-hero.pool-competition-hero--compact.pools-hero--campaign-ai {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	html.corporate-surface .pools-page .pool-competition-hero--compact::before {
		background:
			linear-gradient(180deg, rgba(5, 8, 22, 0.98) 0%, rgba(5, 8, 22, 0.9) 48%, rgba(5, 8, 22, 0.96) 100%),
			radial-gradient(circle at 74% 20%, rgba(53, 208, 226, 0.2), transparent 34%),
			var(--campaign-hero-image, linear-gradient(135deg, rgba(18, 32, 52, 0.88), rgba(8, 15, 29, 0.96))) center / cover no-repeat;
	}

	html.corporate-surface .pools-page .pool-competition-hero--compact .app-hero-title {
		max-width: 100%;
		font-size: clamp(2rem, 9.6vw, 2.45rem);
	}

	html.corporate-surface .pools-page .pool-competition-hero.pool-competition-hero--compact.pools-hero--campaign-ai .app-hero-title {
		max-width: 100%;
		font-size: clamp(2rem, 9.6vw, 2.45rem);
	}

	html.corporate-surface .pools-page .pool-competition-hero--compact .app-hero-subtitle {
		max-width: 100%;
	}

	html.corporate-surface .pools-page .pool-competition-hero--compact .pools-hero__context {
		flex-wrap: wrap;
	}

	html.corporate-surface .pools-page .pool-competition-hero--compact .pool-competition-hero__rail,
	html.corporate-surface .pools-page .pool-competition-hero--compact .pool-competition-hero__scoreboard {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	html.corporate-surface .pools-page .pool-competition-hero--compact {
		border-radius: 22px;
	}

	html.corporate-surface .pools-page .pool-competition-hero--compact .context-pill {
		min-height: 30px;
		padding: 0 0.7rem;
		font-size: 0.7rem;
	}
}

html.premium-v2-welcome-open,
html.premium-v2-welcome-open body {
	overflow: hidden;
}

.premium-v2-welcome {
	position: fixed;
	inset: 0;
	z-index: 12000;
	box-sizing: border-box;
	display: grid;
	place-items: center;
	width: 100vw;
	max-width: 100vw;
	min-height: 100dvh;
	min-height: 100svh;
	padding: clamp(1.1rem, 3vw, 2.5rem);
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 22%, rgba(53, 208, 226, 0.28), transparent 28%),
		radial-gradient(circle at 74% 18%, rgba(92, 242, 165, 0.16), transparent 28%),
		radial-gradient(circle at 76% 82%, rgba(14, 116, 144, 0.22), transparent 34%),
		linear-gradient(135deg, rgba(2, 6, 23, 0.98), rgba(5, 8, 22, 0.97));
	color: #f8fafc;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.012);
	transition:
		opacity 520ms ease,
		visibility 520ms ease,
		transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.premium-v2-welcome.is-visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.premium-v2-welcome.is-leaving {
	opacity: 0;
	visibility: hidden;
	transform: scale(1.018);
}

.premium-v2-welcome__stage,
.premium-v2-welcome__stage::before,
.premium-v2-welcome__stage::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.premium-v2-welcome__stage {
	overflow: hidden;
}

.premium-v2-welcome__stage::before {
	content: "";
	background:
		linear-gradient(rgba(53, 208, 226, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.035) 1px, transparent 1px);
	background-size: 86px 86px;
	mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.9) 14%, rgba(0, 0, 0, 0.78) 78%, transparent);
	opacity: 0.72;
}

.premium-v2-welcome__stage::after {
	content: "";
	background:
		linear-gradient(90deg, transparent, rgba(53, 208, 226, 0.2), transparent),
		linear-gradient(180deg, rgba(245, 245, 244, 0.08), transparent 40%, rgba(5, 8, 22, 0.28));
	mix-blend-mode: screen;
	opacity: 0.8;
}

.premium-v2-welcome__field {
	position: absolute;
	left: 50%;
	bottom: clamp(-120px, -9vw, -70px);
	width: min(1180px, 118vw);
	height: clamp(280px, 40vw, 520px);
	border: 1px solid rgba(92, 242, 165, 0.22);
	border-radius: 42px;
	background:
		linear-gradient(90deg, rgba(236, 253, 245, 0.08) 1px, transparent 1px),
		linear-gradient(rgba(236, 253, 245, 0.07) 1px, transparent 1px),
		radial-gradient(circle at 50% 48%, rgba(92, 242, 165, 0.24), transparent 18%),
		linear-gradient(135deg, rgba(4, 120, 87, 0.28), rgba(8, 47, 73, 0.22));
	background-size: 112px 100%, 100% 68px, auto, auto;
	box-shadow:
		0 0 80px rgba(92, 242, 165, 0.12),
		inset 0 0 46px rgba(92, 242, 165, 0.13);
	opacity: 0.74;
	transform: translateX(-50%) perspective(900px) rotateX(58deg);
	transform-origin: center bottom;
}

.premium-v2-welcome__signal {
	position: absolute;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(53, 208, 226, 0.72), rgba(92, 242, 165, 0.62), transparent);
	filter: blur(0.2px) drop-shadow(0 0 24px rgba(53, 208, 226, 0.42));
	opacity: 0.82;
	animation: premium-v2-signal 5.6s linear infinite;
}

.premium-v2-welcome__signal--one {
	top: 24%;
	left: -18%;
	width: 56vw;
	height: 2px;
}

.premium-v2-welcome__signal--two {
	top: 62%;
	right: -16%;
	width: 48vw;
	height: 2px;
	animation-delay: -1.8s;
}

.premium-v2-welcome__signal--three {
	top: 42%;
	left: 42%;
	width: 34vw;
	height: 1px;
	animation-delay: -3.4s;
	opacity: 0.56;
}

.premium-v2-welcome__panel {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: min(100%, 980px);
	max-width: 100%;
	min-height: min(680px, calc(100dvh - 3rem));
	min-height: min(680px, calc(100svh - 3rem));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: clamp(2rem, 6vw, 5.2rem);
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: clamp(26px, 4vw, 40px);
	background:
		linear-gradient(115deg, rgba(5, 8, 22, 0.88) 0%, rgba(5, 8, 22, 0.68) 52%, rgba(8, 47, 73, 0.42) 100%),
		radial-gradient(circle at 84% 24%, rgba(53, 208, 226, 0.22), transparent 26%),
		rgba(5, 8, 22, 0.68);
	box-shadow:
		0 42px 130px rgba(0, 0, 0, 0.5),
		inset 0 1px 0 rgba(245, 245, 244, 0.08);
	backdrop-filter: blur(22px);
	overflow: hidden;
}

.premium-v2-welcome__panel::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	pointer-events: none;
	background:
		radial-gradient(circle at 74% 30%, rgba(53, 208, 226, 0.16), transparent 28%),
		linear-gradient(90deg, transparent 0 60%, rgba(53, 208, 226, 0.06) 60% 61%, transparent 61%);
	opacity: 0.86;
}

.premium-v2-welcome__close {
	position: absolute;
	top: clamp(1rem, 2vw, 1.35rem);
	right: clamp(1rem, 2vw, 1.35rem);
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(53, 208, 226, 0.22);
	border-radius: 999px;
	background: rgba(5, 8, 22, 0.72);
	color: rgba(248, 250, 252, 0.86);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.08);
}

.premium-v2-welcome__logo,
.premium-v2-welcome__eyebrow,
.premium-v2-welcome__title,
.premium-v2-welcome__copy,
.premium-v2-welcome__actions {
	position: relative;
	z-index: 1;
}

.premium-v2-welcome__logo {
	width: clamp(64px, 8vw, 92px);
	height: clamp(64px, 8vw, 92px);
	margin-bottom: clamp(1.2rem, 2.8vw, 2.2rem);
	filter:
		drop-shadow(0 0 22px rgba(53, 208, 226, 0.34))
		drop-shadow(0 24px 46px rgba(0, 0, 0, 0.44));
}

.premium-v2-welcome__eyebrow {
	margin: 0 0 0.85rem;
	color: #67e8f9;
	font-size: clamp(0.72rem, 1.2vw, 0.86rem);
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.premium-v2-welcome__title {
	max-width: 13.8ch;
	margin: 0;
	color: #f8fafc;
	font-family: var(--corp-font-sans);
	font-size: clamp(3.4rem, 8vw, 7.2rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.9;
	text-shadow:
		0 22px 70px rgba(0, 0, 0, 0.54),
		0 0 34px rgba(53, 208, 226, 0.12);
	overflow-wrap: normal;
}

.premium-v2-welcome__title span {
	color: #67e8f9;
	text-shadow:
		0 18px 54px rgba(0, 0, 0, 0.48),
		0 0 34px rgba(53, 208, 226, 0.36);
}

.premium-v2-welcome__copy {
	max-width: 48ch;
	margin: clamp(1rem, 2vw, 1.35rem) 0 0;
	color: rgba(226, 232, 240, 0.78);
	font-size: clamp(1rem, 1.7vw, 1.3rem);
	font-weight: 750;
	line-height: 1.38;
}

.premium-v2-welcome__actions {
	display: flex;
	max-width: 100%;
	margin-top: clamp(1.4rem, 3vw, 2.4rem);
}

.premium-v2-welcome__primary {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	min-height: 58px;
	padding: 0 1.45rem 0 1.65rem;
	border: 1px solid rgba(53, 208, 226, 0.52);
	border-radius: 999px;
	background:
		radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.58), transparent 50%),
		linear-gradient(135deg, #d8fbff 0%, #35d0e2 58%, #5cf2a5 100%);
	color: #031019;
	font-family: var(--corp-font-sans);
	font-size: 1rem;
	font-weight: 900;
	box-shadow:
		0 0 0 1px rgba(236, 253, 245, 0.34) inset,
		0 20px 64px rgba(53, 208, 226, 0.26);
}

.premium-v2-welcome--light {
	background:
		radial-gradient(circle at 18% 22%, rgba(37, 99, 235, 0.18), transparent 30%),
		radial-gradient(circle at 76% 18%, rgba(14, 165, 233, 0.12), transparent 30%),
		radial-gradient(circle at 70% 82%, rgba(217, 119, 6, 0.12), transparent 34%),
		linear-gradient(135deg, rgba(248, 250, 252, 0.95), rgba(226, 232, 240, 0.92));
	color: #0f172a;
}

.premium-v2-welcome--light .premium-v2-welcome__stage::before {
	background:
		linear-gradient(rgba(37, 99, 235, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px);
	opacity: 0.6;
}

.premium-v2-welcome--light .premium-v2-welcome__stage::after {
	background:
		linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.16), transparent),
		linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 44%, rgba(203, 213, 225, 0.22));
	mix-blend-mode: multiply;
	opacity: 0.56;
}

.premium-v2-welcome--light .premium-v2-welcome__field {
	border-color: rgba(37, 99, 235, 0.16);
	background:
		linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px),
		linear-gradient(rgba(37, 99, 235, 0.045) 1px, transparent 1px),
		radial-gradient(circle at 50% 48%, rgba(59, 130, 246, 0.16), transparent 18%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(219, 234, 254, 0.48));
	background-size: 112px 100%, 100% 68px, auto, auto;
	box-shadow:
		0 0 80px rgba(37, 99, 235, 0.12),
		inset 0 0 46px rgba(59, 130, 246, 0.1);
	opacity: 0.72;
}

.premium-v2-welcome--light .premium-v2-welcome__signal {
	background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.52), rgba(217, 119, 6, 0.26), transparent);
	filter: blur(0.2px) drop-shadow(0 0 18px rgba(37, 99, 235, 0.18));
	opacity: 0.46;
}

.premium-v2-welcome--light .premium-v2-welcome__panel {
	border-color: rgba(148, 163, 184, 0.34);
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.9) 54%, rgba(219, 234, 254, 0.66) 100%),
		radial-gradient(circle at 84% 24%, rgba(37, 99, 235, 0.13), transparent 28%),
		#ffffff;
	box-shadow:
		0 42px 130px rgba(15, 23, 42, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.premium-v2-welcome--light .premium-v2-welcome__panel::before {
	background:
		radial-gradient(circle at 74% 30%, rgba(37, 99, 235, 0.1), transparent 28%),
		linear-gradient(90deg, transparent 0 60%, rgba(37, 99, 235, 0.05) 60% 61%, transparent 61%);
	opacity: 0.68;
}

.premium-v2-welcome--light .premium-v2-welcome__close {
	border-color: rgba(148, 163, 184, 0.36);
	background: rgba(255, 255, 255, 0.82);
	color: #0f172a;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.premium-v2-welcome--light .premium-v2-welcome__logo {
	filter:
		drop-shadow(0 0 18px rgba(37, 99, 235, 0.18))
		drop-shadow(0 18px 34px rgba(15, 23, 42, 0.14));
}

.premium-v2-welcome--light .premium-v2-welcome__eyebrow {
	color: #2563eb;
}

.premium-v2-welcome--light .premium-v2-welcome__title {
	color: #0f172a;
	text-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
}

.premium-v2-welcome--light .premium-v2-welcome__copy {
	color: #475569;
}

.premium-v2-welcome--light .premium-v2-welcome__primary {
	border-color: rgba(37, 99, 235, 0.24);
	background:
		radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.72), transparent 50%),
		linear-gradient(135deg, #dbeafe 0%, #38bdf8 54%, #5cf2a5 100%);
	color: #031019;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.72) inset,
		0 18px 42px rgba(37, 99, 235, 0.18);
}

@keyframes premium-v2-signal {
	0% {
		transform: translateX(-14vw);
		opacity: 0;
	}
	14%,
	78% {
		opacity: 0.82;
	}
	100% {
		transform: translateX(32vw);
		opacity: 0;
	}
}

@media (max-width: 767.98px) {
	.premium-v2-welcome {
		align-items: center;
		justify-items: center;
		padding: max(0.75rem, env(safe-area-inset-top, 0px)) max(0.75rem, env(safe-area-inset-right, 0px)) max(0.75rem, env(safe-area-inset-bottom, 0px)) max(0.75rem, env(safe-area-inset-left, 0px));
	}

	.premium-v2-welcome__panel {
		width: min(100%, calc(100vw - 1.5rem));
		min-height: min(600px, calc(100dvh - 1.5rem));
		min-height: min(600px, calc(100svh - 1.5rem));
		max-height: calc(100dvh - 1.5rem);
		max-height: calc(100svh - 1.5rem);
		padding: clamp(1.35rem, 6.2vw, 1.8rem);
		border-radius: 28px;
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-width: none;
	}

	.premium-v2-welcome__panel::-webkit-scrollbar {
		display: none;
	}

	.premium-v2-welcome__close {
		top: 0.85rem;
		right: 0.85rem;
		width: 42px;
		height: 42px;
	}

	.premium-v2-welcome__logo {
		width: clamp(54px, 15vw, 62px);
		height: clamp(54px, 15vw, 62px);
		margin-bottom: clamp(1rem, 5vw, 1.4rem);
	}

	.premium-v2-welcome__eyebrow {
		margin-bottom: 0.7rem;
		font-size: clamp(0.68rem, 3vw, 0.78rem);
		letter-spacing: 0.12em;
	}

	.premium-v2-welcome__title {
		max-width: 100%;
		font-size: clamp(2.45rem, 10.8vw, 3rem);
		letter-spacing: -0.045em;
		line-height: 0.94;
	}

	.premium-v2-welcome__copy {
		max-width: 100%;
		font-size: clamp(0.95rem, 4.1vw, 1.05rem);
		line-height: 1.36;
	}

	.premium-v2-welcome__primary {
		width: 100%;
		min-height: 54px;
		font-size: 0.98rem;
	}

	.premium-v2-welcome__actions {
		width: 100%;
	}

	.premium-v2-welcome__field {
		bottom: -82px;
		width: 150vw;
		height: 340px;
	}
}

@media (max-width: 380px) {
	.premium-v2-welcome__panel {
		padding: 1.18rem;
		border-radius: 24px;
	}

	.premium-v2-welcome__title {
		font-size: clamp(2.22rem, 10.2vw, 2.55rem);
	}

	.premium-v2-welcome__copy {
		font-size: 0.92rem;
	}
}

html.corporate-surface .pools-page .campaign-rewards-banner {
	border-color: rgba(53, 208, 226, 0.22);
	background:
		linear-gradient(90deg, rgba(5, 8, 22, 0.9), rgba(5, 8, 22, 0.44) 42%, rgba(5, 8, 22, 0.12)),
		var(--campaign-banner-image) center / cover no-repeat;
	box-shadow: 0 32px 92px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(245, 245, 244, 0.06);
}

html.corporate-surface .pools-page .campaign-rewards-banner::before {
	background:
		radial-gradient(circle at 76% 38%, rgba(244, 211, 116, 0.18), transparent 27%),
		radial-gradient(circle at 16% 82%, rgba(53, 208, 226, 0.16), transparent 30%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.1), rgba(5, 8, 22, 0.62));
}

html.corporate-surface .pools-page .campaign-rewards-banner__content span {
	color: rgba(209, 213, 219, 0.76);
}

html.corporate-surface .pools-page .campaign-rewards-banner__content strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .play-page.play-page--campaign-ai {
	background:
		radial-gradient(circle at 72% 6%, rgba(53, 208, 226, 0.11), transparent 32%),
		radial-gradient(circle at 18% 18%, rgba(244, 211, 116, 0.08), transparent 28%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.98) 0%, rgba(6, 10, 24, 0.98) 64%, rgba(5, 8, 22, 1) 100%);
}

html.corporate-surface .play-page .campaign-ai-page-atmosphere__image {
	filter: blur(24px) saturate(1.18) contrast(1.08) brightness(0.94);
	opacity: 0;
	transition: opacity 420ms ease;
}

html.corporate-surface .play-page.is-campaign-ai-loaded .campaign-ai-page-atmosphere__image {
	opacity: 0.38;
}

html.corporate-surface .play-page .campaign-ai-page-atmosphere::after {
	border-color: rgba(53, 208, 226, 0.12);
	box-shadow:
		0 0 120px rgba(53, 208, 226, 0.12),
		0 0 100px rgba(244, 211, 116, 0.05);
}

html.corporate-surface .play-page .play-hero--campaign-ai-visual {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	grid-template-columns: minmax(0, 1fr);
	min-height: clamp(360px, 30vw, 470px);
	border-color: rgba(53, 208, 226, 0.24);
	background:
		radial-gradient(circle at 80% 24%, rgba(53, 208, 226, 0.16), transparent 34%),
		radial-gradient(circle at 58% 100%, rgba(53, 208, 226, 0.08), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.97) 0%, rgba(11, 18, 32, 0.94) 100%),
		var(--ds-surface);
	box-shadow:
		0 30px 90px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
	color: var(--ds-text-primary);
}

html.corporate-surface .play-page .play-hero--campaign-ai-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 82% 22%, rgba(53, 208, 226, 0.18), transparent 30%),
		radial-gradient(circle at 15% 82%, rgba(244, 211, 116, 0.1), transparent 28%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.04), rgba(5, 8, 22, 0.28));
	mix-blend-mode: screen;
	opacity: 0.8;
}

html.corporate-surface .play-page .play-hero--campaign-ai-visual > * {
	position: relative;
	z-index: 2;
}

html.corporate-surface .play-page .play-hero--campaign-ai-visual .campaign-ai-play-visual {
	position: absolute;
	z-index: 0;
	filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.18));
}

html.corporate-surface .play-page .play-hero--campaign-ai-visual .app-hero-title,
html.corporate-surface .play-page .play-hero--campaign-ai-visual h1 {
	color: #f8fafc;
	text-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
}

html.corporate-surface .play-page .play-hero--campaign-ai-visual .app-hero-label,
html.corporate-surface .play-page .play-hero--campaign-ai-visual .app-hero-subtitle,
html.corporate-surface .play-page .play-hero--campaign-ai-visual p {
	color: rgba(245, 245, 244, 0.82);
}

html.corporate-surface .play-page .campaign-ai-play-visual {
	position: absolute;
	inset: -2px;
	width: calc(100% + 4px);
	min-height: calc(100% + 4px);
	margin: 0;
	border-radius: inherit;
	box-shadow: none;
}

html.corporate-surface .play-page .campaign-ai-play-visual::before {
	background:
		linear-gradient(90deg, rgba(11, 18, 32, 0.95) 0%, rgba(11, 18, 32, 0.8) 20%, rgba(11, 18, 32, 0.48) 45%, rgba(11, 18, 32, 0.16) 100%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.08), transparent 42%, rgba(5, 8, 22, 0.42));
}

html.corporate-surface .play-page .campaign-ai-play-visual img {
	opacity: 0;
	filter: saturate(1.12) contrast(1.08) brightness(0.92);
	transition: opacity 420ms ease;
}

html.corporate-surface .play-page.is-campaign-ai-loaded .campaign-ai-play-visual img {
	opacity: 0.96;
}

html.corporate-surface .play-page .play-hero--campaign-ai-visual .matches-hero__content {
	position: relative;
	z-index: 4;
	max-width: 720px;
}

html.corporate-surface .corporate-command-center--campaign-ai .corporate-command-hero,
html.corporate-surface .ranking-hero--campaign-ai,
html.corporate-surface .matches-hero--campaign-ai {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

html.corporate-surface .corporate-command-center--campaign-ai .corporate-command-hero::after,
html.corporate-surface .ranking-hero--campaign-ai::after,
html.corporate-surface .matches-hero--campaign-ai::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		linear-gradient(90deg, rgba(6, 10, 24, 0.96) 0%, rgba(6, 10, 24, 0.76) 34%, rgba(6, 10, 24, 0.38) 68%, rgba(6, 10, 24, 0.2) 100%),
		var(--campaign-dashboard-image, none),
		var(--campaign-ranking-image, none),
		var(--campaign-matches-image, none);
	background-size: cover;
	background-position: center right;
	opacity: 0.78;
	filter: saturate(1.12) contrast(1.05) brightness(0.88);
}

html.corporate-surface .corporate-command-center--campaign-ai .corporate-command-hero > *,
html.corporate-surface .ranking-hero--campaign-ai > *,
html.corporate-surface .matches-hero--campaign-ai > * {
	position: relative;
	z-index: 2;
}

html.corporate-surface .corporate-command-center--campaign-ai .corporate-command-hero__visual,
html.corporate-surface .ranking-hero--campaign-ai .ranking-hero__actions,
html.corporate-surface .matches-hero--campaign-ai > .corporate-live-network {
	display: none;
}

html.corporate-surface .pools-page .manage-quick-actions,
html.corporate-surface .pools-page .manage-invite-card,
html.corporate-surface .pools-page .manage-members-panel,
html.corporate-surface .pools-page .manage-secondary-disclosure {
	border-radius: var(--corp-radius-lg);
	border: 1px solid rgba(156, 163, 175, 0.14);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.024), transparent 45%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(11, 18, 32, 0.9));
	box-shadow: var(--shadow-corporate-panel);
}

html.corporate-surface .pools-page .manage-quick-action:hover,
html.corporate-surface .pools-page .manage-member-tab:hover {
	border-color: rgba(53, 208, 226, 0.28);
	color: var(--ds-text-primary);
	transform: translateY(-1px);
}

html.corporate-surface .pools-page .manage-quick-action i {
	color: var(--ds-accent);
}

html.corporate-surface .pools-page .manage-quick-action strong,
html.corporate-surface .pools-page .manage-member-tab strong {
	background: rgba(53, 208, 226, 0.12);
	color: var(--ds-accent);
}

html.corporate-surface .pools-page .manage-member-tab.is-active {
	border-color: rgba(53, 208, 226, 0.28);
	background:
		linear-gradient(135deg, var(--ds-border-strong), rgba(53, 208, 226, 0.08)),
		rgba(5, 8, 22, 0.68);
	color: var(--ds-primary);
}

html.corporate-surface .pools-page .member-panel-grid > .glass-card,
html.corporate-surface .pools-page .owner-participation-card,
html.corporate-surface .pools-page .pool-settings-card,
html.corporate-surface .pools-page .pool-corporate-awards-card,
html.corporate-surface .pools-page .pool-prize-settings-card,
html.corporate-surface .pools-page .push-broadcast-card,
html.corporate-surface .pools-page .prize-pool-card {
	border-radius: var(--corp-radius-lg);
	border-color: rgba(156, 163, 175, 0.14);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 40%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(11, 18, 32, 0.9));
	box-shadow: var(--shadow-corporate-panel);
}

html.corporate-surface .pools-page .member-row,
html.corporate-surface .pools-page .empty-state,
html.corporate-surface .pools-page .pool-code-box,
html.corporate-surface .pools-page .push-broadcast-panel,
html.corporate-surface .pools-page .push-broadcast-preview,
html.corporate-surface .pools-page .prize-table-wrap {
	border: 1px solid rgba(156, 163, 175, 0.14);
	background: rgba(5, 8, 22, 0.44);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .empty-state {
	min-height: 150px;
	border-radius: 22px;
	color: var(--ds-text-secondary);
}

html.corporate-surface .pools-page .empty-state i {
	color: var(--ds-accent);
}

html.corporate-surface .pools-page .empty-state h4,
html.corporate-surface .pools-page .member-row strong,
html.corporate-surface .pools-page .pool-code-box strong,
html.corporate-surface .pools-page .push-broadcast-panel strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .member-row span,
html.corporate-surface .pools-page .pool-code-box span {
	color: var(--ds-text-muted);
}

html.corporate-surface .pools-page .pool-settings-disclosure[open] {
	background: linear-gradient(180deg, rgba(53, 208, 226, 0.055), transparent 36%);
}

html.corporate-surface .pools-page .pool-settings-summary {
	padding: 1rem 1.15rem;
}

html.corporate-surface .pools-page .pool-settings-summary__toggle {
	border-color: rgba(156, 163, 175, 0.18);
	color: var(--ds-text-secondary);
	background: rgba(5, 8, 22, 0.52);
	box-shadow: none;
}

html.corporate-surface .pools-page .pool-settings-chip {
	border-color: rgba(53, 208, 226, 0.18);
	color: var(--ds-primary);
	background: rgba(53, 208, 226, 0.08);
}

html.corporate-surface .pools-page .pool-settings-disclosure__content {
	padding: 0 1.15rem 1.15rem;
	border-top-color: rgba(156, 163, 175, 0.13);
}

html.corporate-surface .pools-page .pool-code-grid {
	grid-template-columns: minmax(150px, 0.26fr) minmax(0, 1fr) auto;
	gap: 0.75rem;
}

html.corporate-surface .pools-page .push-broadcast-card {
	overflow: hidden;
}

html.corporate-surface .pools-page .push-broadcast-card--dedicated {
	max-width: 760px;
	margin-inline: auto;
}

html.corporate-surface .pools-page .push-broadcast-card--dedicated .pool-form-grid {
	grid-template-columns: 1fr;
}

html.corporate-surface .pools-page .push-broadcast-grid {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
	gap: 1rem;
}

html.corporate-surface .pools-page .push-broadcast-panel,
html.corporate-surface .pools-page .push-broadcast-preview {
	padding: 1rem;
	border-radius: 22px;
	min-height: auto;
}

html.corporate-surface .pools-page .push-broadcast-panel__header strong,
html.corporate-surface .pools-page .push-preview-card__phone strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .push-preview-card {
	min-height: 100%;
}

html.corporate-surface .pools-page .push-preview-card__phone {
	width: min(100%, 260px);
	min-width: 0;
	border: 1px solid rgba(53, 208, 226, 0.16);
	background:
		radial-gradient(circle at 80% 12%, rgba(53, 208, 226, 0.14), transparent 30%),
		linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(5, 8, 22, 0.96));
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

html.corporate-surface .pools-page .push-preview-card__phone p {
	color: rgba(209, 213, 219, 0.8);
}

html.corporate-surface .pools-page .push-preview-card__eyebrow {
	color: var(--ds-primary);
}

html.corporate-surface .pools-page .push-preview-card__image {
	min-height: 112px;
	border: 1px solid rgba(156, 163, 175, 0.12);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.08), rgba(53, 208, 226, 0.06)),
		rgba(5, 8, 22, 0.52);
}

html.corporate-surface .pools-page .push-preview-card__image img {
	min-height: 112px;
	max-height: 136px;
	object-fit: contain;
	padding: 0.75rem;
}

html.corporate-surface .pools-page .push-broadcast-card--dedicated .btn-primary-gradient,
html.corporate-surface .pools-page .push-broadcast-card--dedicated .btn-secondary-soft,
html.corporate-surface .pools-page .push-broadcast-card--dedicated .form-control-premium {
	max-width: 100%;
	min-width: 0;
	white-space: normal;
}

html.corporate-surface .pools-page .push-broadcast-card--dedicated .push-enable-btn span,
html.corporate-surface .pools-page .push-broadcast-card--dedicated .btn-primary-gradient span {
	min-width: 0;
	overflow-wrap: anywhere;
	line-height: 1.15;
}

html.corporate-surface .pools-page .push-channel-options {
	gap: 0.85rem;
}

html.corporate-surface .pools-page .push-channel-option {
	position: relative;
	align-items: flex-start;
	min-height: 78px;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.08), rgba(53, 208, 226, 0.04)),
		rgba(5, 8, 22, 0.72);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 16px 36px rgba(0, 0, 0, 0.18);
	color: var(--ds-text-primary);
	transition:
		border-color 180ms ease,
		background 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

html.corporate-surface .pools-page .push-channel-option:hover,
html.corporate-surface .pools-page .push-channel-option:focus-within {
	border-color: rgba(53, 208, 226, 0.36);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.13), rgba(53, 208, 226, 0.07)),
		rgba(8, 13, 29, 0.86);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 20px 46px rgba(0, 0, 0, 0.24);
	transform: translateY(-1px);
}

html.corporate-surface .pools-page .push-channel-option input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 0.15rem;
	accent-color: var(--ds-primary);
}

html.corporate-surface .pools-page .push-channel-option strong {
	color: var(--ds-text-primary);
	font-size: 0.98rem;
	letter-spacing: 0;
}

html.corporate-surface .pools-page .push-channel-option small {
	margin-top: 0.25rem;
	color: rgba(209, 213, 219, 0.72);
	font-size: 0.86rem;
	line-height: 1.35;
}

html.corporate-surface .pools-page .push-channel-option:has(input:checked) {
	border-color: rgba(53, 208, 226, 0.46);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.18), rgba(53, 208, 226, 0.08)),
		rgba(11, 17, 32, 0.92);
}

html.corporate-surface .pools-page .push-channel-option.is-disabled {
	cursor: not-allowed;
	opacity: 1;
	border-color: rgba(148, 163, 184, 0.16);
	background:
		linear-gradient(135deg, rgba(148, 163, 184, 0.05), rgba(53, 208, 226, 0.025)),
		rgba(5, 8, 22, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
	transform: none;
}

html.corporate-surface .pools-page .push-channel-option.is-disabled strong {
	color: rgba(248, 250, 252, 0.62);
}

html.corporate-surface .pools-page .push-channel-option.is-disabled small {
	color: rgba(209, 213, 219, 0.48);
}

html.corporate-surface .pools-page .push-broadcast-card--dedicated .section-title,
html.corporate-surface .pools-page .pools-hero .section-title {
	overflow-wrap: anywhere;
}

html.corporate-surface .pools-page .prize-pool-card {
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
	padding: 1.25rem;
}

html.corporate-surface .pools-page .prize-pool-number {
	color: var(--ds-primary);
	background: none;
	-webkit-text-fill-color: currentColor;
}

html.corporate-surface .pools-page .prize-pool-card h2,
html.corporate-surface .pools-page .prize-pool-card__main h2 {
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .prize-pool-card p,
html.corporate-surface .pools-page .prize-note {
	color: rgba(209, 213, 219, 0.72);
}

html.corporate-surface .pools-page .entry-points-chip,
html.corporate-surface .pools-page .distribution-type-badge {
	border: 1px solid var(--ds-border-subtle);
	color: var(--ds-text-secondary);
	background: rgba(5, 8, 22, 0.42);
}

html.corporate-surface .pools-page .distribution-type-badge {
	color: var(--ds-primary);
}

html.corporate-surface .pools-page .prize-table th {
	color: var(--ds-text-muted);
}

html.corporate-surface .pools-page .prize-table td {
	color: var(--ds-text-primary);
	background: rgba(11, 18, 32, 0.68);
}

html.corporate-surface .pools-page .podium-highlight td {
	background: linear-gradient(135deg, rgba(53, 208, 226, 0.16), rgba(53, 208, 226, 0.1));
}

html.corporate-surface .pools-page .prize-position {
	color: var(--ds-primary);
	background: rgba(53, 208, 226, 0.12);
}

html.corporate-surface .pools-page .podium-highlight .prize-position {
	color: var(--ds-text-inverse-soft);
	background: var(--gradient-primary);
}

html.corporate-surface .pools-page .league-status-card {
	border: 1px solid rgba(156, 163, 175, 0.14);
	background:
		radial-gradient(circle at 76% 12%, rgba(53, 208, 226, 0.08), transparent 30%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 42%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(11, 18, 32, 0.92));
	box-shadow: var(--shadow-corporate-panel);
}

html.corporate-surface .pools-page .league-status-card h2 {
	color: var(--ds-text-primary);
	letter-spacing: -0.03em;
}

html.corporate-surface .pools-page .league-status-card p {
	color: rgba(209, 213, 219, 0.72);
}

html.corporate-surface .pools-page .league-status-metric {
	border-color: rgba(156, 163, 175, 0.14);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.055), rgba(53, 208, 226, 0.035)),
		rgba(5, 8, 22, 0.52);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .pools-page .league-status-metric i {
	border: 1px solid rgba(53, 208, 226, 0.14);
	color: var(--ds-primary);
	background: rgba(53, 208, 226, 0.08);
}

html.corporate-surface .pools-page .league-status-metric span {
	color: var(--ds-text-muted);
}

html.corporate-surface .pools-page .league-status-metric strong {
	color: var(--ds-text-primary);
	background: none;
	-webkit-text-fill-color: currentColor;
}

html.corporate-surface .pools-page:has(.pools-hero--casazar-lobby) {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 88% 4%, rgba(214, 179, 106, 0.075), transparent 30%),
		radial-gradient(circle at 7% 35%, rgba(231, 215, 177, 0.04), transparent 24%),
		linear-gradient(180deg, rgba(5, 8, 22, 0), rgba(5, 8, 22, 0.34));
}

html.corporate-surface .pools-page:has(.pools-hero--casazar-lobby)::before {
	content: "";
	position: absolute;
	inset: -4rem 0 52% 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(ellipse at 76% 18%, rgba(241, 223, 167, 0.1), transparent 32%),
		linear-gradient(90deg, transparent 0%, rgba(231, 215, 177, 0.04) 48%, transparent 82%),
		repeating-linear-gradient(90deg, rgba(231, 215, 177, 0.018) 0 1px, transparent 1px 78px);
	opacity: 0.78;
	mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.58) 48%, transparent 100%);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby {
	position: relative;
	overflow: hidden;
	padding: clamp(1.65rem, 3.2vw, 2.65rem);
	min-height: clamp(380px, 44vw, 530px);
	align-items: end;
	isolation: isolate;
	border-color: rgba(216, 184, 108, 0.2);
	background:
		radial-gradient(ellipse at 86% 50%, rgba(255, 242, 196, 0.22), rgba(214, 179, 106, 0.12) 25%, transparent 54%),
		radial-gradient(ellipse at 82% 82%, rgba(132, 92, 36, 0.16), transparent 34%),
		radial-gradient(ellipse at 72% 10%, rgba(53, 208, 226, 0.075), transparent 36%),
		radial-gradient(ellipse at 14% 88%, rgba(15, 33, 64, 0.55), transparent 46%),
		linear-gradient(rgba(241, 223, 167, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(241, 223, 167, 0.024) 1px, transparent 1px),
		linear-gradient(135deg, #0c1326 0%, #070b18 52%, #030611 100%);
	background-size: auto, auto, auto, auto, 68px 68px, 68px 68px, auto;
	box-shadow:
		0 38px 110px rgba(0, 0, 0, 0.52),
		0 0 62px rgba(216, 184, 108, 0.07),
		0 0 0 1px rgba(53, 208, 226, 0.026),
		inset 0 1px 0 rgba(53, 208, 226, 0.095);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse at 84% 48%, rgba(255, 239, 190, 0.16), transparent 34%),
		linear-gradient(100deg, rgba(255, 242, 196, 0.06), transparent 34%, rgba(214, 179, 106, 0.08) 66%, transparent 88%),
		linear-gradient(90deg, rgba(5, 8, 22, 0.08), transparent 40%, rgba(5, 8, 22, 0.46)),
		linear-gradient(180deg, rgba(53, 208, 226, 0.045), transparent 18%, rgba(5, 8, 22, 0.34));
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		radial-gradient(circle at 78% 24%, rgba(255, 250, 240, 0.08) 0 1px, transparent 1.5px),
		radial-gradient(circle at 91% 66%, rgba(216, 184, 108, 0.08) 0 1px, transparent 1.5px),
		linear-gradient(110deg, transparent 10%, rgba(245, 237, 203, 0.06) 47%, transparent 66%);
	background-size: 180px 180px, 230px 230px, auto;
	opacity: 0.56;
	mix-blend-mode: screen;
	mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 42%, #000 100%);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby > :not(.casazar-league-agave):not(.casazar-league-hero-logo) {
	position: relative;
	z-index: 4;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby > div:first-of-type {
	max-width: 780px;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .badge-premium {
	border-color: rgba(216, 184, 108, 0.32);
	background: rgba(216, 184, 108, 0.085);
	color: #f1dfa7;
	letter-spacing: 0.16em;
	box-shadow: inset 0 1px 0 rgba(53, 208, 226, 0.08);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .section-title {
	max-width: 720px;
	color: #fffaf0;
	font-size: clamp(2.7rem, 6vw, 5.75rem);
	line-height: 0.93;
	letter-spacing: 0;
	text-wrap: balance;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .app-hero-title {
	max-width: 720px;
	color: #fffaf0;
	font-size: clamp(2.7rem, 6vw, 5.75rem);
	line-height: 0.93;
	letter-spacing: 0;
	text-wrap: balance;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .section-copy {
	max-width: 620px;
	color: rgba(245, 245, 244, 0.76);
	font-size: clamp(1rem, 1.4vw, 1.25rem);
	line-height: 1.55;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .app-hero-subtitle {
	max-width: 620px;
	color: rgba(245, 245, 244, 0.76);
	font-size: clamp(1rem, 1.4vw, 1.25rem);
	line-height: 1.55;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .app-hero-label {
	color: #35d0e2;
	letter-spacing: 0.14em;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .manage-hero-metrics {
	margin-top: 1.5rem;
	gap: 0.65rem;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .manage-hero-metrics span,
html.corporate-surface .pools-page .pools-hero--casazar-lobby .context-pill {
	min-height: 36px;
	border-color: rgba(216, 184, 108, 0.2);
	background: rgba(5, 8, 22, 0.54);
	color: rgba(245, 245, 244, 0.74);
	box-shadow:
		inset 0 1px 0 rgba(53, 208, 226, 0.08),
		0 14px 34px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(10px);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .manage-hero-metrics strong,
html.corporate-surface .pools-page .pools-hero--casazar-lobby .context-pill {
	color: #f1dfa7;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .pools-hero__actions {
	align-self: end;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	max-width: 720px;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .btn-primary-gradient,
html.corporate-surface .pools-page .pools-hero--casazar-lobby .btn-secondary-soft {
	min-height: 54px;
	padding-inline: 1.25rem;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .btn-secondary-soft {
	border-color: rgba(216, 184, 108, 0.24);
	background: rgba(5, 8, 22, 0.42);
	color: rgba(255, 250, 240, 0.9);
	box-shadow: inset 0 1px 0 rgba(53, 208, 226, 0.07);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .btn-secondary-soft:hover {
	border-color: rgba(241, 223, 167, 0.38);
	background: rgba(17, 24, 39, 0.72);
	box-shadow: 0 18px 44px rgba(216, 184, 108, 0.1);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .btn-casazar-tertiary {
	min-height: 46px;
	border-color: rgba(255, 250, 240, 0.12);
	background: rgba(5, 8, 22, 0.3);
	color: rgba(255, 250, 240, 0.68);
	box-shadow: none;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby .btn-casazar-tertiary:hover {
	border-color: rgba(216, 184, 108, 0.24);
	background: rgba(5, 8, 22, 0.52);
	color: rgba(255, 250, 240, 0.9);
	box-shadow: inset 0 1px 0 rgba(53, 208, 226, 0.055);
}

.casazar-league-hero-logo {
	position: absolute;
	top: clamp(1.25rem, 2.2vw, 1.9rem);
	right: clamp(1.4rem, 3vw, 2.6rem);
	z-index: 3;
	width: clamp(150px, 12vw, 205px);
	height: auto;
	opacity: 0.68;
	filter:
		saturate(0.96)
		drop-shadow(0 0 20px rgba(216, 184, 108, 0.16));
	pointer-events: none;
}

.casazar-league-agave {
	position: absolute;
	right: -7%;
	top: 54%;
	z-index: 1;
	width: clamp(340px, 38vw, 590px);
	aspect-ratio: 1;
	transform: translateY(-50%);
	pointer-events: none;
}

.casazar-league-agave__glow,
.casazar-league-agave__mark {
	position: absolute;
	inset: 0;
	display: block;
}

.casazar-league-agave__glow {
	background:
		radial-gradient(circle at 48% 48%, rgba(255, 239, 190, 0.28), rgba(216, 184, 108, 0.12) 38%, transparent 72%),
		radial-gradient(circle at 60% 64%, rgba(53, 208, 226, 0.06), transparent 54%);
	filter: blur(42px);
	opacity: 0.82;
	transform: scale(1.22);
}

.casazar-league-agave__mark {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.155;
	filter:
		sepia(1)
		saturate(1.45)
		hue-rotate(354deg)
		brightness(1.08)
		drop-shadow(0 0 34px rgba(216, 184, 108, 0.2));
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby + .alert-success-soft,
html.corporate-surface .pools-page .pools-hero--casazar-lobby + .alert-danger-soft {
	position: relative;
	z-index: 2;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-quick-actions,
html.corporate-surface .pools-page .casazar-club-access,
html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .league-status-card,
html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ section .pool-members-preview-card,
html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-members-panel {
	border-color: rgba(216, 184, 108, 0.16);
	background:
		linear-gradient(180deg, rgba(53, 208, 226, 0.035), transparent 42%),
		radial-gradient(circle at 90% 10%, rgba(216, 184, 108, 0.07), transparent 28%),
		linear-gradient(135deg, rgba(13, 18, 34, 0.96), rgba(5, 8, 22, 0.92));
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.26),
		inset 0 1px 0 rgba(53, 208, 226, 0.055);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-quick-actions {
	padding: 0.75rem;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-quick-actions .manage-quick-action,
html.corporate-surface .pools-page .casazar-club-access__item {
	border-color: rgba(216, 184, 108, 0.16);
	background: rgba(5, 8, 22, 0.44);
	color: rgba(245, 245, 244, 0.88);
	box-shadow: inset 0 1px 0 rgba(53, 208, 226, 0.055);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-quick-actions .manage-quick-action:hover,
html.corporate-surface .pools-page .casazar-club-access__item:hover {
	border-color: rgba(241, 223, 167, 0.32);
	background: rgba(17, 24, 39, 0.72);
	box-shadow: 0 16px 36px rgba(216, 184, 108, 0.08);
	transform: translateY(-1px);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-quick-actions .manage-quick-action i,
html.corporate-surface .pools-page .casazar-club-access__item i,
html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .league-status-card .league-status-metric i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.45rem;
	height: 2.45rem;
	border-radius: 999px;
	border: 1px solid rgba(216, 184, 108, 0.2);
	background:
		radial-gradient(circle at 50% 26%, rgba(216, 184, 108, 0.18), transparent 62%),
		rgba(5, 8, 22, 0.52);
	color: #f1dfa7;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-quick-actions .manage-quick-action strong,
html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-members-panel .manage-member-tab strong {
	background: rgba(216, 184, 108, 0.12);
	color: #f1dfa7;
}

.casazar-club-access {
	display: grid;
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
	gap: 1rem;
	padding: clamp(1rem, 2vw, 1.35rem);
	border: 1px solid rgba(216, 184, 108, 0.16);
	border-radius: var(--corp-radius-lg);
}

.casazar-club-access__intro .eyebrow {
	color: #35d0e2;
}

.casazar-club-access__intro .section-title {
	color: #fffaf0;
	letter-spacing: -0.03em;
}

.casazar-club-access__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.casazar-club-access__item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 72px;
	padding: 0.85rem;
	border-radius: 20px;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.casazar-club-access__item span {
	font-weight: 800;
	letter-spacing: -0.01em;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .league-status-card {
	padding: clamp(1rem, 2vw, 1.25rem);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .league-status-card .distribution-type-badge {
	border-color: rgba(216, 184, 108, 0.22);
	background: rgba(216, 184, 108, 0.08);
	color: #f1dfa7;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .league-status-card .league-status-grid {
	gap: 0.75rem;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .league-status-card .league-status-metric {
	min-height: 112px;
	border-color: rgba(216, 184, 108, 0.15);
	background:
		linear-gradient(135deg, rgba(216, 184, 108, 0.06), rgba(53, 208, 226, 0.025)),
		rgba(5, 8, 22, 0.48);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-members-panel .section-header .eyebrow,
html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-members-panel .section-title,
html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ section .pool-members-preview-card .eyebrow,
html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ section .pool-members-preview-card .section-title {
	color: #f1dfa7;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-members-panel .section-copy {
	color: rgba(245, 245, 244, 0.66);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-members-panel .manage-member-tab {
	border-color: rgba(216, 184, 108, 0.14);
	background: rgba(5, 8, 22, 0.44);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-members-panel .manage-member-tab.is-active {
	border-color: rgba(216, 184, 108, 0.36);
	background:
		linear-gradient(135deg, rgba(216, 184, 108, 0.13), rgba(53, 208, 226, 0.035)),
		rgba(5, 8, 22, 0.66);
	color: #f1dfa7;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-members-panel .manage-member-row {
	border-color: rgba(216, 184, 108, 0.14);
	background: rgba(5, 8, 22, 0.46);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ section .pool-members-preview-card .member-row {
	border-color: rgba(216, 184, 108, 0.14);
	background: rgba(5, 8, 22, 0.46);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-members-panel .manage-member-row:hover {
	border-color: rgba(241, 223, 167, 0.26);
	background: rgba(17, 24, 39, 0.72);
	box-shadow: 0 16px 38px rgba(216, 184, 108, 0.075);
	transform: translateY(-1px);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ section .pool-members-preview-card .member-row:hover {
	border-color: rgba(241, 223, 167, 0.26);
	background: rgba(17, 24, 39, 0.72);
	box-shadow: 0 16px 38px rgba(216, 184, 108, 0.075);
	transform: translateY(-1px);
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ .manage-members-panel .pool-status-badge.member-status-active {
	border-color: rgba(216, 184, 108, 0.28);
	background: rgba(216, 184, 108, 0.11);
	color: #f1dfa7;
}

html.corporate-surface .pools-page .pools-hero--casazar-lobby ~ section .pool-members-preview-card .pool-status-badge.member-status-active {
	border-color: rgba(216, 184, 108, 0.28);
	background: rgba(216, 184, 108, 0.11);
	color: #f1dfa7;
}

html.corporate-surface .push-optin-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(53, 208, 226, 0.18);
	background:
		radial-gradient(circle at 12% 18%, rgba(53, 208, 226, 0.11), transparent 28%),
		radial-gradient(circle at 88% 20%, rgba(53, 208, 226, 0.09), transparent 30%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 42%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(11, 18, 32, 0.92));
	box-shadow: var(--shadow-corporate-panel);
	color: var(--ds-text-primary);
}

html.corporate-surface .push-optin-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.26;
	background:
		linear-gradient(rgba(53, 208, 226, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.045) 1px, transparent 1px);
	background-size: 42px 42px;
}

html.corporate-surface .push-optin-card__icon,
html.corporate-surface .push-optin-card__content {
	position: relative;
	z-index: 1;
}

html.corporate-surface .push-optin-card__icon {
	border: 1px solid rgba(53, 208, 226, 0.18);
	color: var(--ds-accent);
	background:
		radial-gradient(circle at 50% 30%, rgba(53, 208, 226, 0.2), transparent 58%),
		rgba(5, 8, 22, 0.6);
	box-shadow: 0 14px 40px rgba(53, 208, 226, 0.08), inset 0 1px 0 rgba(245, 245, 244, 0.06);
}

html.corporate-surface .push-optin-card__eyebrow {
	color: var(--ds-primary);
}

html.corporate-surface .push-optin-card h2 {
	color: var(--ds-text-primary);
	letter-spacing: -0.03em;
}

html.corporate-surface .push-optin-card p:not(.push-optin-card__eyebrow):not(.push-optin-card__feedback) {
	color: rgba(209, 213, 219, 0.76);
}

html.corporate-surface .push-optin-card__dismiss {
	border-color: var(--ds-border-subtle);
	background: rgba(5, 8, 22, 0.45);
	color: var(--ds-text-secondary);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .push-optin-card__dismiss:hover {
	border-color: rgba(53, 208, 226, 0.24);
	color: var(--ds-text-primary);
	background: rgba(11, 18, 32, 0.72);
}

html.corporate-surface .push-optin-card__feedback {
	color: var(--ds-accent);
}

html.corporate-surface .push-optin-card .btn-primary-gradient {
	background: var(--gradient-primary);
	border-color: rgba(53, 208, 226, 0.68);
	color: var(--ds-text-inverse-soft);
	box-shadow: 0 14px 30px rgba(53, 208, 226, 0.2);
}

html.corporate-surface .push-optin-card .btn-primary-gradient:hover,
html.corporate-surface .push-optin-card .btn-primary-gradient:focus {
	background: linear-gradient(135deg, #c7f7ff 0%, var(--ds-primary) 100%);
	color: var(--ds-text-inverse);
}

html.corporate-surface .pools-page .pool-members-preview-card,
html.corporate-surface .pools-page .score-rules-card,
html.corporate-surface .pools-page .league-rules-entry,
html.corporate-surface .pools-page .rules-info-card,
html.corporate-surface .pools-page .rules-detail-card,
html.corporate-surface .pools-page .rules-footnote,
[data-theme="dark-premium"] .pools-page .pool-members-preview-card,
[data-theme="dark-premium"] .pools-page .score-rules-card,
[data-theme="dark-premium"] .pools-page .league-rules-entry,
[data-theme="dark-premium"] .pools-page .rules-info-card,
[data-theme="dark-premium"] .pools-page .rules-detail-card,
[data-theme="dark-premium"] .pools-page .rules-footnote {
	border-radius: var(--corp-radius-lg);
	border: 1px solid rgba(156, 163, 175, 0.14);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 40%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(11, 18, 32, 0.9));
	box-shadow: var(--shadow-corporate-panel);
}

.league-rules-entry {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: clamp(1rem, 2vw, 1.25rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.15rem, 2.5vw, 1.55rem);
}

.league-rules-entry::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse at 10% 20%, rgba(216, 184, 108, 0.1), transparent 34%),
		radial-gradient(ellipse at 90% 40%, rgba(53, 208, 226, 0.08), transparent 32%);
}

.league-rules-entry > * {
	position: relative;
	z-index: 1;
}

.league-rules-entry__icon {
	display: inline-grid;
	width: 3.2rem;
	height: 3.2rem;
	place-items: center;
	border: 1px solid rgba(216, 184, 108, 0.26);
	border-radius: 1.05rem;
	background:
		linear-gradient(145deg, rgba(216, 184, 108, 0.2), rgba(5, 8, 22, 0.42));
	color: #f5df9c;
	box-shadow:
		0 18px 38px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.league-rules-entry__content h2 {
	margin: 0;
	color: var(--ds-text-primary, #fffaf0);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
}

.league-rules-entry__content p:not(.corporate-section-eyebrow) {
	max-width: 760px;
	margin: 0.45rem 0 0;
	color: rgba(245, 245, 244, 0.68);
}

.rules-hero--casazar {
	position: relative;
	overflow: hidden;
}

.rules-overview-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.85rem, 2vw, 1.1rem);
}

.rules-info-card {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: clamp(1rem, 2vw, 1.25rem);
}

.rules-info-card__icon {
	display: inline-grid;
	flex: 0 0 auto;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	border: 1px solid rgba(216, 184, 108, 0.22);
	border-radius: 0.95rem;
	background: rgba(216, 184, 108, 0.1);
	color: #f2da98;
}

.rules-info-card h2,
.rules-detail-card h2 {
	margin: 0;
	color: var(--ds-text-primary, #fffaf0);
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
}

.rules-info-card p,
.rules-detail-card p,
.rules-footnote p {
	margin: 0.55rem 0 0;
	color: rgba(245, 245, 244, 0.68);
	line-height: 1.55;
}

.rules-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
	gap: clamp(1rem, 2vw, 1.2rem);
}

.rules-detail-card {
	padding: clamp(1.15rem, 2.4vw, 1.55rem);
}

.rules-detail-card--wide {
	min-height: 100%;
}

.rules-check-list {
	display: grid;
	gap: 0.72rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.rules-check-list--inline {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rules-check-list li {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	color: rgba(245, 245, 244, 0.74);
	line-height: 1.45;
}

.rules-check-list i {
	margin-top: 0.15rem;
	color: #f2da98;
}

.rules-example-box {
	margin-top: 1rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(216, 184, 108, 0.18);
	border-radius: 1rem;
	background:
		linear-gradient(135deg, rgba(216, 184, 108, 0.08), rgba(5, 8, 22, 0.42));
	color: rgba(255, 250, 240, 0.86);
	line-height: 1.5;
}

.rules-footnote {
	display: flex;
	gap: 0.8rem;
	align-items: flex-start;
	padding: 1rem 1.15rem;
}

.rules-footnote i {
	margin-top: 0.2rem;
	color: #f2da98;
}

.rules-footnote p {
	margin: 0;
}

@media (max-width: 900px) {
	.league-rules-entry,
	.rules-detail-layout,
	.rules-overview-grid,
	.rules-check-list--inline {
		grid-template-columns: 1fr;
	}

	.league-rules-entry {
		align-items: flex-start;
	}

	.league-rules-entry .btn-secondary-soft {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.rules-info-card,
	.rules-footnote {
		flex-direction: column;
	}

	.league-rules-entry {
		padding: 1rem;
	}
}

html.corporate-surface .pools-page .score-rules-table-wrap,
[data-theme="dark-premium"] .pools-page .score-rules-table-wrap {
	border: 1px solid rgba(156, 163, 175, 0.14);
	background: var(--ds-surface-soft);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .pools-page .score-rules-table th,
html.corporate-surface .pools-page .score-rules-table td,
[data-theme="dark-premium"] .pools-page .score-rules-table th,
[data-theme="dark-premium"] .pools-page .score-rules-table td {
	border-bottom-color: rgba(156, 163, 175, 0.12);
}

html.corporate-surface .pools-page .score-rules-table th,
[data-theme="dark-premium"] .pools-page .score-rules-table th {
	color: var(--ds-text-muted);
	background: rgba(11, 18, 32, 0.7);
}

html.corporate-surface .pools-page .score-rules-table td,
[data-theme="dark-premium"] .pools-page .score-rules-table td {
	color: rgba(245, 245, 244, 0.9);
	background: rgba(5, 8, 22, 0.36);
}

html.corporate-surface .pools-page .score-rules-table tbody tr:nth-child(even) td,
[data-theme="dark-premium"] .pools-page .score-rules-table tbody tr:nth-child(even) td {
	background: rgba(11, 18, 32, 0.54);
}

html.corporate-surface .pools-page .score-rules-table tbody tr:hover td,
[data-theme="dark-premium"] .pools-page .score-rules-table tbody tr:hover td {
	background: rgba(53, 208, 226, 0.07);
}

html.corporate-surface .pools-page .score-rule-card,
[data-theme="dark-premium"] .pools-page .score-rule-card {
	border-color: rgba(156, 163, 175, 0.14);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 55%),
		rgba(5, 8, 22, 0.42);
}

html.corporate-surface .pools-page .score-rule-card__title,
[data-theme="dark-premium"] .pools-page .score-rule-card__title {
	color: var(--ds-text-primary);
}

[data-theme="light-premium"] .pools-page .score-rules-card {
	border-color: rgba(37, 99, 235, 0.14);
	background:
		linear-gradient(180deg, rgba(37, 99, 235, 0.035), rgba(255, 255, 255, 0) 42%),
		var(--ds-surface);
	box-shadow: var(--ds-shadow-card);
}

[data-theme="light-premium"] .pools-page .score-rules-table-wrap {
	border-color: var(--ds-border);
	background: var(--ds-surface);
	box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
}

[data-theme="light-premium"] .pools-page .score-rules-table th {
	color: var(--ds-text-muted);
	background: var(--ds-surface-elevated);
}

[data-theme="light-premium"] .pools-page .score-rules-table td {
	color: var(--ds-text-primary);
	background: rgba(255, 255, 255, 0.86);
}

[data-theme="light-premium"] .pools-page .score-rules-table tbody tr:nth-child(even) td {
	background: rgba(241, 245, 249, 0.78);
}

[data-theme="light-premium"] .pools-page .score-rules-table tbody tr:hover td {
	background: rgba(37, 99, 235, 0.055);
}

[data-theme="light-premium"] .pools-page .score-rule-card {
	border-color: var(--ds-border);
	background: var(--ds-surface);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

html.corporate-surface .pools-page .danger-zone-card {
	border-color: rgba(248, 113, 113, 0.22);
	background:
		radial-gradient(circle at 90% 10%, rgba(248, 113, 113, 0.09), transparent 30%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(11, 18, 32, 0.9));
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .pools-page .danger-zone-card h2 {
	color: var(--ds-text-primary);
}

html.corporate-surface .pools-page .danger-zone-card p {
	color: rgba(209, 213, 219, 0.72);
}

html.corporate-surface .pools-page .danger-zone-card .eyebrow {
	color: var(--ds-danger);
}

html.corporate-surface .pools-page .btn-danger-soft {
	border-color: rgba(248, 113, 113, 0.28);
	color: #fecaca;
	background: rgba(248, 113, 113, 0.09);
}

html.corporate-surface .pools-page .btn-danger-soft:hover {
	color: #ffffff;
	border-color: rgba(248, 113, 113, 0.42);
	background: rgba(248, 113, 113, 0.16);
	box-shadow: 0 16px 36px rgba(248, 113, 113, 0.12);
}

html.corporate-surface .pools-page .copy-link-button,
html.corporate-surface .pools-page .btn-primary-gradient,
html.corporate-surface .pools-page .btn-secondary-soft {
	white-space: nowrap;
}

html.corporate-surface .pools-page .copy-link-button {
	color: #101522;
}

html.corporate-surface .pools-page .copy-link-button i,
html.corporate-surface .pools-page .copy-link-button span {
	color: inherit;
}

.ranking-page {
	--rank-bg: var(--ds-bg);
	--rank-surface: var(--ds-surface-elevated);
	--rank-surface-strong: var(--ds-surface-strong);
	--rank-ink: var(--ds-text-primary);
	--rank-muted: var(--ds-text-muted);
	--rank-line: var(--ds-border-subtle);
	--rank-blue: var(--ds-accent);
	--rank-cyan: var(--ds-accent);
	--rank-purple: var(--ds-primary);
	--rank-gradient: linear-gradient(135deg, var(--ds-accent) 0%, var(--ds-primary) 100%);
	--rank-shadow: var(--shadow-card);
}

.ranking-board__toolbar,
.ranking-mode-chips,
.ranking-self-bar,
.ranking-entry-card {
	background: var(--ds-surface-soft);
	border-color: var(--ds-border-subtle);
}

html.corporate-surface .corporate-award-tabs {
	gap: 8px;
	margin: 0 0 18px;
	padding: 8px;
	border: 1px solid var(--ds-border-subtle);
	border-radius: var(--corp-radius-lg);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.045), rgba(245, 245, 244, 0.014)),
		rgba(5, 8, 22, 0.72);
	box-shadow: var(--shadow-corporate-panel);
	scrollbar-width: thin;
	scrollbar-color: rgba(53, 208, 226, 0.32) transparent;
}

html.corporate-surface .corporate-award-tabs::-webkit-scrollbar {
	height: 6px;
}

html.corporate-surface .corporate-award-tabs::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(53, 208, 226, 0.32);
}

html.corporate-surface .corporate-award-tab {
	flex: 0 0 136px;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: var(--corp-radius-md);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), rgba(245, 245, 244, 0.01)),
		rgba(5, 8, 22, 0.5);
	color: var(--ds-text-muted);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .corporate-award-tab:hover,
html.corporate-surface .corporate-award-tab:focus-visible {
	border-color: rgba(53, 208, 226, 0.28);
	color: var(--ds-text-secondary);
}

html.corporate-surface .corporate-award-tab span {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: var(--ds-text-primary);
	font-size: 0.9rem;
	font-weight: 750;
	letter-spacing: -0.01em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

html.corporate-surface .corporate-award-tab small {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: var(--ds-text-muted);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.01em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

html.corporate-surface .corporate-award-tab.is-active {
	border-color: rgba(53, 208, 226, 0.34);
	background:
		linear-gradient(180deg, rgba(53, 208, 226, 0.14), rgba(53, 208, 226, 0.04)),
		rgba(5, 8, 22, 0.62);
	box-shadow:
		0 14px 34px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
	color: var(--ds-primary);
}

html.corporate-surface .corporate-award-tab.is-active span,
html.corporate-surface .corporate-award-tab.is-active small {
	color: var(--ds-primary);
}

.ranking-entry-card.is-current-user {
	border-color: rgba(53, 208, 226, 0.44);
	box-shadow: 0 14px 36px rgba(53, 208, 226, 0.14);
}

.ranking-entry-card.is-leader,
.ranking-entry-card.is-top-3 {
	border-color: rgba(53, 208, 226, 0.38);
}

.ranking-mode-chip {
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.04), rgba(245, 245, 244, 0.012)),
		rgba(5, 8, 22, 0.52);
	border-color: var(--ds-border-subtle);
	color: var(--ds-text-secondary);
}

.ranking-mode-chip.is-active,
.ranking-mode-chip:hover {
	background:
		linear-gradient(180deg, rgba(53, 208, 226, 0.12), rgba(53, 208, 226, 0.035)),
		rgba(5, 8, 22, 0.45);
	border-color: rgba(53, 208, 226, 0.28);
	color: var(--ds-primary);
}

.ranking-search-input {
	background: rgba(5, 8, 22, 0.72);
}

html.corporate-surface .ranking-page--casazar {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 88% 3%, rgba(214, 179, 106, 0.07), transparent 30%),
		radial-gradient(circle at 8% 34%, rgba(231, 215, 177, 0.04), transparent 24%),
		linear-gradient(180deg, rgba(5, 8, 22, 0), rgba(5, 8, 22, 0.3));
}

html.corporate-surface .ranking-page--casazar .ranking-hero {
	position: relative;
	grid-template-columns: minmax(0, 1fr) minmax(190px, 320px);
	overflow: hidden;
	border-color: rgba(231, 215, 177, 0.18);
	background:
		radial-gradient(circle at 86% 48%, rgba(214, 179, 106, 0.12), transparent 33%),
		radial-gradient(circle at 16% 16%, rgba(245, 245, 244, 0.035), transparent 24%),
		linear-gradient(135deg, rgba(12, 18, 36, 0.985), rgba(5, 8, 22, 0.955));
	box-shadow:
		0 32px 90px rgba(0, 0, 0, 0.32),
		0 0 42px rgba(214, 179, 106, 0.045),
		inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

html.corporate-surface .ranking-page--casazar .ranking-hero::before {
	background:
		linear-gradient(90deg, rgba(214, 179, 106, 0.075), transparent 38%),
		linear-gradient(rgba(245, 245, 244, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(214, 179, 106, 0.02) 1px, transparent 1px);
	background-size: auto, 68px 68px, 68px 68px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.68) 64%, transparent 100%);
}

html.corporate-surface .ranking-page--casazar .ranking-hero__content,
html.corporate-surface .ranking-page--casazar .ranking-hero__actions {
	position: relative;
	z-index: 3;
}

html.corporate-surface .ranking-page--casazar .ranking-hero__actions--casazar-agave {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: auto;
	min-width: 0;
	pointer-events: none;
}

html.corporate-surface .ranking-page--casazar .ranking-hero__lead .hero-accent,
html.corporate-surface .ranking-page--casazar .ranking-hero__lead .accent,
html.corporate-surface .ranking-page--casazar .ranking-hero__eyebrow {
	color: #35d0e2 !important;
}

.casazar-ranking-agave {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.casazar-ranking-agave__glow,
.casazar-ranking-agave__mark {
	position: absolute;
	pointer-events: none;
}

.casazar-ranking-agave__glow {
	top: 50%;
	right: -4%;
	width: clamp(310px, 34vw, 500px);
	height: clamp(310px, 34vw, 500px);
	border-radius: 999px;
	background:
		radial-gradient(circle at 50% 50%, rgba(241, 223, 167, 0.11), transparent 28%),
		radial-gradient(circle at 50% 50%, rgba(216, 184, 108, 0.16), transparent 62%);
	filter: blur(34px);
	opacity: 0.7;
	transform: translateY(-50%);
}

.casazar-ranking-agave__mark {
	top: 50%;
	right: -6%;
	width: clamp(260px, 30vw, 420px);
	height: auto;
	opacity: 0.12;
	transform: translateY(-50%);
	filter:
		blur(0.25px)
		saturate(1.08)
		drop-shadow(0 0 28px rgba(214, 179, 106, 0.12));
}

html.corporate-surface .ranking-page--casazar .ranking-insight-card,
html.corporate-surface .ranking-page--casazar .ranking-board,
html.corporate-surface .ranking-page--casazar .ranking-empty,
html.corporate-surface .ranking-page--casazar .ranking-placeholder,
html.corporate-surface .ranking-page--casazar .ranking-search-empty,
html.corporate-surface .ranking-page--casazar .ranking-self-bar,
html.corporate-surface .ranking-page--casazar .ranking-entry-card,
html.corporate-surface .ranking-page--casazar .ranking-mode-chips,
html.corporate-surface .ranking-page--casazar .corporate-award-tabs {
	border-color: rgba(231, 215, 177, 0.13);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.04), transparent 46%),
		radial-gradient(circle at 88% 14%, rgba(214, 179, 106, 0.055), transparent 34%),
		rgba(5, 8, 22, 0.58);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

html.corporate-surface .ranking-page--casazar .ranking-board {
	position: relative;
	overflow: hidden;
}

html.corporate-surface .ranking-page--casazar .ranking-board::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(115deg, transparent 8%, rgba(245, 237, 203, 0.052) 46%, transparent 68%),
		linear-gradient(rgba(245, 245, 244, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(214, 179, 106, 0.018) 1px, transparent 1px);
	background-size: auto, 60px 60px, 60px 60px;
	opacity: 0.68;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 66%, transparent 100%);
}

html.corporate-surface .ranking-page--casazar .ranking-board > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .ranking-page--casazar .ranking-board__header--casazar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(1rem, 3vw, 2rem);
	align-items: start;
	margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

html.corporate-surface .ranking-page--casazar .ranking-board__header--casazar .ranking-board__heading {
	max-width: 610px;
}

html.corporate-surface .ranking-page--casazar .ranking-board__header--casazar .ranking-board-label {
	margin-bottom: 0.5rem !important;
}

html.corporate-surface .ranking-page--casazar .ranking-board__header--casazar .section-title {
	max-width: 580px;
	margin-bottom: 0;
	line-height: 1;
}

html.corporate-surface .ranking-page--casazar .ranking-board__header--casazar .ranking-board__story {
	max-width: 480px;
	margin: 0.55rem 0 0;
}

html.corporate-surface .ranking-page--casazar .ranking-board__header--casazar .ranking-board__actions {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 0.65rem;
	min-width: 132px;
}

html.corporate-surface .ranking-page--casazar .ranking-board__casazar-logo {
	display: block;
	width: clamp(96px, 10vw, 126px);
	height: auto;
	opacity: 0.86;
	filter:
		saturate(1.04)
		drop-shadow(0 0 14px rgba(214, 179, 106, 0.12));
}

html.corporate-surface .ranking-page--casazar .ranking-board__header--casazar .badge-muted {
	border-color: rgba(231, 215, 177, 0.16);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.035), transparent 58%),
		rgba(5, 8, 22, 0.46);
	color: rgba(231, 215, 177, 0.76);
	font-size: 0.78rem;
	box-shadow: inset 0 1px 0 rgba(245, 237, 203, 0.045);
}

html.corporate-surface .ranking-page--casazar .ranking-insight-value,
html.corporate-surface .ranking-page--casazar .ranking-board .section-title,
html.corporate-surface .ranking-page--casazar .ranking-entry-name,
html.corporate-surface .ranking-page--casazar .ranking-name strong,
html.corporate-surface .ranking-page--casazar .ranking-self-name {
	color: #f7f4ec;
}

html.corporate-surface .ranking-page--casazar .ranking-insight-label,
html.corporate-surface .ranking-page--casazar .ranking-board-label,
html.corporate-surface .ranking-page--casazar .ranking-entry-position,
html.corporate-surface .ranking-page--casazar .ranking-position span,
html.corporate-surface .ranking-page--casazar .ranking-entry-points,
html.corporate-surface .ranking-page--casazar .ranking-points strong,
html.corporate-surface .ranking-page--casazar .ranking-gap.is-leader strong {
	color: #35d0e2;
}

html.corporate-surface .ranking-page--casazar .ranking-insight-text,
html.corporate-surface .ranking-page--casazar .ranking-board__story,
html.corporate-surface .ranking-page--casazar .ranking-entry-position-label,
html.corporate-surface .ranking-page--casazar .ranking-entry-points-label,
html.corporate-surface .ranking-page--casazar .ranking-mobile-meta,
html.corporate-surface .ranking-page--casazar .ranking-stat span,
html.corporate-surface .ranking-page--casazar .ranking-gap span,
html.corporate-surface .ranking-page--casazar .ranking-movement span,
html.corporate-surface .ranking-page--casazar .ranking-self-stats,
html.corporate-surface .ranking-page--casazar .ranking-self-gap {
	color: rgba(226, 232, 240, 0.62);
}

html.corporate-surface .ranking-page--casazar .ranking-mode-chip,
html.corporate-surface .ranking-page--casazar .corporate-award-tab,
html.corporate-surface .ranking-page--casazar .podium-badge,
html.corporate-surface .ranking-page--casazar .podium-badge-main,
html.corporate-surface .ranking-page--casazar .you-badge,
html.corporate-surface .ranking-page--casazar .ranking-self-badge {
	border-color: rgba(231, 215, 177, 0.18);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.03), transparent 54%),
		rgba(5, 8, 22, 0.56);
	color: #e7d7b1;
}

html.corporate-surface .ranking-page--casazar .ranking-mode-chip:hover,
html.corporate-surface .ranking-page--casazar .corporate-award-tab:hover,
html.corporate-surface .ranking-page--casazar .corporate-award-tab:focus-visible {
	border-color: rgba(214, 179, 106, 0.34);
	color: #f7f4ec;
}

html.corporate-surface .ranking-page--casazar .ranking-mode-chip.is-active,
html.corporate-surface .ranking-page--casazar .corporate-award-tab.is-active,
html.corporate-surface .ranking-page--casazar .podium-badge-main {
	border-color: rgba(231, 215, 177, 0.44);
	background: linear-gradient(135deg, #c7f7ff, #35d0e2);
	color: #07101f;
	box-shadow: 0 16px 32px rgba(214, 179, 106, 0.16);
}

html.corporate-surface .ranking-page--casazar .corporate-award-tab.is-active span,
html.corporate-surface .ranking-page--casazar .corporate-award-tab.is-active small {
	color: #07101f;
}

html.corporate-surface .ranking-page--casazar .ranking-search-input,
html.corporate-surface .ranking-page--casazar .ranking-search-input-wrap {
	border-color: rgba(231, 215, 177, 0.16);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.025), transparent 60%),
		rgba(5, 8, 22, 0.62);
	color: #f7f4ec;
}

html.corporate-surface .ranking-page--casazar .ranking-search-input:focus {
	border-color: rgba(214, 179, 106, 0.42);
	box-shadow: 0 0 0 4px rgba(214, 179, 106, 0.08);
}

html.corporate-surface .ranking-page--casazar .ranking-avatar {
	border-color: rgba(231, 215, 177, 0.18);
	background:
		radial-gradient(circle at 50% 0%, rgba(214, 179, 106, 0.16), transparent 58%),
		rgba(5, 8, 22, 0.64);
	color: #e7d7b1;
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

html.corporate-surface .ranking-page--casazar .ranking-avatar.is-leader {
	border-color: rgba(214, 179, 106, 0.4);
	background:
		radial-gradient(circle at 50% 0%, rgba(245, 237, 203, 0.26), transparent 58%),
		rgba(5, 8, 22, 0.72);
	box-shadow:
		0 0 28px rgba(214, 179, 106, 0.12),
		inset 0 1px 0 rgba(245, 245, 244, 0.08);
}

html.corporate-surface .ranking-page--casazar .ranking-avatar.is-leader i {
	color: #c7f7ff;
	background: none;
	-webkit-text-fill-color: currentColor;
	filter: drop-shadow(0 0 10px rgba(214, 179, 106, 0.24));
}

html.corporate-surface .ranking-page--casazar .ranking-entry-card {
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

html.corporate-surface .ranking-page--casazar .ranking-entry-card:hover {
	border-color: rgba(214, 179, 106, 0.3);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.052), transparent 50%),
		radial-gradient(circle at 88% 14%, rgba(214, 179, 106, 0.075), transparent 34%),
		rgba(5, 8, 22, 0.64);
	box-shadow:
		0 28px 78px rgba(0, 0, 0, 0.34),
		0 0 30px rgba(214, 179, 106, 0.06),
		inset 0 1px 0 rgba(245, 245, 244, 0.055);
	transform: translateY(-2px);
}

html.corporate-surface .ranking-page--casazar .ranking-entry-card.is-leader,
html.corporate-surface .ranking-page--casazar .ranking-entry-card.is-rank-1 {
	border-color: rgba(216, 184, 108, 0.38);
	background:
		radial-gradient(circle at 92% 14%, rgba(216, 184, 108, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(245, 237, 203, 0.06), transparent 52%),
		rgba(5, 8, 22, 0.72);
	box-shadow:
		0 0 0 1px rgba(216, 184, 108, 0.08),
		0 24px 64px rgba(0, 0, 0, 0.3),
		0 18px 45px rgba(216, 184, 108, 0.08),
		inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

html.corporate-surface .ranking-page--casazar .ranking-entry-card.is-leader::before,
html.corporate-surface .ranking-page--casazar .ranking-entry-card.is-rank-1::before {
	top: 14%;
	bottom: 14%;
	inset-inline-start: 0;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, transparent, #35d0e2, transparent);
}

html.corporate-surface .ranking-page--casazar .ranking-entry-card.is-current-user {
	border-color: rgba(231, 215, 177, 0.32);
	box-shadow:
		0 0 0 1px rgba(231, 215, 177, 0.08),
		0 20px 56px rgba(0, 0, 0, 0.26);
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board {
	position: relative;
	overflow: hidden;
	border-color: rgba(231, 215, 177, 0.13);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.04), transparent 46%),
		radial-gradient(circle at 88% 14%, rgba(214, 179, 106, 0.055), transparent 34%),
		rgba(5, 8, 22, 0.58);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(115deg, transparent 8%, rgba(245, 237, 203, 0.052) 46%, transparent 68%),
		linear-gradient(rgba(245, 245, 244, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(214, 179, 106, 0.018) 1px, transparent 1px);
	background-size: auto, 60px 60px, 60px 60px;
	opacity: 0.68;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 66%, transparent 100%);
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .casazar-picks-board__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(1rem, 3vw, 2rem);
	align-items: start;
	margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .ranking-board__heading {
	max-width: 610px;
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .ranking-board-label {
	margin-bottom: 0.5rem !important;
	color: #35d0e2;
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .section-title {
	max-width: 580px;
	margin-bottom: 0;
	color: #f7f4ec;
	line-height: 1;
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .ranking-board__story {
	max-width: 480px;
	margin: 0.55rem 0 0;
	color: rgba(226, 232, 240, 0.62);
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .ranking-board__actions {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 0.65rem;
	min-width: 132px;
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .casazar-picks-board__logo {
	width: clamp(96px, 10vw, 126px);
	opacity: 0.86;
	filter:
		saturate(1.04)
		drop-shadow(0 0 14px rgba(214, 179, 106, 0.12));
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .casazar-picks-board__controls {
	margin-top: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .casazar-picks-board__controls::before {
	display: none;
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .matches-filter-grid {
	grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
	gap: 0.9rem;
	margin-top: 0.9rem;
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .search-field .form-control-premium,
html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board select.form-control-premium {
	min-height: 56px;
	border-radius: 18px;
	border-color: rgba(231, 215, 177, 0.16);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.025), transparent 60%),
		rgba(5, 8, 22, 0.62);
	color: #f7f4ec;
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board .predictions-progress-inline {
	border-color: rgba(231, 215, 177, 0.14);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.026), transparent 58%),
		rgba(5, 8, 22, 0.46);
}

html.corporate-surface .play-page.play-page--casazar .predictions-panel.casazar-picks-board [data-prediction-stage] > .play-stage-section__header--casazar {
	display: none;
}

.prediction-card,
.match-card,
.play-panel,
.play-hero-metric,
.score-box,
.team-flag-fallback,
.user-prediction-chip,
.match-timeline-card {
	background: rgba(17, 24, 39, 0.86);
	border-color: var(--ds-border-subtle);
	color: var(--ds-text-primary);
}

.prediction-card.is-live,
.match-card.is-live,
.admin-kpi.is-live {
	border-color: rgba(53, 208, 226, 0.38);
	box-shadow: var(--shadow-glow);
}

html.corporate-surface .participant-predictions-page .participant-profile-page__hero,
html.corporate-surface .participant-predictions-page .participant-profile-page__filters,
html.corporate-surface .participant-predictions-page .participant-profile-page__list {
	border: 1px solid rgba(53, 208, 226, 0.18);
	background:
		linear-gradient(180deg, rgba(53, 208, 226, 0.04), transparent 42%),
		rgba(11, 18, 32, 0.82);
	box-shadow: var(--shadow-corporate-panel);
}

html.corporate-surface .participant-predictions-page .participant-profile-page__filters {
	padding-block: 18px;
}

html.corporate-surface .participant-predictions-page .participant-profile-page__list {
	display: grid;
	gap: 12px;
}

html.corporate-surface .participant-predictions-page .prediction-profile-avatar {
	border: 1px solid rgba(53, 208, 226, 0.28);
	background:
		radial-gradient(circle at 30% 20%, rgba(245, 245, 244, 0.18), transparent 28%),
		linear-gradient(135deg, rgba(53, 208, 226, 0.2), rgba(53, 208, 226, 0.12));
	color: var(--ds-text-primary);
	box-shadow: var(--shadow-glow);
}

html.corporate-surface .participant-predictions-page .ranking-hero__lead,
html.corporate-surface .participant-predictions-page .prediction-profile-modal__title,
html.corporate-surface .participant-predictions-page .viewer-prediction-match,
html.corporate-surface .participant-predictions-page .viewer-prediction-team,
html.corporate-surface .participant-predictions-page .viewer-prediction-pick strong,
html.corporate-surface .participant-predictions-page .viewer-prediction-points {
	color: var(--ds-text-primary);
}

html.corporate-surface .participant-predictions-page .ranking-hero__copy,
html.corporate-surface .participant-predictions-page .viewer-prediction-pick,
html.corporate-surface .participant-predictions-page .viewer-prediction-pick span,
html.corporate-surface .participant-predictions-page .viewer-prediction-pick small,
html.corporate-surface .participant-predictions-page .viewer-prediction-result__state span,
html.corporate-surface .participant-predictions-page .prediction-profile-empty {
	color: var(--ds-text-muted);
}

html.corporate-surface .participant-predictions-page .prediction-profile-summary-card {
	border-color: rgba(156, 163, 175, 0.14);
	background: var(--ds-surface-soft);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .participant-predictions-page .prediction-profile-summary-card span {
	color: var(--ds-text-muted);
}

html.corporate-surface .participant-predictions-page .prediction-profile-summary-card strong {
	color: var(--ds-primary);
}

html.corporate-surface .participant-predictions-page .prediction-profile-tabs {
	margin: 0;
}

html.corporate-surface .participant-predictions-page .prediction-profile-tab {
	border-color: rgba(156, 163, 175, 0.18);
	background: rgba(5, 8, 22, 0.58);
	color: var(--ds-text-secondary);
	box-shadow: none;
}

html.corporate-surface .participant-predictions-page .prediction-profile-tab span {
	color: var(--ds-accent);
}

html.corporate-surface .participant-predictions-page .prediction-profile-tab.is-active,
html.corporate-surface .participant-predictions-page .prediction-profile-tab:hover {
	border-color: rgba(53, 208, 226, 0.32);
	background:
		linear-gradient(180deg, rgba(53, 208, 226, 0.14), rgba(53, 208, 226, 0.045)),
		rgba(5, 8, 22, 0.72);
	color: var(--ds-primary);
}

html.corporate-surface .participant-predictions-page .viewer-prediction-card,
html.corporate-surface .participant-predictions-page .prediction-profile-match {
	border-color: rgba(156, 163, 175, 0.14);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.055), rgba(53, 208, 226, 0.025)),
		rgba(17, 24, 39, 0.86);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface .participant-predictions-page .prediction-profile-match.is-hidden {
	background:
		linear-gradient(135deg, rgba(156, 163, 175, 0.055), rgba(17, 24, 39, 0.92)),
		rgba(5, 8, 22, 0.68);
}

html.corporate-surface .participant-predictions-page .viewer-prediction-card.is-live {
	border-color: rgba(53, 208, 226, 0.38);
	box-shadow: var(--shadow-glow);
}

html.corporate-surface .participant-predictions-page .viewer-prediction-meta {
	color: var(--ds-accent);
	letter-spacing: 0.1em;
}

html.corporate-surface .participant-predictions-page .prediction-profile-versus {
	color: rgba(209, 213, 219, 0.58);
}

html.corporate-surface .participant-predictions-page .prediction-profile-flag {
	border: 1px solid rgba(245, 245, 244, 0.22);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

html.corporate-surface .participant-predictions-page .prediction-profile-flag--fallback {
	background: rgba(53, 208, 226, 0.12);
	color: var(--ds-accent);
}

html.corporate-surface .participant-predictions-page .viewer-prediction-result__state strong {
	background: rgba(245, 245, 244, 0.07);
	color: var(--ds-text-secondary);
}

html.corporate-surface .participant-predictions-page .prediction-profile-skeleton__hero,
html.corporate-surface .participant-predictions-page .prediction-profile-skeleton__stats,
html.corporate-surface .participant-predictions-page .prediction-profile-skeleton__row {
	border-color: rgba(156, 163, 175, 0.14);
	background: linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.76));
}

.site-footer {
	background:
		linear-gradient(180deg, rgba(5, 8, 22, 0.78), rgba(5, 8, 22, 0.96)),
		var(--ds-bg);
	border-top: 1px solid rgba(53, 208, 226, 0.1);
	color: var(--ds-text-muted);
}

.site-footer__inner {
	padding-block: 0.35rem;
}

.site-footer__content {
	max-width: 780px;
}

.site-footer__copy {
	color: var(--ds-text-muted);
	font-size: 0.95rem;
}

.site-footer__link {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.22rem 0;
	color: var(--ds-text-secondary);
	font-weight: 800;
	text-decoration: none;
}

.site-footer__link:hover {
	color: var(--ds-primary);
}

.site-footer__link--brand {
	color: var(--ds-text-primary);
}

.site-footer__action.pwa-install-btn {
	border-color: rgba(53, 208, 226, 0.24);
	color: var(--ds-text-secondary);
}

@media (max-width: 767.98px) {
	.site-footer {
		text-align: left;
	}

	.site-footer__inner {
		gap: 1.2rem;
	}

	.site-footer__content {
		width: 100%;
	}

	.site-footer__links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.55rem;
	}

	.site-footer__link {
		justify-content: center;
		min-height: 2.55rem;
		padding: 0.55rem 0.7rem;
		border: 1px solid rgba(156, 163, 175, 0.12);
		border-radius: 14px;
		background: rgba(11, 18, 32, 0.55);
	}

	.site-footer__link--brand {
		grid-column: 1 / -1;
	}

	.site-footer__action.pwa-install-btn {
		width: 100%;
		max-width: none;
		justify-content: center;
	}
}

.cookie-consent,
.pwa-install-modal__content {
	background:
		radial-gradient(circle at 0% 0%, rgba(53, 208, 226, 0.12), transparent 34%),
		radial-gradient(circle at 100% 0%, rgba(53, 208, 226, 0.1), transparent 30%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.98));
	border: 1px solid var(--ds-border-strong);
	color: var(--ds-text-primary);
}

.cookie-consent {
	border-radius: 8px;
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.32),
		0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.cookie-consent__orb {
	border-radius: 8px;
	background:
		radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.36), transparent 22%),
		linear-gradient(135deg, rgba(53, 208, 226, 0.82), rgba(53, 208, 226, 0.68));
	box-shadow:
		0 14px 34px rgba(53, 208, 226, 0.16),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.cookie-consent__orb::before {
	inset: 12px 13px;
	width: auto;
	height: auto;
	border: 2px solid rgba(5, 8, 22, 0.82);
	border-top: 0;
	border-radius: 0 0 12px 12px;
	background: transparent;
	box-shadow: none;
}

.cookie-consent__orb::after {
	left: 15px;
	top: 10px;
	right: auto;
	bottom: auto;
	width: 14px;
	height: 10px;
	border: 2px solid rgba(5, 8, 22, 0.82);
	border-bottom: 0;
	border-radius: 999px 999px 0 0;
}

.cookie-consent__title {
	color: var(--ds-text-primary);
}

.cookie-consent__eyebrow,
.cookie-consent__link {
	color: var(--ds-primary);
}

.cookie-consent__copy,
.cookie-consent__legal,
.pwa-install-modal__copy {
	color: var(--ds-text-muted);
}

html.corporate-surface .pwa-install-modal__title {
	color: var(--ds-text-primary);
	letter-spacing: 0;
}

html.corporate-surface .pwa-install-step {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
		rgba(5, 8, 22, 0.58);
	border-color: rgba(53, 208, 226, 0.18);
}

html.corporate-surface .pwa-install-step__visual {
	background:
		radial-gradient(circle at 50% 30%, rgba(53, 208, 226, 0.2), transparent 36%),
		linear-gradient(135deg, rgba(8, 17, 34, 0.88), rgba(13, 30, 48, 0.72)),
		linear-gradient(90deg, rgba(53, 208, 226, 0.07) 1px, transparent 1px),
		linear-gradient(180deg, rgba(53, 208, 226, 0.07) 1px, transparent 1px);
	background-size: auto, auto, 22px 22px, 22px 22px;
	box-shadow: inset 0 0 0 1px rgba(53, 208, 226, 0.12);
}

html.corporate-surface .pwa-install-step__index,
html.corporate-surface .pwa-install-step__icon {
	background: linear-gradient(135deg, #f4d880, #35d0e2);
	color: #101522;
}

html.corporate-surface .pwa-install-step__body strong {
	color: #35d0e2;
}

html.corporate-surface .pwa-install-step p {
	color: rgba(248, 250, 252, 0.9);
}

.cookie-consent__accept {
	background: linear-gradient(135deg, #f4d880, #35d0e2);
	color: #101522;
	box-shadow: 0 14px 32px rgba(53, 208, 226, 0.16);
}

.cookie-consent__reject {
	background: rgba(255, 255, 255, 0.07);
	color: rgba(248, 250, 252, 0.88);
	border-color: rgba(148, 163, 184, 0.16);
}

html.corporate-surface .legal-page {
	background:
		radial-gradient(circle at 10% 0%, rgba(53, 208, 226, 0.07), transparent 30%),
		radial-gradient(circle at 88% 8%, rgba(53, 208, 226, 0.08), transparent 28%),
		var(--ds-bg);
}

html.corporate-surface .legal-container {
	max-width: 1040px;
}

html.corporate-surface .legal-hero,
html.corporate-surface .legal-card,
html.corporate-surface .legal-section--highlight,
html.corporate-surface .corporate-legal-callout,
html.corporate-surface .corporate-legal-annex,
html.corporate-surface .corporate-legal-warning,
html.corporate-surface .corporate-legal-section {
	border: 1px solid var(--ds-border-strong);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(11, 18, 32, 0.86)),
		rgba(15, 23, 42, 0.82);
	box-shadow: var(--shadow-corporate-panel);
	color: var(--ds-text-primary);
}

html.corporate-surface .legal-hero {
	position: relative;
	overflow: hidden;
}

html.corporate-surface .legal-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 88% 12%, rgba(53, 208, 226, 0.11), transparent 28%),
		linear-gradient(135deg, rgba(53, 208, 226, 0.06), transparent 38%);
}

html.corporate-surface .legal-hero > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .legal-hero h1,
html.corporate-surface .legal-section h2 {
	color: var(--ds-text-primary);
}

html.corporate-surface .legal-section h3 {
	margin: 1.35rem 0 0.45rem;
	color: var(--ds-primary);
	font-size: clamp(1rem, 2vw, 1.18rem);
	font-weight: 800;
	letter-spacing: -0.01em;
}

html.corporate-surface .legal-section h4 {
	margin: 1rem 0 0.35rem;
	color: var(--ds-text-primary);
	font-size: 0.95rem;
	font-weight: 850;
	letter-spacing: 0;
}

html.corporate-surface .legal-hero p:last-child,
html.corporate-surface .legal-section p,
html.corporate-surface .legal-section li {
	color: rgba(226, 232, 240, 0.82);
}

html.corporate-surface .legal-section + .legal-section {
	border-top-color: var(--ds-border-subtle);
}

html.corporate-surface .legal-section ul {
	list-style: none;
	padding-left: 0;
}

html.corporate-surface .legal-section li {
	position: relative;
	padding-left: 1.05rem;
}

html.corporate-surface .legal-section li + li {
	margin-top: 0.42rem;
}

html.corporate-surface .legal-section li::before {
	content: "";
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: var(--ds-primary);
	box-shadow: 0 0 12px rgba(53, 208, 226, 0.22);
}

html.corporate-surface .legal-section--highlight,
html.corporate-surface .corporate-legal-warning,
html.corporate-surface .corporate-legal-annex {
	border-color: rgba(53, 208, 226, 0.24);
	background:
		radial-gradient(circle at 92% 0%, rgba(53, 208, 226, 0.1), transparent 32%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.9));
}

html.corporate-surface .corporate-legal-warning {
	border-color: rgba(53, 208, 226, 0.34);
}

html.corporate-surface .corporate-legal-annex h3 {
	padding-top: 1rem;
	border-top: 1px solid rgba(156, 163, 175, 0.14);
}

html.corporate-surface .corporate-legal-annex h3:first-of-type {
	padding-top: 0;
	border-top: 0;
}

html.corporate-surface .legal-contact-link,
html.corporate-surface .legal-consent-card a,
html.corporate-surface .legal-awareness-copy a {
	color: var(--ds-primary);
}

html.corporate-surface .legal-consent-card,
html.corporate-surface .legal-consent-card--organizer {
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(11, 18, 32, 0.78)),
		rgba(15, 23, 42, 0.82);
	border-color: var(--ds-border-strong);
	box-shadow: var(--shadow-soft);
	color: var(--ds-text-primary);
}

html.corporate-surface .legal-consent-card strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .legal-consent-card small,
html.corporate-surface .legal-awareness-copy,
html.corporate-surface .prize-note--legal {
	color: rgba(226, 232, 240, 0.78);
}

html.corporate-surface .google-confirm-card {
	border-color: rgba(231, 215, 177, 0.2);
	background:
		radial-gradient(circle at 18% 0%, rgba(245, 237, 203, 0.1), transparent 30%),
		radial-gradient(circle at 88% 20%, rgba(214, 179, 106, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 42%),
		linear-gradient(145deg, rgba(12, 18, 36, 0.98), rgba(5, 8, 22, 0.93));
	box-shadow:
		0 30px 86px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(245, 237, 203, 0.035) inset,
		inset 0 1px 0 rgba(245, 245, 244, 0.07);
}

html.corporate-surface .google-confirm-card .legal-consent-card {
	border-color: rgba(231, 215, 177, 0.18);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.045), rgba(5, 8, 22, 0.22)),
		rgba(5, 8, 22, 0.44);
	box-shadow: inset 0 1px 0 rgba(245, 237, 203, 0.055);
}

/* Corporate dashboard polish */
.home-world-status,
.home-status-alert,
.home-context-card {
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.96) 0%, rgba(11, 18, 32, 0.94) 100%),
		var(--ds-surface);
	border-color: rgba(53, 208, 226, 0.14);
	box-shadow: var(--shadow-card);
}

.home-world-status__intro .section-title,
.home-status-alert h2,
.home-context-card .section-title {
	color: var(--ds-text-primary);
}

.home-world-status__intro .section-copy,
.home-status-alert p,
.home-context-card p {
	color: var(--ds-text-muted);
}

.home-world-metric,
.metric-card-contextual,
.pools-hero-subcard,
.home-pool-preview,
.home-pool-preview--competitive,
.activation-step {
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(11, 18, 32, 0.92) 100%),
		var(--ds-surface);
	border: 1px solid var(--ds-border-subtle);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
	color: var(--ds-text-primary);
}

.home-world-metric:hover,
.metric-card-contextual:hover,
.pools-hero-subcard:hover,
.home-pool-preview:hover,
.activation-step:hover {
	border-color: rgba(53, 208, 226, 0.28);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04), 0 14px 34px rgba(53, 208, 226, 0.08);
	transform: translateY(-1px);
}

.home-world-metric span,
.metric-card-contextual .metric-card__label,
.pools-hero-subcard span,
.home-pool-preview span,
.home-pool-preview__meta,
.home-pool-preview__footer span:first-child,
.activation-step p {
	color: var(--ds-text-muted);
}

.home-world-metric strong,
.metric-card-contextual .stat-number,
.metric-card-contextual .metric-card__value,
.pools-hero-subcard strong,
.home-pool-preview__topline strong,
.home-pool-preview--competitive p {
	color: var(--ds-text-primary);
}

.home-world-metric strong,
.pools-hero-subcard strong,
.metric-card-contextual .stat-number {
	color: var(--ds-primary);
}

.home-pool-preview__footer {
	border-top-color: var(--ds-border-subtle);
}

.home-pool-preview__footer span:last-child {
	color: var(--ds-primary);
}

.activation-step span {
	background: rgba(53, 208, 226, 0.16);
	border: 1px solid rgba(53, 208, 226, 0.36);
	box-shadow: none;
	color: var(--ds-primary);
}

.pools-hero-stats span,
.eyebrow-pill,
.section-eyebrow {
	background: rgba(11, 18, 32, 0.82);
	border: 1px solid rgba(156, 163, 175, 0.18);
	color: var(--ds-text-secondary);
}

.pools-hero-stats strong {
	color: var(--ds-primary);
}

.pool-card,
.dashboard-pool-card,
.pool-switch-card,
.home-pool-preview {
	overflow: hidden;
}

html.corporate-surface .pool-switch-layout--empty {
	grid-template-columns: minmax(0, 760px);
	justify-content: center;
	max-width: 820px;
	margin-inline: auto;
}

html.corporate-surface .pool-switch-layout--empty .pool-switch-list,
html.corporate-surface .pool-switch-layout--empty .join-pool-card {
	width: 100%;
}

html.corporate-surface .pool-switch-layout--empty .join-pool-card {
	position: static;
}

html.corporate-surface .pool-switch-layout--empty .empty-state-wide {
	min-height: 0;
	padding: clamp(1.2rem, 2vw, 1.55rem);
}

html.corporate-surface .pools-page .pool-switch-layout {
	gap: clamp(1rem, 2vw, 1.5rem);
	padding-bottom: clamp(3rem, 7vw, 5rem);
}

html.corporate-surface .pools-page .pool-switch-layout .join-pool-card {
	background:
		radial-gradient(circle at 0% 0%, rgba(53, 208, 226, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.034), transparent 46%),
		var(--ds-surface-elevated);
	border-color: rgba(53, 208, 226, 0.14);
}

html.corporate-surface .join-success-page {
	padding: clamp(2rem, 4vw, 3.25rem) 0 clamp(4rem, 7vw, 6rem);
}

html.corporate-surface .join-success-page__container {
	max-width: 980px;
}

html.corporate-surface .join-success-card {
	padding: clamp(2rem, 4vw, 3.35rem);
	background:
		radial-gradient(circle at 50% 0%, rgba(53, 208, 226, 0.1), transparent 34%),
		radial-gradient(circle at 88% 18%, rgba(53, 208, 226, 0.08), transparent 36%),
		linear-gradient(145deg, rgba(17, 24, 39, 0.94), var(--ds-surface-strong));
	border: 1px solid rgba(53, 208, 226, 0.2);
	box-shadow: var(--shadow-corporate-panel);
}

html.corporate-surface .join-success-card::before {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(53, 208, 226, 0.56), rgba(53, 208, 226, 0.34), transparent);
}

html.corporate-surface .join-success-icon {
	width: 74px;
	height: 74px;
	margin-bottom: 1.15rem;
	border-radius: 22px;
	background:
		radial-gradient(circle at 66% 28%, rgba(53, 208, 226, 0.18), transparent 40%),
		linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(5, 8, 22, 0.96));
	border: 1px solid rgba(53, 208, 226, 0.22);
	color: var(--ds-primary);
	font-size: 2rem;
	box-shadow:
		0 18px 42px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
}

html.corporate-surface .join-success-badge {
	margin-bottom: 1rem;
	background: rgba(255, 184, 77, 0.1);
	border: 1px solid rgba(255, 184, 77, 0.24);
	color: var(--ds-warning);
	letter-spacing: 0.02em;
}

html.corporate-surface .join-success-title {
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans);
	font-size: clamp(2.6rem, 6.4vw, 4.85rem);
	letter-spacing: -0.055em;
}

html.corporate-surface .join-success-subtitle {
	color: var(--ds-text-primary);
	font-weight: 800;
}

html.corporate-surface .join-success-copy {
	color: var(--ds-text-muted);
	font-weight: 700;
}

html.corporate-surface .join-success-summary {
	gap: 0.85rem;
	margin-top: clamp(1.35rem, 3vw, 1.9rem);
	max-width: 780px;
}

html.corporate-surface .join-success-summary > div {
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(5, 8, 22, 0.84));
	border: 1px solid var(--ds-border-subtle);
	box-shadow:
		inset 0 1px 0 rgba(245, 245, 244, 0.045),
		0 14px 34px rgba(0, 0, 0, 0.2);
}

html.corporate-surface .join-success-summary span {
	color: rgba(209, 213, 219, 0.7);
	letter-spacing: 0.08em;
}

html.corporate-surface .join-success-summary strong {
	color: var(--ds-text-primary);
}

html.corporate-surface .join-success-summary > div:last-child strong {
	color: var(--ds-primary);
}

html.corporate-surface .join-success-actions {
	margin-top: clamp(1.35rem, 3vw, 1.9rem);
}

html.corporate-surface .join-success-actions .btn-secondary-soft {
	border-color: rgba(53, 208, 226, 0.2);
	background: rgba(5, 8, 22, 0.42);
	color: var(--ds-text-secondary);
}

html.corporate-surface .join-success-actions .btn-secondary-soft:hover,
html.corporate-surface .join-success-actions .btn-secondary-soft:focus {
	border-color: rgba(53, 208, 226, 0.34);
	color: var(--ds-text-primary);
}

html.corporate-surface .join-success-next {
	margin-top: clamp(1.5rem, 3vw, 2.1rem);
	padding: clamp(1.15rem, 2.5vw, 1.45rem);
	background:
		linear-gradient(145deg, rgba(15, 23, 42, 0.88), rgba(11, 18, 32, 0.82));
	border: 1px solid rgba(156, 163, 175, 0.14);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

html.corporate-surface .join-success-next h2 {
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans);
	letter-spacing: -0.02em;
}

html.corporate-surface .join-success-next ol {
	color: var(--ds-text-secondary);
}

html.corporate-surface .join-success-next li::marker {
	color: var(--ds-primary);
}

.pool-status-badge {
	border: 1px solid var(--ds-border-subtle);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.04), rgba(245, 245, 244, 0.012)),
		rgba(5, 8, 22, 0.52);
	color: var(--ds-text-secondary);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

.member-status-active {
	background:
		radial-gradient(circle at 18% 50%, rgba(92, 242, 165, 0.12), transparent 46%),
		rgba(92, 242, 165, 0.055);
	border-color: rgba(92, 242, 165, 0.28);
	color: var(--ds-success);
}

.member-status-pending {
	background:
		radial-gradient(circle at 18% 50%, rgba(255, 184, 77, 0.12), transparent 46%),
		rgba(255, 184, 77, 0.055);
	border-color: rgba(255, 184, 77, 0.26);
	color: #ffd28a;
}

/* Corporate auth */
.corporate-auth-page {
	position: relative;
	display: grid;
	min-height: 100vh;
	place-items: center;
	padding: clamp(0.85rem, 2.5vw, 1.8rem);
	background:
		radial-gradient(circle at 50% 46%, rgba(53, 208, 226, 0.055), transparent 34%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.99), rgba(3, 6, 17, 0.98)),
		var(--ds-bg);
	overflow: hidden;
}

.casazar-bottle-silhouette {
	position: absolute;
	z-index: 0;
	top: 52%;
	left: 50%;
	width: clamp(178px, 20vw, 292px);
	height: min(84vh, 820px);
	opacity: 0.18;
	pointer-events: none;
	filter:
		blur(1.7px)
		drop-shadow(0 0 54px rgba(212, 175, 88, 0.16))
		drop-shadow(0 28px 80px rgba(0, 0, 0, 0.42));
	mask-image:
		linear-gradient(180deg, transparent 0%, #000 13%, #000 82%, transparent 100%),
		linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
	mask-composite: intersect;
}

.casazar-bottle-silhouette--left {
	transform: translate(-205%, -50%) rotate(-7deg);
}

.casazar-bottle-silhouette--right {
	transform: translate(105%, -50%) rotate(7deg);
}

.casazar-bottle-silhouette::before {
	content: "";
	position: absolute;
	inset: 9% -24% 8%;
	z-index: -1;
	border-radius: 999px;
	background:
		radial-gradient(circle at 50% 44%, rgba(53, 208, 226, 0.14), transparent 34%),
		radial-gradient(circle at 58% 56%, rgba(212, 175, 88, 0.075), transparent 52%);
	filter: blur(34px);
	opacity: 0.58;
}

.casazar-bottle-silhouette__svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.casazar-bottle-silhouette__body {
	stroke: rgba(53, 208, 226, 0.16);
	stroke-width: 1;
}

.casazar-bottle-silhouette__inner {
	stroke: rgba(245, 218, 157, 0.08);
	stroke-width: 1;
}

.casazar-bottle-silhouette__bands rect {
	fill: var(--casazar-band-fill);
	stroke: rgba(245, 234, 210, 0.11);
	stroke-width: 0.8;
}

.casazar-bottle-silhouette__bands rect:nth-child(even) {
	transform: translateX(4px);
	opacity: 0.82;
}

.casazar-bottle-silhouette__gold-tiles rect {
	fill: rgba(177, 148, 92, 0.2);
	stroke: rgba(231, 215, 177, 0.15);
	stroke-width: 0.7;
	filter: drop-shadow(0 0 8px rgba(212, 175, 88, 0.09));
}

.casazar-bottle-silhouette__label {
	fill: rgba(177, 148, 92, 0.16);
	stroke: rgba(231, 215, 177, 0.16);
	stroke-width: 0.9;
}

.casazar-bottle-silhouette__label-marks {
	fill: none;
	stroke: rgba(8, 10, 18, 0.62);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
	opacity: 0.62;
}

.casazar-bottle-silhouette__label-marks circle {
	fill: rgba(8, 10, 18, 0.56);
	stroke: none;
}

.casazar-bottle-silhouette__edge {
	fill: none;
	stroke: url(#casazarBottleEdge);
	stroke-width: 1.4;
	stroke-linecap: round;
	opacity: 0.7;
}

.casazar-bottle-silhouette__edge--right {
	opacity: 0.42;
}

.corporate-auth-card {
	position: relative;
	z-index: 1;
	width: min(100%, 440px);
	padding: clamp(1.1rem, 2.4vw, 1.55rem);
	border: 1px solid rgba(231, 215, 177, 0.16);
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.055), transparent 32%),
		linear-gradient(145deg, rgba(12, 18, 36, 0.95), rgba(5, 8, 22, 0.93));
	box-shadow:
		0 34px 90px rgba(0, 0, 0, 0.42),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
	overflow: hidden;
}

.corporate-auth-card__halo {
	position: absolute;
	width: 210px;
	height: 210px;
	right: -74px;
	top: -82px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(231, 215, 177, 0.08), transparent 68%);
	filter: blur(10px);
	pointer-events: none;
}

.corporate-auth-logo,
.corporate-auth-heading,
.corporate-auth-form,
.corporate-auth-divider,
.corporate-auth-google,
.corporate-auth-access,
.corporate-auth-footer {
	position: relative;
	z-index: 1;
}

.corporate-auth-logo {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
	color: var(--ds-text-primary);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.corporate-auth-logo__mark {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(53, 208, 226, 0.16);
	border-radius: 15px;
	background: rgba(5, 8, 22, 0.64);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.corporate-auth-logo__mark img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporate-auth-logo--casazar {
	justify-content: center;
	margin-bottom: 1.15rem;
}

.corporate-auth-logo__casazar {
	display: block;
	width: min(210px, 72%);
	height: auto;
	max-height: 86px;
	object-fit: contain;
}

.corporate-auth-eyebrow {
	margin: 0 0 0.35rem;
	color: #35d0e2;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.corporate-auth-title {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(1.55rem, 2.7vw, 1.95rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.corporate-auth-subtitle {
	max-width: 34rem;
	margin: 0.6rem 0 0.9rem;
	color: var(--ds-text-muted);
	font-size: 0.9rem;
	line-height: 1.4;
}

.corporate-auth-form {
	display: grid;
	gap: 0.75rem;
}

.corporate-auth-field {
	display: grid;
	gap: 0.45rem;
}

.corporate-auth-label {
	color: var(--ds-text-secondary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.corporate-auth-input.form-control-premium {
	min-height: 46px;
	border-color: rgba(231, 215, 177, 0.16);
	border-radius: 16px;
	background: rgba(5, 8, 22, 0.72);
}

.corporate-auth-input.form-control-premium:focus {
	border-color: rgba(214, 179, 106, 0.42);
	box-shadow: 0 0 0 0.18rem rgba(214, 179, 106, 0.1);
}

.corporate-auth-password-toggle {
	min-width: 46px;
	border: 1px solid rgba(231, 215, 177, 0.16);
	border-radius: 14px;
	background: rgba(11, 18, 32, 0.88);
	color: var(--ds-text-muted);
}

.corporate-auth-password-toggle:hover,
.corporate-auth-password-toggle:focus {
	border-color: rgba(214, 179, 106, 0.34);
	color: var(--ds-text-primary);
}

.corporate-auth-meta-row {
	display: flex;
	justify-content: flex-end;
	margin-top: -0.25rem;
}

.corporate-auth-meta-row a,
.corporate-auth-access a {
	color: #e7d7b1;
	font-weight: 800;
	text-decoration: none;
}

.corporate-auth-meta-row a:hover,
.corporate-auth-access a:hover {
	color: #c7f7ff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.corporate-auth-button,
.corporate-auth-google {
	display: inline-flex;
	width: 100%;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: -0.01em;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.corporate-auth-button {
	border: 1px solid rgba(231, 215, 177, 0.2);
	background: rgba(245, 245, 244, 0.035);
	color: #f4dfaa;
	box-shadow: none;
}

.corporate-auth-button:hover,
.corporate-auth-button:focus {
	transform: translateY(-1px);
	border-color: rgba(214, 179, 106, 0.36);
	background: rgba(214, 179, 106, 0.055);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.corporate-auth-divider {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin: 1rem 0 0.85rem;
	color: var(--ds-text-muted);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.corporate-auth-divider::before,
.corporate-auth-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(156, 163, 175, 0.2), transparent);
}

.corporate-auth-google {
	border: 1px solid rgba(231, 215, 177, 0.14);
	background: rgba(245, 245, 244, 0.028);
	color: var(--ds-text-primary);
}

.corporate-auth-google:hover,
.corporate-auth-google:focus {
	border-color: rgba(214, 179, 106, 0.24);
	background: rgba(214, 179, 106, 0.045);
	transform: translateY(-1px);
}

.corporate-auth-google:disabled {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

.corporate-auth-google__icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(245, 245, 244, 0.94);
}

.corporate-auth-google__icon svg {
	width: 16px;
	height: 16px;
}

.corporate-auth-google-help {
	margin: 0.8rem 0 0;
	color: var(--ds-text-muted);
	font-size: 0.88rem;
	text-align: center;
}

.corporate-auth-access {
	margin: 0.9rem 0 0;
	color: var(--ds-text-muted);
	font-size: 0.92rem;
	text-align: center;
}

.corporate-auth-footer {
	display: grid;
	gap: 0.18rem;
	margin-top: 1rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(156, 163, 175, 0.14);
	text-align: center;
}

.corporate-auth-footer strong,
.corporate-auth-footer__brand {
	color: var(--ds-text-primary);
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
}

.corporate-auth-footer__brand:hover {
	color: var(--ds-accent);
}

.corporate-auth-footer span {
	color: var(--ds-text-muted);
	font-size: 0.78rem;
}

/* Corporate landing narrative */
.corporate-landing-section {
	position: relative;
	overflow: hidden;
	padding: clamp(1.6rem, 3vw, 2.75rem);
	border: 1px solid rgba(53, 208, 226, 0.13);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.96) 0%, rgba(11, 18, 32, 0.94) 100%),
		var(--ds-surface);
	box-shadow: var(--shadow-card);
}

.corporate-landing-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(53, 208, 226, 0.025) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.72), transparent 70%);
	pointer-events: none;
}

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

.corporate-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.5rem;
}

.corporate-feature-card,
.corporate-live-card,
.corporate-control-item,
.corporate-flow-step {
	border: 1px solid var(--ds-border-subtle);
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.92), rgba(11, 18, 32, 0.82)),
		var(--ds-surface);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

.corporate-feature-card {
	min-height: 190px;
	padding: 1.35rem;
	border-radius: 22px;
}

.corporate-feature-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 1.1rem;
	border: 1px solid rgba(53, 208, 226, 0.2);
	border-radius: 16px;
	background: rgba(53, 208, 226, 0.08);
	color: var(--ds-accent);
}

.corporate-feature-card h3,
.corporate-live-card strong,
.corporate-control-item span,
.corporate-flow-step p {
	color: var(--ds-text-primary);
}

.corporate-feature-card h3 {
	margin-bottom: 0.65rem;
	font-size: 1rem;
}

.corporate-feature-card p,
.corporate-live-card p {
	margin: 0;
	color: var(--ds-text-muted);
}

.corporate-value-grid,
.corporate-model-grid {
	display: grid;
	gap: 0.9rem;
	margin-top: 1.5rem;
}

.corporate-value-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.corporate-value-card,
.corporate-model-card {
	border: 1px solid rgba(156, 163, 175, 0.14);
	background:
		radial-gradient(circle at 14% 0%, rgba(53, 208, 226, 0.08), transparent 42%),
		linear-gradient(180deg, rgba(17, 24, 39, 0.78), rgba(8, 15, 29, 0.62));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.corporate-value-card {
	min-height: 206px;
	padding: 1.1rem;
	border-radius: 22px;
}

.corporate-value-card h3,
.corporate-model-card h3 {
	margin: 0 0 0.58rem;
	color: var(--ds-text-primary);
	font-size: 1rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.15;
}

.corporate-value-card p {
	margin: 0;
	color: var(--ds-text-muted);
	font-size: 0.92rem;
	font-weight: 680;
	line-height: 1.45;
}

.corporate-model-card {
	padding: 1.2rem;
	border-radius: 24px;
}

.corporate-model-card--external {
	border-color: rgba(53, 208, 226, 0.16);
	background:
		radial-gradient(circle at 86% 0%, rgba(53, 208, 226, 0.11), transparent 40%),
		linear-gradient(180deg, rgba(17, 24, 39, 0.78), rgba(8, 15, 29, 0.62));
}

.corporate-model-card__head {
	display: flex;
	align-items: center;
	gap: 0.82rem;
	margin-bottom: 0.95rem;
}

.corporate-capability-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 1rem;
	border: 1px solid var(--ds-border-subtle);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.72), rgba(11, 18, 32, 0.58)),
		rgba(5, 8, 22, 0.42);
	overflow: hidden;
}

.corporate-capability-group {
	padding: clamp(0.95rem, 1.8vw, 1.25rem);
	border-right: 1px solid rgba(156, 163, 175, 0.12);
}

.corporate-capability-group:last-child {
	border-right: 0;
}

.corporate-capability-group__head {
	display: flex;
	align-items: center;
	gap: 0.72rem;
	margin-bottom: 0.85rem;
}

.corporate-capability-group__head h3 {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.corporate-capability-list {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.corporate-capability-list li {
	position: relative;
	padding: 0.58rem 0 0.58rem 1rem;
	border-top: 1px solid rgba(156, 163, 175, 0.1);
	color: var(--ds-text-secondary);
	font-size: 0.92rem;
	font-weight: 750;
	line-height: 1.25;
}

.corporate-capability-list li::before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: var(--ds-primary);
	box-shadow: 0 0 12px rgba(53, 208, 226, 0.2);
}

.corporate-feature-card h4 {
	margin: 0 0 0.55rem;
	color: var(--ds-text-primary);
	font-size: 0.94rem;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.corporate-activity-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.corporate-activity-item {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	min-height: 104px;
	padding: 1rem;
	border: 1px solid rgba(53, 208, 226, 0.16);
	border-radius: 20px;
	background:
		radial-gradient(circle at 18% 0%, rgba(53, 208, 226, 0.08), transparent 42%),
		linear-gradient(180deg, rgba(17, 24, 39, 0.86), rgba(11, 18, 32, 0.7));
	color: var(--ds-text-secondary);
	font-weight: 750;
	line-height: 1.25;
}

.corporate-activity-item i {
	color: var(--ds-accent);
	font-size: 1rem;
}

.corporate-ai-studio-section {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
	gap: clamp(1.25rem, 3vw, 2rem);
	align-items: center;
	border-color: rgba(53, 208, 226, 0.22);
	background:
		radial-gradient(circle at 78% 18%, rgba(53, 208, 226, 0.18), transparent 30%),
		radial-gradient(circle at 15% 88%, rgba(53, 208, 226, 0.13), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.97), rgba(5, 8, 22, 0.92));
	box-shadow:
		0 34px 110px rgba(0, 0, 0, 0.26),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
}

.corporate-ai-studio-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.08) 44%, transparent 72%),
		linear-gradient(90deg, rgba(53, 208, 226, 0.05), transparent 30%, rgba(53, 208, 226, 0.06));
	mix-blend-mode: screen;
	opacity: 0.62;
	pointer-events: none;
}

.corporate-ai-studio-section__content {
	position: relative;
	z-index: 2;
}

.corporate-ai-studio-section__points {
	display: grid;
	gap: 0.7rem;
	margin-top: 1.35rem;
}

.corporate-ai-studio-section__points span {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	color: var(--ds-text-secondary);
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.3;
}

.corporate-ai-studio-section__points i {
	display: grid;
	flex: 0 0 auto;
	width: 1.8rem;
	height: 1.8rem;
	place-items: center;
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: 999px;
	background: rgba(53, 208, 226, 0.08);
	color: var(--ds-primary);
	font-size: 0.84rem;
	box-shadow: 0 0 24px rgba(53, 208, 226, 0.09);
}

.corporate-ai-studio-preview {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 0.9rem;
	min-width: 0;
}

.corporate-ai-studio-preview__glow {
	position: absolute;
	inset: -8% -4% -18% 18%;
	border-radius: 999px;
	background:
		radial-gradient(circle at 72% 40%, rgba(53, 208, 226, 0.28), transparent 30%),
		radial-gradient(circle at 35% 55%, rgba(53, 208, 226, 0.2), transparent 38%);
	filter: blur(30px);
	opacity: 0.72;
	pointer-events: none;
}

.corporate-ai-studio-preview__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(180px, 1.08fr);
	min-height: 250px;
	overflow: hidden;
	border: 1px solid rgba(53, 208, 226, 0.22);
	border-radius: 28px;
	background:
		linear-gradient(90deg, rgba(5, 8, 22, 0.95) 0%, rgba(8, 13, 28, 0.78) 44%, transparent 68%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(5, 8, 22, 0.86));
	box-shadow:
		0 26px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.corporate-ai-studio-preview__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 8, 22, 0.2), transparent 48%),
		linear-gradient(rgba(53, 208, 226, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.025) 1px, transparent 1px);
	background-size: auto, 48px 48px, 48px 48px;
	pointer-events: none;
}

.corporate-ai-studio-preview__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.5rem;
	max-width: 20rem;
	min-width: 0;
	padding: clamp(1rem, 2vw, 1.45rem);
	overflow: hidden;
}

.corporate-ai-studio-preview__copy span {
	color: var(--ds-primary);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.corporate-ai-studio-preview__copy strong {
	max-width: 8.5ch;
	color: var(--ds-text-primary);
	font-family: var(--ds-font-display);
	font-size: clamp(1.65rem, 3vw, 2.45rem);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.corporate-ai-studio-preview__copy strong::first-line {
	color: var(--ds-text-primary);
}

.corporate-ai-studio-preview__copy small {
	max-width: 28ch;
	color: var(--ds-text-muted);
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.35;
}

.corporate-ai-studio-preview__image {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	border-radius: 26px;
}

.corporate-ai-studio-preview__image::before,
.corporate-ai-studio-preview__image span {
	position: absolute;
	inset: 0;
	content: "";
}

.corporate-ai-studio-preview__image span {
	background:
		radial-gradient(circle at 68% 30%, rgba(255, 220, 150, 0.88), transparent 16%),
		radial-gradient(circle at 82% 76%, rgba(17, 94, 89, 0.58), transparent 22%),
		linear-gradient(135deg, rgba(53, 208, 226, 0.08), rgba(53, 208, 226, 0.14)),
		linear-gradient(155deg, #172032 0%, #423124 45%, #b87938 72%, #f1d48f 100%);
	filter: saturate(1.05) contrast(1.04);
}

.corporate-ai-studio-preview__image::before {
	z-index: 2;
	background:
		linear-gradient(90deg, rgba(5, 8, 22, 0.92) 0%, rgba(5, 8, 22, 0.62) 24%, transparent 58%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.08), rgba(5, 8, 22, 0.44));
	pointer-events: none;
}

.corporate-ai-studio-preview__prompt {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(53, 208, 226, 0.14);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.095), rgba(53, 208, 226, 0.045)),
		rgba(5, 8, 22, 0.5);
	color: var(--ds-text-secondary);
	font-size: 0.9rem;
	font-weight: 760;
	line-height: 1.38;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.corporate-ai-studio-preview__prompt i {
	color: var(--ds-primary);
}

.app-hero__microcopy {
	margin: 0.85rem 0 0;
	color: var(--ds-primary);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0;
}

.corporate-outcome-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.corporate-outcome-item {
	display: flex;
	gap: 0.65rem;
	min-height: 112px;
	padding: 0.95rem;
	border: 1px solid rgba(53, 208, 226, 0.13);
	border-radius: 18px;
	background:
		radial-gradient(circle at 12% 0%, rgba(53, 208, 226, 0.1), transparent 42%),
		linear-gradient(180deg, rgba(17, 24, 39, 0.7), rgba(8, 15, 29, 0.58));
	color: var(--ds-text-secondary);
	font-weight: 760;
	line-height: 1.28;
}

.corporate-outcome-item span {
	flex: 0 0 auto;
	width: 0.48rem;
	height: 0.48rem;
	margin-top: 0.45rem;
	border-radius: 999px;
	background: var(--ds-primary);
	box-shadow: 0 0 0 5px rgba(53, 208, 226, 0.08);
}

.corporate-outcome-item p {
	margin: 0;
}

.corporate-events-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1.5rem;
}

.corporate-events-section--featured {
	border-color: rgba(53, 208, 226, 0.2);
	background:
		radial-gradient(circle at 82% 8%, rgba(53, 208, 226, 0.13), transparent 32%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.97), rgba(5, 8, 22, 0.9));
}

.corporate-event-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.9rem;
	min-height: 156px;
	padding: 1.05rem;
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: 20px;
	background:
		radial-gradient(circle at 18% 0%, rgba(53, 208, 226, 0.08), transparent 44%),
		linear-gradient(180deg, rgba(17, 24, 39, 0.76), rgba(8, 15, 29, 0.62));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.corporate-event-card__icon {
	display: grid;
	width: 2.35rem;
	height: 2.35rem;
	place-items: center;
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: 14px;
	background: rgba(53, 208, 226, 0.08);
	color: var(--ds-accent);
	box-shadow: 0 0 22px rgba(53, 208, 226, 0.12);
}

.corporate-event-card h3 {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.2;
}

.corporate-event-card p {
	margin: 0.55rem 0 0;
	color: var(--ds-text-muted);
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.45;
}

.corporate-launch-section {
	display: grid;
	gap: clamp(1rem, 2vw, 1.4rem);
	background:
		radial-gradient(circle at 84% 14%, rgba(53, 208, 226, 0.1), transparent 30%),
		radial-gradient(circle at 12% 100%, rgba(53, 208, 226, 0.08), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.9));
}

.corporate-launch-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.85rem, 1.6vw, 1.15rem);
}

.corporate-launch-card {
	position: relative;
	display: grid;
	gap: 0.95rem;
	align-content: start;
	min-height: 100%;
	padding: clamp(1rem, 2vw, 1.35rem);
	border: 1px solid rgba(156, 163, 175, 0.16);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.86), rgba(11, 18, 32, 0.7)),
		rgba(5, 8, 22, 0.44);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

.corporate-launch-card--enterprise {
	overflow: hidden;
	border-color: rgba(53, 208, 226, 0.32);
	background:
		radial-gradient(circle at 92% 10%, rgba(53, 208, 226, 0.16), transparent 32%),
		radial-gradient(circle at 10% 100%, rgba(53, 208, 226, 0.11), transparent 36%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(5, 8, 22, 0.88));
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.28),
		0 0 48px rgba(53, 208, 226, 0.08),
		inset 0 1px 0 rgba(245, 245, 244, 0.07);
}

.corporate-launch-card--enterprise::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.06) 1px, transparent 1px),
		linear-gradient(180deg, rgba(53, 208, 226, 0.045) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.42), transparent 72%);
}

.corporate-launch-card__header,
.corporate-launch-card > p,
.corporate-launch-card__lists,
.corporate-launch-card > a,
.corporate-launch-card blockquote {
	position: relative;
	z-index: 1;
}

.corporate-launch-card__header {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding-right: 5.8rem;
}

.corporate-launch-card__header h3 {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 860;
	letter-spacing: 0;
	line-height: 1.02;
}

.corporate-launch-card > p {
	max-width: 62ch;
	margin: 0;
	color: var(--ds-text-secondary);
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.48;
}

.corporate-launch-card blockquote {
	margin: 0;
	padding: 0.85rem 0.95rem;
	border: 1px solid rgba(53, 208, 226, 0.2);
	border-left: 3px solid rgba(53, 208, 226, 0.72);
	border-radius: 18px;
	background: rgba(53, 208, 226, 0.075);
	color: var(--ds-primary);
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	font-weight: 820;
	line-height: 1.28;
}

.corporate-launch-card__lists {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 0.85rem;
}

.corporate-launch-card__lists strong {
	display: inline-flex;
	margin-bottom: 0.42rem;
	color: var(--ds-primary);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.corporate-launch-card .corporate-capability-list {
	gap: 0.34rem;
	margin: 0;
}

.corporate-launch-card .corporate-capability-list li {
	color: var(--ds-text-secondary);
	font-size: 0.84rem;
	font-weight: 720;
	line-height: 1.3;
}

.corporate-launch-card > a {
	justify-self: start;
	margin-top: 0.12rem;
}

.corporate-proof-section {
	display: grid;
	gap: clamp(1rem, 2vw, 1.4rem);
	border-color: rgba(53, 208, 226, 0.18);
	background:
		radial-gradient(circle at 82% 14%, rgba(53, 208, 226, 0.1), transparent 32%),
		radial-gradient(circle at 12% 86%, rgba(53, 208, 226, 0.08), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.97), rgba(5, 8, 22, 0.92));
}

.corporate-proof-section__header {
	align-items: end;
}

.corporate-proof-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.72fr);
	gap: clamp(1rem, 2.4vw, 1.7rem);
	align-items: stretch;
	overflow: hidden;
	padding: clamp(1rem, 2vw, 1.35rem);
	border: 1px solid rgba(53, 208, 226, 0.2);
	border-radius: 28px;
	background:
		radial-gradient(circle at 84% 12%, rgba(53, 208, 226, 0.16), transparent 28%),
		radial-gradient(circle at 16% 92%, rgba(53, 208, 226, 0.12), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.97), rgba(5, 8, 22, 0.92));
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.corporate-proof-card::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(115deg, transparent 10%, rgba(255, 255, 255, 0.055) 42%, transparent 72%),
		linear-gradient(90deg, rgba(53, 208, 226, 0.04), transparent 36%, rgba(53, 208, 226, 0.045));
	mix-blend-mode: screen;
	opacity: 0.7;
}

.corporate-proof-card__content {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: center;
	gap: 0.7rem;
	min-width: 0;
	padding: clamp(0.15rem, 1vw, 0.35rem);
}

.corporate-proof-card h3 {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(1.55rem, 3vw, 2.45rem);
	font-weight: 880;
	letter-spacing: 0;
	line-height: 0.98;
}

.corporate-proof-card .corporate-section-copy {
	max-width: 62ch;
}

.corporate-proof-points {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.6rem;
}

.corporate-proof-domain {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	width: fit-content;
	margin: 0.1rem 0 0;
	padding: 0.58rem 0.72rem;
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: 999px;
	background: rgba(53, 208, 226, 0.07);
	color: var(--ds-text-secondary);
	font-size: 0.84rem;
	font-weight: 780;
	line-height: 1.2;
}

.corporate-proof-domain i {
	color: var(--ds-accent);
}

.corporate-proof-points span {
	display: inline-flex;
	align-items: center;
	padding: 0.48rem 0.66rem;
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: 999px;
	background: rgba(53, 208, 226, 0.065);
	color: var(--ds-text-secondary);
	font-size: 0.82rem;
	font-weight: 780;
	line-height: 1;
}

.corporate-proof-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.35rem;
}

.corporate-proof-cta {
	min-height: 42px;
}

.corporate-proof-powered {
	margin: 0.35rem 0 0;
	color: var(--ds-primary);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.02em;
}

.corporate-proof-visual {
	position: relative;
	display: grid;
	align-content: end;
	min-height: 300px;
	overflow: hidden;
	padding: 1rem;
	border: 1px solid rgba(53, 208, 226, 0.16);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.08), rgba(53, 208, 226, 0.05)),
		rgba(5, 8, 22, 0.46);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.corporate-proof-visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.95) contrast(1.02);
}

.corporate-proof-visual::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(180deg, rgba(5, 8, 22, 0.08), rgba(5, 8, 22, 0.46)),
		linear-gradient(90deg, rgba(5, 8, 22, 0.34), transparent 48%);
}

.corporate-proof-visual::before {
	position: absolute;
	inset: -12% -20% 22% 20%;
	border-radius: 999px;
	background:
		radial-gradient(circle at 50% 42%, rgba(53, 208, 226, 0.28), transparent 28%),
		radial-gradient(circle at 42% 58%, rgba(53, 208, 226, 0.18), transparent 38%);
	filter: blur(30px);
	content: "";
}

.corporate-proof-visual__mark {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: grid;
	width: 4rem;
	height: 4rem;
	place-items: center;
	border: 1px solid rgba(53, 208, 226, 0.24);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.18), rgba(5, 8, 22, 0.82)),
		rgba(5, 8, 22, 0.7);
	color: var(--ds-primary);
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.corporate-proof-visual__mark--logo {
	top: clamp(1.2rem, 5vw, 2.4rem);
	left: 50%;
	width: clamp(5.8rem, 18vw, 8.4rem);
	height: clamp(5.8rem, 18vw, 8.4rem);
	padding: 0.62rem;
	border-radius: 28px;
	transform: translateX(-50%);
}

.corporate-proof-visual__mark--logo img {
	position: static;
	width: 100%;
	height: 100%;
	border-radius: 22px;
	object-fit: cover;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.32));
}

.corporate-proof-visual__mark--logo span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.corporate-proof-visual__panel {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 0.38rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	background: rgba(5, 8, 22, 0.62);
	backdrop-filter: blur(12px);
}

.corporate-proof-visual__panel span {
	color: var(--ds-primary);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.corporate-proof-visual__panel strong {
	color: var(--ds-text-primary);
	font-size: clamp(1.25rem, 2.2vw, 1.7rem);
	font-weight: 880;
	line-height: 1.02;
}

.corporate-proof-visual__panel small {
	color: var(--ds-text-muted);
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.34;
}

.corporate-pricing-story {
	display: grid;
	gap: clamp(0.95rem, 1.8vw, 1.35rem);
	margin-top: 1.1rem;
}

.corporate-pricing-intro {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.1rem;
}

.corporate-pricing-intro p {
	margin: 0;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(53, 208, 226, 0.14);
	border-radius: 18px;
	background: rgba(53, 208, 226, 0.06);
	color: var(--ds-text-secondary);
	font-size: 0.92rem;
	font-weight: 720;
	line-height: 1.42;
}

.corporate-pricing-tier {
	display: grid;
	gap: 0.75rem;
	padding: clamp(0.78rem, 1.35vw, 1rem);
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(17, 24, 39, 0.66), rgba(11, 18, 32, 0.52)),
		rgba(5, 8, 22, 0.34);
}

.corporate-pricing-tier__intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.62rem;
}

.corporate-pricing-tier__intro span,
.corporate-pricing-kicker {
	color: var(--ds-primary);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.corporate-pricing-tier__intro p {
	max-width: 42ch;
	margin: 0;
	color: var(--ds-text-muted);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.28;
	text-align: right;
}

.corporate-pricing-compact-list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.55rem;
}

.corporate-pricing-compact-card,
.corporate-pricing-business-card,
.corporate-pricing-premium-card {
	position: relative;
	border: 1px solid var(--ds-border-subtle);
	background:
		linear-gradient(180deg, var(--ds-surface-elevated), rgba(11, 18, 32, 0.76)),
		var(--ds-surface);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

.corporate-pricing-compact-card {
	display: grid;
	grid-column: span 2;
	gap: 0.34rem;
	min-height: 360px;
	align-content: start;
	padding: 0.72rem;
	border-radius: 18px;
}

.corporate-pricing-compact-card:nth-child(4),
.corporate-pricing-compact-card:nth-child(5) {
	grid-column: span 3;
	min-height: 330px;
	padding-inline: 0.9rem;
}

.corporate-pricing-compact-card--recommended {
	border-color: rgba(53, 208, 226, 0.38);
	background:
		radial-gradient(circle at 78% 8%, rgba(53, 208, 226, 0.12), transparent 32%),
		linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(11, 18, 32, 0.82)),
		var(--ds-surface);
	box-shadow:
		0 18px 44px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
}

.corporate-pricing-compact-card--recommended .corporate-pricing-badge {
	position: static;
	justify-self: start;
	margin-bottom: 0.1rem;
}

.corporate-pricing-plan-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.36rem;
	width: fit-content;
	padding: 0.28rem 0.5rem;
	border: 1px solid rgba(53, 208, 226, 0.2);
	border-radius: 999px;
	background: rgba(53, 208, 226, 0.08);
	color: var(--ds-primary);
	font-size: 0.64rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.corporate-pricing-enterprise-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.32fr) minmax(280px, 0.68fr);
	gap: clamp(1rem, 2vw, 1.6rem);
	overflow: hidden;
	padding: clamp(1.2rem, 2.4vw, 2rem);
	border: 1px solid rgba(53, 208, 226, 0.38);
	border-radius: 30px;
	background:
		radial-gradient(circle at 86% 10%, rgba(53, 208, 226, 0.2), transparent 30%),
		radial-gradient(circle at 10% 100%, rgba(53, 208, 226, 0.13), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(5, 8, 22, 0.92));
	box-shadow:
		0 32px 90px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(53, 208, 226, 0.055),
		0 0 58px rgba(53, 208, 226, 0.12),
		inset 0 1px 0 rgba(245, 245, 244, 0.08);
}

.corporate-pricing-enterprise-card::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(53, 208, 226, 0.05) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.44), transparent 68%);
}

.corporate-pricing-enterprise-card__content,
.corporate-pricing-enterprise-card__action {
	position: relative;
	z-index: 1;
}

.corporate-pricing-enterprise-card__content {
	display: grid;
	gap: 0.78rem;
	align-content: start;
}

.corporate-pricing-enterprise-card h3 {
	max-width: 14ch;
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(2.25rem, 5vw, 4.15rem);
	font-weight: 880;
	letter-spacing: 0;
	line-height: 0.92;
}

.corporate-pricing-enterprise-card h4 {
	max-width: 22ch;
	margin: 0;
	color: var(--ds-primary);
	font-size: clamp(1.12rem, 2.2vw, 1.7rem);
	font-weight: 850;
	line-height: 1.08;
}

.corporate-pricing-enterprise-card .corporate-pricing-description {
	max-width: 66ch;
	color: var(--ds-text-secondary);
	font-size: clamp(0.96rem, 1.24vw, 1.08rem);
	line-height: 1.5;
}

.corporate-pricing-enterprise-features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.5rem;
	padding: 0;
	margin: 0.22rem 0 0;
	list-style: none;
}

.corporate-pricing-enterprise-features li {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 0.55rem 0.68rem;
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: 14px;
	background: rgba(53, 208, 226, 0.07);
	color: var(--ds-text-secondary);
	font-size: 0.84rem;
	font-weight: 760;
	line-height: 1.22;
}

.corporate-pricing-enterprise-card__action {
	display: grid;
	align-content: end;
	gap: 0.85rem;
	min-height: 100%;
	padding: clamp(0.9rem, 1.6vw, 1.2rem);
	border: 1px solid rgba(53, 208, 226, 0.2);
	border-radius: 24px;
	background:
		radial-gradient(circle at 76% 0%, rgba(53, 208, 226, 0.18), transparent 38%),
		rgba(245, 245, 244, 0.045);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.06);
}

.corporate-pricing-enterprise-card__action strong {
	color: var(--ds-primary);
	font-size: clamp(1.35rem, 2.6vw, 2.05rem);
	font-weight: 860;
	letter-spacing: 0;
	line-height: 1;
}

.corporate-pricing-enterprise-card__action p {
	margin: 0;
	color: var(--ds-text-secondary);
	font-size: 0.9rem;
	font-weight: 720;
	line-height: 1.45;
}

.corporate-pricing-compact-card h3,
.corporate-pricing-business-card h3,
.corporate-pricing-premium-card h3 {
	margin: 0;
	color: var(--ds-text-primary);
	font-weight: 800;
	letter-spacing: -0.025em;
}

.corporate-pricing-compact-card h3 {
	font-size: 0.96rem;
}

.corporate-pricing-compact-card p,
.corporate-pricing-scale {
	font-size: 0.9rem;
}

.corporate-pricing-compact-card p,
.corporate-pricing-scale,
.corporate-pricing-description {
	margin: 0;
	color: var(--ds-text-muted);
	font-weight: 700;
}

.corporate-pricing-compact-card strong {
	color: var(--ds-primary);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.corporate-pricing-feature-list {
	display: grid;
	gap: 0.34rem;
	padding: 0;
	margin: 0.2rem 0 0;
	list-style: none;
}

.corporate-pricing-feature-list li {
	position: relative;
	padding-left: 1rem;
	color: var(--ds-text-secondary);
	font-size: 0.82rem;
	font-weight: 720;
	line-height: 1.25;
}

.corporate-pricing-feature-list li::before {
	position: absolute;
	top: 0.48rem;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: var(--ds-accent);
	content: "";
}

.corporate-pricing-compact-card .corporate-pricing-cta {
	grid-column: 1 / -1;
	min-height: 30px;
	padding: 0.38rem 0.62rem;
	font-size: 0.84rem;
}

.corporate-pricing-business-card {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.8fr);
	gap: clamp(0.72rem, 1.8vw, 1.15rem);
	align-items: end;
	min-height: 252px;
	padding: clamp(0.95rem, 1.8vw, 1.35rem);
	border-color: rgba(53, 208, 226, 0.42);
	border-radius: 32px;
	background:
		radial-gradient(circle at 82% 16%, var(--ds-border-strong), transparent 30%),
		radial-gradient(circle at 20% 100%, rgba(53, 208, 226, 0.09), transparent 36%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(5, 8, 22, 0.9));
	box-shadow:
		0 26px 78px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(53, 208, 226, 0.035),
		inset 0 1px 0 rgba(245, 245, 244, 0.07);
}

.corporate-pricing-business-card h3 {
	margin-top: 0.24rem;
	font-size: clamp(1.8rem, 3.35vw, 3rem);
	line-height: 0.9;
}

.corporate-pricing-business-card .corporate-pricing-scale {
	margin-top: 0.42rem;
	color: var(--ds-text-secondary);
	font-size: 1rem;
}

.corporate-pricing-business-card > .corporate-pricing-description {
	max-width: 42ch;
	color: var(--ds-text-secondary);
	font-size: clamp(0.88rem, 1.2vw, 0.98rem);
	line-height: 1.32;
}

.corporate-pricing-business-card__footer {
	display: grid;
	justify-items: end;
	gap: 0.58rem;
}

.corporate-pricing-business-card__footer strong,
.corporate-pricing-premium-card strong {
	color: var(--ds-primary);
	font-weight: 800;
	letter-spacing: -0.025em;
}

.corporate-pricing-business-card__footer strong {
	font-size: clamp(1.16rem, 2.35vw, 1.65rem);
}

.corporate-pricing-premium-list {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 0.55rem;
}

.corporate-pricing-premium-card {
	display: grid;
	gap: 0.42rem;
	min-height: 148px;
	align-content: space-between;
	padding: 0.76rem;
	border-radius: 18px;
}

.corporate-pricing-premium-card.is-enterprise {
	border-color: rgba(53, 208, 226, 0.28);
	background:
		radial-gradient(circle at 90% 12%, rgba(53, 208, 226, 0.11), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.88));
}

.corporate-pricing-premium-card h3 {
	font-size: clamp(1.02rem, 1.7vw, 1.25rem);
}

.corporate-pricing-premium-card strong {
	font-size: clamp(0.94rem, 1.6vw, 1.1rem);
}

.corporate-pricing-badge {
	position: absolute;
	top: clamp(0.8rem, 1.5vw, 1rem);
	right: clamp(0.8rem, 1.5vw, 1rem);
	padding: 0.28rem 0.52rem;
	border: 1px solid rgba(53, 208, 226, 0.38);
	border-radius: 999px;
	background: rgba(53, 208, 226, 0.12);
	color: var(--ds-primary);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.corporate-pricing-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 36px;
	padding: 0.52rem 0.8rem;
	border: 1px solid rgba(53, 208, 226, 0.22);
	border-radius: 999px;
	background: rgba(53, 208, 226, 0.08);
	color: var(--ds-text-primary);
	cursor: pointer;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.corporate-pricing-cta:disabled {
	cursor: progress;
	opacity: 0.72;
}

.corporate-pricing-cta span {
	display: inline-flex;
	transform: translateY(-0.02em);
}

.corporate-pricing-cta:hover {
	border-color: rgba(53, 208, 226, 0.48);
	background: rgba(53, 208, 226, 0.16);
	color: var(--ds-primary);
}

.corporate-pricing-cta--primary {
	border-color: rgba(53, 208, 226, 0.58);
	background: var(--gradient-primary);
	color: var(--ds-text-inverse-soft);
	box-shadow: 0 14px 32px var(--ds-border-strong);
}

.corporate-pricing-cta--primary:hover {
	background: linear-gradient(135deg, #c7f7ff 0%, var(--ds-primary) 100%);
	color: var(--ds-text-inverse);
}

@media (min-width: 1100px) {
	.corporate-pricing-section {
		padding-block: clamp(1.12rem, 1.6vw, 1.48rem);
	}

	.corporate-pricing-section .corporate-section-header {
		align-items: end;
		margin-bottom: 0.5rem;
	}

	.corporate-pricing-section .corporate-section-title {
		max-width: 24ch;
	}

	.corporate-pricing-section .corporate-section-copy {
		max-width: 55ch;
	}

	.corporate-pricing-story {
		grid-template-columns: 1fr;
		align-items: stretch;
	}
}

.corporate-closing-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.corporate-closing-line {
	margin-top: 1.2rem;
	color: var(--ds-primary);
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.corporate-live-stack {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 0.9fr;
	gap: 1rem;
	margin-top: 1.5rem;
}

.corporate-live-card {
	display: flex;
	min-height: 220px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.35rem;
	border-radius: 24px;
}

.corporate-live-card--featured {
	border-color: rgba(53, 208, 226, 0.24);
	background:
		radial-gradient(circle at 84% 16%, rgba(53, 208, 226, 0.13), transparent 36%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.88));
}

.corporate-live-card span {
	margin-bottom: 0.8rem;
	color: var(--ds-primary);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.corporate-live-card strong {
	margin-bottom: 0.7rem;
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	line-height: 1.1;
}

.corporate-control-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.corporate-control-item {
	display: grid;
	min-height: 132px;
	align-content: space-between;
	padding: 1rem;
	border-radius: 20px;
}

.corporate-control-item i {
	color: var(--ds-primary);
	font-size: 1.15rem;
}

.corporate-control-item span {
	font-weight: 800;
	line-height: 1.2;
}

.corporate-flow-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.5rem;
}

.corporate-flow-step {
	min-height: 148px;
	padding: 1.2rem;
	border-radius: 22px;
}

.corporate-flow-step span {
	display: inline-flex;
	margin-bottom: 1.5rem;
	color: var(--ds-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.corporate-flow-step p {
	max-width: 16ch;
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.2;
}

.corporate-feature-card:hover,
.corporate-live-card:hover,
.corporate-control-item:hover,
.corporate-flow-step:hover {
	border-color: rgba(53, 208, 226, 0.24);
	transform: translateY(-1px);
}

.member-status-rejected,
.member-status-removed {
	background: rgba(248, 113, 113, 0.055);
	border-color: rgba(248, 113, 113, 0.22);
	color: #fca5a5;
}

@keyframes corporateNetworkDrift {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, -5px, 0);
	}
}

@keyframes corporateNetworkPulse {
	0%,
	100% {
		opacity: 0.72;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.28);
	}
}

@media (prefers-reduced-motion: reduce) {
	.corporate-live-network__field,
	.corporate-live-network__signal {
		animation: none;
	}
}

.corporate-command-center {
	display: grid;
	gap: 1.35rem;
}

.corporate-command-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	align-items: center;
	min-height: 330px;
	padding: clamp(1.6rem, 3vw, 2.4rem);
	overflow: hidden;
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: var(--corp-radius-lg);
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.94)),
		radial-gradient(circle at 78% 34%, rgba(53, 208, 226, 0.12), transparent 34%);
	box-shadow: var(--corp-shadow-soft);
}

.corporate-command-hero::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.08), transparent 34%),
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
	background-size: auto, 72px 72px, 72px 72px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 55%, transparent 100%);
}

.corporate-command-hero--empty {
	min-height: 300px;
}

.corporate-command-hero--actions-only {
	display: block;
	min-height: auto;
	padding: clamp(1.15rem, 2vw, 1.65rem);
	border-color: rgba(53, 208, 226, 0.16);
	border-radius: 32px;
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(5, 8, 22, 0.94)),
		radial-gradient(circle at 18% 18%, rgba(53, 208, 226, 0.12), transparent 32%);
}

.corporate-command-hero--actions-only::before {
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.82), transparent 115%);
}

.corporate-command-hero--actions-only .corporate-command-hero__content {
	width: 100%;
}

.corporate-participant-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
	align-items: center;
	min-height: 320px;
	padding: clamp(1.45rem, 3vw, 2.25rem);
	overflow: hidden;
	border: 1px solid rgba(53, 208, 226, 0.2);
	border-radius: var(--corp-radius-lg);
	background:
		radial-gradient(circle at 80% 32%, rgba(53, 208, 226, 0.15), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.97), rgba(5, 8, 22, 0.94));
	box-shadow: var(--corp-shadow-soft);
}

.corporate-participant-hero::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.1), transparent 28%),
		linear-gradient(rgba(53, 208, 226, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.025) 1px, transparent 1px);
	background-size: auto, 58px 58px, 58px 58px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.74) 60%, transparent 100%);
}

.corporate-command-hero__content,
.corporate-command-hero__visual,
.corporate-participant-hero__content {
	position: relative;
	z-index: 1;
}

.corporate-command-hero .corporate-section-title,
.corporate-participant-hero .corporate-section-title {
	max-width: 760px;
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(2.5rem, 5vw, 4.8rem);
	line-height: 0.96;
}

.corporate-title-accent {
	color: var(--ds-primary);
}

.corporate-command-hero .corporate-section-copy,
.corporate-participant-hero .corporate-section-copy {
	max-width: 620px;
	margin-top: 1rem;
}

.corporate-command-hero__meta,
.corporate-command-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.2rem;
}

.corporate-command-hero__visual {
	display: flex;
	justify-content: flex-end;
}

.corporate-command-hero__visual .dashboard-hero-countdown {
	width: min(100%, 420px);
	padding: clamp(0.9rem, 1.8vw, 1.25rem);
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: 8px;
	background:
		radial-gradient(circle at 100% 0%, rgba(53, 208, 226, 0.16), transparent 36%),
		linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(5, 8, 22, 0.74));
	box-shadow:
		0 24px 64px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.corporate-command-hero__visual .corporate-live-network {
	width: min(100%, 380px);
	margin: 0;
	transform: none;
}

.corporate-ai-home-cta {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: clamp(1rem, 2vw, 1.4rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.1rem, 2.2vw, 1.45rem);
	border: 1px solid rgba(53, 208, 226, 0.22);
	border-radius: var(--corp-radius-lg);
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(5, 8, 22, 0.9)),
		radial-gradient(circle at 82% 28%, rgba(53, 208, 226, 0.13), transparent 32%),
		radial-gradient(circle at 16% 80%, rgba(53, 208, 226, 0.12), transparent 34%);
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
	isolation: isolate;
}

.corporate-ai-home-cta::before,
.corporate-ai-home-cta::after,
.corporate-ai-home-cta__glow {
	position: absolute;
	pointer-events: none;
	content: "";
}

.corporate-ai-home-cta::before {
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.08), transparent 32%),
		linear-gradient(rgba(53, 208, 226, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.025) 1px, transparent 1px);
	background-size: auto, 54px 54px, 54px 54px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 62%, transparent 115%);
	opacity: 0.88;
}

.corporate-ai-home-cta::after {
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(circle at 78% 42%, rgba(53, 208, 226, 0.18), transparent 28%),
		linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.08) 48%, transparent 76%);
	mix-blend-mode: screen;
	opacity: 0.7;
}

.corporate-ai-home-cta__glow {
	inset: auto -12% -70% 42%;
	z-index: 0;
	height: 190%;
	border-radius: 999px;
	background:
		radial-gradient(circle at 42% 42%, rgba(53, 208, 226, 0.2), transparent 34%),
		radial-gradient(circle at 68% 38%, rgba(53, 208, 226, 0.14), transparent 36%);
	filter: blur(32px);
	mix-blend-mode: screen;
}

.corporate-ai-home-cta__icon,
.corporate-ai-home-cta__content,
.corporate-ai-home-cta__actions {
	position: relative;
	z-index: 2;
}

.corporate-ai-home-cta__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(53, 208, 226, 0.22);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.16), rgba(53, 208, 226, 0.08)),
		rgba(245, 245, 244, 0.05);
	color: var(--ds-primary);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
	font-size: 1.35rem;
}

.corporate-ai-home-cta__content h2 {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(1.35rem, 2.5vw, 2rem);
	line-height: 1.02;
}

.corporate-ai-home-cta__content p:last-child {
	max-width: 720px;
	margin: 0.4rem 0 0;
	color: var(--ds-text-secondary);
	font-weight: 700;
	line-height: 1.45;
}

.corporate-ai-home-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: flex-end;
}

.corporate-message-home-cta {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: clamp(1rem, 2vw, 1.35rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1rem, 2vw, 1.35rem);
	border: 1px solid rgba(48, 209, 88, 0.22);
	border-radius: var(--corp-radius-lg);
	background:
		linear-gradient(135deg, rgba(10, 18, 34, 0.95), rgba(5, 8, 22, 0.9)),
		radial-gradient(circle at 86% 18%, rgba(48, 209, 88, 0.14), transparent 34%),
		radial-gradient(circle at 12% 78%, rgba(53, 208, 226, 0.11), transparent 32%);
	box-shadow:
		0 24px 74px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
	isolation: isolate;
}

.corporate-message-home-cta::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(48, 209, 88, 0.08), transparent 36%),
		linear-gradient(rgba(53, 208, 226, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(48, 209, 88, 0.028) 1px, transparent 1px);
	background-size: auto, 52px 52px, 52px 52px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.74) 64%, transparent 112%);
	opacity: 0.86;
}

.corporate-message-home-cta > * {
	position: relative;
	z-index: 1;
}

.corporate-message-home-cta__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(48, 209, 88, 0.24);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(48, 209, 88, 0.18), rgba(53, 208, 226, 0.08)),
		rgba(245, 245, 244, 0.05);
	color: #9ff2b5;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
	font-size: 1.35rem;
}

.corporate-message-home-cta h2 {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(1.25rem, 2.2vw, 1.85rem);
	line-height: 1.04;
}

.corporate-message-home-cta p:last-child {
	max-width: 680px;
	margin: 0.35rem 0 0;
	color: var(--ds-text-secondary);
	font-weight: 700;
	line-height: 1.45;
}

.corporate-message-hero-action {
	border-color: rgba(48, 209, 88, 0.34) !important;
	background: linear-gradient(135deg, #30d158, #35d0e2) !important;
	color: #03111b !important;
}

.corporate-command-kpis {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 0.9rem;
}

.corporate-participant-kpis {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
}

.corporate-command-kpis .corporate-stat-card {
	min-height: 176px;
	padding: 1.05rem;
}

.corporate-stat-card--link {
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.corporate-stat-card--link:hover,
.corporate-stat-card--link:focus-visible {
	border-color: rgba(53, 208, 226, 0.34);
	box-shadow: 0 18px 48px rgba(53, 208, 226, 0.12), var(--shadow-corporate-panel);
	transform: translateY(-1px);
}

.corporate-stat-card--link:focus-visible {
	outline: 2px solid rgba(53, 208, 226, 0.54);
	outline-offset: 4px;
}

.corporate-participant-kpis .corporate-stat-card {
	min-height: 164px;
	padding: 1.05rem;
}

.corporate-stat-card__icon {
	display: inline-grid;
	width: 2.3rem;
	height: 2.3rem;
	margin-bottom: 0.9rem;
	place-items: center;
	border: 1px solid rgba(53, 208, 226, 0.16);
	border-radius: 14px;
	color: var(--ds-primary);
	background: rgba(53, 208, 226, 0.08);
}

.corporate-command-kpis .corporate-stat-card p,
.corporate-participant-kpis .corporate-stat-card p {
	margin: 0 0 0.45rem;
	color: var(--ds-text-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.corporate-command-kpis .corporate-stat-card strong,
.corporate-participant-kpis .corporate-stat-card strong {
	display: block;
	margin-bottom: 0.6rem;
	color: var(--ds-text-primary);
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

.corporate-command-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
	gap: 1rem;
	align-items: start;
}

.corporate-command-layout--admin {
	grid-template-columns: minmax(0, 1.85fr) minmax(320px, 0.95fr);
}

.corporate-participant-layout {
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-priority-stack {
	gap: 1rem;
	margin-top: 0.1rem;
}

html.corporate-surface:not([data-theme="light-premium"]) .league-section-band {
	border-color: rgba(53, 208, 226, 0.16);
	background:
		linear-gradient(135deg, rgba(10, 18, 32, 0.94), rgba(5, 8, 22, 0.88)),
		radial-gradient(circle at 12% 0%, rgba(34, 197, 94, 0.16), transparent 34%),
		radial-gradient(circle at 92% 100%, rgba(244, 63, 94, 0.08), transparent 32%);
	box-shadow:
		0 20px 62px rgba(0, 0, 0, 0.22),
		0 0 42px rgba(53, 208, 226, 0.06);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-section-band--personal {
	background:
		linear-gradient(135deg, rgba(12, 22, 38, 0.96), rgba(5, 8, 22, 0.9)),
		radial-gradient(circle at 92% 12%, rgba(53, 208, 226, 0.18), transparent 30%),
		radial-gradient(circle at 16% 90%, rgba(250, 204, 21, 0.09), transparent 28%);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-section-band--pulse {
	background:
		linear-gradient(135deg, rgba(10, 18, 32, 0.96), rgba(6, 18, 18, 0.9)),
		radial-gradient(circle at 96% 10%, rgba(34, 197, 94, 0.22), transparent 34%),
		radial-gradient(circle at 10% 92%, rgba(250, 204, 21, 0.14), transparent 32%),
		radial-gradient(circle at 54% 0%, rgba(217, 70, 239, 0.08), transparent 30%);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-home-card {
	border-color: rgba(53, 208, 226, 0.16);
	background:
		linear-gradient(145deg, rgba(17, 24, 39, 0.94), rgba(8, 15, 28, 0.9)),
		radial-gradient(circle at 94% 0%, rgba(53, 208, 226, 0.08), transparent 30%);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-home-card--focus {
	border-color: rgba(34, 197, 94, 0.38);
	background:
		linear-gradient(135deg, rgba(13, 26, 37, 0.98), rgba(5, 8, 22, 0.94)),
		radial-gradient(circle at 92% 12%, rgba(34, 197, 94, 0.24), transparent 30%),
		radial-gradient(circle at 14% 86%, rgba(53, 208, 226, 0.2), transparent 34%),
		radial-gradient(circle at 62% 0%, rgba(250, 204, 21, 0.12), transparent 28%);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.26),
		0 0 48px rgba(34, 197, 94, 0.08),
		0 0 0 1px rgba(34, 197, 94, 0.08) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .league-home-eyebrow,
html.corporate-surface:not([data-theme="light-premium"]) .league-home-kicker {
	color: #facc15;
	text-shadow: 0 0 16px rgba(250, 204, 21, 0.14);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-home-card h2,
html.corporate-surface:not([data-theme="light-premium"]) .league-state-metrics strong,
html.corporate-surface:not([data-theme="light-premium"]) .league-rival-stack strong,
html.corporate-surface:not([data-theme="light-premium"]) .league-activity-list strong,
html.corporate-surface:not([data-theme="light-premium"]) .league-empty-pulse strong,
html.corporate-surface:not([data-theme="light-premium"]) .league-progress-ring strong {
	color: var(--ds-text-primary);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-home-card p,
html.corporate-surface:not([data-theme="light-premium"]) .league-state-metrics span,
html.corporate-surface:not([data-theme="light-premium"]) .league-state-metrics small,
html.corporate-surface:not([data-theme="light-premium"]) .league-activity-list small,
html.corporate-surface:not([data-theme="light-premium"]) .league-rival-stack em,
html.corporate-surface:not([data-theme="light-premium"]) .league-home-card--progress small {
	color: var(--ds-text-secondary);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-deadline-countdown--card,
html.corporate-surface:not([data-theme="light-premium"]) .league-home-hero__pulse {
	border-color: rgba(53, 208, 226, 0.18);
	background:
		radial-gradient(circle at 100% 0%, rgba(53, 208, 226, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(15, 23, 42, 0.82), rgba(5, 8, 22, 0.72));
	box-shadow:
		0 18px 46px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-deadline-countdown__label,
html.corporate-surface:not([data-theme="light-premium"]) .league-deadline-countdown__grid strong,
html.corporate-surface:not([data-theme="light-premium"]) .league-home-hero__pulse span {
	color: var(--ds-text-primary);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-deadline-countdown__grid span {
	border-color: rgba(53, 208, 226, 0.16);
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(8, 15, 28, 0.72));
	box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-deadline-countdown__grid em,
html.corporate-surface:not([data-theme="light-premium"]) .league-home-hero__pulse small {
	color: var(--ds-text-secondary);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-deadline-countdown.is-urgent .league-deadline-countdown__grid span {
	border-color: rgba(250, 204, 21, 0.24);
	background:
		linear-gradient(180deg, rgba(48, 36, 14, 0.82), rgba(15, 23, 42, 0.72));
}

html.corporate-surface:not([data-theme="light-premium"]) .league-home-card__icon {
	border: 1px solid rgba(53, 208, 226, 0.24);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.18), rgba(34, 197, 94, 0.14), rgba(250, 204, 21, 0.08)),
		rgba(245, 245, 244, 0.04);
	color: #a7f3d0;
	box-shadow: 0 0 24px rgba(53, 208, 226, 0.08);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-state-metrics div,
html.corporate-surface:not([data-theme="light-premium"]) .league-rival-stack div,
html.corporate-surface:not([data-theme="light-premium"]) .league-activity-list div,
html.corporate-surface:not([data-theme="light-premium"]) .league-empty-pulse {
	border-color: rgba(156, 163, 175, 0.14);
	background: rgba(245, 245, 244, 0.045);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-rival-stack .is-you {
	border-color: rgba(53, 208, 226, 0.44);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.2), rgba(34, 197, 94, 0.12), rgba(250, 204, 21, 0.08)),
		rgba(245, 245, 244, 0.05);
	box-shadow: 0 0 30px rgba(53, 208, 226, 0.08);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-rival-stack span {
	color: #22d3ee;
}

html.corporate-surface:not([data-theme="light-premium"]) .league-activity-list div > span {
	background: #22c55e;
	box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.14);
}

html.corporate-surface:not([data-theme="light-premium"]) .league-empty-pulse i {
	color: #7dd3fc;
}

html.corporate-surface:not([data-theme="light-premium"]) .league-progress-ring {
	background:
		radial-gradient(circle, rgba(5, 8, 22, 0.96) 58%, transparent 60%),
		conic-gradient(#22c55e 0%, #22d3ee var(--league-progress), rgba(250, 204, 21, 0.18) 0);
	box-shadow:
		0 0 0 1px rgba(53, 208, 226, 0.18),
		0 16px 34px rgba(0, 0, 0, 0.24),
		0 0 34px rgba(34, 197, 94, 0.1);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(1.25rem, 3vw, 2.4rem);
	margin: clamp(1.6rem, 3vw, 2.4rem) 0;
	padding: clamp(1.4rem, 3vw, 2.5rem);
	overflow: hidden;
	border: 0;
	border-radius: 28px;
	background:
		linear-gradient(110deg, rgba(5, 8, 22, 0.94), rgba(8, 15, 29, 0.78) 54%, rgba(5, 8, 22, 0.92)),
		radial-gradient(circle at 12% 16%, rgba(53, 208, 226, 0.16), transparent 34%),
		radial-gradient(circle at 82% 22%, rgba(215, 180, 106, 0.1), transparent 30%);
	box-shadow:
		0 34px 110px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(255, 255, 255, 0.045) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum::before,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum::after,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum__atmosphere {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum::before {
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.055) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 78px 78px;
	mask-image: linear-gradient(110deg, rgba(0, 0, 0, 0.75), transparent 72%);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum::after {
	inset: auto 8% 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(53, 208, 226, 0.58), rgba(215, 180, 106, 0.34), transparent);
	box-shadow: 0 0 28px rgba(53, 208, 226, 0.18);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum__atmosphere {
	background:
		radial-gradient(ellipse at 16% 84%, rgba(92, 242, 165, 0.08), transparent 34%),
		radial-gradient(ellipse at 92% 72%, rgba(248, 113, 113, 0.07), transparent 30%),
		linear-gradient(120deg, rgba(255, 255, 255, 0.045), transparent 18%, transparent 62%, rgba(53, 208, 226, 0.045));
	opacity: 0.9;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum > *:not(.corporate-live-momentum__atmosphere) {
	position: relative;
	z-index: 1;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum__header {
	display: grid;
	align-content: center;
	gap: 0.75rem;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum__header h2 {
	max-width: 760px;
	margin: 0;
	color: var(--ds-text-primary);
	font-family: var(--corp-font-display);
	font-size: clamp(2.1rem, 4.5vw, 4.9rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.94;
	text-wrap: balance;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum__header p:last-child {
	max-width: 640px;
	margin: 0;
	color: rgba(226, 232, 240, 0.76);
	font-size: clamp(1rem, 1.4vw, 1.16rem);
	font-weight: 720;
	line-height: 1.44;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum__header strong {
	color: #f8fafc;
	font-weight: 900;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-momentum-signal {
	position: relative;
	display: grid;
	align-content: start;
	gap: 0.46rem;
	min-height: 176px;
	padding: 1rem;
	overflow: hidden;
	border: 0;
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
		rgba(6, 12, 24, 0.54);
	box-shadow:
		0 18px 48px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-momentum-signal::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 3px;
	background: var(--momentum-color, var(--corp-action));
	box-shadow: 0 0 22px var(--momentum-glow, rgba(53, 208, 226, 0.22));
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-momentum-signal--action {
	--momentum-color: var(--corp-action);
	--momentum-glow: rgba(53, 208, 226, 0.28);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-momentum-signal--leadership {
	--momentum-color: var(--corp-leadership);
	--momentum-glow: rgba(215, 180, 106, 0.22);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-momentum-signal--momentum {
	--momentum-color: var(--corp-momentum);
	--momentum-glow: rgba(92, 242, 165, 0.22);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-momentum-signal--danger {
	--momentum-color: var(--corp-danger);
	--momentum-glow: rgba(248, 113, 113, 0.22);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-momentum-signal span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 14px;
	color: var(--momentum-color, var(--corp-action));
	background: color-mix(in srgb, var(--momentum-color, #35d0e2) 13%, transparent);
	box-shadow: 0 0 22px var(--momentum-glow, rgba(53, 208, 226, 0.2));
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-momentum-signal p {
	margin: 0;
	color: var(--momentum-color, var(--corp-action));
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-momentum-signal strong {
	color: var(--ds-text-primary);
	font-size: clamp(1.08rem, 1.55vw, 1.48rem);
	font-weight: 900;
	line-height: 1.08;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-momentum-signal small {
	color: rgba(226, 232, 240, 0.68);
	font-size: 0.88rem;
	font-weight: 680;
	line-height: 1.36;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-command-kpis--admin {
	display: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-command-layout--admin {
	margin-top: clamp(1.8rem, 3vw, 2.8rem);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-command-layout--admin .corporate-panel,
html.corporate-surface:not([data-theme="light-premium"]) .league-home-card {
	border-color: rgba(255, 255, 255, 0.075);
	box-shadow:
		0 22px 70px rgba(0, 0, 0, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .league-section-band {
	border-color: transparent;
	box-shadow: none;
}

@media (max-width: 991.98px) {
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum {
		grid-template-columns: 1fr;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .corporate-live-momentum__grid {
		grid-template-columns: 1fr;
	}
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page {
	background:
		linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		radial-gradient(circle at 18% 0%, rgba(53, 208, 226, 0.14), transparent 28%),
		radial-gradient(circle at 82% 12%, rgba(215, 180, 106, 0.12), transparent 30%),
		radial-gradient(circle at 48% 4%, rgba(92, 242, 165, 0.06), transparent 28%),
		linear-gradient(180deg, #050816 0%, #07111b 48%, #050816 100%);
	background-size: 128px 128px, 128px 128px, auto, auto, auto;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-hero {
	border-color: transparent;
	background:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
		linear-gradient(110deg, rgba(53, 208, 226, 0.18), transparent 36%),
		linear-gradient(250deg, rgba(215, 180, 106, 0.16), transparent 40%),
		radial-gradient(circle at 52% 96%, rgba(92, 242, 165, 0.1), transparent 32%),
		radial-gradient(circle at 72% 10%, rgba(248, 113, 113, 0.06), transparent 28%),
		linear-gradient(135deg, rgba(9, 20, 34, 0.98), rgba(4, 7, 18, 0.96));
	background-size: 88px 88px, 88px 88px, auto, auto, auto;
	box-shadow:
		0 34px 110px rgba(0, 0, 0, 0.38),
		0 0 58px rgba(53, 208, 226, 0.14),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-hero::before {
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.11), transparent 30%, rgba(53, 208, 226, 0.08) 58%, transparent 80%),
		radial-gradient(ellipse at 82% 44%, rgba(215, 180, 106, 0.14), transparent 26%);
	opacity: 0.82;
	filter: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-hero::after {
	content: "";
	position: absolute;
	inset: auto 7% 12% 7%;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(92, 242, 165, 0.42), rgba(53, 208, 226, 0.72), rgba(215, 180, 106, 0.48), transparent);
	box-shadow:
		0 0 28px rgba(53, 208, 226, 0.28),
		0 0 44px rgba(92, 242, 165, 0.08);
	pointer-events: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-hero__lead {
	text-shadow:
		0 18px 46px rgba(0, 0, 0, 0.34),
		0 0 34px rgba(53, 208, 226, 0.1);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-hero .hero-accent {
	background: linear-gradient(135deg, #ffffff, #d7b46a 46%, #35d0e2 84%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0 18px rgba(215, 180, 106, 0.12));
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-broadcast-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0 0 clamp(1.2rem, 2.5vw, 2rem);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-broadcast-strip__item {
	position: relative;
	overflow: hidden;
	min-height: 126px;
	padding: 1rem;
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
		rgba(5, 10, 22, 0.5);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.045) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-broadcast-strip__item::after {
	content: "";
	position: absolute;
	right: 16px;
	bottom: 14px;
	left: 16px;
	height: 2px;
	background: var(--broadcast-color, var(--corp-action));
	box-shadow: 0 0 24px var(--broadcast-glow, rgba(53, 208, 226, 0.22));
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-broadcast-strip__item--gold {
	--broadcast-color: var(--corp-leadership);
	--broadcast-glow: rgba(215, 180, 106, 0.2);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-broadcast-strip__item--cyan {
	--broadcast-color: var(--corp-action);
	--broadcast-glow: rgba(53, 208, 226, 0.24);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-broadcast-strip__item--green {
	--broadcast-color: var(--corp-momentum);
	--broadcast-glow: rgba(92, 242, 165, 0.16);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-broadcast-strip__item span {
	display: block;
	margin-bottom: 0.55rem;
	color: var(--broadcast-color, var(--corp-action));
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-broadcast-strip__item strong {
	display: block;
	color: var(--ds-text-primary);
	font-size: clamp(1.06rem, 1.6vw, 1.45rem);
	font-weight: 900;
	line-height: 1.08;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-insight-card {
	position: relative;
	overflow: hidden;
	border-color: transparent;
	background:
		linear-gradient(150deg, rgba(53, 208, 226, 0.1), transparent 40%),
		linear-gradient(330deg, rgba(215, 180, 106, 0.07), transparent 42%),
		radial-gradient(circle at 96% 16%, rgba(244, 63, 94, 0.08), transparent 28%),
		linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(6, 12, 24, 0.96));
	box-shadow:
		0 22px 64px rgba(0, 0, 0, 0.24),
		0 0 34px rgba(53, 208, 226, 0.06);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-insight-card::after {
	content: "";
	position: absolute;
	right: 16px;
	bottom: 14px;
	left: 16px;
	height: 1px;
	background: linear-gradient(90deg, rgba(53, 208, 226, 0.42), rgba(215, 180, 106, 0.34), transparent);
	opacity: 0.7;
	pointer-events: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-insight-card.is-primary,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-insight-card.is-position {
	border-color: rgba(250, 204, 21, 0.3);
	background:
		linear-gradient(140deg, rgba(250, 204, 21, 0.2), transparent 38%),
		linear-gradient(320deg, rgba(53, 208, 226, 0.14), transparent 42%),
		radial-gradient(circle at 90% 12%, rgba(34, 197, 94, 0.1), transparent 30%),
		linear-gradient(145deg, rgba(24, 28, 38, 0.94), rgba(6, 12, 24, 0.96));
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-insight-value {
	text-shadow: 0 0 24px rgba(53, 208, 226, 0.12);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-board {
	border-color: rgba(53, 208, 226, 0.3);
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
		radial-gradient(circle at 12% 8%, rgba(53, 208, 226, 0.2), transparent 30%),
		radial-gradient(circle at 82% 0%, rgba(250, 204, 21, 0.16), transparent 30%),
		radial-gradient(circle at 45% 100%, rgba(34, 197, 94, 0.14), transparent 36%),
		radial-gradient(circle at 95% 64%, rgba(217, 70, 239, 0.08), transparent 28%),
		linear-gradient(145deg, rgba(11, 18, 31, 0.98), rgba(4, 7, 18, 0.98));
	background-size: 92px 92px, 92px 92px, auto, auto, auto;
	box-shadow:
		0 38px 120px rgba(0, 0, 0, 0.38),
		0 0 64px rgba(53, 208, 226, 0.12),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-board .section-title {
	text-shadow: 0 0 26px rgba(250, 204, 21, 0.12);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-self-bar {
	border-color: rgba(53, 208, 226, 0.48);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.18), transparent 36%),
		linear-gradient(315deg, rgba(34, 197, 94, 0.12), transparent 42%),
		linear-gradient(135deg, rgba(10, 29, 44, 0.96), rgba(8, 13, 27, 0.98));
	box-shadow:
		0 28px 84px rgba(53, 208, 226, 0.17),
		0 0 0 1px rgba(53, 208, 226, 0.1) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-self-badge,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .you-badge {
	background: rgba(53, 208, 226, 0.18);
	box-shadow: 0 0 22px rgba(53, 208, 226, 0.12);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-card {
	border-color: rgba(148, 163, 184, 0.18);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.1), transparent 34%),
		radial-gradient(circle at 92% 0%, rgba(34, 197, 94, 0.08), transparent 28%),
		linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(7, 13, 26, 0.96));
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-card:hover {
	border-color: rgba(53, 208, 226, 0.42);
	box-shadow:
		0 24px 72px rgba(0, 0, 0, 0.3),
		0 0 36px rgba(53, 208, 226, 0.1);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-card.is-current-user {
	border-color: rgba(53, 208, 226, 0.58);
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.2), transparent 34%),
		linear-gradient(320deg, rgba(34, 197, 94, 0.15), transparent 38%),
		radial-gradient(circle at 96% 18%, rgba(250, 204, 21, 0.12), transparent 28%),
		linear-gradient(145deg, rgba(10, 29, 44, 0.96), rgba(7, 13, 26, 0.98));
	box-shadow:
		0 28px 86px rgba(53, 208, 226, 0.18),
		0 0 0 1px rgba(53, 208, 226, 0.12) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-card.is-rank-1 {
	border-color: rgba(250, 204, 21, 0.42);
	background:
		linear-gradient(135deg, rgba(250, 204, 21, 0.18), transparent 36%),
		radial-gradient(circle at 96% 10%, rgba(53, 208, 226, 0.1), transparent 28%),
		linear-gradient(145deg, rgba(24, 28, 38, 0.94), rgba(7, 13, 26, 0.98));
	box-shadow:
		0 24px 80px rgba(0, 0, 0, 0.28),
		0 0 38px rgba(250, 204, 21, 0.1);
}

@media (prefers-reduced-motion: no-preference) {
	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-hero::after {
		animation: rankingFieldPulse 2.8s ease-in-out infinite;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page .ranking-card.is-current-user {
		animation: rankingCurrentUserGlow 3.4s ease-in-out infinite;
	}
}

@media (max-width: 767.98px) {
	html.corporate-surface:not([data-theme="light-premium"]) .ranking-broadcast-strip {
		grid-template-columns: 1fr;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-broadcast-strip__item {
		min-height: 0;
	}
}

@keyframes rankingFieldPulse {
	0%, 100% {
		opacity: 0.45;
		transform: scaleX(0.92);
	}
	50% {
		opacity: 1;
		transform: scaleX(1);
	}
}

@keyframes rankingCurrentUserGlow {
	0%, 100% {
		box-shadow:
			0 24px 74px rgba(53, 208, 226, 0.14),
			0 0 0 1px rgba(53, 208, 226, 0.1) inset;
	}
	50% {
		box-shadow:
			0 30px 94px rgba(53, 208, 226, 0.22),
			0 0 0 1px rgba(53, 208, 226, 0.16) inset;
	}
}

.corporate-command-main,
.corporate-command-side {
	display: grid;
	gap: 1rem;
}

.corporate-command-kpis--admin {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.corporate-panel {
	padding: clamp(1rem, 2vw, 1.35rem);
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: var(--corp-radius-md);
	background:
		linear-gradient(145deg, rgba(17, 24, 39, 0.94), rgba(11, 18, 32, 0.86)),
		radial-gradient(circle at 92% 0%, rgba(53, 208, 226, 0.06), transparent 28%);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.corporate-panel__header {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.corporate-panel__header h2,
.corporate-panel h2 {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -0.035em;
}

.corporate-panel__header .corporate-section-eyebrow {
	margin-bottom: 0.3rem;
}

.corporate-link-action {
	color: var(--ds-primary);
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.corporate-link-action:hover {
	color: var(--ds-text-primary);
}

.corporate-license-grid,
.corporate-participants-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.corporate-participants-summary {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.corporate-license-grid > div,
.corporate-participants-summary > div {
	padding: 0.9rem;
	border: 1px solid rgba(156, 163, 175, 0.12);
	border-radius: 18px;
	background: rgba(5, 8, 22, 0.38);
}

.corporate-license-grid span,
.corporate-participants-summary span {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--ds-text-muted);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.corporate-license-grid strong,
.corporate-participants-summary strong {
	color: var(--ds-text-primary);
	font-size: 1.05rem;
	font-weight: 800;
}

.corporate-ranking-preview-list,
.corporate-activity-list,
.corporate-quick-actions {
	display: grid;
	gap: 0.65rem;
}

.corporate-ranking-preview-row {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	gap: 0.8rem;
	align-items: center;
	padding: 0.8rem 0.9rem;
	border: 1px solid rgba(156, 163, 175, 0.12);
	border-radius: 16px;
	background: rgba(5, 8, 22, 0.32);
}

.corporate-ranking-preview-row span {
	color: var(--ds-primary);
	font-weight: 800;
}

.corporate-ranking-preview-row strong {
	overflow: hidden;
	color: var(--ds-text-primary);
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.corporate-ranking-preview-row em {
	color: var(--ds-text-secondary);
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}

.corporate-ranking-preview-row.is-current-user {
	border-color: rgba(53, 208, 226, 0.3);
	background: linear-gradient(135deg, rgba(53, 208, 226, 0.12), rgba(53, 208, 226, 0.08));
}

.corporate-ranking-preview-row.is-current-user span,
.corporate-ranking-preview-row.is-current-user em {
	color: var(--ds-primary);
}

.corporate-command-placeholder {
	display: grid;
	justify-items: start;
	gap: 0.75rem;
	padding: 1rem;
	border: 1px dashed rgba(53, 208, 226, 0.22);
	border-radius: 18px;
	color: var(--ds-text-secondary);
	background: rgba(5, 8, 22, 0.24);
}

.corporate-command-placeholder i {
	color: var(--ds-primary);
	font-size: 1.45rem;
}

.corporate-command-placeholder p {
	margin: 0;
}

.corporate-next-action-panel > p {
	max-width: 68ch;
	margin: 0 0 1rem;
	color: var(--ds-text-secondary);
}

.corporate-progress-track {
	position: relative;
	height: 10px;
	margin: 1rem 0;
	overflow: hidden;
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: 999px;
	background: rgba(5, 8, 22, 0.62);
}

.corporate-progress-track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--ds-accent), var(--ds-primary));
	box-shadow: 0 0 24px rgba(53, 208, 226, 0.22);
}

.corporate-activity-list .corporate-activity-item {
	display: grid;
	grid-template-columns: 12px minmax(0, 1fr);
	gap: 0.8rem;
	align-items: start;
	padding: 0.85rem 0;
	border-top: 1px solid rgba(156, 163, 175, 0.12);
}

.corporate-activity-list .corporate-activity-item:first-child {
	border-top: 0;
}

.corporate-activity-list .corporate-activity-item > span {
	width: 0.55rem;
	height: 0.55rem;
	margin-top: 0.35rem;
	border-radius: 999px;
	background: var(--ds-text-muted);
	box-shadow: 0 0 0 5px rgba(156, 163, 175, 0.08);
}

.corporate-activity-list .corporate-activity-item--live > span {
	background: var(--ds-accent);
	box-shadow: 0 0 0 5px rgba(53, 208, 226, 0.1);
}

.corporate-activity-list .corporate-activity-item--warning > span {
	background: var(--ds-warning);
	box-shadow: 0 0 0 5px rgba(255, 184, 77, 0.1);
}

.corporate-activity-list .corporate-activity-item strong {
	display: block;
	color: var(--ds-text-primary);
	font-weight: 800;
}

.corporate-activity-list .corporate-activity-item p,
.corporate-panel-note,
.corporate-coming-panel p,
.corporate-command-empty p {
	margin: 0.2rem 0 0;
	color: var(--ds-text-muted);
}

.corporate-quick-action {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
	padding: 0.8rem 0.95rem;
	border: 1px solid rgba(156, 163, 175, 0.13);
	border-radius: 16px;
	color: var(--ds-text-secondary);
	background: rgba(5, 8, 22, 0.34);
	font-weight: 800;
	text-decoration: none;
	transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

button.corporate-quick-action {
	width: 100%;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.corporate-quick-action span {
	flex: 1;
}

.corporate-quick-action i {
	color: var(--ds-primary);
}

.corporate-quick-action:hover {
	border-color: rgba(53, 208, 226, 0.26);
	color: var(--ds-text-primary);
	transform: translateY(-1px);
}

.corporate-quick-action.is-primary {
	border-color: rgba(53, 208, 226, 0.28);
	color: var(--ds-text-primary);
	background: linear-gradient(135deg, rgba(53, 208, 226, 0.16), rgba(53, 208, 226, 0.08));
}

.corporate-quick-action.is-live {
	border-color: rgba(53, 208, 226, 0.24);
	color: var(--ds-accent);
	background: rgba(53, 208, 226, 0.08);
}

.corporate-quick-action.is-copied {
	border-color: rgba(48, 209, 88, 0.32);
	color: #9ff2b5;
}

html.corporate-surface .dashboard-shell--casazar {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 78% 7%, rgba(214, 179, 106, 0.07), transparent 28%),
		radial-gradient(circle at 12% 36%, rgba(231, 215, 177, 0.035), transparent 22%);
}

html.corporate-surface .dashboard-shell--casazar::before {
	content: "";
	position: absolute;
	inset: -4rem 0 45% 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 0%, rgba(231, 215, 177, 0.048) 48%, transparent 82%),
		repeating-linear-gradient(90deg, rgba(231, 215, 177, 0.021) 0 1px, transparent 1px 78px);
	opacity: 0.5;
	mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-center {
	position: relative;
	isolation: isolate;
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-center::before {
	content: "";
	position: absolute;
	top: clamp(-3.5rem, -5vw, -2rem);
	right: clamp(-8rem, -10vw, -4rem);
	z-index: 0;
	width: clamp(28rem, 50vw, 46rem);
	height: clamp(32rem, 62vw, 54rem);
	border-radius: 999px;
	pointer-events: none;
	background: radial-gradient(ellipse at 50% 54%, rgba(214, 179, 106, 0.15) 0%, rgba(214, 179, 106, 0.075) 30%, rgba(132, 92, 36, 0.035) 58%, transparent 80%);
	filter: blur(48px);
	opacity: 0.68;
	mix-blend-mode: screen;
	transform: rotate(-8deg);
	mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.72) 36%, rgba(0, 0, 0, 0.5) 68%, transparent 100%);
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-center > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-hero,
html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero {
	grid-template-columns: minmax(0, 1fr);
	overflow: hidden;
	border-color: rgba(231, 215, 177, 0.18);
	background:
		radial-gradient(circle at 84% 52%, rgba(214, 179, 106, 0.14), transparent 31%),
		radial-gradient(circle at 72% 90%, rgba(132, 92, 36, 0.1), transparent 30%),
		radial-gradient(circle at 18% 14%, rgba(245, 245, 244, 0.035), transparent 24%),
		linear-gradient(135deg, rgba(12, 18, 36, 0.985), rgba(5, 8, 22, 0.955));
	box-shadow:
		0 32px 90px rgba(0, 0, 0, 0.32),
		0 0 42px rgba(214, 179, 106, 0.055),
		inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-hero::before,
html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero::before {
	background:
		linear-gradient(90deg, rgba(214, 179, 106, 0.085), transparent 38%),
		linear-gradient(rgba(245, 245, 244, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(214, 179, 106, 0.02) 1px, transparent 1px);
	background-size: auto, 68px 68px, 68px 68px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 62%, transparent 100%);
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-hero::after,
html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero::after {
	content: "";
	position: absolute;
	inset: 14% 0 0 52%;
	pointer-events: none;
	background:
		linear-gradient(116deg, transparent 12%, rgba(245, 245, 244, 0.05) 42%, transparent 60%),
		radial-gradient(circle at 70% 36%, rgba(214, 179, 106, 0.12), transparent 32%);
	filter: blur(0.3px);
	opacity: 0.64;
	mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.32) 18%, #000 42%, #000 100%);
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-hero__content,
html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero__content {
	position: relative;
	z-index: 3;
	max-width: min(100%, 920px);
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-hero__visual,
html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero__visual {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	pointer-events: none;
}

.casazar-dashboard-hero-logo {
	position: absolute;
	top: clamp(1rem, 2vw, 1.35rem);
	right: clamp(1.65rem, 4vw, 3.35rem);
	z-index: 4;
	width: clamp(104px, 10vw, 142px);
	height: auto;
	opacity: 0.46;
	filter:
		saturate(0.95)
		drop-shadow(0 0 22px rgba(214, 179, 106, 0.15));
	pointer-events: none;
}

.casazar-dashboard-hero-visual {
	position: absolute;
	top: clamp(6.25rem, 8.8vw, 7.35rem);
	right: clamp(1.65rem, 4vw, 3.35rem);
	bottom: clamp(1rem, 2vw, 1.4rem);
	z-index: 1;
	width: clamp(104px, 10vw, 142px);
	height: auto;
	min-height: 0;
	isolation: isolate;
	pointer-events: none;
}

.casazar-dashboard-hero-visual__aura,
.casazar-dashboard-hero-visual__reflection,
.casazar-dashboard-hero-visual__bottle {
	position: absolute;
	pointer-events: none;
}

.casazar-dashboard-hero-visual__aura {
	top: 50%;
	left: 50%;
	width: clamp(270px, 28vw, 420px);
	height: clamp(260px, 40vw, 560px);
	border-radius: 999px;
	background:
		radial-gradient(circle at 52% 38%, rgba(245, 237, 203, 0.16), transparent 21%),
		radial-gradient(circle at 52% 52%, rgba(214, 179, 106, 0.38), transparent 34%),
		radial-gradient(circle at 58% 72%, rgba(132, 92, 36, 0.22), transparent 52%);
	filter: blur(34px);
	opacity: 0.72;
	transform: translate(-50%, -50%);
}

.casazar-dashboard-hero-visual__reflection {
	left: 50%;
	bottom: -1%;
	width: 150%;
	height: 14%;
	border-radius: 999px;
	background: radial-gradient(ellipse, rgba(0, 0, 0, 0.58), transparent 70%);
	filter: blur(12px);
	opacity: 0.62;
	transform: translateX(-50%);
}

.casazar-dashboard-hero-visual__bottle {
	left: 50%;
	right: auto;
	top: 0;
	bottom: auto;
	height: 100%;
	width: auto;
	max-height: 100%;
	max-width: none;
	object-fit: contain;
	opacity: 0.9;
	transform: translateX(-50%);
	filter:
		saturate(1.04)
		contrast(1.08)
		drop-shadow(0 28px 44px rgba(0, 0, 0, 0.5))
		drop-shadow(0 0 30px rgba(214, 179, 106, 0.15));
}

html.corporate-surface .dashboard-shell--casazar .corporate-section-eyebrow {
	color: #35d0e2;
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-hero .corporate-section-title,
html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero .corporate-section-title,
html.corporate-surface .dashboard-shell--casazar .corporate-panel__header h2,
html.corporate-surface .dashboard-shell--casazar .corporate-panel h2 {
	color: #f7f4ec;
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-hero .corporate-section-title,
html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero .corporate-section-title {
	max-width: min(100%, 860px);
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-hero .corporate-section-copy,
html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero .corporate-section-copy,
html.corporate-surface .dashboard-shell--casazar .corporate-next-action-panel > p,
html.corporate-surface .dashboard-shell--casazar .corporate-activity-list .corporate-activity-item p,
html.corporate-surface .dashboard-shell--casazar .corporate-panel-note {
	color: rgba(226, 232, 240, 0.66);
}

html.corporate-surface .dashboard-shell--casazar .badge-premium,
html.corporate-surface .dashboard-shell--casazar .badge-muted,
html.corporate-surface .dashboard-shell--casazar .badge-live {
	border-color: rgba(231, 215, 177, 0.2);
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.1), rgba(5, 8, 22, 0.36)),
		rgba(5, 8, 22, 0.62);
	color: #e7d7b1;
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.055);
}

html.corporate-surface .dashboard-shell--casazar .btn-primary-gradient {
	border: 1px solid rgba(53, 208, 226, 0.54);
	background:
		linear-gradient(135deg, #c7f7ff 0%, #35d0e2 48%, #c7f7ff 100%);
	color: #07111f;
	box-shadow:
		0 18px 42px rgba(214, 179, 106, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

html.corporate-surface .dashboard-shell--casazar .btn-secondary-soft {
	border-color: rgba(231, 215, 177, 0.18);
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.055), rgba(5, 8, 22, 0.44)),
		rgba(5, 8, 22, 0.72);
	color: #efe4c6;
}

html.corporate-surface .dashboard-shell--casazar .corporate-panel,
html.corporate-surface .dashboard-shell--casazar .corporate-stat-card {
	border-color: rgba(231, 215, 177, 0.15);
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.04), transparent 34%),
		linear-gradient(145deg, rgba(12, 18, 36, 0.94), rgba(5, 8, 22, 0.88));
	box-shadow:
		0 24px 68px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

html.corporate-surface .dashboard-shell--casazar .corporate-stat-card__icon,
html.corporate-surface .dashboard-shell--casazar .corporate-quick-action i {
	border-color: rgba(231, 215, 177, 0.18);
	background: rgba(214, 179, 106, 0.08);
	color: #35d0e2;
}

html.corporate-surface .dashboard-shell--casazar .corporate-progress-track {
	border-color: rgba(231, 215, 177, 0.16);
	background: rgba(5, 8, 22, 0.7);
}

html.corporate-surface .dashboard-shell--casazar .corporate-progress-track span {
	background: linear-gradient(90deg, #35d0e2, #c7f7ff);
	box-shadow: 0 0 24px rgba(214, 179, 106, 0.18);
}

html.corporate-surface .dashboard-shell--casazar .corporate-ranking-preview-row,
html.corporate-surface .dashboard-shell--casazar .corporate-quick-action,
html.corporate-surface .dashboard-shell--casazar .corporate-command-placeholder {
	border-color: rgba(231, 215, 177, 0.12);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.026), transparent 52%),
		rgba(5, 8, 22, 0.56);
}

html.corporate-surface .dashboard-shell--casazar .corporate-ranking-preview-row span,
html.corporate-surface .dashboard-shell--casazar .corporate-link-action,
html.corporate-surface .dashboard-shell--casazar .corporate-ranking-preview-row.is-current-user span,
html.corporate-surface .dashboard-shell--casazar .corporate-ranking-preview-row.is-current-user em {
	color: #35d0e2;
}

html.corporate-surface .dashboard-shell--casazar .corporate-quick-action:hover,
html.corporate-surface .dashboard-shell--casazar .corporate-quick-action.is-primary {
	border-color: rgba(214, 179, 106, 0.34);
	background:
		linear-gradient(135deg, rgba(214, 179, 106, 0.13), rgba(5, 8, 22, 0.58)),
		rgba(5, 8, 22, 0.68);
}

html.corporate-surface .dashboard-shell--casazar .corporate-quick-action.is-live,
html.corporate-surface .dashboard-shell--casazar .corporate-activity-list .corporate-activity-item--live > span {
	color: #c7f7ff;
	background: rgba(214, 179, 106, 0.12);
}

html.corporate-surface .dashboard-shell--casazar .corporate-activity-list .corporate-activity-item {
	border-color: rgba(231, 215, 177, 0.09);
}

html.corporate-surface .dashboard-shell--casazar .corporate-activity-list .corporate-activity-item > span {
	background: #35d0e2;
	box-shadow: 0 0 0 5px rgba(214, 179, 106, 0.08);
}

html.corporate-surface .dashboard-shell--casazar .corporate-command-hero--actions-only .casazar-dashboard-hero-logo {
	width: clamp(84px, 10vw, 118px);
	opacity: 0.32;
}

.corporate-participant-push .push-optin-card {
	border-color: rgba(53, 208, 226, 0.18);
	background:
		radial-gradient(circle at 12% 20%, rgba(53, 208, 226, 0.14), transparent 28%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.9));
}

.corporate-participants-panel .corporate-panel-note {
	margin-top: 0.8rem;
	font-size: 0.86rem;
}

.corporate-coming-panel {
	position: relative;
	overflow: hidden;
}

.corporate-coming-panel::after {
	position: absolute;
	right: -44px;
	bottom: -54px;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(53, 208, 226, 0.16);
	border-radius: 999px;
	content: "";
}

.corporate-coming-panel h2 {
	margin: 0.85rem 0 0.4rem;
}

.corporate-command-empty {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.corporate-new-user-paths {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	gap: 1rem;
	align-items: stretch;
	max-width: none;
}

.corporate-new-user-path-card {
	display: grid;
	align-content: start;
	grid-template-columns: 1fr;
	gap: 1.15rem;
	min-width: 0;
	padding: clamp(1.2rem, 2vw, 1.55rem);
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.024), transparent 45%),
		rgba(5, 8, 22, 0.44);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

.corporate-new-user-path-card--plans {
	align-content: center;
	gap: 1.25rem;
	border-color: rgba(53, 208, 226, 0.24);
	background:
		radial-gradient(circle at 88% 18%, rgba(53, 208, 226, 0.2), transparent 30%),
		linear-gradient(135deg, rgba(53, 208, 226, 0.12), rgba(99, 102, 241, 0.12) 44%, rgba(5, 8, 22, 0.62));
	box-shadow:
		inset 0 1px 0 rgba(245, 245, 244, 0.05),
		0 18px 56px rgba(0, 0, 0, 0.18);
}

.corporate-new-user-path-card__head {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	min-width: 0;
	text-align: left;
}

.corporate-new-user-path-card__head > span {
	display: inline-grid;
	width: 2.35rem;
	height: 2.35rem;
	place-items: center;
	border: 1px solid rgba(53, 208, 226, 0.2);
	border-radius: 16px;
	color: var(--ds-accent);
	background: rgba(53, 208, 226, 0.08);
}

.corporate-new-user-path-card--plans .corporate-new-user-path-card__head > span {
	border-color: rgba(53, 208, 226, 0.3);
	color: var(--ds-accent);
	background: linear-gradient(135deg, rgba(53, 208, 226, 0.16), rgba(99, 102, 241, 0.14));
}

.corporate-new-user-path-card h2 {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: clamp(1.12rem, 2vw, 1.32rem);
	font-weight: 850;
	letter-spacing: -0.02em;
	line-height: 1.08;
}

.corporate-new-user-path-card p {
	margin: 0.25rem 0 0;
	color: var(--ds-text-muted);
	font-size: clamp(0.9rem, 1.25vw, 1rem);
	line-height: 1.38;
}

.corporate-new-user-path-card--plans .btn-primary-gradient {
	width: 100%;
	justify-content: center;
	box-shadow: 0 18px 44px rgba(53, 208, 226, 0.16);
}

.corporate-new-user-join-form label {
	display: block;
	grid-column: 1 / -1;
	margin-bottom: -0.35rem;
	color: var(--ds-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.corporate-new-user-join-form {
	grid-template-columns: 1fr;
	margin-top: 0;
}

.corporate-new-user-join-form > div {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
	gap: 0.75rem;
	align-items: center;
	min-width: 0;
}

.corporate-new-user-join-form .btn-secondary-soft {
	justify-content: center;
	min-height: 54px;
	white-space: nowrap;
}

.corporate-new-user-join-form .form-control-premium {
	min-width: 0;
}

.corporate-new-user-guide {
	display: grid;
	gap: 1.25rem;
}

.corporate-new-user-guide__intro {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.corporate-new-user-guide__intro h2 {
	margin: 0.25rem 0 0.45rem;
	color: var(--ds-text-primary);
	font-size: clamp(1.45rem, 2.6vw, 2.2rem);
	letter-spacing: -0.03em;
}

.corporate-new-user-guide__intro p:not(.corporate-section-eyebrow) {
	max-width: 760px;
	margin: 0;
	color: var(--ds-text-secondary);
}

.corporate-new-user-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.corporate-new-user-benefit {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.8rem;
	min-height: 132px;
	padding: 1rem;
	border: 1px solid rgba(156, 163, 175, 0.13);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.88), rgba(5, 8, 22, 0.68)),
		rgba(5, 8, 22, 0.38);
}

.corporate-new-user-benefit > span {
	display: inline-grid;
	width: 2.1rem;
	height: 2.1rem;
	place-items: center;
	border: 1px solid rgba(53, 208, 226, 0.24);
	border-radius: 999px;
	color: var(--ds-primary);
	background: rgba(53, 208, 226, 0.08);
	font-size: 0.86rem;
	font-weight: 900;
}

.corporate-new-user-benefit h3 {
	margin: 0;
	color: var(--ds-text-primary);
	font-size: 1rem;
	font-weight: 850;
	letter-spacing: -0.02em;
}

.corporate-new-user-benefit p {
	margin: 0.35rem 0 0;
	color: var(--ds-text-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.corporate-new-user-cta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid var(--ds-border-strong);
	border-radius: 20px;
	background:
		radial-gradient(circle at 92% 18%, rgba(53, 208, 226, 0.1), transparent 30%),
		linear-gradient(135deg, rgba(53, 208, 226, 0.08), rgba(17, 24, 39, 0.78));
}

.corporate-new-user-cta-row h3 {
	margin: 0 0 0.25rem;
	color: var(--ds-text-primary);
	font-size: clamp(1.05rem, 2vw, 1.32rem);
	font-weight: 850;
	letter-spacing: -0.025em;
}

.corporate-new-user-cta-row p {
	max-width: 720px;
	margin: 0;
	color: var(--ds-text-secondary);
	font-size: 0.95rem;
	line-height: 1.48;
}

.corporate-new-user-cta-row .btn-secondary-soft {
	flex: 0 0 auto;
	white-space: nowrap;
}

.corporate-new-user-invitation-note {
	display: grid;
	gap: 0.25rem;
	padding-top: 0.25rem;
}

.corporate-new-user-invitation-note strong {
	color: var(--ds-primary);
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.corporate-new-user-invitation-note p {
	max-width: 760px;
	margin: 0;
	color: var(--ds-text-muted);
	font-size: 0.94rem;
	line-height: 1.5;
}

.corporate-dashboard-pricing {
	scroll-margin-top: 104px;
}

.corporate-dashboard-pricing .corporate-landing-section {
	border-color: rgba(53, 208, 226, 0.18);
	background:
		linear-gradient(145deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.9)),
		radial-gradient(circle at 84% 10%, rgba(53, 208, 226, 0.08), transparent 28%);
}

.corporate-empty-card__icon {
	display: inline-grid;
	flex: 0 0 auto;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border: 1px solid rgba(53, 208, 226, 0.22);
	border-radius: 18px;
	color: var(--ds-primary);
	background: rgba(53, 208, 226, 0.08);
}

@media (max-width: 991.98px) {
	.app-navbar {
		background: rgba(5, 8, 22, 0.96);
	}

	.navbar-collapse {
		padding: 1rem 0 0.35rem;
	}

	.app-navbar .navbar-nav {
		align-items: stretch !important;
	}

	.app-navbar .nav-link,
	.app-navbar .profile-switcher,
	.app-navbar .btn-primary-gradient {
		justify-content: center;
		width: 100%;
	}

	.home-hero .corporate-live-network {
		width: min(62vw, 280px);
		margin-top: 1rem;
		opacity: 0.86;
		transform: none;
	}

	.casazar-home-invite {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.casazar-home-invite__cta {
		justify-self: start;
	}

	.corporate-ai-home-cta {
		grid-template-columns: 1fr;
		align-items: start;
		padding: 1.15rem;
	}

	.corporate-message-home-cta {
		grid-template-columns: 1fr;
		align-items: start;
		padding: 1.15rem;
	}

	.corporate-ai-home-cta__icon {
		width: 52px;
		height: 52px;
		border-radius: 18px;
	}

	.corporate-message-home-cta__icon {
		width: 52px;
		height: 52px;
		border-radius: 18px;
	}

	.corporate-ai-home-cta__actions {
		justify-content: stretch;
		width: 100%;
	}

	.corporate-ai-home-cta__actions .btn-primary-gradient,
	.corporate-ai-home-cta__actions .btn-secondary-soft {
		width: 100%;
	}

	.corporate-message-home-cta .btn-primary-gradient {
		width: 100%;
		justify-content: center;
	}

	html.corporate-surface .home-hero .app-hero-title {
		max-width: 100%;
		font-size: clamp(2.7rem, 8vw, 3.25rem);
		line-height: 0.98;
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby {
		min-height: 420px;
		align-items: end;
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby .section-title {
		max-width: 680px;
		font-size: clamp(2.4rem, 8vw, 4rem);
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby .app-hero-title {
		max-width: 680px;
		font-size: clamp(2.4rem, 8vw, 4rem);
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby .pools-hero__actions {
		width: 100%;
	}

	.casazar-league-agave {
		right: -12%;
		width: clamp(280px, 42vw, 410px);
		opacity: 0.82;
	}

	.casazar-league-agave__mark {
		opacity: 0.12;
	}

	.casazar-club-access {
		grid-template-columns: 1fr;
	}

	.casazar-club-access__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.matches-hero .corporate-live-network {
		width: min(46vw, 190px);
		margin: 1rem auto 0;
	}

	.corporate-feature-grid,
	.corporate-activity-strip,
	.corporate-launch-grid,
	.corporate-outcome-grid,
	.corporate-events-grid,
	.corporate-pricing-intro,
	.corporate-pricing-compact-list,
	.corporate-pricing-premium-list,
	.corporate-live-stack,
	.corporate-control-grid,
	.corporate-flow-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.corporate-capability-grid {
		grid-template-columns: 1fr;
	}

	.corporate-capability-group {
		border-right: 0;
		border-bottom: 1px solid rgba(156, 163, 175, 0.12);
	}

	.corporate-capability-group:last-child {
		border-bottom: 0;
	}

	.corporate-pricing-business-card {
		grid-template-columns: 1fr;
	}

	.corporate-pricing-business-card__footer {
		justify-items: start;
	}

	.corporate-pricing-enterprise-card {
		grid-template-columns: 1fr;
	}

	.corporate-launch-grid {
		grid-template-columns: 1fr;
	}

	.corporate-launch-card__header {
		padding-right: 0;
	}

	.corporate-launch-card__lists {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.corporate-pricing-enterprise-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.corporate-pricing-enterprise-card__action {
		min-height: auto;
	}

	.corporate-live-card {
		min-height: 190px;
	}

	.corporate-command-hero,
	.corporate-participant-hero,
	.corporate-command-layout {
		grid-template-columns: 1fr;
	}

	.corporate-command-hero,
	.corporate-participant-hero {
		min-height: auto;
	}

	.corporate-command-hero__visual {
		justify-content: center;
	}

	html.corporate-surface .dashboard-shell--casazar .corporate-command-hero,
	html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero {
		min-height: 340px;
		padding-right: clamp(1.25rem, 23vw, 12rem);
	}

	.casazar-dashboard-hero-logo {
		right: clamp(0.9rem, 2vw, 1.2rem);
		width: clamp(88px, 18vw, 126px);
		opacity: 0.42;
	}

	.casazar-dashboard-hero-visual {
		top: clamp(6.2rem, 11vw, 7rem);
		right: clamp(0.9rem, 2vw, 1.2rem);
		bottom: clamp(0.9rem, 2vw, 1.2rem);
		width: clamp(88px, 18vw, 126px);
		height: auto;
		min-height: 0;
		margin: 0;
		opacity: 0.82;
	}

	.casazar-dashboard-hero-visual__aura {
		width: clamp(220px, 34vw, 350px);
		height: clamp(230px, 44vw, 420px);
		opacity: 0.58;
	}

	.casazar-dashboard-hero-visual__bottle {
		left: 50%;
		right: auto;
		top: 0;
		bottom: auto;
		height: 100%;
		opacity: 0.78;
		transform: translateX(-50%);
	}

	html.corporate-surface .matches-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	html.corporate-surface .matches-hero--casazar {
		min-height: 315px;
		padding-right: clamp(1.25rem, 24vw, 12rem);
	}

	.casazar-matches-agave__glow {
		right: -12%;
		width: clamp(250px, 42vw, 380px);
		height: clamp(250px, 42vw, 380px);
		opacity: 0.52;
	}

	.casazar-matches-agave__mark {
		right: -10%;
		width: clamp(230px, 34vw, 300px);
		opacity: 0.12;
	}

	html.corporate-surface .play-hero--casazar {
		grid-template-columns: 1fr;
		min-height: 255px;
	}

	html.corporate-surface .play-hero--casazar .matches-hero__content {
		padding-top: 0;
		max-width: calc(100% - min(30vw, 190px));
	}

	.casazar-play-hero-logo {
		top: 1rem;
		left: 1rem;
		width: clamp(104px, 15vw, 138px);
		opacity: 0.7;
	}

	.casazar-play-bottle-hero {
		position: absolute;
		inset: 0 clamp(0.4rem, 1.6vw, 0.9rem) 0 auto;
		width: min(28vw, 180px);
		min-height: 0;
		opacity: 0.64;
	}

	.casazar-play-bottle-hero__aura {
		inset: 14% -16% 10% -12%;
		opacity: 0.44;
	}

	.casazar-play-bottle-hero__image {
		top: 57%;
		right: 0;
		bottom: auto;
		height: min(70%, 238px);
		opacity: 0.72;
		transform: translateY(-50%);
	}

	.casazar-play-bottle-hero__logo {
		top: 1rem;
		right: 0;
		width: clamp(74px, 14vw, 98px);
		opacity: 0.32;
	}

	html.corporate-surface .play-page.play-page--casazar::after {
		width: min(32vw, 220px);
		opacity: 0.04;
	}

	html.corporate-surface .ranking-page .ranking-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	html.corporate-surface .ranking-page .ranking-hero__content {
		width: 100%;
		min-width: 0;
	}

	html.corporate-surface .ranking-page .ranking-hero__lead,
	html.corporate-surface .ranking-page .ranking-hero__copy {
		max-width: 100%;
	}

	html.corporate-surface .ranking-page .ranking-hero__actions {
		position: absolute;
		top: 1rem;
		right: 1rem;
		width: 86px;
		min-width: 0;
		pointer-events: none;
	}

	html.corporate-surface .ranking-page .ranking-hero__actions .corporate-live-network {
		width: 86px;
		opacity: 0.62;
	}

	html.corporate-surface .ranking-page--casazar .ranking-hero__actions--casazar-agave {
		inset: 0;
		top: 0;
		right: 0;
		width: auto;
	}

	.casazar-ranking-agave__glow {
		right: -12%;
		width: clamp(250px, 42vw, 380px);
		height: clamp(250px, 42vw, 380px);
		opacity: 0.55;
	}

	.casazar-ranking-agave__mark {
		right: -10%;
		width: clamp(230px, 34vw, 320px);
		opacity: 0.1;
	}

	html.corporate-surface .matches-hero > .corporate-live-network {
		position: absolute;
		top: 1rem;
		right: 1rem;
		width: 86px;
		opacity: 0.62;
		pointer-events: none;
	}

	html.corporate-surface .matches-hero .matches-stats-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.45rem;
	}

	html.corporate-surface .matches-hero .matches-stat {
		padding: 0.55rem 0.45rem;
		text-align: center;
	}

	html.corporate-surface .matches-hero .matches-stat strong {
		font-size: 1.2rem;
	}

	html.corporate-surface .matches-hero .matches-stat span {
		font-size: 0.58rem;
		letter-spacing: 0.04em;
	}

	.corporate-command-kpis,
	.corporate-participant-kpis {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.corporate-command-kpis--admin {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.corporate-license-grid,
	.corporate-participants-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	html.corporate-surface .pools-page .member-panel-grid,
	html.corporate-surface .pools-page .push-broadcast-grid,
	html.corporate-surface .pools-page .prize-pool-card {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .pools-page .pool-code-grid {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .pools-page .copy-link-button {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.casazar-bottle-silhouette {
		top: 44%;
		width: 132px;
		height: 56vh;
		opacity: 0.08;
		filter:
			blur(1.8px)
			drop-shadow(0 0 24px rgba(212, 175, 88, 0.08));
	}

	.casazar-bottle-silhouette--left {
		transform: translate(-190%, -50%) rotate(-7deg);
	}

	.casazar-bottle-silhouette--right {
		transform: translate(90%, -50%) rotate(7deg);
	}

	.casazar-bottle-silhouette::before {
		opacity: 0.46;
		filter: blur(20px);
	}

	.corporate-card,
	.corporate-panel,
	.corporate-stat-card,
	.corporate-action-card,
	.corporate-empty-card,
	.glass-card {
		border-radius: var(--corp-radius-md);
	}

	.corporate-section-header,
	.section-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.corporate-action-card {
		align-items: stretch;
		flex-direction: column;
	}

	.corporate-btn-primary,
	.corporate-btn-secondary,
	.corporate-btn-ghost,
	.corporate-btn-danger {
		width: 100%;
	}

	.home-hero .corporate-live-network {
		width: min(68vw, 230px);
	}

	.casazar-home-invite {
		padding: 1rem;
	}

	.casazar-home-invite__brand img {
		width: 120px;
	}

	.casazar-home-invite__content h2 {
		font-size: 1.35rem;
	}

	.casazar-home-invite__cta {
		width: 100%;
	}

	html.corporate-surface .home-hero .app-hero-title {
		max-width: 320px;
		font-size: 2.2rem;
		line-height: 1.02;
		letter-spacing: 0;
	}

	html.corporate-surface .home-hero .app-hero-subtitle {
		max-width: 320px;
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby {
		min-height: 0;
		padding: 1.15rem;
		border-radius: 24px;
	}

	.casazar-league-hero-logo {
		top: 1rem;
		right: 1rem;
		width: 108px;
		opacity: 0.46;
	}

	.casazar-league-agave {
		top: 30%;
		right: -5.25rem;
		width: 260px;
	}

	.casazar-league-agave__glow {
		opacity: 0.56;
		filter: blur(28px);
	}

	.casazar-league-agave__mark {
		opacity: 0.095;
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby .section-title {
		max-width: 330px;
		font-size: 2.25rem;
		line-height: 1.02;
		letter-spacing: 0;
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby .app-hero-title {
		max-width: 330px;
		font-size: 2.25rem;
		line-height: 1.02;
		letter-spacing: 0;
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby .section-copy {
		max-width: 310px;
		font-size: 0.98rem;
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby .app-hero-subtitle {
		max-width: 310px;
		font-size: 0.98rem;
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby .manage-hero-metrics {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .pools-page .pools-hero--casazar-lobby .pools-hero__actions,
	html.corporate-surface .pools-page .pools-hero--casazar-lobby .btn-primary-gradient,
	html.corporate-surface .pools-page .pools-hero--casazar-lobby .btn-secondary-soft {
		width: 100%;
	}

	.casazar-club-access__grid {
		grid-template-columns: 1fr;
	}

	.corporate-landing-section {
		padding: 1.25rem;
		border-radius: 22px;
	}

	.corporate-feature-grid,
	.corporate-activity-strip,
	.corporate-value-grid,
	.corporate-model-grid,
	.corporate-launch-grid,
	.corporate-outcome-grid,
	.corporate-events-grid,
	.corporate-ai-studio-section,
	.corporate-proof-section,
	.corporate-proof-card,
	.corporate-pricing-intro,
	.corporate-pricing-compact-list,
	.corporate-pricing-premium-list,
	.corporate-live-stack,
	.corporate-control-grid,
	.corporate-flow-grid {
		grid-template-columns: 1fr;
	}

	.corporate-launch-card {
		border-radius: 22px;
		padding: 1rem;
	}

	.corporate-launch-card__header {
		padding-right: 0;
	}

	.corporate-launch-card .corporate-pricing-badge {
		position: static;
		justify-self: start;
		order: -1;
	}

	.corporate-launch-card__lists {
		grid-template-columns: 1fr;
	}

	.corporate-launch-card > a {
		justify-self: stretch;
	}

	.corporate-ai-studio-preview__hero {
		grid-template-columns: 1fr;
		min-height: 320px;
	}

	.corporate-ai-studio-preview__copy {
		min-height: 155px;
	}

	.corporate-ai-studio-preview__image {
		min-height: 165px;
		border-radius: 22px;
	}

	.corporate-pricing-tier__intro {
		align-items: flex-start;
		flex-direction: column;
	}

	.corporate-pricing-tier__intro p {
		text-align: left;
	}

	.corporate-pricing-compact-card {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.corporate-pricing-enterprise-card {
		padding: 1rem;
		border-radius: 24px;
	}

	.corporate-pricing-enterprise-features {
		grid-template-columns: 1fr;
	}

	.corporate-pricing-enterprise-card__action {
		border-radius: 18px;
	}

	.corporate-feature-card,
	.corporate-value-card,
	.corporate-model-card,
	.corporate-live-card,
	.corporate-control-item,
	.corporate-flow-step {
		min-height: auto;
	}

	.corporate-proof-visual {
		min-height: 220px;
	}

	.corporate-proof-domain {
		width: 100%;
		border-radius: 16px;
	}

	.corporate-proof-section__header {
		align-items: flex-start;
	}

	.corporate-proof-actions,
	.corporate-proof-cta {
		width: 100%;
	}

	.corporate-proof-cta {
		justify-content: center;
	}

	.corporate-control-item {
		gap: 1rem;
	}

	.corporate-flow-step p {
		max-width: none;
	}

	.corporate-closing-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.corporate-command-hero,
	.corporate-participant-hero {
		padding: 1.25rem;
	}

	.corporate-command-hero .corporate-section-title,
	.corporate-participant-hero .corporate-section-title {
		font-size: clamp(2.15rem, 15vw, 3.1rem);
	}

	html.corporate-surface .matches-hero .app-hero-title {
		max-width: calc(100% - 72px);
		font-size: 2rem;
	}

	html.corporate-surface .matches-hero--casazar {
		min-height: 260px;
		padding-right: 4.6rem;
	}

	.casazar-matches-agave__glow {
		top: 35%;
		right: -5.5rem;
		width: 230px;
		height: 230px;
		opacity: 0.42;
	}

	.casazar-matches-agave__mark {
		top: 35%;
		right: -4.75rem;
		width: 210px;
		opacity: 0.1;
	}

	html.corporate-surface .dashboard-shell--casazar .corporate-command-hero,
	html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero {
		min-height: 250px;
		padding-right: 5.4rem;
	}

	html.corporate-surface .dashboard-shell--casazar .corporate-command-hero .corporate-section-title,
	html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero .corporate-section-title {
		max-width: calc(100% - 1rem);
		font-size: clamp(2rem, 11vw, 2.65rem);
	}

	html.corporate-surface .dashboard-shell--casazar .corporate-command-hero .corporate-section-copy,
	html.corporate-surface .dashboard-shell--casazar .corporate-participant-hero .corporate-section-copy {
		max-width: 100%;
		font-size: 0.92rem;
	}

	.casazar-dashboard-hero-logo {
		top: 1rem;
		right: 0.85rem;
		width: 72px;
		opacity: 0.38;
	}

	.casazar-dashboard-hero-visual {
		position: absolute;
		inset: 4.95rem 0.85rem 1rem auto;
		width: 72px;
		height: auto;
		min-height: 0;
		margin: 0;
		opacity: 0.58;
	}

	.casazar-dashboard-hero-visual__aura {
		width: 190px;
		height: 250px;
		filter: blur(24px);
		opacity: 0.44;
	}

	.casazar-dashboard-hero-visual__reflection {
		left: 50%;
		bottom: -0.15rem;
		width: 120%;
		opacity: 0.34;
		transform: translateX(-50%);
	}

	.casazar-dashboard-hero-visual__bottle {
		left: 50%;
		right: auto;
		top: 0;
		bottom: auto;
		height: 100%;
		opacity: 0.6;
		transform: translateX(-50%);
	}

	html.corporate-surface .play-hero--casazar {
		min-height: 194px;
		padding-right: 5.2rem;
	}

	html.corporate-surface .play-hero--casazar .matches-hero__content {
		max-width: calc(100% - 4rem);
		padding-top: 0;
	}

	.casazar-play-hero-logo {
		top: 0.9rem;
		left: 0.95rem;
		width: 82px;
		opacity: 0.58;
	}

	.casazar-play-bottle-hero {
		display: block;
		position: absolute;
		inset: 0 0.65rem 0 auto;
		width: 82px;
		min-height: 0;
		opacity: 0.42;
	}

	.casazar-play-bottle-hero__aura {
		inset: 16% -26% 12% -28%;
		filter: blur(20px);
		opacity: 0.36;
	}

	.casazar-play-bottle-hero__shadow {
		right: 0;
		bottom: 0.8rem;
		width: 86%;
		opacity: 0.34;
	}

	.casazar-play-bottle-hero__image {
		top: 58%;
		right: 0;
		bottom: auto;
		height: 128px;
		opacity: 0.58;
		transform: translateY(-50%);
	}

	.casazar-play-bottle-hero__logo {
		top: 0.95rem;
		right: -0.2rem;
		width: 58px;
		opacity: 0.26;
	}

	html.corporate-surface .play-page.play-page--casazar::after {
		display: block;
		top: 7.5rem;
		right: 0.45rem;
		width: 96px;
		height: 300px;
		opacity: 0.018;
	}

	html.corporate-surface .ranking-page .ranking-hero {
		padding: 0.95rem 1rem;
		border-radius: 20px;
	}

	html.corporate-surface .ranking-page .ranking-hero__eyebrow {
		width: auto;
		max-width: calc(100% - 68px);
		margin-bottom: 0.35rem !important;
		font-size: 0.62rem;
		letter-spacing: 0.09em;
		white-space: normal;
	}

	html.corporate-surface .ranking-page .ranking-hero__lead {
		max-width: 100%;
		margin-bottom: 0.45rem;
		font-size: clamp(1.95rem, 10.5vw, 2.55rem);
		line-height: 1;
		letter-spacing: 0;
	}

	html.corporate-surface .ranking-page .ranking-hero__copy {
		max-width: 100%;
		font-size: 0.86rem;
		line-height: 1.28;
	}

	html.corporate-surface .ranking-page .ranking-hero__actions {
		top: 0.8rem;
		right: 0.8rem;
		width: 62px;
	}

	html.corporate-surface .ranking-page .ranking-hero__actions .corporate-live-network {
		width: 62px;
		opacity: 0.44;
	}

	html.corporate-surface .ranking-page--casazar .ranking-hero__actions--casazar-agave {
		inset: 0;
		top: 0;
		right: 0;
		width: auto;
	}

	.casazar-ranking-agave__glow {
		top: 34%;
		right: -5.5rem;
		width: 240px;
		height: 240px;
		opacity: 0.42;
	}

	.casazar-ranking-agave__mark {
		top: 34%;
		right: -5rem;
		width: 230px;
		opacity: 0.085;
	}

	html.corporate-surface .ranking-page .corporate-award-tabs {
		gap: 0.35rem;
		margin-bottom: 0.75rem;
		padding: 0.35rem;
		border-radius: 16px;
		scroll-padding-inline: 0.35rem;
	}

	html.corporate-surface .ranking-page .corporate-award-tab {
		flex-basis: 104px;
		padding: 0.45rem 0.55rem;
		border-radius: 12px;
	}

	html.corporate-surface .ranking-page .corporate-award-tab span {
		font-size: 0.72rem;
		line-height: 1.1;
	}

	html.corporate-surface .ranking-page .corporate-award-tab small {
		font-size: 0.6rem;
		line-height: 1.1;
	}

	html.corporate-surface .ranking-page .ranking-insights-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
		margin-top: 0.75rem;
	}

	html.corporate-surface .ranking-page .ranking-insight-card {
		min-height: 86px;
		padding: 0.65rem;
		border-radius: 16px;
	}

	html.corporate-surface .ranking-page .ranking-insight-icon {
		width: 1.75rem;
		height: 1.75rem;
		font-size: 0.8rem;
	}

	html.corporate-surface .ranking-page .ranking-insight-label {
		font-size: 0.6rem;
		letter-spacing: 0.08em;
	}

	html.corporate-surface .ranking-page .ranking-insight-value {
		font-size: clamp(1.05rem, 5vw, 1.32rem);
		line-height: 1;
	}

	html.corporate-surface .ranking-page .ranking-insight-text {
		display: -webkit-box;
		overflow: hidden;
		font-size: 0.68rem;
		line-height: 1.18;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	html.corporate-surface .ranking-page .ranking-layout {
		gap: 0.75rem;
		margin-top: 0.75rem;
	}

	html.corporate-surface .ranking-page .ranking-board {
		padding: 0.85rem;
		border-radius: 18px;
	}

	html.corporate-surface .ranking-page .ranking-board .section-header {
		gap: 0.6rem;
		margin-bottom: 0.55rem !important;
	}

	html.corporate-surface .ranking-page--casazar .ranking-board__header--casazar {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		margin-bottom: 0.85rem !important;
	}

	html.corporate-surface .ranking-page--casazar .ranking-board__header--casazar .ranking-board__actions {
		align-items: center;
		justify-self: center;
		min-width: 0;
		width: 100%;
	}

	html.corporate-surface .ranking-page--casazar .ranking-board__casazar-logo {
		width: clamp(116px, 34vw, 148px);
		margin: 0.1rem auto 0;
		opacity: 0.86;
	}

	html.corporate-surface .play-page.play-page--casazar .casazar-picks-board {
		padding: 0.85rem;
		border-radius: 18px;
	}

	html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__header {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		margin-bottom: 0.85rem !important;
	}

	html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__header .ranking-board__actions {
		align-items: center;
		justify-self: center;
		min-width: 0;
		width: 100%;
	}

	html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__logo {
		width: clamp(116px, 34vw, 148px);
		margin: 0.1rem auto 0;
		opacity: 0.86;
	}

	html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__header .section-title {
		font-size: 1.05rem;
		line-height: 1.08;
	}

	html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__header .ranking-board__story {
		margin: 0.25rem 0 0.6rem;
		font-size: 0.76rem;
		line-height: 1.25;
	}

	html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__controls .matches-filter-grid {
		grid-template-columns: 1fr;
		gap: 0.65rem;
		margin-top: 0.65rem;
	}

	html.corporate-surface .play-page.play-page--casazar .casazar-picks-board__controls .phase-tabs {
		gap: 0.45rem;
	}

	html.corporate-surface .play-page.play-page--casazar .play-stage-section__header--casazar {
		padding-right: 0;
	}

	html.corporate-surface .play-page.play-page--casazar .play-stage-section__casazar-logo {
		align-self: center;
		width: clamp(116px, 34vw, 148px);
		margin: 0.25rem auto 0;
		opacity: 0.86;
	}

	html.corporate-surface .ranking-page .ranking-board .section-title {
		font-size: 1.05rem;
		line-height: 1.08;
	}

	html.corporate-surface .ranking-page .ranking-board__story {
		margin: 0.25rem 0 0.6rem;
		font-size: 0.76rem;
		line-height: 1.25;
	}

	html.corporate-surface .ranking-page .ranking-board__actions {
		gap: 0.45rem;
	}

	html.corporate-surface .ranking-page .ranking-mode-chips {
		display: inline-flex;
		max-width: 100%;
		gap: 0.25rem;
		padding: 0.25rem;
		overflow-x: auto;
		border-radius: 999px;
		scrollbar-width: none;
	}

	html.corporate-surface .ranking-page .ranking-mode-chips::-webkit-scrollbar {
		display: none;
	}

	html.corporate-surface .ranking-page .ranking-mode-chip {
		flex: 0 0 auto;
		min-height: 30px;
		padding: 0 0.6rem;
		font-size: 0.72rem;
	}

	html.corporate-surface .ranking-page .ranking-mode-chip__live {
		min-height: 18px;
		padding: 0 0.4rem;
		font-size: 0.55rem;
	}

	html.corporate-surface .ranking-page .ranking-search-input {
		min-height: 42px;
		padding-block: 0.45rem;
		border-radius: 14px;
		font-size: 0.82rem;
	}

	html.corporate-surface .ranking-page .ranking-search-empty,
	html.corporate-surface .ranking-page .ranking-placeholder,
	html.corporate-surface .ranking-page .ranking-empty {
		gap: 0.55rem;
		min-height: 0;
		margin-bottom: 0.75rem;
		padding: 0.85rem;
		border-radius: 16px;
	}

	html.corporate-surface .ranking-page .ranking-search-empty i,
	html.corporate-surface .ranking-page .ranking-placeholder i,
	html.corporate-surface .ranking-page .empty-icon {
		width: 2rem;
		height: 2rem;
		border-radius: 12px;
		font-size: 0.95rem;
	}

	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 {
		font-size: 0.98rem;
		line-height: 1.1;
	}

	html.corporate-surface .ranking-page .ranking-search-empty p,
	html.corporate-surface .ranking-page .ranking-placeholder p,
	html.corporate-surface .ranking-page .ranking-empty p {
		font-size: 0.76rem;
		line-height: 1.25;
	}

	html.corporate-surface .ranking-page .ranking-self-bar {
		gap: 0.65rem 0.75rem;
		margin: 0.65rem 0;
		padding: 1rem;
		border-radius: 24px;
	}

	html.corporate-surface .ranking-page .ranking-self-main {
		gap: 0.5rem;
	}

	html.corporate-surface .ranking-page .ranking-self-badge {
		padding: 0.22rem 0.4rem;
		font-size: 0.58rem;
	}

	html.corporate-surface .ranking-page .ranking-self-rank {
		font-size: 2.625rem;
		line-height: 0.9;
	}

	html.corporate-surface .ranking-page .ranking-self-name {
		font-size: 1.05rem;
		line-height: 1.1;
	}

	html.corporate-surface .ranking-page .ranking-self-stats,
	html.corporate-surface .ranking-page .ranking-self-gap {
		font-size: 0.9rem;
		line-height: 1.35;
	}

	html.corporate-surface .ranking-page .ranking-self-gap {
		padding: 0.5rem 0.75rem;
	}

	html.corporate-surface .ranking-page .ranking-list {
		gap: 0.45rem;
		margin-top: 0.65rem;
	}

	html.corporate-surface .ranking-page .ranking-entry-card {
		gap: 0.4rem;
		min-height: 0;
		padding: 0.62rem 0.7rem 0.62rem 0.82rem;
		border-radius: 15px;
	}

	html.corporate-surface .ranking-page .ranking-entry-card::before {
		width: 3px;
	}

	html.corporate-surface .ranking-page .ranking-mobile-stack {
		width: 100%;
		align-items: stretch;
		gap: 0.35rem;
	}

	html.corporate-surface .ranking-page .ranking-entry-top {
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 0.55rem;
	}

	html.corporate-surface .ranking-page .ranking-entry-top > div:first-child {
		text-align: left;
	}

	html.corporate-surface .ranking-page .ranking-entry-position {
		font-size: 1.28rem;
		line-height: 1;
		letter-spacing: -0.02em;
	}

	html.corporate-surface .ranking-page .ranking-entry-position-label,
	html.corporate-surface .ranking-page .ranking-entry-points-label {
		margin-top: 0.1rem;
		font-size: 0.52rem;
		letter-spacing: 0.08em;
	}

	html.corporate-surface .ranking-page .ranking-entry-points-wrap {
		min-width: 3.75rem;
		margin-left: auto;
		text-align: right;
	}

	html.corporate-surface .ranking-page .ranking-entry-points {
		font-size: 1.3rem;
		line-height: 1;
	}

	html.corporate-surface .ranking-page .ranking-entry-name {
		overflow: hidden;
		width: 100%;
		font-size: 0.94rem;
		line-height: 1.12;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	html.corporate-surface .ranking-page .ranking-entry-badges,
	html.corporate-surface .ranking-page .ranking-badges {
		justify-content: flex-start;
		gap: 0.25rem;
	}

	html.corporate-surface .ranking-page .ranking-entry-badges .podium-badge,
	html.corporate-surface .ranking-page .ranking-entry-badges .you-badge {
		padding: 0.2rem 0.38rem;
		font-size: 0.56rem;
	}

	html.corporate-surface .ranking-page .ranking-mobile-meta {
		gap: 0.28rem;
	}

	html.corporate-surface .ranking-page .ranking-entry-card > .ranking-mobile-meta,
	html.corporate-surface .ranking-page .ranking-entry-card .ranking-mobile-stack > .ranking-entry-meta {
		display: none;
	}

	html.corporate-surface .ranking-page .ranking-mobile-meta span {
		padding: 0.23rem 0.42rem;
		font-size: 0.6rem;
		line-height: 1;
	}

	html.corporate-surface .ranking-page .ranking-pagination-actions,
	html.corporate-surface .ranking-page .ranking-live-meta {
		gap: 0.45rem;
		margin-top: 0.7rem;
	}

	html.corporate-surface .ranking-page .ranking-load-more,
	html.corporate-surface .ranking-page .ranking-live-meta__copy {
		min-height: 38px;
		padding: 0.45rem 0.75rem;
		font-size: 0.76rem;
	}

	html.corporate-surface .group-card {
		padding: 0.85rem;
		border-radius: var(--corp-radius-md);
	}

	html.corporate-surface .match-card.match-card-compact {
		padding: 0.85rem;
		border-radius: 18px;
	}

	html.corporate-surface .match-card__teams {
		grid-template-columns: minmax(0, 1fr) clamp(3rem, 12vw, 4rem) minmax(0, 1fr);
	}

	html.corporate-surface .score-box {
		width: clamp(3rem, 12vw, 4rem);
		min-width: clamp(3rem, 12vw, 4rem);
		min-height: 40px;
	}

	html.corporate-surface .match-meta span {
		width: 100%;
		border-radius: 14px;
	}

	.corporate-command-kpis,
	.corporate-participant-kpis,
	.corporate-license-grid,
	.corporate-participants-summary {
		grid-template-columns: 1fr;
	}

	.corporate-participant-kpis {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}

	.corporate-command-kpis--admin {
		grid-template-columns: 1fr;
	}

	.corporate-command-kpis .corporate-stat-card {
		min-height: auto;
	}

	.corporate-participant-kpis .corporate-stat-card {
		min-height: 139px;
		padding: 0.88rem;
	}

	.corporate-participant-kpis .corporate-stat-card__icon {
		width: 2rem;
		height: 2rem;
		margin-bottom: 0.62rem;
		border-radius: 12px;
	}

	.corporate-participant-kpis .corporate-stat-card p {
		margin-bottom: 0.35rem;
		font-size: 0.66rem;
		letter-spacing: 0;
	}

	.corporate-participant-kpis .corporate-stat-card strong {
		margin-bottom: 0.45rem;
		font-size: clamp(1.55rem, 9vw, 2.1rem);
		letter-spacing: 0;
	}

	.corporate-participant-kpis .badge-muted,
	.corporate-participant-kpis .badge-live {
		max-width: 100%;
		padding: 0.35rem 0.52rem;
		font-size: 0.68rem;
		line-height: 1.1;
		white-space: normal;
	}

	html.corporate-surface .dashboard-shell--casazar .corporate-participant-kpis {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.7rem;
	}

	html.corporate-surface .dashboard-shell--casazar .corporate-participant-kpis .corporate-stat-card {
		min-height: 139px;
		padding: 0.88rem;
	}

	html.corporate-surface .dashboard-shell--casazar .corporate-participant-kpis .corporate-stat-card__icon {
		width: 2rem;
		height: 2rem;
		margin-bottom: 0.62rem;
		border-radius: 12px;
	}

	html.corporate-surface .dashboard-shell--casazar .corporate-participant-kpis .corporate-stat-card p {
		margin-bottom: 0.35rem;
		font-size: 0.66rem;
		letter-spacing: 0;
	}

	html.corporate-surface .dashboard-shell--casazar .corporate-participant-kpis .corporate-stat-card strong {
		margin-bottom: 0.45rem;
		font-size: clamp(1.55rem, 9vw, 2.1rem);
		letter-spacing: 0;
	}

	html.corporate-surface .dashboard-shell--casazar .corporate-participant-kpis .badge-muted,
	html.corporate-surface .dashboard-shell--casazar .corporate-participant-kpis .badge-live {
		max-width: 100%;
		padding: 0.35rem 0.52rem;
		font-size: 0.68rem;
		white-space: normal;
	}

	.casazar-awards-share-card {
		position: relative;
		z-index: 6;
		grid-template-columns: 1fr;
		padding: 0.85rem;
	}

	.casazar-awards-share-card__main {
		padding: 0.25rem;
	}

	.casazar-awards-share-card__icon {
		width: 2.65rem;
		height: 2.65rem;
	}

	.casazar-awards-share-card strong {
		font-size: 1.2rem;
	}

	.casazar-awards-share-card em {
		font-size: 0.86rem;
	}

	.casazar-awards-share-card__share {
		width: 100%;
		min-height: 52px;
		min-width: 0;
	}

	.corporate-ranking-preview-row {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.corporate-ranking-preview-row em {
		grid-column: 2;
	}

	.corporate-command-empty {
		align-items: flex-start;
		flex-direction: column;
	}

	.corporate-new-user-join-form > div,
	.corporate-new-user-paths,
	.corporate-new-user-guide__intro,
	.corporate-new-user-benefits {
		grid-template-columns: 1fr;
	}

	.corporate-new-user-path-card--plans .btn-primary-gradient {
		width: 100%;
	}

	.corporate-new-user-cta-row {
		align-items: stretch;
		flex-direction: column;
	}

	.corporate-new-user-cta-row .btn-secondary-soft {
		width: 100%;
	}

	html.corporate-surface .pools-page .pools-hero,
	html.corporate-surface .pools-page .member-panel-grid > .glass-card,
	html.corporate-surface .pools-page .owner-participation-card,
	html.corporate-surface .pools-page .pool-settings-card,
	html.corporate-surface .pools-page .pool-corporate-awards-card,
	html.corporate-surface .pools-page .push-broadcast-card,
	html.corporate-surface .pools-page .prize-pool-card {
		padding: 1rem !important;
		border-radius: var(--corp-radius-md);
	}

	html.corporate-surface .pools-page .push-broadcast-card--dedicated {
		width: 100%;
		max-width: 100%;
	}

	html.corporate-surface .pools-page .push-broadcast-card--dedicated .section-header {
		gap: 0.65rem;
	}

	html.corporate-surface .pools-page .pools-hero .section-title,
	html.corporate-surface .pools-page .push-broadcast-card--dedicated .section-title {
		font-size: clamp(1.65rem, 9vw, 2.15rem);
		line-height: 1.02;
	}

	html.corporate-surface .pools-page .push-broadcast-card--dedicated .push-broadcast-grid {
		gap: 0.75rem;
	}

	html.corporate-surface .pools-page .push-broadcast-panel,
	html.corporate-surface .pools-page .push-broadcast-preview,
	html.corporate-surface .pools-page .prize-table-wrap {
		padding: 0.85rem;
		border-radius: 18px;
	}

	html.corporate-surface .pools-page .push-preview-card__phone {
		width: 100%;
		padding: 0.85rem;
		border-radius: 20px;
	}

	html.corporate-surface .pools-page .push-preview-card__phone strong {
		margin-top: 0.55rem;
		font-size: 1.05rem;
		line-height: 1.1;
	}

	html.corporate-surface .pools-page .push-preview-card__phone p {
		margin-top: 0.45rem;
		font-size: 0.82rem;
		line-height: 1.25;
	}

	html.corporate-surface .pools-page .push-preview-card__image {
		min-height: 88px;
		margin-top: 0.75rem;
		border-radius: 16px;
	}

	html.corporate-surface .pools-page .push-preview-card__image img {
		min-height: 88px;
		max-height: 108px;
		padding: 0.65rem;
	}

	html.corporate-surface .pools-page .push-broadcast-card--dedicated .push-enable-btn,
	html.corporate-surface .pools-page .push-broadcast-card--dedicated form .btn-primary-gradient {
		width: 100%;
	}

	html.corporate-surface .pools-page .push-broadcast-card--dedicated textarea.form-control-premium {
		min-height: 96px;
	}
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) body::before {
	background:
		linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(217, 119, 6, 0.024) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 74%);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-splash {
	background: var(--ds-gradient-hero);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-splash::before {
	background:
		linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(217, 119, 6, 0.024) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 74%);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) a:hover {
	color: #1d4ed8;
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) :focus-visible {
	outline-color: rgba(37, 99, 235, 0.72);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar {
	background: rgba(255, 255, 255, 0.88);
	border-bottom-color: rgba(148, 163, 184, 0.24);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .brand-orb--app-icon {
	border-color: rgba(37, 99, 235, 0.18);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(37, 99, 235, 0.06);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .navbar-brand,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .brand-mark,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-link,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .profile-switcher,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .user-pill {
	color: var(--ds-text-secondary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-link:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-link:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .profile-switcher:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .profile-switcher:focus {
	background: rgba(37, 99, 235, 0.08);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-link.active,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .profile-switcher.active,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .profile-switcher[aria-expanded="true"] {
	background: rgba(37, 99, 235, 0.1);
	color: var(--ds-text-primary) !important;
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-link.active::after,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .profile-switcher.active::after {
	background: linear-gradient(90deg, transparent, var(--ds-primary), transparent);
	box-shadow: 0 0 14px rgba(37, 99, 235, 0.2);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-login-action {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.66)),
		rgba(37, 99, 235, 0.07);
	border-color: rgba(37, 99, 235, 0.18);
	color: var(--ds-text-primary) !important;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-login-action:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-login-action:focus-visible,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-login-action.active {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
		rgba(37, 99, 235, 0.11);
	border-color: rgba(37, 99, 235, 0.28);
	color: var(--ds-text-primary) !important;
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-utility-action,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .active-pool-switcher {
	background: rgba(37, 99, 235, 0.08);
	border-color: rgba(37, 99, 235, 0.18);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-utility-action:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .nav-utility-action:focus-visible {
	background: rgba(37, 99, 235, 0.12);
	border-color: rgba(37, 99, 235, 0.28);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .navbar-toggler {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.88)),
		var(--ds-surface);
	border-color: rgba(37, 99, 235, 0.2);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .navbar-toggler:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .navbar-toggler:hover {
	background:
		linear-gradient(180deg, rgba(37, 99, 235, 0.1), rgba(255, 255, 255, 0.96)),
		var(--ds-surface);
	border-color: rgba(37, 99, 235, 0.34);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12), 0 16px 38px rgba(15, 23, 42, 0.12);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815,23,42,0.86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M5 7h20M5 15h20M5 23h20'/%3e%3c/svg%3e");
	filter: none;
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .locale-switcher,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .active-pool-switcher,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .profile-menu,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-context-menu {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(148, 163, 184, 0.24);
	box-shadow: var(--shadow-card);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .dropdown-item:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .dropdown-item:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-context-menu__item:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-context-menu__item.is-active {
	background: rgba(37, 99, 235, 0.08);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .bottom-nav {
	background: rgba(255, 255, 255, 0.94);
	border-top-color: rgba(148, 163, 184, 0.24);
	box-shadow: 0 -18px 45px rgba(15, 23, 42, 0.08);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .bottom-nav__item.active,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .bottom-nav__item:hover {
	color: var(--ds-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .mobile-save-bar {
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(217, 119, 6, 0.05)),
		rgba(255, 255, 255, 0.94);
	border-color: rgba(37, 99, 235, 0.16);
	box-shadow:
		0 22px 52px rgba(15, 23, 42, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .mobile-save-bar__copy {
	color: var(--ds-text-muted);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .mobile-save-bar__copy strong {
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-panel,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-stat-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-action-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-empty-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .glass-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .metric-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-board,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-empty,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .join-pool-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .premium-info-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .rules-summary-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .dashboard-panel,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .dashboard-pool-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .dashboard-action-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .dashboard-onboarding-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .dashboard-managed-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .admin-detail-panel,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .auth-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .feature-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .activation-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .home-world-status,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .home-context-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .home-status-alert,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .section-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-switch-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .empty-state-wide,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .owner-participation-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .push-broadcast-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .prize-pool-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.78)),
		var(--ds-surface-elevated);
	border-color: rgba(148, 163, 184, 0.24);
	box-shadow: var(--shadow-corporate-panel);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-panel {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.9)),
		var(--ds-surface);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .app-hero,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .home-hero,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pools-hero,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-hero,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .dashboard-hero {
	background:
		radial-gradient(circle at 78% 20%, rgba(37, 99, 235, 0.1), transparent 32%),
		radial-gradient(circle at 12% 0%, rgba(217, 119, 6, 0.08), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.94) 100%),
		var(--ds-surface);
	border-color: rgba(37, 99, 235, 0.16);
	box-shadow: var(--shadow-corporate-panel);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-live-network {
	filter: drop-shadow(0 28px 58px rgba(37, 99, 235, 0.12));
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-page {
	--rank-bg: var(--ds-bg);
	--rank-surface: var(--ds-surface-elevated);
	--rank-surface-strong: var(--ds-surface-strong);
	--rank-ink: var(--ds-text-primary);
	--rank-muted: var(--ds-text-muted);
	--rank-line: var(--ds-border-subtle);
	--rank-blue: var(--ds-primary);
	--rank-cyan: #0891b2;
	--rank-purple: var(--ds-accent);
	--rank-gradient: linear-gradient(135deg, var(--ds-primary) 0%, #0891b2 100%);
	--rank-shadow: var(--shadow-card);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-board__toolbar,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-mode-chips,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-self-bar,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-entry-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-filter-row {
	background: rgba(241, 245, 249, 0.78);
	border-color: rgba(148, 163, 184, 0.24);
	color: var(--ds-text-secondary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-page .ranking-search-empty,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-page .ranking-placeholder,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-page .ranking-empty {
	background:
		radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.08), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.86));
	border-color: rgba(37, 99, 235, 0.16);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
	color: var(--ds-text-muted);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-page .ranking-search-empty i,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-page .ranking-placeholder i,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-page .empty-icon {
	background: rgba(37, 99, 235, 0.1);
	border-color: rgba(37, 99, 235, 0.18);
	color: var(--ds-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .btn-primary-gradient,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-btn-primary {
	background: var(--gradient-primary);
	border-color: rgba(37, 99, 235, 0.28);
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18);
	color: var(--ds-text-inverse);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .btn-primary-gradient:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .btn-primary-gradient:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-btn-primary:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-btn-primary:focus {
	background: linear-gradient(135deg, #1d4ed8 0%, var(--ds-primary) 100%);
	box-shadow: 0 18px 36px rgba(37, 99, 235, 0.24);
	color: var(--ds-text-inverse);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-btn-secondary,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .btn-secondary-soft,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .btn-dark-premium,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pwa-install-btn,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .btn-sm-action {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(37, 99, 235, 0.2);
	color: var(--ds-text-secondary);
	box-shadow: none;
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-btn-ghost {
	background: transparent;
	border-color: rgba(148, 163, 184, 0.32);
	color: var(--ds-text-secondary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-btn-danger {
	background: rgba(220, 38, 38, 0.08);
	border-color: rgba(220, 38, 38, 0.22);
	color: var(--ds-danger);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .btn-secondary-soft:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .btn-secondary-soft:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .btn-dark-premium:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pwa-install-btn:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-btn-secondary:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-btn-secondary:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-btn-ghost:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-btn-ghost:focus {
	background: rgba(37, 99, 235, 0.09);
	border-color: rgba(37, 99, 235, 0.3);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .form-control-premium,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .form-select,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .form-control,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-input,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-select,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-textarea {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(148, 163, 184, 0.34);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .form-control-premium:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .form-select:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .form-control:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-input:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-select:focus,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-textarea:focus {
	background: #ffffff;
	border-color: rgba(37, 99, 235, 0.48);
	box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.12);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .form-control-premium::placeholder,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .form-control::placeholder {
	color: rgba(100, 116, 139, 0.72);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-status,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-live,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-active,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-pending,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-locked,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-license,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-admin,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .badge-live,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .live-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .badge-premium,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .badge-muted,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .badge-success,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .badge-new,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .context-pill,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-status-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-settings-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .entry-points-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .distribution-type-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .status-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .prediction-status-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .match-status-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .match-deadline-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .user-prediction-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .finished-result-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .prediction-saved-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .prediction-locked-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .points-earned-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-mode-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-self-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .you-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .podium-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .podium-badge-main,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-pricing-badge {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.72)),
		rgba(255, 255, 255, 0.8);
	border-color: rgba(148, 163, 184, 0.28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
	color: var(--ds-text-secondary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-chip--live,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-live,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .badge-live,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .live-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .status-live,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .match-status-chip.is-live,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .prediction-status-badge.is-live,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-mode-chip__live {
	background:
		linear-gradient(135deg, rgba(220, 252, 231, 0.96), rgba(187, 247, 208, 0.74)),
		rgba(34, 197, 94, 0.16);
	border-color: rgba(34, 197, 94, 0.34);
	color: #047857;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08), 0 0 22px rgba(16, 185, 129, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-chip--premium,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-license,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-admin,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .badge-premium,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .badge-new,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .podium-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .podium-badge-main,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .entry-points-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .distribution-type-badge,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-mode-chip.is-active,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-pricing-badge {
	background: rgba(217, 119, 6, 0.1);
	border-color: rgba(217, 119, 6, 0.24);
	color: var(--ds-accent);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-chip--success,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-active,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .badge-success,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .prediction-saved-chip,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .points-earned-chip {
	background: rgba(22, 163, 74, 0.1);
	border-color: rgba(22, 163, 74, 0.24);
	color: var(--ds-success);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-chip--danger,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-locked,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-badge-pending,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .prediction-locked-chip {
	background: rgba(220, 38, 38, 0.08);
	border-color: rgba(220, 38, 38, 0.22);
	color: var(--ds-danger);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .table,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .table-premium,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .members-table,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .admin-table {
	--bs-table-bg: transparent;
	--bs-table-color: var(--ds-text-secondary);
	--bs-table-border-color: rgba(148, 163, 184, 0.26);
	color: var(--ds-text-secondary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .table thead,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .table-premium thead,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .members-table thead,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .admin-table thead {
	color: var(--ds-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .list-group-item,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .member-row,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pending-member-row,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-settings-row,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-context-menu__item,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .ranking-filter-row,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .prediction-mode-card__content,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .legal-consent-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-code-box,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-settings-option,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .push-preview-card__phone,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .push-broadcast-summary,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .department-card {
	background: rgba(241, 245, 249, 0.72);
	border-color: rgba(148, 163, 184, 0.26);
	color: var(--ds-text-secondary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .prediction-mode-card input:checked + .prediction-mode-card__content,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pool-settings-option:has(input:checked) {
	background: rgba(37, 99, 235, 0.09);
	border-color: rgba(37, 99, 235, 0.3);
	box-shadow: 0 12px 32px rgba(37, 99, 235, 0.08);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-award-tabs {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.76)),
		var(--ds-surface);
	border-color: rgba(148, 163, 184, 0.24);
	box-shadow: var(--shadow-corporate-panel);
	scrollbar-color: rgba(37, 99, 235, 0.28) transparent;
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-award-tabs::-webkit-scrollbar-thumb {
	background: rgba(37, 99, 235, 0.28);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-award-tab {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 245, 249, 0.7)),
		var(--ds-surface);
	border-color: rgba(148, 163, 184, 0.22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
	color: var(--ds-text-muted);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-award-tab:hover,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-award-tab:focus-visible {
	border-color: rgba(37, 99, 235, 0.26);
	color: var(--ds-text-secondary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-award-tab.is-active {
	background:
		linear-gradient(180deg, rgba(37, 99, 235, 0.12), rgba(37, 99, 235, 0.04)),
		var(--ds-surface);
	border-color: rgba(37, 99, 235, 0.3);
	box-shadow: 0 14px 34px rgba(37, 99, 235, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: var(--ds-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .cookie-consent,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .pwa-install-modal__content,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .modal-content {
	background:
		radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.1), transparent 34%),
		radial-gradient(circle at 100% 0%, rgba(217, 119, 6, 0.08), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.96));
	border-color: rgba(148, 163, 184, 0.26);
	box-shadow: var(--shadow-corporate-panel);
	color: var(--ds-text-primary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .modal-header,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .modal-footer {
	border-color: rgba(148, 163, 184, 0.24);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .cookie-consent__accept {
	background: var(--gradient-primary);
	color: var(--ds-text-inverse);
	box-shadow: 0 14px 32px rgba(37, 99, 235, 0.16);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .cookie-consent__reject {
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(148, 163, 184, 0.28);
	color: var(--ds-text-secondary);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .site-footer {
	background:
		linear-gradient(180deg, rgba(247, 248, 251, 0.86), rgba(238, 242, 247, 0.96)),
		var(--ds-bg);
	border-top-color: rgba(148, 163, 184, 0.22);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .site-footer__link {
	background: rgba(255, 255, 255, 0.76);
	border-color: rgba(148, 163, 184, 0.22);
}

@media (min-width: 576px) and (max-width: 767.98px) {
	html.corporate-surface[data-theme="light-premium"] .site-footer__links {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	html.corporate-surface[data-theme="light-premium"] .site-footer__link--brand {
		grid-column: auto;
	}
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .legal-page {
	background:
		radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.08), transparent 30%),
		radial-gradient(circle at 88% 8%, rgba(217, 119, 6, 0.07), transparent 28%),
		var(--ds-bg);
}

:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .legal-hero,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .legal-card,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .legal-section--highlight,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-legal-callout,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-legal-annex,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-legal-warning,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-legal-section,
:is(html[data-theme="light-premium"], html.corporate-surface[data-theme="light-premium"]) .corporate-auth-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.82)),
		var(--ds-surface);
	border-color: rgba(148, 163, 184, 0.24);
	box-shadow: var(--shadow-corporate-panel);
	color: var(--ds-text-primary);
}

html.corporate-surface[data-theme="light-premium"] .corporate-landing-section,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-story,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-tier {
	background:
		radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.08), transparent 34%),
		radial-gradient(circle at 92% 8%, rgba(217, 119, 6, 0.06), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.9)),
		var(--ds-surface);
	border-color: rgba(148, 163, 184, 0.24);
	box-shadow: var(--shadow-corporate-panel);
	color: var(--ds-text-primary);
}

html.corporate-surface[data-theme="light-premium"] .corporate-landing-section::before {
	background:
		linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(217, 119, 6, 0.025) 1px, transparent 1px);
	mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.32), transparent 70%);
}

html.corporate-surface[data-theme="light-premium"] .corporate-feature-card,
html.corporate-surface[data-theme="light-premium"] .corporate-value-card,
html.corporate-surface[data-theme="light-premium"] .corporate-model-card,
html.corporate-surface[data-theme="light-premium"] .corporate-launch-card,
html.corporate-surface[data-theme="light-premium"] .corporate-live-card,
html.corporate-surface[data-theme="light-premium"] .corporate-control-item,
html.corporate-surface[data-theme="light-premium"] .corporate-flow-step,
html.corporate-surface[data-theme="light-premium"] .corporate-activity-item,
html.corporate-surface[data-theme="light-premium"] .corporate-outcome-item,
html.corporate-surface[data-theme="light-premium"] .corporate-event-card,
html.corporate-surface[data-theme="light-premium"] .corporate-proof-visual,
html.corporate-surface[data-theme="light-premium"] .corporate-proof-visual__panel,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-compact-card,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-business-card,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-premium-card,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-enterprise-card,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-enterprise-card__action,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-enterprise-features li,
html.corporate-surface[data-theme="light-premium"] .corporate-capability-grid {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 245, 249, 0.74)),
		var(--ds-surface);
	border-color: rgba(148, 163, 184, 0.24);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
	color: var(--ds-text-secondary);
}

html.corporate-surface[data-theme="light-premium"] .corporate-feature-card:hover,
html.corporate-surface[data-theme="light-premium"] .corporate-live-card:hover,
html.corporate-surface[data-theme="light-premium"] .corporate-control-item:hover,
html.corporate-surface[data-theme="light-premium"] .corporate-flow-step:hover {
	border-color: rgba(37, 99, 235, 0.28);
	box-shadow: var(--shadow-soft);
}

html.corporate-surface[data-theme="light-premium"] .corporate-feature-card__icon,
html.corporate-surface[data-theme="light-premium"] .corporate-event-card__icon,
html.corporate-surface[data-theme="light-premium"] .corporate-control-item i,
html.corporate-surface[data-theme="light-premium"] .corporate-flow-step span {
	background: rgba(37, 99, 235, 0.1);
	border-color: rgba(37, 99, 235, 0.22);
	color: var(--ds-primary);
	box-shadow: none;
}

html.corporate-surface[data-theme="light-premium"] .corporate-proof-section {
	background:
		radial-gradient(circle at 82% 14%, rgba(217, 119, 6, 0.08), transparent 32%),
		radial-gradient(circle at 12% 86%, rgba(37, 99, 235, 0.08), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.9));
}

html.corporate-surface[data-theme="light-premium"] .corporate-proof-card {
	background:
		radial-gradient(circle at 84% 12%, rgba(217, 119, 6, 0.09), transparent 28%),
		radial-gradient(circle at 16% 92%, rgba(37, 99, 235, 0.08), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.92));
	border-color: rgba(148, 163, 184, 0.24);
	box-shadow: var(--shadow-corporate-panel);
}

html.corporate-surface[data-theme="light-premium"] .corporate-proof-points span {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(148, 163, 184, 0.24);
	color: var(--ds-text-secondary);
}

html.corporate-surface[data-theme="light-premium"] .corporate-launch-section,
html.corporate-surface[data-theme="light-premium"] .corporate-launch-card--enterprise {
	background:
		radial-gradient(circle at 84% 14%, rgba(37, 99, 235, 0.08), transparent 30%),
		radial-gradient(circle at 12% 100%, rgba(217, 119, 6, 0.07), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.9));
	border-color: rgba(148, 163, 184, 0.24);
	box-shadow: var(--shadow-corporate-panel);
}

html.corporate-surface[data-theme="light-premium"] .corporate-launch-card blockquote,
html.corporate-surface[data-theme="light-premium"] .corporate-proof-domain {
	background: rgba(255, 255, 255, 0.74);
	border-color: rgba(148, 163, 184, 0.24);
	color: var(--ds-text-secondary);
}

html.corporate-surface[data-theme="light-premium"] .corporate-pricing-business-card {
	background:
		radial-gradient(circle at 20% 100%, rgba(37, 99, 235, 0.08), transparent 36%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.92));
	border-color: rgba(37, 99, 235, 0.28);
	box-shadow: 0 24px 70px rgba(37, 99, 235, 0.12);
}

html.corporate-surface[data-theme="light-premium"] .corporate-pricing-intro p,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-plan-badge,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-feature-list li {
	color: var(--ds-text-secondary);
}

html.corporate-surface[data-theme="light-premium"] .corporate-pricing-enterprise-card {
	background:
		radial-gradient(circle at 86% 10%, rgba(37, 99, 235, 0.12), transparent 30%),
		radial-gradient(circle at 10% 100%, rgba(217, 119, 6, 0.08), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.92));
	border-color: rgba(37, 99, 235, 0.28);
	box-shadow: 0 24px 70px rgba(37, 99, 235, 0.12);
}

html.corporate-surface[data-theme="light-premium"] .corporate-pricing-enterprise-card__action,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-enterprise-features li {
	background: rgba(255, 255, 255, 0.78);
}

html.corporate-surface[data-theme="light-premium"] .corporate-pricing-cta {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(37, 99, 235, 0.24);
	color: var(--ds-text-secondary);
}

html.corporate-surface[data-theme="light-premium"] .corporate-pricing-cta--primary {
	background: var(--gradient-primary);
	border-color: rgba(37, 99, 235, 0.28);
	color: var(--ds-text-inverse);
}

html.corporate-surface[data-theme="light-premium"] .app-hero,
html.corporate-surface[data-theme="light-premium"] .home-hero,
html.corporate-surface[data-theme="light-premium"] .pools-hero,
html.corporate-surface[data-theme="light-premium"] .ranking-hero,
html.corporate-surface[data-theme="light-premium"] .dashboard-hero,
html.corporate-surface[data-theme="light-premium"] .corporate-card,
html.corporate-surface[data-theme="light-premium"] .glass-card,
html.corporate-surface[data-theme="light-premium"] .feature-card,
html.corporate-surface[data-theme="light-premium"] .metric-card {
	border-color: rgba(148, 163, 184, 0.24) !important;
	box-shadow: var(--shadow-corporate-panel) !important;
}

html.corporate-surface[data-theme="light-premium"] .btn-secondary-soft,
html.corporate-surface[data-theme="light-premium"] .btn-dark-premium,
html.corporate-surface[data-theme="light-premium"] .pwa-install-btn,
html.corporate-surface[data-theme="light-premium"] .corporate-btn-secondary {
	background: rgba(255, 255, 255, 0.92) !important;
	background-color: rgba(255, 255, 255, 0.92) !important;
	background-image: none !important;
	border-color: rgba(37, 99, 235, 0.2) !important;
	color: var(--ds-text-secondary) !important;
	box-shadow: none !important;
}

html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero--campaign-ai {
	border-color: rgba(37, 99, 235, 0.22) !important;
	background:
		radial-gradient(circle at 78% 18%, rgba(37, 99, 235, 0.14), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.94)) !important;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero--campaign-ai::before {
	background:
		linear-gradient(90deg, rgba(248, 250, 252, 1) 0%, rgba(248, 250, 252, 0.78) 17%, rgba(248, 250, 252, 0.14) 46%, rgba(248, 250, 252, 0.36) 100%),
		var(--campaign-hero-image) center / cover no-repeat;
}

html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero--campaign-ai .section-title,
html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero--campaign-ai .app-hero-title,
html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero--campaign-ai h1 {
	color: var(--ds-text-primary);
}

html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero--campaign-ai .section-copy,
html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero--campaign-ai .app-hero-subtitle,
html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero--campaign-ai .app-hero-label {
	color: var(--ds-text-secondary);
}

html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero--campaign-ai .btn-secondary-soft,
html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero--campaign-ai .copy-link-button--hero {
	border-color: rgba(255, 255, 255, 0.22) !important;
	background: rgba(15, 23, 42, 0.48) !important;
	color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .play-hero--campaign-ai-visual {
	border-color: rgba(37, 99, 235, 0.22) !important;
	background:
		radial-gradient(circle at 78% 18%, rgba(37, 99, 235, 0.14), transparent 34%),
		linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(7, 13, 27, 0.9)) !important;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .play-hero--campaign-ai-visual .app-hero-title,
html.corporate-surface[data-theme="light-premium"] .play-page .play-hero--campaign-ai-visual h1 {
	color: #f8fafc;
	text-shadow: 0 16px 42px rgba(0, 0, 0, 0.44) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .play-hero--campaign-ai-visual .app-hero-label,
html.corporate-surface[data-theme="light-premium"] .play-page .play-hero--campaign-ai-visual .app-hero-subtitle,
html.corporate-surface[data-theme="light-premium"] .play-page .play-hero--campaign-ai-visual p {
	color: rgba(245, 245, 244, 0.84);
	text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .campaign-ai-play-visual {
	box-shadow: none;
}

html.corporate-surface[data-theme="light-premium"] .play-page .campaign-ai-play-visual::before {
	background:
		linear-gradient(90deg, rgba(7, 13, 27, 0.96) 0%, rgba(7, 13, 27, 0.82) 20%, rgba(7, 13, 27, 0.5) 45%, rgba(7, 13, 27, 0.16) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%, rgba(7, 13, 27, 0.48));
}

@media (max-width: 575.98px) {
	html.corporate-surface .play-page .campaign-ai-play-visual {
		position: absolute;
		inset: 0;
		width: 100%;
		min-height: 100%;
		margin: 0;
		border-radius: inherit;
	}

	html.corporate-surface .play-page .play-hero--campaign-ai-visual .matches-hero__content {
		max-width: 100%;
	}
}

html.corporate-surface .live-score--hero {
	width: auto;
	min-width: clamp(88px, 12vw, 136px);
	min-height: clamp(60px, 7vw, 84px);
	padding-inline: clamp(16px, 2vw, 24px);
	border-radius: 24px;
	font-size: clamp(1.55rem, 3vw, 2.5rem);
}

@media (max-width: 640px) {
	html.corporate-surface .live-score--hero {
		justify-self: center;
		min-width: 86px;
		min-height: 58px;
		font-size: 1.45rem;
	}
}

/* Light corporate theme: final scoped overrides for authenticated surfaces. */
html.corporate-surface[data-theme="light-premium"] {
	--corp-light-page:
		radial-gradient(circle at 10% -8%, rgba(37, 99, 235, 0.1), transparent 30%),
		radial-gradient(circle at 92% 0%, rgba(217, 119, 6, 0.08), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f7f8fb 46%, #eef2f7 100%);
	--corp-light-hero:
		linear-gradient(rgba(37, 99, 235, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.12), transparent 34%),
		radial-gradient(circle at 16% 0%, rgba(217, 119, 6, 0.08), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.94));
	--corp-light-card:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.84)),
		#ffffff;
	--corp-light-card-soft:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.78)),
		#f8fafc;
	--corp-light-row: rgba(241, 245, 249, 0.82);
	--corp-light-border: rgba(148, 163, 184, 0.28);
	--corp-light-border-strong: rgba(37, 99, 235, 0.24);
	--corp-light-shadow: 0 22px 58px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.82);
	--corp-light-shadow-soft: 0 14px 34px rgba(15, 23, 42, 0.08);
	--tc-white-bg: #f7f8fb;
	--tc-white-bg-warm: #fbfaf8;
	--tc-white-surface: #ffffff;
	--tc-white-surface-soft: #f1f5f9;
	--tc-white-surface-muted: #eaf1fb;
	--tc-white-border: #dbe4ef;
	--tc-white-border-soft: rgba(148, 163, 184, 0.26);
	--tc-white-text: #0f172a;
	--tc-white-text-secondary: #334155;
	--tc-white-text-muted: #64748b;
	--tc-white-brand: #2563eb;
	--tc-white-brand-strong: #1d4ed8;
	--tc-white-brand-soft: rgba(37, 99, 235, 0.1);
	--tc-white-accent: #d97706;
	--tc-white-success: #16a34a;
	--tc-white-warning: #d97706;
	--tc-white-danger: #dc2626;
	--tc-white-success-soft: rgba(22, 163, 74, 0.1);
	--tc-white-warning-soft: rgba(217, 119, 6, 0.11);
	--tc-white-danger-soft: rgba(220, 38, 38, 0.08);
	--tc-white-shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.06);
	--tc-white-shadow-card: 0 18px 44px rgba(15, 23, 42, 0.09);
	--tc-white-radius-sm: 10px;
	--tc-white-radius-md: 16px;
	--tc-white-radius-lg: 22px;
	--tc-white-radius-xl: 30px;
	--tc-white-radius-pill: 999px;
	--tc-white-space-1: 0.25rem;
	--tc-white-space-2: 0.5rem;
	--tc-white-space-3: 0.75rem;
	--tc-white-space-4: 1rem;
	--tc-white-space-5: 1.5rem;
	--tc-white-space-6: 2rem;
}

html.corporate-surface[data-theme="light-premium"],
html.corporate-surface[data-theme="light-premium"] body,
html.corporate-surface[data-theme="light-premium"] .app-shell,
html.corporate-surface[data-theme="light-premium"] .main-shell,
html.corporate-surface[data-theme="light-premium"] .pools-page,
html.corporate-surface[data-theme="light-premium"] .ranking-page,
html.corporate-surface[data-theme="light-premium"] .matches-page,
html.corporate-surface[data-theme="light-premium"] .play-page,
html.corporate-surface[data-theme="light-premium"] .dashboard-page {
	background: var(--corp-light-page) !important;
	color: var(--ds-text-primary);
}

html.corporate-surface[data-theme="light-premium"] body::before {
	background:
		linear-gradient(rgba(37, 99, 235, 0.032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(217, 119, 6, 0.022) 1px, transparent 1px) !important;
	background-size: 72px 72px !important;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), transparent 74%) !important;
}

html.corporate-surface[data-theme="light-premium"] .app-navbar,
html.corporate-surface[data-theme="light-premium"] .bottom-nav,
html.corporate-surface[data-theme="light-premium"] .site-footer {
	background: rgba(255, 255, 255, 0.92) !important;
	border-color: var(--corp-light-border) !important;
	box-shadow: var(--corp-light-shadow-soft) !important;
	color: var(--ds-text-secondary);
}

html.corporate-surface[data-theme="light-premium"] .app-hero,
html.corporate-surface[data-theme="light-premium"] .home-hero,
html.corporate-surface[data-theme="light-premium"] .pools-hero,
html.corporate-surface[data-theme="light-premium"] .matches-hero,
html.corporate-surface[data-theme="light-premium"] .play-hero,
html.corporate-surface[data-theme="light-premium"] .ranking-hero,
html.corporate-surface[data-theme="light-premium"] .dashboard-hero,
html.corporate-surface[data-theme="light-premium"] .rules-hero,
html.corporate-surface[data-theme="light-premium"] .pools-page .pools-hero,
html.corporate-surface[data-theme="light-premium"] .ranking-page .ranking-hero {
	background: var(--corp-light-hero) !important;
	background-size: 72px 72px, 72px 72px, auto, auto, auto !important;
	border-color: var(--corp-light-border-strong) !important;
	box-shadow: var(--corp-light-shadow) !important;
	color: var(--ds-text-primary) !important;
}

html.corporate-surface[data-theme="light-premium"] h1,
html.corporate-surface[data-theme="light-premium"] h2,
html.corporate-surface[data-theme="light-premium"] h3,
html.corporate-surface[data-theme="light-premium"] h4,
html.corporate-surface[data-theme="light-premium"] .app-hero-title,
html.corporate-surface[data-theme="light-premium"] .section-title,
html.corporate-surface[data-theme="light-premium"] .corporate-section-title,
html.corporate-surface[data-theme="light-premium"] .ranking-hero__lead,
html.corporate-surface[data-theme="light-premium"] .ranking-hero__title,
html.corporate-surface[data-theme="light-premium"] .pools-hero h1,
html.corporate-surface[data-theme="light-premium"] .pool-card h2,
html.corporate-surface[data-theme="light-premium"] .pool-card h3,
html.corporate-surface[data-theme="light-premium"] .metric-card__value,
html.corporate-surface[data-theme="light-premium"] .dashboard-kpi__value,
html.corporate-surface[data-theme="light-premium"] .ranking-entry-name,
html.corporate-surface[data-theme="light-premium"] .ranking-self-name {
	color: var(--ds-text-primary) !important;
	-webkit-text-fill-color: currentColor;
	text-shadow: none !important;
}

html.corporate-surface[data-theme="light-premium"] p,
html.corporate-surface[data-theme="light-premium"] .app-hero-subtitle,
html.corporate-surface[data-theme="light-premium"] .section-copy,
html.corporate-surface[data-theme="light-premium"] .corporate-section-copy,
html.corporate-surface[data-theme="light-premium"] .ranking-hero__copy,
html.corporate-surface[data-theme="light-premium"] .pool-card__meta,
html.corporate-surface[data-theme="light-premium"] .metric-card__label,
html.corporate-surface[data-theme="light-premium"] .form-help-text,
html.corporate-surface[data-theme="light-premium"] .text-muted,
html.corporate-surface[data-theme="light-premium"] .small {
	color: var(--ds-text-muted) !important;
	text-shadow: none !important;
}

html.corporate-surface[data-theme="light-premium"] .app-hero-label,
html.corporate-surface[data-theme="light-premium"] .section-eyebrow,
html.corporate-surface[data-theme="light-premium"] .eyebrow,
html.corporate-surface[data-theme="light-premium"] .corporate-section-eyebrow,
html.corporate-surface[data-theme="light-premium"] .hero-accent,
html.corporate-surface[data-theme="light-premium"] .accent {
	color: var(--ds-primary) !important;
	-webkit-text-fill-color: currentColor;
}

html.corporate-surface[data-theme="light-premium"] .glass-card,
html.corporate-surface[data-theme="light-premium"] .section-card,
html.corporate-surface[data-theme="light-premium"] .corporate-card,
html.corporate-surface[data-theme="light-premium"] .corporate-panel,
html.corporate-surface[data-theme="light-premium"] .corporate-stat-card,
html.corporate-surface[data-theme="light-premium"] .corporate-action-card,
html.corporate-surface[data-theme="light-premium"] .corporate-empty-card,
html.corporate-surface[data-theme="light-premium"] .dashboard-panel,
html.corporate-surface[data-theme="light-premium"] .dashboard-pool-card,
html.corporate-surface[data-theme="light-premium"] .dashboard-action-card,
html.corporate-surface[data-theme="light-premium"] .dashboard-managed-card,
html.corporate-surface[data-theme="light-premium"] .dashboard-onboarding-card,
html.corporate-surface[data-theme="light-premium"] .metric-card,
html.corporate-surface[data-theme="light-premium"] .feature-card,
html.corporate-surface[data-theme="light-premium"] .activation-card,
html.corporate-surface[data-theme="light-premium"] .pool-card,
html.corporate-surface[data-theme="light-premium"] .join-pool-card,
html.corporate-surface[data-theme="light-premium"] .premium-info-card,
html.corporate-surface[data-theme="light-premium"] .rules-summary-card,
html.corporate-surface[data-theme="light-premium"] .ranking-card,
html.corporate-surface[data-theme="light-premium"] .ranking-board,
html.corporate-surface[data-theme="light-premium"] .ranking-empty,
html.corporate-surface[data-theme="light-premium"] .admin-detail-panel,
html.corporate-surface[data-theme="light-premium"] .auth-card,
html.corporate-surface[data-theme="light-premium"] .home-world-status,
html.corporate-surface[data-theme="light-premium"] .home-context-card,
html.corporate-surface[data-theme="light-premium"] .home-status-alert,
html.corporate-surface[data-theme="light-premium"] .pool-switch-card,
html.corporate-surface[data-theme="light-premium"] .empty-state-wide,
html.corporate-surface[data-theme="light-premium"] .owner-participation-card,
html.corporate-surface[data-theme="light-premium"] .pool-settings-card,
html.corporate-surface[data-theme="light-premium"] .pool-corporate-awards-card,
html.corporate-surface[data-theme="light-premium"] .pool-prize-settings-card,
html.corporate-surface[data-theme="light-premium"] .push-broadcast-card,
html.corporate-surface[data-theme="light-premium"] .prize-pool-card,
html.corporate-surface[data-theme="light-premium"] .manage-quick-actions,
html.corporate-surface[data-theme="light-premium"] .manage-invite-card,
html.corporate-surface[data-theme="light-premium"] .manage-members-panel,
html.corporate-surface[data-theme="light-premium"] .manage-secondary-disclosure,
html.corporate-surface[data-theme="light-premium"] .corporate-landing-section,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-story,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-tier,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-business-card,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-compact-card,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-premium-card,
html.corporate-surface[data-theme="light-premium"] .corporate-capability-grid,
html.corporate-surface[data-theme="light-premium"] .corporate-feature-card,
html.corporate-surface[data-theme="light-premium"] .corporate-live-card,
html.corporate-surface[data-theme="light-premium"] .corporate-control-item,
html.corporate-surface[data-theme="light-premium"] .corporate-flow-step,
html.corporate-surface[data-theme="light-premium"] .corporate-activity-item,
html.corporate-surface[data-theme="light-premium"] .corporate-outcome-item,
html.corporate-surface[data-theme="light-premium"] .corporate-event-card {
	background: var(--corp-light-card) !important;
	border-color: var(--corp-light-border) !important;
	box-shadow: var(--corp-light-shadow) !important;
	color: var(--ds-text-primary) !important;
}

html.corporate-surface[data-theme="light-premium"] .member-row,
html.corporate-surface[data-theme="light-premium"] .pending-member-row,
html.corporate-surface[data-theme="light-premium"] .list-group-item,
html.corporate-surface[data-theme="light-premium"] .pool-settings-row,
html.corporate-surface[data-theme="light-premium"] .pool-settings-option,
html.corporate-surface[data-theme="light-premium"] .pool-code-box,
html.corporate-surface[data-theme="light-premium"] .push-broadcast-panel,
html.corporate-surface[data-theme="light-premium"] .push-broadcast-preview,
html.corporate-surface[data-theme="light-premium"] .push-broadcast-summary,
html.corporate-surface[data-theme="light-premium"] .push-preview-card__phone,
html.corporate-surface[data-theme="light-premium"] .push-preview-card__image,
html.corporate-surface[data-theme="light-premium"] .prize-table-wrap,
html.corporate-surface[data-theme="light-premium"] .creation-advanced-settings,
html.corporate-surface[data-theme="light-premium"] .corporate-award-config-row,
html.corporate-surface[data-theme="light-premium"] .prediction-mode-card__content,
html.corporate-surface[data-theme="light-premium"] .legal-consent-card,
html.corporate-surface[data-theme="light-premium"] .department-card,
html.corporate-surface[data-theme="light-premium"] .ranking-board__toolbar,
html.corporate-surface[data-theme="light-premium"] .ranking-mode-chips,
html.corporate-surface[data-theme="light-premium"] .ranking-self-bar,
html.corporate-surface[data-theme="light-premium"] .ranking-entry-card,
html.corporate-surface[data-theme="light-premium"] .ranking-filter-row,
html.corporate-surface[data-theme="light-premium"] .match-card,
html.corporate-surface[data-theme="light-premium"] .prediction-card,
html.corporate-surface[data-theme="light-premium"] .prediction-match-card,
html.corporate-surface[data-theme="light-premium"] .live-match-card,
html.corporate-surface[data-theme="light-premium"] .knockout-card,
html.corporate-surface[data-theme="light-premium"] .matches-control-panel,
html.corporate-surface[data-theme="light-premium"] .play-control-panel {
	background: var(--corp-light-card-soft) !important;
	border-color: var(--corp-light-border) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 24px rgba(15, 23, 42, 0.06) !important;
	color: var(--ds-text-primary) !important;
}

html.corporate-surface[data-theme="light-premium"] .manage-hero-metrics span,
html.corporate-surface[data-theme="light-premium"] .manage-quick-action,
html.corporate-surface[data-theme="light-premium"] .manage-member-tab,
html.corporate-surface[data-theme="light-premium"] .pool-settings-summary__toggle,
html.corporate-surface[data-theme="light-premium"] .phase-tab,
html.corporate-surface[data-theme="light-premium"] .ranking-mode-chip,
html.corporate-surface[data-theme="light-premium"] .corporate-award-tab {
	background: rgba(255, 255, 255, 0.88) !important;
	border-color: var(--corp-light-border) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
	color: var(--ds-text-secondary) !important;
}

html.corporate-surface[data-theme="light-premium"] .manage-member-tab.is-active,
html.corporate-surface[data-theme="light-premium"] .phase-tab.active,
html.corporate-surface[data-theme="light-premium"] .phase-tab.is-active,
html.corporate-surface[data-theme="light-premium"] .ranking-mode-chip.is-active,
html.corporate-surface[data-theme="light-premium"] .corporate-award-tab.is-active,
html.corporate-surface[data-theme="light-premium"] .prediction-mode-card input:checked + .prediction-mode-card__content,
html.corporate-surface[data-theme="light-premium"] .pool-settings-option:has(input:checked) {
	background: linear-gradient(180deg, rgba(37, 99, 235, 0.13), rgba(255, 255, 255, 0.9)) !important;
	border-color: rgba(37, 99, 235, 0.3) !important;
	box-shadow: 0 12px 30px rgba(37, 99, 235, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
	color: var(--ds-primary) !important;
}

html.corporate-surface[data-theme="light-premium"] .experience-skin-card__indicator {
	border-color: rgba(148, 163, 184, 0.62);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.96);
}

html.corporate-surface[data-theme="light-premium"] .experience-skin-card input:checked + .experience-skin-card__content .experience-skin-card__indicator {
	border-color: rgba(37, 99, 235, 0.86);
	background: rgb(37, 99, 235);
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.96), 0 0 0 4px rgba(37, 99, 235, 0.14);
}

html.corporate-surface[data-theme="light-premium"] .btn-secondary-soft,
html.corporate-surface[data-theme="light-premium"] .btn-dark-premium,
html.corporate-surface[data-theme="light-premium"] .pwa-install-btn,
html.corporate-surface[data-theme="light-premium"] .corporate-btn-secondary,
html.corporate-surface[data-theme="light-premium"] .corporate-btn-ghost,
html.corporate-surface[data-theme="light-premium"] .btn-sm-action {
	background: rgba(255, 255, 255, 0.92) !important;
	background-image: none !important;
	border-color: rgba(37, 99, 235, 0.22) !important;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
	color: var(--ds-text-secondary) !important;
}

html.corporate-surface[data-theme="light-premium"] .btn-secondary-soft:hover,
html.corporate-surface[data-theme="light-premium"] .btn-dark-premium:hover,
html.corporate-surface[data-theme="light-premium"] .pwa-install-btn:hover,
html.corporate-surface[data-theme="light-premium"] .corporate-btn-secondary:hover,
html.corporate-surface[data-theme="light-premium"] .corporate-btn-ghost:hover,
html.corporate-surface[data-theme="light-premium"] .btn-sm-action:hover {
	background: rgba(37, 99, 235, 0.08) !important;
	border-color: rgba(37, 99, 235, 0.32) !important;
	color: var(--ds-text-primary) !important;
}

html.corporate-surface[data-theme="light-premium"] .btn-primary-gradient,
html.corporate-surface[data-theme="light-premium"] .corporate-btn-primary,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-cta--primary {
	background: var(--gradient-primary) !important;
	border-color: rgba(37, 99, 235, 0.34) !important;
	box-shadow: 0 16px 34px rgba(37, 99, 235, 0.18) !important;
	color: #ffffff !important;
}

html.corporate-surface[data-theme="light-premium"] .context-pill,
html.corporate-surface[data-theme="light-premium"] .pool-status-badge,
html.corporate-surface[data-theme="light-premium"] .pool-settings-chip,
html.corporate-surface[data-theme="light-premium"] .badge-premium,
html.corporate-surface[data-theme="light-premium"] .badge-muted,
html.corporate-surface[data-theme="light-premium"] .badge-new,
html.corporate-surface[data-theme="light-premium"] .corporate-badge,
html.corporate-surface[data-theme="light-premium"] .corporate-badge-license,
html.corporate-surface[data-theme="light-premium"] .corporate-badge-admin,
html.corporate-surface[data-theme="light-premium"] .corporate-pricing-badge,
html.corporate-surface[data-theme="light-premium"] .entry-points-chip,
html.corporate-surface[data-theme="light-premium"] .distribution-type-badge,
html.corporate-surface[data-theme="light-premium"] .you-badge,
html.corporate-surface[data-theme="light-premium"] .podium-badge,
html.corporate-surface[data-theme="light-premium"] .podium-badge-main {
	background: rgba(37, 99, 235, 0.1) !important;
	border-color: rgba(37, 99, 235, 0.24) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
	color: var(--ds-primary) !important;
}

html.corporate-surface[data-theme="light-premium"] .live-badge,
html.corporate-surface[data-theme="light-premium"] .badge-live,
html.corporate-surface[data-theme="light-premium"] .status-live,
html.corporate-surface[data-theme="light-premium"] .corporate-chip--live,
html.corporate-surface[data-theme="light-premium"] .corporate-badge-live,
html.corporate-surface[data-theme="light-premium"] .match-status-chip.is-live,
html.corporate-surface[data-theme="light-premium"] .prediction-status-badge.is-live {
	background: rgba(8, 145, 178, 0.1) !important;
	border-color: rgba(8, 145, 178, 0.24) !important;
	color: #0e7490 !important;
}

html.corporate-surface[data-theme="light-premium"] .badge-success,
html.corporate-surface[data-theme="light-premium"] .corporate-chip--success,
html.corporate-surface[data-theme="light-premium"] .corporate-badge-active,
html.corporate-surface[data-theme="light-premium"] .prediction-saved-chip,
html.corporate-surface[data-theme="light-premium"] .points-earned-chip {
	background: rgba(22, 163, 74, 0.1) !important;
	border-color: rgba(22, 163, 74, 0.24) !important;
	color: var(--ds-success) !important;
}

html.corporate-surface[data-theme="light-premium"] .prediction-locked-chip,
html.corporate-surface[data-theme="light-premium"] .corporate-chip--danger,
html.corporate-surface[data-theme="light-premium"] .corporate-badge-locked,
html.corporate-surface[data-theme="light-premium"] .corporate-badge-pending {
	background: rgba(220, 38, 38, 0.08) !important;
	border-color: rgba(220, 38, 38, 0.22) !important;
	color: var(--ds-danger) !important;
}

html.corporate-surface[data-theme="light-premium"] .form-control,
html.corporate-surface[data-theme="light-premium"] .form-select,
html.corporate-surface[data-theme="light-premium"] .form-control-premium,
html.corporate-surface[data-theme="light-premium"] .corporate-input,
html.corporate-surface[data-theme="light-premium"] .corporate-select,
html.corporate-surface[data-theme="light-premium"] .corporate-textarea,
html.corporate-surface[data-theme="light-premium"] textarea,
html.corporate-surface[data-theme="light-premium"] input[type="text"],
html.corporate-surface[data-theme="light-premium"] input[type="search"],
html.corporate-surface[data-theme="light-premium"] input[type="number"],
html.corporate-surface[data-theme="light-premium"] input[type="email"] {
	background: rgba(255, 255, 255, 0.94) !important;
	border-color: rgba(148, 163, 184, 0.34) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
	color: var(--ds-text-primary) !important;
}

html.corporate-surface[data-theme="light-premium"] .form-control::placeholder,
html.corporate-surface[data-theme="light-premium"] .form-control-premium::placeholder,
html.corporate-surface[data-theme="light-premium"] textarea::placeholder,
html.corporate-surface[data-theme="light-premium"] input::placeholder {
	color: #94a3b8 !important;
}

html.corporate-surface[data-theme="light-premium"] .table,
html.corporate-surface[data-theme="light-premium"] .table-premium,
html.corporate-surface[data-theme="light-premium"] .members-table,
html.corporate-surface[data-theme="light-premium"] .admin-table,
html.corporate-surface[data-theme="light-premium"] .prize-table,
html.corporate-surface[data-theme="light-premium"] .score-rules-table {
	--bs-table-bg: transparent;
	--bs-table-color: var(--ds-text-secondary);
	--bs-table-border-color: var(--corp-light-border);
	color: var(--ds-text-secondary) !important;
}

html.corporate-surface[data-theme="light-premium"] .table thead,
html.corporate-surface[data-theme="light-premium"] .table-premium thead,
html.corporate-surface[data-theme="light-premium"] .members-table thead,
html.corporate-surface[data-theme="light-premium"] .admin-table thead,
html.corporate-surface[data-theme="light-premium"] .prize-table th,
html.corporate-surface[data-theme="light-premium"] .score-rules-table th {
	background: rgba(241, 245, 249, 0.9) !important;
	color: var(--ds-text-muted) !important;
}

html.corporate-surface[data-theme="light-premium"] .table td,
html.corporate-surface[data-theme="light-premium"] .table th,
html.corporate-surface[data-theme="light-premium"] .table-premium td,
html.corporate-surface[data-theme="light-premium"] .table-premium th,
html.corporate-surface[data-theme="light-premium"] .members-table td,
html.corporate-surface[data-theme="light-premium"] .admin-table td,
html.corporate-surface[data-theme="light-premium"] .prize-table td,
html.corporate-surface[data-theme="light-premium"] .score-rules-table td {
	background: transparent !important;
	border-color: var(--corp-light-border) !important;
	color: var(--ds-text-secondary) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-network {
	filter: drop-shadow(0 28px 58px rgba(37, 99, 235, 0.12)) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-network::before {
	background:
		radial-gradient(circle at 76% 40%, rgba(37, 99, 235, 0.12), transparent 30%),
		radial-gradient(circle at 36% 58%, rgba(217, 119, 6, 0.1), transparent 36%) !important;
	opacity: 0.72 !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-network__plane {
	background:
		linear-gradient(116deg, rgba(255, 255, 255, 0.78), transparent 28%),
		linear-gradient(135deg, rgba(239, 246, 255, 0.9), rgba(255, 255, 255, 0.55) 62%),
		repeating-linear-gradient(90deg, rgba(37, 99, 235, 0.1) 0 1px, transparent 1px 58px) !important;
	border-color: rgba(37, 99, 235, 0.2) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		inset 0 -38px 90px rgba(37, 99, 235, 0.08),
		0 18px 56px rgba(15, 23, 42, 0.1) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-network__horizon,
html.corporate-surface[data-theme="light-premium"] .corporate-live-network__track--primary {
	background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.58), rgba(217, 119, 6, 0.18), transparent) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-network__track--secondary {
	background: linear-gradient(90deg, transparent, rgba(8, 145, 178, 0.3), rgba(8, 145, 178, 0.08), transparent) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-network__vector--one,
html.corporate-surface[data-theme="light-premium"] .corporate-live-network__vector--two {
	background: linear-gradient(90deg, transparent, rgba(100, 116, 139, 0.24), transparent) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-network__node {
	background: #94a3b8 !important;
	border-color: rgba(255, 255, 255, 0.88) !important;
	box-shadow: 0 0 12px rgba(37, 99, 235, 0.12) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-network__node--lead {
	background: var(--ds-primary) !important;
	border-color: rgba(255, 255, 255, 0.92) !important;
	box-shadow: 0 0 0 7px rgba(37, 99, 235, 0.12), 0 0 24px rgba(37, 99, 235, 0.28) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-network__node--two,
html.corporate-surface[data-theme="light-premium"] .corporate-live-network__signal {
	background: #d97706 !important;
	border-color: rgba(255, 255, 255, 0.92) !important;
	box-shadow: 0 0 18px rgba(217, 119, 6, 0.26) !important;
}

html.corporate-surface[data-theme="light-premium"] .live-matches-panel,
html.corporate-surface[data-theme="light-premium"] .match-card.is-live,
html.corporate-surface[data-theme="light-premium"] .knockout-card.is-live {
	background:
		radial-gradient(circle at 16% 0%, rgba(34, 197, 94, 0.2), transparent 34%),
		radial-gradient(circle at 58% 58%, rgba(45, 212, 191, 0.14), transparent 38%),
		radial-gradient(circle at 94% 16%, rgba(132, 204, 22, 0.16), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 244, 0.86)),
		#ffffff !important;
	border-color: rgba(16, 185, 129, 0.32) !important;
	box-shadow: 0 22px 58px rgba(16, 185, 129, 0.12), 0 12px 40px rgba(45, 212, 191, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

html.corporate-surface[data-theme="light-premium"] .cookie-consent,
html.corporate-surface[data-theme="light-premium"] .modal-content,
html.corporate-surface[data-theme="light-premium"] .pwa-install-modal__content,
html.corporate-surface[data-theme="light-premium"] .profile-menu,
html.corporate-surface[data-theme="light-premium"] .pool-context-menu,
html.corporate-surface[data-theme="light-premium"] .locale-switcher {
	background: var(--corp-light-card) !important;
	border-color: var(--corp-light-border) !important;
	box-shadow: var(--corp-light-shadow) !important;
	color: var(--ds-text-primary) !important;
}

html.corporate-surface[data-theme="light-premium"] .pwa-install-modal__title {
	color: #0f172a !important;
}

html.corporate-surface[data-theme="light-premium"] .pwa-install-modal__copy {
	color: #64748b !important;
}

html.corporate-surface[data-theme="light-premium"] .pwa-install-step {
	border-color: rgba(203, 213, 225, 0.88) !important;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.86)),
		#ffffff !important;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08) !important;
}

html.corporate-surface[data-theme="light-premium"] .pwa-install-step__visual {
	background:
		radial-gradient(circle at 50% 32%, rgba(37, 99, 235, 0.12), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(219, 234, 254, 0.68)),
		linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px),
		linear-gradient(180deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px) !important;
	background-size: auto, auto, 22px 22px, 22px 22px !important;
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.2) !important;
}

html.corporate-surface[data-theme="light-premium"] .pwa-install-step__index {
	background: linear-gradient(135deg, #dbeafe, #bfdbfe) !important;
	color: #1d4ed8 !important;
}

html.corporate-surface[data-theme="light-premium"] .pwa-install-step__icon {
	background: #ffffff !important;
	color: #2563eb !important;
}

html.corporate-surface[data-theme="light-premium"] .pwa-install-step__body strong {
	color: #2563eb !important;
}

html.corporate-surface[data-theme="light-premium"] .pwa-install-step p {
	color: #334155 !important;
}

html.corporate-surface[data-theme="light-premium"] .card-premium-white,
html.corporate-surface[data-theme="light-premium"] .surface-card-premium {
	padding: var(--tc-white-space-5);
	border: 1px solid var(--tc-white-border-soft);
	border-radius: var(--tc-white-radius-lg);
	background: var(--tc-white-surface);
	box-shadow: var(--tc-white-shadow-card);
	color: var(--tc-white-text);
}

html.corporate-surface[data-theme="light-premium"] .surface-card-premium--soft {
	background: var(--tc-white-surface-soft);
	box-shadow: var(--tc-white-shadow-soft);
}

html.corporate-surface[data-theme="light-premium"] .btn-primary-premium,
html.corporate-surface[data-theme="light-premium"] .btn-secondary-premium,
html.corporate-surface[data-theme="light-premium"] .btn-ghost-premium,
html.corporate-surface[data-theme="light-premium"] .btn-soft-premium,
html.corporate-surface[data-theme="light-premium"] .btn-disabled-premium {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 44px;
	padding: 0.76rem 1.05rem;
	border: 1px solid transparent;
	border-radius: var(--tc-white-radius-pill);
	font-family: var(--corp-font-sans);
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

html.corporate-surface[data-theme="light-premium"] .btn-primary-premium {
	background: linear-gradient(135deg, var(--tc-white-brand), #60a5fa);
	border-color: rgba(37, 99, 235, 0.32);
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18);
	color: #ffffff;
}

html.corporate-surface[data-theme="light-premium"] .btn-primary-premium:hover,
html.corporate-surface[data-theme="light-premium"] .btn-primary-premium:focus-visible {
	background: linear-gradient(135deg, var(--tc-white-brand-strong), var(--tc-white-brand));
	box-shadow: 0 18px 38px rgba(37, 99, 235, 0.24);
	color: #ffffff;
	transform: translateY(-1px);
}

html.corporate-surface[data-theme="light-premium"] .btn-secondary-premium,
html.corporate-surface[data-theme="light-premium"] .btn-soft-premium {
	background: #ffffff;
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: var(--tc-white-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.92);
	color: var(--tc-white-text-secondary);
}

html.corporate-surface[data-theme="light-premium"] .btn-soft-premium {
	background: var(--tc-white-brand-soft);
	color: var(--tc-white-brand);
}

html.corporate-surface[data-theme="light-premium"] .btn-secondary-premium:hover,
html.corporate-surface[data-theme="light-premium"] .btn-soft-premium:hover,
html.corporate-surface[data-theme="light-premium"] .btn-secondary-premium:focus-visible,
html.corporate-surface[data-theme="light-premium"] .btn-soft-premium:focus-visible {
	background: rgba(37, 99, 235, 0.08);
	border-color: rgba(37, 99, 235, 0.32);
	color: var(--tc-white-text);
	transform: translateY(-1px);
}

html.corporate-surface[data-theme="light-premium"] .btn-ghost-premium {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: var(--tc-white-text-muted);
}

html.corporate-surface[data-theme="light-premium"] .btn-ghost-premium:hover,
html.corporate-surface[data-theme="light-premium"] .btn-ghost-premium:focus-visible {
	background: rgba(37, 99, 235, 0.08);
	color: var(--tc-white-text);
}

html.corporate-surface[data-theme="light-premium"] .btn-disabled-premium,
html.corporate-surface[data-theme="light-premium"] .btn-primary-premium:disabled,
html.corporate-surface[data-theme="light-premium"] .btn-secondary-premium:disabled,
html.corporate-surface[data-theme="light-premium"] .btn-soft-premium:disabled,
html.corporate-surface[data-theme="light-premium"] .corporate-quick-action[aria-disabled="true"],
html.corporate-surface[data-theme="light-premium"] .corporate-quick-action.is-disabled {
	cursor: not-allowed;
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.9), rgba(241, 245, 249, 0.72)) !important;
	border-color: rgba(203, 213, 225, 0.72) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
	color: #94a3b8 !important;
	opacity: 1;
	transform: none !important;
}

html.corporate-surface[data-theme="light-premium"] .pill-premium,
html.corporate-surface[data-theme="light-premium"] .badge-premium,
html.corporate-surface[data-theme="light-premium"] .badge-muted,
html.corporate-surface[data-theme="light-premium"] .badge-new,
html.corporate-surface[data-theme="light-premium"] .badge-live,
html.corporate-surface[data-theme="light-premium"] .context-pill,
html.corporate-surface[data-theme="light-premium"] .pool-status-badge,
html.corporate-surface[data-theme="light-premium"] .entry-points-chip,
html.corporate-surface[data-theme="light-premium"] .distribution-type-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	min-height: 28px;
	padding: 0.36rem 0.68rem;
	border-radius: var(--tc-white-radius-pill);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

html.corporate-surface[data-theme="light-premium"] .dashboard-shell {
	background: var(--corp-light-page) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-center {
	display: grid;
	gap: var(--tc-white-space-5);
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-hero,
html.corporate-surface[data-theme="light-premium"] .corporate-participant-hero {
	min-height: clamp(280px, 34vw, 400px);
	padding: clamp(1.35rem, 3vw, 2.4rem);
	border-radius: var(--tc-white-radius-xl);
	background: var(--corp-light-hero) !important;
	background-size: 72px 72px, 72px 72px, auto, auto, auto !important;
	border-color: var(--tc-white-border) !important;
	box-shadow: var(--tc-white-shadow-card) !important;
	color: var(--tc-white-text) !important;
}

html.corporate-surface[data-theme="light-premium"] .dashboard-shell:not(.dashboard-shell--casazar) .corporate-command-hero {
	grid-template-columns: minmax(0, 1fr);
	min-height: clamp(270px, 30vw, 360px);
}

html.corporate-surface[data-theme="light-premium"] .dashboard-shell:not(.dashboard-shell--casazar) .corporate-command-hero--with-countdown {
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.55fr);
}

html.corporate-surface[data-theme="light-premium"] .dashboard-shell:not(.dashboard-shell--casazar) .corporate-command-hero__content {
	max-width: 980px;
}

html.corporate-surface[data-theme="light-premium"] .dashboard-shell:not(.dashboard-shell--casazar) .corporate-command-hero__visual {
	display: none;
}

html.corporate-surface[data-theme="light-premium"] .dashboard-shell:not(.dashboard-shell--casazar) .corporate-command-hero--with-countdown .corporate-command-hero__visual {
	display: flex;
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-hero__visual .dashboard-hero-countdown {
	border-color: rgba(37, 99, 235, 0.16);
	background:
		radial-gradient(circle at 100% 0%, rgba(34, 211, 238, 0.18), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.74));
	box-shadow:
		0 24px 70px rgba(15, 23, 42, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-hero::before,
html.corporate-surface[data-theme="light-premium"] .corporate-participant-hero::before {
	background:
		linear-gradient(90deg, rgba(37, 99, 235, 0.05), transparent 36%),
		linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(217, 119, 6, 0.024) 1px, transparent 1px) !important;
	background-size: auto, 72px 72px, 72px 72px !important;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 78%) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-hero .corporate-section-title,
html.corporate-surface[data-theme="light-premium"] .corporate-participant-hero .corporate-section-title {
	max-width: 760px;
	color: var(--tc-white-text) !important;
	font-size: clamp(2.25rem, 4.8vw, 4.4rem);
	line-height: 0.96;
	letter-spacing: 0;
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-hero .corporate-section-copy,
html.corporate-surface[data-theme="light-premium"] .corporate-participant-hero .corporate-section-copy {
	max-width: 680px;
	color: var(--tc-white-text-muted) !important;
	font-size: clamp(1rem, 1.4vw, 1.12rem);
	font-weight: 650;
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-hero__visual {
	opacity: 0.78;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(1.1rem, 2.4vw, 2rem);
	margin: clamp(1.35rem, 2.8vw, 2.2rem) 0;
	padding: clamp(1.2rem, 2.6vw, 2rem);
	overflow: hidden;
	border: 1px solid var(--tc-white-border);
	border-radius: var(--tc-white-radius-xl);
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.82) 54%, rgba(255, 251, 235, 0.72)),
		radial-gradient(circle at 12% 14%, rgba(37, 99, 235, 0.1), transparent 32%),
		radial-gradient(circle at 88% 72%, rgba(217, 119, 6, 0.1), transparent 30%);
	box-shadow: var(--tc-white-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: var(--tc-white-text);
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum::before,
html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum::after,
html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum__atmosphere {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum::before {
	background:
		linear-gradient(90deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(37, 99, 235, 0.032) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(110deg, rgba(0, 0, 0, 0.35), transparent 74%);
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum::after {
	inset: auto 8% 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.34), rgba(217, 119, 6, 0.22), transparent);
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum__atmosphere {
	background:
		radial-gradient(ellipse at 16% 82%, rgba(22, 163, 74, 0.08), transparent 34%),
		radial-gradient(ellipse at 92% 74%, rgba(220, 38, 38, 0.06), transparent 30%),
		linear-gradient(120deg, rgba(37, 99, 235, 0.04), transparent 22%, transparent 64%, rgba(217, 119, 6, 0.04));
	opacity: 0.9;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum > *:not(.corporate-live-momentum__atmosphere) {
	position: relative;
	z-index: 1;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum__header {
	display: grid;
	align-content: center;
	gap: 0.72rem;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum__header h2 {
	max-width: 760px;
	margin: 0;
	color: var(--tc-white-text);
	font-family: var(--corp-font-sans);
	font-size: clamp(2rem, 4.2vw, 4.35rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.96;
	text-wrap: balance;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum__header p:last-child {
	max-width: 640px;
	margin: 0;
	color: var(--tc-white-text-muted);
	font-size: clamp(1rem, 1.32vw, 1.12rem);
	font-weight: 650;
	line-height: 1.46;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum__header strong {
	color: var(--tc-white-text-secondary);
	font-weight: 900;
}

html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal {
	--momentum-color: var(--tc-white-brand);
	--momentum-bg: var(--tc-white-brand-soft);
	position: relative;
	display: grid;
	align-content: start;
	gap: 0.45rem;
	min-height: 166px;
	padding: 1rem;
	overflow: hidden;
	border: 1px solid var(--tc-white-border-soft);
	border-radius: var(--tc-white-radius-lg);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
		var(--tc-white-surface);
	box-shadow: var(--tc-white-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 3px;
	background: var(--momentum-color);
}

html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal--action {
	--momentum-color: var(--tc-white-brand);
	--momentum-bg: var(--tc-white-brand-soft);
}

html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal--leadership {
	--momentum-color: var(--tc-white-accent);
	--momentum-bg: var(--tc-white-warning-soft);
}

html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal--momentum {
	--momentum-color: var(--tc-white-success);
	--momentum-bg: var(--tc-white-success-soft);
}

html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal--danger {
	--momentum-color: var(--tc-white-danger);
	--momentum-bg: var(--tc-white-danger-soft);
}

html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: var(--tc-white-radius-md);
	background: var(--momentum-bg);
	color: var(--momentum-color);
}

html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal p {
	margin: 0;
	color: var(--momentum-color);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal strong {
	color: var(--tc-white-text);
	font-size: clamp(1.02rem, 1.32vw, 1.32rem);
	font-weight: 900;
	line-height: 1.1;
}

html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal small {
	color: var(--tc-white-text-muted);
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.36;
}

html.corporate-surface[data-theme="light-premium"] .corporate-ai-home-cta {
	border-color: rgba(37, 99, 235, 0.18);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.86)),
		radial-gradient(circle at 82% 28%, rgba(234, 179, 8, 0.12), transparent 32%),
		radial-gradient(circle at 16% 80%, rgba(37, 99, 235, 0.1), transparent 34%);
	box-shadow: var(--tc-white-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

html.corporate-surface[data-theme="light-premium"] .corporate-ai-home-cta__content h2 {
	color: var(--tc-white-text);
	text-shadow: none;
}

html.corporate-surface[data-theme="light-premium"] .corporate-ai-home-cta__content p:last-child {
	color: var(--tc-white-text-muted);
	text-shadow: none;
}

html.corporate-surface[data-theme="light-premium"] .corporate-ai-home-cta__icon {
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(234, 179, 8, 0.1)),
		#ffffff;
	color: var(--tc-white-brand);
}

html.corporate-surface[data-theme="light-premium"] .corporate-message-home-cta {
	border-color: rgba(34, 197, 94, 0.2);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(240, 253, 244, 0.88)),
		radial-gradient(circle at 84% 18%, rgba(34, 197, 94, 0.16), transparent 34%),
		radial-gradient(circle at 18% 80%, rgba(37, 99, 235, 0.09), transparent 34%);
	box-shadow: var(--tc-white-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

html.corporate-surface[data-theme="light-premium"] .corporate-message-home-cta h2 {
	color: var(--tc-white-text);
	text-shadow: none;
}

html.corporate-surface[data-theme="light-premium"] .corporate-message-home-cta p:last-child {
	color: var(--tc-white-text-muted);
	text-shadow: none;
}

html.corporate-surface[data-theme="light-premium"] .corporate-message-home-cta__icon {
	background:
		linear-gradient(135deg, rgba(34, 197, 94, 0.16), rgba(37, 99, 235, 0.1)),
		#ffffff;
	color: #16a34a;
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-hero .corporate-command-actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	align-items: stretch;
	max-width: 820px;
	gap: var(--tc-white-space-3);
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-hero .corporate-command-actions .btn-primary-gradient,
html.corporate-surface[data-theme="light-premium"] .corporate-command-hero .corporate-command-actions .btn-secondary-soft {
	justify-content: center;
	min-height: 48px;
	padding-inline: 1.1rem;
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-kpis,
html.corporate-surface[data-theme="light-premium"] .corporate-participant-kpis {
	gap: var(--tc-white-space-4);
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-kpis .corporate-stat-card,
html.corporate-surface[data-theme="light-premium"] .corporate-participant-kpis .corporate-stat-card {
	display: grid;
	align-content: start;
	min-height: 172px;
	padding: var(--tc-white-space-4);
	border-radius: var(--tc-white-radius-lg);
	background: var(--tc-white-surface) !important;
	border-color: var(--tc-white-border-soft) !important;
	box-shadow: var(--tc-white-shadow-card) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-stat-card__icon {
	width: 2.4rem;
	height: 2.4rem;
	margin-bottom: var(--tc-white-space-3);
	border-color: rgba(37, 99, 235, 0.18);
	border-radius: var(--tc-white-radius-md);
	background: var(--tc-white-brand-soft);
	color: var(--tc-white-brand);
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-kpis .corporate-stat-card p,
html.corporate-surface[data-theme="light-premium"] .corporate-participant-kpis .corporate-stat-card p {
	color: var(--tc-white-text-muted) !important;
	font-size: 0.74rem;
	letter-spacing: 0.06em;
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-kpis .corporate-stat-card strong,
html.corporate-surface[data-theme="light-premium"] .corporate-participant-kpis .corporate-stat-card strong {
	color: var(--tc-white-text) !important;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
}

html.corporate-surface[data-theme="light-premium"] .corporate-panel__header {
	align-items: center;
	padding-bottom: var(--tc-white-space-3);
	border-bottom: 1px solid rgba(219, 228, 239, 0.72);
}

html.corporate-surface[data-theme="light-premium"] .corporate-panel__header h2,
html.corporate-surface[data-theme="light-premium"] .corporate-panel h2 {
	color: var(--tc-white-text) !important;
	letter-spacing: 0;
}

html.corporate-surface[data-theme="light-premium"] .corporate-ranking-preview-list {
	gap: var(--tc-white-space-3);
}

html.corporate-surface[data-theme="light-premium"] .corporate-ranking-preview-row {
	grid-template-columns: 42px minmax(0, 1fr) auto;
	min-height: 58px;
	padding: 0.76rem 0.9rem;
	border-radius: var(--tc-white-radius-md);
	background: var(--tc-white-surface) !important;
	border-color: rgba(219, 228, 239, 0.9) !important;
	box-shadow: var(--tc-white-shadow-soft) !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

html.corporate-surface[data-theme="light-premium"] .corporate-ranking-preview-row:hover {
	border-color: rgba(37, 99, 235, 0.22) !important;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08) !important;
	transform: translateY(-1px);
}

html.corporate-surface[data-theme="light-premium"] .corporate-ranking-preview-row span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: var(--tc-white-radius-pill);
	background: var(--tc-white-brand-soft);
	color: var(--tc-white-brand) !important;
	font-size: 0.82rem;
}

html.corporate-surface[data-theme="light-premium"] .corporate-ranking-preview-row:nth-child(-n + 3) span {
	background: var(--tc-white-warning-soft);
	color: var(--tc-white-accent) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-ranking-preview-row strong {
	color: var(--tc-white-text) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-ranking-preview-row em {
	color: var(--tc-white-brand) !important;
	font-weight: 900;
}

html.corporate-surface[data-theme="light-premium"] .corporate-ranking-preview-row.is-current-user {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(255, 255, 255, 0.92)) !important;
	border-color: rgba(37, 99, 235, 0.26) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-quick-actions {
	gap: var(--tc-white-space-3);
}

html.corporate-surface[data-theme="light-premium"] .corporate-quick-action {
	min-height: 56px;
	padding: 0.8rem 0.95rem;
	border-radius: var(--tc-white-radius-md);
	background: var(--tc-white-surface) !important;
	border-color: rgba(219, 228, 239, 0.9) !important;
	box-shadow: var(--tc-white-shadow-soft) !important;
	color: var(--tc-white-text-secondary) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-quick-action i {
	display: inline-grid;
	flex: 0 0 auto;
	width: 2.1rem;
	height: 2.1rem;
	place-items: center;
	border-radius: var(--tc-white-radius-md);
	background: var(--tc-white-brand-soft);
	color: var(--tc-white-brand) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-quick-action:hover {
	border-color: rgba(37, 99, 235, 0.26) !important;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08) !important;
	color: var(--tc-white-text) !important;
	transform: translateY(-1px);
}

html.corporate-surface[data-theme="light-premium"] .corporate-quick-action.is-primary {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.11), rgba(255, 255, 255, 0.94)) !important;
	border-color: rgba(37, 99, 235, 0.28) !important;
	color: var(--tc-white-brand) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-quick-action.is-live {
	background: rgba(8, 145, 178, 0.08) !important;
	border-color: rgba(8, 145, 178, 0.22) !important;
	color: #0e7490 !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-command-placeholder {
	border-color: rgba(37, 99, 235, 0.2) !important;
	background: rgba(241, 245, 249, 0.76) !important;
	color: var(--tc-white-text-muted) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-progress-track {
	background: rgba(226, 232, 240, 0.82) !important;
	border-color: rgba(203, 213, 225, 0.82) !important;
}

html.corporate-surface[data-theme="light-premium"] .corporate-progress-track span {
	background: linear-gradient(90deg, var(--tc-white-brand), #38bdf8) !important;
	box-shadow: 0 0 18px rgba(37, 99, 235, 0.18) !important;
}

@media (max-width: 900px) {
	html.corporate-surface[data-theme="light-premium"] .corporate-command-hero,
	html.corporate-surface[data-theme="light-premium"] .corporate-participant-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	html.corporate-surface[data-theme="light-premium"] .corporate-command-hero__visual {
		justify-content: flex-start;
		opacity: 0.6;
	}

	html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum,
	html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	html.corporate-surface[data-theme="light-premium"] .corporate-command-hero,
	html.corporate-surface[data-theme="light-premium"] .corporate-participant-hero {
		padding: 1.15rem;
		border-radius: 24px;
	}

	html.corporate-surface[data-theme="light-premium"] .corporate-command-hero .corporate-section-title,
	html.corporate-surface[data-theme="light-premium"] .corporate-participant-hero .corporate-section-title {
		font-size: clamp(2.05rem, 12vw, 3rem);
	}

	html.corporate-surface[data-theme="light-premium"] .corporate-command-actions .btn-primary-gradient,
	html.corporate-surface[data-theme="light-premium"] .corporate-command-actions .btn-secondary-soft {
		width: 100%;
	}

	html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum {
		padding: 1.15rem;
		border-radius: 24px;
	}

	html.corporate-surface[data-theme="light-premium"] .corporate-live-momentum__header h2 {
		font-size: clamp(2rem, 10vw, 2.9rem);
	}

	html.corporate-surface[data-theme="light-premium"] .corporate-momentum-signal {
		min-height: 0;
	}
}

/* Light corporate theme: play and matches leak cleanup */
html.corporate-surface[data-theme="light-premium"] .matches-hero .matches-stat,
html.corporate-surface[data-theme="light-premium"] .ranking-page .ranking-hero-metric {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.88)),
		var(--tc-white-surface) !important;
	border-color: var(--tc-white-border-soft) !important;
	box-shadow: var(--tc-white-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	color: var(--tc-white-text) !important;
}

html.corporate-surface[data-theme="light-premium"] .matches-hero .matches-stat.is-live,
html.corporate-surface[data-theme="light-premium"] .matches-hero .matches-stat--button:hover,
html.corporate-surface[data-theme="light-premium"] .matches-hero .matches-stat--button:focus-visible {
	background:
		radial-gradient(circle at 86% 18%, rgba(8, 145, 178, 0.1), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 254, 255, 0.88)),
		var(--tc-white-surface) !important;
	border-color: rgba(8, 145, 178, 0.24) !important;
	box-shadow: 0 14px 30px rgba(8, 145, 178, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

html.corporate-surface[data-theme="light-premium"] .matches-hero .matches-stat strong,
html.corporate-surface[data-theme="light-premium"] .ranking-page .ranking-hero-metric strong {
	color: var(--tc-white-text) !important;
}

html.corporate-surface[data-theme="light-premium"] .matches-hero .matches-stat span,
html.corporate-surface[data-theme="light-premium"] .ranking-page .ranking-hero-metric span {
	color: var(--tc-white-text-muted) !important;
}

html.corporate-surface[data-theme="light-premium"] .matches-mobile-group-tabs .mobile-group-tab,
html.corporate-surface[data-theme="light-premium"] .play-mobile-group-tab.mobile-group-tab,
html.corporate-surface[data-theme="light-premium"] .ios-safe-group-tab {
	background: rgba(255, 255, 255, 0.9) !important;
	border: 1px solid var(--tc-white-border-soft) !important;
	box-shadow: var(--tc-white-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	color: var(--tc-white-text-secondary) !important;
}

html.corporate-surface[data-theme="light-premium"] .matches-mobile-group-tabs .mobile-group-tab:hover,
html.corporate-surface[data-theme="light-premium"] .play-mobile-group-tab.mobile-group-tab:hover,
html.corporate-surface[data-theme="light-premium"] .ios-safe-group-tab:hover {
	background: var(--tc-white-brand-soft) !important;
	border-color: rgba(37, 99, 235, 0.26) !important;
	color: var(--tc-white-brand) !important;
}

html.corporate-surface[data-theme="light-premium"] .matches-mobile-group-tabs .mobile-group-tab.active,
html.corporate-surface[data-theme="light-premium"] .matches-mobile-group-tabs .mobile-group-tab.is-active,
html.corporate-surface[data-theme="light-premium"] .play-mobile-group-tab.mobile-group-tab.active,
html.corporate-surface[data-theme="light-premium"] .play-mobile-group-tab.mobile-group-tab.is-active,
html.corporate-surface[data-theme="light-premium"] .ios-safe-group-tab.is-active {
	background: linear-gradient(135deg, var(--tc-white-brand), #60a5fa) !important;
	border-color: rgba(37, 99, 235, 0.34) !important;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18) !important;
	color: #ffffff !important;
}

html.corporate-surface[data-theme="light-premium"] .play-mobile-group-tab.is-complete::after {
	border-color: rgba(255, 255, 255, 0.96) !important;
	background: var(--tc-white-success) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-group-card,
html.corporate-surface[data-theme="light-premium"] .matches-page .match-card.match-card-compact,
html.corporate-surface[data-theme="light-premium"] .matches-page .knockout-card {
	background:
		radial-gradient(circle at 98% 6%, rgba(8, 145, 178, 0.08), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.88)),
		var(--tc-white-surface) !important;
	border-color: var(--tc-white-border-soft) !important;
	box-shadow: var(--tc-white-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	color: var(--tc-white-text) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card,
html.corporate-surface[data-theme="light-premium"] .play-page .predictions-panel .prediction-row-compact,
html.corporate-surface[data-theme="light-premium"] .matches-page .match-card,
html.corporate-surface[data-theme="light-premium"] .matches-page .knockout-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.9)),
		var(--tc-white-surface) !important;
	border-color: var(--tc-white-border-soft) !important;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	color: var(--tc-white-text) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card:hover,
html.corporate-surface[data-theme="light-premium"] .matches-page .match-card.match-card-compact:hover,
html.corporate-surface[data-theme="light-premium"] .matches-page .knockout-card:hover {
	background:
		radial-gradient(circle at 100% 10%, rgba(37, 99, 235, 0.08), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.9)),
		var(--tc-white-surface) !important;
	border-color: rgba(37, 99, 235, 0.22) !important;
	box-shadow: 0 16px 38px rgba(37, 99, 235, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-hero,
html.corporate-surface[data-theme="light-premium"] .matches-page .match-card__teams,
html.corporate-surface[data-theme="light-premium"] .matches-page .knockout-card__teams,
html.corporate-surface[data-theme="light-premium"] .quick-prediction-shell {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.74)),
		var(--tc-white-surface) !important;
	border: 1px solid rgba(148, 163, 184, 0.22) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
	color: var(--tc-white-text) !important;
}

html.corporate-surface[data-theme="light-premium"] .quick-prediction-shell {
	padding: 0.85rem;
	border-radius: var(--tc-white-radius-md);
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-team-name,
html.corporate-surface[data-theme="light-premium"] .matches-page .team-side strong,
html.corporate-surface[data-theme="light-premium"] .matches-page .knockout-team strong,
html.corporate-surface[data-theme="light-premium"] .matches-page .match-card__teams strong,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-group-title,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-group-title-row h3 {
	color: var(--tc-white-text) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-team-code,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-meta,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-prediction-summary,
html.corporate-surface[data-theme="light-premium"] .matches-page .team-side span,
html.corporate-surface[data-theme="light-premium"] .matches-page .knockout-team span,
html.corporate-surface[data-theme="light-premium"] .matches-page .match-meta,
html.corporate-surface[data-theme="light-premium"] .quick-prediction-shell p {
	color: var(--tc-white-text-muted) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-deadline-chip,
html.corporate-surface[data-theme="light-premium"] .matches-page .match-meta span,
html.corporate-surface[data-theme="light-premium"] .matches-page .match-meta-chip,
html.corporate-surface[data-theme="light-premium"] .match-status-chip,
html.corporate-surface[data-theme="light-premium"] .prediction-status-badge,
html.corporate-surface[data-theme="light-premium"] .status-badge,
html.corporate-surface[data-theme="light-premium"] .prediction-lock {
	background: rgba(255, 255, 255, 0.86) !important;
	border: 1px solid var(--tc-white-border-soft) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
	color: var(--tc-white-text-secondary) !important;
}

html.corporate-surface[data-theme="light-premium"] .status-finished,
html.corporate-surface[data-theme="light-premium"] .prediction-status-finished,
html.corporate-surface[data-theme="light-premium"] .prediction-lock.is-locked {
	background: rgba(241, 245, 249, 0.92) !important;
	border-color: rgba(148, 163, 184, 0.22) !important;
	color: var(--tc-white-text-muted) !important;
}

html.corporate-surface[data-theme="light-premium"] .status-scheduled,
html.corporate-surface[data-theme="light-premium"] .prediction-lock.is-open {
	background: var(--tc-white-success-soft) !important;
	border-color: rgba(22, 163, 74, 0.22) !important;
	color: var(--tc-white-success) !important;
}

html.corporate-surface[data-theme="light-premium"] .score-box,
html.corporate-surface[data-theme="light-premium"] .score-box-small,
html.corporate-surface[data-theme="light-premium"] .match-vs {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.92)),
		var(--tc-white-surface) !important;
	border: 1px solid rgba(148, 163, 184, 0.24) !important;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
	color: var(--tc-white-text) !important;
	text-shadow: none !important;
}

html.corporate-surface[data-theme="light-premium"] .is-live .score-box,
html.corporate-surface[data-theme="light-premium"] .live-score,
html.corporate-surface[data-theme="light-premium"] .live-score--hero {
	background:
		radial-gradient(circle at 50% 0%, rgba(187, 247, 208, 0.9), rgba(220, 252, 231, 0.46) 58%, rgba(236, 253, 245, 0.9)),
		linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(45, 212, 191, 0.1)),
		var(--tc-white-surface) !important;
	border-color: rgba(16, 185, 129, 0.32) !important;
	box-shadow: 0 16px 34px rgba(34, 197, 94, 0.16), 0 0 34px rgba(45, 212, 191, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
	color: #14532d !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-score-box,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-controls,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-score-control .prediction-score-box {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-score-input,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-readonly,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-result-select,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-score-control .prediction-score-input,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-score-control .prediction-readonly,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-score-control .prediction-result-select {
	background: rgba(255, 255, 255, 0.94) !important;
	border-color: rgba(148, 163, 184, 0.26) !important;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	color: var(--tc-white-text) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-score-input:focus,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-result-select:focus {
	border-color: rgba(37, 99, 235, 0.42) !important;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1), 0 8px 18px rgba(15, 23, 42, 0.05) !important;
}

html.corporate-surface[data-theme="light-premium"] .play-page .prediction-score-separator,
html.corporate-surface[data-theme="light-premium"] .play-page .prediction-match-card .match-score-control .prediction-score-separator {
	color: var(--tc-white-text-muted) !important;
}

html.corporate-surface[data-theme="light-premium"] .btn-predict-disabled,
html.corporate-surface[data-theme="light-premium"] .matches-page .match-card .btn-predict-disabled:not(.btn-predict-disabled--live) {
	background:
		linear-gradient(180deg, rgba(241, 245, 249, 0.96), rgba(226, 232, 240, 0.88)),
		var(--tc-white-surface-soft) !important;
	border: 1px solid rgba(148, 163, 184, 0.24) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	color: var(--tc-white-text-secondary) !important;
	cursor: not-allowed;
}

html.corporate-surface[data-theme="light-premium"] .btn-predict-disabled--finished {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.92), rgba(56, 189, 248, 0.86)) !important;
	border-color: rgba(37, 99, 235, 0.24) !important;
	box-shadow: 0 12px 26px rgba(37, 99, 235, 0.16) !important;
	color: #ffffff !important;
}

html.corporate-surface[data-theme="light-premium"] .btn-predict-disabled--live,
html.corporate-surface[data-theme="light-premium"] .live-match-card__cta {
	background: linear-gradient(135deg, #16a34a, #22c55e 48%, #14b8a6) !important;
	border-color: rgba(16, 185, 129, 0.36) !important;
	box-shadow: 0 16px 34px rgba(22, 163, 74, 0.22), 0 0 30px rgba(45, 212, 191, 0.16) !important;
	color: #ffffff !important;
	cursor: pointer;
}

html.corporate-surface[data-theme="light-premium"] .live-match-card__cta span,
html.corporate-surface[data-theme="light-premium"] .live-match-card__cta strong {
	color: #ffffff !important;
}

html.corporate-surface .casazar-awards-page {
	position: relative;
	isolation: isolate;
	display: grid;
	gap: clamp(1.35rem, 2.8vw, 2.3rem);
	width: min(100% - 2rem, 1180px);
	margin: 0 auto;
	padding: clamp(1.2rem, 3vw, 2.4rem) 0 clamp(5.5rem, 8vw, 7rem);
	color: #f7f4ec;
}

html.corporate-surface .casazar-awards-page::before {
	content: "";
	position: absolute;
	inset: -6rem -12vw 45% -12vw;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(circle at 74% 10%, rgba(214, 179, 106, 0.13), transparent 28%),
		radial-gradient(circle at 18% 28%, rgba(245, 237, 203, 0.045), transparent 24%),
		linear-gradient(90deg, transparent, rgba(231, 215, 177, 0.035), transparent);
	mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
}

html.corporate-surface .casazar-awards-hero,
html.corporate-surface .casazar-awards-spotlight,
html.corporate-surface .casazar-awards-context,
html.corporate-surface .casazar-awards-card,
html.corporate-surface .casazar-awards-public-cta,
html.corporate-surface .casazar-awards-rules {
	border: 1px solid rgba(231, 215, 177, 0.16);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.028), transparent 42%),
		linear-gradient(145deg, rgba(12, 18, 36, 0.95), rgba(5, 8, 22, 0.9));
	box-shadow:
		0 26px 74px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(245, 245, 244, 0.05);
}

html.corporate-surface .casazar-awards-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: center;
	min-height: clamp(420px, 48vw, 560px);
	overflow: hidden;
	padding: clamp(1.25rem, 3.2vw, 3rem) clamp(2rem, 32vw, 24rem) clamp(1.25rem, 3.2vw, 3rem) clamp(1.25rem, 3.2vw, 3rem);
	border-radius: 32px;
	background:
		radial-gradient(circle at 68% 48%, rgba(214, 179, 106, 0.13), transparent 28%),
		radial-gradient(circle at 88% 48%, rgba(5, 8, 22, 0.54), transparent 35%),
		radial-gradient(circle at 18% 12%, rgba(245, 237, 203, 0.05), transparent 25%),
		linear-gradient(135deg, rgba(9, 14, 29, 0.99), rgba(5, 8, 22, 0.96));
}

html.corporate-surface .casazar-awards-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(112deg, transparent 10%, rgba(245, 237, 203, 0.045) 42%, transparent 60%),
		repeating-linear-gradient(90deg, rgba(231, 215, 177, 0.023) 0 1px, transparent 1px 82px),
		radial-gradient(circle at 98% 50%, rgba(0, 0, 0, 0.52), transparent 36%);
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 62%, transparent 100%);
}

html.corporate-surface .casazar-awards-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(5, 8, 22, 0.08), transparent 46%, rgba(0, 0, 0, 0.26) 100%),
		radial-gradient(circle at 69% 49%, rgba(245, 237, 203, 0.055), transparent 22%);
	mix-blend-mode: screen;
	opacity: 0.7;
}

html.corporate-surface .casazar-awards-hero__content {
	position: relative;
	z-index: 4;
	max-width: min(48%, 500px);
}

html.corporate-surface .casazar-awards-hero__logo {
	width: clamp(92px, 10vw, 136px);
	height: auto;
	margin-bottom: clamp(1.1rem, 2.8vw, 2rem);
	opacity: 0.56;
	filter: drop-shadow(0 0 18px rgba(214, 179, 106, 0.1));
}

html.corporate-surface .casazar-awards-eyebrow {
	margin: 0 0 0.65rem;
	color: #35d0e2;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

html.corporate-surface .casazar-awards-hero h1,
html.corporate-surface .casazar-awards-spotlight h2,
html.corporate-surface .casazar-awards-section-head h2 {
	margin: 0;
	color: #f8f5ee;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.96;
}

html.corporate-surface .casazar-awards-hero h1 {
	max-width: 470px;
	font-size: clamp(2.55rem, 5.2vw, 4.8rem);
	line-height: 0.98;
}

html.corporate-surface .casazar-awards-hero p:not(.casazar-awards-eyebrow),
html.corporate-surface .casazar-awards-section-head p,
html.corporate-surface .casazar-awards-spotlight p,
html.corporate-surface .casazar-awards-card p,
html.corporate-surface .casazar-awards-context p,
html.corporate-surface .casazar-awards-public-cta p,
html.corporate-surface .casazar-awards-rules p {
	color: rgba(226, 232, 240, 0.68);
}

html.corporate-surface .casazar-awards-hero p:not(.casazar-awards-eyebrow) {
	max-width: 430px;
	margin: 0.85rem 0 0;
	font-size: clamp(0.98rem, 1.25vw, 1.12rem);
	line-height: 1.48;
}

html.corporate-surface .casazar-awards-actions,
html.corporate-surface .casazar-awards-context__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
	margin-top: clamp(1.75rem, 3vw, 2.2rem);
}

html.corporate-surface .casazar-awards-page .btn-primary-gradient,
html.corporate-surface .casazar-awards-page .btn-secondary-soft {
	position: relative;
	overflow: hidden;
	min-height: 52px;
	border-radius: 999px;
	font-weight: 900;
	letter-spacing: 0;
	transition:
		transform 160ms ease,
		border-color 160ms ease,
		background 160ms ease,
		box-shadow 160ms ease,
		color 160ms ease;
}

html.corporate-surface .casazar-awards-page .btn-primary-gradient {
	border: 1px solid rgba(255, 242, 203, 0.76);
	background:
		linear-gradient(135deg, rgba(255, 248, 219, 0.98), rgba(231, 215, 177, 0.95) 44%, rgba(214, 179, 106, 0.96)),
		radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.68), transparent 28%);
	color: #07101f;
	box-shadow:
		0 20px 48px rgba(214, 179, 106, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 1px 0 rgba(255, 255, 255, 0.52) inset;
}

html.corporate-surface .casazar-awards-page .btn-primary-gradient::before {
	content: "";
	position: absolute;
	inset: -70% auto -70% -45%;
	width: 42%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
	opacity: 0.38;
	transform: rotate(18deg);
	pointer-events: none;
	transition: transform 260ms ease, opacity 160ms ease;
}

html.corporate-surface .casazar-awards-page .btn-primary-gradient:hover,
html.corporate-surface .casazar-awards-page .btn-primary-gradient:focus {
	border-color: rgba(255, 248, 219, 0.92);
	background:
		linear-gradient(135deg, rgba(255, 250, 233, 1), rgba(238, 223, 188, 0.98) 42%, rgba(224, 190, 116, 0.98)),
		radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.72), transparent 28%);
	color: #050816;
	box-shadow:
		0 24px 58px rgba(214, 179, 106, 0.3),
		0 0 34px rgba(245, 237, 203, 0.12),
		0 1px 0 rgba(255, 255, 255, 0.58) inset;
	transform: translateY(-1px);
}

html.corporate-surface .casazar-awards-page .btn-primary-gradient:hover::before,
html.corporate-surface .casazar-awards-page .btn-primary-gradient:focus::before {
	opacity: 0.58;
	transform: translateX(360%) rotate(18deg);
}

html.corporate-surface .casazar-awards-page .btn-secondary-soft {
	border: 1px solid rgba(231, 215, 177, 0.24);
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.06), rgba(6, 10, 25, 0.44)),
		rgba(5, 8, 22, 0.68);
	color: #f5edcb;
	box-shadow:
		0 16px 38px rgba(0, 0, 0, 0.2),
		0 1px 0 rgba(245, 237, 203, 0.08) inset;
}

html.corporate-surface .casazar-awards-page .btn-secondary-soft:hover,
html.corporate-surface .casazar-awards-page .btn-secondary-soft:focus {
	border-color: rgba(245, 237, 203, 0.44);
	background:
		radial-gradient(circle at 34% 18%, rgba(214, 179, 106, 0.14), transparent 42%),
		linear-gradient(180deg, rgba(245, 237, 203, 0.08), rgba(6, 10, 25, 0.5)),
		rgba(5, 8, 22, 0.76);
	color: #fffaf0;
	box-shadow:
		0 20px 48px rgba(214, 179, 106, 0.1),
		0 1px 0 rgba(245, 237, 203, 0.12) inset;
	transform: translateY(-1px);
}

html.corporate-surface .casazar-awards-hero__visual {
	position: absolute;
	inset: 0;
	z-index: 1;
	min-height: 0;
	isolation: isolate;
	pointer-events: none;
}

html.corporate-surface .casazar-awards-hero__aura,
html.corporate-surface .casazar-awards-hero__shimmer,
html.corporate-surface .casazar-awards-hero__particles,
html.corporate-surface .casazar-awards-hero__case,
html.corporate-surface .casazar-awards-hero__product,
html.corporate-surface .casazar-awards-hero__bottle,
html.corporate-surface .casazar-awards-hero__reflection {
	position: absolute;
	pointer-events: none;
}

html.corporate-surface .casazar-awards-hero__aura {
	top: 50%;
	right: 1.5%;
	width: min(45vw, 510px);
	height: min(84%, 520px);
	border-radius: 999px;
	background:
		radial-gradient(circle at 44% 46%, rgba(245, 237, 203, 0.1), transparent 20%),
		radial-gradient(circle at 50% 48%, rgba(214, 179, 106, 0.34), transparent 34%),
		radial-gradient(circle at 60% 72%, rgba(132, 92, 36, 0.2), transparent 48%);
	filter: blur(38px);
	opacity: 0.68;
	transform: translateY(-50%) rotate(-8deg);
}

html.corporate-surface .casazar-awards-hero__shimmer {
	top: 0;
	right: 12%;
	z-index: 1;
	width: min(22vw, 250px);
	height: 100%;
	background: linear-gradient(100deg, transparent 0%, rgba(245, 237, 203, 0.05) 42%, transparent 72%);
	filter: blur(10px);
	opacity: 0.58;
	transform: skewX(-12deg);
	animation: casazarHeroShimmer 11s ease-in-out infinite;
}

html.corporate-surface .casazar-awards-hero__particles {
	top: 15%;
	right: 5%;
	z-index: 1;
	width: min(36vw, 420px);
	height: 68%;
	opacity: 0.32;
	background-image:
		radial-gradient(circle, rgba(245, 237, 203, 0.42) 0 1px, transparent 1.6px),
		radial-gradient(circle, rgba(214, 179, 106, 0.28) 0 1px, transparent 1.5px);
	background-size: 96px 116px, 142px 128px;
	background-position: 12px 18px, 72px 44px;
	filter: blur(0.2px);
	animation: casazarHeroDust 18s linear infinite;
}

html.corporate-surface .casazar-awards-hero__case {
	top: 54%;
	right: 9%;
	z-index: 2;
	width: min(30vw, 360px);
	height: min(34%, 215px);
	border: 1px solid rgba(231, 215, 177, 0.16);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(231, 215, 177, 0.065), transparent 34%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.62), rgba(5, 8, 22, 0.18));
	box-shadow:
		0 24px 58px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(245, 237, 203, 0.065);
	opacity: 0.72;
	transform: translateY(-50%) rotate(-7deg);
}

html.corporate-surface .casazar-awards-hero__product {
	top: 58%;
	right: clamp(3.5%, 5vw, 6%);
	z-index: 3;
	width: min(32vw, 360px);
	height: min(64%, 360px);
	object-fit: contain;
	opacity: 0.94;
	transform: translateY(-50%);
	filter:
		saturate(1.03)
		contrast(1.06)
		drop-shadow(0 34px 64px rgba(0, 0, 0, 0.58))
		drop-shadow(0 0 28px rgba(214, 179, 106, 0.16));
}

html.corporate-surface .casazar-awards-hero__bottle {
	top: 50%;
	right: clamp(5.5%, 6vw, 7%);
	z-index: 3;
	height: min(86%, 430px);
	width: auto;
	max-width: none;
	opacity: 0.92;
	transform: translateY(-50%);
	filter:
		saturate(1.05)
		contrast(1.1)
		drop-shadow(-12px 0 16px rgba(214, 179, 106, 0.08))
		drop-shadow(0 44px 72px rgba(0, 0, 0, 0.62))
		drop-shadow(0 0 28px rgba(214, 179, 106, 0.13));
}

html.corporate-surface .casazar-awards-hero__reflection {
	right: 6%;
	bottom: 8%;
	z-index: 2;
	width: min(38vw, 420px);
	height: 13%;
	border-radius: 999px;
	background:
		radial-gradient(ellipse, rgba(0, 0, 0, 0.66), transparent 72%),
		linear-gradient(90deg, transparent, rgba(214, 179, 106, 0.08), transparent);
	filter: blur(16px);
	opacity: 0.78;
	transform: none;
}

@keyframes casazarHeroShimmer {
	0%, 100% {
		opacity: 0.18;
		transform: translateX(0) skewX(-12deg);
	}

	45% {
		opacity: 0.55;
		transform: translateX(-18px) skewX(-12deg);
	}
}

@keyframes casazarHeroDust {
	0% {
		background-position: 12px 18px, 72px 44px;
	}

	100% {
		background-position: 12px -98px, 72px -84px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html.corporate-surface .casazar-awards-hero__shimmer,
	html.corporate-surface .casazar-awards-hero__particles {
		animation: none;
	}
}

html.corporate-surface .casazar-awards-context {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(210px, 0.34fr) auto;
	gap: clamp(1rem, 2.2vw, 1.7rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.25rem, 2.7vw, 2rem);
	border-color: rgba(231, 215, 177, 0.24);
	border-radius: 28px;
	background:
		radial-gradient(circle at 16% 12%, rgba(245, 237, 203, 0.095), transparent 26%),
		radial-gradient(circle at 84% 50%, rgba(214, 179, 106, 0.14), transparent 26%),
		linear-gradient(180deg, rgba(245, 245, 244, 0.04), transparent 44%),
		linear-gradient(145deg, rgba(12, 18, 36, 0.98), rgba(5, 8, 22, 0.92));
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(245, 237, 203, 0.035) inset,
		inset 0 1px 0 rgba(245, 245, 244, 0.08);
}

html.corporate-surface .casazar-awards-context::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(112deg, transparent 12%, rgba(245, 237, 203, 0.055) 42%, transparent 62%),
		repeating-linear-gradient(90deg, rgba(231, 215, 177, 0.022) 0 1px, transparent 1px 78px);
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.68) 66%, transparent 100%);
}

html.corporate-surface .casazar-awards-context::after {
	content: "";
	position: absolute;
	right: clamp(10rem, 26vw, 24rem);
	bottom: -45%;
	z-index: -1;
	width: min(46vw, 520px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(214, 179, 106, 0.16), rgba(214, 179, 106, 0.04) 42%, transparent 68%);
	filter: blur(4px);
	pointer-events: none;
}

html.corporate-surface .casazar-awards-context__copy {
	min-width: 0;
}

html.corporate-surface .casazar-awards-context__logo {
	display: block;
	width: clamp(118px, 12vw, 164px);
	height: auto;
	margin-bottom: clamp(0.8rem, 1.6vw, 1.15rem);
	opacity: 0.88;
	filter:
		drop-shadow(0 14px 34px rgba(0, 0, 0, 0.42))
		drop-shadow(0 0 16px rgba(214, 179, 106, 0.12));
}

html.corporate-surface .casazar-awards-context h2,
html.corporate-surface .casazar-awards-public-cta h2,
html.corporate-surface .casazar-awards-card h3 {
	margin: 0;
	color: #f7f4ec;
	font-weight: 850;
	letter-spacing: 0;
}

html.corporate-surface .casazar-awards-context p {
	margin: 0.35rem 0 0;
	max-width: 680px;
}

html.corporate-surface .casazar-awards-position-card {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
	padding: 1rem;
	border: 1px solid rgba(231, 215, 177, 0.26);
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.055), rgba(6, 10, 25, 0.48)),
		rgba(5, 8, 22, 0.58);
	box-shadow:
		0 18px 44px rgba(0, 0, 0, 0.22),
		0 1px 0 rgba(245, 237, 203, 0.08) inset;
}

html.corporate-surface .casazar-awards-position-card span,
html.corporate-surface .casazar-awards-card small,
html.corporate-surface .casazar-awards-spotlight__meta span {
	color: rgba(226, 232, 240, 0.58);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

html.corporate-surface .casazar-awards-position-card strong {
	color: #c7f7ff;
	font-size: clamp(1.7rem, 3.4vw, 2.8rem);
	font-weight: 900;
	line-height: 1;
}

html.corporate-surface .casazar-awards-position-card small {
	color: rgba(226, 232, 240, 0.66);
	font-size: 0.86rem;
}

html.corporate-surface .casazar-awards-spotlight {
	display: grid;
	grid-template-columns: minmax(320px, 0.96fr) minmax(0, 0.82fr);
	gap: clamp(1.2rem, 4vw, 3rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.35rem, 4vw, 3.2rem);
	border-radius: 32px;
	background:
		radial-gradient(circle at 28% 45%, rgba(214, 179, 106, 0.14), transparent 30%),
		linear-gradient(145deg, rgba(12, 18, 36, 0.96), rgba(5, 8, 22, 0.91));
	text-decoration: none;
}

html.corporate-surface .casazar-awards-spotlight__media {
	min-height: clamp(340px, 45vw, 520px);
}

html.corporate-surface .casazar-awards-spotlight h2,
html.corporate-surface .casazar-awards-section-head h2 {
	font-size: clamp(2.2rem, 5vw, 4.8rem);
}

html.corporate-surface .casazar-awards-spotlight p {
	max-width: 480px;
	margin: 1rem 0 0;
	font-size: clamp(1rem, 1.55vw, 1.18rem);
	line-height: 1.55;
}

html.corporate-surface .casazar-awards-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 0.9rem;
	padding: 0.45rem 0.72rem;
	border: 1px solid rgba(231, 215, 177, 0.22);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(231, 215, 177, 0.11), rgba(5, 8, 22, 0.34)),
		rgba(5, 8, 22, 0.62);
	color: #e7d7b1;
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

html.corporate-surface .casazar-awards-spotlight__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 1.25rem;
}

html.corporate-surface .casazar-awards-spotlight__meta span {
	padding: 0.55rem 0.72rem;
	border: 1px solid rgba(231, 215, 177, 0.12);
	border-radius: 999px;
	background: rgba(5, 8, 22, 0.42);
}

html.corporate-surface .casazar-awards-section-head {
	max-width: 720px;
	margin-bottom: 1.2rem;
}

html.corporate-surface .casazar-awards-section-head p {
	max-width: 620px;
	margin: 0.75rem 0 0;
	font-size: 1.02rem;
	line-height: 1.55;
}

html.corporate-surface .casazar-awards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.9rem, 2vw, 1.25rem);
}

html.corporate-surface .casazar-awards-card {
	position: relative;
	overflow: hidden;
	display: grid;
	min-height: 100%;
	border: 1px solid rgba(231, 215, 177, 0.14);
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(245, 237, 203, 0.035), transparent 48%),
		rgba(5, 8, 22, 0.58);
	box-shadow:
		0 22px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(245, 245, 244, 0.04);
	text-decoration: none;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

html.corporate-surface .casazar-awards-card:hover {
	border-color: rgba(214, 179, 106, 0.34);
	box-shadow:
		0 30px 86px rgba(0, 0, 0, 0.38),
		0 0 34px rgba(214, 179, 106, 0.1),
		inset 0 1px 0 rgba(245, 245, 244, 0.06);
	transform: translateY(-2px);
}

html.corporate-surface .casazar-awards-card__media {
	min-height: 260px;
	border-bottom: 1px solid rgba(231, 215, 177, 0.1);
}

html.corporate-surface .casazar-awards-card__body {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 0.55rem;
	padding: 1.15rem;
}

html.corporate-surface .casazar-awards-card h3 {
	font-size: clamp(1.28rem, 2vw, 1.7rem);
}

html.corporate-surface .casazar-awards-card p {
	margin: 0;
	line-height: 1.45;
}

html.corporate-surface .casazar-prize-art {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(circle at 54% 45%, rgba(214, 179, 106, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.08), rgba(5, 8, 22, 0.42));
}

html.corporate-surface .casazar-prize-art__glow,
html.corporate-surface .casazar-prize-art__case,
html.corporate-surface .casazar-prize-art__bottle,
html.corporate-surface .casazar-prize-art__plinth {
	position: absolute;
	pointer-events: none;
}

html.corporate-surface .casazar-prize-art__glow {
	inset: 14% 14% 12%;
	border-radius: 999px;
	background:
		radial-gradient(circle at 48% 40%, rgba(245, 237, 203, 0.18), transparent 22%),
		radial-gradient(circle at 56% 56%, rgba(214, 179, 106, 0.28), transparent 43%);
	filter: blur(24px);
	opacity: 0.72;
}

html.corporate-surface .casazar-prize-art__case {
	left: 50%;
	bottom: 16%;
	width: 70%;
	height: 42%;
	border: 1px solid rgba(231, 215, 177, 0.22);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(231, 215, 177, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(8, 12, 24, 0.78), rgba(8, 12, 24, 0.24));
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(245, 237, 203, 0.08);
	transform: translateX(-50%) rotate(-5deg);
}

html.corporate-surface .casazar-prize-art__case::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -13%;
	width: 32%;
	height: 22%;
	border: 1px solid rgba(231, 215, 177, 0.2);
	border-bottom: 0;
	border-radius: 18px 18px 0 0;
	transform: translateX(-50%);
}

html.corporate-surface .casazar-prize-art__bottle {
	left: 50%;
	bottom: 8%;
	z-index: 2;
	height: 78%;
	width: auto;
	max-width: none;
	opacity: 0.88;
	transform: translateX(-50%) rotate(-6deg);
	filter:
		saturate(1.05)
		contrast(1.08)
		drop-shadow(0 28px 44px rgba(0, 0, 0, 0.54))
		drop-shadow(0 0 24px rgba(214, 179, 106, 0.12));
	transition: transform 0.22s ease, opacity 0.22s ease;
}

html.corporate-surface .casazar-awards-card:hover .casazar-prize-art__bottle {
	opacity: 0.94;
	transform: translateX(-50%) rotate(-6deg) scale(1.035);
}

html.corporate-surface .casazar-prize-art__bottle--front {
	left: 54%;
	height: 88%;
}

html.corporate-surface .casazar-prize-art__bottle--back {
	left: 39%;
	height: 73%;
	opacity: 0.34;
	filter: blur(0.4px) saturate(0.82) drop-shadow(0 22px 36px rgba(0, 0, 0, 0.48));
	transform: translateX(-50%) rotate(-11deg);
}

html.corporate-surface .casazar-prize-art__plinth {
	left: 50%;
	bottom: 8%;
	width: 62%;
	height: 14%;
	border-radius: 999px;
	background: radial-gradient(ellipse, rgba(0, 0, 0, 0.64), transparent 72%);
	filter: blur(12px);
	transform: translateX(-50%);
}

html.corporate-surface .casazar-prize-art--anejo .casazar-prize-art__glow {
	background:
		radial-gradient(circle at 48% 40%, rgba(245, 237, 203, 0.14), transparent 22%),
		radial-gradient(circle at 56% 56%, rgba(171, 109, 43, 0.28), transparent 43%);
}

html.corporate-surface .casazar-prize-art--reposado .casazar-prize-art__glow {
	background:
		radial-gradient(circle at 44% 38%, rgba(245, 237, 203, 0.13), transparent 22%),
		radial-gradient(circle at 56% 56%, rgba(214, 179, 106, 0.24), transparent 43%);
}

html.corporate-surface .casazar-prize-art--joven-bottle .casazar-prize-art__bottle {
	height: 86%;
}

html.corporate-surface .casazar-prize-visual {
	--prize-glow-a: rgba(214, 179, 106, 0.28);
	--prize-glow-b: rgba(245, 237, 203, 0.12);
	position: relative;
	isolation: isolate;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 18%, rgba(245, 237, 203, 0.035), transparent 28%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.08), rgba(5, 8, 22, 0.42));
}

html.corporate-surface .casazar-prize-visual::before {
	content: "";
	position: absolute;
	inset: 16% 12% 12%;
	z-index: 0;
	border-radius: 999px;
	background:
		radial-gradient(circle at 50% 42%, var(--prize-glow-b), transparent 24%),
		radial-gradient(circle at 50% 54%, var(--prize-glow-a), transparent 48%);
	filter: blur(26px);
	opacity: 0.72;
	pointer-events: none;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

html.corporate-surface .casazar-awards-card:hover .casazar-prize-visual::before {
	opacity: 0.82;
	transform: scale(1.04);
}

html.corporate-surface .casazar-prize-visual__image {
	position: relative;
	z-index: 1;
	display: block;
	width: min(78%, 210px);
	height: clamp(150px, 18vw, 190px);
	object-fit: contain;
	object-position: center;
	filter:
		saturate(1.03)
		contrast(1.06)
		drop-shadow(0 24px 38px rgba(0, 0, 0, 0.48));
	transition: transform 0.22s ease, filter 0.22s ease;
}

html.corporate-surface .casazar-awards-card:hover .casazar-prize-visual__image {
	transform: scale(1.025);
	filter:
		saturate(1.05)
		contrast(1.08)
		drop-shadow(0 28px 44px rgba(0, 0, 0, 0.52));
}

html.corporate-surface .casazar-prize-visual--collection {
	--prize-glow-a: rgba(214, 179, 106, 0.32);
	--prize-glow-b: rgba(245, 237, 203, 0.16);
	min-height: clamp(340px, 45vw, 520px);
}

html.corporate-surface .casazar-prize-visual--collection::before {
	inset: 12% 7% 8%;
	filter: blur(34px);
	opacity: 0.84;
}

html.corporate-surface .casazar-prize-visual--collection .casazar-prize-visual__image {
	width: min(92%, 520px);
	height: clamp(260px, 34vw, 340px);
}

html.corporate-surface .casazar-prize-visual--anejo {
	--prize-glow-a: rgba(171, 109, 43, 0.32);
	--prize-glow-b: rgba(245, 237, 203, 0.12);
}

html.corporate-surface .casazar-prize-visual--anejo-case {
	--prize-glow-a: rgba(171, 109, 43, 0.32);
	--prize-glow-b: rgba(245, 237, 203, 0.12);
}

html.corporate-surface .casazar-prize-visual--anejo-case .casazar-prize-visual__image {
	width: min(88%, 270px);
}

html.corporate-surface .casazar-prize-visual--repo {
	--prize-glow-a: rgba(64, 132, 98, 0.3);
	--prize-glow-b: rgba(214, 179, 106, 0.14);
}

html.corporate-surface .casazar-prize-visual--joven-case,
html.corporate-surface .casazar-prize-visual--joven-bottle {
	--prize-glow-a: rgba(245, 237, 203, 0.24);
	--prize-glow-b: rgba(214, 179, 106, 0.12);
}

html.corporate-surface .casazar-awards-mystery {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr);
	gap: clamp(1rem, 2.4vw, 1.6rem);
	align-items: start;
	margin: 0 0 clamp(1rem, 2vw, 1.35rem);
	padding: clamp(1rem, 2.4vw, 1.55rem);
	border: 1px solid rgba(231, 215, 177, 0.16);
	border-radius: 26px;
	background:
		radial-gradient(circle at 86% 16%, rgba(214, 179, 106, 0.12), transparent 32%),
		linear-gradient(145deg, rgba(12, 18, 36, 0.94), rgba(5, 8, 22, 0.9));
	box-shadow:
		0 24px 58px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(245, 245, 244, 0.045);
}

html.corporate-surface .casazar-awards-mystery::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(112deg, transparent 8%, rgba(245, 237, 203, 0.04) 42%, transparent 66%),
		repeating-linear-gradient(90deg, rgba(231, 215, 177, 0.018) 0 1px, transparent 1px 72px);
	mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.72), transparent);
}

html.corporate-surface .casazar-awards-mystery > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .casazar-awards-mystery h3 {
	margin: 0;
	color: #f8f5ee;
	font-size: clamp(1.45rem, 2.6vw, 2.15rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
}

html.corporate-surface .casazar-awards-mystery__copy p:not(.casazar-awards-eyebrow) {
	max-width: 640px;
	margin: 0.72rem 0 0;
	color: rgba(226, 232, 240, 0.72);
	line-height: 1.55;
}

html.corporate-surface .casazar-awards-mystery__note {
	color: rgba(231, 215, 177, 0.8) !important;
	font-weight: 750;
}

html.corporate-surface .casazar-awards-mystery__stages {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
}

html.corporate-surface .casazar-awards-mystery__stages span {
	display: grid;
	gap: 0.22rem;
	min-height: 74px;
	padding: 0.85rem 0.9rem;
	border: 1px solid rgba(231, 215, 177, 0.13);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 60%),
		rgba(5, 8, 22, 0.58);
}

html.corporate-surface .casazar-awards-mystery__stages span.is-active {
	border-color: rgba(214, 179, 106, 0.42);
	box-shadow: inset 0 1px 0 rgba(245, 237, 203, 0.08), 0 14px 32px rgba(214, 179, 106, 0.08);
}

html.corporate-surface .casazar-awards-mystery__stages strong {
	color: #f8f5ee;
	font-size: 0.98rem;
	font-weight: 900;
}

html.corporate-surface .casazar-awards-mystery__stages small {
	color: rgba(226, 232, 240, 0.58);
	font-size: 0.82rem;
	font-weight: 800;
}

html.corporate-surface .casazar-awards-mystery__stages span.is-active small {
	color: rgba(231, 215, 177, 0.9);
}

html.corporate-surface .casazar-awards-rules {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	padding: 0.85rem 1rem;
	border-radius: 999px;
}

html.corporate-surface .casazar-awards-rules i {
	color: #35d0e2;
}

html.corporate-surface .casazar-awards-rules p {
	margin: 0;
	font-size: 0.92rem;
}

html.corporate-surface .casazar-awards-public-cta {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	padding: clamp(1.15rem, 2.5vw, 1.8rem);
	border-radius: 26px;
	background:
		radial-gradient(circle at 84% 50%, rgba(214, 179, 106, 0.14), transparent 30%),
		linear-gradient(145deg, rgba(12, 18, 36, 0.96), rgba(5, 8, 22, 0.9));
}

html.corporate-surface .casazar-awards-public-cta::after {
	content: "";
	position: absolute;
	right: -3rem;
	bottom: -4rem;
	width: 13rem;
	height: 13rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(214, 179, 106, 0.12), transparent 66%);
	pointer-events: none;
}

html.corporate-surface .casazar-awards-public-cta > * {
	position: relative;
	z-index: 1;
}

html.corporate-surface .casazar-awards-public-cta h2 {
	max-width: 680px;
	font-size: clamp(1.55rem, 3vw, 2.55rem);
	line-height: 1.05;
}

html.corporate-surface .casazar-awards-public-cta p:not(.casazar-awards-eyebrow) {
	max-width: 580px;
	margin: 0.55rem 0 0;
	line-height: 1.52;
}

html.corporate-surface .casazar-awards-sticky-join {
	position: fixed;
	right: max(1rem, env(safe-area-inset-right));
	bottom: calc(var(--bottom-nav-height, 76px) + env(safe-area-inset-bottom, 0px) + 1rem);
	z-index: 1045;
	display: inline-flex;
	gap: 0.55rem;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0.95rem 1.25rem;
	border: 1px solid rgba(255, 242, 203, 0.72);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 248, 219, 0.99), rgba(214, 179, 106, 0.98)),
		radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.58), transparent 32%);
	color: #07101f;
	font-weight: 950;
	text-decoration: none;
	box-shadow:
		0 18px 52px rgba(0, 0, 0, 0.36),
		0 16px 38px rgba(214, 179, 106, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.44);
	transition: transform 0.16s ease, box-shadow 0.16s ease;
}

html.corporate-surface .casazar-awards-sticky-join:hover,
html.corporate-surface .casazar-awards-sticky-join:focus-visible {
	color: #07101f;
	transform: translateY(-2px);
	box-shadow:
		0 22px 58px rgba(0, 0, 0, 0.4),
		0 20px 46px rgba(214, 179, 106, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

html.corporate-surface .casazar-awards-sticky-join i {
	font-size: 1.1rem;
}

@media (max-width: 991.98px) {
	html.corporate-surface .casazar-awards-hero,
	html.corporate-surface .casazar-awards-spotlight,
	html.corporate-surface .casazar-awards-public-cta,
	html.corporate-surface .casazar-awards-context {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .casazar-awards-hero {
		min-height: 440px;
		padding-right: clamp(1.25rem, 28vw, 13rem);
	}

	html.corporate-surface .casazar-awards-hero__content {
		max-width: min(64%, 500px);
	}

	html.corporate-surface .casazar-awards-hero__visual {
		min-height: 0;
		margin-top: 0;
	}

	html.corporate-surface .casazar-awards-hero__bottle {
		right: 7%;
		height: min(82%, 360px);
		opacity: 0.88;
	}

	html.corporate-surface .casazar-awards-hero__product {
		right: 3%;
		top: 60%;
		width: min(30vw, 270px);
		height: min(50%, 280px);
		opacity: 0.72;
	}

	html.corporate-surface .casazar-awards-hero__aura {
		right: -7%;
		width: min(54vw, 430px);
		opacity: 0.62;
	}

	html.corporate-surface .casazar-awards-hero__case {
		right: 2%;
		width: min(40vw, 300px);
	}

	html.corporate-surface .casazar-awards-context__actions {
		margin-top: 0;
	}

	html.corporate-surface .casazar-awards-context__logo {
		width: clamp(108px, 22vw, 148px);
	}

	html.corporate-surface .casazar-awards-mystery {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .casazar-awards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	html.corporate-surface .casazar-prize-visual--collection .casazar-prize-visual__image {
		height: clamp(240px, 40vw, 320px);
	}
}

@media (max-width: 575.98px) {
	html.corporate-surface .casazar-awards-page {
		width: min(100% - 1rem, 1180px);
		padding-top: 0.85rem;
		padding-bottom: calc(var(--bottom-nav-height, 76px) + env(safe-area-inset-bottom, 0px) + 6.5rem);
	}

	html.corporate-surface .casazar-awards-sticky-join {
		right: 1rem;
		left: 1rem;
		bottom: calc(var(--bottom-nav-height, 76px) + env(safe-area-inset-bottom, 0px) + 0.85rem);
		min-height: 58px;
	}

	html.corporate-surface .casazar-awards-hero,
	html.corporate-surface .casazar-awards-spotlight,
	html.corporate-surface .casazar-awards-context {
		padding: 1.1rem;
		border-radius: 24px;
	}

	html.corporate-surface .casazar-awards-hero {
		min-height: auto;
		padding-bottom: 1.1rem;
	}

	html.corporate-surface .casazar-awards-hero__content {
		max-width: 100%;
	}

	html.corporate-surface .casazar-awards-hero h1 {
		font-size: clamp(2.55rem, 16vw, 4.35rem);
		max-width: min(100%, 330px);
		line-height: 0.94;
	}

	html.corporate-surface .casazar-awards-hero__logo {
		width: 104px;
		margin-bottom: 1.35rem;
		opacity: 0.46;
	}

	html.corporate-surface .casazar-awards-context__logo {
		width: 116px;
		margin-bottom: 0.85rem;
	}

	html.corporate-surface .casazar-awards-hero__visual {
		inset: 0;
		min-height: 0;
		margin: 0;
		opacity: 1;
	}

	html.corporate-surface .casazar-awards-hero__bottle {
		top: 50%;
		right: 0.9rem;
		bottom: auto;
		height: min(72%, 280px);
		opacity: 0.5;
		transform: translateY(-50%);
		filter:
			saturate(1.04)
			contrast(1.08)
			drop-shadow(-8px 0 16px rgba(214, 179, 106, 0.08))
			drop-shadow(0 34px 54px rgba(0, 0, 0, 0.58))
			drop-shadow(0 0 30px rgba(214, 179, 106, 0.16));
	}

	html.corporate-surface .casazar-awards-hero__product {
		display: none;
	}

	html.corporate-surface .casazar-awards-hero__aura {
		top: auto;
		right: -7.8rem;
		bottom: 0.6rem;
		width: 360px;
		height: 330px;
		opacity: 0.56;
		transform: rotate(-8deg);
	}

	html.corporate-surface .casazar-awards-hero__shimmer {
		right: 2rem;
		width: 160px;
		opacity: 0.34;
	}

	html.corporate-surface .casazar-awards-hero__case {
		top: auto;
		right: 0.2rem;
		bottom: 4rem;
		width: 260px;
		height: 132px;
		opacity: 0.5;
		transform: rotate(-7deg);
	}

	html.corporate-surface .casazar-awards-hero__reflection {
		right: -0.6rem;
		bottom: 1.2rem;
		width: 300px;
		opacity: 0.58;
	}

	html.corporate-surface .casazar-awards-hero__particles {
		right: -1rem;
		bottom: 6rem;
		top: auto;
		width: 280px;
		height: 260px;
		opacity: 0.24;
	}

	html.corporate-surface .casazar-awards-actions .btn-primary-gradient,
	html.corporate-surface .casazar-awards-actions .btn-secondary-soft,
	html.corporate-surface .casazar-awards-context__actions .btn-primary-gradient,
	html.corporate-surface .casazar-awards-context__actions .btn-secondary-soft,
	html.corporate-surface .casazar-awards-public-cta .btn-primary-gradient {
		width: 100%;
		justify-content: center;
	}

	html.corporate-surface .casazar-awards-grid {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .casazar-awards-mystery {
		padding: 1rem;
		border-radius: 22px;
	}

	html.corporate-surface .casazar-awards-mystery__stages {
		grid-template-columns: 1fr;
	}

	html.corporate-surface .casazar-awards-card__media {
		min-height: 245px;
	}

	html.corporate-surface .casazar-prize-visual__image {
		height: clamp(140px, 45vw, 178px);
	}

	html.corporate-surface .casazar-prize-visual--collection {
		min-height: 300px;
	}

	html.corporate-surface .casazar-prize-visual--collection .casazar-prize-visual__image {
		width: min(92%, 340px);
		height: clamp(220px, 68vw, 300px);
	}

	html.corporate-surface .casazar-awards-rules {
		width: 100%;
		align-items: flex-start;
		border-radius: 20px;
	}
}

/* Final corporate ranking alignment: this sits after legacy responsive rules. */
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip {
	grid-template-columns: 1.15fr 1fr 1fr;
	gap: clamp(0.8rem, 1.4vw, 1.1rem);
	margin: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(1.8rem, 3vw, 2.8rem);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip__item,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insights-grid,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-board--race-control,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-bar,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card {
	border-color: transparent;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip__item {
	min-height: 142px;
	border-radius: 24px;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.075), transparent 35%),
		radial-gradient(circle at 14% 8%, color-mix(in srgb, var(--broadcast-color, var(--corp-action)) 34%, transparent), transparent 36%),
		linear-gradient(145deg, rgba(12, 20, 36, 0.86), rgba(4, 8, 19, 0.9));
	box-shadow:
		0 32px 90px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset,
		0 0 42px color-mix(in srgb, var(--broadcast-color, var(--corp-action)) 18%, transparent);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insights-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
	border-radius: 28px;
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.12), transparent 32%, rgba(215, 180, 106, 0.1) 72%, transparent),
		rgba(6, 11, 23, 0.52);
	box-shadow:
		0 34px 100px rgba(0, 0, 0, 0.24),
		0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card {
	min-height: 166px;
	padding: clamp(1rem, 1.8vw, 1.35rem);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-board--race-control {
	overflow: hidden;
	padding: clamp(1.5rem, 2.6vw, 2.35rem);
	border: 0;
	border-radius: 34px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 11% 6%, rgba(53, 208, 226, 0.25), transparent 31%),
		radial-gradient(circle at 88% 5%, rgba(215, 180, 106, 0.18), transparent 30%),
		radial-gradient(circle at 50% 100%, rgba(92, 242, 165, 0.13), transparent 40%),
		linear-gradient(145deg, rgba(11, 18, 34, 0.94), rgba(3, 7, 18, 0.98));
	background-size: 88px 88px, 88px 88px, auto, auto, auto, auto;
	box-shadow:
		0 44px 130px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset,
		0 0 80px rgba(53, 208, 226, 0.12);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-board--race-control .section-title {
	max-width: 16ch;
	font-family: var(--corp-font-display, inherit);
	font-size: clamp(2rem, 3.8vw, 4.4rem);
	line-height: 0.95;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-bar {
	grid-template-columns: minmax(220px, 1.4fr) auto minmax(180px, 0.9fr) minmax(170px, 0.8fr) auto;
	border: 0;
	border-radius: 28px;
	background:
		linear-gradient(110deg, rgba(53, 208, 226, 0.22), transparent 44%),
		linear-gradient(290deg, rgba(92, 242, 165, 0.16), transparent 48%),
		rgba(4, 10, 22, 0.76);
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(53, 208, 226, 0.16) inset,
		0 0 54px rgba(53, 208, 226, 0.11);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card {
	min-height: 98px;
	padding: 1rem 1.15rem 1rem 1.35rem;
	border: 0;
	border-radius: 20px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
		rgba(4, 9, 20, 0.68);
	box-shadow:
		0 18px 58px rgba(0, 0, 0, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card::before {
	width: 4px;
	border-radius: 999px;
	background: var(--corp-action);
	box-shadow: 0 0 28px rgba(53, 208, 226, 0.45);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card.is-leader::before,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card.is-rank-1::before,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card.is-top-3::before {
	background: var(--corp-leadership);
	box-shadow: 0 0 30px rgba(215, 180, 106, 0.42);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card.is-current-user {
	background:
		linear-gradient(100deg, rgba(53, 208, 226, 0.2), transparent 38%),
		linear-gradient(280deg, rgba(92, 242, 165, 0.13), transparent 44%),
		rgba(4, 12, 24, 0.82);
	box-shadow:
		0 24px 80px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(53, 208, 226, 0.24) inset,
		0 0 48px rgba(53, 208, 226, 0.15);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-mode-chip.is-active,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-cta,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-load-more {
	border: 0;
	background: linear-gradient(135deg, rgba(53, 208, 226, 0.94), rgba(92, 242, 165, 0.82));
	color: #06101c;
	box-shadow:
		0 18px 46px rgba(53, 208, 226, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

@media (max-width: 920px) {
	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip,
	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insights-grid {
		grid-template-columns: 1fr;
		border-radius: 24px;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-board--race-control {
		padding: 1rem;
		border-radius: 24px;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-board--race-control .section-title {
		font-size: clamp(1.45rem, 8vw, 2.5rem);
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-bar {
		grid-template-columns: 1fr;
		padding: 1rem;
		border-radius: 22px;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card {
		min-height: 0;
		padding: 0.82rem 0.9rem 0.82rem 1rem;
		border-radius: 18px;
	}
}

/* Final corporate landing alignment: event OS, not SaaS brochure. */
html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page {
	--landing-action: var(--corp-action, #35d0e2);
	--landing-leadership: var(--corp-leadership, #d7b46a);
	--landing-momentum: var(--corp-momentum, #5cf2a5);
	--landing-danger: var(--corp-danger, #f87171);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .page-container {
	max-width: min(1560px, calc(100vw - 32px));
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .home-hero--activation-os {
	position: relative;
	isolation: isolate;
	min-height: min(720px, calc(100svh - 152px));
	margin-top: clamp(0.3rem, 1vw, 0.8rem);
	padding: clamp(2rem, 4vw, 4.8rem) !important;
	overflow: hidden;
	border: 0;
	border-radius: 36px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 12% 12%, rgba(53, 208, 226, 0.22), transparent 32%),
		radial-gradient(circle at 74% 16%, rgba(215, 180, 106, 0.16), transparent 26%),
		radial-gradient(circle at 86% 82%, rgba(92, 242, 165, 0.13), transparent 30%),
		linear-gradient(135deg, rgba(5, 10, 24, 0.98), rgba(8, 16, 32, 0.93) 54%, rgba(2, 6, 16, 0.98));
	background-size: 86px 86px, 86px 86px, auto, auto, auto, auto;
	box-shadow:
		0 44px 150px rgba(0, 0, 0, 0.44),
		0 0 0 1px rgba(255, 255, 255, 0.055) inset,
		0 0 90px rgba(53, 208, 226, 0.12);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .home-hero--activation-os::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(118deg, transparent 0 34%, rgba(53, 208, 226, 0.12) 44%, transparent 58%),
		radial-gradient(ellipse at 68% 48%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.32) 72%),
		linear-gradient(180deg, transparent 0 68%, rgba(4, 8, 19, 0.72));
	opacity: 0.9;
	pointer-events: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .home-hero--activation-os::after {
	content: "";
	position: absolute;
	right: clamp(1.5rem, 5vw, 5rem);
	bottom: clamp(1.4rem, 3vw, 2.4rem);
	left: clamp(1.5rem, 5vw, 5rem);
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, var(--landing-action), var(--landing-momentum), var(--landing-leadership), transparent);
	box-shadow:
		0 0 32px rgba(53, 208, 226, 0.34),
		0 0 52px rgba(92, 242, 165, 0.16);
	pointer-events: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .home-hero--activation-os .row {
	min-height: min(560px, calc(100svh - 280px));
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .home-hero--activation-os .app-hero-title,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-section-title {
	letter-spacing: 0;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .home-hero--activation-os .app-hero-title {
	max-width: 11.5ch;
	font-family: var(--corp-font-display, inherit);
	font-size: clamp(3.2rem, 7vw, 7.4rem);
	line-height: 0.9;
	text-wrap: balance;
	text-shadow:
		0 28px 72px rgba(0, 0, 0, 0.42),
		0 0 42px rgba(53, 208, 226, 0.1);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .home-hero--activation-os .app-hero-subtitle {
	max-width: 760px;
	color: rgba(236, 242, 251, 0.84);
	font-size: clamp(1.1rem, 1.6vw, 1.38rem);
	font-weight: 760;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-hero-supporting {
	max-width: 680px;
	color: rgba(203, 213, 225, 0.76);
	font-size: clamp(0.98rem, 1.2vw, 1.1rem);
	font-weight: 720;
	line-height: 1.48;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-hero-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.2rem;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-hero-chips span {
	border: 0;
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		rgba(5, 10, 22, 0.58);
	color: rgba(232, 238, 249, 0.86);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.07) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-hero-chips i {
	color: var(--landing-momentum);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-hero-momentum-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	max-width: 760px;
	margin-top: clamp(1.3rem, 2.2vw, 2rem);
	overflow: hidden;
	border-radius: 24px;
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.12), transparent 38%, rgba(215, 180, 106, 0.11)),
		rgba(3, 8, 19, 0.58);
	box-shadow:
		0 26px 80px rgba(0, 0, 0, 0.24),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset;
	backdrop-filter: blur(16px);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-hero-momentum-strip span {
	display: grid;
	gap: 0.32rem;
	padding: 1rem;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-hero-momentum-strip span + span {
	box-shadow: -1px 0 0 rgba(255, 255, 255, 0.06) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-hero-momentum-strip strong {
	color: var(--landing-action);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-hero-momentum-strip small {
	color: rgba(232, 238, 249, 0.82);
	font-size: 0.9rem;
	font-weight: 780;
	line-height: 1.26;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .home-hero .corporate-live-network {
	transform: scale(1.12);
	filter: saturate(1.18) contrast(1.05) drop-shadow(0 34px 80px rgba(53, 208, 226, 0.14));
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-landing-section {
	margin-top: clamp(1.8rem, 4vw, 4rem);
	padding: clamp(2rem, 5vw, 5rem);
	border: 0;
	border-radius: 34px;
	background:
		linear-gradient(125deg, rgba(255, 255, 255, 0.045), transparent 42%),
		radial-gradient(circle at 84% 12%, rgba(53, 208, 226, 0.12), transparent 34%),
		linear-gradient(135deg, rgba(9, 16, 31, 0.84), rgba(3, 7, 18, 0.94));
	box-shadow:
		0 38px 120px rgba(0, 0, 0, 0.26),
		0 0 0 1px rgba(255, 255, 255, 0.045) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-landing-section::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 92px 92px;
	mask-image: linear-gradient(125deg, rgba(0, 0, 0, 0.78), transparent 72%);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-section-header {
	align-items: end;
	gap: clamp(1rem, 3vw, 2rem);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-section-title {
	max-width: 13ch;
	font-family: var(--corp-font-display, inherit);
	font-size: clamp(2.25rem, 5vw, 5.7rem);
	line-height: 0.92;
	text-wrap: balance;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-section-copy {
	max-width: 58ch;
	color: rgba(203, 213, 225, 0.78);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	font-weight: 720;
	line-height: 1.48;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-value-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: clamp(2rem, 4vw, 3.5rem);
	overflow: hidden;
	border-radius: 28px;
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.12), transparent 36%, rgba(92, 242, 165, 0.1)),
		rgba(4, 10, 22, 0.56);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-value-card {
	min-height: 240px;
	padding: clamp(1.1rem, 2vw, 1.6rem);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-value-card + .corporate-value-card {
	box-shadow: -1px 0 0 rgba(255, 255, 255, 0.06) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-value-card h3,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-event-card h3,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-model-card h3 {
	font-family: var(--corp-font-display, inherit);
	font-size: clamp(1.12rem, 1.6vw, 1.45rem);
	line-height: 1.02;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-feature-card__icon,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-event-card__icon {
	border: 0;
	background: rgba(53, 208, 226, 0.12);
	color: #bff8ff;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 0 30px rgba(53, 208, 226, 0.16);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-landing-section--paddock {
	background:
		radial-gradient(circle at 9% 12%, rgba(215, 180, 106, 0.15), transparent 30%),
		radial-gradient(circle at 86% 16%, rgba(53, 208, 226, 0.14), transparent 34%),
		linear-gradient(135deg, rgba(11, 18, 34, 0.9), rgba(3, 7, 18, 0.96));
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-launch-grid,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-model-grid {
	gap: clamp(1rem, 2vw, 1.4rem);
	margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-launch-card,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-model-card {
	border: 0;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)),
		rgba(5, 10, 22, 0.62);
	box-shadow:
		0 24px 80px rgba(0, 0, 0, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-launch-card--enterprise {
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.18), transparent 38%),
		linear-gradient(300deg, rgba(92, 242, 165, 0.12), transparent 42%),
		rgba(5, 10, 22, 0.74);
	box-shadow:
		0 30px 96px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(53, 208, 226, 0.12) inset,
		0 0 60px rgba(53, 208, 226, 0.1);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-launch-card blockquote {
	border: 0;
	border-left: 3px solid var(--landing-action);
	background: rgba(53, 208, 226, 0.09);
	color: #c7fbff;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-proof-card {
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
	padding: clamp(1.2rem, 2.5vw, 2rem);
	border: 0;
	border-radius: 32px;
	background:
		linear-gradient(115deg, rgba(5, 10, 22, 0.94), rgba(5, 10, 22, 0.48) 56%, rgba(53, 208, 226, 0.1)),
		radial-gradient(circle at 82% 18%, rgba(215, 180, 106, 0.18), transparent 30%),
		rgba(3, 7, 18, 0.9);
	box-shadow:
		0 34px 120px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-proof-card h3 {
	font-family: var(--corp-font-display, inherit);
	font-size: clamp(2.3rem, 5vw, 5.2rem);
	letter-spacing: 0;
	line-height: 0.9;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-proof-visual {
	min-height: 440px;
	border: 0;
	border-radius: 30px;
	background:
		radial-gradient(circle at 50% 24%, rgba(215, 180, 106, 0.2), transparent 28%),
		linear-gradient(145deg, rgba(53, 208, 226, 0.12), rgba(4, 10, 22, 0.88));
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-events-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	margin-top: clamp(2rem, 4vw, 3rem);
	overflow: hidden;
	border-radius: 30px;
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.12), transparent 48%, rgba(248, 113, 113, 0.08)),
		rgba(5, 10, 22, 0.62);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-event-card {
	grid-template-columns: 1fr;
	min-height: 230px;
	padding: clamp(1rem, 1.6vw, 1.3rem);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-event-card + .corporate-event-card {
	box-shadow: -1px 0 0 rgba(255, 255, 255, 0.06) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-ai-studio-section {
	grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
	background:
		radial-gradient(circle at 82% 18%, rgba(53, 208, 226, 0.19), transparent 31%),
		radial-gradient(circle at 42% 100%, rgba(92, 242, 165, 0.11), transparent 32%),
		linear-gradient(135deg, rgba(8, 16, 31, 0.92), rgba(2, 6, 16, 0.96));
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-ai-studio-preview__hero,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-ai-studio-preview__prompt {
	border: 0;
	box-shadow:
		0 24px 80px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-ai-studio-preview__image span {
	background:
		radial-gradient(circle at 68% 30%, rgba(53, 208, 226, 0.72), transparent 16%),
		radial-gradient(circle at 82% 76%, rgba(92, 242, 165, 0.46), transparent 22%),
		linear-gradient(155deg, #06101c 0%, #0e3642 44%, #166173 72%, #35d0e2 100%);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-activity-strip {
	gap: 0;
	margin-top: clamp(2rem, 4vw, 3rem);
	overflow: hidden;
	border-radius: 28px;
	background:
		linear-gradient(90deg, rgba(92, 242, 165, 0.12), transparent 45%, rgba(53, 208, 226, 0.12)),
		rgba(4, 10, 22, 0.58);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-activity-item {
	min-height: 160px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-activity-item + .corporate-activity-item {
	box-shadow: -1px 0 0 rgba(255, 255, 255, 0.06) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-closing-section {
	background:
		radial-gradient(circle at 78% 18%, rgba(215, 180, 106, 0.18), transparent 32%),
		radial-gradient(circle at 18% 84%, rgba(53, 208, 226, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(10, 18, 34, 0.92), rgba(2, 6, 16, 0.98));
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-closing-row {
	margin-top: clamp(1.4rem, 3vw, 2.2rem);
	padding: clamp(1rem, 2vw, 1.4rem);
	border: 0;
	border-radius: 28px;
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.13), transparent 42%, rgba(92, 242, 165, 0.11)),
		rgba(4, 10, 22, 0.58);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

@media (max-width: 1100px) {
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-value-grid,
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-events-grid,
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-activity-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-proof-card,
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-ai-studio-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .page-container {
		max-width: min(100vw - 18px, 1560px);
	}

	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .home-hero--activation-os {
		min-height: auto;
		padding: 1.15rem !important;
		border-radius: 26px;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .home-hero--activation-os .app-hero-title {
		max-width: 12ch;
		font-size: clamp(2.45rem, 13vw, 4rem);
	}

	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-hero-momentum-strip,
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-value-grid,
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-events-grid,
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-activity-strip {
		grid-template-columns: 1fr;
		border-radius: 22px;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-landing-section {
		padding: 1.15rem;
		border-radius: 24px;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-section-header {
		align-items: flex-start;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-section-title {
		font-size: clamp(2rem, 11vw, 3.2rem);
	}

	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-value-card,
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-event-card,
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-activity-item {
		min-height: 0;
	}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-landing-page .corporate-proof-visual {
		min-height: 320px;
	}
}

/* Final ranking to matches alignment */
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) {
	padding-top: clamp(2rem, 4vw, 3.2rem);
	background: transparent;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .page-container {
	max-width: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(210px, 320px);
	gap: 1.5rem;
	min-height: 360px;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	overflow: hidden;
	border: 1px solid rgba(53, 208, 226, 0.2);
	border-radius: var(--corp-radius-lg);
	background:
		radial-gradient(circle at 82% 26%, rgba(53, 208, 226, 0.14), transparent 34%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(5, 8, 22, 0.94));
	box-shadow: var(--corp-shadow-soft);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(90deg, rgba(53, 208, 226, 0.08), transparent 34%),
		linear-gradient(rgba(245, 245, 244, 0.024) 1px, transparent 1px),
		linear-gradient(90deg, rgba(53, 208, 226, 0.028) 1px, transparent 1px);
	background-size: auto, 64px 64px, 64px 64px;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.68) 62%, transparent 100%);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero::after {
	content: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero__content,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero__actions {
	position: relative;
	z-index: 1;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero__lead {
	max-width: 780px;
	margin-top: 0.6rem;
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans, inherit);
	font-size: 4rem;
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.04em;
	text-shadow: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero .hero-accent {
	color: #35d0e2;
	background: linear-gradient(135deg, #c7f7ff 0%, #35d0e2 42%, #28ff7a 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow:
		0 0 18px rgba(53, 208, 226, 0.2),
		0 1px 0 rgba(255, 255, 255, 0.08);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero__copy {
	max-width: 720px;
	color: var(--ds-text-secondary);
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.55;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero__eyebrow {
	font-family: var(--corp-font-sans, inherit);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero__actions {
	align-self: center;
	justify-self: stretch;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero__actions .corporate-live-network {
	width: 100%;
	min-height: 210px;
	transform: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .corporate-award-tabs {
	margin: 1.25rem 0 1.25rem;
	padding: 1rem;
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.027), transparent 45%),
		rgba(17, 24, 39, 0.78);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .corporate-award-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-color: rgba(53, 208, 226, 0.18);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(5, 8, 22, 0.78), rgba(8, 15, 29, 0.62)),
		rgba(5, 8, 22, 0.34);
	color: rgba(226, 232, 240, 0.82);
	font-weight: 800;
	letter-spacing: -0.01em;
	box-shadow:
		0 0 0 1px rgba(245, 245, 244, 0.03) inset,
		0 12px 26px rgba(0, 0, 0, 0.18);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .corporate-award-tab.is-active {
	border-color: rgba(184, 247, 255, 0.7);
	background:
		radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.76), transparent 26%),
		linear-gradient(135deg, #b8f7ff 0%, #35d0e2 56%, #0ea5e9 100%);
	color: #031019;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.18) inset,
		0 0 24px rgba(53, 208, 226, 0.2),
		0 12px 26px rgba(0, 0, 0, 0.2);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .corporate-award-tab.is-active span {
	color: #031019;
	text-shadow: none;
	-webkit-text-fill-color: #031019;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .corporate-award-tab small {
	display: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.7rem;
	margin: 0 0 1rem;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip__item {
	min-height: 112px;
	padding: 1.05rem 1rem;
	border: 1px solid rgba(156, 163, 184, 0.14);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 52%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(11, 18, 32, 0.88));
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip__item::before {
	content: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip__item::after {
	right: 0.95rem;
	bottom: 0.75rem;
	left: 0.95rem;
	height: 2px;
	background: linear-gradient(90deg, var(--broadcast-color, var(--corp-action)), transparent);
	box-shadow: 0 0 20px var(--broadcast-glow, rgba(53, 208, 226, 0.18));
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip__item span {
	margin-bottom: 0.45rem;
	font-size: 0.68rem;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip__item strong {
	max-width: 100%;
	font-family: var(--corp-font-sans, inherit);
	font-size: clamp(1.05rem, 2.2vw, 1.35rem);
	line-height: 1.08;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insights-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.7rem;
	margin: 0 0 1.25rem;
	overflow: visible;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card {
	min-height: 124px;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(156, 163, 184, 0.14);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 52%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(11, 18, 32, 0.88));
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card + .ranking-insight-card {
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card::after {
	content: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-icon {
	width: 2.35rem;
	height: 2.35rem;
	margin-bottom: 0.8rem;
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: 14px;
	background: rgba(53, 208, 226, 0.08);
	color: var(--ds-accent);
	box-shadow: 0 0 22px rgba(53, 208, 226, 0.12);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-value {
	display: -webkit-box;
	overflow: hidden;
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans, inherit);
	font-size: clamp(1.12rem, 2.4vw, 1.55rem);
	line-height: 1.04;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-board--race-control {
	padding: 1.05rem;
	border: 1px solid rgba(156, 163, 175, 0.14);
	border-radius: var(--corp-radius-lg);
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.027), transparent 42%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(11, 18, 32, 0.88));
	background-size: auto;
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-board--race-control .section-header {
	align-items: flex-start;
	margin-bottom: 1rem !important;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-board--race-control .section-title {
	max-width: 100%;
	color: var(--ds-text-primary);
	font-family: var(--corp-font-sans, inherit);
	font-size: clamp(1.55rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.04em;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-search-input-wrap {
	border: 1px solid rgba(53, 208, 226, 0.12);
	border-radius: 18px;
	background: rgba(5, 8, 22, 0.62);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.035);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-bar {
	grid-template-columns: minmax(0, 1.15fr) auto minmax(170px, 0.8fr) minmax(150px, 0.7fr) auto;
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(53, 208, 226, 0.22);
	border-radius: 22px;
	background:
		radial-gradient(circle at 82% 12%, rgba(92, 242, 165, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(5, 8, 22, 0.66), rgba(4, 20, 22, 0.76));
	box-shadow:
		0 20px 60px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-bar::after {
	content: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-cta,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-mode-chip.is-active {
	background: linear-gradient(135deg, #d9f99d 0%, #5cf2a5 48%, #22d3ee 100%);
	box-shadow:
		0 18px 48px rgba(16, 185, 129, 0.2),
		0 0 0 1px rgba(236, 253, 245, 0.32) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card {
	min-height: 86px;
	padding: 0.82rem 1rem 0.82rem 1.1rem;
	border: 1px solid rgba(53, 208, 226, 0.12);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(245, 245, 244, 0.035), transparent 52%),
		rgba(5, 8, 22, 0.54);
	box-shadow: inset 0 1px 0 rgba(245, 245, 244, 0.04);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card.is-current-user {
	border-color: rgba(53, 208, 226, 0.38);
	background:
		radial-gradient(circle at 82% 18%, rgba(53, 208, 226, 0.16), transparent 34%),
		rgba(5, 8, 22, 0.68);
	box-shadow:
		0 16px 34px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(245, 245, 244, 0.05);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-load-more {
	display: flex;
	justify-content: center;
	padding: 1rem 0 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-load-more .badge-muted,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-load-more .btn-secondary-soft {
	border-radius: 999px;
	background: rgba(5, 8, 22, 0.58);
	box-shadow: 0 0 0 1px rgba(53, 208, 226, 0.12) inset;
}

@media (max-width: 991.98px) {
	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero {
		grid-template-columns: 1fr;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-hero__lead {
		font-size: clamp(2.4rem, 10vw, 4rem);
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-broadcast-strip,
	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insights-grid {
		grid-template-columns: 1fr;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-bar {
		grid-template-columns: 1fr;
	}
}

/* Corporate auth alignment */
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell {
	position: relative;
	background:
		radial-gradient(circle at 50% 4%, rgba(53, 208, 226, 0.16), transparent 28%),
		radial-gradient(circle at 82% 20%, rgba(86, 217, 155, 0.13), transparent 30%),
		linear-gradient(90deg, rgba(53, 208, 226, 0.04) 1px, transparent 1px),
		linear-gradient(180deg, rgba(53, 208, 226, 0.028) 1px, transparent 1px),
		linear-gradient(180deg, #071725 0%, #050816 54%, #030611 100%);
	background-size: auto, auto, 72px 72px, 72px 72px, auto;
	overflow: hidden;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b::before,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(110deg, transparent 0 42%, rgba(53, 208, 226, 0.08) 48%, transparent 56%),
		radial-gradient(circle at 24% 72%, rgba(53, 208, 226, 0.09), transparent 32%);
	opacity: 0.9;
	pointer-events: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b .corporate-auth-card,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .auth-card {
	width: min(100%, 560px);
	border: 1px solid rgba(53, 208, 226, 0.18);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.1), transparent 34%),
		linear-gradient(160deg, rgba(17, 24, 39, 0.92), rgba(5, 8, 22, 0.94));
	box-shadow:
		0 34px 90px rgba(0, 0, 0, 0.36),
		0 0 0 1px rgba(245, 245, 244, 0.04) inset,
		0 0 70px rgba(53, 208, 226, 0.08);
	backdrop-filter: blur(20px);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .page-container,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .row,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .col-md-8 {
	position: relative;
	z-index: 1;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .col-md-8.col-lg-5 {
	width: min(100%, 620px);
	max-width: 620px;
	flex: 0 0 auto;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b .corporate-auth-card {
	padding: clamp(1.35rem, 3vw, 2.15rem);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b .corporate-auth-card__halo {
	width: 300px;
	height: 300px;
	right: -112px;
	top: -118px;
	background:
		radial-gradient(circle, rgba(53, 208, 226, 0.2), transparent 62%),
		radial-gradient(circle at 36% 62%, rgba(86, 217, 155, 0.16), transparent 56%);
	filter: blur(18px);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b .corporate-auth-logo {
	margin-bottom: 1.35rem;
	font-family: var(--ds-font-heading);
	font-size: 1rem;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b .corporate-auth-logo__mark {
	width: 44px;
	height: 44px;
	border-color: rgba(53, 208, 226, 0.34);
	border-radius: 16px;
	background: rgba(53, 208, 226, 0.08);
	box-shadow:
		0 0 0 1px rgba(245, 245, 244, 0.04) inset,
		0 18px 42px rgba(53, 208, 226, 0.12);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b .corporate-auth-eyebrow,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .auth-logo {
	color: #35d0e2;
	text-shadow: 0 0 20px rgba(53, 208, 226, 0.26);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b .corporate-auth-title,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .auth-card h1 {
	font-family: var(--ds-font-heading);
	font-size: clamp(2.45rem, 7vw, 4.1rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.94;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b .corporate-auth-subtitle,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .auth-card .text-muted {
	color: rgba(226, 232, 240, 0.72) !important;
	font-size: clamp(1rem, 2vw, 1.14rem);
	line-height: 1.5;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-input.form-control-premium,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .form-control-premium {
	min-height: 52px;
	border-color: rgba(53, 208, 226, 0.16);
	border-radius: 18px;
	background: rgba(5, 8, 22, 0.66);
	color: var(--ds-text-primary);
	box-shadow: 0 0 0 1px rgba(245, 245, 244, 0.03) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-input.form-control-premium:focus,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .form-control-premium:focus {
	border-color: rgba(53, 208, 226, 0.58);
	box-shadow:
		0 0 0 0.18rem rgba(53, 208, 226, 0.12),
		0 0 32px rgba(53, 208, 226, 0.08);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-meta-row a,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-access a,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell a {
	color: #35d0e2;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-button,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .btn-primary-gradient {
	min-height: 54px;
	border: 0;
	background: linear-gradient(135deg, #35d0e2 0%, #4ee1d0 48%, #56d99b 100%);
	color: #031019;
	box-shadow:
		0 18px 46px rgba(53, 208, 226, 0.2),
		0 0 28px rgba(86, 217, 155, 0.12);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-button:hover,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-button:focus,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .btn-primary-gradient:hover,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .btn-primary-gradient:focus {
	transform: translateY(-1px);
	filter: brightness(1.06);
	box-shadow:
		0 22px 56px rgba(53, 208, 226, 0.28),
		0 0 36px rgba(86, 217, 155, 0.2);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-google,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .btn-secondary-soft {
	min-height: 54px;
	border-color: rgba(53, 208, 226, 0.22);
	background: rgba(5, 8, 22, 0.48);
	color: var(--ds-text-primary);
	box-shadow: 0 0 0 1px rgba(245, 245, 244, 0.03) inset;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-google:hover,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-google:focus,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .btn-secondary-soft:hover,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .btn-secondary-soft:focus {
	border-color: rgba(53, 208, 226, 0.48);
	background: rgba(53, 208, 226, 0.08);
	box-shadow: 0 0 34px rgba(53, 208, 226, 0.1);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-divider {
	color: rgba(226, 232, 240, 0.66);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-divider::before,
html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-divider::after {
	background: linear-gradient(90deg, transparent, rgba(53, 208, 226, 0.24), transparent);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-footer {
	border-top-color: rgba(53, 208, 226, 0.14);
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-footer__brand {
	color: var(--ds-text-primary);
	font-size: 0.92rem;
	font-weight: 900;
}

html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-footer span {
	color: rgba(226, 232, 240, 0.62);
}

@media (max-width: 575.98px) {
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b {
		padding: 0.9rem;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-page--b2b .corporate-auth-title,
	html.corporate-surface:not([data-theme="light-premium"]) .corporate-auth-shell .auth-card h1 {
		font-size: clamp(2rem, 13vw, 3.2rem);
	}
}

/* Play and Matches live pitch alignment */
html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-matches-panel {
	padding: clamp(1.35rem, 3vw, 2rem);
	border-radius: 30px;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .play-league-hero-line {
	display: block;
	margin-top: 0.45rem;
	color: rgba(248, 250, 252, 0.92);
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	font-weight: 900;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .play-league-status,
html.corporate-surface:not([data-theme="light-premium"]) .play-page .play-league-hero-line .hero-accent,
html.corporate-surface:not([data-theme="light-premium"]) .play-page .play-league-hero-pulse .hero-accent {
	background: linear-gradient(135deg, #d8fbff 0%, #35d0e2 48%, #5cf2a5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: #35d0e2;
	text-shadow: 0 0 28px rgba(53, 208, 226, 0.22);
	-webkit-text-fill-color: transparent;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .play-league-hero-pulse {
	display: inline-flex;
	flex-direction: column;
	gap: 0.18rem;
	margin-top: 1.15rem;
	padding: 0.72rem 1rem;
	border: 1px solid rgba(53, 208, 226, 0.24);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(53, 208, 226, 0.1), rgba(92, 242, 165, 0.055)),
		rgba(5, 8, 22, 0.48);
	box-shadow:
		0 0 0 1px rgba(245, 245, 244, 0.04) inset,
		0 18px 38px rgba(0, 0, 0, 0.2);
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .play-league-hero-pulse span {
	font-size: clamp(0.95rem, 1.45vw, 1.12rem);
	font-weight: 950;
	line-height: 1.05;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .play-league-hero-pulse small {
	color: rgba(226, 232, 240, 0.68);
	font-weight: 800;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-matches-panel .prediction-list {
	gap: 1.25rem;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card {
	min-height: clamp(292px, 27vw, 360px);
	padding: clamp(1.1rem, 2.6vw, 1.65rem);
	border-radius: 26px;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card::before {
	inset: 22px;
	border-radius: 20px;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card::after {
	top: 22px;
	bottom: 22px;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .prediction-card__meta {
	position: absolute;
	top: clamp(1rem, 2vw, 1.4rem);
	left: clamp(1rem, 2vw, 1.4rem);
	right: clamp(1rem, 2vw, 1.4rem);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	color: rgba(236, 253, 245, 0.78);
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .match-time {
	max-width: 48%;
	color: rgba(236, 253, 245, 0.82);
	font-size: clamp(0.88rem, 1.4vw, 1.08rem);
	font-weight: 800;
	text-align: right;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.44);
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .prediction-card__teams {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: clamp(1rem, 3vw, 2.25rem);
	min-height: clamp(206px, 20vw, 260px);
	margin: 0;
	padding: clamp(3.6rem, 5.4vw, 4.9rem) clamp(0.5rem, 2vw, 1.5rem) clamp(2.8rem, 4vw, 3.5rem);
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .team-side {
	align-items: center;
	gap: 0.9rem;
	min-width: 0;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .team-side-away {
	justify-content: flex-end;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .match-team {
	min-width: 0;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .match-team strong {
	display: block;
	color: #f8fafc;
	font-family: var(--ds-font-heading);
	font-size: clamp(1.75rem, 3.5vw, 3rem);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: -0.035em;
	text-shadow:
		0 4px 28px rgba(0, 0, 0, 0.46),
		0 0 20px rgba(92, 242, 165, 0.12);
	white-space: normal;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .match-team-name {
	margin-top: 0.32rem;
	color: rgba(236, 253, 245, 0.84);
	font-size: clamp(0.86rem, 1.35vw, 1rem);
	font-weight: 800;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .team-flag,
html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .team-flag-fallback {
	width: clamp(42px, 4vw, 54px);
	height: clamp(42px, 4vw, 54px);
	border-color: rgba(53, 208, 226, 0.48);
	background:
		radial-gradient(circle at 50% 35%, rgba(53, 208, 226, 0.26), transparent 58%),
		rgba(5, 8, 22, 0.72);
	color: #67e8f9;
	font-size: clamp(0.75rem, 1.3vw, 0.9rem);
	font-weight: 950;
	box-shadow:
		0 0 0 1px rgba(236, 253, 245, 0.08) inset,
		0 0 28px rgba(53, 208, 226, 0.2);
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .live-score--hero {
	min-width: clamp(128px, 13vw, 172px);
	min-height: clamp(74px, 8vw, 104px);
	border-radius: 22px;
	font-family: var(--ds-font-heading);
	font-size: clamp(2.8rem, 6vw, 5rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .quick-prediction-shell {
	position: absolute;
	left: clamp(1.35rem, 3vw, 2rem);
	right: clamp(1.35rem, 3vw, 2rem);
	bottom: clamp(1rem, 2.4vw, 1.45rem);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .prediction-deadline {
	margin: 0.55rem 0 0;
	color: rgba(236, 253, 245, 0.78);
	font-size: clamp(0.82rem, 1.25vw, 0.98rem);
	font-weight: 750;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .live-match-card__cta {
	min-width: clamp(190px, 22vw, 280px);
	min-height: 64px;
	border-radius: 22px;
	text-align: center;
}

html.corporate-surface:not([data-theme="light-premium"]) .official-result-feature--corporate .official-user-pick-chip,
html.corporate-surface:not([data-theme="light-premium"]) .official-result-feature--corporate .official-pitch-pick,
html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .user-prediction-chip,
html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .prediction-status-badge,
html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .prediction-status-pending {
	border: 1px solid rgba(53, 208, 226, 0.38);
	background:
		linear-gradient(135deg, rgba(5, 8, 22, 0.86), rgba(6, 78, 59, 0.74)),
		rgba(5, 8, 22, 0.86);
	color: #ecfdf5;
	box-shadow:
		0 0 0 1px rgba(236, 253, 245, 0.08) inset,
		0 14px 34px rgba(0, 0, 0, 0.28),
		0 0 28px rgba(53, 208, 226, 0.12);
	text-shadow: none;
}

html.corporate-surface:not([data-theme="light-premium"]) .official-result-feature--corporate .official-user-pick-chip.is-empty,
html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .prediction-status-pending {
	border-color: rgba(255, 242, 186, 0.42);
	background:
		linear-gradient(135deg, rgba(5, 8, 22, 0.9), rgba(72, 52, 18, 0.64)),
		rgba(5, 8, 22, 0.88);
	color: #fff2ba;
}

html.corporate-surface:not([data-theme="light-premium"]) .official-result-feature--corporate .official-user-pick-chip strong,
html.corporate-surface:not([data-theme="light-premium"]) .official-result-feature--corporate .official-pitch-pick strong,
html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .user-prediction-chip strong {
	color: #ffffff;
}

html.corporate-surface:not([data-theme="light-premium"]) .official-result-feature--corporate .official-user-pick-chip i,
html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .prediction-status-badge i {
	color: currentColor;
}

@media (max-width: 767.98px) {
	html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card {
		min-height: 430px;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .prediction-card__teams {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding-top: 4.2rem;
		padding-bottom: 7.5rem;
		text-align: center;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .team-side,
	html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .team-side-away {
		justify-content: center;
		text-align: center;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .team-side-away {
		flex-direction: row-reverse;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .match-time {
		max-width: 54%;
		font-size: 0.78rem;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .quick-prediction-shell {
		flex-direction: column;
		align-items: stretch;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .play-page .live-match-card .live-match-card__cta {
		width: 100%;
		min-width: 0;
	}
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .play-mobile-group-tab.mobile-group-tab,
html.corporate-surface:not([data-theme="light-premium"]) .matches-page .mobile-group-tab {
	border-color: rgba(53, 208, 226, 0.24);
	background:
		linear-gradient(135deg, rgba(5, 8, 22, 0.86), rgba(7, 23, 37, 0.76)),
		rgba(5, 8, 22, 0.82);
	color: rgba(226, 232, 240, 0.82);
	box-shadow:
		0 0 0 1px rgba(245, 245, 244, 0.03) inset,
		0 14px 28px rgba(0, 0, 0, 0.2);
}

html.corporate-surface:not([data-theme="light-premium"]) .play-page .play-mobile-group-tab.mobile-group-tab.active,
html.corporate-surface:not([data-theme="light-premium"]) .play-page .play-mobile-group-tab.mobile-group-tab.is-active,
html.corporate-surface:not([data-theme="light-premium"]) .matches-page .mobile-group-tab.active,
html.corporate-surface:not([data-theme="light-premium"]) .matches-page .mobile-group-tab.is-active {
	border-color: rgba(53, 208, 226, 0.62);
	background:
		radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.54), transparent 55%),
		linear-gradient(135deg, #35d0e2 0%, #4ee1d0 52%, #56d99b 100%);
	color: #031019;
	box-shadow:
		0 0 0 1px rgba(236, 253, 245, 0.3) inset,
		0 0 32px rgba(53, 208, 226, 0.26);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insights-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.8rem, 1.5vw, 1.1rem);
	margin: 1.1rem 0 1.35rem;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card {
	position: relative;
	display: flex;
	min-height: clamp(168px, 18vw, 230px);
	padding: clamp(1rem, 1.7vw, 1.35rem);
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 24px;
	background:
		radial-gradient(circle at 78% 16%, rgba(53, 208, 226, 0.18), transparent 34%),
		linear-gradient(145deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.96));
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 36%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: auto, 46px 46px;
	opacity: 0.62;
	mask-image: linear-gradient(180deg, #000, transparent 78%);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card::after {
	content: "";
	position: absolute;
	right: 1rem;
	bottom: 0.85rem;
	left: 1rem;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ranking-card-accent, #35d0e2), transparent);
	box-shadow: 0 0 28px var(--ranking-card-glow, rgba(53, 208, 226, 0.28));
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card.is-position,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card.is-primary {
	--ranking-card-accent: #d7b46a;
	--ranking-card-glow: rgba(215, 180, 106, 0.28);
	background:
		radial-gradient(circle at 86% 12%, rgba(215, 180, 106, 0.18), transparent 34%),
		linear-gradient(145deg, rgba(19, 24, 36, 0.98), rgba(5, 8, 22, 0.96));
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card.is-distance {
	--ranking-card-accent: #35d0e2;
	--ranking-card-glow: rgba(53, 208, 226, 0.3);
	background:
		radial-gradient(circle at 82% 14%, rgba(53, 208, 226, 0.24), transparent 34%),
		linear-gradient(145deg, rgba(8, 25, 43, 0.98), rgba(5, 8, 22, 0.96));
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card.is-danger {
	--ranking-card-accent: #8b5cf6;
	--ranking-card-glow: rgba(139, 92, 246, 0.32);
	background:
		radial-gradient(circle at 82% 14%, rgba(139, 92, 246, 0.24), transparent 34%),
		linear-gradient(145deg, rgba(25, 20, 48, 0.98), rgba(5, 8, 22, 0.96));
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card.is-opportunity {
	--ranking-card-accent: #5cf2a5;
	--ranking-card-glow: rgba(92, 242, 165, 0.26);
	background:
		radial-gradient(circle at 82% 14%, rgba(92, 242, 165, 0.2), transparent 34%),
		linear-gradient(145deg, rgba(5, 38, 35, 0.98), rgba(5, 8, 22, 0.96));
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-icon {
	position: relative;
	z-index: 1;
	width: 2.8rem;
	height: 2.8rem;
	margin-bottom: 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-label,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-value,
html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-text {
	position: relative;
	z-index: 1;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-label {
	color: var(--ranking-card-accent, #35d0e2);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-value {
	max-width: 12ch;
	color: #fff;
	font-size: 2.65rem;
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
	-webkit-line-clamp: 3;
}

html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-text {
	max-width: 22ch;
	margin-top: 0.65rem;
	color: rgba(226, 232, 240, 0.82);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.25;
	-webkit-line-clamp: 2;
}

@media (max-width: 991.98px) {
	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insights-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insights-grid {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		overflow: visible;
		background: transparent;
		box-shadow: none;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-card {
		min-height: 0;
		padding: 1rem;
		border-radius: 22px;
		background:
			radial-gradient(circle at 82% 14%, color-mix(in srgb, var(--ranking-card-accent, #35d0e2) 20%, transparent), transparent 34%),
			linear-gradient(145deg, rgba(17, 24, 39, 0.96), rgba(5, 8, 22, 0.96));
		box-shadow:
			0 20px 60px rgba(0, 0, 0, 0.28),
			0 0 0 1px rgba(255, 255, 255, 0.055) inset;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-value {
		display: block;
		max-width: none;
		overflow: visible;
		font-size: clamp(1.75rem, 10vw, 2.4rem);
		line-height: 1;
		text-overflow: clip;
		-webkit-line-clamp: unset;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-insight-text {
		display: block;
		max-width: none;
		overflow: visible;
		text-overflow: clip;
		-webkit-line-clamp: unset;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-bar {
		grid-template-columns: 1fr;
		grid-template-areas:
			"main"
			"points"
			"stats"
			"metrics"
			"cta";
		gap: 0.8rem;
		padding: 1rem;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-main {
		grid-area: main;
		grid-template-columns: 1fr;
		gap: 0.35rem;
		min-width: 0;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-badge {
		justify-self: start;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-rank {
		font-size: clamp(2.1rem, 12vw, 3.1rem);
		line-height: 0.95;
		word-break: normal;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-name {
		width: 100%;
		overflow-wrap: anywhere;
		font-size: 1rem;
		line-height: 1.18;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-points-wrap {
		grid-area: points;
		justify-items: start;
		min-width: 0;
		text-align: left;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-stats {
		grid-area: stats;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-metrics {
		grid-area: metrics;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-self-cta {
		grid-area: cta;
		justify-self: stretch;
		width: 100%;
		white-space: normal;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-card {
		padding: 0.9rem 0.95rem 0.9rem 1rem;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-name {
		display: block;
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-top {
		align-items: flex-start;
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-position {
		font-size: clamp(1.35rem, 8vw, 2rem);
	}

	html.corporate-surface:not([data-theme="light-premium"]) .ranking-page:not(.ranking-page--casazar) .ranking-entry-points {
		font-size: clamp(1.35rem, 8vw, 2rem);
	}
}
