*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--indigo-50: #eef2ff;--indigo-100: #e0e7ff;--indigo-200: #c7d2fe;--indigo-300: #a5b4fc;--indigo-400: #818cf8;--indigo-500: #6366f1;--indigo-600: #4f46e5;--indigo-700: #4338ca;--indigo-800: #3730a3;--indigo-900: #312e81;--indigo-950: #1e1b4b;--purple-400: #c084fc;--purple-500: #a855f7;--purple-600: #9333ea;--purple-800: #6b21a8;--purple-900: #581c87;--purple-950: #3b0764;--emerald-50: #ecfdf5;--emerald-300: #6ee7b7;--emerald-400: #34d399;--emerald-500: #10b981;--emerald-600: #059669;--emerald-700: #047857;--emerald-800: #065f46;--rose-50: #fff1f3;--rose-100: #ffe4e6;--rose-200: #fecdd3;--rose-500: #f43f5e;--rose-600: #e11d48;--rose-700: #be123c;--amber-50: #fffbeb;--amber-400: #fbbf24;--amber-500: #f59e0b;--amber-600: #d97706;--amber-700: #b45309;--sky-50: #f0f9ff;--sky-600: #0284c7;--pink-500: #ec4899;--pink-600: #db2777;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-3xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25)}html,body{height:100%;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--slate-900);background:var(--slate-50);line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit;border:none;background:none}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--slate-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--slate-400)}::selection{background:var(--indigo-500);color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.font-mono{font-family:var(--font-mono)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;border-radius:var(--radius-lg);transition:all .15s ease;line-height:1}.btn-primary{background:var(--indigo-600);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--indigo-700)}.btn-secondary{background:#fff;color:var(--slate-700);border:1px solid var(--slate-300);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--slate-50)}.btn-danger{background:var(--rose-600);color:#fff}.btn-danger:hover{background:var(--rose-700)}.btn:disabled,.btn[disabled]{opacity:.5;cursor:not-allowed}.flex-end{display:flex;justify-content:flex-end}.flex-1{flex:1}.margin-left{margin-left:auto}.form-label{display:block;margin-bottom:6px;font-size:12px;font-weight:500;color:var(--slate-700)}.form-group{display:flex;gap:8px;align-items:center}.form-input{width:100%;padding:10px 12px;font-size:14px;color:var(--slate-900);background:#fff;border:1px solid var(--slate-300);border-radius:var(--radius-lg);outline:none;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:var(--indigo-500);box-shadow:0 0 0 3px var(--indigo-100)}.form-input::placeholder{color:var(--slate-400)}.form-select{width:100%;padding:10px 12px;font-size:14px;color:var(--slate-900);background:#fff;border:1px solid var(--slate-300);border-radius:var(--radius-lg);outline:none;cursor:pointer}.form-select:focus{border-color:var(--indigo-500);box-shadow:0 0 0 3px var(--indigo-100)}.card{background:#fff;border:1px solid var(--slate-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);margin-bottom:14px}.card-header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--slate-100)}.card-title{font-size:14px;font-weight:600;color:var(--slate-900)}.card-subtitle{font-size:12px;color:var(--slate-500);margin-top:2px}.stat-card{padding:20px}.stat-label{font-size:12px;font-weight:500;color:var(--slate-500)}.stat-value{margin-top:8px;font-size:24px;font-weight:600;color:var(--slate-900)}.stat-value.success{color:var(--emerald-600)}.stat-value.warning{color:var(--amber-600)}.stat-value.danger{color:var(--rose-600)}.stat-delta{margin-top:4px;font-size:12px;color:var(--slate-500)}.stat-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:var(--radius-lg);background:var(--slate-50);color:var(--slate-500);flex-shrink:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:12px;font-weight:500;border-radius:var(--radius-full)}.badge-success{background:var(--emerald-50);color:var(--emerald-700)}.badge-danger{background:var(--rose-50);color:var(--rose-700)}.badge-info{background:var(--indigo-50);color:var(--indigo-700)}.badge-neutral{background:var(--slate-100);color:var(--slate-600)}.badge-dot{width:6px;height:6px;border-radius:50%}.badge-dot.green{background:var(--emerald-500)}.badge-dot.red{background:var(--rose-500)}.table-container{overflow-x:auto}.tabel{width:100%;font-size:14px;border-collapse:collapse}.tabel thead{background:var(--slate-50)}.tabel th{padding:12px 20px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--slate-500);text-align:left}.tabel th.text-right{text-align:right}.tabel th.text-center{text-align:center}.tabel td{padding:12px 20px;border-top:1px solid var(--slate-100);color:var(--slate-600)}.tabel tbody tr:hover{background:var(--slate-50)}.tabel .td-bold{font-weight:500;color:var(--slate-900)}.tabel .td-right{text-align:right}.tabel .td-semibold{font-weight:600;color:var(--slate-900)}.tabel .td-mono{font-family:var(--font-mono);font-size:12px;color:var(--slate-500)}.overflow-x-auto{overflow-x:auto}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:grid;place-items:center;background:#0f172a66;padding:16px}.modal-close-btn{color:var(--slate-400);background:transparent;border:none;padding:6px;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.modal-close-btn:hover{background:var(--slate-100);color:var(--slate-700)}.modal-box{width:100%;max-width:480px;background:#fff;border-radius:var(--radius-2xl);padding:24px;box-shadow:var(--shadow-2xl);position:relative}.modal-title{font-size:16px;font-weight:600;color:var(--slate-900)}.modal-desc{font-size:12px;color:var(--slate-500);margin-top:4px}.toggle-track{position:relative;display:inline-flex;width:44px;height:24px;border-radius:var(--radius-full);background:var(--slate-300);transition:background .2s;cursor:pointer;flex-shrink:0}.toggle-track.active{background:var(--indigo-600)}.toggle-knob{display:inline-block;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);transition:transform .2s;position:absolute;top:4px;left:4px}.toggle-track.active .toggle-knob{transform:translate(20px)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.progress-bar{height:6px;border-radius:var(--radius-full);background:var(--slate-100);overflow:hidden;margin-top:4px}.progress-fill{height:100%;border-radius:var(--radius-full);transition:width .3s ease}.divider{border:none;border-top:1px solid var(--slate-100)}.container{max-width:1280px;margin:0 auto;padding:16px 24px}@media(min-width:768px){.container{padding:24px}}:root{--surface: #ffffff;--surface-2: #ffffff;--surface-glass: rgba(255, 255, 255, .9)}html[data-theme=dark]{color-scheme:dark;--slate-50: #0f172a;--slate-100: #1e293b;--slate-200: #334155;--slate-300: #475569;--slate-400: #94a3b8;--slate-500: #a3b2c7;--slate-600: #cbd5e1;--slate-700: #e2e8f0;--slate-800: #f1f5f9;--slate-900: #f8fafc;--surface: #1e293b;--surface-2: #0f172a;--surface-glass: rgba(15, 23, 42, .85)}html[data-theme=dark] .card,html[data-theme=dark] .modal-box,html[data-theme=dark] .form-input,html[data-theme=dark] .form-select,html[data-theme=dark] .btn-secondary,html[data-theme=dark] .sidebar,html[data-theme=dark] .sidebar-toggle-btn,html[data-theme=dark] .notif-dropdown,html[data-theme=dark] .chatbot-panel,html[data-theme=dark] .chat-bubble.bot,html[data-theme=dark] .chatbot-quick,html[data-theme=dark] .chatbot-input-area,html[data-theme=dark] .mobile-nav-panel,html[data-theme=dark] .mockup-frame,html[data-theme=dark] .mockup-product-row,html[data-theme=dark] .fitur-card,html[data-theme=dark] .harga-card,html[data-theme=dark] .faq-item,html[data-theme=dark] .plan-card,html[data-theme=dark] .drp-input,html[data-theme=dark] .drp-popup,html[data-theme=dark] .drp-nav-btn,html[data-theme=dark] .period-selector,html[data-theme=dark] .chatbot-fab-tip{background:var(--surface)}html[data-theme=dark] .section-fitur,html[data-theme=dark] .section-testimoni,html[data-theme=dark] body{background:var(--slate-50)}html[data-theme=dark] .topbar-search input:focus,html[data-theme=dark] .chatbot-input:focus,html[data-theme=dark] .fitur-card:hover{background:var(--surface)}html[data-theme=dark] .topbar{background:var(--surface-glass)}html[data-theme=dark] .landing-nav{background:#0f172a8c;border:1px solid rgba(148,163,184,.18)}html[data-theme=dark] .landing-nav.scrolled{background:#0f172acc;border:1px solid rgba(148,163,184,.25)}html[data-theme=dark] .landing-nav.menu-open{background:#0f172afa!important}html[data-theme=dark] .hero{background:linear-gradient(to bottom,var(--slate-50),rgba(30,27,75,.35),var(--slate-50))}html[data-theme=dark] .mockup-fade{background:linear-gradient(to top,var(--slate-50),transparent)}html[data-theme=dark] .hero-cta .btn-hero-secondary,html[data-theme=dark] .cta-btn-white,html[data-theme=dark] .mobile-menu-btn-login{background:var(--surface);color:var(--slate-800)}html[data-theme=dark] .login-wrapper{background:linear-gradient(135deg,#0f172a,#1e1b4b,#0f172a)}html[data-theme=dark] .badge-success{background:#10b9812e;color:#6ee7b7}html[data-theme=dark] .badge-danger{background:#f43f5e2e;color:#fda4af}html[data-theme=dark] .badge-info{background:#6366f133;color:#a5b4fc}html[data-theme=dark] .badge-neutral{background:#94a3b82e;color:#cbd5e1}.tema-toggle{position:fixed;left:18px;bottom:18px;width:44px;height:44px;border-radius:50%;border:1px solid var(--slate-200);background:var(--surface);color:var(--slate-700);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-lg);z-index:4000;transition:transform .15s ease,background .2s ease,color .2s ease}.tema-toggle:hover{transform:scale(1.08)}.tema-toggle:active{transform:scale(.96)}.tema-toggle svg{width:20px;height:20px}@media(max-width:640px){.tema-toggle{width:40px;height:40px;left:14px;bottom:14px}.tema-toggle svg{width:18px;height:18px}}.nav-tema-toggle{width:38px;height:38px;border-radius:50%;border:1px solid var(--slate-200);background:var(--surface);color:var(--slate-600);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;margin-left:8px;transition:transform .15s ease,background .2s ease,color .2s ease}.nav-tema-toggle:hover{transform:scale(1.08);color:var(--indigo-600)}.nav-tema-toggle svg{width:18px;height:18px}.nav-tema-toggle-mobile{display:inline-flex;margin-left:auto;margin-right:12px}@media(min-width:768px){.nav-tema-toggle-mobile{display:none}}html[data-theme=dark] .nav-logo-text{background:linear-gradient(to right,#f1f5f9,#c7d2fe,#e9d5ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}html[data-theme=dark] .section-simulasi,html[data-theme=dark] .landing-footer{background:#0b1120}html[data-theme=dark] .landing-footer{border-top:1px solid rgba(148,163,184,.15)}html[data-theme=dark] .section-simulasi,html[data-theme=dark] .section-simulasi .simulasi-title,html[data-theme=dark] .footer-brand-text,html[data-theme=dark] .footer-col-title{color:#f1f5f9}html[data-theme=dark] .footer-brand p,html[data-theme=dark] .footer-brand .copy,html[data-theme=dark] .footer-col ul li a,html[data-theme=dark] .footer-bottom,html[data-theme=dark] .footer-bottom-links a{color:#94a3b8}html[data-theme=dark] .footer-col ul li a:hover,html[data-theme=dark] .footer-bottom-links a:hover{color:#f1f5f9}html[data-theme=dark] .chat-demo{background:#1e293b;border:1px solid rgba(148,163,184,.18)}html[data-theme=dark] .chat-demo-header,html[data-theme=dark] .chat-demo-input{border-color:#94a3b82e}html[data-theme=dark] .chat-demo-info .name{color:#f1f5f9}html[data-theme=dark] .chat-msg.bot{background:#334155;color:#f1f5f9;border:1px solid rgba(148,163,184,.3)}html[data-theme=dark] .chat-demo-input input{background:#0f172a;border:1px solid #334155;color:#cbd5e1}html[data-theme=dark] .chatbot-fab-tip:after{background:var(--surface)!important;border-right-color:var(--slate-200)!important;border-top-color:var(--slate-200)!important}html[data-theme=dark] .period-selector{border-color:var(--slate-200)!important}html[data-theme=dark] .period-btn{color:var(--slate-500)}html[data-theme=dark] .period-btn:hover{background:var(--slate-100);color:var(--slate-900)}html[data-theme=dark] .period-btn.active{background:var(--indigo-600);color:#fff;box-shadow:var(--shadow-sm)}html[data-theme=dark] .summary-card.pemasukan,html[data-theme=dark] .summary-card.bersih-positif{background:#10b9811a!important;border:1px solid rgba(16,185,129,.25)!important}html[data-theme=dark] .summary-card.pemasukan .summary-label,html[data-theme=dark] .summary-card.bersih-positif .summary-label{color:#34d399!important}html[data-theme=dark] .summary-card.pemasukan .summary-value,html[data-theme=dark] .summary-card.bersih-positif .summary-value{color:#6ee7b7!important}html[data-theme=dark] .summary-card.pengeluaran,html[data-theme=dark] .summary-card.bersih-negatif{background:#f43f5e1a!important;border:1px solid rgba(244,63,94,.25)!important}html[data-theme=dark] .summary-card.pengeluaran .summary-label,html[data-theme=dark] .summary-card.bersih-negatif .summary-label{color:#f87171!important}html[data-theme=dark] .summary-card.pengeluaran .summary-value,html[data-theme=dark] .summary-card.bersih-negatif .summary-value{color:#fca5a5!important}html[data-theme=dark] .summary-card.bersih-netral{background:#6366f11a!important;border:1px solid rgba(99,102,241,.25)!important}html[data-theme=dark] .summary-card.bersih-netral .summary-label{color:#818cf8!important}html[data-theme=dark] .summary-card.bersih-netral .summary-value{color:#a5b4fc!important}html[data-theme=dark] .alert-item{border-bottom-color:var(--slate-100)!important}html[data-theme=dark] .alert-icon{background:#f43f5e26!important;color:#fca5a5!important}html[data-theme=dark] .inv-bulk-bar{background:#6366f11a!important;border-bottom-color:#6366f133!important}html[data-theme=dark] .inv-bulk-count{color:#a5b4fc!important}html[data-theme=dark] .pl-amount.negative{color:#f87171!important}html[data-theme=dark] .simulasi-step{background:#0f172a99;border-color:#475569cc}html[data-theme=dark] .simulasi-step .text{color:#e2e8f0}html[data-theme=dark] .section-harga,html[data-theme=dark] .section-faq{background:var(--slate-50)}html[data-theme=dark] .harga-card{border-color:var(--slate-200)}html[data-theme=dark] .harga-card .desc{color:var(--slate-400)}html[data-theme=dark] .harga-price{border-color:var(--slate-200)}html[data-theme=dark] .harga-features li{color:var(--slate-600)}html[data-theme=dark] .harga-btn.secondary{background:var(--slate-200);color:var(--slate-800)}html[data-theme=dark] .harga-btn.secondary:hover{background:var(--slate-300)}html[data-theme=dark] .harga-note{color:var(--slate-400)}html[data-theme=dark] .testimoni-card{border-color:var(--slate-200)}html[data-theme=dark] .testimoni-quote{color:var(--slate-600)}html[data-theme=dark] .testimoni-author,html[data-theme=dark] .faq-item{border-color:var(--slate-200)}html[data-theme=dark] .faq-answer{color:var(--slate-600);border-color:var(--slate-200);background:#0f172a4d}html[data-theme=dark] .faq-question:hover{background:#1e293b80}html[data-theme=dark] .fitur-footer,html[data-theme=dark] .social-proof{border-color:var(--slate-200)}html[data-theme=dark] .hero-trust{color:var(--slate-400)}html[data-theme=dark] .hero-badge{background:#6366f126;border-color:#6366f14d;color:#a5b4fc}html[data-theme=dark] .mockup-stat{background:var(--slate-100);border-color:var(--slate-200)}html[data-theme=dark] .simulasi-left p{color:#94a3b8}html[data-theme=dark] .simulasi-left h2{color:#f1f5f9}html[data-theme=dark] .mockup-top-products{background:var(--slate-100);border-color:var(--slate-200)}html[data-theme=dark] .mockup-toolbar{border-color:var(--slate-200)}html[data-theme=dark] .mockup-sync{background:var(--slate-200);color:var(--slate-700)}html[data-theme=dark] .mockup-product-row{border-color:var(--slate-200)}
