:root { color-scheme: dark; --ink: #f1f3ed; --muted: #a8afa5; --line: #39413b; --accent: #d8f36b; --bg: #101410; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(216,243,107,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(216,243,107,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.shell { width: min(100% - 48px, 1080px); min-height: 100vh; margin: auto; padding: 42px 0 30px; display: flex; flex-direction: column; justify-content: space-between; position: relative; }
.eyebrow, .kicker, footer { letter-spacing: .14em; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(216,243,107,.12); }
.hero { max-width: 760px; padding: 12vh 0 10vh; }
.kicker { color: var(--accent); margin: 0 0 22px; }
h1 { font-size: clamp(3.4rem, 8vw, 7.5rem); letter-spacing: -.075em; line-height: .91; margin: 0; font-weight: 650; }
h1 em { color: var(--accent); font-style: normal; }
.intro { max-width: 510px; color: var(--muted); line-height: 1.65; font-size: 16px; margin: 36px 0; }
.status { display: inline-flex; align-items: center; gap: 13px; border: 1px solid var(--line); background: rgba(255,255,255,.025); padding: 15px 19px; border-radius: 4px; }
.status-mark { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--accent); color: #16200e; font-weight: 900; }
.status strong, .status small { display: block; }
.status strong { font-size: 13px; }
.status small { color: var(--muted); font-size: 12px; margin-top: 3px; }
footer { border-top: 1px solid var(--line); padding-top: 17px; color: #707970; display: flex; justify-content: space-between; gap: 20px; }
footer b { color: var(--accent); margin: 0 6px; }
@media (max-width: 600px) { .shell { width: min(100% - 32px, 1080px); padding-top: 28px; } .hero { padding: 16vh 0 10vh; } footer { flex-direction: column; line-height: 1.7; } }
