:root{--bg:#0a0f1e;--bg-elevated:rgba(15,23,42,.92);--surface:rgba(10,15,30,.68);--surface-strong:rgba(18,28,53,.9);--text-primary:#eef7ff;--text-secondary:#96acc4;--text-muted:#64748b;--accent:#00bcd4;--accent-soft:rgba(0,188,212,.16);--accent-strong:rgba(0,188,212,.28);--rule:rgba(148,163,184,.2);--shadow:0 24px 80px rgba(2,8,23,.45)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(0,188,212,.14),transparent 32%),linear-gradient(180deg,#09101f,#0a0f1e 45%,#070c18);color:var(--text-primary);font-family:Segoe UI,Helvetica Neue,Arial,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}::selection{background:rgba(0,188,212,.22);color:var(--text-primary)}.shell{position:relative;min-height:100vh;overflow:hidden}.shell:after,.shell:before{content:"";position:absolute;inset:auto;border-radius:999px;filter:blur(18px);pointer-events:none}.shell:before{top:96px;left:-96px;width:280px;height:280px;background:rgba(0,188,212,.08)}.shell:after{right:-88px;bottom:72px;width:220px;height:220px;background:rgba(34,211,238,.08)}.container{position:relative;z-index:1;width:min(100%,1100px);margin:0 auto;padding:32px 24px 80px}.topbar{display:flex;justify-content:space-between;gap:16px;padding:18px 0 40px}.brand,.topbar{align-items:center}.brand{gap:10px;font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.brand,.brand-mark{display:inline-flex}.brand-mark{width:12px;height:12px;border-radius:999px;background:var(--accent);box-shadow:0 0 18px rgba(0,188,212,.45)}.hero{display:grid;grid-gap:28px;gap:28px;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:stretch}.hero-panel,.status-panel{border:1px solid var(--rule);background:linear-gradient(180deg,var(--surface) 0,var(--surface-strong) 100%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow)}.hero-panel{border-radius:28px;padding:40px}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--accent);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.eyebrow:before{content:"";width:34px;height:1px;background:var(--accent)}.title{margin:0;max-width:12ch;font-size:clamp(2.75rem,8vw,5.8rem);line-height:.95;letter-spacing:-.05em}.copy{margin:22px 0 0;max-width:54ch;color:var(--text-secondary);font-size:1rem;line-height:1.75}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;font-size:.92rem;font-weight:700;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease}.button{background:var(--accent);color:#03131a}.button-secondary{border:1px solid var(--accent-strong);background:rgba(3,19,26,.35);color:var(--text-primary)}.button-secondary:hover,.button:hover{transform:translateY(-1px)}.status-panel{border-radius:24px;padding:28px}.status-label{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.status-label:before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor}.status-title{margin:24px 0 10px;font-size:1.4rem;letter-spacing:-.03em}.status-copy{margin:0;color:var(--text-secondary);line-height:1.75}.status-list{margin:24px 0 0;padding:0;list-style:none;border-top:1px solid var(--rule)}.status-list li{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--rule);color:var(--text-secondary);font-size:.95rem}.status-list strong{color:var(--text-primary);font-weight:700}.status-note{margin-top:24px;color:var(--text-muted);font-size:.9rem;line-height:1.7}@media (max-width:900px){.hero{grid-template-columns:1fr}.title{max-width:none}}@media (max-width:640px){.container{padding:24px 18px 56px}.topbar{padding-bottom:28px}.hero-panel,.status-panel{border-radius:22px}.hero-panel{padding:28px 22px}.status-panel{padding:22px}.title{font-size:clamp(2.3rem,15vw,4rem)}.actions{flex-direction:column}.button,.button-secondary{width:100%}}