@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#f9f6f1;--bg-secondary:#f3efe8;--bg-tertiary:#ede8df;--bg-card:#fff;--bg-overlay:#f9f6f1eb;--text-primary:#0c0b09;--text-secondary:#3d3c39;--text-muted:#7a7870;--text-faint:#b0ada7;--text-inverse:#f9f6f1;--border-light:#e8e3da;--border-mid:#d4cebf;--border-strong:#a09890;--accent:#d4c9b0;--accent-soft:#ede8df;--accent-strong:#b5a888;--btn-bg:#0c0b09;--btn-text:#f9f6f1;--btn-hover:#1f1e1b;--color-green:#2d6a4f;--color-green-bg:#d8efe4;--color-amber:#92400e;--color-amber-bg:#fef3c7;--color-blue:#1e3a5f;--color-blue-bg:#dbeafe;--color-red:#7f1d1d;--color-red-bg:#fee2e2;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014, 0 2px 4px #0000000a;--shadow-lg:0 8px 24px #0000001a, 0 4px 8px #0000000f;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--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;--font-family:"Inter", system-ui, -apple-system, sans-serif;--text-xs:11px;--text-sm:13px;--text-base:15px;--text-md:17px;--text-lg:20px;--text-xl:24px;--text-2xl:30px;--text-3xl:38px;--text-4xl:48px;--transition-fast:.12s ease;--transition-base:.2s ease;--transition-slow:.35s ease;--sidebar-width:220px;--header-height:60px}[data-theme=dark]{--bg-primary:#0c0b09;--bg-secondary:#131210;--bg-tertiary:#1a1916;--bg-card:#171614;--bg-overlay:#0c0b09f0;--text-primary:#f9f6f1;--text-secondary:#d4cebf;--text-muted:#9a958c;--text-faint:#5e5a53;--text-inverse:#0c0b09;--border-light:#24221e;--border-mid:#36332d;--border-strong:#544f46;--accent:#36332d;--accent-soft:#24221e;--accent-strong:#4a453d;--btn-bg:#f9f6f1;--btn-text:#0c0b09;--btn-hover:#ede8df;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100vw;height:100%;font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden!important}#root{width:100%;max-width:100vw;min-height:100%;overflow-x:hidden!important}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:inherit}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInFast{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes progress-fill{0%{width:0%}}.animate-fade{animation:.3s forwards fadeIn}.animate-fade-fast{animation:.2s forwards fadeInFast}.animate-slide-right{animation:.3s forwards slideInRight}@media (width<=1024px){:root{--sidebar-width:200px}}@media (width<=768px){:root{--sidebar-width:0px;--header-height:56px;--text-4xl:30px;--text-3xl:24px;--text-2xl:20px;--text-xl:18px}.landing-nav{display:none!important}main,.app-main-content{width:100%!important;padding:var(--space-4)!important;margin-left:0!important}.header-container{padding:0 var(--space-4)!important;left:0!important}.ai-sidebar-drawer{z-index:999!important;border-radius:20px 20px 0 0!important;width:100%!important;height:80vh!important;max-height:550px!important;position:fixed!important;inset:auto 0 0!important;box-shadow:0 -8px 32px #0003!important}.header-container{-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;border-bottom:1px solid var(--border-light)!important;background:#f9f6f1f5!important;height:52px!important;padding:0 12px!important}.header-container .brand-logo-text{font-size:13px!important}.header-container .header-btn-login{border:1px solid var(--border-strong)!important;background:var(--bg-card)!important;color:var(--text-primary)!important;border-radius:16px!important;padding:5px 9px!important;font-size:11px!important}.header-container .header-btn-trial{border-radius:16px!important;padding:5px 10px!important;font-size:11px!important}.table-responsive{-webkit-overflow-scrolling:touch!important;width:100%!important;display:block!important;overflow-x:auto!important}.mobile-stack{flex-direction:column!important;align-items:stretch!important}.mobile-full-width{width:100%!important;max-width:100%!important}}
