/* Fansion Sports - Galaxy Command Landing
 Pure black + white. No cards. Words only. Jumbotron on highlight. */

:root {
 --cc-black: #000000;
 --cc-void: #030305;
 --cc-text: #ffffff;
 --cc-muted: rgba(255, 255, 255, 0.42);
 --cc-dim: rgba(255, 255, 255, 0.22);
 --cc-glow: rgba(255, 255, 255, 0.85);
 --cc-font: "Sora", "Space Grotesk", system-ui, sans-serif;
 --cc-display: "Sora", "Space Grotesk", system-ui, sans-serif;
 --cc-wordmark: "Unbounded", "Sora", system-ui, sans-serif;
 --cc-body: "Source Sans 3", system-ui, sans-serif;
}

/* Legacy accent aliases → white (other pages may still load this file) */
:root {
 --cc-neon: #ffffff;
 --cc-neon-2: #e8e8e8;
 --cc-neon-dim: rgba(255, 255, 255, 0.12);
 --cc-panel: rgba(255, 255, 255, 0.03);
 --cc-line: rgba(255, 255, 255, 0.1);
 --cc-black-2: #0a0a0c;
 --cc-muted: rgba(255, 255, 255, 0.42);
}

*,
*::before,
*::after {
 box-sizing: border-box;
}

body.command-center {
 margin: 0;
 min-height: 100vh;
 background: var(--cc-black);
 color: var(--cc-text);
 font-family: var(--cc-body);
 overflow-x: hidden;
}

body.command-center.galaxy {
 background: #000;
 overflow: hidden;
}

/* No colored ambient washes - pure void */
body.command-center::before {
 content: none;
}

body.command-center.galaxy::before {
 content: "";
 position: fixed;
 inset: 0;
 pointer-events: none;
 z-index: 0;
 background:
 /* Soft violet galaxy haze only — UI stays B/W */
 radial-gradient(ellipse 65% 48% at 16% 30%, rgba(139, 92, 246, 0.055) 0%, transparent 60%),
 radial-gradient(ellipse 50% 40% at 84% 20%, rgba(167, 139, 250, 0.04) 0%, transparent 58%),
 radial-gradient(ellipse 58% 36% at 68% 80%, rgba(124, 58, 237, 0.03) 0%, transparent 55%),
 radial-gradient(ellipse 120% 80% at 50% 50%, rgba(255, 255, 255, 0.028) 0%, transparent 55%),
 radial-gradient(ellipse 60% 40% at 20% 80%, rgba(255, 255, 255, 0.018) 0%, transparent 50%),
 #000;
}

.galaxy-veil {
 position: fixed;
 inset: 0;
 z-index: 0;
 pointer-events: none;
 background:
 /* White stars (majority) */
 radial-gradient(1px 1px at 12% 22%, rgba(255, 255, 255, 0.55), transparent),
 radial-gradient(1px 1px at 78% 14%, rgba(255, 255, 255, 0.4), transparent),
 radial-gradient(1.5px 1.5px at 42% 68%, rgba(255, 255, 255, 0.35), transparent),
 radial-gradient(1px 1px at 88% 72%, rgba(255, 255, 255, 0.5), transparent),
 radial-gradient(1px 1px at 30% 40%, rgba(255, 255, 255, 0.3), transparent),
 radial-gradient(1.2px 1.2px at 65% 88%, rgba(255, 255, 255, 0.45), transparent),
 radial-gradient(1px 1px at 8% 85%, rgba(255, 255, 255, 0.35), transparent),
 radial-gradient(1px 1px at 55% 18%, rgba(255, 255, 255, 0.25), transparent),
 /* Soft violet star dust — background only */
 radial-gradient(1.1px 1.1px at 24% 46%, rgba(196, 181, 253, 0.42), transparent),
 radial-gradient(1px 1px at 63% 16%, rgba(167, 139, 250, 0.38), transparent),
 radial-gradient(1.2px 1.2px at 90% 42%, rgba(196, 181, 253, 0.35), transparent),
 radial-gradient(1px 1px at 48% 78%, rgba(167, 139, 250, 0.36), transparent),
 radial-gradient(1px 1px at 14% 70%, rgba(196, 181, 253, 0.32), transparent),
 radial-gradient(1.1px 1.1px at 76% 58%, rgba(167, 139, 250, 0.34), transparent);
 opacity: 0.58;
}

#cc-particles {
 position: fixed;
 inset: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 pointer-events: none;
 opacity: 0.9;
}

.cc-shell,
.galaxy-shell {
 position: relative;
 z-index: 1;
 min-height: 100vh;
 min-height: 100dvh;
 display: flex;
 flex-direction: column;
}

/* -  - Top brand: whisper only -  - */
.galaxy-top {
 display: flex;
 align-items: center;
 padding: 1.25rem 1.5rem 0.5rem;
}

.galaxy-brand {
 display: inline-flex;
 align-items: center;
 gap: 0.7rem;
 text-decoration: none;
 color: rgba(255, 255, 255, 0.82);
 transition: color 0.2s ease, filter 0.2s ease;
}

.galaxy-brand:hover {
 color: #fff;
 filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.35));
}

.galaxy-brand .fs-logo-name,
.galaxy-brand-name {
 font-family: var(--cc-wordmark);
 font-size: 0.95rem;
 text-transform: uppercase;
 letter-spacing: 0.12em;
 font-weight: 600;
 color: #fff;
}

.galaxy-brand .fs-logo-sub {
 color: rgba(255, 255, 255, 0.55);
}

/* -  - Layout: words left · jumbotron right -  - */
.galaxy-main {
 flex: 1;
 display: grid;
 grid-template-columns: 1fr;
 align-items: center;
 gap: 1.5rem;
 padding: 0.5rem 1.25rem 3.5rem;
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
}

@media (min-width: 860px) {
 .galaxy-main {
 grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
 gap: 2rem 3rem;
 padding: 1rem 2.5rem 3rem;
 align-items: center;
 }
}

/* -  - Section words: just the word, glowing white -  - */
.galaxy-nav {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 0.05rem;
 padding: 0.75rem 0;
}

.galaxy-word {
 position: relative;
 display: block;
 margin: 0;
 padding: 0.28em 0;
 border: none;
 background: none;
 text-decoration: none;
 color: rgba(255, 255, 255, 0.5);
 font-family: var(--cc-display);
 font-weight: 500;
 font-size: clamp(1.05rem, 2.4vw, 1.45rem);
 line-height: 1.15;
 letter-spacing: 0.14em;
 text-transform: uppercase;
 text-shadow: 0 0 12px rgba(255, 255, 255, 0.12);
 transition:
 color 0.22s ease,
 text-shadow 0.22s ease,
 letter-spacing 0.22s ease,
 transform 0.22s ease,
 opacity 0.22s ease;
 cursor: pointer;
 -webkit-tap-highlight-color: transparent;
}

.galaxy-word:hover,
.galaxy-word:focus-visible,
.galaxy-word.is-lit {
 color: #fff;
 outline: none;
 font-weight: 600;
 letter-spacing: 0.18em;
 transform: translateX(8px);
 text-shadow:
 0 0 6px rgba(255, 255, 255, 0.95),
 0 0 18px rgba(255, 255, 255, 0.7),
 0 0 40px rgba(255, 255, 255, 0.4),
 0 0 72px rgba(255, 255, 255, 0.22);
}

.galaxy-nav:has(.galaxy-word:hover) .galaxy-word:not(:hover):not(.is-lit),
.galaxy-nav:has(.galaxy-word.is-lit) .galaxy-word:not(.is-lit):not(:hover) {
 color: rgba(255, 255, 255, 0.22);
 text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
 .galaxy-word {
 transition: color 0.15s ease, text-shadow 0.15s ease;
 }
 .galaxy-word:hover,
 .galaxy-word:focus-visible,
 .galaxy-word.is-lit {
 transform: none;
 }
}

/* -  - Spotlight reveal (light from the dark - no idle copy) -  - */
.jumbotron {
 display: none;
 justify-content: center;
 align-items: center;
 min-height: 16rem;
 pointer-events: none;
}

@media (min-width: 860px) {
 .jumbotron {
 display: flex;
 }
}

.jumbotron-frame {
 position: relative;
 width: 100%;
 max-width: 26rem;
 min-height: 15rem;
 padding: 2.75rem 2rem;
 border: none;
 background: transparent;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
}

/* Rest state: pure dark - nothing to read */
.jumbotron-frame::before {
 content: "";
 position: absolute;
 inset: 0;
 background: radial-gradient(ellipse 70% 60% at 50% 45%, rgba(255, 255, 255, 0.015), transparent 70%);
 opacity: 0.4;
 pointer-events: none;
}

/* Cone / spotlight from above (game lights) */
.jumbotron-spot {
 position: absolute;
 left: 50%;
 top: -18%;
 width: 140%;
 height: 130%;
 margin-left: -70%;
 pointer-events: none;
 opacity: 0;
 transform: scaleY(0.35) translateY(-12%);
 transform-origin: 50% 0%;
 background:
 linear-gradient(
 180deg,
 rgba(255, 255, 255, 0.22) 0%,
 rgba(255, 255, 255, 0.08) 28%,
 rgba(255, 255, 255, 0.02) 62%,
 transparent 100%
 );
 clip-path: polygon(38% 0, 62% 0, 92% 100%, 8% 100%);
 filter: blur(0.5px);
 transition:
 opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
 transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.jumbotron.is-on .jumbotron-spot {
 opacity: 1;
 transform: scaleY(1) translateY(0);
}

/* Floor wash + soft stadium bloom */
.jumbotron-lights {
 position: absolute;
 inset: -10%;
 pointer-events: none;
 opacity: 0;
 transition: opacity 0.5s ease 0.05s;
 background:
 radial-gradient(ellipse 55% 42% at 50% 48%, rgba(255, 255, 255, 0.14), transparent 68%),
 radial-gradient(ellipse 70% 35% at 50% 100%, rgba(255, 255, 255, 0.06), transparent 70%);
}

.jumbotron.is-on .jumbotron-lights {
 opacity: 1;
 animation: spotPulse 2.8s ease-in-out infinite alternate;
}

@keyframes spotPulse {
 from { opacity: 0.75; }
 to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
 .jumbotron-spot {
 transition: opacity 0.2s ease;
 transform: none;
 }
 .jumbotron.is-on .jumbotron-spot {
 transform: none;
 }
 .jumbotron.is-on .jumbotron-lights {
 animation: none;
 }
}

/* Copy emerges only when lit - centered in the beam */
.jumbotron-active {
 position: relative;
 z-index: 1;
 width: 100%;
 max-width: 22rem;
 margin: 0 auto;
 opacity: 0;
 transform: translateY(10px);
 filter: blur(4px);
 transition:
 opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.08s,
 transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.08s,
 filter 0.4s ease 0.08s;
}

.jumbotron.is-on .jumbotron-active {
 opacity: 1;
 transform: translateY(0);
 filter: blur(0);
}

.jumbotron-title {
 margin: 0 0 0.85rem;
 font-family: var(--cc-display);
 font-weight: 600;
 font-size: clamp(1.2rem, 2.5vw, 1.65rem);
 letter-spacing: 0.14em;
 text-transform: uppercase;
 line-height: 1.15;
 color: #fff;
 text-shadow:
 0 0 12px rgba(255, 255, 255, 0.75),
 0 0 36px rgba(255, 255, 255, 0.4),
 0 0 60px rgba(255, 255, 255, 0.18);
}

.jumbotron-detail {
 margin: 0 auto;
 max-width: 21rem;
 font-size: 1.02rem;
 line-height: 1.55;
 color: rgba(255, 255, 255, 0.78);
 text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

/* Mobile: same dark→light reveal under the word list */
@media (max-width: 859px) {
 .jumbotron {
 display: flex;
 min-height: 0;
 order: 2;
 justify-content: center;
 }

 .galaxy-nav {
 order: 1;
 }

 .jumbotron-frame {
 min-height: 0;
 padding: 1.5rem 1rem 0.5rem;
 max-width: 100%;
 }

 .jumbotron:not(.is-on) {
 min-height: 0;
 }

 .jumbotron:not(.is-on) .jumbotron-frame {
 min-height: 0;
 padding: 0;
 }

 .jumbotron-title {
 font-size: 1.05rem;
 letter-spacing: 0.12em;
 }

 .jumbotron-detail {
 font-size: 0.95rem;
 }
}

.galaxy-foot {
 text-align: center;
 padding: 0 1rem 1.25rem;
 font-size: 0.72rem;
 color: rgba(255, 255, 255, 0.22);
 font-family: var(--cc-font);
 letter-spacing: 0.08em;
 text-transform: uppercase;
}

/* Home bottom-only About / Contact / legal (not in top nav) */
.galaxy-foot--links {
 text-transform: none;
 letter-spacing: 0.02em;
 padding: 0.85rem 1rem 1.5rem;
 color: rgba(255, 255, 255, 0.45);
}

.galaxy-foot--links .footer-inline {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 gap: 0.35rem 0.55rem;
 font-size: 0.8rem;
}

.galaxy-foot--links a {
 color: rgba(255, 255, 255, 0.65);
 text-decoration: none;
}

.galaxy-foot--links a:hover,
.galaxy-foot--links a:focus-visible {
 color: #fff;
 text-decoration: underline;
 outline: none;
}

.galaxy-foot--links .footer-dot {
 color: rgba(255, 255, 255, 0.28);
}

.galaxy-foot--links .footer-email-quiet {
 color: rgba(255, 255, 255, 0.38);
 font-size: 0.75rem;
}

.galaxy-foot--links .footer-legal {
 margin: 0.65rem 0 0;
 font-size: 0.68rem;
 color: rgba(255, 255, 255, 0.32);
 line-height: 1.45;
 letter-spacing: 0.02em;
}

.galaxy-foot--links .footer-legal--disclaimer {
 max-width: 34rem;
 margin-left: auto;
 margin-right: auto;
 font-size: 0.65rem;
 color: rgba(255, 255, 255, 0.36);
}

.galaxy-foot--links .footer-legal--disclaimer a {
 color: rgba(255, 255, 255, 0.5);
 text-decoration: underline;
}

/* Skip link */
.skip-link {
 position: absolute;
 left: 0.75rem;
 top: -120px;
 z-index: 100;
 background: #fff;
 color: #000;
 padding: 0.55rem 0.9rem;
 font-weight: 700;
 font-family: var(--cc-font);
 text-decoration: none;
}

.skip-link:focus {
 top: 0.75rem;
}

/* Hide legacy light chrome when command center owns the page */
body.command-center #site-shell,
body.command-center #site-footer {
 display: none !important;
}

body.command-center .trust-strip,
body.command-center .badge-header {
 display: none !important;
}

/* -  - Back-compat for any residual .portal / .cc-* markup -  - */
.cc-top {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 1rem;
 padding: 1rem 1.25rem;
 border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cc-brand {
 display: flex;
 align-items: center;
 gap: 0.65rem;
 text-decoration: none;
 color: #fff;
 font-family: var(--cc-font);
 font-weight: 700;
}

.cc-brand-mark {
 width: 2.1rem;
 height: 2.1rem;
 border-radius: 50%;
 display: grid;
 place-items: center;
 border: 1px solid rgba(255, 255, 255, 0.4);
 color: #fff;
 font-weight: 800;
}

.cc-brand span em {
 font-style: normal;
 color: #fff;
 font-weight: 600;
}

.cc-status {
 font-family: var(--cc-font);
 font-size: 0.72rem;
 font-weight: 700;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: var(--cc-muted);
 display: flex;
 align-items: center;
 gap: 0.45rem;
}

.cc-status i {
 width: 0.45rem;
 height: 0.45rem;
 border-radius: 50%;
 background: #fff;
 box-shadow: 0 0 10px #fff;
 display: inline-block;
}

.cc-main {
 flex: 1;
 padding: 1.25rem;
 max-width: 1100px;
 margin: 0 auto;
 width: 100%;
}

.cc-intro {
 text-align: center;
 margin-bottom: 1.5rem;
}

.cc-intro h1 {
 margin: 0 0 0.55rem;
 font-family: var(--cc-font);
 font-weight: 800;
 font-size: clamp(1.85rem, 6.5vw, 3.2rem);
 letter-spacing: -0.04em;
 color: #fff;
 text-shadow: 0 0 40px rgba(255, 255, 255, 0.25);
}

.cc-intro h1 .glow {
 color: #fff;
 text-shadow: 0 0 24px rgba(255, 255, 255, 0.55);
}

.cc-intro p {
 margin: 0 auto;
 max-width: 28rem;
 color: var(--cc-muted);
}

.cc-portals {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 0.7rem;
}

.portal {
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 min-height: 7.5rem;
 padding: 1rem;
 border-radius: 0;
 text-decoration: none;
 color: #fff;
 background: transparent;
 border: 1px solid rgba(255, 255, 255, 0.12);
}

.portal-kicker {
 font-size: 0.68rem;
 font-weight: 800;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: rgba(255, 255, 255, 0.55);
 margin-bottom: 0.35rem;
}

.portal strong {
 font-family: var(--cc-font);
 font-size: 1.15rem;
 display: block;
}

.portal span {
 color: var(--cc-muted);
 font-size: 0.88rem;
}

.cc-foot {
 text-align: center;
 padding: 0.75rem 1rem 1.25rem;
 font-size: 0.78rem;
 color: rgba(255, 255, 255, 0.28);
 font-family: var(--cc-font);
}

/* landing B/W lock v21 */
