:root{color:#1f2933;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f0e8;font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}.auth-shell{background:linear-gradient(135deg,#55766924,#0000 36%),linear-gradient(315deg,#b96f5324,#0000 34%),#f4f0e8;place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:#ffffffdb;border:1px solid #1f29331f;border-radius:8px;gap:18px;width:min(100%,360px);padding:28px;display:grid;box-shadow:0 24px 80px #1f29331f}.auth-card.compact{text-align:center;justify-items:center}.auth-card h1{margin:0;font-size:32px;font-weight:760;line-height:1.1}.auth-card p{color:#5c6670;margin:0}.brand-mark{color:#fff;letter-spacing:0;background:#b96f53;border-radius:8px;place-items:center;width:56px;height:56px;font-size:17px;font-weight:760;display:inline-grid}.brand-mark.is-loading{animation:1s ease-in-out infinite alternate auth-pulse}.auth-form{gap:12px;display:grid}.auth-form input{color:#1f2933;background:#fff;border:1px solid #1f293329;border-radius:8px;outline:none;width:100%;min-height:48px;padding:0 14px}.auth-form input:focus{border-color:#557669;box-shadow:0 0 0 3px #5576692e}.auth-form button{color:#fff;background:#557669;border:0;border-radius:8px;min-height:48px;font-weight:700}.notice{color:#7a2f20;background:#b96f5324;border-radius:8px;padding:10px 12px}@keyframes auth-pulse{0%{opacity:.65;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width:520px){.auth-shell{padding:18px}.auth-card{padding:24px}}
