:root{--primary-color:#2c3e50;--secondary-color:#34495e;--text-color:#333;--hover-color:#3498db;--background-color:#ffffff;--brand-blue:#1e40af}.page-wrap{max-width:720px;margin:100px auto 60px;padding:0 16px}.page-wrap h1{font-size:1.75rem;margin-bottom:1rem;color:var(--primary-color);letter-spacing:.2px}.form-card{background:#fff;border:1px solid #e7e7e9;border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.06);padding:22px}.form-grid{display:grid;gap:14px}.form-row label{display:block;font-weight:600;color:#111827;margin-bottom:6px}.form-row input[type="email"],.form-row input[type="password"],.form-row input[type="text"],.form-row input[type="url"],.form-row textarea{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;font-size:15px;outline:0;background:#fff;color:#111827;transition:border-color .15s,box-shadow .15s}.form-row textarea{min-height:120px;resize:vertical}.form-row input:focus,.form-row textarea:focus{border-color:var(--hover-color);box-shadow:0 0 0 3px rgba(52,152,219,.15)}.help-text{font-size:.9rem;color:#6b7280;margin-top:2px}.inline{display:flex;align-items:center;gap:10px}.inline input[type="checkbox"]{width:18px;height:18px}.btn{display:inline-flex;align-items:center;gap:8px;border-radius:12px;font-weight:700;padding:12px 16px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .06s ease,box-shadow .15s}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--brand-blue);color:#fff;box-shadow:0 8px 22px rgba(30,64,175,.25)}.btn-primary:hover{filter:brightness(1.02)}.btn-ghost{background:#fff;color:var(--brand-blue);border-color:#dbe3ff}.btn-ghost:hover{background:#f8faff}.alert{padding:12px 14px;border-radius:12px;margin-bottom:12px;font-size:.95rem}.alert-danger{background:#fff1f2;border:1px solid #fecdd3;color:#991b1b}.alert-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.link{color:var(--brand-blue);text-decoration:none}.link:hover{text-decoration:underline}.auth-shell{padding:calc(84px + var(--nav-h,72px)) 0 64px;background:radial-gradient(900px 280px at 12% -8%,rgba(37,99,235,.08),transparent 60%),radial-gradient(700px 240px at 110% 0%,rgba(16,185,129,.08),transparent 50%),#f8fafc}.auth-hero{min-height:calc(100vh - 120px)}.auth-container{max-width:1200px;margin:0 auto;padding:0 18px;display:grid;grid-template-columns:360px 1fr;gap:20px;align-items:start}.auth-side{display:grid;gap:12px;position:sticky;top:84px}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 10px 30px rgba(15,23,42,.08)}.auth-card--glass{background:rgba(255,255,255,.85);backdrop-filter:blur(10px) saturate(150%)}.auth-badge{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;color:#1e3a8a;background:#e0e7ff;padding:6px 10px;border-radius:999px;margin-bottom:10px}.auth-title{font-size:2rem;line-height:1.1;font-weight:800;margin:0 0 8px}.auth-lead{color:#475569;margin:0 0 14px}.auth-features{display:grid;gap:8px;margin-bottom:14px;color:#0f172a}.auth-features i{color:#2563eb;margin-right:6px}.auth-side-cta{display:grid;gap:10px}.auth-trust{display:grid;gap:6px;color:#334155;font-size:.85rem}.auth-trust i{color:#10b981;margin-right:6px}.auth-steps{list-style:none;margin:0;padding:0;display:grid;gap:8px}.auth-steps li{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;color:#334155;transition:all .2s ease}.auth-steps .dot{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#e5e7eb;color:#111827;font-size:.8rem;font-weight:700}.auth-steps li.active{border-color:#2563eb;background:#eef2ff;color:#1d4ed8}.auth-steps li.active .dot{background:#2563eb;color:#fff}.auth-steps li.done{border-color:#10b981;background:#ecfdf5;color:#065f46}.auth-steps li.done .dot{background:#10b981;color:#fff}.auth-main{min-width:0}.auth-form{display:grid;gap:16px}.auth-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:8px}.auth-eyebrow{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#64748b;font-weight:700}.auth-headline{font-size:1.6rem;margin:4px 0 0}.auth-progress{min-width:180px}.progress-track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.progress-bar{display:block;height:100%;width:25%;background:linear-gradient(90deg,#2563eb,#1e40af);transition:width .3s ease}.progress-label{margin-top:6px;font-size:.8rem;color:#64748b;text-align:right}.auth-section{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.section-head h2{margin:0 0 6px;font-size:1.15rem}.section-head p{margin:0 0 12px;color:#64748b}.auth-grid{display:grid;gap:12px}.auth-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-actions{display:flex;justify-content:flex-end;margin-top:6px}.auth-safe{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:#64748b;margin-left:12px}.password-hint{font-size:.85rem;color:#64748b;margin-top:6px}.auth-form .form-row{margin:0}.auth-form input[type="text"],.auth-form input[type="email"],.auth-form input[type="password"],.auth-form input[type="tel"],.auth-form input[type="number"],.auth-form select,.auth-form textarea{width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;font-size:15px;background:#fff;color:#0f172a}@media (max-width:980px){.auth-container{grid-template-columns:1fr}.auth-side{position:static}.auth-actions{justify-content:stretch;flex-direction:column;align-items:flex-start}.auth-actions .btn{width:100%;justify-content:center}.auth-progress{min-width:unset;width:100%}.progress-label{text-align:left}}@media (max-width:720px){.auth-grid-2{grid-template-columns:1fr}.auth-title{font-size:1.6rem}.auth-topbar{flex-direction:column;align-items:flex-start}}