:root{color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#07111f;color:#edf6ff}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:radial-gradient(circle at 20% 15%,rgba(0,194,255,.14),transparent 32rem),radial-gradient(circle at 85% 85%,rgba(84,92,255,.12),transparent 28rem),#07111f}
body{min-height:100vh;display:grid;place-items:center;padding:24px}
.shell{width:min(920px,100%)}
.card{border:1px solid rgba(147,197,253,.22);background:rgba(8,19,34,.88);border-radius:24px;padding:clamp(32px,7vw,72px);box-shadow:0 30px 80px rgba(0,0,0,.35)}
.mark{width:68px;height:68px;border-radius:18px;display:grid;place-items:center;font-weight:800;font-size:1.25rem;letter-spacing:.04em;background:linear-gradient(145deg,#0ea5e9,#6366f1);margin-bottom:28px}
.eyebrow{margin:0 0 10px;color:#7dd3fc;font-size:.78rem;font-weight:700;letter-spacing:.18em}
h1{margin:0;font-size:clamp(2.5rem,8vw,5.5rem);line-height:.95;letter-spacing:-.04em}
.lead{margin:28px 0 0;max-width:760px;font-size:clamp(1.2rem,2.5vw,1.65rem);line-height:1.55;color:#dbeafe}
.detail{max-width:760px;margin:20px 0 0;line-height:1.7;color:#9fb3c8}
.status{margin-top:32px;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(125,211,252,.25);border-radius:999px;color:#c8f2ff;background:rgba(14,165,233,.08);font-size:.92rem}
.dot{width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12)}
footer{margin-top:48px;padding-top:22px;border-top:1px solid rgba(148,163,184,.15);color:#718399;font-size:.85rem}
footer p{margin:0}
