:root{--bg: #f4f6f9;--surface: #ffffff;--sidebar: #1a2332;--sidebar-hover: #243044;--text: #1a2332;--text-muted: #64748b;--border: #e2e8f0;--primary: #2563eb;--primary-hover: #1d4ed8;--green: #059669;--red: #dc2626;--orange: #d97706;--blue: #0284c7;--radius: 10px;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.app-shell{display:flex;height:100vh;height:100dvh;overflow:hidden}.sidebar{width:260px;background:var(--sidebar);color:#e2e8f0;display:flex;flex-direction:column;padding:1.5rem 1rem;flex-shrink:0;height:100%;overflow:hidden}.brand{display:flex;align-items:center;gap:.75rem;padding:0 .5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem;flex-shrink:0}.brand-icon{width:40px;height:40px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff}.brand h1{font-size:1.1rem;color:#fff}.brand p{font-size:.75rem;color:#94a3b8}.nav{display:flex;flex-direction:column;gap:.25rem;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.nav::-webkit-scrollbar{display:none}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;border-radius:8px;color:#cbd5e1;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .15s;flex-shrink:0}.nav-link:hover{background:var(--sidebar-hover);color:#fff;text-decoration:none}.nav-link.active{background:var(--primary);color:#fff}.nav-icon{font-size:1rem}.sidebar-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.user-badge{display:flex;align-items:center;gap:.65rem;padding:0 .25rem}.user-avatar{width:36px;height:36px;background:#334155;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.user-badge strong{display:block;font-size:.85rem;color:#fff}.user-badge small{color:#94a3b8;font-size:.75rem}.main-content{flex:1;min-width:0;min-height:0;padding:2rem;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain}.page{max-width:1400px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.page-header h2{font-size:1.5rem;font-weight:700}.page-header p{color:var(--text-muted);font-size:.9rem;margin-top:.25rem}.page-loading{padding:3rem;text-align:center;color:var(--text-muted)}.card{background:var(--surface);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);border:1px solid var(--border);margin-bottom:1.25rem}.card h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.card h4{font-size:.9rem;font-weight:600;margin:1rem 0 .75rem;color:var(--text-muted)}.card-warning{border-color:#fcd34d;background:#fffbeb}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border-radius:var(--radius);padding:1.1rem 1.25rem;border:1px solid var(--border);box-shadow:var(--shadow)}.stat-card-clickable{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;text-align:left;width:100%;font:inherit;color:inherit}.stat-card-clickable:hover{border-color:var(--primary);box-shadow:0 4px 14px #0f172a14;transform:translateY(-1px)}.stat-card-active{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.stat-card-clickable:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.stat-label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.35rem}.stat-value{font-size:1.35rem;font-weight:700}.stat-subvalue{display:block;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-top:.15rem;margin-bottom:.25rem}.stat-green .stat-value{color:var(--green)}.stat-blue .stat-value{color:var(--blue)}.stat-orange .stat-value{color:var(--orange)}.stat-red .stat-value{color:var(--red)}.dashboard-page .page-header p{margin:.2rem 0 0}.dashboard-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;margin-bottom:.85rem}.dashboard-hero-stat{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.15rem 1.25rem;box-shadow:var(--shadow)}.dashboard-hero-label{display:block;font-size:.8rem;color:var(--text-muted);font-weight:600;margin-bottom:.35rem}.dashboard-hero-value{display:block;font-size:clamp(1.25rem,2vw,1.6rem);font-weight:800;letter-spacing:-.02em;line-height:1.2}.dashboard-hero-stat.tone-green .dashboard-hero-value{color:var(--green)}.dashboard-hero-stat.tone-red .dashboard-hero-value{color:var(--red)}.dashboard-hero-stat.tone-blue .dashboard-hero-value{color:var(--blue)}.dashboard-hero-stat.tone-orange .dashboard-hero-value{color:var(--orange)}.dashboard-meta-strip{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;padding:.75rem 1rem;margin-bottom:1.25rem;background:#f8fafc;border:1px solid var(--border);border-radius:10px}.dashboard-meta-item{display:inline-flex;align-items:baseline;gap:.4rem;font-size:.8rem;color:var(--text-muted)}.dashboard-meta-item strong{color:var(--text);font-size:.9rem}.dashboard-meta-item.is-link{text-decoration:none;border-bottom:1px dashed transparent}.dashboard-meta-item.is-link:hover{border-bottom-color:var(--primary)}.dashboard-main-grid{display:grid;grid-template-columns:1.1fr 1fr .9fr;gap:1rem;margin-bottom:1.25rem;align-items:start}.dashboard-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.dashboard-section-head h3{margin:0;font-size:1rem}.dashboard-section-head .text-muted{margin:.2rem 0 0;font-size:.8rem}.text-link{font-size:.8rem;font-weight:600;color:var(--primary);text-decoration:none;white-space:nowrap}.text-link:hover{text-decoration:underline}.btn-sm{padding:.3rem .65rem;font-size:.8rem}.dashboard-stock-card.is-alert{border-color:#fcd34d;background:linear-gradient(180deg,#fffbeb,#fff 42%)}.dashboard-ok-note{margin:0;padding:.75rem 0;color:var(--green);font-weight:600;font-size:.9rem}.dashboard-stock-list{display:flex;flex-direction:column;gap:.4rem;max-height:280px;overflow-y:auto}.dashboard-stock-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s,background .15s}.dashboard-stock-row:hover{border-color:var(--primary);background:#f8fafc}.dashboard-stock-row.is-critical{border-color:#fecaca;background:#fef2f2}.dashboard-stock-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.dashboard-stock-info strong{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-stock-info span{font-size:.75rem;color:var(--text-muted)}.dashboard-stock-qty{display:flex;flex-direction:column;align-items:flex-end;font-size:1.1rem;font-weight:800;flex-shrink:0;line-height:1.1}.dashboard-stock-qty small{font-size:.7rem;font-weight:600;color:var(--text-muted)}.text-orange{color:var(--orange)}.dashboard-stock-more,.btn-link{display:inline-block;margin-top:.75rem;padding:0;border:none;background:none;color:var(--primary);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.dashboard-stock-more:hover,.btn-link:hover{text-decoration:underline}.dashboard-table{font-size:.85rem}.dashboard-table td,.dashboard-table th{padding:.55rem .5rem}.dashboard-quick-links{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;padding:.85rem 0 .25rem;border-top:1px solid var(--border);margin-top:.5rem}.dashboard-quick-links a{font-size:.85rem;font-weight:600;color:var(--text-muted);text-decoration:none}.dashboard-quick-links a:hover{color:var(--primary)}@media(max-width:1100px){.dashboard-main-grid{grid-template-columns:1fr 1fr}.dashboard-stock-card{grid-column:1 / -1}}@media(max-width:720px){.dashboard-hero-stats{grid-template-columns:1fr 1fr}.dashboard-main-grid{grid-template-columns:1fr}}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:1024px){.grid-2{grid-template-columns:1fr}.sidebar{width:220px}}@media(max-width:768px){.app-shell{flex-direction:column;height:auto;min-height:100vh;overflow:visible}.sidebar{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;padding:1rem;overflow:visible}.nav{flex-direction:row;flex-wrap:wrap;overflow:visible;flex:none;min-height:0}.sidebar-footer{display:none}.main-content{padding:1rem;overflow:visible;min-height:0}}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{text-align:left;padding:.6rem .75rem;border-bottom:2px solid var(--border);color:var(--text-muted);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.table td{padding:.75rem;border-bottom:1px solid var(--border);vertical-align:top}.table td strong{display:block}.table td small{display:block;color:var(--text-muted);font-size:.75rem;margin-top:.15rem}.table-compact td,.table-compact th{padding:.5rem .6rem}.form-card h3{margin-bottom:1rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;margin-bottom:1rem;align-items:start}.form-grid .span-2{grid-column:span 2}.form-grid-hint{grid-column:span 2;margin:0;padding:.5rem .75rem;font-size:.85rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:500;color:var(--text-muted)}input,select{padding:.6rem .75rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;font-family:inherit;color:var(--text);background:#fff}input:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.1rem;border-radius:6px;font-size:.875rem;font-weight:600;font-family:inherit;border:none;cursor:pointer;transition:background .15s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:#e2e8f0;color:var(--text)}.btn-secondary:hover{background:#cbd5e1}.btn-ghost{background:transparent;color:#94a3b8;border:1px solid rgba(255,255,255,.15)}.btn-ghost:hover{background:var(--sidebar-hover);color:#fff}.btn-sm{padding:.4rem .75rem;font-size:.8rem}.btn-block{width:100%}.alert{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.alert-error{background:#fef2f2;color:var(--red);border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:var(--green);border:1px solid #bbf7d0}.alert-warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.badge{display:inline-block;padding:.2rem .55rem;border-radius:20px;font-size:.8rem;font-weight:600}.badge-ok{background:#d1fae5;color:var(--green)}.badge-warning{background:#fef3c7;color:var(--orange)}.text-green{color:var(--green)}.text-red{color:var(--red)}.comparison-table tbody tr.comparison-row-over{background:#fef2f2}.comparison-table tbody tr.comparison-row-ok{background:#f0fdf4}.comparison-table tbody tr.comparison-row-selected{outline:2px solid var(--primary);outline-offset:-2px}.comparison-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-left:1rem}.comparison-legend-item{display:inline-flex;align-items:center;font-size:.8rem;padding:.15rem .5rem;border-radius:4px}.comparison-legend-over{background:#fef2f2;color:var(--red)}.comparison-legend-ok{background:#f0fdf4;color:var(--green)}.analysis-quick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.75rem;margin-bottom:1rem}.expenditure-search{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.expenditure-search input[type=search]{min-width:min(280px,70vw);padding:.45rem .75rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.875rem}.expenditure-search input[type=search]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.search-suggest{display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap}.search-suggest-field{position:relative;flex:1 1 min(280px,70vw)}.search-suggest input[type=search]{width:100%;padding:.45rem .75rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.875rem}.search-suggest input[type=search]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.search-suggest-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:40;margin:0;padding:.35rem 0;list-style:none;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0f172a1f;max-height:280px;overflow-y:auto}.search-suggest-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.55rem .85rem;border:none;background:transparent;text-align:left;font-family:inherit;font-size:.875rem;cursor:pointer}.search-suggest-option:hover,.search-suggest-option.active{background:#eff6ff}.search-suggest-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-suggest-group{flex-shrink:0;font-size:.75rem;color:var(--text-muted)}.searchable-select{position:relative;width:100%;flex:none}.searchable-select input[type=search]{width:100%;padding:.6rem .75rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;font-family:inherit;color:var(--text);background:#fff}.searchable-select input[type=search]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.searchable-select input[type=search]:disabled{opacity:.65;cursor:not-allowed;background:#f8fafc}.spend-hero-summary{margin-bottom:1rem}.spend-hero-top{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem 1rem;margin-bottom:.65rem}.spend-hero-summary .spend-hero-stats{margin-bottom:0;flex:0 1 320px}.spend-hero-view-toggle{margin:0;align-self:center}.spend-hero-summary .stat-grid{grid-template-columns:minmax(220px,320px)}.spend-hero-summary .expenditure-category-grid{margin-top:0;margin-bottom:.75rem}.spend-hero-summary .expenditure-category-grid-footer{margin-bottom:.25rem}.spend-hero-summary .expenditure-category-detail{margin-top:.5rem;padding:1rem;border:1px solid var(--border);border-radius:10px;background:#fff}.profits-hero-matrix{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-bottom:.85rem}.profits-hero-secondary,.profits-back-nav{margin-bottom:1rem}.profits-back-nav .back-link{display:inline-block;background:none;border:none;padding:0;cursor:pointer;font:inherit}.profits-hero-spacer{display:none}@media(min-width:901px){.profits-hero-spacer{display:block}}@media(max-width:900px){.profits-hero-matrix{grid-template-columns:1fr}}.spend-map-card{margin-bottom:1.25rem}.spend-map-intro h3{margin:0 0 .35rem}.spend-map-intro p{margin:0 0 1rem;color:var(--text-muted);font-size:.9rem}.spend-map-buckets{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;margin-bottom:1.25rem}.spend-map-bucket{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:10px;background:#f8fafc;text-align:left;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s}.spend-map-bucket:hover{border-color:var(--primary);background:#eff6ff}.spend-map-bucket-label{font-size:.8rem;font-weight:700;color:var(--text-muted)}.spend-map-bucket strong{font-size:1.25rem}.spend-map-bucket-pct{font-size:.8rem;font-weight:600;color:var(--primary)}.spend-map-bucket small{font-size:.75rem;color:var(--text-muted);line-height:1.35}.expenditure-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.expenditure-category-tile{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-height:118px;padding:.85rem .95rem;border:1px solid var(--border);border-radius:10px;background:#f8fafc;text-align:left;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s}.expenditure-category-tile:hover{border-color:var(--primary);background:#eff6ff;box-shadow:0 2px 8px #2563eb14}.expenditure-category-tile-combined{border-color:#93c5fd;background:#eff6ff}.expenditure-category-tile-combined:hover{border-color:var(--primary);background:#dbeafe}.expenditure-category-tile-label{font-size:.78rem;font-weight:700;color:var(--text-muted);line-height:1.3;min-height:2.2em}.expenditure-category-tile strong{font-size:1.15rem}.expenditure-category-tile-meta{font-size:.72rem;color:var(--primary);font-weight:600}.expenditure-category-grid-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.85rem;border-top:2px solid var(--border);font-weight:700}.expenditure-category-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.expenditure-category-detail-total{text-align:right;flex-shrink:0}.expenditure-category-detail-total strong{display:block;font-size:1.5rem}.expenditure-category-items-meta{margin:0 0 .5rem}.expenditure-category-items-scroll{max-height:min(70vh,900px);overflow:auto}.expenditure-category-items-scroll thead th{position:sticky;top:0;background:var(--surface, #fff);z-index:1}.expenditure-category-source-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.expenditure-category-source-tabs{flex-wrap:wrap;margin-bottom:.85rem}.expenditure-type-list-head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin:.25rem 0 .65rem}.expenditure-source-chip{display:inline-flex;padding:.35rem .65rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;font-size:.78rem;font-weight:600;color:#1d4ed8}.expenditure-source-chip-empty{background:#f8fafc;border-color:var(--border);color:var(--text-muted)}@media(max-width:1100px){.expenditure-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.expenditure-category-grid{grid-template-columns:1fr}.expenditure-category-detail-head{flex-direction:column}.expenditure-category-detail-total{text-align:left}}.spend-map-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.spend-map-col-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem}.spend-map-col-head h4{margin:0;font-size:.95rem}.spend-map-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.spend-map-row{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;text-align:left;font-family:inherit;color:inherit}.spend-map-row:hover{border-color:var(--primary);background:#f8fafc}.spend-map-row span:first-child{display:flex;flex-direction:column;gap:.1rem;min-width:0}.spend-map-row small{font-size:.75rem;color:var(--text-muted)}.spend-map-row-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.spend-map-note{margin-top:.5rem;padding:.65rem .75rem;font-size:.85rem;color:var(--text-muted);background:#fffbeb;border:1px solid #fcd34d;border-radius:8px}.spend-map-hint{margin:1rem 0 0;font-size:.85rem}@media(max-width:900px){.spend-map-columns{grid-template-columns:1fr}}.analysis-quick-card{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px;background:#fff;text-align:left;cursor:pointer;font-family:inherit;transition:border-color .15s,box-shadow .15s,background .15s}.analysis-quick-card:hover{border-color:var(--primary);background:#f8fafc;box-shadow:0 1px 3px #0f172a14}.analysis-quick-card span{font-size:.8rem;color:var(--text-muted);font-weight:600}.analysis-quick-card strong{font-size:1.05rem;color:var(--text)}.analysis-quick-card small{font-size:.75rem;color:var(--text-muted)}.analysis-panel{padding:0;overflow:hidden}.analysis-panel-header{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;border:none;background:transparent;cursor:pointer;text-align:left;font-family:inherit;color:inherit}.analysis-panel-header:hover{background:#f8fafc}.analysis-panel.is-open .analysis-panel-header{border-bottom:1px solid var(--border);background:#f8fafc}.analysis-panel-title{display:flex;align-items:flex-start;gap:.65rem;min-width:0}.analysis-panel-title h3{margin:0;font-size:1rem}.analysis-panel-summary{margin:.2rem 0 0;font-size:.8rem;color:var(--text-muted)}.analysis-panel-chevron{color:var(--primary);font-size:.9rem;line-height:1.4;flex-shrink:0}.analysis-panel-meta{display:flex;align-items:center;gap:.75rem;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.analysis-panel-count{font-size:.8rem;color:var(--text-muted)}.analysis-panel-action{font-size:.8rem;font-weight:600;color:var(--primary);white-space:nowrap}.analysis-panel-body{padding:1rem 1.25rem 1.25rem}.analysis-subhead{margin:0 0 .75rem;font-size:.9rem}.analysis-scroll{max-height:420px;overflow:auto}@media(max-width:720px){.analysis-panel-header{flex-direction:column;align-items:stretch}.analysis-panel-meta{justify-content:space-between}}.empty{color:var(--text-muted);font-size:.9rem;padding:1rem 0}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.chip{background:#fef3c7;border:1px solid #fcd34d;padding:.35rem .75rem;border-radius:20px;font-size:.8rem}.search-bar{display:flex;gap:.5rem;margin-bottom:1rem}.search-bar input{flex:1}.filter-menu-wrap{position:relative;flex-shrink:0}.filter-menu-trigger{position:relative;min-width:2.5rem;padding:.5rem .65rem;line-height:1}.filter-menu-trigger.has-filters{border-color:var(--primary);color:var(--primary)}.filter-menu-dots{font-size:1.25rem;font-weight:700;line-height:1}.filter-menu-badge{position:absolute;top:-4px;right:-4px;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;line-height:1.1rem;text-align:center}.filter-menu-panel{position:absolute;top:calc(100% + .35rem);right:0;z-index:50;width:min(20rem,calc(100vw - 2rem));padding:.85rem;border:1px solid var(--border);border-radius:.5rem;background:var(--surface);box-shadow:0 8px 24px #0000001f}.filter-menu-header{margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.filter-menu-body{display:flex;flex-direction:column;gap:.65rem;max-height:60vh;overflow-y:auto}.filter-menu-body label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.filter-menu-body input,.filter-menu-body select{width:100%}.filter-menu-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.85rem;padding-top:.75rem;border-top:1px solid var(--border)}.client-list{display:flex;flex-direction:column;gap:.35rem;max-height:480px;overflow-y:auto}.client-item{display:flex;flex-direction:column;align-items:flex-start;padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s,background .15s}.client-item:hover{border-color:var(--primary);background:#f8fafc}.client-item.selected{border-color:var(--primary);background:#eff6ff}.client-item strong{font-size:.9rem}.client-item span{font-size:.8rem;color:var(--text-muted)}.client-item small{font-size:.75rem;color:var(--text-muted)}.detail-list{display:grid;grid-template-columns:100px 1fr;gap:.5rem 1rem;font-size:.875rem;margin-bottom:1.25rem}.detail-list dt{color:var(--text-muted);font-weight:500}.detail-list dd{font-weight:500}.preview-panel{display:flex;flex-direction:column;gap:0}.preview-stats{display:flex;flex-direction:column;gap:.75rem}.preview-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.preview-row span{color:var(--text-muted)}.preview-profit{border-bottom:none;padding-top:.75rem}.preview-profit strong{font-size:1.25rem}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a2332,#243044,#1e3a5f);padding:1.5rem}.login-card{background:#fff;border-radius:14px;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:2rem}.login-logo{display:inline-flex;width:52px;height:52px;background:var(--primary);color:#fff;border-radius:12px;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.login-header h1{font-size:1.5rem;margin-bottom:.25rem}.login-header p{color:var(--text-muted);font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-hint{text-align:center;margin-top:1.25rem;font-size:.8rem;color:var(--text-muted)}.login-hint code{background:#f1f5f9;padding:.15rem .4rem;border-radius:4px;font-size:.75rem}.section-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.section-toolbar h3{margin-bottom:0}.view-toggle{display:flex;background:#f1f5f9;border-radius:8px;padding:3px;gap:2px}.toggle-btn{padding:.4rem .85rem;border:none;background:transparent;border-radius:6px;font-size:.8rem;font-weight:600;font-family:inherit;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}.toggle-btn:hover{color:var(--text)}.toggle-btn.active{background:#fff;color:var(--primary);box-shadow:0 1px 2px #00000014}.card-highlight{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-color:#93c5fd}.top-performer{display:flex;align-items:center;gap:1rem}.rank-badge{width:48px;height:48px;background:#fbbf24;color:#78350f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0}.top-performer p{color:var(--text-muted);font-size:.875rem;margin-top:.25rem}.rank-pill{display:inline-block;padding:.15rem .5rem;border-radius:12px;background:#f1f5f9;font-size:.75rem;font-weight:700}.rank-top{background:#fef3c7;color:#92400e}.row-clickable{cursor:pointer}.row-clickable:hover{background:#f8fafc}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem}.category-card{display:block;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s}.category-card:hover{border-color:var(--primary);box-shadow:var(--shadow);text-decoration:none}.category-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.category-card-header strong{font-size:1rem;line-height:1.3}.category-card-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem;line-height:1.4}.category-card-stats{display:flex;gap:1.25rem;font-size:.85rem;color:var(--text-muted)}.category-card-stats strong{color:var(--text)}.assignment-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem;background:var(--surface)}.assignment-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.assignment-progress-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.progress-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden;margin-bottom:.75rem}.progress-bar-fill{height:100%;background:var(--green);border-radius:4px;transition:width .2s}.assignment-detail-panel{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.row-selected{background:#eff6ff!important}.table-note{display:block;margin-top:.75rem;color:var(--text-muted);font-size:.75rem}.detail-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.text-muted{color:var(--text-muted);font-size:.875rem;margin-bottom:1rem}.mini-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.mini-stat{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem}.mini-stat span{display:block;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.mini-stat strong{font-size:.95rem}.btn-row{display:flex;gap:.5rem;flex-wrap:wrap}.salary-form{display:flex;gap:.75rem;align-items:flex-end;margin-bottom:1rem;padding:.75rem;background:#f8fafc;border-radius:8px}.salary-form label{flex:1;margin:0}.card-info{background:#eff6ff;border-color:#93c5fd;font-size:.875rem;margin-bottom:1.25rem}.badge-cash{background:#fef3c7;color:#92400e}.bank-auto-fill{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1rem;margin-bottom:1rem}.txn-checklist{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.txn-check-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;cursor:pointer;padding:.4rem;border-radius:6px}.txn-check-item:hover{background:#fff}.txn-check-item small{display:block;color:var(--text-muted)}.back-link{display:inline-block;margin-bottom:.5rem;color:var(--text-muted);font-size:.875rem;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.back-link:hover{color:var(--primary)}.view-link{color:var(--primary);font-size:.85rem;font-weight:600}.table-wrap-wide{overflow-x:auto}.table-totals-row{background:#f1f5f9;font-weight:600}.table-totals-row td{border-top:2px solid var(--border)}.expense-breakdown-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-top:.75rem}.expense-breakdown-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;border:1px solid var(--border)}.expense-breakdown-item span{font-size:.8rem;color:var(--text-muted)}.expense-breakdown-item strong{font-size:1.05rem}.expense-breakdown-item-clickable{cursor:pointer;transition:border-color .15s,box-shadow .15s}.expense-breakdown-item-clickable:hover{border-color:var(--primary);box-shadow:0 2px 8px #2563eb1f}.expense-breakdown-item-active{border-color:var(--primary);background:#eff6ff}.cost-detail-panel{margin-top:1rem;padding:1rem 1.25rem;background:#f8fafc;border:1px solid var(--border);border-radius:8px}.cost-detail-panel h4{margin:0}.cost-detail-panel .section-toolbar{margin-bottom:.5rem}.expense-breakdown-total{background:#eff6ff;border-color:var(--primary)}.block-muted{display:block;color:var(--text-muted);font-size:.75rem}.txn-edit-row td{padding:0;background:#f8fafc;border-bottom:2px solid var(--primary)}.txn-edit-panel{padding:1rem 1.25rem}.txn-edit-panel h4{margin:0 0 .75rem;font-size:.95rem}.txn-inline-form .btn-row{margin-top:.75rem}.detail-scroll{max-height:calc(100vh - 10rem);overflow-y:auto}.auto-fill-hint{color:var(--green);font-weight:600;font-size:.75rem}.auto-fill-summary{margin-top:.75rem;font-size:.8rem;color:var(--green);font-weight:600}.invoice-doc{max-width:900px}.invoice-header{display:flex;justify-content:space-between;border-bottom:2px solid var(--border);padding-bottom:1rem;margin-bottom:1.5rem}.invoice-header h1{font-size:1.5rem;color:var(--primary)}.invoice-meta{text-align:right;font-size:.9rem}.invoice-parties{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}.invoice-parties h4{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;margin-bottom:.5rem}.invoice-table tfoot td{font-weight:500}.invoice-total td{font-size:1.1rem;border-top:2px solid var(--border)}.invoice-breakdown,.invoice-payments{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.invoice-breakdown ul,.invoice-payments ul{list-style:none;font-size:.9rem}.invoice-breakdown li,.invoice-payments li{padding:.35rem 0;border-bottom:1px solid var(--border)}.invoice-section-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:1.75rem 0 .75rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}.invoice-subtitle{color:var(--text-muted);margin-top:.25rem}.invoice-empty-note{color:var(--text-muted);font-size:.9rem;padding:.75rem 0}.invoice-charge-summary{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin:1rem 0;padding:.75rem 1rem;background:var(--bg-muted, #f8f9fb);border-radius:8px;font-size:.9rem}.invoice-charge-summary-item{display:flex;gap:.5rem;align-items:center}.invoice-grand-total{margin-top:1.5rem;padding:1rem 1.25rem;border:2px solid var(--border);border-radius:8px;max-width:420px;margin-left:auto}.invoice-grand-row{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.95rem}.invoice-grand-final{font-size:1.1rem;border-top:2px solid var(--border);margin-top:.35rem;padding-top:.65rem}.invoice-footnote{font-size:.85rem;margin-top:1rem}@media print{.sidebar,.page-header .btn-row,.no-print{display:none!important}.main-content{padding:0}.invoice-doc{box-shadow:none;border:none;max-width:100%}.invoice-section-title{break-after:avoid}}.exp-chart-page .exp-chart-hero{padding:1.5rem 1.75rem 1.75rem;background:linear-gradient(145deg,#fff,#f8fafc 55%,#eff6ff);border:1px solid var(--border);overflow:hidden}.exp-chart-hero-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.exp-chart-hero-stat{text-align:right}.exp-chart-hero-stat span{display:block;font-size:.85rem;color:var(--text-muted)}.exp-chart-hero-stat strong{font-size:1.75rem;line-height:1.2}.exp-chart-layout{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:2rem;align-items:center}.exp-chart-visual{display:flex;justify-content:center}.exp-chart-svg{width:100%;max-width:400px;height:auto;display:block}.exp-chart-slice{transition:transform .18s ease,filter .18s ease}.exp-chart-center-label{fill:var(--text-muted);font-size:13px;font-family:DM Sans,system-ui,sans-serif}.exp-chart-center-value{fill:var(--text);font-size:22px;font-weight:700;font-family:DM Sans,system-ui,sans-serif}.exp-chart-center-focus{fill:var(--primary);font-size:11px;font-family:DM Sans,system-ui,sans-serif}.exp-chart-legend{display:flex;flex-direction:column;gap:.55rem}.exp-chart-legend-row{display:grid;grid-template-columns:14px 1fr;grid-template-rows:auto auto;gap:.15rem .75rem;align-items:center;width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-align:left;font:inherit;color:inherit;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.exp-chart-legend-row:hover,.exp-chart-legend-row.is-active{border-color:var(--primary);box-shadow:0 4px 14px #2563eb1a;transform:translate(2px)}.exp-chart-legend-swatch{width:14px;height:14px;border-radius:4px;grid-row:1 / span 2}.exp-chart-legend-copy{display:flex;flex-direction:column;gap:.1rem;min-width:0}.exp-chart-legend-copy strong{font-size:.92rem}.exp-chart-legend-copy small{color:var(--text-muted);font-size:.8rem}.exp-chart-legend-bar{grid-column:2;height:4px;border-radius:999px;opacity:.85;max-width:100%}.exp-chart-table-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.5rem;vertical-align:middle}.exp-chart-row-active{background:#eff6ff}.exp-chart-empty{padding:3rem 1rem;text-align:center;color:var(--text-muted)}@media(max-width:900px){.exp-chart-layout{grid-template-columns:1fr;gap:1.5rem}.exp-chart-hero-stat{text-align:left}}.hr-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a73;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto}.hr-modal{width:min(920px,100%);background:#fff;border-radius:10px;box-shadow:0 20px 50px #0f172a33;border:1px solid var(--border);max-height:calc(100vh - 4rem);display:flex;flex-direction:column}.hr-excel-form{padding:1.25rem;overflow-y:auto}.hr-add-grid{display:grid;grid-template-columns:minmax(180px,1.4fr) minmax(140px,.9fr) minmax(160px,1.2fr) minmax(120px,.8fr);gap:.85rem 1rem;margin-bottom:1.25rem;align-items:start}.hr-add-grid label{min-width:0}.hr-add-grid .searchable-select,.hr-add-grid input{width:100%}.hr-name-fallback{margin-top:.35rem}.hr-type-followup{margin-top:.9rem;padding-top:.9rem;border-top:1px dashed #cbd5e1}.hr-form-actions{display:flex;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.hr-excel-header-row-1{grid-template-columns:1fr}.hr-excel-header-row-products,.hr-product-line-row-products{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.hr-excel-header-row-serial,.hr-product-line-row-serial{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr) auto}.hr-product-line-row{display:grid;gap:.5rem;padding:.5rem;border:1px solid #e2e8f0;border-top:none;background:#fff;align-items:center}.hr-remarks-block{margin-top:1rem}.hr-remarks-area{width:100%;border:1px solid #cbd5e1;border-top:none;border-radius:0 0 6px 6px;padding:.75rem;font-family:inherit;resize:vertical;box-sizing:border-box}.hr-excel-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:2px solid #1e293b;background:#f8fafc}.hr-excel-sheet-head h3{margin:0;font-size:1.1rem;text-transform:uppercase;letter-spacing:.03em}.hr-excel-form{padding:1.25rem}.hr-excel-header-row{display:grid;gap:0;border:1px solid #cbd5e1;border-bottom:none;background:#e2e8f0}.hr-excel-header-row-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hr-excel-header-cell{padding:.55rem .65rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0f172a;border-right:1px solid #cbd5e1}.hr-excel-header-cell:last-child{border-right:none}.hr-excel-header-cell-action{min-width:5rem}.hr-excel-input-row{display:grid;gap:0;border:1px solid #cbd5e1;margin-bottom:1.25rem}.hr-excel-input-row-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hr-excel-input-row>input,.hr-excel-input-row>select,.hr-excel-input-row>.hr-excel-cell-stack,.hr-excel-input-row .searchable-select{border:none;border-right:1px solid #e2e8f0;border-radius:0;min-height:42px}.hr-excel-input-row>*:last-child{border-right:none}.hr-excel-cell-stack{display:flex;flex-direction:column;gap:.35rem;padding:.35rem;background:#fff}.hr-excel-input-row-salary{grid-template-columns:repeat(12,minmax(88px,1fr));overflow-x:auto}.hr-excel-input-row-salary .hr-excel-header-row{grid-template-columns:repeat(12,minmax(88px,1fr))}.hr-type-picker,.hr-product-lines,.hr-option-group{margin-bottom:1.25rem}.hr-option-group-label,.hr-type-group-title{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.5rem}.hr-type-groups{display:grid;gap:.75rem}.hr-type-group{padding:.75rem;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.hr-option-buttons{display:flex;flex-wrap:wrap;gap:.45rem}.hr-option-btn{padding:.45rem .75rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:var(--text);font-size:.82rem;font-weight:600;cursor:pointer}.hr-option-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.hr-type-hint{margin:.65rem 0 0;font-size:.85rem;color:var(--text-muted)}.hr-excel-header-row-inline{margin-bottom:0}.hr-add-line-btn{margin-top:.65rem}.hr-filter-bar label{max-width:220px}.hr-empty-state{text-align:center;padding:2.5rem 1rem}.hr-empty-state p{margin-bottom:1rem;color:var(--text-muted)}@media(max-width:768px){.hr-add-grid,.hr-excel-input-row-4,.hr-excel-header-row-4,.hr-excel-header-row-products,.hr-excel-header-row-serial,.hr-product-line-row-products,.hr-product-line-row-serial{grid-template-columns:1fr}.hr-excel-header-cell,.hr-excel-input-row>input,.hr-excel-input-row>select,.hr-excel-input-row>.hr-excel-cell-stack{border-right:none;border-bottom:1px solid #e2e8f0}}
