.auth-page{min-height:calc(100vh - 64px);display:grid;place-items:center;padding:32px 18px;background:linear-gradient(135deg,#eef4ff,#f8fafc 55%,#e9f0ff)}
.auth-card{width:min(460px,100%);background:#fff;border:1px solid #dfe5ee;border-radius:24px;padding:28px;box-shadow:0 20px 50px rgba(24,33,47,.12);text-align:right}
.auth-card-wide{width:min(720px,100%)}
.auth-logo{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#dbeafe;font-size:30px;margin:0 auto 16px}
.auth-card h1{text-align:center;margin:0 0 10px;color:#18212f}
.auth-card>p,.auth-lead{text-align:center;color:#64748b;line-height:1.8;margin:0 0 22px}
.auth-form{display:grid;gap:16px}
.auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.auth-form label{display:grid;gap:7px;font-weight:700;color:#253047;font-size:14px}
.auth-form label span{font-weight:400;color:#64748b}
.auth-form input,.auth-form select{width:100%;border:1px solid #d7deea;border-radius:12px;padding:12px 13px;background:#fff;outline:none}
.auth-form input:focus,.auth-form select:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.check-row{grid-template-columns:auto 1fr!important;align-items:start;font-weight:400!important;line-height:1.7}
.check-row input{width:18px;height:18px;margin-top:3px}
.check-row a{color:#1d4ed8}
.auth-primary,.auth-secondary{border:0;border-radius:12px;padding:13px 16px;font-weight:700;cursor:pointer}
.auth-primary{background:#2563eb;color:#fff}
.auth-secondary{background:#eef2f7;color:#18212f}
.auth-primary:disabled{opacity:.65;cursor:wait}
.auth-message{border-radius:12px;padding:12px 14px;line-height:1.7;background:#eff6ff;color:#1e40af}
.auth-message[data-type="error"]{background:#fef2f2;color:#b91c1c}
.auth-message[data-type="warning"]{background:#fff7ed;color:#9a3412}
.auth-message code{direction:ltr;display:inline-block}
.account-bar{min-height:44px;background:#0f172a;color:#e2e8f0;display:flex;align-items:center;justify-content:flex-end;gap:14px;padding:8px 22px;font-size:13px}
.account-bar button{border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;border-radius:9px;padding:7px 11px;cursor:pointer}
.legal-page{min-height:100vh;background:#f5f7fb;padding:36px 18px}
.legal-document{width:min(900px,100%);margin:auto;background:#fff;border:1px solid #dfe5ee;border-radius:22px;padding:30px;box-shadow:0 12px 34px rgba(24,33,47,.08);line-height:1.9;color:#263246}
.legal-document h1,.legal-document h2{color:#172033}.legal-document a{color:#1d4ed8}.legal-meta{color:#64748b}
@media(max-width:680px){.auth-grid{grid-template-columns:1fr}.auth-card{padding:22px}.account-bar{justify-content:space-between}}
