:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: #07111f; color: #eef6ff; }
body::before { content: ""; position: fixed; inset: 0; background: radial-gradient(circle at 20% 15%, #16456a 0, transparent 38%), radial-gradient(circle at 85% 80%, #153d37 0, transparent 35%); opacity: .8; }
.shell { position: relative; min-height: 100vh; display: grid; place-items: center; padding: 32px; }
.card { width: min(680px, 100%); padding: clamp(32px, 7vw, 72px); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(8,21,37,.76); box-shadow: 0 28px 100px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.mark { width: 54px; height: 54px; margin-bottom: 42px; }
.eyebrow { color: #7fe0c5; font-size: 12px; font-weight: 750; letter-spacing: .18em; }
h1 { margin: 12px 0 24px; font-size: clamp(42px, 8vw, 72px); line-height: .98; letter-spacing: -.045em; }
.copy { max-width: 470px; color: #aab9c9; font-size: 18px; line-height: 1.6; }
.status { display: inline-flex; align-items: center; gap: 10px; margin-top: 38px; padding: 10px 14px; border-radius: 999px; background: rgba(127,224,197,.08); color: #b9f1e2; font-size: 13px; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: #67ddb9; box-shadow: 0 0 16px #67ddb9; }
footer { position: fixed; bottom: 22px; color: #65788d; font-size: 12px; }
