:root{font-family:Inter,"Microsoft YaHei UI","PingFang SC",sans-serif;color:#132f46;background:#edf4f8;color-scheme:light}*{box-sizing:border-box}body{margin:0}.auth-page{min-height:100dvh;display:grid;place-items:center;padding:calc(24px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) calc(18px + env(safe-area-inset-left));background:radial-gradient(circle at 20% 10%,#fff 0,#edf4f8 46%,#e4eef4 100%)}.auth-card{width:min(100%,390px);padding:30px;border:1px solid #cad9e4;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(20,55,82,.15)}.auth-card-wide{width:min(100%,430px)}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:25px}.auth-brand>span{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#ffcf57;color:#0d4c76;font-size:24px;font-weight:900}.auth-brand div{display:grid}.auth-brand strong{font-size:22px}.auth-brand small{margin-top:2px;color:#72879a;font-size:10px;letter-spacing:.16em}.auth-card form{display:grid;gap:15px}.auth-card label{display:grid;gap:6px;color:#36536b;font-size:12px;font-weight:700}.auth-card input{width:100%;height:46px;padding:0 12px;border:1px solid #afc3d3;border-radius:9px;outline:0;background:#fbfdff;color:#132f46;font-size:16px}.auth-card input:focus{border-color:#176da9;box-shadow:0 0 0 3px rgba(23,109,169,.12);background:#fff}.auth-card button{height:48px;border:0;border-radius:9px;background:#126847;color:#fff;font-size:15px;font-weight:800;box-shadow:0 8px 18px rgba(18,104,71,.18)}.auth-card button:disabled{opacity:.6}.auth-error{margin:0;padding:9px 11px;border:1px solid #ebbbb4;border-radius:8px;background:#fff2f0;color:#a43c32;font-size:12px}.auth-hint{margin:-4px 0 0;color:#74899a;font-size:11px;line-height:1.55}@media(max-width:480px){.auth-card{padding:24px 20px;border-radius:14px}}
