:root{--bg:#f5f7fb;--panel:#fff;--panel-muted:#eff2f7;--panel-border:#e3e7ee;--text:#111827;--muted:#5b6679;--brand:#5b3dff;--brand-soft:#eef2ff;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--shadow:0 24px 60px #0f172a14;--radius:24px;color:var(--text);background:var(--bg);font:16px/1.6 Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--bg);margin:0}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{color:#f8fafc;background:#111827;flex-direction:column;width:260px;padding:28px 22px;display:flex}.sidebar-brand{align-items:center;gap:14px;margin-bottom:34px;display:flex}.sidebar-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sidebar-close{color:#f8fafc;cursor:pointer;background:#ffffff14;border:none;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.sidebar-close:hover{background:#ffffff1f}.brand-mark{color:#fff;background:#5b3dff;border-radius:14px;place-items:center;width:44px;height:44px;font-weight:700;display:grid}.brand-logo{object-fit:contain;width:auto;max-width:100%;height:40px}.page-logo{object-fit:contain;width:auto;height:40px}.empty-logo{object-fit:contain;width:auto;height:56px}.brand-name,.brand-subtitle{margin:0}.brand-name{font-size:1.1rem;font-weight:700}.brand-subtitle{color:#a5b4fc;font-size:.9rem}.sidebar-nav{gap:10px;display:grid}.sidebar-link{color:#cbd5e1;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;transition:background .2s,color .2s;display:flex}.sidebar-link:hover,.sidebar-link.active{color:#f8fafc;background:#ffffff14}.sidebar-footer{color:#94a3b8;margin-top:auto;padding-top:24px;font-size:.95rem}.main-shell{background:#f8fafc;flex:1;padding:32px}.page-content{flex-direction:column;gap:24px;display:flex}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.page-header h1{margin:8px 0;font-size:clamp(28px,2vw,40px)}.eyebrow{color:#7c85a3;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.95rem}.page-description{color:#475569;max-width:640px;margin:0}.action-group{flex-wrap:wrap;gap:14px;display:flex}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.card,.section-panel,.table-card,.lead-form,.search-wrapper,.side-pane{background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius);box-shadow:var(--shadow)}.card{padding:24px}.card.highlight-card{background:linear-gradient(135deg,#eef2ff 0%,#f8fafc 100%);gap:18px;display:grid}.card-title,.status-label{color:#64748b;margin:0 0 10px;font-size:.95rem}.card-note{color:#64748b;margin:12px 0 0}.card-grid h2,.status-block h3,.source-card strong{margin:0;font-size:2rem}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:20px;display:grid}.status-block,.source-card{background:#f8fafc;border-radius:20px;align-items:center;gap:16px;padding:20px;display:flex}.status-icon{color:#fff;border-radius:16px;place-items:center;width:46px;height:46px;display:grid}.status-icon-primary{background:#6366f1}.status-icon-secondary{background:#f97316}.status-icon-tertiary{background:#10b981}.status-icon-quaternary{background:#2563eb}.section-panel{gap:24px;padding:24px;display:grid}html{scroll-behavior:smooth}body{transition:background .25s,color .25s}[data-theme=dark]{--bg:#0b1223;--panel:#111827;--panel-muted:#1b2439;--panel-border:#24304b;--text:#e2e8f0;--muted:#94a3b8;--brand:#818cf8;--brand-soft:#172138;--success:#22c55e;--warning:#fbbf24;--danger:#f87171;--shadow:0 24px 60px #00000059}.topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;padding:18px 0;display:flex}.topbar-left{align-items:center;gap:18px;display:flex}.topbar-hamburger{border:1px solid var(--panel-border);background:var(--panel);display:none}.topbar-title-group{gap:6px;display:grid}.page-title{margin:0;font-size:1.25rem;font-weight:700}.breadcrumb-row{color:var(--muted);flex-wrap:wrap;gap:.5rem;display:flex}.breadcrumb-item{font-size:.9rem}.breadcrumb-separator{opacity:.6}.topbar-search{flex:1;min-width:320px}.search-field{background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;align-items:center;gap:12px;width:100%;padding:12px 16px;display:flex}.search-field input{width:100%;color:var(--text);background:0 0;border:none;outline:none}.topbar-actions{align-items:center;gap:12px;display:flex}.topbar-avatar{background:var(--brand);color:#fff;border-radius:14px;place-items:center;width:44px;height:44px;font-weight:700;display:grid}.topbar-avatar.active{box-shadow:0 0 0 4px #6366f129}.quick-actions-panel{z-index:20;justify-content:flex-end;gap:16px;display:flex;position:sticky;bottom:20px;right:20px}.quick-actions-card{background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius);width:min(340px,100%);box-shadow:var(--shadow);padding:18px}.quick-actions-title{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.quick-actions-list{gap:10px;display:grid}.quick-action,.quick-action-secondary{border:1px solid var(--panel-border);background:var(--panel-muted);width:100%;color:var(--text);cursor:pointer;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;transition:transform .2s,background .2s;display:inline-flex}.quick-action:hover,.quick-action-secondary:hover{background:var(--panel);transform:translateY(-1px)}.quick-action-secondary{background:0 0}.quick-fab{background:var(--brand);color:#fff;width:56px;height:56px;box-shadow:var(--shadow);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:none;position:fixed;bottom:18px;right:18px}.toast-root{z-index:60;gap:10px;display:grid;position:fixed;bottom:20px;right:20px}.toast{color:#fff;min-width:260px;box-shadow:var(--shadow);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;animation:.22s fadeIn;display:flex}.toast-success{background:#16a34a}.toast-info{background:#3b82f6}.toast-warning{background:#f59e0b}.toast-danger{background:#ef4444}.toast-close{color:inherit;cursor:pointer;background:0 0;border:none;font-size:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.leads-toolbar,.bulk-toolbar,.pagination-panel,.export-center-card,.task-summary-grid,.analytics-grid{gap:14px;display:grid}.leads-toolbar{grid-template-columns:1fr auto;align-items:center;padding:16px 0}.lead-meta{color:var(--muted);margin:4px 0 0}.bulk-toolbar{grid-auto-flow:column;align-items:center}.bulk-toolbar select,.pagination-info select,.lead-filters select,.detail-panel select,.theme-settings-card select,.field-group input,.field-group textarea,.field-group select,.search-input{border:1px solid var(--panel-border);background:var(--panel);color:var(--text);border-radius:14px;padding:12px 14px}.pagination-panel{grid-template-columns:1fr auto;align-items:center;gap:18px}.pagination-actions,.pagination-info{align-items:center;gap:10px;display:flex}.export-center-card{border:1px solid var(--brand);border-radius:var(--radius);background:linear-gradient(135deg,#6366f114,#f8fafcf2);padding:20px}.export-actions{flex-wrap:wrap;gap:12px;margin-top:14px;display:flex}.lead-table{border-collapse:collapse;width:100%;min-width:960px}.lead-table th,.lead-table td{text-align:left;border-bottom:1px solid var(--panel-border);vertical-align:middle;padding:16px 14px}.lead-table th{background:var(--panel);z-index:2;cursor:pointer;position:sticky;top:0}.lead-table .checkbox-cell{width:50px}.checkbox-label{justify-content:center;align-items:center;width:100%;display:inline-flex}.checkbox-label input{width:18px;height:18px}.sortable{align-items:center;gap:6px;display:inline-flex}.lead-row:hover{background:#6366f10d}.action-cell{flex-wrap:wrap;gap:8px;display:flex}.action-cell .icon-button{opacity:.9}.compact-table th,.compact-table td{padding:10px 12px}.task-summary-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.task-column{gap:14px;display:grid}.task-column-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.task-column-body{gap:14px;display:grid}.task-card{background:var(--panel);border:1px solid var(--panel-border);box-shadow:var(--shadow);border-radius:22px;gap:14px;padding:18px;display:grid}.task-card-overdue{border-color:#ef44442e}.task-card-head{justify-content:space-between;gap:16px;display:flex}.task-card-meta{color:var(--muted);flex-wrap:wrap;gap:10px;display:flex}.task-card-body p{color:var(--muted);margin:0}.task-card-footer{flex-wrap:wrap;gap:12px;display:flex}.pipeline-header{gap:24px}.pipeline-summary-card{border:1px solid var(--panel-border);border-radius:var(--radius);background:linear-gradient(135deg,#6366f11f,#ffffffd1);gap:14px;width:min(380px,100%);padding:22px;display:grid}.pipeline-summary-meta{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.pipeline-board-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.pipeline-column{gap:14px;display:grid}.probability-pill{background:var(--panel-muted);color:var(--muted);border-radius:999px;align-items:center;padding:8px 12px;font-size:.88rem;display:inline-flex}.empty-stage-card{text-align:center;background:var(--panel-muted);place-items:center;min-height:140px;display:grid}.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.analytics-card{border-radius:var(--radius);border:1px solid var(--panel-border);background:var(--panel);box-shadow:var(--shadow);padding:20px}.ai-card{background:linear-gradient(135deg, #6366f11a, var(--panel))}.theme-settings-card .theme-toggle-row{justify-content:space-between;align-items:center;gap:18px;display:flex}.detail-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.tag-list{flex-wrap:wrap;gap:8px;display:flex}.tag-pill{color:var(--brand);background:#6366f11a;border-radius:999px;padding:6px 10px;font-size:.88rem}.empty-state-card{border:1px dashed var(--panel-border);border-radius:var(--radius);background:var(--panel);grid-template-columns:92px 1fr;align-items:center;gap:18px;padding:28px;display:grid}.empty-state-illustration{width:92px;height:92px;color:var(--brand);background:#6366f11f;border-radius:24px;place-items:center;font-size:2rem;display:grid}.empty-state-copy h3{margin:0 0 8px}.empty-state-copy p{color:var(--muted);margin:0 0 14px}@media (width<=960px){.topbar{flex-wrap:wrap}.topbar-hamburger,.sidebar-close{display:inline-flex}.topbar-search{min-width:100%}.quick-actions-panel{width:auto;position:fixed;bottom:14px;right:14px}.quick-actions-card{display:none}.quick-fab{display:inline-flex}.subpanel{gap:20px;display:grid}.side-pane{max-width:100%}}.section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.pill,.status-pill,.temp-pill{border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:.82rem;font-weight:600;display:inline-flex}.pill{background:var(--brand-soft);color:#4338ca}.status-pill{color:#334155;background:#e2e8f0}.status-pill.status-new{color:#0369a1;background:#e0f2fe}.status-pill.status-qualified{color:#047857;background:#d1fae5}.status-pill.status-follow-up{color:#b45309;background:#fef3c7}.status-pill.status-converted{color:#166534;background:#dcfce7}.status-pill.status-lost{color:#b91c1c;background:#fee2e2}.temp-pill{background:#f1f5f9}.temp-pill.temp-hot{color:#b91c1c;background:#fee2e2}.temp-pill.temp-warm{color:#92400e;background:#fef3c7}.temp-pill.temp-cold{color:#0369a1;background:#e0f2fe}.source-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.source-card{flex-direction:column;padding:18px}.source-card p{color:#64748b;margin:0 0 10px}.board-grid{grid-template-columns:repeat(5,minmax(220px,1fr));gap:18px;display:grid}.pipeline-column{flex-direction:column;gap:16px;min-height:420px;padding:20px;display:flex}.pipeline-column-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.pipeline-column h3{margin:0;font-size:1rem}.pipeline-column span{color:#64748b;font-size:.95rem}.pipeline-card,.task-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;gap:12px;padding:18px;display:grid;box-shadow:0 20px 40px #0f172a0f}.pipeline-card[data-drag-ready],.pipeline-card:hover{border-color:#c7d2fe;transform:translateY(-1px)}.pipeline-card-header,.task-card-header{justify-content:space-between;align-items:start;gap:12px;display:flex}.pipeline-card-header h4,.task-card-header h4{margin:0;font-size:1rem}.pipeline-card-meta,.task-card-meta{color:#475569;gap:6px;font-size:.95rem;display:grid}.pipeline-card-row,.task-card-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pipeline-card select,.task-card select{color:#111827;background:#fff;border:1px solid #d2d6dc;border-radius:14px;width:100%;padding:12px 14px}.pipeline-card-actions,.task-card-actions{flex-wrap:wrap;gap:10px;display:flex}.task-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.task-card p{margin:0}.task-card .pill{margin-top:4px}.task-card-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.task-card-badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.detail-panel{gap:24px;display:grid}.detail-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.detail-grid{grid-template-columns:1.25fr .9fr;gap:20px;display:grid}.detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px;box-shadow:0 24px 60px #0f172a14}.detail-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:16px;display:grid}.detail-label{color:#64748b;margin:0 0 6px;font-size:.88rem}.detail-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.detail-section-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.note-input-group{gap:12px;display:grid}.note-input-group textarea{resize:vertical;border:1px solid #d2d6dc;border-radius:16px;min-height:120px;padding:14px 16px}.timeline-list{gap:14px;display:grid}.timeline-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.timeline-item-meta{color:#475569;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:.9rem;display:flex}.empty-state-text{color:#64748b;line-height:1.8}.badge-overdue{color:#b91c1c;background:#fee2e2}.badge-today{color:#92400e;background:#fef9c3}.badge-upcoming{color:#0369a1;background:#e0f2fe}.badge-later{color:#334155;background:#e2e8f0}.priority-high{color:#166534;background:#dcfce7}.priority-medium{color:#986f0f;background:#fef9c3}.priority-low{color:#334155;background:#e2e8f0}@media (width<=1080px){.card-grid,.stats-grid,.source-grid,.task-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.recent-item{background:#f8fafc;border-radius:18px;justify-content:space-between;gap:12px;padding:16px 18px;display:flex}.recent-item strong{color:#111827}@media (width<=1080px){.card-grid,.stats-grid,.source-grid,.task-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=920px){.board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{grid-template-columns:1fr}}@media (width<=720px){.board-grid,.task-grid,.detail-grid{grid-template-columns:1fr}}.subpanel{grid-template-columns:1.9fr 1fr;gap:24px;display:grid}.subpanel-left,.side-pane{flex-direction:column;gap:20px;display:flex}.search-input{background:#fff;border:1px solid #d2d6dc;border-radius:18px;outline:none;width:100%;padding:14px 18px}.lead-filters{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:16px;padding:20px;display:grid}.filter-group{flex-direction:column;gap:8px;display:flex}.filter-group label{color:#475569;font-size:.88rem}.filter-group select,.field-group input,.field-group select,.field-group textarea{background:#fff;border:1px solid #d2d6dc;border-radius:14px;outline:none;width:100%;padding:14px 16px}.button{cursor:pointer;color:#fff;background:var(--brand);border:none;border-radius:14px;align-items:center;gap:8px;padding:14px 20px;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-secondary{color:#111827;background:#e2e8f0}.button.compact{padding:12px 16px}.table-card{overflow-x:auto}.lead-table{border-collapse:collapse;width:100%}.lead-table th,.lead-table td{text-align:left;color:#334155;border-bottom:1px solid #e2e8f0;padding:16px 18px}.lead-table th{color:#64748b;font-weight:600}.lead-table tbody tr:last-child td{border-bottom:none}.lead-contact{gap:8px;display:grid}.lead-contact strong{color:#0f172a;display:block}.lead-meta{color:#64748b;gap:4px;font-size:.95rem;display:grid}.action-cell{align-items:center;gap:8px;display:flex}.icon-button{color:#475569;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.icon-button:hover{color:#111827;border-color:#cbd5e1}.icon-button.danger{color:#b91c1c;border-color:#fecaca}.empty-row{text-align:center;color:#64748b;padding:48px 0}.side-pane{min-height:420px;padding:24px}.pane-header h2{margin:0 0 10px}.pane-header p{color:#64748b;margin:0}.empty-state{align-items:start;gap:18px;display:grid}.panel-summary{background:var(--panel-muted);border-radius:24px;gap:16px;padding:20px;display:grid}.summary-item{background:#fff;border:1px solid #e2e8f0;border-radius:18px;justify-content:space-between;gap:12px;padding:16px 18px;display:flex}.summary-item span{color:var(--mutedText)}.summary-item strong{color:var(--text)}.modal-overlay{z-index:50;background:#08142ca3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow:auto}.modal-drawer{background:var(--panel);border:1px solid #e2e8f0e6;border-radius:28px;flex-direction:column;width:min(100%,760px);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 50px 100px #08142c2e}.modal-header{justify-content:space-between;align-items:center;gap:16px;padding:24px 28px 0;display:flex}.close-button{width:44px;height:44px;color:var(--text);background:#fff;border:1px solid #e2e8f0;border-radius:14px}.modal-body{flex:auto;min-height:0;padding:0 28px;overflow:auto}.modal-footer{background:var(--panel);border-top:1px solid var(--panel-border);z-index:1;flex-shrink:0;justify-content:flex-end;align-items:center;gap:14px;padding:18px 28px;display:flex;position:sticky;bottom:0}.lead-form{flex-direction:column;gap:18px;min-height:0;display:flex}.lead-form-body{flex:auto;min-height:0;padding-bottom:18px;padding-right:6px;overflow-y:auto}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.field-group.full-width{grid-column:1/-1}.lead-form textarea{resize:vertical;min-height:96px}.form-actions{background:linear-gradient(180deg, transparent, var(--panel));border-top:1px solid var(--panel-border);flex-shrink:0;justify-content:flex-end;gap:14px;padding:18px 0 0;display:flex}.field-group{flex-direction:column;gap:14px;display:flex}.lead-form textarea{resize:vertical;min-height:120px;max-height:220px;overflow:auto}@media (width<=720px){.form-row{grid-template-columns:1fr}.modal-overlay{align-items:flex-start;padding:16px}.modal-drawer{border-radius:20px;width:100%;max-height:90vh}.modal-header,.modal-footer,.modal-body{padding-left:18px;padding-right:18px}}.dashboard-header{align-items:center;gap:18px;display:grid}.page-header-brand{align-items:center;gap:16px;display:flex}.compact-panel{padding:24px}@media (width<=1080px){.card-grid,.stats-grid,.source-grid,.lead-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.app-shell{flex-direction:column}.sidebar{flex-flow:wrap;justify-content:space-between;align-items:center;width:100%}.sidebar-brand,.sidebar-footer{width:100%}.sidebar-nav{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.main-shell{padding:22px}.page-header{flex-direction:column;align-items:stretch}.subpanel,.form-row,.lead-filters{grid-template-columns:1fr}}@media (width<=640px){.button,.button-secondary{width:100%}.page-header,.action-group{gap:12px}.lead-table th,.lead-table td{padding:12px 10px}}.auth-page{background:linear-gradient(#f8f9fd 0%,#eef2ff 55%,#f8fafc 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px 18px;display:flex}.auth-split{grid-template-columns:minmax(320px,440px) minmax(360px,1fr);align-items:start;gap:28px;width:min(1080px,100%);margin:0 auto;display:grid}.auth-side{flex-direction:column;gap:24px;display:flex}.auth-brand-card{background:#fffffff0;border:1px solid #cbd5e199;border-radius:26px;align-items:center;gap:16px;padding:22px 24px;display:flex;box-shadow:0 28px 70px #0f172a12}.auth-card{background:#fff;border:1px solid #cbd5e166;border-radius:32px;gap:20px;padding:28px;display:grid;box-shadow:0 28px 80px #0f172a14}.auth-card-header{gap:14px;display:grid}.auth-card-header h1{color:#0f172a;margin:0;font-size:clamp(1.85rem,2.2vw,2.2rem);line-height:1.07}.auth-toggle-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-toggle-row p{color:#475569;margin:0;font-size:.95rem}.link-button{color:var(--brand);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-weight:700;display:inline-flex}.link-button:hover{text-decoration:underline}.link-button.subtle{color:#64748b}.input-with-icon{background:#f4f6ff;border:1px solid #d2d6dc;border-radius:22px;align-items:center;gap:14px;padding:16px 18px;display:flex}.input-with-icon input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:1rem}.input-with-icon svg{color:#64748b;flex-shrink:0}.field-group label{color:#475569;font-size:.95rem;font-weight:600}.forgot-row{justify-content:flex-end;display:flex}.forgot-row .link-button{font-size:.95rem}.form-error,.form-success,.form-note{border-radius:18px;padding:16px 18px;font-size:.95rem}.form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.form-success{color:#166534;background:#f0fdf4;border:1px solid #a7f3d0}.form-note{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.divider-row{color:#94a3b8;align-items:center;gap:18px;margin:4px 0 0;font-size:.95rem;display:flex}.divider-row:before,.divider-row:after{content:"";background:#e2e8f0;flex:1;height:1px}.social-login-actions{gap:14px;display:grid}.social-button{border-radius:18px;justify-content:center;padding:14px 18px;font-weight:600;box-shadow:0 12px 26px #0f172a14}@media (width>=720px){.social-login-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.social-button.social-google{color:#0f172a;background:#fff;border:1px solid #dbeafe}.social-button.social-google:hover{background:#eef2ff}.social-button.social-facebook{color:#0f172a;background:#f8fbff;border:1px solid #bfdbfe}.social-button.social-facebook:hover{background:#e0e7ff}.social-button svg{min-width:18px}.auth-visual-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#fffffff5,#eceeffe0);border:1px solid #ffffffd9;border-radius:32px;flex-direction:column;justify-content:space-between;min-height:auto;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 36px 100px #0f172a14}.auth-visual-panel:before,.auth-visual-panel:after{content:"";filter:blur(60px);opacity:.7;border-radius:50%;position:absolute}.auth-visual-panel:before{background:#7c5dff33;width:260px;height:260px;top:-60px;right:-70px}.auth-visual-panel:after{background:#3b82f624;width:180px;height:180px;bottom:-48px;left:30px}.visual-top{z-index:1;gap:16px;max-width:520px;display:grid;position:relative}.visual-pill{color:var(--brand);letter-spacing:.04em;background:#5b3dff1f;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:700;display:inline-flex}.visual-features{gap:10px;margin:0;padding:0;list-style:none;display:grid}.visual-features li{color:#334155;padding-left:24px;font-size:.96rem;line-height:1.6;position:relative}.visual-features li:before{content:"";background:var(--brand);border-radius:999px;width:10px;height:10px;position:absolute;top:.6rem;left:0}.hero-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.hero-stat-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #ffffffd9;border-radius:24px;padding:18px 20px;box-shadow:0 20px 40px #0f172a0f}.hero-stat-card p{color:#64748b;margin:0 0 6px;font-size:.9rem}.hero-stat-card strong{color:#0f172a;margin:0;font-size:1.2rem;display:block}.visual-top h2{color:#0f172a;margin:0;font-size:clamp(2rem,2.9vw,3.4rem);line-height:1.02}.visual-top p{color:#475569;max-width:520px;margin:0;font-size:1rem}.visual-content{z-index:1;gap:20px;display:grid;position:relative}.visual-card{background:#ffffffeb;border:1px solid #ffffffd9;border-radius:28px;gap:20px;padding:28px;display:grid;box-shadow:0 30px 70px #0f172a0f}.visual-card-large{min-height:260px}.visual-card-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.visual-label{color:#64748b;margin:0 0 6px;font-size:.92rem}.visual-chart{background:linear-gradient(#5b3dff14,#fff0);border-radius:24px;min-height:140px;padding:22px;position:relative}.chart-line{border-bottom:3px solid #5b3dff2e;border-left:3px solid #5b3dff2e;border-radius:24px;position:absolute;inset:24px 22px 18px}.chart-dot{background:#5b3dff;border-radius:50%;width:14px;height:14px;position:absolute;box-shadow:0 12px 28px #5b3dff2e}.chart-dot.dot-a{bottom:42px;left:36px}.chart-dot.dot-b{bottom:74px;left:116px}.chart-dot.dot-c{bottom:108px;left:202px}.visual-card-compact{gap:16px;padding:22px;display:grid}.compact-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.compact-row p{color:#64748b;margin:0}.compact-row strong{color:#0f172a;margin:0}@media (width<=980px){.auth-split{grid-template-columns:1fr}.auth-visual-panel{min-height:auto;padding:28px}.hero-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.auth-page{padding:20px 16px}.auth-card,.auth-brand-card{border-radius:22px;padding:20px}.auth-visual-panel{border-radius:22px;padding:22px}.auth-card-header h1{font-size:1.9rem}.visual-card-row,.hero-stats-grid{grid-template-columns:1fr}}.crm-landing{background:#f5f7fb;min-height:100vh;padding:40px}.crm-hero{color:#fff;background:linear-gradient(135deg,#081028,#132347);border-radius:28px;margin-bottom:50px;padding:70px}.crm-badge{letter-spacing:1px;background:#ffffff1f;border-radius:999px;margin-bottom:30px;padding:10px 18px;font-size:13px;display:inline-block}.crm-hero h1{margin-bottom:25px;font-size:58px;font-weight:800;line-height:1.1}.crm-hero p{color:#ffffffd9;max-width:850px;font-size:20px;line-height:1.8}.crm-stats{flex-wrap:wrap;gap:60px;margin-top:50px;display:flex}.crm-stats div{flex-direction:column;display:flex}.crm-stats strong{font-size:34px;font-weight:800}.crm-stats span{letter-spacing:1px;color:#ffffffbf;font-size:13px}.crm-section h2{color:#081028;margin-bottom:30px;font-size:40px}.crm-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:30px;display:grid}.crm-card{background:#fff;border-radius:24px;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #00000014}.crm-card:hover{transform:translateY(-6px)}.crm-card-image img{object-fit:cover;width:100%;height:240px}.crm-card-content{padding:30px}.crm-category{color:#6c63ff;letter-spacing:1px;margin-bottom:15px;font-size:12px;font-weight:700}.crm-card-content h3{color:#081028;margin-bottom:15px;font-size:30px}.crm-card-content p{color:#4b5563;margin-bottom:20px;line-height:1.8}.crm-card-content ul{margin-bottom:30px;padding-left:18px}.crm-card-content li{color:#111827;margin-bottom:10px}.crm-btn{color:#fff;background:#081028;border-radius:14px;padding:16px 28px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.crm-btn:hover{background:#132347}.dashboard-page{flex-direction:column;gap:28px;display:flex}.dashboard-hero{grid-template-columns:2fr 1fr;align-items:stretch;gap:24px;display:grid}.dashboard-hero-left{background:#fff;border:1px solid #e8ecf4;border-radius:28px;padding:32px;box-shadow:0 10px 30px #0f172a0a}.dashboard-brand{align-items:flex-start;gap:18px;display:flex}.dashboard-brand h1{color:#0f172a;margin-top:10px;font-size:52px;font-weight:800;line-height:1.05}.dashboard-brand .page-description{color:#64748b;max-width:760px;margin-top:18px;font-size:18px;line-height:1.8}.hero-highlight-card{background:linear-gradient(135deg,#4f46e514,#3b82f614);border:1px solid #6366f126;border-radius:24px;margin-top:30px;padding:28px}.hero-highlight-top{justify-content:space-between;align-items:flex-start;display:flex}.hero-highlight-top p{color:#64748b;font-size:15px}.hero-highlight-top h2{color:#0f172a;margin-top:10px;font-size:54px;font-weight:800}.hero-growth-badge{color:#4f46e5;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:600;display:flex}.hero-highlight-text{color:#475569;margin-top:20px;font-size:16px;line-height:1.7}.dashboard-hero-right{grid-template-columns:1fr;gap:18px;display:grid}.hero-mini-card{background:#fff;border:1px solid #e8ecf4;border-radius:22px;padding:24px;box-shadow:0 10px 24px #0f172a08}.hero-mini-card span{color:#64748b;font-size:14px;display:block}.hero-mini-card strong{color:#0f172a;margin-top:10px;font-size:42px;font-weight:800;display:block}.dashboard-kpi-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.dashboard-kpi-card{background:#fff;border:1px solid #e8ecf4;border-radius:24px;padding:24px;box-shadow:0 10px 24px #0f172a08}.dashboard-kpi-card p{color:#64748b;font-size:14px}.dashboard-kpi-card h2{color:#0f172a;margin-top:14px;font-size:42px;font-weight:800}.dashboard-kpi-card span{color:#94a3b8;margin-top:12px;font-size:14px;display:block}.premium-panel,.analytics-panel,.compact-panel{background:#fff;border:1px solid #e8ecf4;border-radius:28px;padding:28px;box-shadow:0 10px 24px #0f172a08}@media (width<=1200px){.dashboard-hero{grid-template-columns:1fr}.dashboard-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.dashboard-brand h1{font-size:36px}.hero-highlight-top h2{font-size:40px}.dashboard-kpi-grid{grid-template-columns:1fr}.dashboard-brand{flex-direction:column}}.dashboard-brand h1{max-width:620px;font-size:42px}.dashboard-brand .page-description{max-width:680px;font-size:17px;line-height:1.65}.hero-highlight-top h2{font-size:44px}.hero-highlight-text{margin-top:14px}.dashboard-kpi-card{padding:22px}.dashboard-kpi-card h2{font-size:34px}.dashboard-hero-left{padding:24px 32px}.dashboard-brand{align-items:flex-start}.dashboard-brand h1{margin-top:6px;font-size:38px;line-height:1.08}.dashboard-brand .page-description{margin-top:12px;font-size:16px;line-height:1.55}.hero-highlight-card{margin-top:18px;padding:22px 28px}.hero-highlight-top h2{margin-top:6px;font-size:38px}.hero-highlight-text{font-size:15px;line-height:1.6}.dashboard-hero-right{gap:14px}.hero-mini-card{padding:18px 22px}.hero-mini-card strong{font-size:30px}.dashboard-kpi-grid{margin-top:4px}.dashboard-kpi-card{flex-direction:column;justify-content:space-between;min-height:145px;display:flex}.dashboard-kpi-card p{font-weight:600}.dashboard-kpi-card h2{line-height:1}.dashboard-kpi-card span{line-height:1.45}.main-shell{padding-right:300px}.quick-actions-panel{width:260px;position:fixed;top:96px;bottom:auto;right:24px}.quick-actions-card{width:100%}@media (width<=1280px){.main-shell{padding-right:32px}.quick-actions-panel{width:auto;position:fixed;top:auto;bottom:18px;right:18px}.quick-actions-card{display:none}.quick-fab{display:inline-flex}}@media (width>=1281px){.quick-actions-panel{width:280px;right:24px}.main-shell{padding-right:220px}.quick-actions-panel{width:190px;top:112px;right:18px}.quick-actions-card{border-radius:22px;padding:14px}.quick-actions-title{margin-bottom:10px}.quick-actions-title .eyebrow{letter-spacing:.14em;font-size:12px}.quick-actions-title h2{font-size:16px;line-height:1.35}.quick-action,.quick-action-secondary{border-radius:13px;padding:10px 12px;font-size:14px}}.leads-toolbar{margin-top:-8px}.search-wrapper{padding:16px 20px}.lead-filters{gap:14px;padding:18px 20px}.lead-filters select,.search-input{min-height:50px}.table-card{margin-top:4px}.leads-toolbar{grid-template-columns:1fr}.leads-toolbar>*{max-width:100%}.bulk-toolbar{flex-wrap:wrap;justify-content:flex-start;gap:12px;display:flex}.bulk-toolbar select{min-width:210px}.bulk-toolbar .button,.bulk-toolbar .button-secondary{width:auto}@media (width<=1500px){.side-pane{display:none}aside.side-pane{display:none!important}.subpanel{grid-template-columns:1fr!important}}@media (width<=1600px){.quick-actions-card{display:none!important}.quick-fab{display:inline-flex!important}.main-shell{padding-right:32px!important}}.leads-table tbody tr{height:72px}.leads-table td{vertical-align:middle;padding:14px 18px}.leads-table .badge,.leads-table .tag,.leads-table .pill{border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.leads-table .actions-column{align-items:center;gap:8px;display:flex}.leads-table .icon-button{border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.pipeline-snapshot,.side-pane{width:280px;min-width:280px}.summary-item{border-radius:18px;padding:18px}.export-center{border-radius:28px;padding:32px}.export-center h3{margin-bottom:16px;font-size:32px}.export-center p{max-width:720px;line-height:1.7}.pagination{align-items:center;gap:14px;display:flex}.pagination button{border-radius:14px;height:46px;padding:0 22px}.leads-page{max-width:100%}.leads-page-header{align-items:center}.lead-stat-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.lead-stat-strip>div{background:#fff;border:1px solid #e8ecf4;border-radius:22px;padding:20px;box-shadow:0 10px 24px #0f172a08}.lead-stat-strip span{color:#64748b;font-size:14px;display:block}.lead-stat-strip strong{color:#0f172a;margin-top:8px;font-size:30px;display:block}.leads-main-panel{gap:18px;display:grid}@media (width<=900px){.lead-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.lead-stat-strip{grid-template-columns:1fr}}.lead-stat-strip>div{min-height:110px;padding:18px 22px}.lead-stat-strip strong{margin-top:14px;font-size:38px;line-height:1}.search-wrapper{margin-top:4px}.search-wrapper .search-input{border-radius:20px;height:64px;padding-inline:22px;font-size:17px}.bulk-toolbar{flex-wrap:wrap;gap:12px}.bulk-toolbar .button,.bulk-toolbar select{border-radius:16px;height:52px}.pagination-panel{margin-top:10px}.export-center-card{border-radius:30px;margin-top:10px}@media (width>=1200px){.quick-fab,.floating-action-button,.fab{display:none!important}}.crm-landing-page{color:#0f172a;background:#f5f7fb;min-height:100vh;padding:32px}.crm-landing-nav{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto 32px;display:flex}.crm-landing-nav h1{margin:0;font-size:24px}.crm-landing-nav p{color:#64748b;margin:4px 0 0}.crm-nav-btn{color:#fff;background:#0f172a;border-radius:14px;padding:12px 22px;font-weight:700}.crm-landing-hero{color:#fff;background:linear-gradient(135deg,#071327,#172554);border-radius:34px;max-width:1180px;margin:0 auto;padding:70px;box-shadow:0 30px 80px #0f172a2e}.crm-badge{letter-spacing:.14em;background:#ffffff1f;border-radius:999px;margin-bottom:24px;padding:10px 16px;font-size:13px;font-weight:700;display:inline-block}.crm-landing-hero h2{max-width:760px;margin:0;font-size:56px;line-height:1.05}.crm-landing-hero p{color:#ffffffd1;max-width:760px;margin:24px 0 0;font-size:19px;line-height:1.8}.crm-product-section{max-width:1180px;margin:54px auto 0}.crm-section-header p{color:#5b3dff;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:13px;font-weight:800}.crm-section-header h2{margin:10px 0 28px;font-size:38px}.crm-product-grid{grid-template-columns:repeat(auto-fit,minmax(340px,420px));gap:28px;display:grid}.crm-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:30px;padding:30px;box-shadow:0 24px 60px #0f172a14}.crm-product-top{justify-content:space-between;align-items:center;display:flex}.crm-product-icon{color:#5b3dff;background:#eef2ff;border-radius:22px;place-items:center;width:64px;height:64px;display:grid}.crm-status-pill{color:#166534;background:#dcfce7;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:800}.crm-product-card h3{margin:26px 0 14px;font-size:30px}.crm-product-card p{color:#64748b;line-height:1.75}.crm-feature-list{gap:12px;margin:24px 0;display:grid}.crm-feature-list div,.crm-product-stats div{color:#334155;align-items:center;gap:10px;display:flex}.crm-feature-list svg{color:#16a34a}.crm-product-stats{background:#f8fafc;border-radius:20px;gap:12px;margin-bottom:26px;padding:18px;display:grid}.crm-card-btn{color:#fff;background:#5b3dff;border-radius:18px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 22px;font-weight:800;display:inline-flex}@media (width<=720px){.crm-landing-page{padding:20px}.crm-landing-hero{padding:36px 24px}.crm-landing-hero h2{font-size:38px}.crm-product-grid{grid-template-columns:1fr}}
