:root{--bg:#070b14;--panel:#0f172ad1;--panel-strong:#111827;--border:#94a3b829;--text:#f8fafc;--muted:#94a3b8;--purple:#7c3aed;--blue:#06b6d4;--danger:#ef4444;--success:#14b8a6;--warning:#facc15}*{box-sizing:border-box}body{background:radial-gradient(circle at top left, #7c3aed38, transparent 34%), radial-gradient(circle at top right, #06b6d426, transparent 28%), var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}input:-webkit-autofill{-webkit-text-fill-color:var(--text);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #020617e6}input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #020617e6}input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #020617e6}.app{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020617b8;padding:24px}.brand{align-items:center;gap:14px;margin-bottom:34px;display:flex}.brand-logo img{object-fit:contain;width:48px;height:48px;margin-right:0}.white-logo{object-fit:contain;width:170px;height:auto}.brand h1{letter-spacing:-.05em;margin:0;font-size:22px}.brand p{color:#a5b4fc;margin:4px 0 0;font-size:13px;font-weight:600}.nav{flex-direction:column;gap:10px;display:flex}.nav-item{border:1px solid var(--border);color:var(--text);background:#0f172a9e;border-radius:14px;align-items:center;gap:10px;padding:14px 16px;font-weight:750;transition:transform .15s,border-color .15s,background .15s;display:flex}.nav-item:hover{border-color:#7dd3fc52;transform:translateY(-1px)}.nav-item.active{background:linear-gradient(135deg,#7c3aed42,#06b6d41f);border-color:#22d3ee52}.nav-item svg{width:20px;height:20px}.main{padding:28px;overflow-x:hidden}.topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;display:flex}.topbar h2{letter-spacing:-.04em;margin:0;font-size:28px}.topbar p{color:var(--muted);margin:6px 0 0}.primary-button,.secondary-button{color:#fff;border:0;border-radius:14px;justify-content:center;align-items:center;gap:9px;padding:12px 16px;font-weight:800;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.primary-button{background:linear-gradient(135deg, var(--purple), #2563eb 48%, var(--blue));box-shadow:0 15px 32px #2563eb47}.secondary-button{border:1px solid var(--border);background:#0f172ad6}.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.primary-button:disabled{opacity:.65;cursor:not-allowed}.stats-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:16px;margin-bottom:22px;display:grid}.stat-card{border:1px solid var(--border);background:var(--panel);border-radius:20px;align-items:center;gap:14px;padding:18px;display:flex;box-shadow:0 18px 42px #0003}.stat-icon{color:#67e8f9;background:#22d3ee1c;border-radius:16px;flex:none;place-items:center;width:48px;height:48px;display:grid}.stat-card p{color:var(--muted);margin:0 0 5px;font-size:13px;font-weight:700}.stat-card strong{letter-spacing:-.04em;font-size:22px}.status-filter{flex-wrap:wrap;gap:10px;margin-bottom:22px;display:flex}.status-filter-item{border:1px solid var(--border);color:#cbd5e1;background:#0f172ab8;border-radius:999px;padding:10px 14px;font-weight:800;transition:transform .15s,border-color .15s,background .15s}.status-filter-item:hover{border-color:#7dd3fc52;transform:translateY(-1px)}.status-filter-item.active{color:#fff;background:linear-gradient(135deg,#7c3aed47,#06b6d424);border-color:#22d3ee6b}.panel{border:1px solid var(--border);background:var(--panel);border-radius:22px;overflow:hidden;box-shadow:0 8px 24px #00000040,inset 0 1px #ffffff08}.panel-header{border-bottom:1px solid var(--border);padding:16px}.search-box{border:1px solid var(--border);max-width:520px;color:var(--muted);background:#02061780;border-radius:14px;align-items:center;gap:10px;padding:0 12px;display:flex}.search-box input{width:100%;color:var(--text);background:0 0;border:0;outline:none;padding:13px 0}.table-wrapper{overflow-x:auto}table{border-collapse:collapse;width:100%}th{color:#a5b4fc;text-align:left;text-transform:uppercase;letter-spacing:.06em;background:#02061757;padding:14px 16px;font-size:12px}td{border-top:1px solid var(--border);color:#e2e8f0;vertical-align:top;padding:15px 16px;font-size:14px}tr:hover td{background:#0f172a7a}.summary-cell{white-space:nowrap;text-overflow:ellipsis;color:#cbd5e1;max-width:280px;line-height:1.45;overflow:hidden}.actions{gap:8px;display:flex}.icon-button{border:1px solid var(--border);color:#cbd5e1;background:#0f172ab8;border-radius:11px;place-items:center;width:34px;height:34px;transition:background .15s,transform .15s,border-color .15s;display:grid}.icon-button:hover{background:#1e293be0;border-color:#7dd3fc59;transform:translateY(-1px)}.icon-button.danger{color:#fecaca}.icon-button.danger:hover{background:#7f1d1d47;border-color:#f871716b}.empty{text-align:center;color:var(--muted);padding:40px}.status-select,.form-grid select{border:1px solid var(--border);width:100%;min-width:150px;color:var(--text);background:#0206179e;border-radius:12px;outline:none;padding:9px 10px;font-weight:750}.status-select:focus,.form-grid select:focus{border-color:#22d3ee8c;box-shadow:0 0 0 4px #22d3ee17}.status-novo{color:#bfdbfe}.status-em_andamento{color:#fde68a}.status-fechado{color:#99f6e4}.status-perdido{color:#fecaca}.status-badge{border:1px solid var(--border);background:#02061775;border-radius:999px;align-items:center;padding:7px 10px;font-size:13px;font-weight:850;display:inline-flex}.revenue-grid{grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:16px;margin-bottom:22px;display:grid}.revenue-panel{padding:18px}.section-title{padding:2px 0 18px}.section-title h3{margin:0;font-size:19px}.section-title p{color:var(--muted);margin:6px 0 0}.table-section-title{padding:18px 18px 0}.revenue-bars{flex-direction:column;gap:18px;display:flex}.revenue-bar-row{grid-template-columns:220px 1fr 140px;align-items:center;gap:14px;display:grid}.revenue-bar-info strong{margin-bottom:4px;display:block}.revenue-bar-info span{color:var(--muted);font-size:13px}.revenue-bar-track{border:1px solid var(--border);background:#0206178c;border-radius:999px;height:14px;overflow:hidden}.revenue-bar-fill{border-radius:999px;height:100%}.revenue-won{background:linear-gradient(90deg,#14b8a6,#67e8f9)}.revenue-progress{background:linear-gradient(90deg,#facc15,#fb923c)}.revenue-new{background:linear-gradient(90deg,#60a5fa,#818cf8)}.revenue-lost{background:linear-gradient(90deg,#ef4444,#fb7185)}.revenue-bar-value{text-align:right}.metrics-list{flex-direction:column;gap:10px;display:flex}.metric-item{border:1px solid var(--border);background:#0206175c;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:12px;display:flex}.metric-item span{color:var(--muted)}.metric-item strong{font-size:17px}.modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#020617b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--border);background:radial-gradient(circle at top left, #7c3aed2e, transparent 32%), var(--panel-strong);border-radius:24px;width:min(680px,100%);box-shadow:0 28px 90px #00000075}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;gap:16px;padding:22px;display:flex}.modal-header h3{margin:0;font-size:21px}.modal-header p{color:var(--muted);margin:6px 0 0}.form-grid{grid-template-columns:repeat(2,1fr);gap:14px;padding:22px;display:grid}.form-grid label{color:#c4b5fd;flex-direction:column;gap:8px;font-size:13px;font-weight:800;display:flex}.form-grid label.full{grid-column:1/-1}.form-grid input,.form-grid textarea,.form-grid select{border:1px solid var(--border);width:100%;color:var(--text);background:#02061780;border-radius:14px;outline:none;padding:12px}.form-grid textarea{resize:vertical;min-height:130px}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:#22d3ee8c;box-shadow:0 0 0 4px #22d3ee17}.modal-actions{justify-content:flex-end;gap:10px;padding:0 22px 22px;display:flex}.spin{animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-loading,.login-page{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-loading{color:var(--muted);gap:14px}.login-card{border:1px solid var(--border);background:radial-gradient(circle at 0 0,#7c3aed38,#0000 34%),radial-gradient(circle at 100% 0,#06b6d424,#0000 32%),#0f172ae0;border-radius:28px;width:min(440px,100%);padding:28px;box-shadow:0 28px 90px #0000006b}.login-brand{align-items:center;gap:14px;margin-bottom:30px;display:flex}.login-brand h1{letter-spacing:-.05em;margin:0;font-size:24px}.login-brand p{color:#a5b4fc;margin:4px 0 0;font-size:13px;font-weight:700}.login-title{margin-bottom:22px}.login-title h2{letter-spacing:-.05em;margin:0;font-size:28px}.login-title p{color:var(--muted);margin:8px 0 0}.login-form{flex-direction:column;gap:16px;display:flex}.login-form label{color:#c4b5fd;flex-direction:column;gap:8px;font-size:13px;font-weight:850;display:flex}.login-input{border:1px solid var(--border);color:var(--muted);background:#02061780;border-radius:16px;align-items:center;gap:10px;padding:0 13px;display:flex}.login-input input{width:100%;color:var(--text);background:0 0;border:0;outline:none;padding:14px 0}.login-input:focus-within{border-color:#22d3ee8c;box-shadow:0 0 0 4px #22d3ee17}.login-error{color:#fecaca;background:#7f1d1d3d;border:1px solid #f8717159;border-radius:14px;padding:12px;font-size:14px;font-weight:700}.login-button{width:100%;margin-top:4px}.sidebar{flex-direction:column;justify-content:space-between;display:flex}.sidebar-footer{flex-direction:column;gap:12px;margin-top:28px;display:flex}.user-box{border:1px solid var(--border);background:linear-gradient(135deg,#7c3aed14,#06b6d40d);border-radius:16px;padding:16px}.user-box strong{color:var(--text);margin-bottom:4px;font-size:14px;display:block}.user-box span{color:var(--muted);word-break:break-all;font-size:12px;display:block}.logout-button{color:#fecaca;background:#7f1d1d38;border:1px solid #f871713d;border-radius:14px;justify-content:center;align-items:center;gap:9px;padding:11px 14px;font-weight:850;display:inline-flex}.logout-button:hover{background:#7f1d1d57}.admin-grid{grid-template-columns:minmax(0,520px) minmax(0,1fr);gap:18px;display:grid}.admin-panel{padding:22px}.admin-form{flex-direction:column;gap:14px;display:flex}.admin-form label,.created-box label{color:#c4b5fd;flex-direction:column;gap:8px;font-size:13px;font-weight:850;display:flex}.admin-form input,.created-box textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#02061780;border-radius:14px;outline:none;padding:12px}.admin-form input:focus,.created-box textarea:focus{border-color:#22d3ee8c;box-shadow:0 0 0 4px #22d3ee17}.created-box{flex-direction:column;gap:14px;display:flex}.created-box p{color:#e2e8f0;margin:0}.created-box textarea{resize:vertical;min-height:130px;font-family:monospace;font-size:13px}.settings-grid{grid-template-columns:minmax(0,560px) minmax(0,1fr);gap:18px;display:grid}.settings-panel{padding:22px}.settings-form{flex-direction:column;gap:14px;display:flex}.settings-form label{color:#c4b5fd;flex-direction:column;gap:8px;font-size:13px;font-weight:850;display:flex}.settings-form input{border:1px solid var(--border);width:100%;color:var(--text);background:#02061780;border-radius:14px;outline:none;padding:12px}.settings-form input:focus{border-color:#22d3ee8c;box-shadow:0 0 0 4px #22d3ee17}.settings-divider{background:var(--border);height:1px;margin:8px 0}.section-title.small{padding-bottom:4px}.settings-success{color:#99f6e4;background:#14b8a624;border:1px solid #2dd4bf57;border-radius:14px;padding:12px;font-size:14px;font-weight:800}.account-summary{flex-direction:column;gap:12px;display:flex}.account-summary div{border:1px solid var(--border);background:#0206175c;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:13px;display:flex}.account-summary span{color:var(--muted);font-size:13px}.account-summary strong{color:var(--text);text-align:right;word-break:break-word}.admin-stack{flex-direction:column;gap:18px;display:flex}.companies-panel{padding:0}.companies-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:22px;display:flex}.company-status{border:1px solid var(--border);background:#02061775;border-radius:999px;align-items:center;padding:7px 10px;font-size:13px;font-weight:850;display:inline-flex}.company-status-ativa{color:#99f6e4}.company-status-suspensa{color:#fde68a}.company-status-cancelada{color:#fecaca}.company-actions{flex-wrap:wrap;gap:8px;display:flex}.mini-button{border:1px solid var(--border);color:var(--text);background:#0f172ab8;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:850}.mini-button:disabled{opacity:.45;cursor:not-allowed}.mini-button.success{color:#99f6e4;border-color:#2dd4bf40}.mini-button.warning{color:#fde68a;border-color:#facc1540}.mini-button.danger{color:#fecaca;border-color:#f8717140}.mini-button.key{color:#bfdbfe;border-color:#60a5fa47;align-items:center;gap:6px;display:inline-flex}.logs-panel{overflow:hidden}.logs-list{flex-direction:column;display:flex}.log-item{border-top:1px solid var(--border);grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:14px 18px;display:grid}.log-icon{color:#67e8f9;background:#22d3ee1c;border-radius:14px;place-items:center;width:38px;height:38px;display:grid}.log-content{flex-direction:column;gap:4px;display:flex}.log-content strong{color:var(--text);font-size:14px}.log-content span{color:var(--muted);font-size:12px}.log-item code{border:1px solid var(--border);color:#c4b5fd;background:#02061775;border-radius:999px;padding:7px 10px;font-size:12px}.link-button{color:#bfdbfe;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-weight:850}.link-button:hover{color:#67e8f9;text-decoration:underline}.lead-details-modal{width:min(980px,100%);max-height:90vh;overflow-y:auto}.lead-details-grid{grid-template-columns:repeat(3,1fr);gap:14px;padding:22px;display:grid}.detail-card{border:1px solid var(--border);background:#02061761;border-radius:16px;padding:14px}.detail-card span{color:var(--muted);margin-bottom:6px;font-size:12px;display:block}.detail-card strong{color:var(--text);font-size:17px}.lead-section{padding:0 22px 22px}.lead-section h4{margin:0 0 8px;font-size:16px}.lead-section p{color:#cbd5e1;margin:0;line-height:1.55}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{color:#fecaca;background:#7f1d1d2e;border:1px solid #f8717147;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:800}.timeline{flex-direction:column;gap:10px;display:flex}.timeline-item{border:1px solid var(--border);background:#0206175c;border-radius:14px;padding:12px}.timeline-item strong{color:var(--text);margin-bottom:4px;display:block}.timeline-item span,.muted{color:var(--muted);font-size:13px}.attention-list{flex-direction:column;gap:12px;padding:18px;display:flex}.attention-card{border:1px solid var(--border);background:#0206175c;border-radius:18px;grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:16px;display:grid}.attention-card strong{font-size:16px;display:block}.attention-card p{color:var(--muted);margin:5px 0 0}.attention-badge{color:#fde68a;background:#713f1238;border:1px solid #facc1547;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:850}.insights-panel{padding:22px}.objections-list{flex-direction:column;gap:10px;display:flex}.objection-item{border:1px solid var(--border);background:#0206175c;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:13px;display:flex}.objection-item span{color:var(--muted);font-size:13px}.summary-cell{white-space:nowrap;text-overflow:ellipsis;max-width:320px;overflow:hidden}.panel{box-shadow:0 8px 24px #00000040,inset 0 1px #ffffff08}.attention-card-expanded{grid-template-columns:1fr auto auto}.followup-box{background:#14b8a61a;border:1px solid #2dd4bf47;border-radius:16px;grid-column:1/-1;padding:14px}.followup-box strong{color:#99f6e4;margin-bottom:8px;display:block}.followup-box p{color:#e2e8f0;margin:0 0 12px;line-height:1.55}.signup-page{place-items:center;min-height:100vh;padding:28px;display:grid}.signup-card{border:1px solid var(--border);background:radial-gradient(circle at 0 0,#7c3aed2e,#0000 34%),radial-gradient(circle at 100% 0,#06b6d41a,#0000 32%),#0f172ae6;border-radius:28px;width:min(760px,100%);padding:28px;box-shadow:0 28px 90px #0000006b}.signup-brand{align-items:center;gap:14px;margin-bottom:28px;display:flex}.signup-brand p{color:#a5b4fc;margin:4px 0 0;font-size:13px;font-weight:700}.signup-title{margin-bottom:22px}.signup-title h2,.signup-success-card h2{letter-spacing:-.05em;margin:0;font-size:30px}.signup-title p,.signup-success-card p{color:var(--muted);margin:8px 0 0;line-height:1.55}.signup-form{flex-direction:column;gap:16px;display:flex}.signup-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.signup-grid label{color:#c4b5fd;flex-direction:column;gap:8px;font-size:13px;font-weight:850;display:flex}.signup-grid input,.signup-grid select{border:1px solid var(--border);width:100%;color:var(--text);background:#02061780;border-radius:14px;outline:none;padding:12px}.signup-grid input:focus,.signup-grid select:focus{border-color:#22d3ee8c;box-shadow:0 0 0 4px #22d3ee17}.solid-button{background:var(--purple);color:#fff;border:0;border-radius:14px;justify-content:center;align-items:center;padding:13px 16px;font-weight:850;text-decoration:none;transition:transform .15s,background .15s,opacity .15s;display:inline-flex}.solid-button:hover{background:#6d28d9;transform:translateY(-1px)}.solid-button:disabled{opacity:.65;cursor:not-allowed}.outline-button{color:#67e8f9;background:#0f172ab8;border:1px solid #22d3ee59;border-radius:14px;justify-content:center;align-items:center;padding:13px 16px;font-weight:850;text-decoration:none;display:inline-flex}.signup-success-card{max-width:560px}.signup-summary{flex-direction:column;gap:12px;margin:22px 0;display:flex}.signup-summary div{border:1px solid var(--border);background:#0206175c;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:13px;display:flex}.signup-summary span{color:var(--muted);font-size:13px}.signup-summary strong{color:var(--text);text-align:right;word-break:break-word}.login-brand .brand-logo,.signup-brand .brand-logo{flex:0 0 72px;place-items:center;width:72px;height:72px;display:grid;overflow:hidden}.login-brand .brand-logo img,.signup-brand .brand-logo img{object-fit:contain;width:72px!important;max-width:72px!important;height:72px!important;max-height:72px!important}.auth-loading .brand-logo img{object-fit:contain;width:120px!important;height:120px!important}@media (width<=760px){.signup-card{padding:22px}.signup-grid{grid-template-columns:1fr}.signup-title h2,.signup-success-card h2{font-size:25px}.solid-button,.outline-button{width:100%}}@media (width<=900px){.attention-card-expanded{grid-template-columns:1fr}.attention-actions{flex-direction:column}.lead-details-grid,.attention-card{grid-template-columns:1fr}.white-logo{width:150px}}@media (width<=760px){.log-item{grid-template-columns:1fr}.log-icon{display:none}.log-item code{width:fit-content}}@media (width<=900px){.settings-grid,.admin-grid{grid-template-columns:1fr}}@media (width<=1400px){.stats-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.revenue-grid{grid-template-columns:1fr}}@media (width<=1280px){.app{grid-template-columns:230px 1fr}.sidebar{padding:20px}.main{padding:22px}.summary-cell{max-width:300px}.revenue-bar-row{grid-template-columns:190px 1fr 130px}}@media (width<=1024px){.app{grid-template-columns:1fr}.sidebar{z-index:20;border-right:0;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 18px;display:flex;position:sticky;top:0}.brand{margin-bottom:0}.brand-logo{border-radius:14px;width:42px;height:42px}.brand h1{font-size:19px}.brand p{font-size:12px}.nav{flex-direction:row}.nav-item{padding:10px 12px}.topbar{flex-direction:column;align-items:stretch}.topbar .primary-button{width:100%}.status-filter{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.status-filter-item{white-space:nowrap}}@media (width<=760px){.main{padding:16px}.topbar h2{font-size:23px}.topbar p{font-size:14px}.stats-grid{grid-template-columns:1fr}.stat-card{padding:15px}.panel{border-radius:18px}.panel-header{padding:12px}.search-box{max-width:none}table{min-width:1050px}th,td{padding:12px;font-size:13px}.revenue-bar-row{grid-template-columns:1fr;align-items:stretch}.revenue-bar-value{text-align:left}.modal{border-radius:20px;max-height:88vh;overflow-y:auto}.modal-header{padding:18px}.form-grid{grid-template-columns:1fr;padding:18px}.modal-actions{flex-direction:column-reverse;padding:0 18px 18px}.modal-actions button{width:100%}}@media (width<=520px){.sidebar{flex-direction:column;align-items:flex-start;gap:12px;padding:12px}.brand{gap:10px}.brand-logo{width:38px;height:38px}.brand h1{font-size:17px}.brand p{display:none}.nav{width:100%}.nav-item{flex:1;justify-content:center}.main{padding:12px}.topbar h2{font-size:21px}.primary-button,.secondary-button{width:100%;padding:11px 13px}.status-filter-item{padding:9px 12px;font-size:13px}.stat-card strong{font-size:21px}.modal-backdrop{padding:10px}}:root{--bg:#070b14;--panel:#0f172ae6;--panel-strong:#0f172a;--border:#94a3b82e;--text:#f8fafc;--muted:#94a3b8;--purple:#7c3aed;--purple-dark:#6d28d9;--blue:#0891b2;--danger:#ef4444;--success:#14b8a6;--warning:#f59e0b}.primary-button,.solid-button,.login-button{background:var(--purple)!important;color:#fff!important;background-image:none!important;box-shadow:0 12px 26px #7c3aed38!important}.primary-button:hover,.solid-button:hover,.login-button:hover{background:var(--purple-dark)!important}.secondary-button,.outline-button,.nav-item,.icon-button,.mini-button,.status-filter-item{background-image:none!important}.brand-logo{box-shadow:none!important}.brand-logo img{object-fit:contain;width:100%;height:100%;display:block}.login-card,.signup-card,.panel,.modal{background-image:none!important}.login-links-row{justify-content:space-between;align-items:center;gap:12px;margin-top:4px;display:flex}.auth-card-wide{width:min(460px,100%)}.auth-final-box{flex-direction:column;gap:14px;display:flex}.support-grid{grid-template-columns:.9fr 1.1fr;gap:18px;display:grid}.support-panel{align-self:start}.support-options{gap:14px;display:grid}.support-card{border:1px solid var(--border);color:var(--text);background:#02061757;border-radius:18px;align-items:center;gap:14px;padding:16px;text-decoration:none;display:flex}.support-card svg{color:#a78bfa;flex:none}.support-card strong{margin-bottom:4px;display:block}.support-card span{color:var(--muted);font-size:13px}.support-card:hover{border-color:#7c3aed8c}.muted-card{opacity:.9}.ticket-user-note{border:1px solid var(--border);color:var(--muted);background:#02061752;border-radius:14px;padding:12px;font-size:13px}.settings-form textarea{border:1px solid var(--border);width:100%;color:var(--text);resize:vertical;background:#02061780;border-radius:14px;outline:none;padding:12px}.settings-form textarea:focus{border-color:#7c3aed8c;box-shadow:0 0 0 4px #7c3aed1a}.signup-login-link{color:#c4b5fd;text-align:center;font-weight:800;text-decoration:none}.signup-login-link:hover{color:#fff}input:-webkit-autofill{-webkit-text-fill-color:var(--text);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #020617eb}input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #020617eb}input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #020617eb}@media (width<=900px){.support-grid{grid-template-columns:1fr}.login-links-row{flex-direction:column}}.primary-button,.solid-button,.signup-form .solid-button,.login-button,.solid-only{background:#7c3aed!important;box-shadow:0 12px 28px #7c3aed38!important}.primary-button:hover,.solid-button:hover,.login-button:hover,.solid-only:hover{transform:translateY(-1px);background:#6d28d9!important}.nav-item.active,.status-filter-item.active{background:#7c3aed38!important;border-color:#7c3aed9e!important}.compact-admin-panel,.support-hero,.faq-panel,.ticket-panel{padding:20px}.admin-form-collapsed{border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(240px,1fr));gap:16px;margin-top:18px;padding-top:18px;display:grid}.full-row{grid-column:1/-1}.company-actions{flex-wrap:wrap}.danger-modal{max-width:720px}.danger-note{color:#fecaca;background:#7f1d1d2e;border:1px solid #f8717147;border-radius:14px;padding:14px;line-height:1.5}.danger-solid{background:#dc2626!important}.support-stack{flex-direction:column;gap:18px;display:flex}.support-hero{justify-content:space-between;align-items:center;display:flex}.support-hero h3{margin:6px 0 8px;font-size:24px}.support-hero p{color:var(--muted);margin:0}.eyebrow{color:#a78bfa;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.support-actions-grid{grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px;display:grid}.support-action-card{text-align:left;border:1px solid var(--border);width:100%;color:var(--text);background:#0f172ac7;border-radius:18px;align-items:center;gap:16px;padding:18px;text-decoration:none;transition:transform .15s,border-color .15s,background .15s;display:flex}.support-action-card:hover{background:#1e293be6;border-color:#7c3aed85;transform:translateY(-1px)}.support-action-card svg{color:#a78bfa;flex:none}.support-action-card strong{margin-bottom:4px;display:block}.support-action-card span{color:var(--muted);font-size:14px}.ticket-panel{max-width:860px}.faq-list{flex-direction:column;gap:10px;display:flex}.faq-item{border:1px solid var(--border);background:#02061747;border-radius:16px;overflow:hidden}.faq-item button{width:100%;color:var(--text);background:0 0;border:0;justify-content:space-between;align-items:center;padding:16px;display:flex}.faq-item button span{color:#a78bfa;font-size:22px;font-weight:900}.faq-item p{color:var(--muted);margin:0;padding:0 16px 16px;line-height:1.6}.refined-settings .settings-form{gap:14px}.company-logo-editor{border:1px solid var(--border);background:#02061747;border-radius:16px;align-items:center;gap:14px;padding:14px;display:flex}.company-logo-editor p{color:var(--muted);margin:4px 0 0;font-size:13px}.company-avatar-preview{color:#fff;background:#7c3aed;border-radius:18px;place-items:center;width:62px;height:62px;font-size:26px;font-weight:900;display:grid;overflow:hidden}.settings-toggle-button{width:100%}.password-box{border:1px solid var(--border);background:#0206173d;border-radius:16px;flex-direction:column;gap:14px;padding:14px;display:flex}@media (width<=900px){.admin-form-collapsed,.support-actions-grid{grid-template-columns:1fr}}.header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.leads-scroll-panel .leads-table-scroll,.revenue-leads-panel .table-wrapper,.companies-table-wrapper{max-height:560px;overflow:auto}.leads-table-scroll table,.revenue-leads-panel table,.companies-table-wrapper table{min-width:1040px}.leads-table-scroll thead th,.revenue-leads-panel thead th,.companies-table-wrapper thead th{z-index:2;background:#0b1220;position:sticky;top:0}.logs-scroll-list{max-height:460px;padding-right:8px;overflow-y:auto}.logs-scroll-list::-webkit-scrollbar{width:10px;height:10px}.leads-table-scroll::-webkit-scrollbar{width:10px;height:10px}.revenue-leads-panel .table-wrapper::-webkit-scrollbar{width:10px;height:10px}.companies-table-wrapper::-webkit-scrollbar{width:10px;height:10px}.logs-scroll-list::-webkit-scrollbar-thumb{background:#94a3b847;border-radius:999px}.leads-table-scroll::-webkit-scrollbar-thumb{background:#94a3b847;border-radius:999px}.revenue-leads-panel .table-wrapper::-webkit-scrollbar-thumb{background:#94a3b847;border-radius:999px}.companies-table-wrapper::-webkit-scrollbar-thumb{background:#94a3b847;border-radius:999px}.report-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:18px;display:flex}.report-toolbar h3{margin:0 0 5px}.report-toolbar p{color:var(--muted);margin:0}.report-modal{max-width:560px}.logo-upload-box{background:#02061752;border:1px dashed #94a3b847;border-radius:16px;padding:14px}.upload-label{color:#ede9fe;cursor:pointer;background:#7c3aed2e;border:1px solid #7c3aed73;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:11px 14px;font-weight:850;width:auto!important;display:inline-flex!important}.upload-label input{display:none}.logo-upload-box p{color:var(--muted);margin:10px 0 0;font-size:13px;line-height:1.45}.company-avatar-preview img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.report-toolbar{flex-direction:column;align-items:stretch}}:root{--button-solid:#7c3aed;--button-solid-hover:#6d28d9}html[data-theme=light]{--bg:#f5f7fb;--panel:#fff;--panel-strong:#fff;--border:#0f172a1f;--text:#0f172a;--muted:#64748b;--purple:#6d28d9;--blue:#0891b2}html[data-theme=light] body{background:#f5f7fb}.primary-button,.solid-button,.login-button,button.primary-button,.solid-only{background:var(--button-solid)!important;box-shadow:none!important}.primary-button:hover,.solid-button:hover,.login-button:hover,.solid-only:hover{background:var(--button-solid-hover)!important}.nav-item.active,.status-filter-item.active{background:#7c3aed3d!important}.auth-layout{grid-template-columns:minmax(320px,520px) minmax(340px,460px);justify-content:center;align-items:center;gap:28px;display:grid}.auth-marketing-card{border:1px solid var(--border);background:#0f172ac2;border-radius:28px;min-height:520px;padding:34px;position:relative;overflow:hidden;box-shadow:0 28px 90px #00000047}.auth-marketing-pill{color:#c4b5fd;background:#7c3aed2e;border-radius:999px;margin-bottom:24px;padding:8px 12px;font-weight:900;display:inline-flex}.auth-marketing-card h1{letter-spacing:-.06em;max-width:460px;margin:0;font-size:clamp(32px,4vw,54px);line-height:.98}.auth-marketing-card p{color:var(--muted);max-width:470px;font-size:17px;line-height:1.65}.auth-marketing-mockup{border:1px solid var(--border);background:#02061752;border-radius:22px;margin-top:28px;padding:22px}.mockup-row{background:#94a3b838;border-radius:999px;width:65%;height:14px;margin-bottom:12px}.mockup-row.wide{width:92%}.mockup-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.mockup-grid span{border:1px solid var(--border);background:#7c3aed2e;border-radius:16px;height:72px}.auth-dots{gap:8px;margin-top:22px;display:flex}.auth-dots button{background:#94a3b859;border:0;border-radius:999px;width:10px;height:10px;padding:0}.auth-dots button.active{background:var(--button-solid);width:28px}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.theme-toggle{white-space:nowrap}.mobile-menu-button,.mobile-menu-backdrop,.sidebar-close{display:none}.leads-table-scroll,.admin-table-scroll,.logs-scroll,.revenue-leads-panel .table-wrapper{max-height:520px;overflow:auto}.logs-scroll{padding-right:4px}.objection-button{text-align:left;cursor:pointer;width:100%}.objection-button:hover{border-color:#7c3aed8c;transform:translateY(-1px)}@media (width<=980px){.auth-layout{grid-template-columns:1fr;padding:18px}.auth-marketing-card{min-height:auto}.app{display:block}.mobile-menu-button{z-index:120;border:1px solid var(--border);background:var(--panel-strong);width:44px;height:44px;color:var(--text);border-radius:14px;place-items:center;display:grid;position:fixed;top:16px;left:16px}.mobile-menu-backdrop{z-index:110;background:#02061794;border:0;display:block;position:fixed;inset:0}.sidebar{z-index:130;width:min(86vw,330px);transition:transform .22s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-105%)}.app.menu-open .sidebar{transform:translate(0)}.sidebar-close{border:1px solid var(--border);width:36px;height:36px;color:var(--text);background:#0f172ab3;border-radius:12px;place-items:center;display:grid;position:absolute;top:18px;right:18px}.main{padding:78px 18px 24px}.topbar{flex-direction:column;align-items:flex-start}.topbar-actions,.topbar-actions .primary-button,.topbar-actions .secondary-button{width:100%}.stats-grid,.revenue-grid,.signup-grid,.settings-grid,.support-grid{grid-template-columns:1fr!important}.form-grid,.revenue-bar-row{grid-template-columns:1fr}.revenue-bar-value{text-align:left}}@media (width<=720px){.main{padding-left:14px;padding-right:14px}.panel,.stat-card,.login-card,.signup-card{border-radius:18px}.topbar h2{font-size:24px}.table-wrapper{border-radius:16px}table{min-width:860px}.auth-marketing-card{display:none}.login-card,.signup-card{width:100%}}.objection-item,.objection-item strong,.objection-item b,.objection-button,.objection-button strong,.objection-button b{color:var(--text)!important}.objection-item span,.objection-button span{color:var(--muted)!important}.objection-button{background:#0f172ab8!important}.objection-button:hover{background:#1e293be6!important}html[data-theme=light] body,html[data-theme=light] .app,html[data-theme=light] .main{color:#172033!important;background:#f4f7fb!important}html[data-theme=light] .sidebar{background:#fff!important;border-right-color:#0f172a1a!important}html[data-theme=light] .panel,html[data-theme=light] .stat-card,html[data-theme=light] .login-card,html[data-theme=light] .auth-marketing-card,html[data-theme=light] .settings-card,html[data-theme=light] .support-card,html[data-theme=light] .insights-panel,html[data-theme=light] .modal,html[data-theme=light] .modal-card,html[data-theme=light] .admin-section,html[data-theme=light] .card,html[data-theme=light] .summary-card{color:#172033!important;background:#fff!important;border-color:#0f172a1f!important;box-shadow:0 16px 44px #0f172a14!important}html[data-theme=light] .nav-item,html[data-theme=light] .status-filter-item,html[data-theme=light] .secondary-button,html[data-theme=light] .theme-toggle,html[data-theme=light] .login-input,html[data-theme=light] input,html[data-theme=light] textarea,html[data-theme=light] select,html[data-theme=light] .search-box,html[data-theme=light] .account-row,html[data-theme=light] .objection-item,html[data-theme=light] .objection-button,html[data-theme=light] .table-wrapper,html[data-theme=light] .lead-detail-box,html[data-theme=light] .form-muted-box{color:#172033!important;box-shadow:none!important;background:#f8fafc!important;border-color:#0f172a24!important}html[data-theme=light] .nav-item.active,html[data-theme=light] .status-filter-item.active{color:#24113f!important;background:#ede9fe!important;border-color:#8b5cf6!important}html[data-theme=light] .table th,html[data-theme=light] .table td,html[data-theme=light] .leads-table th,html[data-theme=light] .leads-table td,html[data-theme=light] .admin-table th,html[data-theme=light] .admin-table td{color:#172033!important;border-color:#0f172a1a!important}html[data-theme=light] .muted,html[data-theme=light] .topbar p,html[data-theme=light] .panel p,html[data-theme=light] .stat-card p,html[data-theme=light] .auth-marketing-card p,html[data-theme=light] .login-title p,html[data-theme=light] .support-card p,html[data-theme=light] .objection-item span,html[data-theme=light] .objection-button span{color:#52627a!important}html[data-theme=light] .primary-button,html[data-theme=light] .login-button,html[data-theme=light] button.primary-button{color:#fff!important}.app.menu-open .mobile-menu-button{display:none!important}.auth-marketing-mockup{background:linear-gradient(#0f172adb,#0f172a94)!important;border:1px solid #94a3b82e!important}.mockup-topbar{gap:7px;margin-bottom:16px;display:flex}.mockup-topbar span{background:#94a3b859;border-radius:999px;width:10px;height:10px}.mockup-topbar span:first-child{background:#8b5cf6}.mockup-lead-row{background:#02061759;border:1px solid #94a3b824;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:12px 14px;display:flex}.mockup-lead-row strong{color:#f8fafc;font-size:13px}.mockup-lead-row em{color:#67e8f9;font-size:12px;font-style:normal;font-weight:800}.mockup-grid span{color:#c4b5fd;place-items:center;font-size:12px;font-weight:900;display:grid}html[data-theme=light] .auth-marketing-mockup{background:#f8fafc!important}html[data-theme=light] .mockup-lead-row{background:#fff!important}html[data-theme=light] .mockup-lead-row strong{color:#172033!important}@media (width<=980px){.app.menu-open .mobile-menu-button{display:none!important}.sidebar .nav{flex-direction:column!important;gap:10px!important;display:flex!important}}.empty-cell-expanded{padding:0!important}.empty-state-card{border:1px solid var(--border);text-align:center;background:#0f172a94;border-radius:22px;width:min(680px,100%);margin:28px auto;padding:34px 22px}.empty-state-icon{color:#67e8f9;background:#06b6d41c;border-radius:20px;place-items:center;width:62px;height:62px;margin:0 auto 14px;display:grid}.empty-state-card h3{margin:0 0 8px;font-size:22px}.empty-state-card p{max-width:520px;color:var(--muted);margin:0 auto 18px;line-height:1.55}.empty-state-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.attention-hero{grid-template-columns:1fr auto auto;align-items:center;gap:18px;margin-bottom:18px;padding:22px;display:grid}.attention-hero h3,.insights-hero h3{margin:0;font-size:22px}.attention-hero p,.insights-hero p{color:var(--muted);margin:6px 0 0}.attention-hero-metrics{flex-wrap:wrap;gap:10px;display:flex}.attention-hero-metrics span{border:1px solid var(--border);color:var(--muted);background:#02061759;border-radius:999px;align-items:center;gap:8px;padding:10px 12px;display:inline-flex}.attention-hero-metrics strong{color:var(--text)}.attention-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.attention-category{padding:18px;overflow:visible}.attention-category-head{grid-template-columns:auto 1fr auto;align-items:start;gap:12px;margin-bottom:14px;display:grid}.attention-category-icon{background:#7c3aed2e;border-radius:14px;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.attention-category-head h3{margin:0;font-size:18px}.attention-category-head p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.4}.attention-category-head>strong{color:#67e8f9;background:#06b6d41f;border-radius:999px;place-items:center;min-width:34px;height:34px;display:grid}.attention-list.compact{flex-direction:column;gap:12px;max-height:520px;padding-right:4px;display:flex;overflow:auto}.compact-empty{border:1px dashed var(--border);border-radius:16px;padding:24px!important}.attention-card{border:1px solid var(--border);background:#02061747;border-radius:18px;padding:14px}.attention-card-main strong{color:var(--text);margin-bottom:4px;display:block}.attention-card-main p{color:#cbd5e1;margin:0 0 6px}.attention-card-main span{color:var(--muted);font-size:13px;line-height:1.45}.attention-card-side{justify-content:space-between;align-items:center;gap:10px;margin:12px 0;display:flex}.attention-money{color:var(--text);font-weight:850}.attention-actions{flex-wrap:wrap;gap:8px;display:flex}.followup-box{background:#06b6d412;border:1px solid #22d3ee2e;border-radius:16px;margin-top:12px;padding:13px}.followup-box p{color:var(--text);line-height:1.5}.insights-hero{margin-bottom:18px;padding:22px}.insights-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.insight-summary-card{border:1px solid var(--border);color:var(--text);background:#02061757;border-radius:16px;padding:14px;font-weight:800;line-height:1.45}.objection-item strong{color:var(--text)!important}.objection-item span{color:var(--muted)!important}:root[data-theme=light] .objection-item strong,:root[data-theme=light] .attention-card-main strong,:root[data-theme=light] .attention-money,:root[data-theme=light] .insight-summary-card,:root[data-theme=light] .empty-state-card h3{color:#0f172a!important}:root[data-theme=light] .objection-item span,:root[data-theme=light] .attention-card-main span,:root[data-theme=light] .attention-category-head p,:root[data-theme=light] .empty-state-card p{color:#475569!important}:root[data-theme=light] .attention-card,:root[data-theme=light] .insight-summary-card,:root[data-theme=light] .empty-state-card{background:#fff}@media (width<=980px){.attention-hero,.attention-category-grid,.insights-summary-grid{grid-template-columns:1fr}}.probability-badge{border:1px solid var(--border);background:#0f172ab8;border-radius:999px;justify-content:center;align-items:center;min-width:54px;padding:7px 10px;font-size:13px;font-weight:900;display:inline-flex}.probability-badge.high{color:#5eead4;border-color:#14b8a659}.probability-badge.medium{color:#fde68a;border-color:#facc1559}.probability-badge.low{color:#fca5a5;border-color:#ef444459}.attention-category-icon svg{color:#c4b5fd;width:20px;height:20px}.signup-card-stepped{width:min(520px,100%)}.signup-steps{grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0 20px;display:grid}.signup-steps span{border:1px solid var(--border);color:var(--muted);text-align:center;background:#02061759;border-radius:999px;padding:9px 10px;font-size:12px;font-weight:850}.signup-steps span.active{color:#fff;background:#7c3aed59;border-color:#7c3aed8c}.signup-actions-row{align-items:center;gap:10px;display:flex}.signup-actions-row .solid-button{flex:1}.tutorial-page{place-items:center;min-height:100vh;padding:28px;display:grid}.tutorial-shell{width:min(1100px,100%);padding:26px}.tutorial-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px;display:flex}.login-brand.compact{margin-bottom:0}.tutorial-grid{grid-template-columns:.9fr 1.1fr;align-items:stretch;gap:24px;display:grid}.tutorial-grid h1{letter-spacing:-.06em;margin:0 0 12px;font-size:clamp(30px,4vw,52px);line-height:.98}.tutorial-grid p{color:var(--muted);font-size:16px;line-height:1.6}.tutorial-steps-list{gap:12px;margin-top:24px;display:grid}.tutorial-steps-list div{border:1px solid var(--border);background:#0206175c;border-radius:16px;align-items:center;gap:12px;padding:14px;display:flex}.tutorial-steps-list strong{color:#fff;background:#7c3aed47;border-radius:999px;place-items:center;width:32px;height:32px;display:grid}.tutorial-video-card{border:1px solid var(--border);background:#0206175c;border-radius:22px;padding:18px}.tutorial-video-placeholder{text-align:center;min-height:360px;color:var(--muted);border:1px dashed #94a3b859;border-radius:18px;align-content:center;place-items:center;gap:10px;display:grid}.tutorial-video-placeholder svg{color:#8b5cf6}.tutorial-video-placeholder strong{color:var(--text);font-size:22px}html[data-theme=light] .probability-badge{color:#111827;background:#fff}html[data-theme=light] .probability-badge.high{color:#0f766e}html[data-theme=light] .probability-badge.medium{color:#a16207}html[data-theme=light] .probability-badge.low{color:#b91c1c}html[data-theme=light] .signup-steps span{color:#475569;background:#fff}html[data-theme=light] .signup-steps span.active{color:#5b21b6;background:#ede9fe}html[data-theme=light] .tutorial-steps-list div,html[data-theme=light] .tutorial-video-card{background:#fff}@media (width<=820px){.tutorial-grid{grid-template-columns:1fr}.tutorial-header{flex-direction:column;align-items:flex-start}.signup-actions-row{flex-direction:column;align-items:stretch}}.password-input-wrap input,.field-with-eye input{padding-right:42px!important}.password-eye-button,.field-with-eye button{color:var(--muted);background:0 0;border:0;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;display:inline-grid}.password-eye-button:hover,.field-with-eye button:hover{color:var(--text);background:#94a3b81f}.field-with-eye{align-items:center;display:flex;position:relative}.field-with-eye input{width:100%}.field-with-eye button{position:absolute;right:8px}.field-help{color:var(--muted);margin-top:7px;font-size:12px;font-weight:600;line-height:1.45;display:block}.verify-email-card{width:min(520px,100%)}.signup-success-card .verify-email-card{width:100%;box-shadow:none;background:0 0;border:0;margin-top:18px;padding:0}.signup-success-card .verify-email-card .login-brand,.signup-success-card .verify-email-card .login-title{display:none}.signup-success-card .verify-email-card .login-form{gap:12px}.link-button{color:#c4b5fd;background:0 0;border:0;padding:10px;font-weight:850}.link-button:hover{color:var(--text)}.plan-settings-panel{grid-column:1/-1}.plan-current-card{grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;margin-bottom:18px;display:grid}.plan-current-card>div{border:1px solid var(--border);background:#0206175c;border-radius:16px;padding:16px}.plan-current-card span,.plan-current-card small{color:var(--muted);font-size:13px;display:block}.plan-current-card strong{letter-spacing:-.03em;margin:7px 0 4px;font-size:21px;display:block}.upgrade-form{grid-template-columns:minmax(220px,1fr) auto;align-items:end;gap:12px;display:grid}.upgrade-form label{color:#c4b5fd;flex-direction:column;gap:8px;font-size:13px;font-weight:800;display:flex}.upgrade-form select{border:1px solid var(--border);width:100%;color:var(--text);background:#02061780;border-radius:14px;outline:none;padding:12px;font-weight:750}.plan-limit-warning{color:#fde68a;background:#facc1514;border:1px solid #facc1547;border-radius:14px;padding:12px;font-weight:800}@media (width<=760px){.plan-current-card,.upgrade-form{grid-template-columns:1fr}}.session-expired-banner{z-index:300;color:#fee2e2;text-align:center;background:#7f1d1deb;border:1px solid #f8717157;border-radius:16px;width:min(560px,100% - 32px);padding:14px 18px;font-weight:850;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 22px 70px #00000061}.settings-page{gap:18px;display:grid}.settings-hero{background:radial-gradient(circle at 100% 0,#7c3aed52,#0000 34%),radial-gradient(circle at 0 100%,#06b6d424,#0000 36%),#0f172adb;justify-content:space-between;align-items:center;gap:22px;padding:28px;display:flex;position:relative;overflow:hidden}.settings-hero:after{content:"";background:linear-gradient(90deg,#0000,#a78bfab3,#0000);height:1px;position:absolute;inset:auto 28px -1px}.settings-hero-content{z-index:1;max-width:760px;position:relative}.settings-kicker{color:#c4b5fd;text-transform:uppercase;letter-spacing:.08em;background:#7c3aed29;border:1px solid #a78bfa52;border-radius:999px;width:fit-content;margin-bottom:12px;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.settings-hero h3{letter-spacing:-.06em;margin:0;font-size:clamp(26px,3vw,42px);line-height:.98}.settings-hero p{color:#cbd5e1;max-width:680px;margin:12px 0 0}.settings-plan-pill{z-index:1;background:#02061775;border:1px solid #a78bfa42;border-radius:22px;min-width:220px;padding:18px;position:relative;box-shadow:inset 0 1px #ffffff0a}.settings-plan-pill span,.settings-plan-pill small{color:var(--muted);font-size:13px;font-weight:800;display:block}.settings-plan-pill strong{letter-spacing:-.05em;margin:4px 0;font-size:28px;display:block}.settings-feedback-row{gap:10px;display:grid}.settings-modern-grid{grid-template-columns:minmax(360px,.78fr) minmax(360px,1.22fr);gap:18px;display:grid}.settings-card{background:linear-gradient(180deg, #0f172ae6, #0f172ac2), var(--panel);padding:24px}.settings-card-header{align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.settings-card-header h3{letter-spacing:-.04em;margin:0;font-size:20px}.settings-card-header p{color:var(--muted);margin:5px 0 0}.settings-card-icon,.usage-icon{color:#c4b5fd;background:#7c3aed29;border:1px solid #a78bfa47;border-radius:15px;flex:none;place-items:center;width:44px;height:44px;display:grid}.settings-card-icon.cyan{color:#67e8f9;background:#06b6d41f;border-color:#22d3ee3d}.settings-card-icon.purple{background:linear-gradient(135deg,#7c3aed3d,#2563eb29);border-color:#a78bfa57}.settings-profile-card,.settings-summary-card,.plan-control-panel{border-radius:26px}.modern-logo-editor{border:1px solid var(--border);background:#02061757;border-radius:20px;padding:16px}.compact-upload-box{justify-content:space-between;align-items:center;gap:14px;margin:14px 0 18px;padding:14px;display:flex}.compact-upload-box p{display:none}.settings-input-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.settings-input-grid label,.modern-password-box label,.upgrade-fields label{color:#c4b5fd;flex-direction:column;gap:8px;font-size:13px;font-weight:850;display:flex}.settings-input-grid label.full{grid-column:1/-1}.settings-input-grid input,.modern-password-box input,.upgrade-fields select,.upgrade-checkout select{border:1px solid var(--border);width:100%;min-height:46px;color:var(--text);background:#02061785;border-radius:14px;outline:none;padding:0 13px;font-weight:750}.settings-input-grid input:focus,.modern-password-box input:focus,.upgrade-fields select:focus,.upgrade-checkout select:focus{border-color:#22d3ee8c;box-shadow:0 0 0 4px #22d3ee17}.settings-security-toggle{border:1px solid var(--border);width:100%;min-height:48px;color:var(--text);background:#02061752;border-radius:14px;justify-content:center;align-items:center;gap:9px;margin-top:16px;font-weight:850;display:inline-flex}.settings-security-toggle:hover{background:#7c3aed24;border-color:#a78bfa5c}.modern-password-box{background:#02061747;border:1px solid #a78bfa2e;border-radius:18px;margin-top:14px;padding:16px}.modern-account-summary{gap:12px}.modern-account-summary div{background:linear-gradient(135deg,#02061773,#0f172a80);border-radius:15px}.settings-loading-note{color:var(--muted);margin-top:16px;font-size:13px;font-weight:800}.plan-control-panel{padding:26px}.plan-header{align-items:center}.usage-grid{grid-template-columns:.85fr 1fr 1fr;gap:14px;margin-bottom:18px;display:grid}.usage-card{border:1px solid var(--border);background:#02061757;border-radius:20px;padding:18px}.featured-usage-card{background:radial-gradient(circle at 100% 0,#7c3aed3d,#0000 38%),#02061761}.usage-card-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.usage-card span{color:var(--muted);font-size:13px;font-weight:850}.usage-card strong{letter-spacing:-.05em;font-size:26px;line-height:1;display:block}.featured-usage-card strong{font-size:34px}.usage-card p,.usage-card small{color:#cbd5e1;margin:0;font-weight:750}.usage-progress-track{border:1px solid var(--border);background:#0206178a;border-radius:999px;height:10px;margin:16px 0 9px;overflow:hidden}.usage-progress-fill{border-radius:inherit;background:linear-gradient(90deg, var(--purple), var(--blue));min-width:6px;height:100%}.upgrade-checkout{background:radial-gradient(circle at 0 0,#7c3aed2e,#0000 30%),#02061747;border:1px solid #a78bfa38;border-radius:22px;gap:16px;margin-top:18px;padding:18px;display:grid}.upgrade-copy{gap:4px;display:grid}.upgrade-copy strong{font-size:18px}.upgrade-copy span{color:var(--muted)}.upgrade-fields{grid-template-columns:1fr 1fr;gap:14px;display:grid}.upgrade-preview-card{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.upgrade-preview-card div{border:1px solid var(--border);background:#0f172a9e;border-radius:16px;padding:14px}.upgrade-preview-card span,.upgrade-result-card span{color:var(--muted);font-size:13px;font-weight:800;display:block}.upgrade-preview-card strong{margin-top:4px;font-size:20px;display:block}.upgrade-button{width:100%}.upgrade-result-card{background:#14b8a61a;border:1px solid #2dd4bf47;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:16px;display:flex}.upgrade-result-card strong{margin-bottom:4px;display:block}@media (width<=1180px){.settings-modern-grid,.usage-grid{grid-template-columns:1fr}.settings-hero{flex-direction:column;align-items:stretch}.settings-plan-pill{width:100%}}@media (width<=760px){.settings-hero,.settings-card,.plan-control-panel{border-radius:20px;padding:18px}.settings-input-grid,.upgrade-fields,.upgrade-preview-card{grid-template-columns:1fr}.settings-card-header{align-items:flex-start}.compact-upload-box,.upgrade-result-card{flex-direction:column;align-items:stretch}.upgrade-result-card .primary-button{width:100%}}body{background:var(--bg)!important}.primary-button,.solid-button,.nav-item.active,.status-filter-item.active,.auth-marketing-pill,.auth-dots button.active,.mockup-grid span,.signup-steps span.active,.settings-kicker,.settings-card-icon,.settings-current-plan-card,.settings-plan-pill,.settings-upgrade-card .primary-button{background:#7c3aed!important}.primary-button,.solid-button{box-shadow:0 14px 32px #7c3aed38!important}.panel,.login-card,.signup-card,.modal,.settings-clean-hero,.settings-account-summary,.settings-usage-card,.settings-upgrade-card,.revenue-command-panel,.revenue-filter-panel,.revenue-chart-card,.revenue-metrics-card,.revenue-distribution-card{background:#0f172ae0!important}.revenue-won,.revenue-progress,.revenue-new,.revenue-lost,.revenue-bar-fill,.usage-track span,.revenue-chart-column span{background:#7c3aed!important}.settings-clean-page{flex-direction:column;gap:18px;display:flex}.settings-clean-hero{border-radius:24px;justify-content:space-between;align-items:center;gap:24px;padding:28px;display:flex}.settings-clean-hero h3{letter-spacing:-.06em;max-width:760px;margin:12px 0 10px;font-size:clamp(30px,4vw,54px);line-height:.96}.settings-clean-hero p{color:#bfdbfe;max-width:760px;margin:0;font-size:16px;line-height:1.55}.settings-current-plan-card{color:#fff;border:1px solid #a78bfa47;border-radius:22px;min-width:220px;padding:22px;background:#7c3aed33!important}.settings-current-plan-card span,.settings-current-plan-card small{color:#c4b5fd;font-size:13px;font-weight:800;display:block}.settings-current-plan-card strong{letter-spacing:-.05em;margin:8px 0 4px;font-size:28px;display:block}.settings-clean-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:18px;display:grid}.settings-account-summary,.settings-usage-card,.settings-upgrade-card,.settings-email-confirm-card{border-radius:24px;padding:24px}.settings-summary-layout{grid-template-columns:120px 1fr;align-items:start;gap:18px;margin-top:22px;display:grid}.large-avatar{border-radius:26px!important;width:96px!important;height:96px!important}.settings-summary-list{gap:10px;display:grid}.settings-summary-list div{border:1px solid var(--border);background:#02061757;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:13px 14px;display:flex}.settings-summary-list span{color:#93c5fd;font-size:13px}.settings-summary-list strong{color:var(--text);text-align:right;word-break:break-word}.settings-action-row,.settings-inline-form{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.settings-edit-box{border:1px solid var(--border);background:#02061747;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;padding:18px;display:grid}.settings-edit-box label,.settings-upgrade-card label,.settings-email-confirm-card label{color:#c4b5fd;flex-direction:column;gap:8px;font-size:13px;font-weight:850;display:flex}.settings-edit-box input,.settings-upgrade-card select,.settings-inline-form input{border:1px solid var(--border);width:100%;color:var(--text);background:#0206178f;border-radius:14px;outline:none;padding:13px 14px}.settings-edit-box small{color:var(--muted);line-height:1.4}.settings-save-button{width:100%;margin-top:18px}.settings-side-stack{flex-direction:column;gap:18px;display:flex}.usage-modern-list{gap:14px;margin-top:18px;display:grid}.usage-modern-list>div{border:1px solid var(--border);background:#02061747;border-radius:18px;padding:16px}.usage-modern-list span,.usage-modern-list small{color:#93c5fd;font-size:13px;font-weight:700;display:block}.usage-modern-list strong{letter-spacing:-.05em;margin:8px 0;font-size:26px;display:block}.usage-track{background:#94a3b824;border-radius:999px;height:10px;margin:10px 0;overflow:hidden}.usage-track span{border-radius:inherit;height:100%;display:block}.settings-upgrade-card{flex-direction:column;gap:16px;display:flex}.settings-max-plan{color:#ccfbf1;background:#14b8a614;border:1px solid #14b8a647;border-radius:18px;gap:6px;padding:16px;display:grid}.settings-email-confirm-card{grid-template-columns:1fr minmax(280px,420px);align-items:end;gap:18px;display:grid}.settings-email-confirm-card h3{margin:8px 0;font-size:24px}.settings-email-confirm-card p{color:var(--muted);margin:0}.revenue-page-modern{flex-direction:column;gap:18px;display:flex}.revenue-command-panel,.revenue-filter-panel{border-radius:24px;justify-content:space-between;align-items:center;gap:22px;padding:24px;display:flex}.revenue-command-panel h3{letter-spacing:-.06em;max-width:850px;margin:10px 0 8px;font-size:clamp(28px,3.4vw,48px);line-height:1}.revenue-command-panel p,.revenue-filter-panel span{color:var(--muted);margin:0;line-height:1.55}.revenue-filter-buttons{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.revenue-filter-button{border:1px solid var(--border);color:#cbd5e1;background:#02061757;border-radius:999px;padding:10px 14px;font-weight:850}.revenue-filter-button.active{color:#fff;background:#7c3aed;border-color:#a78bfa80}.revenue-analytics-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.46fr);gap:18px;display:grid}.revenue-chart-card,.revenue-metrics-card,.revenue-distribution-card{border-radius:24px;padding:22px}.revenue-chart-wrap{grid-template-columns:minmax(260px,1fr) minmax(220px,.42fr);align-items:stretch;gap:20px;display:grid}.revenue-chart-bars{border:1px solid var(--border);background:#02061747;border-radius:20px;justify-content:center;align-items:end;gap:34px;height:260px;padding:18px;display:flex}.revenue-chart-column{min-width:120px;height:100%;color:var(--muted);grid-template-rows:1fr auto auto;place-items:end center;gap:8px;display:grid}.revenue-chart-column span{border-radius:18px 18px 6px 6px;width:74px;min-height:0;background:#475569!important}.revenue-chart-column.active span{background:#7c3aed!important}.revenue-chart-column strong{color:var(--text)}.revenue-chart-column small{color:#93c5fd;font-weight:800}.revenue-trend-summary{gap:12px;display:grid}.revenue-trend-summary div{border:1px solid var(--border);background:#02061747;border-radius:18px;padding:18px}.revenue-trend-summary span{color:var(--muted);margin-bottom:8px;display:block}.revenue-trend-summary strong{letter-spacing:-.04em;font-size:24px;display:block}.trend-positive{color:#5eead4}.trend-negative{color:#fca5a5}.revenue-leads-scroll{max-height:276px;overflow:auto}.revenue-leads-scroll thead th{z-index:2;position:sticky;top:0}.custom-scroll-modal,.revenue-leads-scroll,.activity-list,.timeline{scrollbar-width:thin;scrollbar-color:#7c3aedcc #0f172ae6}.custom-scroll-modal::-webkit-scrollbar{width:10px;height:10px}.revenue-leads-scroll::-webkit-scrollbar{width:10px;height:10px}.activity-list::-webkit-scrollbar{width:10px;height:10px}.timeline::-webkit-scrollbar{width:10px;height:10px}.custom-scroll-modal::-webkit-scrollbar-track{background:#0f172ae6;border-radius:999px}.revenue-leads-scroll::-webkit-scrollbar-track{background:#0f172ae6;border-radius:999px}.activity-list::-webkit-scrollbar-track{background:#0f172ae6;border-radius:999px}.timeline::-webkit-scrollbar-track{background:#0f172ae6;border-radius:999px}.custom-scroll-modal::-webkit-scrollbar-thumb{background:#7c3aed;border:2px solid #0f172ae6;border-radius:999px}.revenue-leads-scroll::-webkit-scrollbar-thumb{background:#7c3aed;border:2px solid #0f172ae6;border-radius:999px}.activity-list::-webkit-scrollbar-thumb{background:#7c3aed;border:2px solid #0f172ae6;border-radius:999px}.timeline::-webkit-scrollbar-thumb{background:#7c3aed;border:2px solid #0f172ae6;border-radius:999px}.lead-details-modal{max-height:min(86vh,860px);overflow-y:auto}.timeline{max-height:260px;padding-right:6px;overflow-y:auto}@media (width<=1120px){.settings-clean-grid,.revenue-analytics-grid,.revenue-chart-wrap,.settings-email-confirm-card{grid-template-columns:1fr}}@media (width<=760px){.settings-clean-hero,.revenue-command-panel,.revenue-filter-panel{flex-direction:column;align-items:stretch}.settings-current-plan-card{min-width:0}.settings-summary-layout,.settings-edit-box{grid-template-columns:1fr}.settings-summary-list div{flex-direction:column;align-items:flex-start;gap:6px}.settings-summary-list strong{text-align:left}.settings-action-row .secondary-button,.settings-inline-form .primary-button,.settings-save-button,.settings-upgrade-card .primary-button{width:100%}.revenue-filter-buttons{justify-content:flex-start}.revenue-chart-bars{gap:18px;height:220px}.revenue-chart-column{min-width:96px}.revenue-bar-row{grid-template-columns:1fr;gap:8px}.revenue-bar-value{text-align:left}.revenue-leads-scroll{max-height:320px}}.custom-scrollbar,.custom-scroll-modal,.kanban-card-list,.notes-list,.tasks-list,.task-preview-list,.attention-list,.lead-timeline-scroll{scrollbar-width:thin;scrollbar-color:#7c3aedb8 #0f172ab3}.custom-scrollbar::-webkit-scrollbar{width:10px;height:10px}.custom-scroll-modal::-webkit-scrollbar{width:10px;height:10px}.kanban-card-list::-webkit-scrollbar{width:10px;height:10px}.notes-list::-webkit-scrollbar{width:10px;height:10px}.tasks-list::-webkit-scrollbar{width:10px;height:10px}.task-preview-list::-webkit-scrollbar{width:10px;height:10px}.attention-list::-webkit-scrollbar{width:10px;height:10px}.lead-timeline-scroll::-webkit-scrollbar{width:10px;height:10px}.custom-scrollbar::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.custom-scroll-modal::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.kanban-card-list::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.notes-list::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.tasks-list::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.task-preview-list::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.attention-list::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.lead-timeline-scroll::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#7c3aedd1;border:2px solid #0f172ab8;border-radius:999px}.custom-scroll-modal::-webkit-scrollbar-thumb{background:#7c3aedd1;border:2px solid #0f172ab8;border-radius:999px}.kanban-card-list::-webkit-scrollbar-thumb{background:#7c3aedd1;border:2px solid #0f172ab8;border-radius:999px}.notes-list::-webkit-scrollbar-thumb{background:#7c3aedd1;border:2px solid #0f172ab8;border-radius:999px}.tasks-list::-webkit-scrollbar-thumb{background:#7c3aedd1;border:2px solid #0f172ab8;border-radius:999px}.task-preview-list::-webkit-scrollbar-thumb{background:#7c3aedd1;border:2px solid #0f172ab8;border-radius:999px}.attention-list::-webkit-scrollbar-thumb{background:#7c3aedd1;border:2px solid #0f172ab8;border-radius:999px}.lead-timeline-scroll::-webkit-scrollbar-thumb{background:#7c3aedd1;border:2px solid #0f172ab8;border-radius:999px}.compact-button{min-height:40px;padding:10px 13px}.day-focus-panel{margin-bottom:18px;padding:18px}.day-focus-header,.attention-summary,.kanban-toolbar{justify-content:space-between;align-items:center;gap:18px;display:flex}.day-focus-header h3,.attention-summary h3{margin:0;font-size:18px}.day-focus-header p,.attention-summary p{color:var(--muted);margin:5px 0 0}.day-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.task-preview-card{border:1px solid var(--border);background:#02061757;border-radius:18px;padding:14px}.task-preview-card.danger{border-color:#f8717142}.task-preview-title{align-items:center;gap:9px;margin-bottom:10px;display:flex}.task-preview-title span{color:#ddd6fe;background:#7c3aed33;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;margin-left:auto;font-weight:900;display:inline-flex}.task-preview-list{flex-direction:column;gap:8px;max-height:152px;padding-right:4px;display:flex;overflow-y:auto}.task-preview-list p{color:var(--muted);margin:0}.task-preview-item{border:1px solid var(--border);text-align:left;width:100%;color:var(--text);background:#0f172ab8;border-radius:14px;padding:10px 12px}.task-preview-item strong,.task-preview-item span{display:block}.task-preview-item span{color:var(--muted);margin-top:4px;font-size:12px}.kanban-toolbar{margin-bottom:18px;padding:16px}.kanban-search{flex:1;max-width:none}.kanban-filters{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.kanban-filters label{color:#c4b5fd;flex-direction:column;gap:7px;font-size:12px;font-weight:850;display:flex}.kanban-filters select{border:1px solid var(--border);min-width:145px;color:var(--text);background:#0206179e;border-radius:13px;outline:none;padding:11px 12px}.kanban-board{grid-template-columns:repeat(6,minmax(290px,1fr));gap:14px;padding-bottom:12px;display:grid;overflow-x:auto}.kanban-column{border:1px solid var(--border);background:#0f172abd;border-radius:22px;min-height:520px;overflow:hidden;box-shadow:0 18px 46px #0000002e}.kanban-column-header{border-bottom:1px solid var(--border);justify-content:space-between;gap:14px;padding:16px;display:flex}.kanban-column-header strong,.kanban-column-header span{display:block}.kanban-column-header strong{font-size:16px}.kanban-column-header span{color:var(--muted);margin-top:5px;font-size:12px;line-height:1.35}.kanban-column-header em{color:#ddd6fe;background:#7c3aed38;border-radius:999px;place-items:center;min-width:32px;height:32px;font-style:normal;font-weight:900;display:grid}.kanban-column-total{border-bottom:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:13px;display:flex}.kanban-column-total strong{color:var(--text)}.kanban-card-list{flex-direction:column;gap:12px;min-height:360px;max-height:560px;padding:14px;display:flex;overflow-y:auto}.kanban-card{cursor:grab;background:#0206176b;border:1px solid #94a3b82e;border-radius:18px;padding:14px;transition:transform .15s,border-color .15s,background .15s}.kanban-card:hover{background:#1e293b8f;border-color:#7c3aed7a;transform:translateY(-2px)}.kanban-card:active{cursor:grabbing}.kanban-card-top{justify-content:space-between;align-items:start;gap:10px;display:flex}.kanban-card-top strong,.kanban-card-top span{font-weight:900}.kanban-card p{color:#cbd5e1;margin:8px 0;line-height:1.4}.kanban-card small{color:#a5b4fc;margin-top:10px;line-height:1.45;display:block}.kanban-card-meta{flex-wrap:wrap;gap:7px;display:flex}.kanban-card-meta span{border:1px solid var(--border);color:var(--muted);background:#0f172ab8;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.kanban-card-actions{gap:8px;margin-top:12px;display:flex}.kanban-card-actions button,.attention-actions-row button,.note-item button,.task-actions button{border:1px solid var(--border);color:var(--text);background:#0f172adb;border-radius:10px;padding:7px 9px;font-size:12px;font-weight:850}.danger-text{color:#fecaca!important}.kanban-empty{border:1px dashed var(--border);min-height:140px;color:var(--muted);border-radius:16px;place-items:center;display:grid}.lead-details-modal-wide{width:min(1120px,100vw - 30px);max-height:min(860px,100vh - 32px);overflow-y:auto}.sticky-modal-header{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111827fa;position:sticky;top:0}.lead-modal-layout{grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);gap:18px;padding:0 22px 22px;display:grid}.lead-modal-main,.lead-modal-side{flex-direction:column;gap:14px;display:flex}.lead-side-card{border:1px solid var(--border);background:#02061757;border-radius:18px;padding:16px}.lead-side-title{align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.lead-side-title h4,.lead-side-title p{margin:0}.lead-side-title p{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.4}.note-form,.task-form{flex-direction:column;gap:10px;display:flex}.note-form textarea,.task-form input{border:1px solid var(--border);width:100%;color:var(--text);background:#0206178f;border-radius:14px;outline:none;padding:12px}.note-form textarea{resize:vertical;min-height:96px}.note-form-actions{justify-content:flex-end;gap:8px;display:flex}.notes-list,.tasks-list{flex-direction:column;gap:10px;max-height:260px;margin-top:12px;padding-right:4px;display:flex;overflow-y:auto}.note-item,.task-item{border:1px solid var(--border);background:#0f172a9e;border-radius:14px;padding:12px}.note-item p,.note-item span,.task-item strong,.task-item span{display:block}.note-item p{color:#e2e8f0;margin:0 0 8px;line-height:1.45}.note-item span,.task-item span{color:var(--muted);font-size:12px}.note-item div,.task-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.task-item.done{opacity:.68}.task-item.done strong{text-decoration:line-through}.lead-timeline-scroll{max-height:310px;padding-right:6px;overflow-y:auto}.attention-grid-executable .attention-list{max-height:470px;padding-right:5px;overflow-y:auto}.attention-lead.executable,.attention-lead-main strong,.attention-lead-main span,.attention-lead-main small{display:block}.attention-lead-main span{color:#cbd5e1;margin-top:4px}.attention-lead-main small{color:var(--muted);margin-top:6px;line-height:1.45}.attention-actions-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.followup-preview{background:#06b6d414;border:1px solid #06b6d447;border-radius:14px;margin-top:12px;padding:12px}.followup-preview strong,.followup-preview p{margin:0;display:block}.followup-preview p{color:#dbeafe;margin-top:6px;line-height:1.45}.quick-task-modal{width:min(520px,100vw - 30px)}@media (width<=1100px){.kanban-board{grid-template-columns:repeat(6,minmax(270px,1fr))}.lead-modal-layout{grid-template-columns:1fr}}@media (width<=760px){.day-focus-header,.attention-summary,.kanban-toolbar{flex-direction:column;align-items:stretch}.day-focus-grid{grid-template-columns:1fr}.kanban-filters{grid-template-columns:1fr;width:100%;display:grid}.kanban-filters label,.kanban-filters select{width:100%}.kanban-board{grid-template-columns:repeat(6,minmax(82vw,1fr))}.kanban-column{min-height:460px}.lead-details-modal-wide{width:calc(100vw - 18px)}.lead-modal-layout{padding:0 14px 14px}.attention-actions-row button{flex:45%}}.attention-summary.panel{background:#0f172adb;border-radius:24px;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;padding:20px;display:flex}.attention-summary h3{letter-spacing:-.03em;margin:0;font-size:20px}.attention-summary p{max-width:720px;color:var(--muted);margin:6px 0 0;line-height:1.5}.attention-summary-metrics{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-width:min(620px,100%);display:flex}.attention-summary-metrics span{border:1px solid var(--border);color:#cbd5e1;white-space:nowrap;background:#0206176b;border-radius:999px;align-items:center;gap:7px;min-height:38px;padding:8px 12px;font-size:13px;display:inline-flex}.attention-summary-metrics strong{color:var(--text);font-size:15px}.attention-grid.attention-grid-executable{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.attention-grid-executable .attention-card{border:1px solid var(--border);background:#0f172ad1;border-radius:24px;flex-direction:column;min-height:320px;padding:0;display:flex;overflow:hidden;box-shadow:0 18px 46px #00000038,inset 0 1px #ffffff08}.attention-card-header{border-bottom:1px solid var(--border);grid-template-columns:44px 1fr auto;align-items:start;gap:14px;padding:18px;display:grid}.attention-card-header h3{letter-spacing:-.02em;margin:0;font-size:17px}.attention-card-header p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.45}.attention-card-header>span{color:#ddd6fe;background:#7c3aed3d;border-radius:999px;place-items:center;min-width:30px;height:30px;font-size:13px;font-weight:900;display:grid}.attention-icon{color:#c4b5fd;background:#7c3aed2e;border-radius:14px;place-items:center;width:40px;height:40px;display:grid}.attention-grid-executable .attention-list{flex-direction:column;gap:12px;min-height:210px;max-height:420px;padding:16px;display:flex;overflow-y:auto}.attention-empty{border:1px dashed var(--border);min-height:150px;color:var(--muted);background:#0206173d;border-radius:18px;place-items:center;display:grid}.attention-lead.executable{background:#02061761;border:1px solid #94a3b82e;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px;transition:transform .16s,border-color .16s,background .16s;display:grid}.attention-lead.executable:hover{background:#0f172ac2;border-color:#7c3aed6b;transform:translateY(-1px)}.attention-lead-main{min-width:0}.attention-lead-main strong{color:var(--text);font-size:15px;line-height:1.35;display:block}.attention-lead-main span{color:#dbeafe;margin-top:4px;font-size:13px;line-height:1.4;display:block}.attention-lead-main small{color:var(--muted);margin-top:7px;line-height:1.45;display:block}.attention-lead-meta{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:8px;display:flex}.days-badge{color:#fde68a;background:#713f1238;border:1px solid #facc154d;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}.attention-lead-meta strong{color:var(--text);font-size:14px}.attention-actions-row{flex-wrap:wrap;grid-column:1/-1;gap:8px;margin-top:2px;display:flex}.attention-actions-row button{border:1px solid var(--border);min-height:34px;color:var(--text);background:#0f172adb;border-radius:11px;padding:8px 10px;font-size:12px;font-weight:850;transition:transform .15s,border-color .15s,background .15s}.attention-actions-row button:hover:not(:disabled){background:#1e293be6;border-color:#7dd3fc57;transform:translateY(-1px)}.attention-actions-row button:disabled{opacity:.45;cursor:not-allowed}.followup-preview{background:#06b6d414;border:1px solid #06b6d442;border-radius:16px;grid-column:1/-1;margin-top:4px;padding:12px}.followup-preview strong{color:#67e8f9;font-size:13px;display:block}.followup-preview p{color:#dbeafe;margin:7px 0 0;font-size:13px;line-height:1.5}.insights-page{flex-direction:column;gap:18px;display:flex}.insights-hero{justify-content:space-between;align-items:flex-start;gap:18px;padding:22px;display:flex}.insights-eyebrow{color:#ddd6fe;letter-spacing:.04em;text-transform:uppercase;background:#7c3aed29;border:1px solid #7c3aed59;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.insights-hero h3{letter-spacing:-.045em;margin:14px 0 0;font-size:27px;line-height:1.08}.insights-hero p{max-width:740px;color:var(--muted);margin:10px 0 0;line-height:1.55}.insights-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.insights-summary-card{border-radius:18px;align-items:flex-start;gap:11px;padding:16px;display:flex}.insights-summary-card svg{color:#99f6e4;flex:none;margin-top:2px}.insights-summary-card span{color:#e2e8f0;font-weight:750;line-height:1.5}.insights-empty-state{text-align:center;grid-column:1/-1;place-items:center;gap:8px;padding:34px;display:grid}.insights-empty-state strong{font-size:18px}.insights-empty-state p{max-width:560px;color:var(--muted);margin:0;line-height:1.5}.insights-metric-grid{margin-bottom:0}.insights-stat-card small{color:var(--muted);margin-top:5px;font-size:12px;line-height:1.35;display:block}.insights-content-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;display:grid}.insights-panel-clean{padding:20px}.insights-alert-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;width:100%;min-width:0;display:grid}.insights-alert-card{border:1px solid var(--border);background:#02061757;border-radius:16px;min-width:0;padding:13px}.insights-alert-icon{color:#c4b5fd;background:#7c3aed2e;border-radius:13px;place-items:center;width:36px;height:36px;margin-bottom:10px;display:grid}.insights-alert-card strong{letter-spacing:-.04em;font-size:24px;display:block}.insights-alert-card span{margin-top:2px;font-weight:850;display:block}.insights-alert-card p{color:var(--muted);margin:6px 0 0;font-size:12px;line-height:1.4}.compact-empty{padding:24px}.insights-content-grid>*,.insights-metric-grid>*,.insights-summary-grid>*,.insights-panel-clean{min-width:0}.insights-alert-card span,.insights-alert-card p,.insights-stat-card strong,.insights-stat-card small{overflow-wrap:anywhere}.insights-opportunity-header{border-bottom:1px solid var(--border);padding:0 0 14px}.insights-opportunity-list{flex-direction:column;gap:10px;max-height:330px;padding-top:14px;padding-right:4px;display:flex;overflow-y:auto}.insights-opportunity-item{border:1px solid var(--border);width:100%;color:var(--text);text-align:left;background:#02061757;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;display:flex}.insights-opportunity-item:hover{background:#0f172ac7;border-color:#7c3aed6b}.insights-opportunity-item strong,.insights-opportunity-item span{display:block}.insights-opportunity-item span{color:var(--muted);margin-top:4px;font-size:12px}.insights-opportunity-item em{color:#e2e8f0;white-space:nowrap;font-style:normal;font-weight:900}@media (width<=1180px){.attention-summary.panel,.insights-hero{flex-direction:column}.attention-summary-metrics{justify-content:flex-start;min-width:0}.attention-grid.attention-grid-executable,.insights-content-grid{grid-template-columns:1fr}.insights-summary-grid,.insights-alert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.attention-summary.panel{padding:16px}.attention-summary-metrics,.attention-summary-metrics .secondary-button{width:100%}.attention-summary-metrics span{justify-content:space-between;width:100%}.attention-card-header{grid-template-columns:38px 1fr auto;padding:15px}.attention-grid-executable .attention-list{min-height:0;max-height:none;padding:14px}.attention-lead.executable{grid-template-columns:1fr}.attention-lead-meta{flex-direction:row;justify-content:space-between;align-items:flex-start}.attention-actions-row button{flex:46%}.insights-summary-grid,.insights-alert-grid{grid-template-columns:1fr}.insights-hero h3{font-size:24px}.insights-opportunity-item{flex-direction:column;align-items:flex-start}}.kanban-board{scrollbar-width:thin;scrollbar-color:#7c3aedd9 #0f172acc}.kanban-board::-webkit-scrollbar{width:10px;height:12px}.kanban-board::-webkit-scrollbar-track{background:#0f172adb;border:1px solid #94a3b824;border-radius:999px}.kanban-board::-webkit-scrollbar-thumb{background:#7c3aede0;border:3px solid #0f172adb;border-radius:999px}.kanban-board::-webkit-scrollbar-thumb:hover{background:#8b5cf6}.lead-details-modal,.lead-history-scroll,.lead-workflow-column,.kanban-card-list,.logs-scroll-list,.revenue-leads-panel .table-wrapper{scrollbar-width:thin;scrollbar-color:#7c3aedd9 #0f172acc}.lead-details-modal::-webkit-scrollbar{width:10px;height:10px}.lead-history-scroll::-webkit-scrollbar{width:10px;height:10px}.lead-workflow-column::-webkit-scrollbar{width:10px;height:10px}.kanban-card-list::-webkit-scrollbar{width:10px;height:10px}.logs-scroll-list::-webkit-scrollbar{width:10px;height:10px}.revenue-leads-panel .table-wrapper::-webkit-scrollbar{width:10px;height:10px}.lead-details-modal::-webkit-scrollbar-track{background:#0f172ac7;border-radius:999px}.lead-history-scroll::-webkit-scrollbar-track{background:#0f172ac7;border-radius:999px}.lead-workflow-column::-webkit-scrollbar-track{background:#0f172ac7;border-radius:999px}.kanban-card-list::-webkit-scrollbar-track{background:#0f172ac7;border-radius:999px}.logs-scroll-list::-webkit-scrollbar-track{background:#0f172ac7;border-radius:999px}.revenue-leads-panel .table-wrapper::-webkit-scrollbar-track{background:#0f172ac7;border-radius:999px}.lead-details-modal::-webkit-scrollbar-thumb{background:#7c3aede0;border:2px solid #0f172ac7;border-radius:999px}.lead-history-scroll::-webkit-scrollbar-thumb{background:#7c3aede0;border:2px solid #0f172ac7;border-radius:999px}.lead-workflow-column::-webkit-scrollbar-thumb{background:#7c3aede0;border:2px solid #0f172ac7;border-radius:999px}.kanban-card-list::-webkit-scrollbar-thumb{background:#7c3aede0;border:2px solid #0f172ac7;border-radius:999px}.logs-scroll-list::-webkit-scrollbar-thumb{background:#7c3aede0;border:2px solid #0f172ac7;border-radius:999px}.revenue-leads-panel .table-wrapper::-webkit-scrollbar-thumb{background:#7c3aede0;border:2px solid #0f172ac7;border-radius:999px}.lead-details-modal::-webkit-scrollbar-thumb:hover{background:#8b5cf6}.lead-history-scroll::-webkit-scrollbar-thumb:hover{background:#8b5cf6}.lead-workflow-column::-webkit-scrollbar-thumb:hover{background:#8b5cf6}.kanban-card-list::-webkit-scrollbar-thumb:hover{background:#8b5cf6}.logs-scroll-list::-webkit-scrollbar-thumb:hover{background:#8b5cf6}.revenue-leads-panel .table-wrapper::-webkit-scrollbar-thumb:hover{background:#8b5cf6}.agenda-page{flex-direction:column;gap:18px;display:flex}.agenda-create-panel,.agenda-toolbar{padding:20px}.agenda-form{grid-template-columns:minmax(220px,1.1fr) minmax(220px,1.1fr) minmax(220px,.9fr);gap:14px;display:grid}.agenda-form label,.filter-row label{color:#c4b5fd;flex-direction:column;gap:8px;font-size:13px;font-weight:850;display:flex}.agenda-form label.full{grid-column:1/-1}.agenda-form input,.agenda-form select,.agenda-form textarea,.filter-row select{border:1px solid var(--border);width:100%;color:var(--text);background:#0206178c;border-radius:14px;outline:none;padding:12px}.agenda-form textarea{resize:vertical;min-height:86px}.agenda-form input:focus,.agenda-form select:focus,.agenda-form textarea:focus,.filter-row select:focus{border-color:#22d3ee8c;box-shadow:0 0 0 4px #22d3ee17}.filter-row{grid-template-columns:repeat(3,minmax(180px,1fr)) auto;align-items:end;gap:14px;display:grid}.agenda-board{grid-template-columns:repeat(4,minmax(240px,1fr));gap:16px;display:grid}.agenda-column{border:1px solid var(--border);background:var(--panel);border-radius:22px;min-height:360px;overflow:hidden}.agenda-column-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:14px;padding:16px;display:flex}.agenda-column-header h3{margin:0;font-size:17px}.agenda-column-header p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.45}.agenda-column-header span{color:#ddd6fe;background:#7c3aed2e;border:1px solid #7c3aed59;border-radius:999px;place-items:center;min-width:32px;height:32px;font-weight:900;display:grid}.agenda-list{flex-direction:column;gap:12px;max-height:520px;padding:14px;display:flex;overflow-y:auto}.agenda-card{border:1px solid var(--border);background:#0206176b;border-radius:18px;padding:14px}.agenda-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.agenda-card-top strong{color:var(--text);line-height:1.35}.agenda-card-top span{color:#a5b4fc;white-space:nowrap;font-size:12px;font-weight:800}.agenda-card p{color:#cbd5e1;margin:8px 0 0;line-height:1.45}.agenda-lead-link{border:1px solid var(--border);background:#0f172a80;border-radius:14px;flex-direction:column;gap:4px;margin-top:12px;padding:10px;display:flex}.agenda-lead-link span{font-weight:850}.agenda-lead-link em{color:var(--muted);font-size:13px;font-style:normal}.agenda-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.agenda-actions button,.task-actions button,.note-item button{border:1px solid var(--border);color:var(--text);background:#0f172abd;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:850}.agenda-actions button:hover,.task-actions button:hover,.note-item button:hover{border-color:#22d3ee73}.agenda-empty{border:1px dashed var(--border);min-height:160px;color:var(--muted);text-align:center;border-radius:18px;place-items:center;padding:18px;display:grid}@media (width<=1280px){.agenda-board{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (width<=780px){.agenda-form,.filter-row,.agenda-board{grid-template-columns:1fr}.agenda-list{max-height:420px}}
