.auth-shell{--bg: #eef2f7;--surface: #ffffff;--surface-soft: #f8fafc;--ink-900: #0f172a;--ink-700: #334155;--ink-500: #64748b;--line: #d7e2ef;--line-strong: #c7d2e2;--primary: #2563eb;--primary-700: #1d4ed8;--primary-soft: #eff6ff;--danger: #b91c1c;--success: #166534;--success-soft: #ecfdf5;min-height:100dvh;height:100dvh;display:grid;place-items:center;padding:22px;box-sizing:border-box;overflow:hidden;background:radial-gradient(900px 500px at -10% -10%,rgba(37,99,235,.1),transparent 62%),linear-gradient(180deg,#f7f9fc 0%,var(--bg) 100%);font-family:Inter,Segoe UI,sans-serif}.auth-layout{width:min(1220px,100%);height:100%;min-height:0;display:grid;grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--surface);box-shadow:0 26px 60px #0f172a21}.auth-side{background:linear-gradient(160deg,#0b1220,#0f172a);color:#e2e8f0;padding:clamp(28px,3.6vw,48px);border-right:1px solid #334155;display:grid;align-content:center;gap:22px}.auth-side>div{display:grid;gap:12px}.auth-brand{width:fit-content;border:1px solid #475569;border-radius:999px;background:#1e293b;color:#e2e8f0;padding:7px 12px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.auth-side h1{margin:4px 0 0;color:#f8fafc;font-size:clamp(1.68rem,2.4vw,2.2rem);line-height:1.16;font-weight:800;max-width:18ch}.auth-side p{margin:0;color:#cbd5e1;font-size:13px;line-height:1.62;max-width:44ch}.auth-kpis{display:grid;grid-template-columns:1fr;gap:10px;margin-top:4px}.auth-kpi{border:1px solid #334155;border-radius:12px;background:#111b31;padding:11px 12px;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.auth-kpi strong{font-size:15px;font-weight:800;color:#f8fafc}.auth-kpi span{font-size:11px;color:#cbd5e1;text-align:right}.auth-main{background:var(--surface-soft);padding:clamp(24px,2.8vw,40px);display:grid;align-content:center;justify-items:center;gap:14px;overflow:hidden}.auth-main-header,.auth-form-card{width:min(700px,100%)}.auth-main-header{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.auth-main-header h2{margin:0;color:var(--ink-900);font-size:clamp(1.52rem,2.2vw,1.95rem);font-weight:800}.auth-main-header p{margin:7px 0 0;color:var(--ink-500);font-size:13px}.auth-ghost-btn{border:1px solid var(--line-strong);border-radius:11px;background:#fff;color:var(--ink-700);padding:10px 14px;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.auth-ghost-btn:hover{border-color:#93c5fd;background:#f8fbff}.auth-form-card{border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 14px 30px #0f172a14;padding:clamp(18px,2.4vw,28px)}.auth-form-grid{display:grid;gap:16px}.auth-label{display:block;margin-bottom:6px;color:var(--ink-700);font-size:12px;font-weight:700}.auth-input,.auth-shell .form-field input,.auth-shell .select-field select{width:100%;box-sizing:border-box;min-height:48px;border:1px solid var(--line-strong);border-radius:12px;background:linear-gradient(180deg,#fff,#fcfdff);color:var(--ink-900);padding:12px 13px;font-size:14px;box-shadow:0 1px #ffffffe6 inset;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.auth-input::placeholder,.auth-shell .form-field input::placeholder{color:#94a3b8}.auth-input:focus,.auth-shell .form-field input:focus,.auth-shell .select-field select:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb24,0 6px 14px #2563eb1f;transform:translateY(-.5px)}.auth-shell .form-field,.auth-shell .select-field{margin:0}.auth-shell .form-field label,.auth-shell .select-field label{color:var(--ink-700);margin-bottom:6px}.auth-error{margin:0;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:var(--danger);padding:8px 10px;font-size:12px;font-weight:700}.auth-info{margin:0;border:1px solid #bfdbfe;border-radius:10px;background:var(--primary-soft);color:#1e3a8a;padding:8px 10px;font-size:12px;font-weight:700}.auth-primary-btn,.auth-secondary-btn{width:100%;min-height:48px;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:800;cursor:pointer;border:1px solid transparent}.auth-primary-btn{border-color:var(--primary-700);color:#fff;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-700) 100%)}.auth-primary-btn:hover:not(:disabled){box-shadow:0 10px 16px #1d4ed838}.auth-primary-btn:disabled,.auth-secondary-btn:disabled{opacity:.66;cursor:not-allowed}.auth-secondary-btn{border-color:var(--line-strong);color:var(--ink-700);background:#fff}.auth-links-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.auth-legal-links{display:flex;flex-wrap:wrap;gap:14px;padding-top:4px}.auth-legal-link{color:#475569;font-size:12px;font-weight:700;text-decoration:none}.auth-legal-link:hover{color:#1d4ed8;text-decoration:underline}.auth-helper{color:var(--ink-500);font-size:12px}.auth-link-btn{border:0;background:none;color:var(--primary);font-size:12px;font-weight:700;cursor:pointer;padding:0}.auth-flow-meta{display:flex;justify-content:space-between;align-items:center;color:#475569;font-size:12px;font-weight:700;margin-bottom:9px}.auth-flow-track{width:100%;height:8px;border:1px solid #dbe5f1;border-radius:999px;background:#f8fafc;overflow:hidden;margin-bottom:16px}.auth-flow-fill{height:100%;background:linear-gradient(90deg,#2563eb,#1d4ed8);transition:width .25s ease}.auth-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.auth-step{display:flex;align-items:center;gap:8px;border:1px solid #d0dae6;border-radius:11px;background:#f8fbff;color:#475569;min-height:44px;padding:9px 10px;font-size:12px;font-weight:700}.auth-step-dot{width:20px;height:20px;border:1px solid currentColor;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.auth-step.active{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.auth-step.done{border-color:#86efac;background:var(--success-soft);color:var(--success)}.auth-step-content>div:first-child{display:grid;gap:7px}.auth-step-content h3{margin:0;color:var(--ink-900);font-size:20px;font-weight:800}.auth-step-content p{margin:0;color:var(--ink-500);font-size:13px;line-height:1.5}.auth-actions{display:grid;gap:10px}.auth-password-hint{margin:6px 0 0;color:var(--ink-500);font-size:12px}.auth-success{margin:0;border:1px solid #86efac;border-radius:10px;background:#ecfdf5;color:#166534;padding:8px 10px;font-size:12px;font-weight:700}@media (max-width: 920px){.auth-layout{width:100%;height:100%;min-height:0;grid-template-columns:1fr}.auth-side{border-right:0;border-bottom:1px solid #334155;padding:18px 16px;align-content:start}.auth-side p{max-width:80ch}.auth-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-main{align-content:start;padding:18px 14px}.auth-main-header,.auth-form-card{width:100%}}@media (max-width: 640px){.auth-shell{padding:0}.auth-layout{height:100%;min-height:0;border:0;border-radius:0}.auth-side{padding:14px 12px}.auth-side h1{font-size:1.35rem;max-width:100%}.auth-main{padding:12px 10px 16px}.auth-kpis,.auth-steps{grid-template-columns:1fr}.auth-main-header .auth-ghost-btn{width:100%}.auth-links-row{flex-direction:column;align-items:flex-start}}.lead-demo-page{min-height:100vh;display:grid;gap:14px;padding:18px clamp(14px,3vw,30px);background:radial-gradient(980px 420px at 0% -10%,#e0f2fe,#e0f2fe00 65%),var(--app-bg)}.lead-demo-hero,.lead-demo-runner,.lead-demo-strength,.lead-demo-footer{border-color:var(--app-border);border-radius:var(--app-radius-lg)}.lead-demo-hero{display:grid;grid-template-columns:1.3fr .7fr;gap:14px;padding:16px;background:radial-gradient(circle at 14% 16%,#e9f6ff,#f7fbff 42%,#fff);box-shadow:var(--app-shadow-md)}.lead-demo-kicker{font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:#0369a1}.lead-demo-title{margin:6px 0 8px;font-size:clamp(1.6rem,2.5vw,2.15rem);line-height:1.08;font-weight:900;color:var(--app-text)}.lead-demo-subtitle{margin:0;font-size:14px;line-height:1.55;color:var(--app-text-muted);max-width:760px}.lead-demo-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:12px}.lead-demo-hero-panel{border:1px solid #dbe7f3;border-radius:var(--app-radius-md);background:#f8fbff;padding:12px;display:grid;gap:8px;align-content:start}.lead-demo-panel-title{font-size:13px;font-weight:900;color:var(--app-text)}.lead-demo-outcomes{margin:0;padding-left:16px;display:grid;gap:6px;color:#334155;font-size:12px}.lead-demo-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:14px}.lead-demo-runner,.lead-demo-strength{padding:14px}.lead-demo-runner-head{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;align-items:start}.lead-demo-section-title{margin:0;font-size:18px;font-weight:900;color:var(--app-text)}.lead-demo-section-sub{margin:4px 0 0;font-size:12px;color:var(--app-text-muted)}.lead-demo-progress{font-size:12px;font-weight:700;color:#0c4a6e;border:1px solid #bae6fd;background:#ecfeff;border-radius:999px;padding:4px 10px}.lead-demo-runner-body{display:grid;grid-template-columns:220px 1fr;gap:12px;margin-top:10px}.lead-demo-step-list{border:1px solid #e2e8f0;border-radius:10px;background:#f8fbff;padding:8px;display:grid;gap:7px;align-content:start}.lead-demo-step-item{border:1px solid #dbe7f3;border-radius:8px;background:#fff;color:#334155;padding:8px 10px;text-align:left;display:grid;grid-template-columns:20px 1fr;gap:8px;align-items:center;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.lead-demo-step-item.active{border-color:#22d3ee;background:#ecfeff;color:#0c4a6e}.lead-demo-step-item:hover{transform:translateY(-1px)}.lead-demo-step-index{width:18px;height:18px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}.lead-demo-step-name{font-size:12px;font-weight:700}.lead-demo-mobile-wrap{border:1px solid #e2e8f0;border-radius:12px;background:#f8fbff;padding:10px;display:grid;place-items:center}.lead-demo-mobile-frame{width:250px;border:1px solid #dbe7f3;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#f1f5f9);padding:9px;display:grid;place-items:center}.lead-demo-mobile-brand{font-size:9px;font-weight:800;letter-spacing:.9px;color:#64748b;margin-bottom:4px}.lead-demo-mobile-notch{width:64px;height:5px;border-radius:999px;background:#dbe7f3;margin-bottom:8px}.lead-demo-mobile-screen{width:215px;min-height:265px;border:1px solid #dbe7f3;border-radius:13px;background:#fff;padding:11px;display:grid;gap:7px;align-content:start}.lead-demo-mobile-head{font-size:11px;font-weight:800;color:var(--app-text)}.lead-demo-mobile-tag{width:fit-content;border-radius:999px;font-size:10px;font-weight:800;padding:3px 8px}.lead-demo-mobile-title{font-size:14px;font-weight:800;color:var(--app-text)}.lead-demo-mobile-sub{font-size:12px;color:#334155;line-height:1.4}.lead-demo-mobile-result{border:1px solid #dbeafe;background:#f0f9ff;border-radius:8px;padding:7px 8px;font-size:11px;color:#0c4a6e;font-weight:700}.lead-demo-progress-track{height:7px;border-radius:999px;background:#e2e8f0;overflow:hidden}.lead-demo-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#06b6d4,#22d3ee)}.lead-demo-strength-list{margin-top:10px;display:grid;gap:8px}.lead-demo-strength-item{border:1px solid #dbe7f3;border-radius:10px;background:#f8fbff;padding:9px;display:grid;gap:4px}.lead-demo-strength-title{font-size:13px;font-weight:800;color:var(--app-text)}.lead-demo-strength-text{font-size:12px;color:var(--app-text-muted);line-height:1.45}.lead-demo-footer{padding:12px;background:linear-gradient(180deg,#eff6ff,#f8fbff)}.lead-demo-footer-title{margin:0;font-size:19px;font-weight:900;color:var(--app-text)}@media (max-width: 1100px){.lead-demo-hero,.lead-demo-grid,.lead-demo-runner-body{grid-template-columns:1fr}.lead-demo-step-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.lead-demo-step-list{grid-template-columns:1fr}}.form-field{position:relative;margin-bottom:14px}.form-field input{width:100%;box-sizing:border-box;padding:10px 12px;font-size:14px;color:#0f172a;border:1px solid #cbd5e1;border-radius:10px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-field label{display:block;margin-bottom:6px;font-size:12px;font-weight:700;color:#334155}.form-field input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.field-error{color:#dc2626;font-size:12px;font-weight:600;margin-top:4px}.select-field{display:flex;flex-direction:column;margin-bottom:14px}.select-field label{font-weight:700;margin-bottom:6px;color:#334155;font-size:12px}.select-field .required{color:#dc2626;margin-left:4px}.select-field select{width:100%;box-sizing:border-box;padding:10px 12px;font-size:14px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.select-field select:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.field-error{color:#dc2626;margin-top:4px;font-size:12px;font-weight:600}.required{color:#dc2626;margin-left:4px}:root{--app-bg: #f8fbff;--app-bg-soft: #f1f5f9;--app-surface: #ffffff;--app-surface-soft: #f8fbff;--app-border: #dbeafe;--app-border-strong: #bfd9ee;--app-text: #0f172a;--app-text-muted: #475569;--app-accent: #06b6d4;--app-accent-strong: #0e7490;--app-accent-soft: #ecfeff;--app-shadow-md: 0 14px 30px rgba(15, 23, 42, .08);--app-shadow-sm: 0 8px 18px rgba(15, 23, 42, .06);--app-radius-md: 12px;--app-radius-lg: 16px}body{background:var(--app-bg);color:var(--app-text);font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.app-btn-primary,.app-btn-secondary,.app-btn-ghost,.app-btn-soft{border-radius:9px;font-size:12px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.app-btn-primary{border:1px solid var(--app-accent-strong);background:var(--app-accent);color:#fff;font-weight:800;padding:8px 12px}.app-btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 16px #0e749033}.app-btn-secondary{border:1px solid #cbd5e1;background:#fff;color:#334155;font-weight:700;padding:8px 12px}.app-btn-secondary:hover{transform:translateY(-1px);box-shadow:0 8px 14px #0e74901f}.app-btn-soft{border:1px solid #7dd3fc;background:var(--app-accent-soft);color:#075985;font-weight:800;padding:7px 10px}.app-btn-ghost{border:1px solid #fecaca;background:#fff1f2;color:#9f1239;font-weight:700;padding:8px 12px}.app-surface{border:1px solid var(--app-border);border-radius:var(--app-radius-md);background:var(--app-surface);box-shadow:var(--app-shadow-sm)}
