:root,select{color-scheme:dark}select option{background-color:#18181b;color:#e4e4e7}*{box-sizing:border-box}body,html{margin:0;padding:0;background:#0b0f14;color:#e6edf3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}main{min-height:100vh;display:grid;place-items:center;padding:24px}.card{width:min(720px,100%);border:1px solid #2b3440;border-radius:12px;background:#111821;padding:20px;box-shadow:0 6px 24px rgba(0,0,0,.25)}h1{margin:0 0 8px;font-size:1.6rem}p{margin:0;line-height:1.5;color:#b6c2cf}