:root{color-scheme:light dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#f5f5f5;color:#111}main.container{max-width:640px;padding:2rem;background:white;border-radius:12px;box-shadow:0 12px 24px rgba(15,23,42,.08);text-align:center}main.container>*+*{margin-top:1rem}.notice{padding:1rem;border-radius:8px;background:rgba(59,130,246,.1);color:#1d4ed8}@media (prefers-color-scheme:dark){body{background:#0f172a;color:#f8fafc}main.container{background:#1e293b;box-shadow:0 12px 24px rgba(15,23,42,.45)}.notice{background:rgba(96,165,250,.2);color:#bfdbfe}}