:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #121016; color: #f5f1f7; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at top, #2a2238, #121016 60%); }
.shell { width: min(42rem, calc(100% - 2rem)); padding: 2rem; border: 1px solid #ffffff1a; border-radius: 1rem; background: #191720; box-shadow: 0 1rem 3rem #0008; }
.eyebrow { color: #c8b7f7; font: 700 .72rem/1.2 ui-monospace, monospace; letter-spacing: .14em; }
h1 { margin: .5rem 0; font-size: clamp(2rem, 8vw, 4rem); }
p { color: #cfc6d5; line-height: 1.6; }
.stat { display: flex; justify-content: space-between; align-items: center; margin-top: 1.5rem; padding: 1rem; border-radius: .75rem; background: #121016; }
.stat strong { color: #8ed4ff; font: 800 2rem/1 ui-monospace, monospace; }
