:root{color-scheme:light dark;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;min-height:100%;background:#0f172a;color:#e2e8f0;overflow-x:hidden}body,html{min-height:100vh;min-height:100dvh}body{overflow-y:auto}body:has(.landing),html:has(.landing){overflow:hidden;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;position:fixed;width:100%;top:0;left:0;right:0;bottom:0}.page{width:100%;max-width:720px;display:flex;align-items:center;justify-content:center}.card{width:100%;background:rgba(15,23,42,.85);border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:32px;display:grid;grid-gap:16px;gap:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 50px rgba(15,23,42,.35)}.card h1{font-size:clamp(1.5rem,2.5vw,2rem);margin:0}.card p{margin:0;line-height:1.6}.status{padding:20px;border-radius:12px;background:rgba(30,41,59,.85);border:1px solid rgba(148,163,184,.15);display:grid;grid-gap:12px;gap:12px}.status h2{margin:0;font-size:1.2rem}.status--ok{color:#34d399}.status--error{color:#f87171}footer{font-size:.875rem;color:rgba(226,232,240,.8);display:grid;grid-gap:4px;gap:4px}code{font-family:Source Code Pro,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:rgba(15,23,42,.85);padding:2px 6px;border-radius:6px;border:1px solid rgba(148,163,184,.25)}@media (max-width:600px){body:not(:has(.landing)){padding:16px}.card{padding:24px}}