*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:#f5f7fa;color:#172033;font-family:system-ui,-apple-system,"Microsoft YaHei",sans-serif}.auth-card{width:min(92vw,420px);padding:clamp(24px,6vw,40px);background:#fff;border:1px solid #e4e8ef;border-radius:18px;box-shadow:0 18px 50px rgba(28,44,70,.1)}h1{margin:0 0 8px;font-size:28px}.hint,.switch{color:#647087}.hint{margin:0 0 28px}label{display:grid;gap:8px;margin:16px 0;font-weight:600}input{width:100%;padding:13px 14px;border:1px solid #cbd3df;border-radius:10px;font:inherit}input:focus{outline:3px solid #dbeafe;border-color:#2563eb}button{width:100%;padding:13px;border:0;border-radius:10px;background:#1d4ed8;color:#fff;font:inherit;font-weight:700;cursor:pointer}button:disabled{opacity:.55;cursor:wait}[data-message]{min-height:24px;color:#b42318}.switch{text-align:center;margin:24px 0 0}.switch a{color:#1d4ed8}section[hidden]{display:none}@media(max-width:480px){body{place-items:stretch}.auth-card{width:100%;min-height:100vh;border:0;border-radius:0;padding-top:15vh}}
