:root{color-scheme:dark}*{box-sizing:border-box}#__next,body,html{margin:0;min-height:100%;background:#080808;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.page{min-height:100vh;display:flex;justify-content:center}.card{margin-top:12px;width:100%;max-width:560px;background:#080808;box-shadow:0 20px 60px rgba(0,0,0,.45)}.hero{text-align:center}.logo{font-size:40px;line-height:1;font-weight:700}.muted{color:#8f9094}h1{margin:8px 0 0;font-size:clamp(2rem,3vw,2.75rem);letter-spacing:-.02em}.summary{margin:12px 0 0;color:#8f9094;line-height:1.6;font-size:1.125rem}.highlight{color:#fff}.status{margin-top:12px;display:grid;grid-gap:4px;gap:4px}.status p{margin:0;color:#8f9094;font-size:.95rem}.status a{color:#3ccf91;text-decoration:none}.links{margin-top:28px;display:grid;grid-gap:12px;gap:12px}.linkRow{min-height:48px;border:1px solid #111;border-radius:12px;background:#000;color:#fff;text-decoration:none;padding:10px 16px;justify-content:space-between;transition:transform .2s ease,border-color .2s ease}.left,.linkRow{display:flex;align-items:center}.left{gap:14px}.iconWrap{width:36px;height:36px;border-radius:10px;background:hsla(0,0%,100%,.02);display:flex;align-items:center;justify-content:center}.label{font-size:1.25rem;line-height:1.1}.label,.open{font-weight:600}.open{color:#8f9094;font-size:1rem}@media (max-width:640px){.card{padding:8px}h1{font-size:2.15rem}.summary{font-size:1rem}.label{font-size:1.15rem}.open{font-size:1.05rem}}