@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-light:#eff6ff;--bg-color:#f6f7f4;--sidebar-w:240px;--text-dark:#0f172a;--text-medium:#475569;--text-muted:#64748b;--border-color:#0f172a14;--border-strong:#0f172a24;--card-bg:#fff;--surface-raised:#f8fafc;--hover-bg:#f1f5f9;--scrollbar:#cbd5e1;--scrollbar-hover:#94a3b8;--danger:#ef4444;--danger-hover:#dc2626;--success:#22c55e;--warning:#f59e0b;--shadow-sm:0 1px 1px #0f172a0a, 0 1px 2px #0f172a0a;--shadow-md:0 1px 2px #0f172a0a, 0 4px 12px -2px #0f172a0f, 0 8px 24px -8px #0f172a14;--shadow-lg:0 1px 2px #0f172a0d, 0 8px 24px -4px #0f172a1a, 0 24px 48px -12px #0f172a2e;--ring-primary:0 0 0 4px #2563eb24;--ring-danger:0 0 0 4px #ef444429;--ring-neutral:0 0 0 4px #64748b24;--modal-overlay:#0f172a6b;--radius-sm:6px;--radius:10px;--radius-lg:14px;--radius-xl:18px;--ease:cubic-bezier(.32, .72, 0, 1);--ease-out:cubic-bezier(.22, 1, .36, 1);--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}[data-theme=dark]{--bg-color:#0a0f1c;--card-bg:#131a2c;--surface-raised:#1c2440;--hover-bg:#1c2440;--text-dark:#f1f5f9;--text-medium:#cbd5e1;--text-muted:#94a3b8;--border-color:#ffffff14;--border-strong:#ffffff24;--scrollbar:#2d3a5c;--scrollbar-hover:#3d4d75;--primary:#6383ff;--primary-hover:#8aa1ff;--primary-light:#6383ff2e;--shadow-sm:0 1px 2px #00000073;--shadow-md:0 1px 2px #0006, 0 8px 20px -4px #00000080, 0 16px 40px -12px #00000080;--shadow-lg:0 1px 2px #00000080, 0 12px 32px -6px #0009, 0 32px 64px -12px #000000b3;--ring-primary:0 0 0 4px #6383ff38;--ring-danger:0 0 0 4px #ef444438;--ring-neutral:0 0 0 4px #ffffff1a;--modal-overlay:#020610b8;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-feature-settings:"cv11", "ss01", "ss03";font-variation-settings:normal;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}table,.num,.mono,[class*=amount],[class*=quantity],[class*=price]{font-variant-numeric:tabular-nums}.mono,.num-mono{font-family:var(--font-mono);font-feature-settings:"tnum", "zero"}h1,h2,h3,h4{letter-spacing:-.018em}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,select,textarea{font-family:inherit;font-size:inherit}::selection{color:var(--text-dark);background:#2563eb38}[data-theme=dark] ::selection{background:#6383ff52}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.animate-fade{animation:.3s ease-out forwards fadeIn}.animate-slide{animation:.25s ease-out forwards slideIn}.animate-scale{animation:.2s ease-out forwards scaleIn}.btn-primary{background:linear-gradient(180deg, color-mix(in srgb, var(--primary) 92%, white) 0%, var(--primary) 100%);color:#fff;border-radius:var(--radius);letter-spacing:-.01em;transition:transform .22s var(--ease), box-shadow .22s var(--ease), background .2s var(--ease);white-space:nowrap;will-change:transform;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff2e,0 1px 2px #0f172a1a,0 0 0 1px #0f172a0a}.btn-primary:hover{background:linear-gradient(180deg, var(--primary) 0%, var(--primary-hover) 100%);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff38,0 4px 12px -2px #2563eb52,0 1px 2px #0f172a1a}.btn-primary:focus-visible{box-shadow:var(--ring-primary), inset 0 1px 0 #ffffff38;outline:none}.btn-primary:active{transform:translateY(0);box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #00000014}.btn-danger{background:linear-gradient(180deg, color-mix(in srgb, var(--danger) 94%, white) 0%, var(--danger) 100%);color:#fff;border-radius:var(--radius);letter-spacing:-.01em;transition:transform .22s var(--ease), box-shadow .22s var(--ease), background .2s var(--ease);align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:inset 0 1px #ffffff2e,0 1px 2px #0f172a1a}.btn-danger:hover{background:linear-gradient(180deg, var(--danger) 0%, var(--danger-hover) 100%);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff38,0 4px 12px -2px #ef444452}.btn-danger:focus-visible{box-shadow:var(--ring-danger);outline:none}.btn-danger:active{transform:translateY(0)}.btn-outline{background:var(--card-bg);color:var(--text-medium);border-radius:var(--radius);letter-spacing:-.005em;border:1px solid var(--border-color);transition:all .22s var(--ease);align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:500;display:inline-flex;box-shadow:0 1px 2px #0f172a08}.btn-outline:hover{border-color:var(--border-strong);color:var(--text-dark);background:var(--surface-raised);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn-outline:focus-visible{box-shadow:var(--ring-neutral);outline:none}.btn-outline:active{transform:translateY(0)}.input{border:1px solid var(--border-color);border-radius:var(--radius);background:var(--card-bg);color:var(--text-dark);transition:border-color .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);outline:none;width:100%;padding:10px 14px}.input:hover{border-color:var(--border-strong)}.input:focus{border-color:var(--primary);box-shadow:var(--ring-primary)}.input::placeholder{color:var(--text-muted)}.card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow .24s var(--ease), transform .24s var(--ease), border-color .24s var(--ease)}.card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-2px)}[data-theme=dark] .card{box-shadow:inset 0 1px 0 #ffffff0a, var(--shadow-sm)}[data-theme=dark] .card:hover{box-shadow:inset 0 1px 0 #ffffff0f, var(--shadow-md)}.modal-overlay{background:var(--modal-overlay);-webkit-backdrop-filter:blur(14px)saturate(140%);z-index:1000;animation:overlayIn .22s var(--ease-out);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-xl);width:90%;min-width:420px;max-width:560px;box-shadow:var(--shadow-lg);animation:scaleIn .28s var(--ease);max-height:85vh;padding:28px;overflow-y:auto}[data-theme=dark] .modal-content{box-shadow:inset 0 1px 0 #ffffff0f, var(--shadow-lg)}.modal-content h2{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:20px;font-size:20px;font-weight:700}.modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.badge{letter-spacing:.02em;border-radius:999px;align-items:center;padding:3px 8px;font-size:11px;font-weight:600;line-height:1.4;display:inline-flex}.badge-new{background:var(--primary-light);color:var(--primary);box-shadow:inset 0 0 0 1px #2563eb29}.badge-tag{background:var(--primary-light);color:var(--primary);border-radius:999px;padding:4px 11px;font-size:12px;font-weight:500;box-shadow:inset 0 0 0 1px #2563eb24}.page-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.page-header h1{color:var(--text-dark);letter-spacing:-.025em;font-size:28px;font-weight:700;line-height:1.15}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:64px 20px;display:flex}.empty-state svg{color:var(--text-muted);opacity:.6;margin-bottom:16px}.empty-state p:first-of-type{color:var(--text-dark);letter-spacing:-.01em;margin-bottom:6px;font-size:17px;font-weight:600}.empty-state p:last-of-type{color:var(--text-muted);font-size:13px}.mobile-nav-toggle{z-index:200;background:var(--primary);color:#fff;width:40px;height:40px;box-shadow:var(--shadow-md);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:none;position:fixed;top:12px;left:12px}.mobile-nav-backdrop{z-index:99;background:#0006;animation:.2s ease-out overlayIn;display:none;position:fixed;inset:0}html,body{overflow-x:hidden}@media (width<=1024px){.modal-content{width:92%;min-width:0;padding:22px}}@media (width<=768px){body{font-size:13px}.mobile-nav-toggle{display:flex}.layout-main{max-width:100vw;width:100%!important;margin-left:0!important}.layout-main *{max-width:100%}.layout-main>div{overflow-x:hidden;padding:60px 14px 16px!important}.sidebar{box-shadow:var(--shadow-lg);transition:transform .25s;transform:translate(-100%);width:260px!important}.sidebar.open{transform:translate(0)}.sidebar.open~.mobile-nav-backdrop,.sidebar.open+.mobile-nav-backdrop{display:block}.page-header{flex-direction:column;gap:12px;margin-bottom:18px;align-items:flex-start!important}.page-header h1{font-size:22px!important}table{font-size:12px;display:block;overflow-x:auto}[style*=grid-template-columns],[style*=gridTemplateColumns]{grid-template-columns:1fr!important;gap:10px!important}.layout-main>div[style*=display\:flex],.layout-main>div[style*="display: flex"],.layout-main>div>div[style*=display\:flex],.layout-main>div>div[style*="display: flex"]{flex-direction:column!important;height:auto!important}[style*=width\:340px],[style*="width: 340px"],[style*=width\:280px],[style*="width: 280px"],[style*=width\:220px],[style*="width: 220px"]{width:100%!important;min-width:0!important}[style*=minWidth\:340],[style*="minWidth: 340"],[style*=min-width\:340],[style*="min-width: 340"],[style*=minWidth\:280],[style*="minWidth: 280"],[style*=min-width\:280],[style*="min-width: 280"],[style*=minWidth\:220],[style*="minWidth: 220"],[style*=min-width\:220],[style*="min-width: 220"]{min-width:0!important}.responsive-grid{grid-template-columns:1fr!important}.responsive-grid-2{grid-template-columns:repeat(2,1fr)!important}.input{padding:11px 14px}.btn-primary,.btn-outline,.btn-danger{padding:10px 16px}.modal-content{border-radius:12px;max-height:92vh;width:calc(100vw - 24px)!important;min-width:0!important;max-width:calc(100vw - 24px)!important;padding:20px!important}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}.wf-side,.search-side,aside{border-bottom:1px solid var(--border-color);border-right:none!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important}.layout-main nav{overflow-x:auto}}@media (width<=480px){body{font-size:12.5px}.layout-main>div{padding:56px 10px 12px!important}[style*=grid-template-columns],[style*=gridTemplateColumns]{gap:8px!important}}@media (width<=360px){body{font-size:12px}.page-header h1{font-size:19px!important}}[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background:#fff"],[data-theme=dark] [style*="background: #FFF"],[data-theme=dark] [style*="background: #FFFFFF"],[data-theme=dark] [style*="background:#FFFFFF"],[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*=background\:white],[data-theme=dark] [style*="background-color: #fff"],[data-theme=dark] [style*="background-color:#fff"]{background:var(--card-bg)!important;color:var(--text-dark)!important}[data-theme=dark] [style*="background: #f8fafc"],[data-theme=dark] [style*="background:#f8fafc"],[data-theme=dark] [style*="background: #f1f5f9"],[data-theme=dark] [style*="background:#f1f5f9"],[data-theme=dark] [style*="background: #f9fafb"],[data-theme=dark] [style*="background:#f9fafb"],[data-theme=dark] [style*="background: #fafafa"],[data-theme=dark] [style*="background:#fafafa"],[data-theme=dark] [style*="background: #e2e8f0"],[data-theme=dark] [style*="background:#e2e8f0"]{background:var(--surface-raised)!important;color:var(--text-dark)!important}[data-theme=dark] [style*="border: '1px solid #e2e8f0'"],[data-theme=dark] [style*="border:1px solid #e2e8f0"],[data-theme=dark] [style*="border: 1px solid #e2e8f0"]{border-color:var(--border-color)!important}[data-theme=dark] [style*="color: #1a1a2e"],[data-theme=dark] [style*="color:#1a1a2e"],[data-theme=dark] [style*="color: #0f172a"],[data-theme=dark] [style*="color:#0f172a"],[data-theme=dark] [style*="color: #1e293b"],[data-theme=dark] [style*="color:#1e293b"],[data-theme=dark] [style*="color: #1f2937"],[data-theme=dark] [style*="color:#1f2937"]{color:var(--text-dark)!important}[data-theme=dark] [style*="color: #334155"],[data-theme=dark] [style*="color:#334155"],[data-theme=dark] [style*="color: #475569"],[data-theme=dark] [style*="color:#475569"],[data-theme=dark] [style*="color: #4a5568"],[data-theme=dark] [style*="color:#4a5568"]{color:var(--text-medium)!important}[data-theme=dark] [style*="color: #cbd5e1"],[data-theme=dark] [style*="color:#cbd5e1"],[data-theme=dark] [style*="color: #94a3b8"],[data-theme=dark] [style*="color:#94a3b8"]{color:var(--text-muted)!important}[data-theme=dark] [style*="background: #fef2f2"],[data-theme=dark] [style*="background:#fef2f2"],[data-theme=dark] [style*="background: #fee2e2"],[data-theme=dark] [style*="background:#fee2e2"],[data-theme=dark] [style*="background: #fff5f5"],[data-theme=dark] [style*="background:#fff5f5"]{background:#ef444424!important}[data-theme=dark] [style*="background: #fef3c7"],[data-theme=dark] [style*="background:#fef3c7"]{background:#f59e0b29!important}[data-theme=dark] [style*="background: #dbeafe"],[data-theme=dark] [style*="background:#dbeafe"]{background:#6383ff2e!important}[data-theme=dark] [style*="background: #ede9fe"],[data-theme=dark] [style*="background:#ede9fe"]{background:#8b5cf62e!important}[data-theme=dark] [style*="background: #fce7f3"],[data-theme=dark] [style*="background:#fce7f3"]{background:#ec48992e!important}[data-theme=dark] [style*="background: #d1fae5"],[data-theme=dark] [style*="background:#d1fae5"],[data-theme=dark] [style*="background: #bbf7d0"],[data-theme=dark] [style*="background:#bbf7d0"]{background:#22c55e2e!important}[data-theme=dark] [style*="background: #334155"]{background:var(--surface-raised)!important}[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),[data-theme=dark] textarea,[data-theme=dark] select{background:var(--surface-raised)!important;color:var(--text-dark)!important;border-color:var(--border-color)!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-muted)!important}[data-theme=dark] .card{background:var(--card-bg);border-color:var(--border-color)}[data-theme=dark] .card:hover{border-color:#6383ff59}[data-theme=dark] .modal-content{background:var(--card-bg);border-color:var(--border-color);color:var(--text-dark)}[data-theme=dark] .btn-outline{color:var(--text-medium);border-color:var(--border-color);background:0 0}[data-theme=dark] .btn-outline:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}[data-theme=dark] .currency-menu{background:var(--surface-raised)}[data-theme=dark] [style*="color: #cbd5e1"],[data-theme=dark] [style*="color:#cbd5e1"]{color:var(--border-color)!important}.alert-row{color:var(--text-dark);background:#fef2f2;border:1px solid #fee2e2}.alert-row:hover,.alert-icon-bubble{background:#fee2e2}.alert-pill{color:#b91c1c;background:#fee2e2}[data-theme=dark] .alert-row{color:var(--text-dark);background:#ef44441a;border:1px solid #ef444452}[data-theme=dark] .alert-row:hover{background:#ef44442e}[data-theme=dark] .alert-icon-bubble{background:#ef444433}[data-theme=dark] .alert-pill{color:#fca5a5;background:#ef444438}.plan-banner.danger{background:#fef2f2;border:1px solid #fecaca}.plan-banner.danger .plan-banner-icon,.plan-banner.danger .plan-banner-text{color:#dc2626}.plan-banner.warn{background:#fffbeb;border:1px solid #fde68a}.plan-banner.warn .plan-banner-icon{color:#d97706}.plan-banner.warn .plan-banner-text{color:#92400e}[data-theme=dark] .plan-banner.danger{background:#ef44441f;border-color:#ef444452}[data-theme=dark] .plan-banner.danger .plan-banner-icon,[data-theme=dark] .plan-banner.danger .plan-banner-text{color:#fca5a5}[data-theme=dark] .plan-banner.warn{background:#f59e0b1f;border-color:#f59e0b52}[data-theme=dark] .plan-banner.warn .plan-banner-icon,[data-theme=dark] .plan-banner.warn .plan-banner-text{color:#fbbf24}.item-thumb{background:linear-gradient(135deg,#e2e8f0,#f8fafc)}[data-theme=dark] .item-thumb{background:linear-gradient(135deg,#1c2440,#131a2c)}[data-theme=dark] .item-thumb svg{color:#4a5270!important}[data-theme=dark] [style*="border: '1px solid #fee2e2'"],[data-theme=dark] [style*="border:1px solid #fee2e2"],[data-theme=dark] [style*="border: 1px solid #fee2e2"],[data-theme=dark] [style*="border: '1px solid #fca5a5'"],[data-theme=dark] [style*="border:1px solid #fca5a5"],[data-theme=dark] [style*="border: 1px solid #fca5a5"]{border-color:#ef444452!important}[data-theme=dark] [style*="border: '1px solid #bbf7d0'"],[data-theme=dark] [style*="border:1px solid #bbf7d0"],[data-theme=dark] [style*="border: 1px solid #bbf7d0"]{border-color:#22c55e52!important}.sidebar [style*="background: #ef4444"]{opacity:.82}[data-theme=dark] .sidebar-link[style*="opacity: 0.6"],[data-theme=dark] .sidebar-link.secondary[style*="opacity: 0.6"]{opacity:.78!important;color:#c0c8e0!important}[data-theme=dark] .sidebar-badge.beta{color:#c0c8e0;background:#6383ff33;border-color:#6383ff73}[data-theme=dark] [style*="color: #b91c1c"],[data-theme=dark] [style*="color:#b91c1c"],[data-theme=dark] [style*="color: #dc2626"],[data-theme=dark] [style*="color:#dc2626"]{color:#fca5a5!important}[data-theme=dark] [style*="background: #fffbeb"],[data-theme=dark] [style*="background:#fffbeb"]{background:#f59e0b24!important}[data-theme=dark] [style*="background: #f0fdf4"],[data-theme=dark] [style*="background:#f0fdf4"]{background:#22c55e24!important}[data-theme=dark] [style*="background: #f0f9ff"],[data-theme=dark] [style*="background:#f0f9ff"]{background:#6383ff1f!important}[data-theme=dark] [style*="solid #bae6fd"],[data-theme=dark] [style*="solid  #bae6fd"]{border-color:#6383ff52!important}[data-theme=dark] [style*="solid #fde68a"],[data-theme=dark] [style*="solid  #fde68a"]{border-color:#f59e0b52!important}[data-theme=dark] [style*="solid #fecaca"],[data-theme=dark] [style*="solid  #fecaca"]{border-color:#ef444452!important}[data-theme=dark] [style*="background: #475569"],[data-theme=dark] [style*="background:#475569"]{background:var(--surface-raised)!important;color:var(--text-dark)!important}[data-theme=dark] [style*="color: #64748b"],[data-theme=dark] [style*="color:#64748b"]{color:var(--text-muted)!important}[data-theme=dark] [style*="color: #92400e"],[data-theme=dark] [style*="color:#92400e"]{color:#fbbf24!important}[data-theme=dark] [style*="color: #78350f"],[data-theme=dark] [style*="color:#78350f"]{color:#fcd34d!important}[data-theme=dark] [style*="background: #fca5a5"],[data-theme=dark] [style*="background:#fca5a5"]{background:var(--danger)!important;color:#fff!important}[data-theme=dark] [style*="color: #e2e8f0"],[data-theme=dark] [style*="color:#e2e8f0"]{color:var(--border-color)!important}[data-theme=dark] [style*="color: #3b82f6"],[data-theme=dark] [style*="color:#3b82f6"]{color:#93c5fd!important}.wf-item-row{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-dark)}.wf-item-row.done{background:#22c55e14;border-color:#22c55e66}[data-theme=dark] .wf-item-row.done{background:#22c55e1f;border-color:#22c55e66}
