:root{--auth-bg: #f6f3ff;--auth-bg-accent: #efe7ff;--auth-surface: #ffffff;--auth-text: #171717;--auth-muted: #6b7280;--auth-border: #e5e7eb;--auth-brand: #9a22e8;--auth-brand-hover: #7a1ab8;--auth-danger: #be123c;--auth-success: #067647}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--auth-text);background:radial-gradient(circle at 10% 10%,var(--auth-bg-accent),var(--auth-bg))}.auth-layout{min-height:100dvh;display:grid;grid-template-columns:1.15fr 1fr}.auth-brand-panel{padding:48px;color:#fff;background:linear-gradient(135deg,#8f1de0,#9a22e8 42%,#b95cff);display:flex;flex-direction:column;justify-content:space-between}.auth-brand-logo{width:min(340px,84%);height:auto}.auth-brand-copy h1{margin:0 0 12px;font-size:clamp(30px,3vw,42px);line-height:1.08}.auth-brand-copy p{margin:0;max-width:440px;color:#ffffffe6;line-height:1.5;font-size:16px}.auth-brand-footer{font-size:12px;color:#ffffffd1}.auth-content{padding:40px 20px;display:flex;align-items:center;justify-content:center}.auth-card{width:100%;max-width:520px;border-radius:16px;border:1px solid var(--auth-border);background:var(--auth-surface);box-shadow:0 18px 45px #12151c1a;padding:24px}.auth-title{margin:0;font-size:30px;line-height:1.15}.auth-subtitle{margin:10px 0 0;font-size:14px;color:var(--auth-muted);line-height:1.45}.auth-form{margin-top:20px;display:grid;gap:12px}.auth-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-label{display:block;margin-bottom:6px;font-size:12px;color:var(--auth-muted);font-weight:600}.auth-input{width:100%;border:1px solid var(--auth-border);border-radius:10px;padding:11px 12px;font-size:14px;color:var(--auth-text);background:#fff}.auth-input:focus{border-color:var(--auth-brand);outline:2px solid rgba(154,34,232,.12);outline-offset:0}.auth-actions-row{display:flex;align-items:center;justify-content:space-between}.auth-btn{border:0;border-radius:10px;padding:11px 14px;font-size:14px;font-weight:700;cursor:pointer}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn-primary{width:100%;color:#fff;background:var(--auth-brand)}.auth-btn-primary:hover:not(:disabled){background:var(--auth-brand-hover)}.auth-btn-secondary{color:#111827;border:1px solid var(--auth-border);background:#fff}.auth-link{color:var(--auth-brand);text-decoration:none;font-size:13px;font-weight:600}.auth-link:hover{text-decoration:underline}.auth-status{margin-top:2px;font-size:12px}.auth-status-muted{color:var(--auth-muted)}.auth-status-success{color:#059669}.auth-status-error{color:var(--auth-danger)}.auth-alert{border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.35}.auth-alert-error{border:1px solid #fecdd3;color:var(--auth-danger);background:#fff1f2}.auth-alert-success{border:1px solid #9ae6b4;color:var(--auth-success);background:#ecfdf3}.auth-top-note{margin-bottom:12px;padding:12px;background:#f3f4f6;border:1px solid var(--auth-border);border-radius:10px;font-size:13px}.auth-footnote{margin-top:14px;font-size:12px;color:var(--auth-muted)}@media (max-width: 980px){.auth-layout{grid-template-columns:1fr}.auth-brand-panel{min-height:210px;padding:22px 20px;gap:18px}.auth-brand-copy h1{font-size:26px}.auth-brand-copy p{font-size:14px}.auth-content{padding-top:16px;align-items:flex-start}.auth-card{border-radius:14px}}
