:root{--brand-50: #eff6ff;--brand-100: #dbeafe;--brand-200: #bfdbfe;--brand-300: #93c5fd;--brand-400: #60a5fa;--brand-500: #3b82f6;--brand-600: #2563eb;--brand-700: #1d4ed8;--brand-800: #1e40af;--brand-900: #1e3a8a;--gray-50: #f9fafb;--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;--red-400: #f87171;--red-500: #ef4444;--red-600: #dc2626;--red-700: #b91c1c;--green-100: #dcfce7;--green-500: #22c55e;--green-700: #15803d;--green-800: #166534;--emerald-300: #6ee7b7;--emerald-500: #10b981;--emerald-600: #059669;--emerald-700: #047857;--emerald-800: #065f46;--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-300: #93c5fd;--blue-400: #60a5fa;--blue-500: #3b82f6;--blue-600: #2563eb;--blue-700: #1d4ed8;--amber-100: #fef3c7;--amber-200: #fde68a;--amber-400: #fbbf24;--amber-600: #d97706;--amber-700: #b45309;--amber-800: #92400e;--amber-900: #78350f;--amber-950: #451a03;--color-income: #059669;--color-expense: #dc2626;--color-plan: #3b82f6;--color-ist: #10b981;--color-neutral: #6b7280;--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);--ring-gray-100: 1px solid var(--gray-100)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--gray-900);background:var(--gray-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:inherit}button,input,select,textarea{font:inherit;color:inherit}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ul,ol{list-style:none}code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.875em;background:var(--gray-100);padding:.125rem .25rem;border-radius:.25rem}.info-box a,footer a{text-decoration:underline;text-decoration-color:currentColor;text-underline-offset:2px}.info-box a:hover,footer a:hover{opacity:.8}.form-select,.form-input{display:block;width:100%;margin-top:.25rem;padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;background:#fff;border:1px solid var(--gray-300);border-radius:.375rem;box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s}.form-select:focus,.form-input:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 1px var(--brand-500)}.card{background:#fff;border-radius:0;box-shadow:var(--shadow-sm);outline:1px solid var(--gray-100);outline-offset:-1px;margin-left:-1rem;margin-right:-1rem;min-width:0}.card-padded{padding:1rem}@media(min-width:640px){.card{border-radius:.75rem;margin-left:0;margin-right:0}.card-padded{padding:1.5rem}}.info-box{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:1.5}.info-box-blue{background:var(--blue-50);border:1px solid var(--blue-300);color:var(--blue-700)}.info-box-amber{background:var(--amber-100);border:1px solid var(--amber-200);color:var(--amber-900)}.badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;line-height:1.25rem}.badge-gray{background:var(--gray-100);color:var(--gray-500)}.badge-brand{background:var(--brand-100);color:var(--brand-700)}.badge-green{background:var(--green-100);color:var(--green-700)}.badge-blue{background:var(--blue-100);color:var(--blue-700)}.badge-amber{background:var(--amber-100);color:var(--amber-700)}.container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.data-table{width:100%;font-size:.875rem;border-collapse:collapse;background:#fff}.data-table th{padding:.5rem .75rem;text-align:left;font-weight:500;color:var(--gray-600);background:var(--gray-50)}.data-table thead th.col-sticky{background:var(--gray-50);z-index:20}.data-table td{padding:.5rem .75rem;white-space:nowrap;background:#fff}.data-table .col-number,.col-number{text-align:right;font-variant-numeric:tabular-nums}.data-table .col-sticky{position:sticky;z-index:10}.data-table .col-sticky-last{border-right:2px solid var(--gray-200);box-shadow:2px 0 4px #0000000f}.data-table .row-alt td,.data-table td.row-alt{background:var(--gray-50)}.data-table .row-sum td,.data-table td.row-sum{background:var(--brand-50)}.data-table .row-sum td{font-weight:600}.data-table tbody tr:hover td{background:var(--brand-50)}.kpi-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.kpi-grid{grid-template-columns:repeat(4,1fr)}}.kpi-card{background:#fff;padding:1.25rem;border-radius:.75rem;box-shadow:var(--shadow-sm);outline:1px solid var(--gray-100);outline-offset:-1px}.kpi-label{font-size:.875rem;font-weight:500;color:var(--gray-500)}.kpi-value{margin-top:.25rem;font-size:1.5rem;font-weight:700}.kpi-sub{margin-top:.25rem;font-size:.75rem;color:var(--gray-400)}.link-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.link-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.link-grid{grid-template-columns:repeat(3,1fr)}}.th-grid{display:grid;gap:.75rem;grid-template-columns:1fr}@media(min-width:640px){.th-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.th-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.th-grid{grid-template-columns:repeat(4,1fr)}}.filter-bar{display:grid;gap:.75rem;grid-template-columns:1fr;padding:1rem}@media(min-width:640px){.filter-bar{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.filter-bar.cols-4{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.filter-bar.cols-5{grid-template-columns:repeat(5,1fr)}}.project-card{background:#fff;border-radius:.75rem;box-shadow:var(--shadow-sm);outline:1px solid var(--gray-100);outline-offset:-1px;transition:box-shadow .15s}.project-card:hover{box-shadow:var(--shadow-md)}.project-header{display:flex;width:100%;cursor:pointer;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;text-align:left}.project-detail{border-top:1px solid var(--gray-100);padding:.5rem 1rem .75rem}.project-detail table{width:100%;font-size:.75rem}.project-detail th{padding:.25rem .5rem;font-weight:500;color:var(--gray-500)}.project-detail td{padding:.25rem .5rem}.project-detail tbody tr{border-top:1px solid var(--gray-50)}.project-detail tfoot tr{border-top:2px solid var(--gray-200);font-weight:500}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.pagination button{padding:.375rem .75rem;font-size:.875rem;border:1px solid var(--gray-300);border-radius:.375rem;background:#fff;cursor:pointer}.pagination button:disabled{opacity:.4;cursor:not-allowed}.dot{display:inline-block;width:.5rem;height:.5rem;border-radius:9999px}.scroll-x{overflow-x:auto;background:#fff;margin-left:-1rem;margin-right:-1rem}@media(min-width:640px){.scroll-x{margin-left:0;margin-right:0}}.toggle-btn{padding:.375rem .75rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:none;cursor:pointer;transition:background-color .15s,color .15s}.toggle-btn-active{background:var(--brand-700);color:#fff}.toggle-btn-inactive{background:var(--gray-100);color:var(--gray-600)}.toggle-btn-inactive:hover{background:var(--gray-200)}.text-brand-700{color:var(--brand-700)}.text-brand-800{color:var(--brand-800)}.text-red-400{color:var(--red-400)}.text-red-500{color:var(--red-500)}.text-red-600{color:var(--red-600)}.text-red-700{color:var(--red-700)}.text-green-500{color:var(--green-500)}.text-green-700{color:var(--green-700)}.text-emerald-600{color:var(--emerald-600)}.text-emerald-700{color:var(--emerald-700)}.text-emerald-800{color:var(--emerald-800)}.text-blue-400{color:var(--blue-400)}.text-blue-600{color:var(--blue-600)}.text-blue-700{color:var(--blue-700)}.text-amber-600{color:var(--amber-600)}.text-amber-700{color:var(--amber-700)}.text-gray-300{color:var(--gray-300)}.text-gray-400{color:var(--gray-400)}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.bg-red-500{background:var(--red-500)}.bg-red-300{background:color-mix(in srgb,var(--red-500) 60%,white)}.bg-emerald-500{background:var(--emerald-500)}.bg-emerald-300{background:var(--emerald-300)}.bg-green-500{background:var(--green-500)}.bg-blue-500{background:var(--blue-500)}.tabular-nums{font-variant-numeric:tabular-nums}.plan-only{color:var(--gray-400);font-style:italic}.plan-marker{margin-left:.125rem;font-size:9px;vertical-align:super;font-style:normal;color:var(--blue-400)}.plan-col-bg{background:color-mix(in srgb,var(--blue-50) 40%,transparent)}.transition-colors{transition:color .15s,background-color .15s,border-color .15s}.transition-shadow{transition:box-shadow .15s}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.icon-shrink{flex-shrink:0}input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--brand-600);border-radius:.25rem}.app-shell.svelte-12qhfyh{min-height:100vh;background:var(--gray-50)}.app-header.svelte-12qhfyh{background:var(--brand-800);color:#fff;box-shadow:var(--shadow-lg)}.header-inner.svelte-12qhfyh{padding-top:.75rem;padding-bottom:.75rem}.header-top.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.brand-link.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;transition:color .15s}.brand-link.svelte-12qhfyh span:where(.svelte-12qhfyh){white-space:nowrap}.brand-icon{min-width:1.5rem;min-height:1.5rem}@media(min-width:768px){.brand-link.svelte-12qhfyh{font-size:1.5rem}}.brand-link.svelte-12qhfyh:hover{color:var(--brand-200)}.brand-sub.svelte-12qhfyh{font-size:.75rem;color:var(--brand-200);display:none}@media(min-width:768px){.brand-sub.svelte-12qhfyh{display:block;font-size:.875rem}}.burger-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:none;border-radius:.5rem;background:transparent;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent}.burger-btn.svelte-12qhfyh:hover{background:var(--brand-700)}@media(min-width:768px){.burger-btn.svelte-12qhfyh{display:none}}.nav.svelte-12qhfyh{display:none;flex-direction:column;gap:.125rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--brand-700)}.nav-open.svelte-12qhfyh{display:flex}@media(min-width:768px){.nav.svelte-12qhfyh{display:flex;flex-direction:row;flex-wrap:wrap;gap:.25rem;margin-top:.5rem;padding-top:0;border-top:none}}.nav-link.svelte-12qhfyh{display:block;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:var(--brand-100);border-radius:.5rem;transition:background-color .15s,color .15s;-webkit-tap-highlight-color:transparent}@media(min-width:768px){.nav-link.svelte-12qhfyh{padding:.375rem .75rem;font-size:.875rem}}.nav-link.svelte-12qhfyh:hover,.nav-active.svelte-12qhfyh{background:var(--brand-700);color:#fff}.main-content.svelte-12qhfyh{padding-top:1.5rem;padding-bottom:2rem}@media(min-width:768px){.main-content.svelte-12qhfyh{padding-top:2rem}}.app-footer.svelte-12qhfyh{margin-top:4rem;border-top:1px solid var(--gray-200);background:#fff}.footer-inner.svelte-12qhfyh{padding-top:1.5rem;padding-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--gray-500)}@media(min-width:640px){.footer-inner.svelte-12qhfyh{flex-direction:row;justify-content:space-between}}.footer-inner.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:underline}.footer-inner.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--gray-700)}
