:root { --bg: #0b0d12; --panel: rgba(22, 25, 34, .72); --text: #f1f2f4; --muted: #9298a8; --faint: #555c6d; --line: rgba(255,255,255,.11); --accent: #c8f264; --accent-dark: #182307; --mono: 'DM Mono', monospace; --sans: 'Manrope', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before { position: fixed; inset: 0; z-index: -2; content: ''; opacity: .52; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black 0%, transparent 83%); }
body::after { position: fixed; inset: 0; z-index: -1; content: ''; pointer-events: none; background: radial-gradient(circle at 72% 28%, rgba(200,242,100,.09), transparent 29%), radial-gradient(circle at 18% 85%, rgba(82,103,178,.14), transparent 30%); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { width: min(1160px, calc(100% - 64px)); min-height: 100vh; margin: auto; display: flex; flex-direction: column; }
.topbar { height: 96px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 25px; height: 25px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; padding: 4px; border: 1px solid var(--accent); border-radius: 7px; transform: rotate(-8deg); }
.brand-mark span { display: block; height: 64%; background: var(--accent); border-radius: 1px; }.brand-mark span:nth-child(2) { height: 100%; }.brand-mark span:nth-child(3) { height: 81%; }
.topbar-meta, .eyebrow, .section-kicker, .card-heading, .live-pill, .status-note, .footer { font-family: var(--mono); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.topbar-meta { display: flex; gap: 9px; align-items: center; color: var(--muted); }.availability-dot, .live-pill i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(200,242,100,.1); }
.main-content { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.hero { min-height: 560px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding: 66px 0 50px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--accent); }.eyebrow-line { width: 28px; height: 1px; background: var(--accent); }
h1 { margin: 23px 0 23px; max-width: 690px; font-size: clamp(54px, 7.3vw, 92px); line-height: .99; letter-spacing: -.075em; font-weight: 700; } h1 em { color: var(--accent); font-weight: 400; font-family: Georgia, serif; letter-spacing: -.09em; }
.intro { max-width: 470px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 33px; }.button { cursor: pointer; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 6px; padding: 14px 18px; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }.button:hover { transform: translateY(-2px); }.button:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }.button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }.button-primary { background: var(--accent); color: var(--accent-dark); }.button-primary:hover { background: #d7fa81; }.button-quiet { padding: 14px 0; color: var(--muted); }.button-quiet:hover { color: var(--text); }.status-note { margin: 18px 0 0 2px; color: var(--faint); text-transform: none; letter-spacing: .02em; font-size: 10px; }
.status-visual { position: relative; display: grid; place-items: center; min-height: 390px; }.status-visual::before { width: 285px; height: 285px; position: absolute; content: ''; border: 1px solid rgba(200,242,100,.2); border-radius: 50%; box-shadow: 0 0 80px rgba(200,242,100,.07), inset 0 0 50px rgba(200,242,100,.04); }.status-visual::after { width: 345px; height: 345px; position: absolute; content: ''; border: 1px dashed rgba(255,255,255,.13); border-radius: 50%; animation: spin 36s linear infinite; }.orbital { position: absolute; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px var(--accent); }.orbital-one { width: 7px; height: 7px; top: 54px; right: 103px; }.orbital-two { width: 4px; height: 4px; bottom: 63px; left: 106px; opacity: .7; }.status-card { position: relative; z-index: 1; width: min(100%, 328px); padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: linear-gradient(145deg, rgba(38,42,52,.86), rgba(17,20,28,.92)); box-shadow: 0 28px 75px rgba(0,0,0,.34); backdrop-filter: blur(14px); }.card-heading { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }.live-pill { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); font-size: 8px; }.live-pill i { width: 5px; height: 5px; box-shadow: none; }
.signal-icon { margin: 33px 0 19px; color: var(--accent); }.status-title { margin: 0; font-size: 19px; font-weight: 700; letter-spacing: -.04em; }.status-detail { max-width: 230px; margin: 7px 0 21px; color: var(--muted); font-size: 11px; line-height: 1.55; }.progress-wrap { display: flex; align-items: center; gap: 10px; }.progress-bar { flex: 1; height: 4px; overflow: hidden; border-radius: 10px; background: #333846; }.progress-bar span { display: block; width: 84%; height: 100%; border-radius: inherit; background: var(--accent); animation: load 1.4s ease-out; }.progress-label { color: var(--accent); font: 10px var(--mono); }.card-footer { display: flex; justify-content: space-between; align-items: baseline; margin-top: 27px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font: 10px var(--mono); }.card-footer strong { color: var(--text); font: 500 12px var(--mono); }.card-footer small { color: var(--faint); font-size: 8px; }
.lower-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-bottom: 62px; }.countdown-panel, .info-panel { min-height: 133px; border: 1px solid var(--line); border-radius: 8px; background: rgba(18,21,29,.62); }.countdown-panel { display: flex; justify-content: space-between; align-items: center; padding: 25px 28px; }.section-kicker { color: var(--accent); font-size: 9px; }.countdown-caption { margin: 12px 0 0; color: var(--muted); font-size: 12px; }.countdown { display: flex; align-items: center; gap: 10px; }.countdown div { display: flex; flex-direction: column; align-items: center; gap: 7px; }.countdown strong { min-width: 44px; color: var(--text); font: 500 28px var(--mono); letter-spacing: -.07em; text-align: center; }.countdown span { color: var(--faint); font: 8px var(--mono); text-transform: uppercase; }.countdown b { margin-bottom: 18px; color: var(--faint); font: 18px var(--mono); font-weight: 400; }.info-panel { display: flex; align-items: center; gap: 17px; padding: 25px 28px; }.info-icon { width: 37px; height: 37px; display: grid; flex: 0 0 37px; place-items: center; border: 1px solid rgba(200,242,100,.25); border-radius: 50%; color: var(--accent); }.info-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }.info-panel h2 { margin: 0 0 6px; font-size: 13px; letter-spacing: -.02em; }.info-panel p { margin: 0 0 10px; color: var(--muted); font-size: 11px; }.info-panel a { color: var(--accent); font: 10px var(--mono); }.info-panel a span { margin-left: 4px; font-size: 13px; }
.footer { display: flex; align-items: center; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); color: var(--faint); font-size: 8px; }.footer-rule { width: 4px; height: 4px; border-radius: 50%; background: var(--faint); }
@keyframes spin { to { transform: rotate(360deg); } } @keyframes load { from { width: 0; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }
@media (max-width: 780px) { .site-shell { width: min(100% - 36px, 560px); }.topbar { height: 78px; }.hero { grid-template-columns: 1fr; gap: 18px; padding: 66px 0 40px; }.status-visual { min-height: 360px; }.hero-copy { order: 1; }.status-visual { order: 2; }.lower-grid { grid-template-columns: 1fr; padding-bottom: 42px; }.countdown-panel { align-items: flex-start; flex-direction: column; gap: 24px; }.countdown { align-self: stretch; justify-content: space-between; }.footer { margin-top: auto; } }
@media (max-width: 420px) { .site-shell { width: min(100% - 28px, 560px); }.topbar-meta { font-size: 8px; }.hero { padding-top: 48px; } h1 { font-size: 54px; }.intro { font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 7px; }.button-quiet { padding-top: 9px; }.status-visual::after { width: 295px; height: 295px; }.status-visual::before { width: 245px; height: 245px; }.status-card { width: min(100%, 300px); }.countdown-panel, .info-panel { padding: 22px 20px; } }
