
:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f2f0e9;color:#202b29}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#f8f6ef 0%,#ebe9e1 100%)}
main{width:min(460px,100%);background:#fff;border:1px solid #c9ccc7;border-radius:16px;box-shadow:0 24px 70px rgba(23,39,48,.14);overflow:hidden}
.brand{display:flex;align-items:center;gap:12px;padding:22px 24px;background:#172730;color:#fff}
.mark{display:grid;place-items:center;width:42px;height:42px;border-radius:9px;background:#e2b83b;color:#172724;font-weight:900}
.brand strong,.brand span{display:block}.brand span{margin-top:2px;color:#bac9c3;font-size:13px}
.content{padding:30px 28px 28px}.eyebrow{margin:0 0 8px;color:#52615d;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
h1{margin:0;font-size:30px;line-height:1.15}p{color:#56635f;line-height:1.55}.notice{padding:10px 12px;border-left:3px solid #1675a8;background:#eef6fa;color:#244551}
.error{border-color:#a64036;background:#fbefed;color:#712d26}
a.button{display:flex;align-items:center;justify-content:center;min-height:48px;margin-top:22px;border-radius:8px;background:#d5a91f;color:#172724;font-weight:800;text-decoration:none;border:1px solid #af8611}
a.button:focus-visible{outline:3px solid #1675a8;outline-offset:3px}.foot{margin:20px 0 0;font-size:12px;color:#697570}
