:root{font-family:Inter,system-ui,-apple-system,sans-serif;color:#172033;background:#f4f6fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f4f6fb}header{min-height:150px;padding:30px max(24px,calc((100% - 1440px)/2));display:flex;align-items:center;color:#fff;background:linear-gradient(120deg,#111827,#24205f)}header h1{font-size:32px;line-height:1.15;margin:4px 0}.eyebrow{font-size:12px;letter-spacing:.16em;color:#b9c2ff}main{width:100%;max-width:1440px;margin:0 auto;padding:36px 24px 60px;display:flex;justify-content:center}.auth-card{width:100%;max-width:460px;padding:28px;background:#fff;border:1px solid #e2e6ef;border-radius:16px;box-shadow:0 8px 30px #1720330a}.card-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;color:#5846e8;margin-bottom:8px}.auth-card h2{font-size:25px;margin:0 0 6px}.muted{color:#697386}.auth-card p{line-height:1.5;margin:5px 0}form{margin-top:20px}label{display:grid;gap:6px;margin-top:15px;font-size:12px;font-weight:600;color:#697386}input{width:100%;border:1px solid #cfd5e1;border-radius:9px;padding:11px 13px;font:inherit;font-size:14px;background:#fff;color:#172033;outline:none}input:focus{border-color:#5846e8;box-shadow:0 0 0 3px #5846e820}button{width:100%;margin-top:22px;border:1px solid #5846e8;border-radius:9px;padding:11px 14px;font:inherit;font-weight:650;color:#fff;background:#5846e8;cursor:pointer}button:hover{background:#4938d6;border-color:#4938d6}button:focus-visible{outline:3px solid #5846e840;outline-offset:2px}button:disabled{opacity:.5;cursor:default}#error{padding:12px;margin-top:16px;border:1px solid #f2c6c2;border-radius:9px;background:#fee9e7;color:#9b1c13;font-size:13px}#password-help{font-size:12px;margin-top:9px}[hidden]{display:none!important}@media(max-width:600px){header{min-height:126px;padding:24px}header h1{font-size:27px}main{padding:24px 16px}.auth-card{padding:22px}}
