*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#020617;color:#e5e7eb;font-size:15px;line-height:1.55}#root{min-height:100vh}:root{--bg-main: #020617;--bg-elevated: #02081d;--bg-card: #020617;--bg-card-soft: #020819;--bg-sidebar: #020617;--bg-sidebar-inner: #02081d;--bg-sidebar-active: linear-gradient(90deg, #2563eb, #22c55e);--border-subtle: rgba(148, 163, 184, .25);--accent: #3b82f6;--accent-soft: rgba(59, 130, 246, .18);--accent-strong: #22c55e;--text-main: #e5e7eb;--text-muted: #cbd5e1;--text-faint: #94a3b8;--danger: #f97373;--radius-lg: 18px;--radius-md: 12px;--radius-pill: 999px;--shadow-soft: 0 14px 40px rgba(15, 23, 42, .75)}.app-shell{min-height:100vh}.app-main{min-height:100vh;margin-left:260px;padding:40px 38px}.sidebar{position:fixed;top:0;left:0;z-index:40;width:260px;height:100vh;overflow-y:auto;background:linear-gradient(180deg,#020617,#02081d);border-right:1px solid rgba(15,23,42,.9);padding:26px 22px;display:flex;flex-direction:column;gap:22px}.sidebar-mobile-toggle,.sidebar-backdrop{display:none}@media (max-width: 900px){.app-main{margin-left:0;padding:88px 16px 24px}.sidebar-mobile-toggle{position:fixed;top:16px;right:16px;z-index:60;width:48px;height:48px;padding:0;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:#02081deb;box-shadow:0 14px 28px #00000059;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.sidebar-mobile-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:#f8fafc}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;display:block;border:0;background:#020617ad}.sidebar{transform:translate(-100%);transition:transform .22s ease;width:min(82vw,320px);box-shadow:0 24px 50px #0006}.sidebar.sidebar-mobile-open{transform:translate(0)}}.sidebar-header{display:flex;align-items:center;gap:14px}.sidebar-header-brand{flex-direction:column;align-items:flex-start;gap:10px}.sidebar-brand-copy{display:flex;flex-direction:column;gap:2px}.sidebar-brand-logo{display:block;width:132px;height:auto;max-width:100%}.sidebar-logo-circle{width:44px;height:44px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#60a5fa,#1d4ed8);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:20px;box-shadow:0 10px 22px #2563ebb3}.sidebar-title-wrap{display:flex;flex-direction:column}.sidebar-title{font-weight:800;letter-spacing:.02em;font-size:19px}.sidebar-subtitle{font-size:13px;color:#e2e8f0e0}.sidebar-nav{margin-top:16px;display:flex;flex-direction:column;gap:10px}.sidebar-link{display:flex;align-items:center;gap:14px;padding:10px 14px;border-radius:var(--radius-md);color:var(--text-muted);font-size:16px;font-weight:500;text-decoration:none;transition:background .18s ease,transform .12s ease,color .18s ease}.sidebar-dot{width:7px;height:7px;border-radius:999px;background:#94a3b873}.sidebar-link:hover{background:#0f172ad9;color:#fff;transform:translate(3px)}.sidebar-link-active{background-image:var(--bg-sidebar-active);color:#fff;box-shadow:0 12px 26px #2563ebbf}.sidebar-link-active .sidebar-dot{background:#fff}.sidebar-footer{margin-top:auto;padding-top:18px;border-top:1px solid rgba(30,41,59,.7)}.sidebar-user-email{font-size:14px;font-weight:500}.sidebar-user-device{font-size:12px;color:var(--text-faint)}.sidebar-logout-btn{margin-top:12px;width:100%;border-radius:var(--radius-pill);border:none;padding:8px 14px;font-size:14px;background:#0f172ae6;color:var(--text-main);cursor:pointer;transition:all .18s ease}.sidebar-logout-btn:hover{background:#f8717133;color:#fca5a5;transform:translateY(-1px)}.page-heading{font-size:28px;font-weight:900;letter-spacing:-.02em;margin-bottom:8px}.page-subheading{font-size:15px;color:var(--text-faint);margin-bottom:26px}.settings-card,.replies-card,.reports-card,.generic-card{width:min(100%,fit-content);max-width:100%;background:radial-gradient(circle at top left,#02081f,#000814 55%);border-radius:var(--radius-lg);border:1px solid rgba(15,23,42,.9);box-shadow:var(--shadow-soft);padding:20px 22px;margin-bottom:18px}.settings-label{display:block;font-size:14px;font-weight:500;color:var(--text-muted);margin-bottom:6px}.settings-input{width:100%;border-radius:var(--radius-md);border:1px solid rgba(31,41,55,.9);background:#0f172ae6;color:#fff;font-size:15px;padding:10px 12px}.settings-input:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f699}.auth-primary-btn{border-radius:var(--radius-pill);padding:10px 20px;font-size:15px;background:linear-gradient(135deg,#3b82f6,#22c55e);color:#fff;border:none;cursor:pointer;transition:all .18s ease}.auth-primary-btn:hover{transform:translateY(-2px);box-shadow:0 14px 32px #2563ebb3}.reports-card table{width:100%;border-collapse:collapse;font-size:15px}.reports-card th{padding:10px 12px;color:#fff;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.reports-card td{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.05);color:#d1d5db}.reports-card tr:nth-child(2n){background:#ffffff0a}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start;gap:22px}.dashboard-card{width:min(100%,320px);padding:22px;background:linear-gradient(135deg,#0f172ae6,#020617f2);border-radius:18px;border:1px solid rgba(148,163,184,.18);box-shadow:0 12px 32px #0000008c}.dashboard-title{font-size:15px;color:#e2e8f0db}.dashboard-count{font-size:36px;font-weight:700;margin-top:6px;margin-bottom:6px}.dashboard-count-status{font-size:24px;line-height:1.08;overflow-wrap:anywhere;word-break:break-word}.dashboard-footer{font-size:12px;color:#e2e8f0b8}.dashboard-wide-card{grid-column:span 2;width:min(100%,100%);padding:22px;background:#0f172ae6;border-radius:18px;border:1px solid rgba(148,163,184,.15);box-shadow:0 10px 28px #00000080}.system-info-row{display:flex;justify-content:space-between;margin-top:12px;padding-bottom:6px;border-bottom:1px solid rgba(148,163,184,.15)}.system-info-label{color:#9ca3af}.system-info-value{color:#e5e7eb;font-weight:500}.products-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.actions-row{display:flex;gap:8px}.btn-danger{background:#ef4444f2;border:1px solid rgba(239,68,68,.6)}.btn-danger:hover{filter:brightness(1.05)}.thumb-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.thumb{width:90px;height:60px;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.thumb-row.small .thumb,.thumb.small{width:60px;height:44px;border-radius:8px}.more-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;font-size:12px;color:#ffffffd9;border:1px solid rgba(255,255,255,.14);background:#ffffff0f}.app-main{background:radial-gradient(1200px 600px at 50% 0%,rgba(59,130,246,.18),transparent 55%),radial-gradient(1000px 700px at 0% 100%,rgba(16,185,129,.1),transparent 60%),#020617}.page-title,.page-heading{margin:0 0 10px;font-size:34px;font-weight:900;letter-spacing:-.02em;color:#fff}.page-subtitle,.page-subheading{margin:0 0 22px;color:#e2e8f0d6;font-size:14px;line-height:1.5}.card{width:min(100%,fit-content);max-width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:18px;box-shadow:0 14px 44px #00000059}.card-title{color:#ffffffc7;font-size:13px;margin-bottom:10px}.card-value{color:#fff;font-size:34px;font-weight:800}.card-sub{margin-top:10px;font-size:12px;color:#fff9}.dashboard-count.is-connected{color:#10b981}label{display:block;margin:0 0 6px;font-size:13px;color:#ffffffb3}input,textarea,select{width:100%;padding:12px;background:#ffffff0d;color:#ffffffeb;border:1px solid rgba(255,255,255,.12);border-radius:12px;outline:none}input:focus,textarea:focus,select:focus{border-color:#3b82f68c;box-shadow:0 0 0 4px #3b82f62e}.field{margin-bottom:16px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 900px){.grid-2{grid-template-columns:1fr}}.btn,.wa-btn,.reply-btn{background:#2563eb;border:none;color:#fff;padding:12px 16px;border-radius:12px;font-weight:700;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.btn:hover,.wa-btn:hover,.reply-btn:hover{opacity:.94}.btn:active,.wa-btn:active,.reply-btn:active{transform:translateY(1px)}.btn:disabled,.wa-btn:disabled,.reply-btn:disabled{opacity:.6;cursor:not-allowed}.toast{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;font-size:13px}.toast-ok{border-color:#10b98147;background:#10b9811a;color:#6ee7b7}.toast-bad{border-color:#ef444447;background:#ef44441a;color:#fca5a5}.reports-table{width:100%;border-collapse:collapse}.reports-table th,.reports-table td{padding:12px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;font-size:13px;color:#ffffffdb}.reports-table th{font-size:12px;color:#ffffffa6;font-weight:700}.muted{color:#ffffffa6}.products-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.settings-toggle{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;margin-bottom:14px}.settings-actions{display:flex;align-items:center;gap:10px}.success{color:#6ee7b7;font-weight:700}.wa-wrap{padding:10px}.wa-status-card{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:520px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f}.wa-btn{margin-top:14px}.wa-qr-box{margin-top:18px;display:inline-block;padding:16px;border-radius:18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);box-shadow:0 16px 50px #00000059}.wa-qr-img{width:320px;height:320px;object-fit:contain;display:block;border-radius:14px;background:#fff}@media (max-width: 520px){.wa-qr-img{width:260px;height:260px}}.reply-wrap{padding:10px}.reply-msg{margin-bottom:14px;padding:10px 12px;border-radius:12px;border:1px solid rgba(16,185,129,.22);background:#10b9811a;color:#6ee7b7;font-size:13px}.reply-list{display:grid;gap:14px}.reply-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;box-shadow:0 14px 44px #00000059}.reply-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}.reply-name{font-size:15px;font-weight:800;color:#fff}.reply-meta{font-size:12px;color:#fff9}.reply-subject{font-size:12px;color:#93c5fd}.reply-textarea{margin-top:10px;min-height:120px}.reply-btn{width:100%;margin-top:12px}body{font-size:17px}label,.settings-label,.muted,.toast,.reply-meta,.reply-subject,.dashboard-title,.dashboard-footer,.sidebar-subtitle,.sidebar-user-email,.sidebar-user-device{font-size:15px}input,textarea,select,.settings-input,.btn,.wa-btn,.reply-btn,.auth-primary-btn,.secondary-btn,.sidebar-link,.report-table,.reports-table td{font-size:16px}.reports-table th,.report-table th{font-size:14px}.landing-shell{min-height:100vh;padding:20px 28px 72px;background:radial-gradient(860px 480px at 0% 0%,rgba(34,211,238,.18),transparent 58%),radial-gradient(780px 420px at 100% 6%,rgba(249,115,22,.16),transparent 54%),radial-gradient(920px 520px at 50% 100%,rgba(168,85,247,.14),transparent 58%),linear-gradient(180deg,#07111f,#040813 44%,#091423)}.landing-shell-v3{color:#f8fafc}.landing-promo-bar,.landing-topbar,.landing-hero,.landing-section,.landing-footer{width:min(1240px,100%);margin:0 auto}.landing-promo-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 0 18px}.landing-promo-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:linear-gradient(90deg,#22d3ee38,#f9731638);border:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f8fafc}.landing-promo-bar p{margin:0;color:#e2e8f0c2;font-size:14px}.landing-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0 28px}.landing-brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none}.landing-brand-mark{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22d3ee,#f59e0b 55%,#a855f7);color:#03131d;font-size:15px;font-weight:900;letter-spacing:.14em;box-shadow:0 16px 28px #22d3ee38}.landing-brand-copy{display:flex;flex-direction:column;gap:2px}.landing-brand-copy strong{color:#f8fafc;font-size:18px;line-height:1.1}.landing-brand-copy small{color:#e2e8f0b3;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.landing-nav,.landing-topbar-actions{display:flex;align-items:center;gap:18px}.landing-nav a,.landing-nav-link,.landing-footer-links a{color:#e2e8f0d6;text-decoration:none;font-size:15px;font-weight:600}.landing-primary,.landing-secondary{display:inline-flex;align-items:center;justify-content:center;min-width:172px;min-height:48px;padding:13px 20px;border-radius:999px;text-decoration:none;font-size:15px;font-weight:800}.landing-primary{background:linear-gradient(90deg,#22d3ee,#34d399 48%,#f59e0b);color:#03131c;box-shadow:0 20px 40px #22d3ee38}.landing-secondary{border:1px solid rgba(148,163,184,.22);color:#f1f5f9;background:#ffffff0d}.landing-kicker,.landing-section-head span,.landing-spotlight-copy span,.landing-feature-eyebrow{display:inline-block;letter-spacing:.14em;text-transform:uppercase;font-size:12px;color:#8ad7ff}.landing-hero{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:start;padding:10px 0 38px}.landing-copy,.landing-command-main,.landing-stat-tile,.landing-donut-card,.landing-card,.landing-cta-card-v3{border:1px solid rgba(148,163,184,.15);background:#060e1ccc;box-shadow:0 24px 60px #0000005c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-copy{border-radius:32px;padding:42px}.landing-copy h1{margin:16px 0 18px;max-width:11ch;font-size:clamp(46px,6vw,78px);line-height:.94;letter-spacing:-.055em;color:#fff}.landing-copy p,.landing-card p,.landing-spotlight-copy p,.landing-footer p,.landing-cta-card-v3 p{color:#e2e8f0d1;font-size:17px;line-height:1.68}.landing-actions{display:flex;flex-wrap:wrap;gap:12px}.landing-actions-hero{margin-top:28px}.landing-category-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.landing-category-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#dce7f3;font-size:13px;font-weight:600}.landing-command-center{display:grid;grid-template-columns:1.3fr .7fr;gap:16px}.landing-command-main{border-radius:34px;padding:24px}.landing-command-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.landing-command-head span,.landing-bars-head span{color:#8ad7ff;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.landing-command-head h3,.landing-bars-head h3,.landing-card h3,.landing-section-head h2,.landing-spotlight-copy h2,.landing-cta-card-v3 h2{margin:10px 0 0;color:#fff;line-height:1.06;letter-spacing:-.035em}.landing-command-head h3{font-size:clamp(24px,2.4vw,34px)}.landing-mini-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700}.landing-mini-badge.positive{background:#34d3992e;color:#8df0c3}.landing-chart-card{margin-top:18px;padding:18px;border-radius:26px;background:linear-gradient(180deg,#0f1c2ef5,#08121ff5)}.landing-chart-meta strong{display:block;color:#f8fafc;font-size:18px}.landing-chart-meta small{color:#e2e8f0ad;font-size:13px}.landing-line-chart{margin-top:12px;border-radius:20px;background:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(180deg,#050a1233,#050a1266);background-size:100% 36px,52px 100%,auto;padding:12px}.landing-line-chart svg{width:100%;height:auto;display:block}.landing-activity-list{display:grid;gap:12px;margin-top:16px}.landing-activity-item{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:18px;background:#ffffff0a}.landing-activity-dot{width:12px;height:12px;margin-top:6px;border-radius:999px;flex:0 0 auto}.landing-activity-item.cyan .landing-activity-dot{background:#22d3ee}.landing-activity-item.green .landing-activity-dot{background:#34d399}.landing-activity-item.amber .landing-activity-dot{background:#f59e0b}.landing-activity-item strong{display:block;color:#f8fafc;font-size:15px}.landing-activity-item p{margin:4px 0 0;font-size:13px;line-height:1.55}.landing-command-side{display:grid;gap:14px}.landing-stat-tile{border-radius:26px;padding:22px}.landing-stat-tile.cyan{background:linear-gradient(180deg,#12485ef0,#071826f0)}.landing-stat-tile.green{background:linear-gradient(180deg,#14523ff0,#081c17f0)}.landing-stat-tile.amber{background:linear-gradient(180deg,#653c09f0,#231304f0)}.landing-stat-tile.violet{background:linear-gradient(180deg,#462274f0,#140926f0)}.landing-stat-value{font-size:clamp(34px,4.5vw,48px);line-height:1;font-weight:900;color:#fff}.landing-stat-label{margin-top:10px;color:#f0f8ffd6;font-size:14px;line-height:1.45}.landing-section{padding-top:38px}.landing-spotlight-grid{display:grid;grid-template-columns:1fr .92fr;gap:22px;align-items:center}.landing-spotlight-copy h2,.landing-section-head h2,.landing-cta-card-v3 h2{font-size:clamp(32px,3.8vw,52px)}.landing-spotlight-copy p{margin-top:16px}.landing-donut-card{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:24px;border-radius:32px;padding:28px}.landing-donut-ring{width:220px;height:220px;border-radius:50%;background:conic-gradient(#22d3ee 0,#22d3ee 48%,#34d399 48%,#34d399 74%,#f59e0b 74%,#f59e0b);display:grid;place-items:center}.landing-donut-center{width:130px;height:130px;border-radius:50%;background:#08101d;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-donut-center strong{font-size:34px;color:#fff}.landing-donut-center span{color:#e2e8f0b8;font-size:13px}.landing-donut-legend{display:grid;gap:12px;color:#e2e8f0;font-size:14px}.swatch{display:inline-block;width:12px;height:12px;margin-right:10px;border-radius:999px}.swatch.cyan{background:#22d3ee}.swatch.green{background:#34d399}.swatch.amber{background:#f59e0b}.landing-section-head{max-width:860px}.landing-feature-grid-v3,.landing-faq-grid{display:grid;gap:18px;margin-top:22px}.landing-feature-grid-v3,.landing-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-card{border-radius:28px;padding:28px}.landing-card h3{font-size:27px}.landing-feature-card-v3 p,.landing-faq-card p{margin:12px 0 0}.landing-bars-card{background:linear-gradient(180deg,#0e192af5,#080e18f5)}.landing-bars-list{display:grid;gap:14px;margin-top:20px}.landing-bar-row label{display:block;margin-bottom:8px;color:#e2e8f0cc;font-size:13px;font-weight:600}.landing-bar-track{height:14px;border-radius:999px;background:#ffffff14;overflow:hidden}.landing-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#34d399 58%,#f59e0b)}.landing-cta-band{padding-top:44px}.landing-cta-card-v3{display:flex;justify-content:space-between;align-items:center;gap:28px;border-radius:34px;padding:36px;background:linear-gradient(135deg,#091c30f5,#321342eb)}.landing-actions-cta{flex-shrink:0}.landing-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:48px;padding-top:28px;border-top:1px solid rgba(148,163,184,.16)}.landing-footer-brand{display:flex;align-items:center;gap:16px}.landing-footer-brand strong{display:block;font-size:18px}.landing-footer-brand p{margin:6px 0 0;max-width:58ch;font-size:14px}.landing-footer-links{display:flex;gap:18px;flex-wrap:wrap}@media (max-width: 1080px){.landing-promo-bar,.landing-topbar,.landing-topbar-actions,.landing-cta-card-v3,.landing-footer{flex-direction:column;align-items:flex-start}.landing-nav{flex-wrap:wrap}.landing-hero,.landing-spotlight-grid,.landing-command-center,.landing-feature-grid-v3,.landing-faq-grid{grid-template-columns:1fr}.landing-copy h1{max-width:none}}@media (max-width: 720px){.landing-shell{padding:16px 16px 48px}.landing-copy,.landing-command-main,.landing-stat-tile,.landing-donut-card,.landing-card,.landing-cta-card-v3{padding:22px}.landing-copy h1{font-size:clamp(38px,12vw,56px)}.landing-command-center,.landing-donut-card{grid-template-columns:1fr}.landing-donut-ring{width:180px;height:180px}.landing-donut-center{width:106px;height:106px}}.auth-shell{min-height:100vh;padding:40px 28px 72px;background:radial-gradient(900px 480px at 8% 0%,rgba(34,197,94,.14),transparent 60%),radial-gradient(980px 520px at 100% 0%,rgba(14,165,233,.18),transparent 58%),linear-gradient(180deg,#031225,#020617 48%,#04111f)}.auth-hero{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:stretch;padding:26px 0 36px}.auth-hero-reverse{grid-template-columns:.98fr 1.02fr}.auth-panel{border:1px solid rgba(148,163,184,.16);background:#020c1bc7;box-shadow:0 24px 60px #00000061;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:28px}.auth-panel-copy{padding:38px}.auth-panel-copy h1{margin:14px 0 18px;font-size:clamp(36px,5vw,58px);line-height:1.04;color:#f8fafc;max-width:12ch}.auth-panel-copy p,.auth-panel-head p,.auth-footer span{color:#e2e8f0cc;font-size:16px}.auth-kicker{letter-spacing:.14em;text-transform:uppercase;font-size:12px;color:#7dd3fc}.auth-checklist{margin:24px 0 0;padding:0;list-style:none}.auth-checklist li{position:relative;padding-left:18px;margin-top:14px;color:#e2e8f0d6;font-size:16px}.auth-checklist li:before{content:"";position:absolute;left:0;top:10px;width:7px;height:7px;border-radius:999px;background:linear-gradient(180deg,#38bdf8,#22c55e)}.auth-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.auth-panel-form{padding:32px;align-self:center}.auth-panel-head h2{margin:10px 0 8px;font-size:32px;color:#f8fafc}.auth-form{display:flex;flex-direction:column;gap:18px;margin-top:24px}.auth-field{display:flex;flex-direction:column;gap:8px}.auth-field label{font-size:14px;font-weight:600;color:#cbd5e1}.auth-field input{width:100%;border-radius:16px;border:1px solid rgba(148,163,184,.18);background:#0f172ad6;color:#f8fafc;padding:15px 16px;font-size:16px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.auth-field input:focus{border-color:#38bdf8b8;box-shadow:0 0 0 1px #38bdf86b;transform:translateY(-1px)}.auth-field input::placeholder{color:#94a3b8b8}.auth-field-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-inline-link{color:#7dd3fc;text-decoration:none;font-weight:600}.auth-inline-link.strong{color:#a7f3d0}.auth-message{border:1px solid rgba(125,211,252,.18);background:#082f4980;color:#dbeafe;border-radius:16px;padding:12px 14px;font-size:14px}.auth-submit-btn{border:none;border-radius:999px;padding:14px 18px;background:linear-gradient(90deg,#0ea5e9,#22c55e);color:#03131f;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 18px 36px #0ea5e942;transition:transform .18s ease,box-shadow .18s ease}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 22px 42px #0ea5e957}.auth-footer{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(148,163,184,.12)}@media (max-width: 980px){.auth-hero,.auth-hero-reverse{grid-template-columns:1fr}.auth-panel-copy h1{max-width:none}}@media (max-width: 640px){.auth-shell{padding:24px 16px 48px}.auth-panel-copy,.auth-panel-form{padding:22px}.auth-panel-head h2{font-size:26px}.auth-footer,.auth-field-row{flex-direction:column;align-items:flex-start}}.subscribers-page{max-width:100%}.subscribers-card{width:100%;overflow:clip}.subscribers-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px;flex-wrap:wrap}.subscribers-toolbar-copy{max-width:540px;min-width:0}.subscribers-toolbar-note{margin:6px 0 0;color:#ffffffad;line-height:1.55}.subscribers-toolbar-controls{display:flex;gap:12px;flex-wrap:wrap;width:min(100%,420px);min-width:0}.subscribers-search{flex:1 1 260px;min-width:0}.subscribers-filter{width:160px}.subscribers-table-wrap{width:100%;max-width:100%;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow-x:auto;overflow-y:hidden;background:#ffffff08}.subscribers-table{width:max-content;min-width:1120px}.subscribers-table thead th{position:sticky;top:0;z-index:1;background:#040b18fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.subscribers-table tbody tr:nth-child(2n){background:#ffffff08}.subscribers-table tbody tr:hover{background:#3b82f614}.subscribers-table td,.subscribers-table th{vertical-align:top}.subscribers-main-cell,.subscribers-email-cell,.subscribers-plan-cell,.subscribers-license-cell{max-width:220px;line-height:1.45;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.subscribers-email-cell{max-width:250px}.subscribers-plan-cell{max-width:230px}.subscribers-status{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:6px 10px;border-radius:999px;font-size:13px;font-weight:700;text-transform:capitalize;border:1px solid rgba(255,255,255,.12)}.subscribers-status-active{color:#86efac;background:#22c55e1f;border-color:#22c55e3d}.subscribers-status-inactive{color:#fda4af;background:#f43f5e1f;border-color:#f43f5e3d}.subscribers-status-unknown{color:#cbd5e1;background:#94a3b81f}.subscribers-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;flex-wrap:wrap}.subscribers-footer-note{color:#ffffffad}.subscribers-pagination{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.subscribers-page-indicator{min-width:98px;text-align:center;color:#ffffffd1;font-weight:600}@media (max-width: 720px){.subscribers-toolbar-controls{min-width:100%}.subscribers-filter{width:100%}}.subscribers-plan-stack{display:grid;gap:8px}.subscribers-plan-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(255,255,255,.12)}.subscribers-plan-badge-admin{color:#fde68a;background:#f59e0b1f;border-color:#f59e0b3d}.subscribers-plan-badge-trial{color:#93c5fd;background:#3b82f61f;border-color:#3b82f63d}.subscribers-plan-badge-monthly{color:#a7f3d0;background:#10b9811f;border-color:#10b9813d}.subscribers-plan-badge-quarterly{color:#c4b5fd;background:#8b5cf61f;border-color:#8b5cf63d}.subscribers-plan-badge-yearly{color:#f9a8d4;background:#ec48991f;border-color:#ec48993d}.subscribers-plan-badge-paid,.subscribers-plan-badge-custom{color:#cbd5e1;background:#94a3b81f}.dashboard-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.subscribers-hero-card{margin-bottom:18px;border:1px solid rgba(148,163,184,.2)}.subscribers-overline{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#cbd5e1}.subscribers-hero-title{margin:8px 0 6px;font-size:28px;color:#fff}.subscribers-hero-copy{margin:0;color:#cbd5e1}.subscribers-filter,.subscribers-filter option{background:#0f172a;color:#e5e7eb}.subscribers-table-wrap{overflow-x:auto;overflow-y:hidden;max-height:none}@media (max-width: 1180px){.dashboard-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.dashboard-grid-3,.dashboard-grid-4{grid-template-columns:1fr}}.sidebar-header-brand{align-items:flex-start;gap:8px}.sidebar-brand-logo{display:block;width:min(174px,100%);height:auto}.indylead-brand-logo{display:block;width:min(172px,42vw);height:auto}@media (max-width: 720px){.indylead-brand-logo{width:148px}}:root{--bg-main: #f8fafc !important;--bg-elevated: #ffffff !important;--bg-card: #ffffff !important;--bg-card-soft: #f8fafc !important;--bg-sidebar: #ffffff !important;--bg-sidebar-inner: #ffffff !important;--bg-sidebar-active: #2563eb !important;--border-subtle: #e5e7eb !important;--accent: #2563eb !important;--accent-soft: #dbeafe !important;--accent-strong: #0d6efd !important;--text-main: #1f2937 !important;--text-muted: #4b5563 !important;--text-faint: #6b7280 !important;--danger: #dc2626 !important;--radius-lg: 16px !important;--radius-md: 10px !important;--shadow-soft: 0 10px 30px rgba(15, 23, 42, .08) !important}html,body,#root,.app-shell,.app-main,.auth-shell,.indsmart-lp,.landing-shell,.landing-shell-v3{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;background:#f8fafc!important;color:#1f2937!important}body{font-size:16px!important;line-height:1.6!important}.app-main{background:#f8fafc!important;padding-top:34px!important}.sidebar{background:#fffffff5!important;border-right:1px solid #e5e7eb!important;box-shadow:0 4px 24px #0f172a0f!important}.sidebar-title,.sidebar-user-email,.page-title,.page-heading,.card-value,.dashboard-count,.auth-panel-head h2,.auth-panel-copy h1,.indsmart-lp h1,.indsmart-lp h2,.indsmart-lp h3{color:#111827!important}.sidebar-subtitle,.sidebar-user-device,.page-subtitle,.page-subheading,.dashboard-title,.dashboard-footer,.muted,.indsmart-lp p,.indsmart-lp-section-copy,.auth-panel-copy p,.auth-panel-head p,.auth-footer span{color:#4b5563!important}.sidebar-logo-circle,.sidebar-link-active,.auth-submit-btn,.auth-primary-btn,.btn,.wa-btn,.reply-btn,.indsmart-lp-btn,.landing-primary{background:#2563eb!important;background-image:none!important;color:#fff!important;border-color:#2563eb!important;box-shadow:0 8px 18px #2563eb38!important}.sidebar-link{color:#4b5563!important;border-radius:10px!important}.sidebar-link:hover{background:#eff6ff!important;color:#2563eb!important;transform:translate(3px)!important}.sidebar-link-active{color:#fff!important}.sidebar-dot{background:#93c5fd!important}.sidebar-link-active .sidebar-dot{background:#fff!important}.sidebar-logout-btn{background:#f3f4f6!important;color:#374151!important}.sidebar-logout-btn:hover{background:#fee2e2!important;color:#dc2626!important}.sidebar-mobile-toggle{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 10px 25px #0f172a24!important}.sidebar-backdrop{background:#0f172a6b!important}.settings-card,.replies-card,.reports-card,.generic-card,.dashboard-card,.dashboard-wide-card,.card,.reply-card,.wa-status-card,.wa-qr-box,.auth-panel,.indsmart-lp-card,.indsmart-lp-chart-card,.indsmart-lp-step,.indsmart-lp-cta,.indsmart-lp-team,.indsmart-lp-compare,.indsmart-lp-roi,.indsmart-lp-mini-card,.indsmart-lp-stat-card,.indsmart-lp-dashboard,.indsmart-lp-plan,.subscribers-table-wrap{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 10px 30px #0f172a14!important;color:#1f2937!important}.dashboard-card,.settings-card,.generic-card,.reports-card,.replies-card,.card,.reply-card{border-radius:16px!important}input,textarea,select,.settings-input,.auth-field input{background:#fff!important;color:#111827!important;border:1px solid #d1d5db!important;border-radius:10px!important}input:focus,textarea:focus,select:focus,.settings-input:focus,.auth-field input:focus{border-color:#2563eb!important;box-shadow:0 0 0 4px #2563eb24!important}label,.settings-label,.auth-field label{color:#374151!important}.reports-table th,.reports-table td,.reports-card th,.reports-card td,.subscribers-table th,.subscribers-table td{color:#374151!important;border-bottom-color:#e5e7eb!important}.reports-table th,.reports-card th,.subscribers-table thead th{background:#f8fafc!important;color:#111827!important}.reports-card tr:nth-child(2n),.subscribers-table tbody tr:nth-child(2n){background:#f9fafb!important}.subscribers-table tbody tr:hover{background:#eff6ff!important}.auth-shell{background:linear-gradient(180deg,#fff,#f8fafc 55%,#eff6ff)!important}.auth-kicker,.auth-inline-link,.auth-inline-link.strong,.success,.dashboard-count.is-connected,.indsmart-lp-kicker,.indsmart-lp-pill,.indsmart-lp-badge,.indsmart-lp-section h2 .teal,.indsmart-lp-hero h1 .teal{color:#2563eb!important}.auth-checklist li:before{background:#2563eb!important}.auth-message{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1e40af!important}.landing-secondary,.indsmart-lp-btn-ghost{background:#fff!important;color:#2563eb!important;border:1px solid #bfdbfe!important;box-shadow:0 6px 16px #2563eb1a!important}.indsmart-lp{--ink: #f8fafc !important;--ink-2: #ffffff !important;--ink-3: #f3f4f6 !important;--card: #ffffff !important;--gold: #2563eb !important;--teal: #0d6efd !important;--red: #dc2626 !important;--muted: #6b7280 !important;--light: #1f2937 !important;--white: #111827 !important;--border: #e5e7eb !important;background:#f8fafc!important}.indsmart-lp-topbar{background:#ffffffeb!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 2px 12px #0f172a0f!important}.indsmart-lp-hero,.indsmart-lp-section,.indsmart-lp-section.alt,.indsmart-lp-cta,.indsmart-lp-trial-grid,.landing-shell,.landing-hero,.landing-section,.landing-cta-band{background:#fff!important;color:#1f2937!important}.indsmart-lp-hero{background:linear-gradient(#ffffffeb,#f8fafcf5)!important}.indsmart-lp-blob,.indsmart-lp-blob-2{background:#2563eb14!important}.indsmart-lp-hero h1,.indsmart-lp-section h2,.indsmart-lp-cta h2{color:#111827!important;letter-spacing:-.03em!important}.indsmart-lp-hero h1 em,.indsmart-lp-section h2 em,.indsmart-lp-cta h2 em{color:#2563eb!important}.indsmart-lp-brand strong span{color:#111827!important}.indsmart-lp-nav{color:#4b5563!important}.indsmart-lp-nav a:hover{color:#2563eb!important}.indsmart-lp-dashboard-bar,.indsmart-lp-row,.indsmart-lp-chart-card,.indsmart-lp-mini-card{background:#f8fafc!important}.indsmart-lp-status.sent,.indsmart-lp-fill.teal,.indsmart-lp-fill.gold,.indsmart-lp-bar-fill,.indsmart-lp-donut-ring{background:#2563eb!important}.indsmart-lp-plan{background:#111827!important;color:#fff!important;border-top:4px solid #2563eb!important}.indsmart-lp-plan *{color:inherit!important}.indsmart-lp-plan-price{color:#60a5fa!important}.indsmart-lp-footer{background:#f8fafc!important;border-top:1px solid #e5e7eb!important;color:#4b5563!important}.toast-ok,.reply-msg{background:#ecfdf5!important;border-color:#bbf7d0!important;color:#047857!important}.toast-bad,.error,.danger{background:#fef2f2!important;border-color:#fecaca!important;color:#dc2626!important}.btn:hover,.wa-btn:hover,.reply-btn:hover,.auth-submit-btn:hover,.indsmart-lp-btn:hover,.landing-primary:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;opacity:1!important;transform:translateY(-1px)!important}.sidebar-brand-logo,.indylead-brand-logo{filter:none!important}.btn,.wa-btn,.reply-btn,.auth-submit-btn,.auth-primary-btn,.landing-primary,.indsmart-lp-btn,.sidebar-link-active,button[class*=btn],button[style*="background: rgb(37, 99, 235)"],a[style*="background: rgb(37, 99, 235)"],.btn *,.wa-btn *,.reply-btn *,.auth-submit-btn *,.auth-primary-btn *,.landing-primary *,.indsmart-lp-btn *,.sidebar-link-active *{color:#fff!important}.reports-card,.generic-card,.settings-card.subscribers-card{width:100%!important;overflow:hidden!important}.table-wrap,.reports-table-wrap,.subscribers-table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;border:1px solid #e5e7eb!important;border-radius:14px!important;background:#fff!important}.reports-card table,.reports-table,.subscribers-table{width:100%!important;min-width:920px!important;border-collapse:separate!important;border-spacing:0!important;table-layout:auto!important;background:#fff!important}.reports-card thead th,.reports-table thead th,.subscribers-table thead th,.reports-card th,.reports-table th,.subscribers-table th{position:sticky!important;top:0!important;z-index:2!important;background:#2563eb!important;color:#fff!important;border-bottom:1px solid #1d4ed8!important;font-size:13px!important;font-weight:800!important;line-height:1.35!important;letter-spacing:.01em!important;text-align:left!important;white-space:nowrap!important;padding:12px 14px!important}.reports-card th:first-child,.reports-table th:first-child,.subscribers-table th:first-child{border-top-left-radius:12px!important}.reports-card th:last-child,.reports-table th:last-child,.subscribers-table th:last-child{border-top-right-radius:12px!important}.reports-card td,.reports-table td,.subscribers-table td{background:#fff!important;color:#1f2937!important;border-bottom:1px solid #e5e7eb!important;font-size:14px!important;line-height:1.45!important;padding:12px 14px!important;vertical-align:top!important}.reports-card tbody tr:nth-child(2n) td,.reports-table tbody tr:nth-child(2n) td,.subscribers-table tbody tr:nth-child(2n) td{background:#f8fafc!important}.reports-card tbody tr:hover td,.reports-table tbody tr:hover td,.subscribers-table tbody tr:hover td{background:#eff6ff!important}.reports-card td a,.reports-table td a,.subscribers-table td a{color:#2563eb!important;font-weight:700!important}.subscribers-main-cell,.subscribers-email-cell,.subscribers-plan-cell,.subscribers-license-cell{color:#1f2937!important;line-height:1.45!important;word-break:break-word!important}.subscribers-status-active,.subscribers-plan-badge-monthly,.subscribers-plan-badge-paid{background:#dcfce7!important;border-color:#86efac!important;color:#166534!important}.subscribers-status-inactive{background:#fee2e2!important;border-color:#fecaca!important;color:#991b1b!important}.subscribers-status-unknown,.subscribers-plan-badge-custom{background:#f3f4f6!important;border-color:#e5e7eb!important;color:#374151!important}.subscribers-plan-badge-admin,.subscribers-plan-badge-yearly,.subscribers-plan-badge-quarterly,.subscribers-plan-badge-trial{color:#fff!important;border-color:transparent!important}.subscribers-plan-badge-admin{background:#f59e0b!important}.subscribers-plan-badge-yearly{background:#ec4899!important}.subscribers-plan-badge-quarterly{background:#8b5cf6!important}.subscribers-plan-badge-trial{background:#2563eb!important}.indsmart-lp-section#features,#features.indsmart-lp-section,.indsmart-lp-section[id=features]{background:#fff!important;color:#111827!important}#features .indsmart-lp-kicker,#features .indsmart-lp-kicker.teal{color:#2563eb!important;background:#dbeafe!important;border:1px solid #bfdbfe!important;border-radius:999px!important;padding:6px 14px!important;width:fit-content!important}#features .indsmart-lp-section-head,#features .indsmart-lp-section-head h2,#features .indsmart-lp-section-head h2 *,#features .indsmart-lp-section-head .teal{color:#111827!important;text-shadow:none!important}#features .indsmart-lp-section-head h2 .teal{color:#2563eb!important}#features .indsmart-lp-section-copy{color:#4b5563!important;text-shadow:none!important}.indsmart-lp-feature,.indsmart-lp-feature-card,.indsmart-lp-feature-visual,.indsmart-lp-feature-grid>*{background:#fff!important;color:#1f2937!important;border-color:#e5e7eb!important;box-shadow:0 10px 30px #0f172a14!important}.indsmart-lp-feature h3,.indsmart-lp-feature-card h3,.indsmart-lp-feature strong,.indsmart-lp-feature-grid h3{color:#111827!important}.indsmart-lp-feature p,.indsmart-lp-feature li,.indsmart-lp-feature span,.indsmart-lp-feature-grid p,.indsmart-lp-feature-grid li{color:#4b5563!important}.indsmart-lp-compare,.indsmart-lp-compare-grid{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;box-shadow:0 10px 30px #0f172a14!important;overflow:hidden!important;color:#1f2937!important}.indsmart-lp-compare-head,.indsmart-lp-compare-row{display:grid!important;grid-template-columns:minmax(160px,1fr) minmax(180px,1fr) minmax(180px,1fr)!important}.indsmart-lp-compare-head{background:#2563eb!important;border-bottom:1px solid #1d4ed8!important}.indsmart-lp-compare-head .indsmart-lp-compare-cell,.indsmart-lp-compare-head div,.indsmart-lp-compare-head *{background:#2563eb!important;color:#fff!important;font-weight:800!important;letter-spacing:.01em!important}.indsmart-lp-compare-row{background:#fff!important;border-bottom:1px solid #e5e7eb!important}.indsmart-lp-compare-row:nth-child(2n){background:#f8fafc!important}.indsmart-lp-compare-row:hover{background:#eff6ff!important}.indsmart-lp-compare-cell{color:#1f2937!important;border-color:#e5e7eb!important;padding:14px 16px!important;line-height:1.45!important;background:transparent!important}.indsmart-lp-compare-row .indsmart-lp-compare-cell:first-child{color:#111827!important;font-weight:800!important}.indsmart-lp-compare-row .indsmart-lp-compare-cell:nth-child(2){color:#1d4ed8!important;font-weight:700!important}.indsmart-lp-compare-row .indsmart-lp-compare-cell:nth-child(3){color:#4b5563!important}.indsmart-lp-compare-note{background:#eff6ff!important;border:1px solid #bfdbfe!important;color:#1e40af!important;border-radius:12px!important}.indsmart-lp-compare-note *{color:#1e40af!important}@media (max-width: 720px){.indsmart-lp-compare{overflow-x:auto!important}.indsmart-lp-compare-head,.indsmart-lp-compare-row{min-width:680px!important}}.indsmart-lp-compare.indsmart-lp-compare-grid,#compare .indsmart-lp-compare.indsmart-lp-compare-grid{display:block!important;gap:0!important;width:100%!important;max-width:1040px!important;margin:28px auto 0!important;padding:0!important;overflow:hidden!important;background:#fff!important;border:1px solid #dbe3ef!important;border-radius:18px!important;box-shadow:0 18px 45px #0f172a1a!important}#compare .indsmart-lp-compare-head,#compare .indsmart-lp-compare-row{display:grid!important;grid-template-columns:1.05fr 1.18fr 1.18fr!important;gap:0!important;margin:0!important;border:0!important;border-radius:0!important}#compare .indsmart-lp-compare-head{background:#2563eb!important}#compare .indsmart-lp-compare-head .indsmart-lp-compare-cell{background:#2563eb!important;color:#fff!important;border-right:1px solid rgba(255,255,255,.22)!important;border-bottom:0!important;font-size:14px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.035em!important;padding:15px 18px!important;min-height:52px!important;display:flex!important;align-items:center!important}#compare .indsmart-lp-compare-head .indsmart-lp-compare-cell:last-child,#compare .indsmart-lp-compare-row .indsmart-lp-compare-cell:last-child{border-right:0!important}#compare .indsmart-lp-compare-row{background:#fff!important;border-bottom:1px solid #e5e7eb!important}#compare .indsmart-lp-compare-row:last-child{border-bottom:0!important}#compare .indsmart-lp-compare-row:nth-child(odd){background:#f8fafc!important}#compare .indsmart-lp-compare-row:hover{background:#eff6ff!important}#compare .indsmart-lp-compare-row .indsmart-lp-compare-cell{background:transparent!important;color:#1f2937!important;border-right:1px solid #e5e7eb!important;border-bottom:0!important;font-size:15px!important;line-height:1.45!important;padding:16px 18px!important;min-height:58px!important;display:flex!important;align-items:center!important}#compare .indsmart-lp-compare-row .indsmart-lp-compare-cell:first-child{color:#111827!important;font-weight:900!important}#compare .indsmart-lp-compare-row .indsmart-lp-compare-cell.good{color:#1d4ed8!important;font-weight:800!important}#compare .indsmart-lp-compare-row .indsmart-lp-compare-cell.bad{color:#4b5563!important;font-weight:600!important}.indylead-brand-logo{width:min(148px,42vw)!important;height:auto!important;display:block!important}.sidebar-brand-logo{width:170px!important;max-width:100%!important;height:auto!important;display:block!important}@media (max-width: 720px){#compare .indsmart-lp-compare.indsmart-lp-compare-grid{overflow-x:auto!important}#compare .indsmart-lp-compare-head,#compare .indsmart-lp-compare-row{min-width:720px!important}.indylead-brand-logo{width:132px!important}}.indsmart-lp-testimonials{align-items:stretch!important}.indsmart-lp-testimonial.indsmart-lp-card,.indsmart-lp-testimonial{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:18px!important;box-shadow:0 12px 32px #0f172a14!important;color:#1f2937!important;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.indsmart-lp-testimonial *{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;letter-spacing:0!important}.indsmart-lp-stars{color:#f59e0b!important;font-size:18px!important;line-height:1!important;font-weight:900!important;margin-bottom:14px!important;white-space:nowrap!important}.indsmart-lp-quote{color:#374151!important;font-size:16px!important;line-height:1.65!important;font-weight:500!important;font-style:normal!important;letter-spacing:0!important}.indsmart-lp-testimonial-meta{margin-top:18px!important;border-top:1px solid #e5e7eb!important;padding-top:14px!important}.indsmart-lp-testimonial-meta strong{display:block!important;color:#111827!important;font-size:16px!important;line-height:1.25!important;font-weight:800!important;letter-spacing:0!important}.indsmart-lp-testimonial-meta div{color:#6b7280!important;font-size:14px!important;line-height:1.45!important;font-weight:500!important;margin-top:4px!important}.indsmart-lp-section .indsmart-lp-section-head h2,.indsmart-lp-section .indsmart-lp-section-head h2 em{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.auth-panel,.auth-panel-copy,.auth-panel-form{background:#fff!important;color:#111827!important}.auth-panel-copy h1,.auth-panel-head h2{color:#111827!important;font-weight:900!important;letter-spacing:-.025em!important}.auth-panel-copy p,.auth-panel-head p,.auth-checklist li,.auth-footer span{color:#374151!important;font-weight:500!important}.auth-kicker{color:#1d4ed8!important;font-weight:900!important}.auth-field label,.auth-field-row label{color:#111827!important;font-weight:800!important}.auth-password-wrap{position:relative!important;width:100%!important}.auth-password-wrap input{padding-right:78px!important}.auth-password-toggle{position:absolute!important;top:50%!important;right:8px!important;transform:translateY(-50%)!important;min-width:58px!important;height:34px!important;border:1px solid #bfdbfe!important;border-radius:8px!important;background:#eff6ff!important;color:#1d4ed8!important;font-size:13px!important;font-weight:800!important;cursor:pointer!important;padding:0 10px!important}.auth-password-toggle:hover,.auth-password-toggle:focus-visible{background:#2563eb!important;color:#fff!important;outline:none!important}.auth-simple-shell{min-height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:32px 18px!important;background:linear-gradient(180deg,#fff,#f8fafc 56%,#eff6ff)!important}.auth-simple-card{width:min(100%,430px)!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:22px!important;box-shadow:0 22px 60px #0f172a1f!important;padding:34px!important;color:#111827!important}.auth-simple-card h1{margin:10px 0!important;color:#111827!important;font-size:32px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.03em!important}.auth-simple-copy{margin:0 0 24px!important;color:#374151!important;font-size:16px!important;line-height:1.6!important;font-weight:500!important}.auth-simple-footer{margin-top:22px!important}@media (max-width: 520px){.auth-simple-card{padding:24px!important;border-radius:18px!important}.auth-simple-card h1{font-size:28px!important}}.auth-page-nav{position:absolute!important;top:24px!important;left:50%!important;z-index:5!important;width:min(1120px,calc(100% - 36px))!important;transform:translate(-50%)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:12px 16px!important;background:#fffffff0!important;border:1px solid #e5e7eb!important;border-radius:16px!important;box-shadow:0 14px 34px #0f172a14!important}.auth-page-brand,.auth-page-brand:hover{display:inline-flex!important;align-items:center!important;text-decoration:none!important}.auth-page-brand img{width:148px!important;max-width:42vw!important;height:auto!important;display:block!important}.auth-page-links{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important;justify-content:flex-end!important}.auth-page-links a{color:#374151!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important}.auth-page-links a:hover,.auth-page-links a:focus-visible{color:#2563eb!important;outline:none!important}.auth-page-links .auth-page-cta{padding:9px 14px!important;border-radius:10px!important;background:#2563eb!important;color:#fff!important;box-shadow:0 8px 18px #2563eb38!important}.auth-page-links .auth-page-cta:hover,.auth-page-links .auth-page-cta:focus-visible{background:#1d4ed8!important;color:#fff!important}.auth-shell{position:relative!important;padding-top:96px!important}@media (max-width: 720px){.auth-page-nav{top:12px!important;align-items:flex-start!important;flex-direction:column!important;padding:12px!important}.auth-page-links{width:100%!important;justify-content:space-between!important;gap:10px!important}.auth-page-links a{font-size:13px!important}.auth-shell{padding-top:150px!important}}.auth-wrap{min-height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:120px 18px 32px!important;background:linear-gradient(180deg,#fff,#f8fafc 56%,#eff6ff)!important;color:#111827!important}.auth-card{width:min(100%,430px)!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:22px!important;box-shadow:0 22px 60px #0f172a1f!important;padding:34px!important;color:#111827!important}.auth-card h1{margin:0 0 20px!important;color:#111827!important;font-size:32px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:0!important}.auth-card .field,.field{display:grid!important;gap:8px!important;margin-bottom:16px!important}.auth-card label,.field label{color:#111827!important;font-weight:800!important}.auth-card input,.field input{width:100%!important;min-height:46px!important;background:#fff!important;color:#111827!important;border:1px solid #d1d5db!important;border-radius:10px!important;padding:10px 12px!important}.auth-card .primary,.primary{width:100%!important;min-height:46px!important;border:0!important;border-radius:10px!important;background:#2563eb!important;color:#fff!important;font-weight:900!important}.auth-card .small-link,.small-link{color:#1d4ed8!important;font-weight:700!important;margin-bottom:14px!important}.auth-password-toggle{width:42px!important;min-width:42px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.auth-password-wrap input{padding-right:58px!important}.auth-simple-shell .auth-simple-card{margin-top:24px!important}.indsmart-lp{font-size:14px!important}.indsmart-lp-nav a,.indsmart-lp-btn,.indsmart-lp-btn-ghost,.indsmart-lp-pill,.indsmart-lp-badge,.indsmart-lp-tag,.indsmart-lp-kicker{font-size:13px!important}.indsmart-lp-hero h1{font-size:clamp(38px,5vw,62px)!important;line-height:1.02!important;letter-spacing:0!important}.indsmart-lp-section h2,.indsmart-lp-cta h2{font-size:clamp(28px,3.4vw,42px)!important;line-height:1.08!important;letter-spacing:0!important}.indsmart-lp-lead,.indsmart-lp-section-copy,.indsmart-lp-cta p{font-size:16px!important;line-height:1.6!important}.indsmart-lp-card h3,.indsmart-lp-chart-card h3,.indsmart-lp-step h3,.indsmart-lp-team h3{font-size:18px!important;line-height:1.24!important}.indsmart-lp-card p,.indsmart-lp-feature-body p,.indsmart-lp-chart-card p,.indsmart-lp-team p,.indsmart-lp-quote,.indsmart-lp-testimonial-meta,.indsmart-lp-compare-note,.indsmart-lp-feature-body li,.indsmart-lp-team li,.indsmart-lp-security-list li{font-size:14px!important;line-height:1.58!important}.indsmart-lp-mini-value,.indsmart-lp-stat-value,.indsmart-lp-roi-summary-value{font-size:clamp(22px,2.5vw,32px)!important;line-height:1.05!important}.indsmart-lp-plan-price{font-size:clamp(34px,4vw,50px)!important;line-height:1!important}#compare .indsmart-lp-compare-head .indsmart-lp-compare-cell{font-size:13px!important}#compare .indsmart-lp-compare-row .indsmart-lp-compare-cell{font-size:14px!important;line-height:1.42!important}.indsmart-lp-footer-title{font-size:22px!important}.indsmart-lp-footer-copy,.indsmart-lp-footer-note,.indsmart-lp-footer-links a{font-size:13px!important}@media (max-width: 720px){.indsmart-lp{font-size:13px!important}.indsmart-lp-hero h1{font-size:clamp(32px,9vw,42px)!important;line-height:1.06!important}.indsmart-lp-section h2,.indsmart-lp-cta h2{font-size:clamp(25px,7vw,32px)!important;line-height:1.12!important}.indsmart-lp-lead,.indsmart-lp-section-copy,.indsmart-lp-cta p{font-size:15px!important}.indsmart-lp-card h3,.indsmart-lp-chart-card h3,.indsmart-lp-step h3,.indsmart-lp-team h3{font-size:17px!important}}.indsmart-lp-status,.indsmart-lp-status.sent{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:54px!important;min-height:24px!important;padding:4px 10px!important;border-radius:999px!important;background:#2563eb!important;border:1px solid #1d4ed8!important;color:#fff!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:0!important;white-space:nowrap!important;box-shadow:0 6px 14px #2563eb2e!important}.indsmart-lp-status *,.indsmart-lp-status.sent *{color:#fff!important}.indsmart-lp-hero h1 .teal{color:#2563eb!important;-webkit-text-fill-color:#2563eb!important;background:none!important}.indsmart-lp-hero h1{max-width:720px!important}.sidebar-subtitle,.sidebar-user-email,.sidebar-user-device,.sidebar-link,.sidebar-logout-btn,.page-subtitle,.page-subheading,.dashboard-title,.dashboard-footer,.muted,.settings-card-title,.subscribers-overline,.subscribers-hero-copy,.subscribers-toolbar-note,.subscribers-footer-note,.subscribers-page-indicator{color:#374151!important}.sidebar-link:hover{background:#dbeafe!important;color:#0f172a!important}.sidebar-logout-btn{background:#fff!important;border:1px solid #d1d5db!important;box-shadow:0 6px 14px #0f172a14!important}.sidebar-backdrop{background:#0f172a7a!important}.dashboard-count,.subscribers-hero-title,.page-heading,.card-value,.sidebar-title,.sidebar-user-email,.subscribers-hero-card,.generic-card,.settings-card,.replies-card,.reports-card,.dashboard-card{color:#111827!important}.subscribers-hero-copy,.subscribers-toolbar-note,.subscribers-overline{color:#4b5563!important}.subscribers-overline{letter-spacing:.08em!important}.subscribers-table thead th,.reports-table thead th{color:#fff!important}@media (max-width: 900px){.sidebar{background:#fffffffa!important}.sidebar-header-brand{gap:6px!important}.sidebar-subtitle,.sidebar-user-email,.sidebar-user-device,.sidebar-link,.sidebar-logout-btn{color:#111827!important}}.sidebar{z-index:80!important}.sidebar-backdrop{z-index:70!important}.sidebar-mobile-toggle{z-index:90!important}.sidebar-header-brand{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.sidebar-brand-copy{align-items:flex-start!important}.sidebar-subtitle,.sidebar-user-email,.sidebar-user-device,.sidebar-link,.sidebar-logout-btn,.page-subtitle,.page-subheading,.dashboard-title,.dashboard-footer,.muted,.settings-card-title,.subscribers-overline,.subscribers-hero-copy,.subscribers-toolbar-note,.subscribers-footer-note,.subscribers-page-indicator{color:#111827!important}.sidebar-link{font-weight:600!important}.sidebar-link:hover{background:#eff6ff!important;color:#0f172a!important}.sidebar-link-active{background:#2563eb!important;color:#fff!important}.sidebar-logout-btn{background:#fff!important;border:1px solid #d1d5db!important;color:#111827!important;box-shadow:0 6px 14px #0f172a14!important}.sidebar-logout-btn:hover{background:#fee2e2!important;color:#b91c1c!important}.sidebar-mobile-toggle{background:#fff!important;border-color:#d1d5db!important;box-shadow:0 10px 24px #0f172a24!important}.dashboard-profile-card{width:100%!important}.dashboard-profile-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:20px;align-items:start}.dashboard-profile-summary,.dashboard-profile-form{min-width:0}.dashboard-profile-title{margin:8px 0 6px;color:#111827;font-size:24px;font-weight:800}.dashboard-profile-copy{margin:0;color:#4b5563;line-height:1.55}.dashboard-profile-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.dashboard-profile-meta{display:grid;gap:10px;margin-top:18px}.dashboard-profile-row{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc}.dashboard-profile-row span{color:#6b7280}.dashboard-profile-row strong{color:#111827;text-align:right}.dashboard-profile-form{padding:18px;border-radius:16px;border:1px solid #e5e7eb;background:#fff}.dashboard-profile-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:8px}.dashboard-profile-note{color:#4b5563;font-size:13px;line-height:1.45}@media (max-width: 900px){.sidebar{background:#fffffffa!important}.sidebar-subtitle,.sidebar-user-email,.sidebar-user-device,.sidebar-link,.sidebar-logout-btn{color:#111827!important}.dashboard-profile-grid{grid-template-columns:1fr}}.sidebar{background:#fff!important}.sidebar-link,.sidebar-subtitle,.sidebar-user-email,.sidebar-user-device,.sidebar-logout-btn,.page-subtitle,.page-subheading,.dashboard-title,.dashboard-footer,.settings-card-title,.muted,.subscribers-overline,.subscribers-hero-copy,.subscribers-toolbar-note,.subscribers-footer-note,.subscribers-page-indicator,.dashboard-profile-copy,.dashboard-profile-note,.dashboard-profile-row span{color:#000!important}.sidebar-link:hover{background:#f3f4f6!important;color:#000!important}.sidebar-link-active,.sidebar-link-active:hover{background:#2563eb!important;color:#fff!important}.sidebar-logout-btn{background:#fff!important;border:1px solid #d1d5db!important}.sidebar-logout-btn:hover{background:#f3f4f6!important;color:#000!important}.sidebar-mobile-toggle{background:#fff!important;border-color:#d1d5db!important}.sidebar-mobile-toggle span{background:#111827!important}@media (max-width: 900px){.sidebar{background:#fff!important}}.sidebar-footer .sidebar-logout-btn,.sidebar-footer .sidebar-logout-btn:visited,.sidebar-footer .sidebar-logout-btn:hover,.sidebar-footer .sidebar-logout-btn:focus,.sidebar-footer .sidebar-logout-btn:active{color:#000!important;background:#fff!important;border-color:#d1d5db!important;opacity:1!important;font-weight:700!important}.sidebar-footer .sidebar-logout-btn *{color:#000!important}@media (max-width: 900px){.sidebar-mobile-toggle{flex-direction:row!important;gap:4px!important}.sidebar-mobile-toggle span,.sidebar-mobile-toggle .sidebar-menu-dot{width:5px!important;height:5px!important;min-width:5px!important;border-radius:999px!important;background:#000!important}.sidebar{height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;padding-bottom:max(18px,env(safe-area-inset-bottom))!important}.sidebar-footer{margin-top:auto!important;flex-shrink:0!important;background:#fff!important}.sidebar-footer .sidebar-logout-btn{color:#000!important;background:#fff!important;border:1px solid #111827!important;opacity:1!important;visibility:visible!important;display:block!important}}.indsmart-lp-menu-toggle{display:none}.reports-section-card,.settings-card:has(>.reports-table){width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important}.reports-table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;border-radius:12px}.reports-table-scroll .reports-table,.settings-card:has(>.reports-table)>.reports-table{min-width:720px!important;width:100%!important}.reports-table-scroll::-webkit-scrollbar,.settings-card:has(>.reports-table)::-webkit-scrollbar{height:8px}.reports-table-scroll::-webkit-scrollbar-thumb,.settings-card:has(>.reports-table)::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}@media (max-width: 720px){.indsmart-lp-topbar-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:10px!important}.indsmart-lp-menu-toggle{display:inline-flex!important;width:42px!important;height:42px!important;flex:0 0 42px!important;align-items:center!important;justify-content:center!important;gap:4px!important;border:1px solid #d1d5db!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 18px #0f172a1f!important;cursor:pointer!important}.indsmart-lp-menu-toggle span{display:block!important;width:5px!important;height:5px!important;border-radius:999px!important;background:#111827!important}.indsmart-lp-nav{display:none!important;width:100%!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:10px 0 4px!important}.indsmart-lp-nav.indsmart-lp-nav-open{display:flex!important}.indsmart-lp-nav a,.indsmart-lp-nav .indsmart-lp-btn,.indsmart-lp-nav .indsmart-lp-btn-ghost{width:100%!important;justify-content:center!important}.reports-table-scroll .reports-table,.settings-card:has(>.reports-table)>.reports-table{min-width:680px!important}}.sidebar-user-greeting{color:#000;font-size:15px;font-weight:800;margin-bottom:6px;overflow-wrap:anywhere}.subscribers-download-btn{width:auto;min-width:132px;white-space:nowrap;background:#111827!important;color:#fff!important}@media (max-width: 720px){.subscribers-download-btn{width:100%}}.subscribers-date-filter{width:auto;min-width:148px;margin:0;display:flex;align-items:center;gap:8px;color:#111827!important;font-size:13px;font-weight:700}.subscribers-date-filter input{min-width:124px;height:44px}@media (max-width: 720px){.subscribers-date-filter{width:100%;justify-content:space-between}.subscribers-date-filter input{flex:1}}.products-form-card,.products-list-card{width:100%!important}.products-toast{margin-bottom:12px}.products-form-grid{align-items:start}.products-help-text{margin-top:8px;line-height:1.45}.products-image-meter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:10px 0 12px}.products-image-meter>div{min-height:58px;padding:12px;border:1px solid #dbeafe;border-radius:12px;background:#eff6ff;color:#111827}.products-image-meter strong{color:#1d4ed8}.products-existing-block{margin-top:14px}.products-section-label{margin-bottom:10px;color:#111827;font-weight:800}.products-thumb-grid{display:flex;flex-wrap:wrap;gap:12px}.products-existing-thumb{position:relative;width:82px}.products-existing-thumb img{width:70px;height:70px;display:block;object-fit:cover;border:1px solid #d1d5db;border-radius:10px;background:#f8fafc}.products-existing-thumb button{position:absolute;top:-8px;right:4px;width:24px;height:24px;min-height:24px;padding:0;border:0;border-radius:999px;background:#dc2626;color:#fff;font-size:14px;font-weight:900;line-height:1;cursor:pointer}.products-existing-thumb span{display:block;margin-top:6px;color:#4b5563;font-size:12px;text-align:center}.products-actions-row,.actions-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.products-actions-row{margin-top:16px}.products-search{width:min(100%,360px);margin-bottom:0!important}.products-table th:nth-child(1),.products-table td:nth-child(1){min-width:180px}.products-table th:nth-child(2),.products-table td:nth-child(2){min-width:280px}.products-table th:nth-child(3),.products-table td:nth-child(3){min-width:220px}.products-table th:nth-child(4),.products-table td:nth-child(4){min-width:180px}.products-table th:nth-child(5),.products-table td:nth-child(5){min-width:170px}.products-description-cell{max-width:420px;white-space:normal}@media (max-width: 760px){.products-image-meter{grid-template-columns:1fr}.products-toolbar{align-items:stretch}.products-search{width:100%}}.products-list-card .reports-table-scroll{margin-top:14px}
