:root{color-scheme:light;--surface-1: #fcfcfb;--plane: #f9f9f7;--text-primary: #0b0b0b;--text-secondary: #52514e;--text-muted: #898781;--grid: #e1e0d9;--axis: #c3c2b7;--border: rgba(11, 11, 11, .1);--hover-wash: rgba(11, 11, 11, .04);--series-1: #2a78d6;--series-2: #eb6834;--series-3: #1baf7a;--success-text: #006300;--status-good: #0ca30c;--status-warning: #fab219;--status-serious: #ec835a;--status-critical: #d03b3b}@media (prefers-color-scheme: dark){:root:where(:not([data-theme=light])){color-scheme:dark;--surface-1: #1a1a19;--plane: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--grid: #2c2c2a;--axis: #383835;--border: rgba(255, 255, 255, .1);--hover-wash: rgba(255, 255, 255, .06);--series-1: #3987e5;--series-2: #d95926;--series-3: #199e70;--success-text: #0ca30c}}:root[data-theme=dark]{color-scheme:dark;--surface-1: #1a1a19;--plane: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--grid: #2c2c2a;--axis: #383835;--border: rgba(255, 255, 255, .1);--hover-wash: rgba(255, 255, 255, .06);--series-1: #3987e5;--series-2: #d95926;--series-3: #199e70;--success-text: #0ca30c}*{box-sizing:border-box}body{margin:0;background:var(--plane);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,Hiragino Sans,Noto Sans JP,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;font-weight:600;line-height:1.3}button{font:inherit;color:inherit;background:var(--surface-1);border:1px solid var(--border);border-radius:8px;padding:6px 12px;cursor:pointer}button:hover{background:var(--hover-wash)}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--series-1);outline-offset:1px}input,select{font:inherit;color:var(--text-primary);background:var(--surface-1);border:1px solid var(--border);border-radius:6px;padding:5px 8px;width:100%}input[type=checkbox]{width:auto;accent-color:var(--series-1)}input[type=number]{font-variant-numeric:tabular-nums;text-align:right}.app{max-width:1560px;margin:0 auto;padding:20px}.app-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px 16px;margin-bottom:4px}.app-header h1{font-size:18px}.app-header .spacer{flex:1}.app-subtitle{color:var(--text-secondary);font-size:13px;margin-bottom:20px}.layout{display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);gap:20px;align-items:start}@media (max-width: 980px){.layout{grid-template-columns:minmax(0,1fr)}.layout>:first-child{order:2}.layout>:last-child{order:1}}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:16px}.card>h2{font-size:14px;letter-spacing:.02em;margin-bottom:12px}.card-note{color:var(--text-muted);font-size:12px;line-height:1.5;margin:8px 0 0}.section{border-bottom:1px solid var(--border)}.section:last-child{border-bottom:none}.section-head{width:100%;display:flex;align-items:center;gap:8px;background:none;border:none;border-radius:0;padding:12px 4px;font-size:14px;font-weight:600;text-align:left}.section-head:hover{background:var(--hover-wash)}.section-head .chevron{color:var(--text-muted);font-size:11px;width:12px}.section-body{padding:4px 4px 16px;display:grid;gap:10px}.field{display:grid;grid-template-columns:1fr 128px;gap:8px;align-items:center}.field>label{color:var(--text-secondary);font-size:13px}.field-unit{display:flex;align-items:center;gap:6px}.field-unit .unit{color:var(--text-muted);font-size:12px;white-space:nowrap}.field-inline{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary)}.subhead{font-size:12px;font-weight:600;color:var(--text-muted);letter-spacing:.04em;margin-top:6px}.row-item{border:1px solid var(--border);border-radius:8px;padding:10px;display:grid;gap:8px}.row-item-head{display:flex;align-items:center;gap:8px}.row-item-head input[type=text]{flex:1}.btn-ghost{border:none;background:none;color:var(--text-muted);padding:4px 6px;border-radius:6px}.btn-ghost:hover{background:var(--hover-wash);color:var(--status-critical)}.btn-add{border-style:dashed;color:var(--text-secondary);width:100%}.seg{display:flex;gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden}.seg button{flex:1;border:none;border-radius:0;background:none;padding:6px 8px;font-size:13px;color:var(--text-secondary)}.seg button[aria-pressed=true]{background:var(--series-1);color:#fff;font-weight:600}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(216px,1fr));gap:12px;margin-bottom:16px}.tile{background:var(--surface-1);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.tile-label{color:var(--text-secondary);font-size:12px}.tile-value{font-size:26px;font-weight:600;letter-spacing:-.01em;margin-top:2px}.tile-value.hero{font-size:26px;line-height:1.25}.tile-sub{color:var(--text-muted);font-size:12px}.tile-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600}.tile-status .dot{width:8px;height:8px;border-radius:50%;flex:none}.chart-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 16px;margin-bottom:10px}.chart-title{font-size:14px;font-weight:600}.chart-sub{color:var(--text-muted);font-size:12px}.legend{display:flex;flex-wrap:wrap;gap:12px;margin-left:auto}.legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary)}.legend-swatch{width:12px;height:12px;border-radius:3px;flex:none}.legend-line{width:14px;height:2px;border-radius:1px;flex:none}.chart-wrap{position:relative}.chart-wrap svg{display:block;width:100%;height:auto;touch-action:pan-y}.tooltip{position:absolute;z-index:5;pointer-events:none;background:var(--surface-1);border:1px solid var(--border);border-radius:10px;padding:8px 10px;box-shadow:0 4px 16px #00000024;font-size:12px;min-width:168px}.tooltip-title{color:var(--text-secondary);margin-bottom:6px}.tooltip-row{display:flex;align-items:center;gap:8px}.tooltip-row .key{width:14px;height:2px;border-radius:1px;flex:none}.tooltip-row .name{color:var(--text-secondary)}.tooltip-row .val{margin-left:auto;font-weight:600;color:var(--text-primary);font-variant-numeric:tabular-nums}.tooltip-total{border-top:1px solid var(--border);margin-top:6px;padding-top:6px}.table-scroll{overflow:auto;max-height:560px;border:1px solid var(--border);border-radius:10px}table{border-collapse:separate;border-spacing:0;width:100%;font-size:12.5px}thead th{position:sticky;top:0;z-index:2;background:var(--surface-1);color:var(--text-secondary);font-weight:600;text-align:right;white-space:nowrap;padding:8px 10px;border-bottom:1px solid var(--axis)}thead th:first-child,tbody td:first-child{text-align:left}tbody td{padding:6px 10px;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;border-bottom:1px solid var(--grid)}tbody tr:hover{background:var(--hover-wash)}tbody tr.is-deficit td.cf{color:var(--status-critical)}tbody tr.is-depleted{background:#d03b3b14}.num-negative{color:var(--status-critical)}.warn-banner{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--border);border-left:3px solid var(--status-warning);border-radius:8px;padding:10px 12px;background:var(--surface-1);font-size:12.5px;color:var(--text-secondary);margin-bottom:16px}.warn-banner strong{color:var(--text-primary)}.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}
