:root{--bg-app: #ffffff;--bg-sidebar: #0f172a;--bg-content: #f8f9fb;--border-ui: #e5e7eb;--border-sidebar: #1e293b;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--text-white: #f8fafc;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-soft: #eff6ff;--sidebar-w: 252px;--header-h: 56px;--radius: 4px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .03);--shadow-md: 0 4px 12px rgba(0, 0, 0, .05);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Instrument Sans,Inter,system-ui,-apple-system,sans-serif;font-size:13.5px;color:var(--text-primary);background:var(--bg-content);height:100vh;overflow-y:auto;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.loading-skeleton{display:flex;height:100vh;background:var(--bg-content)}.loading-skeleton__sidebar{width:var(--sidebar-w);background:var(--bg-sidebar);padding:24px 16px;display:flex;flex-direction:column;gap:12px}.loading-skeleton__sidebar-brand{height:28px;width:60%;border-radius:6px;background:linear-gradient(90deg,#1e293b,#334155,#1e293b);background-size:400px 100%;animation:shimmer 1.8s infinite ease-in-out;margin-bottom:20px}.loading-skeleton__sidebar-item{height:14px;border-radius:6px;background:linear-gradient(90deg,#1e293b,#334155,#1e293b);background-size:400px 100%;animation:shimmer 1.8s infinite ease-in-out}.loading-skeleton__main{flex:1;display:flex;flex-direction:column}.loading-skeleton__topbar{height:var(--header-h);border-bottom:1px solid var(--border-ui);background:var(--bg-app);display:flex;align-items:center;padding:0 24px;gap:16px}.loading-skeleton__topbar-title{height:16px;width:120px;border-radius:6px;background:linear-gradient(90deg,#e5e7eb,#f1f5f9,#e5e7eb);background-size:400px 100%;animation:shimmer 1.8s infinite ease-in-out}.loading-skeleton__topbar-pill{height:28px;width:140px;margin-left:auto;border-radius:6px;background:linear-gradient(90deg,#e5e7eb,#f1f5f9,#e5e7eb);background-size:400px 100%;animation:shimmer 1.8s infinite ease-in-out}.loading-skeleton__content{flex:1;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-content:start}.loading-skeleton__card{background:var(--bg-app);border:1px solid var(--border-ui);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:16px}.loading-skeleton__card-title{height:12px;width:40%;border-radius:4px;background:linear-gradient(90deg,#e5e7eb,#f1f5f9,#e5e7eb);background-size:400px 100%;animation:shimmer 1.8s infinite ease-in-out}.loading-skeleton__card-bar{height:120px;border-radius:4px;background:linear-gradient(90deg,#e5e7eb,#f1f5f9,#e5e7eb);background-size:400px 100%;animation:shimmer 1.8s infinite ease-in-out}.loading-skeleton__card--wide{grid-column:1 / -1}.loading-skeleton__card--wide .loading-skeleton__card-bar{height:60px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.text-muted{color:var(--text-muted)}button,input,select{font:inherit;background:none;border:none;padding:0;margin:0;color:inherit;cursor:pointer}.dashboard-shell{display:flex;height:100vh;width:100vw}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:var(--bg-sidebar);display:flex;flex-direction:column;z-index:100}.sidebar-brand{height:var(--header-h);padding:0 1.25rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--border-sidebar);color:#fff}.sidebar-brand-icon{width:28px;height:28px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:transform .2s ease}.sidebar-brand:hover .sidebar-brand-icon{transform:rotate(-10deg) scale(1.1)}.sidebar-brand-name{font-weight:700;font-size:15px;letter-spacing:-.02em}.sidebar-nav{flex:1;padding:1.5rem .75rem}.sidebar-section-label{font-size:10px;font-weight:700;text-transform:uppercase;color:#475569;margin-bottom:.75rem;padding:0 .75rem;letter-spacing:.08em}.sidebar-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;background:transparent;border:none;color:#94a3b8;font-weight:500;font-size:13.5px;cursor:pointer;text-align:left;transition:all .2s ease;position:relative;overflow:hidden;border-radius:4px;margin-bottom:2px}.sidebar-item:hover{color:#f1f5f9;background:#ffffff0f}.sidebar-item.active{color:#fff;background:#2563eb26}.sidebar-icon{width:16px;height:16px;position:relative;z-index:2}.active-indicator{position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent);border-radius:0 2px 2px 0;z-index:1}.sidebar-item span{position:relative;z-index:2}.sidebar-footer{padding:1rem .75rem;border-top:1px solid var(--border-sidebar)}.dashboard-main{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--bg-content)}.topbar{height:var(--header-h);background:#fff;border-bottom:1px solid var(--border-ui);display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem;flex-shrink:0}.topbar-title{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-weight:700;font-size:15px;color:var(--text-primary);letter-spacing:-.02em}.topbar-subtitle{font-size:11px;color:var(--text-muted)}.topbar-select{border:1px solid var(--border-ui);padding:.4rem 2.1rem .4rem .75rem;font-size:12px;font-weight:600;background:#fff;min-width:180px;border-radius:var(--radius);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2364758B' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:10px 6px;transition:border-color .2s}.topbar-select:focus{outline:none;border-color:var(--accent)}.topbar-select:disabled,select.toolbar-input:disabled{cursor:default;pointer-events:none;opacity:.7;background-color:#f8fafc}.dashboard-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.75rem}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:1.75rem;min-width:0}.metric-card{padding:1.25rem 1.5rem;background:#fff;border:1px solid var(--border-ui);border-radius:var(--radius);display:flex;flex-direction:column;min-width:0;justify-content:center}.metric-card:last-child{border-right:none}.metric-label{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;letter-spacing:.05em}.metric-value{font-family:JetBrains Mono,monospace;font-size:1.625rem;font-weight:700;letter-spacing:-.04em;color:var(--text-primary)}.metric-value.positive{color:#10b981}.metric-hint{font-size:10px;color:var(--text-muted);margin-top:.25rem}.panel-grid{min-width:0;overflow:hidden}.section-card{background:#fff;border:1px solid var(--border-ui);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.75rem;min-width:0}.section-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-ui)}.section-card-title{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:14px;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.section-card--span2{grid-column:span 2}.table-wrap{border:1px solid var(--border-ui);border-radius:var(--radius);overflow-x:auto;overflow:hidden;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse}th{background:#fafbfc;padding:.75rem 1rem;font-size:10px;font-weight:700;text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border-ui);text-align:left;letter-spacing:.04em}td{padding:.65rem 1rem;font-size:12px;border-bottom:1px solid #f3f4f6;font-family:JetBrains Mono,monospace}td:first-child{font-family:inherit;font-weight:600;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}tr:hover{background:#fafbfc}td:not(:first-child),th:not(:first-child){text-align:right}.manual-settings-subtable th,.manual-settings-subtable td{text-align:left!important}.total-row td{background:#f8fafc;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:12px;font-weight:600;letter-spacing:.02em;transition:all .2s ease;border:1px solid transparent;border-radius:var(--radius);cursor:pointer}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:#fff;border-color:var(--border-ui);color:var(--text-secondary)}.btn-secondary:hover{background:var(--bg-content);color:var(--text-primary);border-color:#d1d5db}.collapse-btn{font-size:11px;font-weight:600;color:var(--accent);padding:.35rem .75rem;background:var(--accent-soft);border-radius:var(--radius);transition:all .2s ease}.collapse-btn:hover{background:var(--accent);color:#fff}.toolbar{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.75rem;flex-wrap:wrap;padding:.85rem 1.25rem;background:#fff;border:1px solid var(--border-ui);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.segmented-control{display:flex;background:#f3f4f6;padding:2px;border-radius:4px;gap:2px}.segmented-btn{padding:.4rem .85rem;font-size:11px;font-weight:600;color:var(--text-secondary);border-radius:3px;transition:all .2s ease;letter-spacing:.02em;white-space:nowrap}.segmented-btn.active{background:#fff;color:var(--accent);box-shadow:0 1px 3px #00000014}.segmented-btn:hover:not(.active){color:var(--text-primary);background:#fff9}.toolbar-group{display:flex;align-items:center;gap:.75rem;padding-right:1.5rem;border-right:1px solid var(--border-ui)}.toolbar-group:last-child{border-right:none}.toolbar-label{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.06em;white-space:nowrap}.toolbar-input{border:1px solid var(--border-ui);padding:.4rem .6rem;font-size:11px;font-weight:600;background:#fff;font-family:JetBrains Mono,monospace;color:var(--text-primary);transition:border-color .2s;border-radius:var(--radius)}select.toolbar-input{padding-right:1.9rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:var(--radius);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2364758B' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;background-size:10px 6px}.toolbar-input:focus{outline:none;border-color:var(--accent)}.compare-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.compare-checkbox input{width:14px;height:14px;accent-color:var(--accent)}.compare-checkbox span{font-size:11px;font-weight:600;color:var(--text-secondary);letter-spacing:.02em}.chart-grid{display:grid;grid-template-columns:repeat(var(--grid-cols, 2),1fr);gap:1.5rem}.chart-grid>*{min-width:0;overflow:hidden}@media (max-width: 1024px){.chart-grid{grid-template-columns:1fr!important}}.chart-mini-card{border:1px solid var(--border-ui);padding:1.25rem;background:#fff;border-radius:var(--radius)}.chart-mini-card h4{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:12px;font-weight:700;color:var(--text-secondary);margin-bottom:1rem;letter-spacing:-.01em}.chart-wrap{height:220px}.ssp-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.auth-layout{height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-content);background-image:radial-gradient(circle at 2px 2px,var(--border-ui) 1px,transparent 0);background-size:24px 24px;position:relative;overflow:hidden}.auth-layout:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,transparent 0%,var(--bg-content) 70%);pointer-events:none}.auth-card{width:420px;max-width:90vw;padding:3rem;background:#fff;border:1px solid var(--border-ui);border-radius:4px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;position:relative;z-index:10}.auth-brand{text-align:center;margin-bottom:2.5rem}.auth-brand-icon{margin:0 auto 1rem;width:48px;height:48px;background:var(--accent);color:#fff;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;border-radius:4px;letter-spacing:-.05em}.auth-brand h1{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--text-primary);margin:0}.auth-subtitle{font-size:12px;color:var(--text-muted);text-align:center;line-height:1.5;margin-bottom:2.5rem;max-width:280px;margin-left:auto;margin-right:auto}.auth-form{display:grid;gap:1.25rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-field label{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--text-secondary);letter-spacing:.05em}.auth-form input{padding:.75rem;border:1px solid var(--border-ui);border-radius:var(--radius);width:100%;font-size:13px;background:#fff;transition:border-color .2s ease;font-family:inherit}.auth-form input:focus{outline:none;border-color:var(--accent)}.auth-submit-btn{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.85rem;font-size:13px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.auth-submit-btn:hover:not(:disabled){background:var(--accent-hover)}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}.mode-switch{background:none;border:none;color:var(--text-muted);font-size:11px;font-weight:600;cursor:pointer;margin-top:2rem;width:100%;text-align:center;transition:color .15s ease}.mode-switch:hover{color:var(--accent)}.alert{padding:.75rem;font-size:11px;margin-bottom:1.5rem;border:1px solid var(--border-ui);border-radius:var(--radius);background:#fafbfc;line-height:1.5}.alert code{font-family:JetBrains Mono,monospace;background:#f1f5f9;padding:1px 4px;border-radius:3px}.alert.error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.alert.warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:90}.sidebar-overlay.visible{display:block}.sidebar-toggle{display:none;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:1px solid var(--border-ui);border-radius:var(--radius);cursor:pointer;color:var(--text-primary);flex-shrink:0}html{scroll-behavior:smooth}.lp{background:#fff;color:#0f172a;min-height:100vh;overflow-x:hidden;overflow-y:auto;font-family:Instrument Sans,system-ui,-apple-system,sans-serif;font-size:16px}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:200;background:#fffc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:border-color .3s,background .3s}.lp-nav--scrolled{border-bottom-color:#e5e7eb;background:#fffffff2}.lp-nav-inner{max-width:1200px;margin:0 auto;padding:0 32px;height:64px;display:flex;align-items:center;justify-content:space-between}.lp-logo{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:0;color:#1a1a2e;text-decoration:none}.lp-logo-mark{width:32px;height:32px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px;border-radius:4px;letter-spacing:-.02em}.lp-logo-text{font-weight:700;font-size:16px;letter-spacing:-.02em}.lp-nav-center{display:flex;align-items:center;gap:32px}.lp-nav-link{color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.lp-nav-link:hover{color:#1a1a2e}.lp-nav-right{display:flex;align-items:center;gap:12px}.lp-nav-login{padding:8px 16px;background:none;color:#1a1a2e;font-weight:500;font-size:14px;border:none;cursor:pointer;transition:color .15s}.lp-nav-login:hover{color:#2563eb}.lp-nav-link-btn{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;color:#6b7280;transition:color .2s}.lp-nav-link-btn:hover{color:#1a1a2e}.lp-nav-cta{padding:8px 20px;background:#2563eb;color:#fff;font-weight:600;font-size:14px;border:none;border-radius:4px;cursor:pointer;transition:background .2s,transform .15s}.lp-nav-cta:hover{background:#1d4ed8;transform:translateY(-1px)}.lp-hero{max-width:1200px;margin:0 auto;padding:140px 32px 80px;text-align:center}.lp-hero-content{max-width:800px;margin:0 auto 60px}.lp-hero-eyebrow{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;margin-bottom:20px;padding:6px 16px;background:#eff6ff;border-radius:2px}.lp-hero-heading{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.08;letter-spacing:-.035em;color:#0f172a;margin-bottom:24px}.lp-hero-heading span{background:linear-gradient(135deg,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero-sub{font-size:18px;line-height:1.7;color:#6b7280;max-width:600px;margin:0 auto 32px}.lp-hero-actions{display:flex;gap:16px;justify-content:center;align-items:center}.lp-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#2563eb;color:#fff;font-weight:600;font-size:15px;border:none;border-radius:4px;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.lp-btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb40}.lp-btn-lg{padding:16px 36px;font-size:16px;border-radius:4px}.lp-hero-visual{max-width:1000px;margin:0 auto}.lp-mock{background:#f8f9fb;border-radius:6px;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 12px 48px #00000014}.lp-mock-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e7eb}.lp-mock-dots{display:flex;gap:6px}.lp-mock-dots span{width:10px;height:10px;border-radius:50%;background:#e5e7eb}.lp-mock-dots span:first-child{background:#fca5a5}.lp-mock-dots span:nth-child(2){background:#fcd34d}.lp-mock-dots span:nth-child(3){background:#86efac}.lp-mock-title{margin-left:8px;font-size:12px;color:#9ca3af;font-weight:500}.lp-mock-body{display:flex;min-height:340px}.lp-mock-sidebar{width:56px;background:#1a1a2e;display:flex;flex-direction:column;align-items:center;padding:16px 0;gap:8px;flex-shrink:0}.lp-mock-sb-brand{width:28px;height:28px;background:#2563eb;border-radius:4px;color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.lp-mock-sb-item{width:28px;height:28px;border-radius:4px;background:#ffffff0f}.lp-mock-sb-active{background:#2563eb4d!important;border:1px solid rgba(37,99,235,.5)}.lp-mock-content{flex:1;padding:20px;display:flex;flex-direction:column;gap:16px}.lp-mock-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.lp-mock-metric{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.lp-mock-metric-label{font-size:10px;text-transform:uppercase;font-weight:600;color:#9ca3af;letter-spacing:.04em}.lp-mock-metric-value{font-size:20px;font-weight:700;color:#1a1a2e;font-family:JetBrains Mono,monospace;letter-spacing:-.03em}.lp-mock-charts{flex:1;display:grid;grid-template-columns:2fr 1fr;gap:12px}.lp-mock-chart{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:16px;display:flex;flex-direction:column}.lp-mock-chart-title{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}.lp-mock-chart-bars{flex:1;display:flex;align-items:flex-end;gap:6px;min-height:80px}.lp-mock-bar-col{flex:1;background:linear-gradient(180deg,#2563eb,#60a5fa);border-radius:3px 3px 0 0;min-height:8px;transition:height .3s}.lp-mock-ssp-list{flex:1;display:flex;flex-direction:column;gap:10px;justify-content:center}.lp-mock-ssp-row{display:flex;align-items:center;gap:10px;font-size:11px;color:#6b7280;font-weight:500}.lp-mock-ssp-row span:first-child{width:56px;flex-shrink:0}.lp-mock-ssp-bar{height:6px;background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:3px;display:block}.lp-statement{padding:120px 32px;text-align:center;background:linear-gradient(180deg,#f8f9fb,#fff)}.lp-statement h2{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:clamp(30px,4.5vw,52px);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:#0f172a}.lp-statement h2 span{background:linear-gradient(135deg,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-workflow{background:#fff;padding:100px 32px;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;position:relative}.lp-section-label{display:block;text-align:center;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2563eb;margin-bottom:32px}.lp-workflow-inner{max-width:1000px;margin:0 auto}.lp-workflow-tabs{display:flex;gap:8px;justify-content:center;margin-bottom:48px}.lp-workflow-tab{display:flex;align-items:center;gap:8px;padding:12px 28px;border:1px solid #e5e7eb;background:#fff;border-radius:4px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.lp-workflow-tab:hover{border-color:#bfdbfe;color:#2563eb}.lp-workflow-tab.active{background:#2563eb;color:#fff;border-color:#2563eb}.lp-workflow-panel{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.lp-workflow-text h3{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:26px;font-weight:700;letter-spacing:-.025em;color:#0f172a;margin-bottom:16px;line-height:1.3}.lp-workflow-text p{font-size:16px;line-height:1.7;color:#6b7280}.lp-workflow-visual{display:flex;justify-content:center}.lp-workflow-card{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:32px;width:100%;box-shadow:0 4px 20px #0000000a}.lp-workflow-card-icon{color:#2563eb;margin-bottom:24px}.lp-workflow-metrics{display:flex;gap:24px}.lp-workflow-metric{display:flex;flex-direction:column;gap:4px}.lp-workflow-metric-val{font-size:24px;font-weight:800;color:#1a1a2e;font-family:JetBrains Mono,monospace;letter-spacing:-.03em}.lp-workflow-metric-label{font-size:12px;font-weight:500;color:#9ca3af}.lp-highlights{padding:100px 32px;background:#f8f9fb}.lp-highlights-inner{max-width:1100px;margin:0 auto}.lp-highlights-header{text-align:center;max-width:600px;margin:0 auto 60px}.lp-highlights-header h2{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:36px;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:16px;line-height:1.2}.lp-highlights-header p{font-size:16px;line-height:1.7;color:#6b7280}.lp-highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.lp-highlight-card{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:28px;transition:border-color .25s,transform .2s}.lp-highlight-card:hover{border-color:#bfdbfe;transform:translateY(-2px)}.lp-highlight-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#2563eb;margin-bottom:14px}.lp-highlight-card h3{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:16px;font-weight:700;color:#0f172a;margin-bottom:8px}.lp-highlight-card p{font-size:14px;line-height:1.6;color:#6b7280}.lp-capabilities{background:#0f172a;padding:120px 32px;color:#fff;position:relative}.lp-capabilities:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa)}.lp-capabilities-inner{max-width:1100px;margin:0 auto}.lp-capabilities-header{text-align:center;max-width:600px;margin:0 auto 60px}.lp-capabilities-header h2{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:36px;font-weight:800;letter-spacing:-.03em;color:#fff;margin-bottom:16px;line-height:1.2}.lp-capabilities-header p{font-size:16px;line-height:1.7;color:#fff9}.lp-capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.lp-capability-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:32px;transition:border-color .25s,background .25s}.lp-capability-card:hover{background:#ffffff14;border-color:#fff3}.lp-capability-card h4{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:16px;font-weight:700;color:#fff;margin-bottom:8px}.lp-capability-card p{font-size:14px;line-height:1.6;color:#ffffff80}.lp-faq{padding:100px 32px;background:#fafbfc}.lp-faq-inner{max-width:720px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:48px}.lp-faq-inner h2{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:32px;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:40px;text-align:center}.lp-faq-list{display:flex;flex-direction:column}.lp-faq-item{border-bottom:1px solid #f3f4f6}.lp-faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:none;border:none;cursor:pointer;color:#1a1a2e;font-size:16px;font-weight:600;text-align:left;transition:color .15s}.lp-faq-q:hover{color:#2563eb}.lp-faq-q svg{color:#9ca3af;flex-shrink:0;margin-left:16px}.lp-faq-a{font-size:15px;line-height:1.65;color:#6b7280;padding-bottom:20px;overflow:hidden}.lp-cta{padding:120px 32px;background:linear-gradient(180deg,#eff6ff,#f8f9fb);border-top:1px solid #e5e7eb;position:relative}.lp-cta-inner{max-width:680px;margin:0 auto;text-align:center}.lp-cta-inner h2{font-size:clamp(32px,4vw,48px);font-weight:800;letter-spacing:-.03em;color:#1a1a2e;margin-bottom:16px;line-height:1.15}.lp-cta-inner p{font-size:17px;line-height:1.65;color:#6b7280;margin-bottom:32px}.lp-footer{background:#fff;border-top:1px solid #f3f4f6;padding:60px 32px 0}.lp-footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;gap:48px;padding-bottom:48px}.lp-footer-brand{max-width:240px}.lp-footer-tagline{font-size:13px;color:#9ca3af;margin-top:12px;line-height:1.5}.lp-footer-cols{display:flex;gap:64px}.lp-footer-col{display:flex;flex-direction:column;gap:10px}.lp-footer-col h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#1a1a2e;margin-bottom:4px}.lp-footer-col a,.lp-footer-col button{font-size:14px;color:#6b7280;text-decoration:none;text-align:left;background:none;border:none;padding:0;cursor:pointer;transition:color .15s}.lp-footer-col a:hover,.lp-footer-col button:hover{color:#2563eb}.lp-footer-bottom{max-width:1100px;margin:0 auto;padding:24px 0;border-top:1px solid #f3f4f6;text-align:center}.lp-footer-bottom span{font-size:13px;color:#9ca3af}.lp-pricing{padding:100px 32px;background:#fff}.lp-pricing-inner{max-width:640px;margin:0 auto}.lp-pricing-header{text-align:center;margin-bottom:48px}.lp-pricing-header h2{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:36px;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:16px;line-height:1.2}.lp-pricing-header p{font-size:16px;line-height:1.7;color:#6b7280;max-width:480px;margin:0 auto}.lp-pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:4px;padding:40px;transition:border-color .3s,box-shadow .3s}.lp-pricing-card:hover{border-color:#bfdbfe;box-shadow:0 12px 40px #2563eb0f}.lp-pricing-card-top{margin-bottom:32px}.lp-pricing-badge{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#2563eb;background:#eff6ff;padding:5px 14px;border-radius:2px;margin-bottom:16px}.lp-pricing-card-top h3{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:24px;font-weight:800;color:#0f172a;margin-bottom:10px;letter-spacing:-.02em}.lp-pricing-card-top p{font-size:15px;line-height:1.65;color:#6b7280}.lp-pricing-features{list-style:none;padding:0;margin:0 0 32px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.lp-pricing-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151;font-weight:500}.lp-pricing-check{color:#2563eb;flex-shrink:0}.lp-pricing-cta{width:100%;justify-content:center;text-decoration:none}.lp-nav-hamburger{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;color:#0f172a;padding:0}.lp-mobile-menu{position:fixed;top:64px;left:0;right:0;z-index:199;background:#fffffffa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #e5e7eb;padding:16px 24px 24px;display:flex;flex-direction:column;gap:4px}.lp-mobile-link{display:block;width:100%;padding:14px 12px;font-size:15px;font-weight:600;color:#0f172a;text-decoration:none;text-align:left;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.lp-mobile-link:hover{background:#f1f5f9}.lp-mobile-actions{display:flex;gap:12px;margin-top:12px;padding-top:16px;border-top:1px solid #e5e7eb}.lp-mobile-actions .lp-nav-login{flex:1;text-align:center;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-weight:600}.lp-mobile-actions .lp-nav-cta{flex:1;text-align:center}.lp-problems{padding:80px 32px;background:#0f172a}.lp-problems-inner{max-width:1000px;margin:0 auto}.lp-problems-header{text-align:center;margin-bottom:48px}.lp-problems-header h2{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:32px;font-weight:800;letter-spacing:-.03em;color:#fff}.lp-problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-problem-card{background:#ffffff0a;border:none;border-left:3px solid #ef4444;border-radius:0;padding:24px 28px;transition:background .2s}.lp-problem-card:hover{background:#ffffff12;transform:none}.lp-problem-card h3{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:16px;font-weight:700;color:#f87171;margin-bottom:8px}.lp-problem-card p{font-size:14px;line-height:1.6;color:#ffffff8c;opacity:1}.lp-testimonials{padding:100px 32px;background:#fff;border-top:1px solid #f3f4f6}.lp-testimonials-inner{max-width:1100px;margin:0 auto}.lp-testimonials-header{text-align:center;margin-bottom:56px}.lp-testimonials-header h2{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:36px;font-weight:800;letter-spacing:-.03em;color:#0f172a;line-height:1.2}.lp-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-testimonial-card{background:#f8f9fb;border:1px solid #e5e7eb;border-radius:4px;padding:32px;display:flex;flex-direction:column;transition:border-color .25s,transform .2s}.lp-testimonial-card:hover{border-color:#bfdbfe;transform:translateY(-2px)}.lp-testimonial-quote-icon{color:#2563eb;opacity:.4;margin-bottom:16px;flex-shrink:0}.lp-testimonial-text{font-size:15px;line-height:1.65;color:#374151;flex:1;margin-bottom:24px}.lp-testimonial-author{display:flex;align-items:center;gap:12px}.lp-testimonial-avatar{width:40px;height:40px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.lp-testimonial-name{display:block;font-weight:700;font-size:14px;color:#0f172a}.lp-testimonial-role{display:block;font-size:13px;color:#6b7280}.lp-integration{padding:100px 32px;background:#f8f9fb}.lp-integration-inner{max-width:1000px;margin:0 auto}.lp-integration-header{text-align:center;max-width:560px;margin:0 auto 60px}.lp-integration-header h2{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:36px;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:16px;line-height:1.2}.lp-integration-header p{font-size:16px;line-height:1.7;color:#6b7280}.lp-integration-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lp-integration-step{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:32px;text-align:center;position:relative;transition:border-color .25s,transform .2s}.lp-integration-step:hover{border-color:#bfdbfe;transform:translateY(-2px)}.lp-integration-step-num{position:absolute;top:16px;left:20px;font-size:13px;font-weight:800;color:#2563eb;opacity:.5}.lp-integration-step-icon{color:#2563eb;margin-bottom:16px}.lp-integration-step h3{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.lp-integration-step p{font-size:14px;line-height:1.6;color:#6b7280}.lp-final-cta{padding:100px 32px;background:#0f172a;text-align:center}.lp-final-cta-inner{max-width:640px;margin:0 auto}.lp-final-cta h2{font-family:Plus Jakarta Sans,Instrument Sans,system-ui,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-.03em;color:#fff;margin-bottom:12px;line-height:1.2}.lp-final-cta p{font-size:17px;line-height:1.6;color:#fff9;margin-bottom:32px}.lp-final-cta-actions{display:flex;justify-content:center}@media (max-width: 1024px){.sidebar{position:fixed;left:0;top:0;bottom:0;transform:translate(-100%);transition:transform .25s ease}.sidebar.open{transform:translate(0)}.sidebar-overlay.visible{display:block}.sidebar-toggle{display:flex}.dashboard-main{width:100%}.topbar{padding:0 1rem;background:var(--bg-sidebar);border-bottom-color:var(--border-sidebar)}.topbar-title{color:var(--text-white)}.sidebar-toggle{color:var(--text-white);border-color:var(--border-sidebar)}.topbar-actions{flex-wrap:wrap;gap:6px!important}.topbar-select{min-width:120px;font-size:11px}.dashboard-content{padding:1rem}.metric-grid{grid-template-columns:repeat(2,1fr)!important}.chart-grid{grid-template-columns:1fr!important}.section-card--span2{grid-column:span 1!important}.toolbar{gap:.75rem;padding:.75rem}.toolbar-group{border-right:none!important;padding-right:0!important}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.loading-skeleton__sidebar{display:none}.ssp-metric-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 640px){:root{--header-h: 48px}body{font-size:12px}.topbar{flex-wrap:wrap;height:auto;padding:.5rem .75rem;gap:6px}.topbar-title{font-size:13px;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-actions{width:100%;display:flex;gap:6px!important}.topbar-select{flex:1;min-width:0;font-size:10px;padding:.35rem 1.8rem .35rem .5rem}.dashboard-content{padding:.75rem}.metric-grid{grid-template-columns:1fr 1fr!important;gap:1px!important}.metric-card{padding:12px!important}.metric-value{font-size:1.25rem}.metric-label{font-size:9px}.chart-grid{grid-template-columns:1fr!important;gap:.75rem}.section-card{padding:.75rem;margin-bottom:.75rem}.section-card-header{flex-wrap:wrap;gap:8px;margin-bottom:.75rem;padding-bottom:.5rem}.chart-wrap{height:200px!important}.chart-mini-card{padding:.75rem}.chart-mini-card h4{font-size:10px;flex-wrap:wrap;gap:4px}.toolbar{flex-direction:column;align-items:stretch;gap:.5rem;padding:.5rem}.toolbar-group{flex-wrap:wrap;border-right:none!important;padding-right:0!important;gap:6px!important;width:100%}.toolbar-label{font-size:9px;flex-shrink:0}.toolbar-input{font-size:10px;padding:.3rem .4rem;flex:1;min-width:0}select.toolbar-input{padding-right:1.5rem}.segmented-control{flex-wrap:wrap}.segmented-btn{font-size:9px;padding:.3rem .6rem}.compare-checkbox span{font-size:9px}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:400px}th{padding:.5rem .6rem;font-size:9px;white-space:nowrap}td{padding:.4rem .6rem;font-size:11px}.ssp-metric-grid{grid-template-columns:1fr!important}.section-card--span2{grid-column:span 1!important}.btn{padding:.4rem .75rem;font-size:10px}.collapse-btn{font-size:9px;padding:.25rem .5rem}.perf-trend-toggles{gap:4px!important}.perf-trend-toggles .segmented-btn{font-size:8px;padding:2px 6px;height:22px!important}.loading-skeleton__sidebar{display:none}.loading-skeleton__content{grid-template-columns:1fr;padding:12px}}@media (max-width: 400px){.metric-grid{grid-template-columns:1fr!important}.topbar-title{font-size:12px}.metric-card{padding:10px!important}.dashboard-content{padding:.5rem}}@media (max-width: 1024px){.lp-mock-metrics{grid-template-columns:repeat(2,1fr)}.lp-mock-charts{grid-template-columns:1fr}.lp-workflow-panel{grid-template-columns:1fr;gap:32px}.lp-problems-grid,.lp-testimonials-grid{grid-template-columns:1fr}.lp-integration-steps{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media (max-width: 768px){.lp-nav-center,.lp-nav-right .lp-nav-login{display:none}.lp-nav-hamburger{display:flex}.lp-hero{padding:110px 20px 50px}.lp-hero-heading{font-size:32px}.lp-hero-sub{font-size:16px}.lp-mock-sidebar{display:none}.lp-mock-metrics{grid-template-columns:repeat(2,1fr)}.lp-mock-charts,.lp-highlights-grid,.lp-capabilities-grid,.lp-pricing-features{grid-template-columns:1fr}.lp-statement h2{font-size:28px}.lp-workflow-tabs{flex-direction:column;align-items:stretch}.lp-workflow-tab{justify-content:center}.lp-workflow-metrics{flex-direction:column;gap:16px}.lp-footer-inner{flex-direction:column;gap:32px}.lp-footer-cols{gap:32px;flex-wrap:wrap}.lp-problems-grid,.lp-testimonials-grid{grid-template-columns:1fr}.lp-integration-steps{grid-template-columns:1fr;max-width:400px;margin:0 auto}.lp-problems,.lp-testimonials,.lp-integration,.lp-final-cta{padding:60px 20px}}@media (max-width: 480px){.lp-mock-metrics{grid-template-columns:1fr 1fr}.lp-mock-metric-value{font-size:16px}.lp-highlights-header h2,.lp-capabilities-header h2,.lp-cta-inner h2{font-size:28px}.lp-workflow-text h3{font-size:22px}.lp-problems-header h2{font-size:26px}.lp-testimonials-header h2,.lp-integration-header h2{font-size:28px}.lp-final-cta h2{font-size:24px}}
