:root{color-scheme:light dark;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#192b3d;background:#f3f6f9}
*{box-sizing:border-box}body{margin:0;padding:32px 18px;min-height:100vh;display:grid;place-items:center}.card{width:100%;max-width:460px;padding:28px;border:1px solid #d4dfeb;border-radius:24px;background:#fff;box-shadow:0 10px 40px #142b4310}.brand{font-size:12px;font-weight:800;letter-spacing:1.2px;color:#00519b;margin:0 0 18px}h1{font-size:26px;line-height:1.2;margin:0 0 14px}p{font-size:15px;line-height:1.55;margin:0 0 20px}label{display:block;font-size:14px;font-weight:650;margin:16px 0 8px}input{width:100%;min-height:50px;padding:12px;border:1px solid #8399ad;border-radius:12px;background:#fff;color:inherit;font:inherit}input:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid #74baff;outline-offset:3px}button{width:100%;min-height:50px;padding:13px 16px;margin-top:20px;border:0;border-radius:13px;background:#00519b;color:white;font:inherit;font-weight:700;cursor:pointer;line-height:1.3}button:disabled{opacity:.55;cursor:wait}.secondary{background:transparent;color:#00519b;border:1px solid #8399ad}.hint{font-size:13px;color:#536477;margin-top:16px}#notice:empty{display:none}#notice{padding:14px;background:#eaf3fc;border-radius:12px;overflow-wrap:anywhere}#notice.error{background:#fff0f1;color:#9a1731}footer{display:flex;flex-wrap:wrap;gap:18px;margin-top:26px;font-size:13px}a{color:#00519b;font-weight:650}[hidden]{display:none!important}
@media(prefers-color-scheme:dark){:root{background:#000;color:#edf3f8}.card{background:#171b20;border-color:#36414c;box-shadow:none}.brand,a,.secondary{color:#9bcfff}input{background:#101419;border-color:#667c90}.hint{color:#b0becb}#notice{background:#182e43}#notice.error{background:#391b23;color:#ffb3c1}button{background:#00519b}.secondary{background:transparent}}
