:root{font-family:Arial,Helvetica,sans-serif;color:#203d49;background:#d1dce2;font-synthesis:none;color-scheme:light}
*{box-sizing:border-box}body{margin:0;min-height:100svh;display:flex;flex-direction:column;background:radial-gradient(ellipse at 25% 30%,#ecf1f2 0%,transparent 65%),linear-gradient(135deg,#dce6e9,#c0d1d8)}
.brand{display:flex;align-items:center;gap:13px;padding:32px 38px}.brand img{border-radius:12px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:600;color:#59717b}.brand .eyebrow{font-size:11px}.brand-name{font-size:21px;letter-spacing:-.04em;margin-top:5px}
main{flex:1;display:grid;place-items:center;padding:24px 20px 48px}.login-card{width:100%;max-width:450px;background:#f7faf9ed;border:1px solid #ffffffd9;border-radius:24px;padding:36px;box-shadow:0 22px 65px #24475913,0 3px 8px #24475906}.card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.private-label{display:flex;align-items:center;gap:6px;font-size:12px;color:#567269}.private-label span{width:6px;height:6px;border-radius:50%;background:#547a63}h1{font-size:32px;letter-spacing:-.045em;font-weight:500;line-height:1.16;margin:29px 0 12px}.intro{font-size:16px;line-height:1.6;color:#5c737f;margin:0 0 28px}label{display:block;font-size:14px;font-weight:500;margin:20px 0 9px}input:not([type=hidden]){display:block;width:100%;border:1px solid #bcccd2;border-radius:10px;min-height:48px;background:#fff;color:#203d49;font:inherit;padding:12px 14px;outline:none}input:focus{border-color:#377d8c;box-shadow:0 0 0 3px #377d8c20}button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;background:#204653;color:#fff;border:0;border-radius:10px;min-height:49px;margin:27px 0 0;padding:14px 17px;font-size:15px;font-weight:500;cursor:pointer;transition:background .15s}button:hover{background:#163744}button:focus-visible{outline:3px solid #377d8c;outline-offset:4px}button span{font-size:20px;line-height:1}.card-bottom{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #d7e1e4;padding-top:23px;margin-top:29px;font-size:12px;color:#6c818b}.card-bottom span{font-size:11px;letter-spacing:.02em}.message{background:#e4efeb;color:#325a4b;border:1px solid #c7dcd3;border-radius:10px;font-size:14px;line-height:1.55;padding:12px 14px;margin:0 0 22px}.message.error{background:#fff0eb;color:#913f2e;border-color:#edc8bd}footer{text-align:center;font-size:12px;color:#607984;padding:0 20px 25px}
@media(max-width:600px){.brand{padding:23px 23px}.brand-name{font-size:20px}main{padding:18px 18px 38px}.login-card{padding:29px 25px;border-radius:20px}h1{font-size:29px}.card-top .eyebrow{font-size:11px}.private-label{font-size:11px}.card-bottom{font-size:11px}.card-bottom span{font-size:10px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
