@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:1000;animation:fadeIn .2s ease;padding:24px}.modal-content{background:var(--surface);border:1px solid var(--surface-border);border-radius:0;padding:32px;box-shadow:none;animation:slideUp .3s cubic-bezier(.16,1,.3,1);overflow:auto;max-height:90vh;width:100%}.modal-small{max-width:400px}.modal-medium{max-width:600px}.modal-large{max-width:900px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}[data-theme=dark] .modal-overlay{background:#000000b3}[data-theme=light] .modal-overlay{background:#0006}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border-radius:0;font-weight:600;font-size:14px;letter-spacing:-.01em;cursor:pointer;border:none;transition:opacity .15s ease,background-color .15s ease;outline:none;position:relative;min-width:140px}.btn:focus-visible{outline:1px solid var(--text-900);outline-offset:2px}.btn-primary{background:#fff!important;color:#000!important;border-radius:0!important}button.btn-primary,button[class*=btn-primary],a.btn-primary{background:#fff!important;color:#000!important;border-radius:0!important;box-shadow:none!important}.btn-primary:hover:not(.btn-disabled){opacity:.85}.btn-primary:active:not(.btn-disabled){opacity:.7}.btn-secondary{background:transparent;border:1px solid var(--surface-border);color:var(--text-900)}.btn-secondary:hover:not(.btn-disabled){background:var(--surface-hover);border-color:var(--text-900)}.btn-tertiary{background:transparent;color:var(--text-700);padding:8px 16px}.btn-tertiary:hover:not(.btn-disabled){color:var(--text-900);background:transparent}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(.btn-disabled){opacity:.85}.btn-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-loading{position:relative;color:transparent}.btn-loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@font-face{font-family:ClashDisplay;src:url(/assets/fonts/ClashDisplay-Regular.d60c2bc8.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--accent-50: #eff6ff;--accent-100: #dbeafe;--accent-200: #bfdbfe;--accent-300: #93c5fd;--accent-400: #60a5fa;--accent-500: #3b82f6;--accent-600: #2563eb;--accent-700: #1d4ed8;--accent-800: #1e40af;--accent-900: #1e3a8a;--gray-50: #f8f9fb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--bg: #ffffff;--bg-subtle: #f8f9fb;--surface: #ffffff;--surface-hover: #f3f4f6;--surface-border: var(--gray-200);--surface-shadow: rgba(0, 0, 0, .06);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Monaco", "Menlo", "Consolas", "Liberation Mono", "Courier New", monospace;--font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-900: var(--gray-900);--text-700: var(--gray-700);--text-500: var(--gray-500);--text-300: var(--gray-300);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--space-24: 96px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 10px rgba(0,0,0,.08);--shadow-lg: 0 8px 20px rgba(0,0,0,.12);--shadow-xl: 0 12px 32px rgba(0,0,0,.16);--chart-line-primary: var(--accent-500);--chart-line-light: var(--accent-300);--chart-grid: var(--gray-200);--transition-fast: .15s ease;--transition: .25s ease;--transition-slow: .35s ease;--color-bg: var(--bg);--color-bg-alt: var(--bg-subtle);--color-surface: var(--surface);--color-surface-2: var(--surface-hover);--color-surface-hover: var(--surface-hover);--color-border: var(--surface-border);--color-text: var(--text-900);--color-text-secondary: var(--text-700);--color-primary: var(--accent-500);--color-primary-hover: var(--accent-600);--color-primary-transparent: rgba(59, 130, 246, .1);--accent: var(--accent-500);--accent-2: var(--accent-400)}[data-theme=dark]{--bg: #0e0f11;--bg-subtle: #151619;--surface: #1a1b1e;--surface-hover: #222327;--surface-border: #2a2c31;--surface-shadow: rgba(0,0,0,.4);--text-900: #ffffff;--text-700: #e5e7eb;--text-500: #9ca3af;--text-300: #6b7280;--chart-grid: #2a2c31;--color-bg: var(--bg);--color-bg-alt: var(--bg-subtle);--color-surface: var(--surface);--color-surface-2: var(--surface-hover);--color-surface-hover: var(--surface-hover);--color-border: var(--surface-border);--color-text: var(--text-900);--color-text-secondary: var(--text-700);--color-primary: var(--accent-500);--color-primary-hover: var(--accent-600);--color-primary-transparent: rgba(59, 130, 246, .15);--accent: var(--accent-500);--accent-2: var(--accent-400)}*{font-family:var(--font-family)!important}h1,h2,h3,h4,h5,h6,.page-title,.section-title,.section-title-large,.big-title,.hero-title{font-family:var(--font-display)!important;font-weight:700!important;letter-spacing:-.02em!important;line-height:1.2!important;color:var(--text-900)!important}.page-title{font-size:48px!important;font-weight:700!important;letter-spacing:-.025em!important;line-height:1.1!important}.section-title{font-size:32px!important;font-weight:700!important;letter-spacing:-.02em!important;line-height:1.2!important}.section-title-large{font-size:48px!important;font-weight:700!important;letter-spacing:-.022em!important;line-height:1.15!important}.big-title{font-size:56px!important;font-weight:700!important;letter-spacing:-.02em!important;line-height:1.15!important;font-family:var(--font-display)!important}.page-subtitle,.big-subtitle,.hero-subtitle,.section-subtitle{font-size:18px!important;font-weight:400!important;letter-spacing:-.011em!important;line-height:1.6!important;color:var(--text-700)!important;font-family:var(--font-family)!important}p,span,div,li,td,th,.hero-description,.hero-value,.description{font-size:16px!important;font-weight:400!important;letter-spacing:-.011em!important;line-height:1.6!important;color:var(--text-700)!important;font-family:var(--font-family)!important}small,.small,label,.label{font-size:14px!important;font-weight:400!important;letter-spacing:-.008em!important;line-height:1.5!important;font-family:var(--font-family)!important}button,.button,.btn{font-size:14px!important;font-weight:500!important;letter-spacing:-.01em!important;line-height:1.5!important;font-family:var(--font-family)!important}input,textarea,select{font-size:16px!important;font-weight:400!important;letter-spacing:-.011em!important;line-height:1.5!important;font-family:var(--font-family)!important}nav a,.nav-item,.landing-sidebar-item,.public-sidebar-item{font-size:14px!important;font-weight:500!important;letter-spacing:-.008em!important;line-height:1.5!important;font-family:var(--font-family)!important}.card-title,.use-case-card h3,.tech-feature-item h3{font-size:20px!important;font-weight:600!important;letter-spacing:-.012em!important;line-height:1.4!important;font-family:var(--font-display)!important}.card-subtitle,table{font-size:14px!important;font-weight:400!important;letter-spacing:-.008em!important;line-height:1.5!important;font-family:var(--font-family)!important}th{font-size:12px!important;font-weight:600!important;letter-spacing:.02em!important;text-transform:uppercase!important;font-family:var(--font-family)!important}td{font-size:14px!important;font-weight:400!important;letter-spacing:-.008em!important;font-family:var(--font-family)!important}@media (max-width: 768px){.page-title{font-size:36px!important;letter-spacing:-.022em!important}.section-title{font-size:28px!important;letter-spacing:-.018em!important}.section-title-large{font-size:36px!important;letter-spacing:-.02em!important}.big-title{font-size:32px!important;letter-spacing:-.02em!important;line-height:1.2!important}.big-subtitle,.page-subtitle{font-size:16px!important}p,.hero-description,.hero-value{font-size:15px!important}}@media (max-width: 375px){.page-title{font-size:28px!important}.section-title{font-size:24px!important}.big-title{font-size:28px!important}}html{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth;font-family:var(--font-family);letter-spacing:-.011em}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0}body{background:var(--bg);color:var(--text-900);font-family:var(--font-family);line-height:1.6;font-size:16px;font-weight:400;letter-spacing:-.011em;transition:background var(--transition),color var(--transition)}h1,.h-display-xl,.h-display-l,.h-display-m,.page-title{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;line-height:1.2}.h-display-xl{font-size:54px;font-weight:700;letter-spacing:-.025em;line-height:1.1}.h-display-l{font-size:42px;font-weight:700;letter-spacing:-.022em;line-height:1.15}.h-display-m{font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.h-headline{font-size:24px;font-weight:600;letter-spacing:-.015em;line-height:1.3}.h-body-l{font-size:18px;font-weight:400;letter-spacing:-.011em;line-height:1.6}.h-body-m{font-size:16px;font-weight:400;letter-spacing:-.011em;line-height:1.6}.h-body-s{font-size:14px;font-weight:400;letter-spacing:-.008em;line-height:1.5}.h-caption{font-size:12px;font-weight:500;letter-spacing:0;line-height:1.4;text-transform:uppercase}.container{max-width:1400px;margin:0 auto;padding:0 var(--space-6)}:root{--accent: var(--accent-500) !important;--accent-2: var(--accent-400) !important;--text-primary: var(--text-900) !important;--text-secondary: var(--text-700) !important;--text-muted: var(--text-500) !important;--bg-secondary: var(--bg-subtle) !important;--surface-alt: var(--surface) !important;--surface-panel: var(--surface-hover) !important;--border: var(--surface-border) !important;--rg-primary: var(--accent-500) !important;--rg-primary-dark: var(--accent-600) !important;--rg-primary-light: var(--accent-400) !important;--rg-text: var(--text-900) !important;--rg-text-med: var(--text-700) !important;--rg-text-light: var(--text-500) !important;--rg-bg: var(--bg) !important;--rg-bg-card: var(--surface) !important;--rg-bg-dark: var(--bg-subtle) !important;--rg-border: var(--surface-border) !important;--rg-border-dark: var(--surface-border) !important;--rg-success: #22c55e !important;--rg-warning: #f59e0b !important;--rg-danger: #ef4444 !important;--rg-gray-50: var(--bg-subtle) !important;--rg-gray-100: var(--surface) !important;--rg-gray-200: var(--surface-hover) !important;--rg-gray-300: var(--surface-border) !important;--rg-gray-400: var(--text-500) !important;--rg-gray-500: var(--text-700) !important}[data-theme=dark]{--accent: var(--accent-500) !important;--accent-2: var(--accent-400) !important;--text-primary: var(--text-900) !important;--text-secondary: var(--text-700) !important;--text-muted: var(--text-500) !important;--bg-secondary: var(--bg-subtle) !important;--surface-alt: var(--surface) !important;--surface-panel: var(--surface-hover) !important;--border: var(--surface-border) !important;--rg-primary: var(--accent-500) !important;--rg-primary-dark: var(--accent-600) !important;--rg-primary-light: var(--accent-400) !important;--rg-text: var(--text-900) !important;--rg-text-med: var(--text-700) !important;--rg-text-light: var(--text-500) !important;--rg-bg: var(--bg) !important;--rg-bg-card: var(--surface) !important;--rg-bg-dark: var(--bg-subtle) !important;--rg-border: var(--surface-border) !important;--rg-border-dark: var(--surface-border) !important;--rg-success: #22c55e !important;--rg-warning: #f59e0b !important;--rg-danger: #ef4444 !important;--rg-gray-50: var(--bg-subtle) !important;--rg-gray-100: var(--surface) !important;--rg-gray-200: var(--surface-hover) !important;--rg-gray-300: var(--surface-border) !important;--rg-gray-400: var(--text-500) !important;--rg-gray-500: var(--text-700) !important}.page{padding:var(--space-8);max-width:1400px;margin:0 auto}.card{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-6);transition:background var(--transition),border var(--transition)}.card:hover{background:var(--surface-hover)}.section-title{font-size:20px;font-weight:600;margin-bottom:var(--space-4);color:var(--text-900)}.grid-4{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-6)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6)}.table{width:100%;border-collapse:collapse}.table thead th{text-align:left;padding:var(--space-3);color:var(--text-700);font-weight:500;border-bottom:1px solid var(--surface-border)}.table tbody td{padding:var(--space-3);border-bottom:1px solid var(--surface-border);color:var(--text-900)}.table tbody tr:hover td{background:var(--surface-hover)}.btn{display:inline-flex;align-items:center;padding:10px 16px;border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:background var(--transition)}.btn-primary{background:var(--accent-500);color:#fff}.btn-primary:hover{background:var(--accent-600)}.btn-outline{border:1px solid var(--surface-border);color:var(--text-900)}.btn-outline:hover{background:var(--surface-hover)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:var(--radius-full)}::-webkit-scrollbar-track{background:var(--bg-subtle)}table{border-collapse:collapse;width:100%;background:transparent}thead{background:var(--surface);text-transform:uppercase;font-size:12px;letter-spacing:.02em;font-weight:500}th{text-align:left;padding:12px 16px;color:var(--text-700);border-bottom:1px solid var(--surface-border)}td{padding:12px 16px;border-bottom:1px solid var(--surface-border);color:var(--text-900)}tbody tr{transition:background-color .15s ease}tbody tr:hover,tbody tr:active{background:var(--surface-hover)}.page-container{max-width:1400px;padding:64px 48px;width:100%;box-sizing:border-box;margin:0 auto 0 0}.page-header{margin-bottom:48px;padding-left:0;padding-right:0;width:100%;box-sizing:border-box}.page-title{font-size:48px;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:8px;margin-left:0;margin-right:0;padding-left:0;padding-right:0;color:var(--text-900)}.page-subtitle{font-size:20px;font-weight:400;line-height:1.6;color:var(--text-700);margin-top:8px;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.page-section{margin-bottom:64px;padding-left:0;padding-right:0;width:100%;box-sizing:border-box}.page-section:last-child{margin-bottom:0}.page-card{background:var(--surface);border:1px solid var(--surface-border);border-radius:0;padding:32px 48px;margin-bottom:24px;margin-left:0;margin-right:0;width:100%;box-sizing:border-box}.page-card:last-child{margin-bottom:0}.table-container{background:var(--surface);border:1px solid var(--surface-border);border-radius:0;overflow:hidden}.form-container{max-width:600px;margin:0 auto}.button-group{display:flex;gap:16px;align-items:center}@media (max-width: 1024px){.page-container{padding:48px 32px}.page-card{padding:32px}.page-title{font-size:36px}}@media (max-width: 768px){.page-container,.page-card{padding:32px 24px}.page-title{font-size:28px}.page-subtitle{font-size:16px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.animate-fade-in{animation:fadeIn .2s ease}.animate-fade-out{animation:fadeOut .2s ease}.animate-slide-up{animation:slideUp .2s ease}.animate-slide-down{animation:slideDown .2s ease}.animate-slide-in-left{animation:slideInLeft .2s ease}.animate-slide-in-right{animation:slideInRight .2s ease}.animate-scale-in{animation:scaleIn .2s ease}.animate-scale-out{animation:scaleOut .2s ease}.transition-all{transition:all .2s ease}.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.transition-transform{transition:transform .2s ease}.transition-opacity{transition:opacity .2s ease}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.focus-ring{transition:box-shadow .15s ease}.focus-ring:focus{outline:none;box-shadow:0 0 0 3px #48e9db4d}.focus-ring:focus-visible{outline:2px solid var(--accent);outline-offset:2px}*,*:before,*:after{border-radius:0!important}.loading-spinner,[class*=spinner],[class*=loader]{border-radius:50%!important}input,textarea,select{border-radius:0!important;border:1px solid var(--surface-border)!important;background:var(--bg)!important;color:var(--text-900)!important;padding:12px 16px!important;font-size:14px!important;transition:border-color .15s ease!important}input:focus,textarea:focus,select:focus{outline:none!important;border-color:var(--text-900)!important;box-shadow:none!important}button,.btn,[class*=button],[class*=btn],[class*=card],[class*=Card],[style*=background][style*=border]{border-radius:0!important}[class*=modal],[class*=Modal],.modal-content{border-radius:0!important;box-shadow:none!important}table,[class*=table],[class*=Table],[class*=panel],[class*=Panel]{border-radius:0!important}@media (max-width: 1024px){.main-content-wrapper{margin-left:0!important;width:100%!important}}.page-header{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;margin-bottom:48px!important;width:100%!important}.page-header>div:first-child{flex:1;min-width:0}.page-header>div:last-child{flex-shrink:0;margin-left:32px}.page-title{font-size:48px!important;font-weight:700!important;letter-spacing:-.03em!important;line-height:1.1!important;margin-bottom:8px!important;color:var(--text-900)!important}.page-subtitle{font-size:20px!important;font-weight:400!important;line-height:1.6!important;color:var(--text-700)!important;margin-top:8px!important}.btn-primary,button.btn-primary,[class*=btn-primary]{background:#fff!important;color:#000!important;border-radius:0!important;transition:opacity .15s ease!important}.btn-primary:hover:not(:disabled),button.btn-primary:hover:not(:disabled){opacity:.85!important;background:#fff!important;color:#000!important}.btn-secondary,button.btn-secondary,[class*=btn-secondary]{background:transparent!important;border:1px solid var(--surface-border)!important;color:var(--text-900)!important;border-radius:0!important;transition:all .15s ease!important}.btn-secondary:hover:not(:disabled),button.btn-secondary:hover:not(:disabled){background:var(--surface-hover)!important;border-color:var(--text-900)!important;color:var(--text-900)!important}.chart-card,[class*=chart]{width:100%!important;max-width:100%!important;overflow:visible!important}.page-card{background:var(--surface)!important;border:1px solid var(--surface-border)!important;border-radius:0!important;padding:32px!important;margin-bottom:24px!important}input,textarea,select{border-radius:0!important;border:1px solid var(--surface-border)!important;padding:12px 16px!important;font-size:14px!important}table,[class*=table]{width:100%!important;border-collapse:collapse!important}.modal-content,[class*=modal]{border-radius:0!important;padding:32px!important}@media (max-width: 1024px){.page-header{flex-direction:column!important;gap:24px!important}.page-header>div:last-child{margin-left:0!important;width:100%!important}.charts-grid{grid-template-columns:1fr!important}}.page-container{margin-left:0!important;margin-right:auto!important}.page-container>*{box-sizing:border-box}.page-header{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.page-header>div{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.page-title,.page-subtitle,.page-section{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.page-card{padding-left:48px!important;padding-right:48px!important;margin-left:0!important;margin-right:0!important;width:100%!important;box-sizing:border-box!important}@media (max-width: 1024px){.page-card{padding-left:32px!important;padding-right:32px!important}}@media (max-width: 768px){.page-card{padding-left:24px!important;padding-right:24px!important}}:root{--breakpoint-xs: 320px;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px;--touch-target-min: 44px;--touch-target-comfortable: 48px}.container-responsive{width:100%;margin:0 auto;padding-left:16px;padding-right:16px}@media (min-width: 640px){.container-responsive{padding-left:24px;padding-right:24px}}@media (min-width: 1024px){.container-responsive{padding-left:32px;padding-right:32px;max-width:1280px}}@media (min-width: 1280px){.container-responsive{max-width:1400px}}h1,.h-display-xl{font-size:32px;line-height:1.2}h2,.h-display-l{font-size:28px;line-height:1.3}h3,.h-display-m{font-size:24px;line-height:1.4}h4,.h-headline{font-size:20px;line-height:1.4}@media (min-width: 768px){h1,.h-display-xl{font-size:42px}h2,.h-display-l{font-size:36px}h3,.h-display-m{font-size:28px}h4,.h-headline{font-size:24px}}@media (min-width: 1024px){h1,.h-display-xl{font-size:54px}h2,.h-display-l{font-size:42px}h3,.h-display-m{font-size:32px}}button,a,input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select{min-height:var(--touch-target-min);min-width:var(--touch-target-min)}@media (max-width: 768px){button,a.button,.button{min-height:var(--touch-target-comfortable);padding:12px 24px}}.grid-responsive{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 640px){.grid-responsive{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width: 1024px){.grid-responsive{grid-template-columns:repeat(3,1fr);gap:24px}}@media (min-width: 1280px){.grid-responsive{grid-template-columns:repeat(4,1fr);gap:32px}}.landing-page-content{margin-left:0;width:100%}@media (min-width: 1024px){.landing-page-content{margin-left:200px;width:calc(100% - 200px)}}.hero-section{padding:60px 16px;min-height:60vh}@media (min-width: 768px){.hero-section{padding:80px 32px;min-height:70vh}}@media (min-width: 1024px){.hero-section{padding:120px 48px;min-height:80vh}}.page-container{padding:40px 16px}@media (min-width: 768px){.page-container{padding:60px 32px}}@media (min-width: 1024px){.page-container{padding:80px 48px}}.kpi-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 640px){.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.kpi-grid{grid-template-columns:repeat(5,1fr)}}.charts-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 1024px){.charts-grid{grid-template-columns:repeat(2,1fr)}}.landing-sidebar{display:none}@media (min-width: 1024px){.landing-sidebar{display:flex}}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){table{font-size:14px}table th,table td{padding:8px 4px}}.modal-content{width:90%;max-width:500px;margin:20px auto;max-height:90vh;overflow-y:auto}@media (min-width: 768px){.modal-content{width:80%;max-width:600px}}@media (min-width: 1024px){.modal-content{width:70%;max-width:800px}}.form-group{margin-bottom:20px}@media (min-width: 768px){.form-group{margin-bottom:24px}}input[type=text],input[type=email],input[type=password],textarea,select{width:100%;padding:12px 16px;font-size:16px}@media (min-width: 768px){input[type=text],input[type=email],input[type=password],textarea,select{padding:14px 20px}}@supports (-webkit-touch-callout: none){.landing-page{-webkit-font-smoothing:antialiased}}@-moz-document url-prefix(){button{-moz-appearance:none}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.grid-responsive{display:-ms-grid}}@media (max-width: 768px){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.fade-in,.slide-up{animation-duration:.3s!important}}.skip-to-main{position:absolute;top:-40px;left:0;background:var(--accent-500);color:#fff;padding:8px 16px;text-decoration:none;z-index:10000}.skip-to-main:focus{top:0}@media print{.landing-sidebar,.main-sidebar,button,.no-print{display:none!important}.landing-page-content{margin-left:0;width:100%}*{background:#fff!important;color:#000!important}}.skeleton{background:linear-gradient(90deg,var(--surface) 0%,var(--surface-hover) 50%,var(--surface) 100%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid var(--surface-border);border-top-color:var(--accent-500);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-transition-enter{opacity:0;transform:translateY(20px)}.page-transition-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.page-transition-exit{opacity:1;transform:translateY(0)}.page-transition-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease}button:active{transform:scale(.98);transition:transform .1s ease}.card-interactive{transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.card-interactive:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.card-interactive:active{transform:translateY(0)}.tooltip{position:relative;display:inline-block}.tooltip-content{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;padding:8px 12px;background:var(--text-900);color:#fff;font-size:12px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1000}.tooltip:hover .tooltip-content{opacity:1}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-500);box-shadow:0 0 0 3px #3b82f61a;transition:border-color .2s ease,box-shadow .2s ease}input.error,textarea.error,select.error{border-color:var(--rg-danger);box-shadow:0 0 0 3px #ef44441a}.error-message{color:var(--rg-danger);font-size:14px;margin-top:4px;display:block}input.success,textarea.success,select.success{border-color:var(--rg-success);box-shadow:0 0 0 3px #22c55e1a}html{scroll-behavior:smooth}.scroll-to-top{position:fixed;bottom:24px;right:24px;width:40px;height:40px;border-radius:0;background:transparent;color:var(--text-700);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:none;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease,color .3s ease;z-index:1000;padding:0}.scroll-to-top.visible{opacity:1;transform:translateY(0)}.scroll-to-top:hover{transform:translateY(-2px);color:var(--text-900);background:transparent}.scroll-to-top svg{width:24px;height:24px}.toast{position:fixed;top:24px;right:24px;padding:16px 20px;background:var(--surface);border:1px solid var(--surface-border);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10000;animation:toast-slide-in .3s ease;max-width:400px}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast.success{border-left:4px solid var(--rg-success)}.toast.error{border-left:4px solid var(--rg-danger)}.toast.warning{border-left:4px solid var(--rg-warning)}.toast.info{border-left:4px solid var(--accent-500)}.empty-state{text-align:center;padding:64px 32px;color:var(--text-600)}.empty-state-icon{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state-title{font-size:20px;font-weight:600;color:var(--text-700);margin-bottom:8px}.empty-state-description{font-size:14px;color:var(--text-600);max-width:400px;margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (prefers-contrast: high){*{border-width:2px!important}button,a{border:2px solid currentColor!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@supports (padding: max(0px)){.safe-area-top{padding-top:max(16px,env(safe-area-inset-top))}.safe-area-bottom{padding-bottom:max(16px,env(safe-area-inset-bottom))}.safe-area-left{padding-left:max(16px,env(safe-area-inset-left))}.safe-area-right{padding-right:max(16px,env(safe-area-inset-right))}}.touch-feedback{-webkit-tap-highlight-color:rgba(59,130,246,.2);tap-highlight-color:rgba(59,130,246,.2)}.gpu-accelerated{transform:translateZ(0);will-change:transform}.off-screen{content-visibility:auto;contain-intrinsic-size:200px}[data-theme=dark]{--text-900: #ffffff;--text-700: #e5e7eb;--text-600: #d1d5db;--text-500: #9ca3af;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .3)}@media print{.no-print,button,.sidebar,.header{display:none!important}*{background:#fff!important;color:#000!important;box-shadow:none!important}.page-break{page-break-after:always}.no-page-break{page-break-inside:avoid}}html{overflow-x:hidden!important;max-width:100vw!important;width:100%;position:relative;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{overflow-x:hidden!important;max-width:100vw!important;width:100%;position:relative;margin:0;padding:0}#root{overflow-x:hidden!important;max-width:100vw!important;width:100%;position:relative}*{max-width:100%;box-sizing:border-box}*:not(html):not(body):not(#root){max-width:100vw}.main-content-wrapper{margin-left:0;width:100%}@media (min-width: 1024px){.main-content-wrapper{margin-left:250px;width:calc(100% - 250px)}}.main-sidebar{display:none!important}@media (min-width: 1024px){.main-sidebar{display:flex!important}.main-content-wrapper{margin-left:250px!important;width:calc(100% - 250px)!important;max-width:calc(100vw - 250px)!important}}.mobile-menu-button{display:block}@media (min-width: 1024px){.mobile-menu-button{display:none!important}}.mobile-overlay{display:block}@media (min-width: 1024px){.mobile-overlay{display:none!important}}main,.page-container,.container-responsive{padding-left:16px;padding-right:16px;max-width:100%;overflow-x:hidden;box-sizing:border-box}.page-card,.kpi-card,.chart-card,.card{max-width:100%;box-sizing:border-box;overflow-x:hidden}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;display:block}section,article,div[class*=container]{max-width:100%;box-sizing:border-box}@supports (-webkit-touch-callout: none){body{position:relative;overflow-x:hidden;-webkit-overflow-scrolling:touch}}[data-theme=light]{--bg: #ffffff !important;--bg-subtle: #f8f9fb !important;--surface: #ffffff !important;--surface-hover: #f3f4f6 !important;--surface-border: #e5e7eb !important;--text-900: #111827 !important;--text-700: #374151 !important;--text-500: #6b7280 !important}[data-theme=light] body{background:#fff!important;color:#111827!important}[data-theme=light] html{background:#fff!important}.main-topbar{padding:0 16px}@media (min-width: 768px){.main-topbar{padding:0 32px}}@media (min-width: 1024px){.main-topbar{padding:0 48px}}.app-logo{font-family:var(--font-display)!important;font-weight:600!important;letter-spacing:-.02em!important;font-size:18px!important}@media (max-width: 768px){.app-logo{font-size:16px!important}}@media (max-width: 1024px){[data-theme=light] .landing-header{background:#fff!important}[data-theme=dark] .landing-header{background:#0e0f11f2!important}}@media (max-width: 768px){.page-container,.steps-container,.step-item,.step-content,.process-flow-graphic,.how-it-works-section,.page-card,.section-title-large,.section-subtitle{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding-left:16px!important;padding-right:16px!important}*{max-width:100vw!important}.step-item{margin:0!important;padding-left:16px!important;padding-right:16px!important}}@media (max-width: 768px){html,body,#root{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;position:relative}.landing-page,.landing-page-content{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;margin:0;padding:0}section{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box;padding-left:16px;padding-right:16px}.main-content-wrapper{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;margin:0;padding:0}main{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box}div{max-width:100%;box-sizing:border-box}img,video,iframe,canvas,svg{max-width:100%!important;height:auto;box-sizing:border-box}table{max-width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}form,input,textarea,select{max-width:100%;box-sizing:border-box}.page-card,.kpi-card,.chart-card,.card,.container,.container-responsive,.page-container{width:100%!important;max-width:100%!important;box-sizing:border-box;padding-left:16px;padding-right:16px;overflow-x:hidden!important}.hero-section{width:100%!important;max-width:100vw!important;overflow:hidden!important;box-sizing:border-box;margin:0;padding:0}.hero-content-overlay{width:100%!important;max-width:100vw!important;box-sizing:border-box;padding-left:16px!important;padding-right:16px!important;left:0!important;right:0!important}.parallax-container,.parallax-layer{max-width:100vw!important;overflow:hidden!important}.grid-responsive,.kpi-grid,.charts-grid{width:100%!important;max-width:100%!important;box-sizing:border-box}}@media (max-width: 375px){html,body,#root{width:100%!important;max-width:100vw!important}section,.page-container,.container{padding-left:12px!important;padding-right:12px!important}}*{font-family:var(--font-family)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--text-900)}h1{font-size:48px;font-weight:700;letter-spacing:-.025em;line-height:1.1}h2{font-size:36px;font-weight:700;letter-spacing:-.022em;line-height:1.15}h3{font-size:28px;font-weight:600;letter-spacing:-.018em;line-height:1.25}h4{font-size:22px;font-weight:600;letter-spacing:-.015em;line-height:1.3}h5{font-size:18px;font-weight:600;letter-spacing:-.012em;line-height:1.4}h6{font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:1.4}p,span,div,li,td,th{font-family:var(--font-family);font-weight:400;letter-spacing:-.011em;line-height:1.6}strong,b{font-weight:600;letter-spacing:-.01em}em,i{font-style:italic}code,pre,kbd,samp{font-family:var(--font-mono);font-size:.9em;letter-spacing:0;line-height:1.5}a{font-weight:500;letter-spacing:-.01em;text-decoration:none;transition:color .2s ease}button,.button{font-family:var(--font-family);font-weight:500;letter-spacing:-.01em;font-size:14px;line-height:1.5}label,.label{font-weight:500;font-size:14px;letter-spacing:-.008em;line-height:1.4}small,.small{font-size:12px;font-weight:400;letter-spacing:0;line-height:1.4}.caption{font-size:12px;font-weight:500;letter-spacing:.02em;text-transform:uppercase;line-height:1.4}@media (max-width: 768px){h1{font-size:36px;letter-spacing:-.022em}h2{font-size:28px;letter-spacing:-.018em}h3{font-size:24px;letter-spacing:-.015em}h4{font-size:20px;letter-spacing:-.012em}.h-display-xl{font-size:42px}.h-display-l{font-size:32px}.h-display-m{font-size:28px}}@media (max-width: 375px){h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}.h-display-xl{font-size:32px}.h-display-l{font-size:28px}}.page-title{font-size:48px;font-weight:700;letter-spacing:-.025em;line-height:1.1;color:var(--text-900)}.page-subtitle{font-size:18px;font-weight:400;letter-spacing:-.011em;line-height:1.6;color:var(--text-700)}.section-title{font-size:24px;font-weight:600;letter-spacing:-.015em;line-height:1.3;color:var(--text-900)}.section-title-large{font-size:48px;font-weight:700;letter-spacing:-.022em;line-height:1.15;color:var(--text-900)}.section-subtitle{font-size:18px;font-weight:400;letter-spacing:-.011em;line-height:1.6;color:var(--text-600)}.card-title{font-size:20px;font-weight:600;letter-spacing:-.012em;line-height:1.4;color:var(--text-900)}.card-subtitle{font-size:14px;font-weight:400;letter-spacing:-.008em;line-height:1.5;color:var(--text-600)}table{font-family:var(--font-family);font-size:14px;font-weight:400;letter-spacing:-.008em;line-height:1.5}th{font-weight:600;letter-spacing:-.01em;text-transform:uppercase;font-size:12px}td{font-weight:400;letter-spacing:-.008em}input,textarea,select{font-family:var(--font-family);font-size:16px;font-weight:400;letter-spacing:-.011em;line-height:1.5}input::placeholder,textarea::placeholder{font-weight:400;letter-spacing:-.008em}button.primary,.button.primary{font-weight:600;letter-spacing:-.01em}button.secondary,.button.secondary{font-weight:500;letter-spacing:-.01em}nav,.nav-item{font-weight:500;font-size:14px;letter-spacing:-.008em;line-height:1.5}.badge,.tag{font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;line-height:1.4}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:-.011em}.tracking-wide{letter-spacing:.02em}.tracking-wider{letter-spacing:.05em}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}:root{--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--header-height: 56px;--header-height-mobile: 48px;--section-spacing: 80px;--section-spacing-mobile: 48px;--card-padding: 24px;--card-padding-mobile: 16px;--button-padding-x: 24px;--button-padding-y: 12px;--button-padding-x-mobile: 20px;--button-padding-y-mobile: 10px}.landing-header{height:var(--header-height);min-height:var(--header-height)}@media (max-width: 768px){.landing-header{height:var(--header-height-mobile);min-height:var(--header-height-mobile);padding:6px 0}.landing-header-inner{padding:0 12px;height:100%}.landing-logo{font-size:16px!important;font-weight:600;left:12px!important;position:relative!important;transform:none!important;top:auto!important}.landing-header-actions{gap:6px;flex-wrap:nowrap}.landing-header-actions button{padding:8px 12px!important;font-size:13px!important;min-width:auto;white-space:nowrap}@media (max-width: 375px){.landing-header-actions{gap:4px}.landing-header-actions button{padding:6px 10px!important;font-size:12px!important}}}.page-container{padding:var(--section-spacing) 48px}@media (max-width: 1024px){.page-container{padding:var(--section-spacing-mobile) 32px}}@media (max-width: 768px){.page-container{padding:var(--section-spacing-mobile) 16px}}@media (max-width: 375px){.page-container{padding:32px 12px}}.page-card{padding:var(--card-padding) 48px;margin-bottom:var(--space-6)}@media (max-width: 1024px){.page-card{padding:var(--card-padding) 32px}}@media (max-width: 768px){.page-card{padding:var(--card-padding-mobile) 16px;margin-bottom:var(--space-4)}}@media (max-width: 375px){.page-card{padding:12px;margin-bottom:var(--space-3)}}button,.button{padding:var(--button-padding-y) var(--button-padding-x)}@media (max-width: 768px){button,.button{padding:var(--button-padding-y-mobile) var(--button-padding-x-mobile);font-size:14px}}@media (max-width: 375px){button,.button{padding:8px 12px;font-size:13px}}.grid-responsive{gap:var(--space-6)}@media (max-width: 768px){.grid-responsive{gap:var(--space-4)}}@media (max-width: 375px){.grid-responsive{gap:var(--space-3)}}h1,.h-display-xl,h2,.h-display-l{margin-bottom:var(--space-4)}h3,.h-display-m,h4,.h-headline{margin-bottom:var(--space-3)}p{margin-bottom:var(--space-4)}@media (max-width: 768px){h1,.h-display-xl,h2,.h-display-l{margin-bottom:var(--space-3)}h3,.h-display-m{margin-bottom:var(--space-2)}p{margin-bottom:var(--space-3)}}.form-group{margin-bottom:var(--space-6)}.form-group label{margin-bottom:var(--space-2);display:block}.form-group input,.form-group textarea,.form-group select{margin-top:var(--space-2)}@media (max-width: 768px){.form-group{margin-bottom:var(--space-4)}}table{border-spacing:0}th,td{padding:var(--space-4) var(--space-6)}@media (max-width: 768px){th,td{padding:var(--space-3) var(--space-4)}}@media (max-width: 375px){th,td{padding:var(--space-2) var(--space-3)}}.modal-content{padding:var(--space-8)}.modal-header{padding-bottom:var(--space-6);margin-bottom:var(--space-6);border-bottom:1px solid var(--surface-border)}.modal-body{padding:var(--space-6) 0}.modal-footer{padding-top:var(--space-6);margin-top:var(--space-6);border-top:1px solid var(--surface-border)}@media (max-width: 768px){.modal-content{padding:var(--space-6)}.modal-header,.modal-body,.modal-footer{padding:var(--space-4) 0;margin:var(--space-4) 0}}*,h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote,.page-section,.card{margin-top:0}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.align-start{align-items:flex-start}.align-center-items{align-items:center}.align-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.m-0{margin:0}.m-1{margin:var(--space-1)}.m-2{margin:var(--space-2)}.m-3{margin:var(--space-3)}.m-4{margin:var(--space-4)}.m-6{margin:var(--space-6)}.m-8{margin:var(--space-8)}.mt-0{margin-top:0}.mt-1{margin-top:var(--space-1)}.mt-2{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--space-1)}.mb-2{margin-bottom:var(--space-2)}.mb-3{margin-bottom:var(--space-3)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.p-0{padding:0}.p-1{padding:var(--space-1)}.p-2{padding:var(--space-2)}.p-3{padding:var(--space-3)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.pt-0{padding-top:0}.pt-1{padding-top:var(--space-1)}.pt-2{padding-top:var(--space-2)}.pt-4{padding-top:var(--space-4)}.pt-6{padding-top:var(--space-6)}.pt-8{padding-top:var(--space-8)}.pb-0{padding-bottom:0}.pb-1{padding-bottom:var(--space-1)}.pb-2{padding-bottom:var(--space-2)}.pb-4{padding-bottom:var(--space-4)}.pb-6{padding-bottom:var(--space-6)}.pb-8{padding-bottom:var(--space-8)}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}*{margin-top:0}h1+p,h2+p,h3+p,h4+p{margin-top:8px}section{margin-bottom:0;padding-top:0;padding-bottom:0}.page-section{margin-bottom:80px}@media (max-width: 1024px){.page-section{margin-bottom:64px}}@media (max-width: 768px){.page-section{margin-bottom:48px}}@media (max-width: 375px){.page-section{margin-bottom:32px}}.card,.page-card,.kpi-card,.chart-card{margin-left:0;margin-right:0;padding-left:48px;padding-right:48px}@media (max-width: 1024px){.card,.page-card,.kpi-card,.chart-card{padding-left:32px;padding-right:32px}}@media (max-width: 768px){.card,.page-card,.kpi-card,.chart-card{padding-left:16px;padding-right:16px}}@media (max-width: 375px){.card,.page-card,.kpi-card,.chart-card{padding-left:12px;padding-right:12px}}.button-group,.hero-actions,.cta-actions{display:flex;gap:12px;align-items:center}@media (max-width: 768px){.button-group,.hero-actions,.cta-actions{gap:10px;flex-wrap:wrap}}@media (max-width: 375px){.button-group,.hero-actions,.cta-actions{gap:8px;flex-direction:column;width:100%}.button-group button,.hero-actions button,.cta-actions button{width:100%}}p,span,div,li{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 768px){h1,h2,h3,h4,h5,h6,p,span,div{word-break:break-word;overflow-wrap:break-word}}img,video,svg{max-width:100%;height:auto;display:block}form{width:100%}.form-row{display:flex;gap:16px;margin-bottom:24px}@media (max-width: 768px){.form-row{flex-direction:column;gap:16px;margin-bottom:20px}}table{width:100%;border-collapse:collapse}th{text-align:left;font-weight:600}td{text-align:left}.grid-2,.grid-3,.grid-4{display:grid;gap:24px}@media (max-width: 1024px){.grid-2,.grid-3,.grid-4{gap:20px}}@media (max-width: 768px){.grid-2,.grid-3,.grid-4{gap:16px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.container,.page-container{margin-left:0;margin-right:auto;padding-left:48px;padding-right:48px}@media (max-width: 1024px){.container,.page-container{padding-left:32px;padding-right:32px}}@media (max-width: 768px){.container,.page-container{padding-left:16px;padding-right:16px}}@media (max-width: 375px){.container,.page-container{padding-left:12px;padding-right:12px}}@media (max-width: 768px){.big-title{font-size:24px}.big-subtitle{font-size:16px}.section-title-large{font-size:24px}.section-subtitle{font-size:14px}.page-container{padding-top:32px;padding-bottom:32px}.page-card{padding-top:16px;padding-bottom:16px}.steps-grid,.use-cases-grid,.input-modes-grid,.ceo-steps-grid,.audience-features-grid{gap:20px}}@media (max-width: 375px){.big-title{font-size:20px}.big-subtitle{font-size:14px}.section-title-large{font-size:20px}.page-container{padding-top:24px;padding-bottom:24px}.page-card{padding:12px}.steps-grid,.use-cases-grid,.input-modes-grid,.ceo-steps-grid,.audience-features-grid{gap:16px}}button,a,input,select,textarea{vertical-align:middle}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.border-top{border-top:1px solid var(--surface-border);padding-top:var(--space-6);margin-top:var(--space-6)}.border-bottom{border-bottom:1px solid var(--surface-border);padding-bottom:var(--space-6);margin-bottom:var(--space-6)}.card-shadow{box-shadow:0 1px 3px #0000001a}.card-shadow-hover{box-shadow:0 4px 12px #00000026;transition:box-shadow .3s ease}@media (max-width: 768px){button,a,.clickable{min-height:44px;min-width:44px}.button-group{gap:12px}button{-webkit-tap-highlight-color:rgba(59,130,246,.2);-webkit-user-select:none;user-select:none}}*:focus-visible{outline:2px solid var(--accent-500);outline-offset:2px;border-radius:4px}button:focus-visible,a:focus-visible{outline:2px solid var(--accent-500);outline-offset:2px}@media print{.landing-header,.landing-sidebar,button,.no-print{display:none!important}.page-container{padding:0;max-width:100%}*{background:#fff!important;color:#000!important;box-shadow:none!important}}[data-theme=dark] .landing-header{background:#0e0f11d9;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.1)}[data-theme=dark] .landing-logo{color:var(--text-900)}[data-theme=dark] .landing-logo:hover{opacity:.8}[data-theme=dark] .landing-header-actions button{color:var(--text-900)}[data-theme=dark] .page-card,[data-theme=dark] .kpi-card,[data-theme=dark] .chart-card,[data-theme=dark] .use-case-card,[data-theme=dark] .card{background:#1a1b1e!important;border:1px solid #2a2c31!important;color:var(--text-900)}[data-theme=dark] .page-card:hover,[data-theme=dark] .kpi-card:hover,[data-theme=dark] .chart-card:hover,[data-theme=dark] .use-case-card:hover{background:#222327!important;border-color:#2a2c31!important}[data-theme=dark] .btn-primary{background:#fff!important;color:#000!important}[data-theme=dark] .btn-primary:hover:not(.btn-disabled){opacity:.85;background:#fff!important;color:#000!important}[data-theme=dark] .btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--text-900)}[data-theme=dark] .btn-secondary:hover:not(.btn-disabled){background:#ffffff0d;border-color:#ffffff4d;color:var(--text-900)}[data-theme=dark] .btn-tertiary{background:transparent;color:var(--text-700)}[data-theme=dark] .btn-tertiary:hover:not(.btn-disabled){color:var(--text-900);background:transparent}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] .page-title,[data-theme=dark] .section-title-large,[data-theme=dark] .big-title{color:var(--text-900)}[data-theme=dark] p,[data-theme=dark] .page-subtitle,[data-theme=dark] .section-subtitle,[data-theme=dark] .big-subtitle{color:var(--text-700)}[data-theme=dark] .text-muted,[data-theme=dark] .kpi-label,[data-theme=dark] .kpi-meta{color:var(--text-500)}[data-theme=dark] table{color:var(--text-900)}[data-theme=dark] .modern-table th{background:var(--surface);border-bottom:1px solid rgba(255,255,255,.1);color:var(--text-700)}[data-theme=dark] .modern-table td{border-bottom:1px solid rgba(255,255,255,.1);color:var(--text-900)}[data-theme=dark] .modern-table tr:hover td{background:#ffffff08}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:var(--surface);border:1px solid rgba(255,255,255,.1);color:var(--text-900)}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{border-color:var(--accent-500);outline:none}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-500)}[data-theme=dark] .border-top,[data-theme=dark] .border-bottom,[data-theme=dark] .page-section{border-color:#ffffff1a}[data-theme=dark] .card-shadow{box-shadow:0 1px 3px #0000004d}[data-theme=dark] .card-shadow-hover{box-shadow:0 4px 12px #0006}[data-theme=dark] .use-case-card{background:var(--surface);border:2px solid rgba(255,255,255,.1)}[data-theme=dark] .use-case-card:hover{border-color:#fff3;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .use-case-industry{background:#3b82f626;color:var(--accent-400)}[data-theme=dark] .score-badge{color:#fff}[data-theme=dark] .step-item{color:var(--text-900)}[data-theme=dark] .step-number{background:linear-gradient(135deg,var(--accent-500) 0%,#8b5cf6 100%);box-shadow:0 4px 12px #3b82f64d}[data-theme=dark] .step-title{color:var(--text-900)}[data-theme=dark] .step-description{color:var(--text-700)}[data-theme=dark] .input-mode-card{background:var(--surface);border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .input-mode-card:hover{border-color:#fff3;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .code-snippet{background:#0000004d;border:1px solid rgba(255,255,255,.1);color:var(--text-900)}[data-theme=dark] .audience-content-card{background:var(--surface);border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .tab-button{background:var(--surface);border:1px solid rgba(255,255,255,.1);color:var(--text-700)}[data-theme=dark] .tab-button:hover{background:#ffffff0d;border-color:var(--accent-500);color:var(--text-900)}[data-theme=dark] .tab-button.active{background:var(--accent-500);color:#fff;border-color:var(--accent-500)}[data-theme=dark] .outcome-card{background:var(--surface);border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .outcome-card:hover{border-color:#fff3;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .landing-footer{background:var(--bg);border-top:1px solid rgba(255,255,255,.1)}[data-theme=dark] .footer-title{color:var(--text-900)}[data-theme=dark] .footer-links a{color:var(--text-700)}[data-theme=dark] .footer-links a:hover{color:var(--text-900)}[data-theme=dark] .footer-bottom{border-top:1px solid rgba(255,255,255,.1);color:var(--text-700)}[data-theme=dark] .evidence-graph-preview{background:#0000004d;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .graph-svg{filter:brightness(.9)}[data-theme=dark] .hero-content-overlay{background:linear-gradient(to top,var(--bg) 0%,transparent 100%)}[data-theme=dark] .hero-description,[data-theme=dark] .hero-value{color:var(--text-700)}[data-theme=dark] .arch-box{background:#1a1b1e!important;border:1px solid #2a2c31!important;color:var(--text-900)}[data-theme=dark] .arch-box:hover{background:#222327!important;border-color:#2a2c31!important}[data-theme=dark] .pricing-card{background:var(--surface);border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .pricing-card:hover{border-color:#fff3}[data-theme=dark] .pricing-card-featured{border-color:var(--accent-500)}[data-theme=dark] .code-block,[data-theme=dark] pre{background:#0006;border:1px solid rgba(255,255,255,.1);color:var(--text-900)}[data-theme=dark] .summary-table{background:var(--surface);border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .summary-header{background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.1)}[data-theme=dark] .summary-row{border-bottom:1px solid rgba(255,255,255,.05)}[data-theme=dark] .summary-row:hover{background:#ffffff08}[data-theme=dark] .industry-filter-button{background:var(--surface);border:1px solid rgba(255,255,255,.1);color:var(--text-700)}[data-theme=dark] .industry-filter-button:hover{background:#ffffff0d;border-color:var(--accent-500);color:var(--text-900)}[data-theme=dark] .industry-filter-button.active{background:var(--accent-500);color:#fff;border-color:var(--accent-500)}@media (max-width: 768px){[data-theme=dark] .landing-header{background:#0e0f11e6}[data-theme=dark] .page-card,[data-theme=dark] .use-case-card{border-color:#ffffff1a}[data-theme=dark] .btn-secondary{border-color:#ffffff26}}[data-theme=dark] *:focus-visible{outline:2px solid var(--accent-500);outline-offset:2px}[data-theme=dark] button:focus-visible,[data-theme=dark] a:focus-visible{outline:2px solid var(--accent-500);outline-offset:2px}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}[data-theme=dark] ::selection{background:#3b82f64d;color:var(--text-900)}[data-theme=dark] ::-moz-selection{background:#3b82f64d;color:var(--text-900)}[data-theme=dark]{color-scheme:dark}[data-theme=dark] .text-900{color:#fff}[data-theme=dark] .text-700{color:#d1d5db}[data-theme=dark] .text-500{color:#9ca3af}[data-theme=dark] .text-300{color:#6b7280}[data-theme=dark]{--bg: #0e0f11 !important;--bg-subtle: #151619 !important;--surface: #1a1b1e !important;--surface-hover: #222327 !important;--surface-border: #2a2c31 !important}[data-theme=dark] body,[data-theme=dark] html,[data-theme=dark] .bg{background:#0e0f11!important}[data-theme=dark] .bg-subtle{background:#151619!important}[data-theme=dark] .surface{background:#1a1b1e!important}[data-theme=dark] .surface-hover{background:#222327!important}[data-theme=dark] .surface-border{border-color:#2a2c31!important}[data-theme=dark] .landing-page,[data-theme=dark] .page-container,[data-theme=dark] .parallax-section,[data-theme=dark] .parallax-content{background:#0e0f11!important}[data-theme=dark] .page-card,[data-theme=dark] .kpi-card,[data-theme=dark] .chart-card,[data-theme=dark] .card,[data-theme=dark] .use-case-card,[data-theme=dark] .arch-box,[data-theme=dark] .tech-feature-item,[data-theme=dark] .section-card{background:#1a1b1e!important;border:1px solid #2a2c31!important;border-color:#2a2c31!important}[data-theme=dark] .page-card:hover,[data-theme=dark] .kpi-card:hover,[data-theme=dark] .chart-card:hover,[data-theme=dark] .card:hover,[data-theme=dark] .use-case-card:hover,[data-theme=dark] .arch-box:hover,[data-theme=dark] .tech-feature-item:hover,[data-theme=dark] .section-card:hover{background:#222327!important;border-color:#2a2c31!important}[data-theme=dark] .main-sidebar,[data-theme=dark] .landing-sidebar,[data-theme=dark] .main-topbar{background:#0e0f11!important;border-color:#2a2c31!important}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:#1a1b1e!important;border-color:#2a2c31!important;color:#fff!important}[data-theme=dark] input:hover,[data-theme=dark] textarea:hover,[data-theme=dark] select:hover{background:#1a1b1e!important;border-color:#2a2c31!important}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{background:#1a1b1e!important;border-color:#3b82f6!important}[data-theme=dark] table,[data-theme=dark] thead,[data-theme=dark] tbody{background:#1a1b1e!important;border-color:#2a2c31!important}[data-theme=dark] th{background:#151619!important;border-color:#2a2c31!important}[data-theme=dark] td{background:#1a1b1e!important;border-color:#2a2c31!important}[data-theme=dark] tr:hover td{background:#222327!important}[data-theme=light]{--enterprise-bg: #ffffff;--enterprise-bg-subtle: #fafbfc;--enterprise-surface: #ffffff;--enterprise-surface-elevated: #ffffff;--enterprise-border: #e5e7eb;--enterprise-border-subtle: #f3f4f6;--enterprise-text-primary: #111827;--enterprise-text-secondary: #4b5563;--enterprise-text-tertiary: #6b7280;--enterprise-text-disabled: #9ca3af;--enterprise-accent: #2563eb;--enterprise-accent-hover: #1d4ed8;--enterprise-accent-light: #dbeafe;--enterprise-success: #10b981;--enterprise-warning: #f59e0b;--enterprise-error: #ef4444;--enterprise-info: #3b82f6;--enterprise-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--enterprise-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--enterprise-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--enterprise-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}[data-theme=dark]{--enterprise-bg: #0a0e13;--enterprise-bg-subtle: #111418;--enterprise-surface: #1a1d24;--enterprise-surface-elevated: #242830;--enterprise-border: #2d3239;--enterprise-border-subtle: #1f2329;--enterprise-text-primary: #f9fafb;--enterprise-text-secondary: #d1d5db;--enterprise-text-tertiary: #9ca3af;--enterprise-text-disabled: #6b7280;--enterprise-accent: #3b82f6;--enterprise-accent-hover: #60a5fa;--enterprise-accent-light: #1e3a8a;--enterprise-success: #10b981;--enterprise-warning: #f59e0b;--enterprise-error: #ef4444;--enterprise-info: #3b82f6;--enterprise-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--enterprise-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .3);--enterprise-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -2px rgba(0, 0, 0, .4);--enterprise-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .6), 0 10px 10px -5px rgba(0, 0, 0, .5)}.enterprise-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--enterprise-text-primary);margin:0}.enterprise-hero-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:400;line-height:1.6;color:var(--enterprise-text-secondary);margin:1.5rem 0 0;max-width:800px}.enterprise-section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--enterprise-text-primary);margin:0 0 1rem}.enterprise-section-subtitle{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:400;line-height:1.6;color:var(--enterprise-text-secondary);margin:0 0 3rem;max-width:700px}.enterprise-card-title{font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--enterprise-text-primary);margin:0 0 .75rem}.enterprise-card-text{font-size:1rem;font-weight:400;line-height:1.6;color:var(--enterprise-text-secondary);margin:0}.enterprise-card{background:var(--enterprise-surface);border:1px solid var(--enterprise-border);border-radius:12px;padding:2rem;transition:all .3s ease;box-shadow:var(--enterprise-shadow-sm)}.enterprise-card:hover{box-shadow:var(--enterprise-shadow-md);border-color:var(--enterprise-accent);transform:translateY(-2px)}.enterprise-card-elevated{background:var(--enterprise-surface-elevated);border:1px solid var(--enterprise-border);border-radius:16px;padding:2.5rem;box-shadow:var(--enterprise-shadow-lg)}.enterprise-button-primary{background:var(--enterprise-accent);color:#fff;border:none;border-radius:8px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:var(--enterprise-shadow-sm)}.enterprise-button-primary:hover{background:var(--enterprise-accent-hover);box-shadow:var(--enterprise-shadow-md);transform:translateY(-1px)}.enterprise-button-secondary{background:transparent;color:var(--enterprise-accent);border:1.5px solid var(--enterprise-accent);border-radius:8px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.enterprise-button-secondary:hover{background:var(--enterprise-accent-light);border-color:var(--enterprise-accent-hover)}.enterprise-container{max-width:1280px;margin:0 auto;padding:0 2rem}.enterprise-section{padding:6rem 0}.enterprise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.enterprise-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.enterprise-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--enterprise-bg);border-bottom:1px solid var(--enterprise-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1rem 0}.enterprise-header-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.enterprise-logo{font-size:1.5rem;font-weight:700;color:var(--enterprise-text-primary);text-decoration:none;letter-spacing:-.02em}@media (max-width: 428px){.enterprise-container{padding:0 1.25rem}.enterprise-section{padding:3rem 0}.enterprise-hero{padding:4rem 0 3rem!important}.enterprise-hero-title{font-size:1.75rem!important;line-height:1.2!important}.enterprise-hero-subtitle{font-size:1rem!important;margin-top:1rem!important}.enterprise-section-title{font-size:1.5rem!important}.enterprise-section-subtitle{font-size:.9375rem!important}.enterprise-card{padding:1.5rem!important}.enterprise-card-title{font-size:1.125rem!important}.enterprise-card-text{font-size:.9375rem!important}.enterprise-grid,.enterprise-grid-3{grid-template-columns:1fr!important;gap:1.25rem!important}.enterprise-header{padding:.75rem 0!important}.enterprise-header-inner{padding:0 1rem!important;flex-wrap:wrap;gap:.5rem}.enterprise-logo{font-size:1.25rem!important}.enterprise-header-inner>div:last-child{gap:.5rem!important}.enterprise-header-inner button{font-size:.75rem!important;padding:.5rem .875rem!important}.enterprise-button-primary,.enterprise-button-secondary{width:100%;padding:1rem 1.5rem;font-size:1rem}.enterprise-landing-page{overflow-x:hidden!important;width:100%!important;max-width:100vw!important}input,textarea,select{font-size:16px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}}.enterprise-fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.enterprise-slide-up{animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}html{width:100%;max-width:100vw;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box}body{width:100%;max-width:100vw;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box;background:var(--bg)!important}[data-theme=light] body{background:#fff!important}[data-theme=dark] body{background:#0e0f11!important}#root{width:100%;max-width:100vw;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box;background:var(--bg)!important}[data-theme=light] #root{background:#fff!important}[data-theme=dark] #root{background:#0e0f11!important}.app-container{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;margin:0!important;padding:0!important;box-sizing:border-box!important;background:var(--bg)!important;position:relative}[data-theme=light] .app-container{background:#fff!important}[data-theme=dark] .app-container{background:#0e0f11!important}.landing-page{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;margin:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important;background:var(--bg)!important;position:relative}[data-theme=light] .landing-page{background:#fff!important}[data-theme=dark] .landing-page{background:#0e0f11!important}.landing-page-content,.public-page-content{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important;background:var(--bg)!important;position:relative}[data-theme=light] .landing-page-content,[data-theme=light] .public-page-content{background:#fff!important}[data-theme=dark] .landing-page-content,[data-theme=dark] .public-page-content{background:#0e0f11!important}section{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;background:var(--bg)!important;position:relative}[data-theme=light] section{background:#fff!important}[data-theme=dark] section{background:#0e0f11!important}.page-container{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;margin:0 auto;background:var(--bg)!important}[data-theme=light] .page-container{background:#fff!important}[data-theme=dark] .page-container{background:#0e0f11!important}@media (min-width: 1025px){.landing-page-content{margin-left:200px;width:calc(100% - 200px);max-width:calc(100vw - 200px)}.public-page-content{margin-right:200px;width:calc(100% - 200px);max-width:calc(100vw - 200px)}}@media (max-width: 1024px){.landing-page-content,.public-page-content{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100vw!important}.page-container{padding-left:16px!important;padding-right:16px!important}}*{box-sizing:border-box}.landing-page,.landing-page-content,.public-page-content,.page-container,section,.app-container,body,html,#root{background-color:var(--bg)!important;background-image:none!important}[data-theme=light] .landing-page,[data-theme=light] .landing-page-content,[data-theme=light] .public-page-content,[data-theme=light] .page-container,[data-theme=light] section,[data-theme=light] .app-container{background-color:#fff!important;background-image:none!important}[data-theme=dark] .landing-page,[data-theme=dark] .landing-page-content,[data-theme=dark] .public-page-content,[data-theme=dark] .page-container,[data-theme=dark] section,[data-theme=dark] .app-container{background-color:#0e0f11!important;background-image:none!important}.app-container{width:100%;max-width:100vw;min-height:100vh;margin:0 auto;position:relative;overflow-x:hidden;background:var(--bg)}@media screen and (max-width: 430px) and (max-height: 932px){html{font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{width:100%;max-width:100vw;margin:0;padding:0;overflow-x:hidden;position:relative;background:var(--bg)}#root{width:100%;max-width:100vw;overflow-x:hidden;position:relative}.app-container{width:100%;max-width:430px;margin:0 auto;position:relative;overflow-x:hidden;background:var(--bg);box-sizing:border-box}.landing-page{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden;position:relative;background:var(--bg)}.landing-page-content{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden;position:relative}.landing-header{width:100%;max-width:100%;position:fixed;top:0;left:0;right:0;z-index:1000;margin:0;padding:0;overflow-x:hidden}[data-theme=light] .landing-header{background:#fff!important;border-bottom:.5px solid var(--surface-border)}[data-theme=dark] .landing-header{background:#0e0f11fa!important;border-bottom:.5px solid var(--surface-border)}section{width:100%;max-width:100%;margin:0;padding-left:16px;padding-right:16px;box-sizing:border-box;overflow-x:hidden;position:relative;background:var(--bg)}.hero-section{width:100%;max-width:100%;margin:0;padding:0;overflow:hidden;position:relative}.hero-content-overlay{width:100%;max-width:100%;padding:0 16px!important;box-sizing:border-box;left:0!important;right:0!important}.page-card,.use-case-card,.kpi-card,.chart-card,.card{width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:16px;padding-right:16px;box-sizing:border-box;overflow-x:hidden}.page-container{width:100%;max-width:100%;margin:0 auto;padding-left:16px;padding-right:16px;box-sizing:border-box;overflow-x:hidden}*{max-width:100%;box-sizing:border-box}img,video,iframe,canvas,svg{max-width:100%!important;height:auto;box-sizing:border-box}table{width:100%;max-width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}form,input,textarea,select{width:100%;max-width:100%;box-sizing:border-box}.grid-responsive,.kpi-grid,.charts-grid,.use-cases-grid{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.parallax-container,.EGG-advanced-container{width:100%;max-width:100%;overflow:hidden;margin:0;padding:0}}@media (max-width: 768px){[data-theme=light]{--bg: #ffffff !important;--bg-subtle: #f8f9fb !important;--surface: #ffffff !important;--surface-hover: #f3f4f6 !important;--surface-border: #e5e7eb !important;--text-900: #111827 !important;--text-700: #374151 !important;--text-500: #6b7280 !important}[data-theme=dark]{--bg: #0e0f11 !important;--bg-subtle: #151619 !important;--surface: #1a1b1e !important;--surface-hover: #222327 !important;--surface-border: #2a2c31 !important;--text-900: #e0e0e0 !important;--text-700: #b0b0b0 !important;--text-500: #808080 !important}[data-theme=light] body{background:#fff!important}[data-theme=dark] body{background:#0e0f11!important}.app-container{width:100%;max-width:100vw;margin:0 auto;position:relative;overflow-x:hidden;background:var(--bg)}.use-cases-section{background:var(--bg)!important}[data-theme=light] .use-cases-section{background:#fff!important}[data-theme=dark] .use-cases-section{background:#0e0f11!important}.summary-header .summary-cell{background:var(--accent-500)!important;color:#fff!important}.landing-page,.landing-page-content,section,.page-container,.page-card{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;position:relative}}@media (max-width: 375px){html{font-size:15px}.app-container{max-width:100vw}section{padding-left:12px;padding-right:12px}.page-container{padding-left:12px;padding-right:12px}}@media (min-width: 1024px){.main-sidebar{display:flex!important;width:250px!important;position:fixed!important;top:0!important;left:0!important;height:100vh!important;z-index:1000!important}.main-content-wrapper{margin-left:250px!important;width:calc(100% - 250px)!important;max-width:calc(100vw - 250px)!important;box-sizing:border-box!important}.main-content-wrapper main{padding:24px 32px!important;max-width:100%!important;box-sizing:border-box!important;background:var(--bg)!important}.main-content-wrapper main .page-container,.main-content-wrapper main>.page-container{max-width:1400px!important;margin:0 auto!important;width:100%!important;padding:0!important;box-sizing:border-box!important}.page-card{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:32px!important;background:var(--surface)!important;border:.5px solid var(--surface-border)!important;border-radius:0!important;margin:0 auto!important}.main-content-wrapper main>*{max-width:100%!important;box-sizing:border-box!important}.main-content-wrapper main>div:first-child{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.main-content-wrapper main table,.main-content-wrapper main .table-responsive,.main-content-wrapper main .kpi-grid,.main-content-wrapper main .charts-grid{width:100%!important;max-width:100%!important;box-sizing:border-box!important}}@media (max-width: 1023px){.main-sidebar{display:none!important}.main-content-wrapper{margin-left:0!important;width:100%!important;max-width:100vw!important}.main-content-wrapper main{padding:16px!important}}.main-sidebar{background:var(--bg)!important;border-right:.5px solid var(--surface-border)!important}[data-theme=light] .main-sidebar{background:#fff!important;border-right-color:#e5e7eb!important}[data-theme=dark] .main-sidebar{background:#0e0f11!important;border-right-color:#2a2c31!important}.public-page-content-no-sidebar{width:100%!important;max-width:100vw!important;margin:0!important;padding:0!important;overflow-x:hidden!important;box-sizing:border-box!important;background:var(--bg)!important;min-height:calc(100vh - 56px);display:flex;flex-direction:column}[data-theme=light] .public-page-content-no-sidebar{background:#fff!important}[data-theme=dark] .public-page-content-no-sidebar{background:#0e0f11!important}.public-page-content-no-sidebar .page-container{width:100%!important;max-width:1200px!important;margin:0 auto!important;padding:100px 32px 120px!important;box-sizing:border-box!important;background:transparent!important}.public-page-content-no-sidebar .page-card{width:100%!important;max-width:500px!important;margin:0 auto!important;padding:48px!important;box-sizing:border-box!important;background:var(--surface)!important;border:.5px solid var(--surface-border)!important;border-radius:0!important}[data-theme=light] .public-page-content-no-sidebar .page-card{background:#fff!important;border-color:#e5e7eb!important}[data-theme=dark] .public-page-content-no-sidebar .page-card{background:#1a1b1e!important;border-color:#2a2c31!important}.public-page-content-no-sidebar input{background:var(--bg)!important;color:var(--text-900)!important;border-color:var(--surface-border)!important}[data-theme=light] .public-page-content-no-sidebar input{background:#fff!important;color:#111827!important;border-color:#e5e7eb!important}[data-theme=dark] .public-page-content-no-sidebar input{background:#1a1b1e!important;color:#e0e0e0!important;border-color:#2a2c31!important}.public-page-content-no-sidebar button[type=button]{z-index:100!important;pointer-events:auto!important;position:relative!important}.landing-footer{width:100%!important;max-width:100vw!important;margin-top:auto!important;padding:48px 0!important;background:var(--bg)!important;border-top:.5px solid var(--surface-border)!important;position:relative!important;z-index:1!important}[data-theme=light] .landing-footer{background:#fff!important;border-top-color:#e5e7eb!important}[data-theme=dark] .landing-footer{background:#0e0f11!important;border-top-color:#2a2c31!important}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;max-width:1400px;margin:0 auto;padding:0 48px;box-sizing:border-box}.footer-section{display:flex;flex-direction:column;gap:12px}.footer-title{font-size:14px;font-weight:600;color:var(--text-900);margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{color:var(--text-700);text-decoration:none;font-size:14px;font-weight:400;transition:color .15s ease}.footer-links a:hover{color:var(--text-900)}.footer-bottom{margin-top:48px;padding-top:24px;border-top:.5px solid var(--surface-border);text-align:center}.footer-bottom p{margin:0;font-size:13px;color:var(--text-500);line-height:1.5}@media (max-width: 1024px){.public-page-content-no-sidebar .page-container{padding:80px 16px!important}.public-page-content-no-sidebar .page-card{padding:32px!important}.footer-content{grid-template-columns:1fr;gap:32px;padding:0 16px}}@media (max-width: 1024px){.landing-header{background:#fff!important;background-color:#fff!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:.5px solid var(--surface-border)!important}[data-theme=light] .landing-header{background:#fff!important;background-color:#fff!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom-color:#e5e7eb!important}[data-theme=dark] .landing-header{background:#0e0f11!important;background-color:#0e0f11!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom-color:#2a2c31!important}.landing-header-inner,.landing-header-actions,.landing-header-actions button{background:transparent!important;background-color:transparent!important;background-image:none!important}.landing-header:before,.landing-header:after,.landing-header-inner:before,.landing-header-inner:after{display:none!important;background:none!important;background-image:none!important}}@media (max-width: 768px){.landing-header{background:#fff!important;background-color:#fff!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}[data-theme=light] .landing-header{background:#fff!important;background-color:#fff!important;background-image:none!important}[data-theme=dark] .landing-header{background:#0e0f11!important;background-color:#0e0f11!important;background-image:none!important}}@media (max-width: 375px){.landing-header{background:#fff!important;background-color:#fff!important;background-image:none!important}[data-theme=light] .landing-header{background:#fff!important;background-color:#fff!important}[data-theme=dark] .landing-header{background:#0e0f11!important;background-color:#0e0f11!important}}@media (max-width: 1024px){html,body{background:var(--bg)!important;background-color:var(--bg)!important;background-image:none!important}[data-theme=light] html,[data-theme=light] body{background:#fff!important;background-color:#fff!important;background-image:none!important}[data-theme=dark] html,[data-theme=dark] body{background:#0e0f11!important;background-color:#0e0f11!important;background-image:none!important}#root{background:var(--bg)!important;background-color:var(--bg)!important;background-image:none!important}[data-theme=light] #root{background:#fff!important;background-color:#fff!important;background-image:none!important}[data-theme=dark] #root{background:#0e0f11!important;background-color:#0e0f11!important;background-image:none!important}}.architecture-section{position:relative;perspective:1200px;transform-style:preserve-3d}.arch-box{position:relative;overflow:visible;transform-style:preserve-3d;will-change:transform}.arch-glow-container{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:-1;display:block;will-change:transform}.glow-top{position:absolute;top:0;left:50%;transform:translate(-50%);width:0%;height:2px;background:linear-gradient(to right,transparent 0%,rgba(59,130,246,.4) 15%,rgba(59,130,246,.7) 30%,rgba(96,165,250,.8) 50%,rgba(59,130,246,.7) 70%,rgba(59,130,246,.4) 85%,transparent 100%);box-shadow:0 0 10px #3b82f680,0 0 20px #3b82f64d;filter:blur(.5px);opacity:0;transition:width .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94)}.glow-bottom{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0%;height:2px;background:linear-gradient(to right,transparent 0%,rgba(59,130,246,.4) 15%,rgba(59,130,246,.7) 30%,rgba(96,165,250,.8) 50%,rgba(59,130,246,.7) 70%,rgba(59,130,246,.4) 85%,transparent 100%);box-shadow:0 0 10px #3b82f680,0 0 20px #3b82f64d;filter:blur(.5px);opacity:0;transition:width .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94)}[data-theme=dark] .glow-top,[data-theme=dark] .glow-bottom{background:linear-gradient(to right,transparent 0%,rgba(59,130,246,.5) 15%,rgba(59,130,246,.8) 30%,rgba(96,165,250,.9) 50%,rgba(59,130,246,.8) 70%,rgba(59,130,246,.5) 85%,transparent 100%);box-shadow:0 0 15px #3b82f699,0 0 30px #3b82f666}.arch-box>*:not(.arch-glow-container){position:relative;z-index:1}.arch-box{transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.architecture-diagram{transition:all .6s cubic-bezier(.25,.46,.45,.94)}
