:root{color-scheme:light;--paper: #f7f4ef;--surface: #fffdfa;--surface-sunk: #f1ece4;--ink: #1b1917;--ink-muted: #6b6459;--ink-faint: #928a7d;--rule: #e0d9cd;--rule-strong: #cbc2b2;--accent: #9c4221;--accent-soft: #f6e9e2;--accent-ink: #7b3419;--state-new: #6b6459;--state-review: #8a6d1f;--state-approved: #2f6b4f;--state-progress: #1f5673;--state-implemented: #3c6b2f;--state-closed: #6b6459;--state-declined: #8c3a2e;--urgent: #a8321f;--urgent-soft: #f8e6e2;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--radius: 6px;--radius-lg: 10px;--shadow: 0 1px 2px rgb(27 25 23 / 6%), 0 4px 12px rgb(27 25 23 / 4%);--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--paper: #171614;--surface: #1e1c19;--surface-sunk: #262320;--ink: #f2eee7;--ink-muted: #a9a196;--ink-faint: #837b70;--rule: #322e29;--rule-strong: #45403a;--accent: #d9764c;--accent-soft: #33231b;--accent-ink: #eb9b78;--state-new: #a9a196;--state-review: #c9a444;--state-approved: #63b18c;--state-progress: #62a6c9;--state-implemented: #83bd6c;--state-closed: #a9a196;--state-declined: #d97a68;--urgent: #e8836e;--urgent-soft: #35211c;--shadow: 0 1px 2px rgb(0 0 0 / 40%), 0 4px 12px rgb(0 0 0 / 30%)}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-size:15px;line-height:1.55;font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;line-height:1.2;letter-spacing:-.015em;font-weight:620}h1{font-size:1.5rem}h2{font-size:1.125rem}h3{font-size:.95rem}p{margin:0}a{color:var(--accent-ink);text-decoration-thickness:1px;text-underline-offset:2px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}.shell{min-height:100vh;display:flex;flex-direction:column}.shell__bar{display:flex;align-items:center;gap:var(--space-5);padding:var(--space-3) var(--space-5);background:var(--surface);border-bottom:1px solid var(--rule);flex-wrap:wrap}.shell__brand{display:flex;align-items:baseline;gap:var(--space-2);font-weight:640;letter-spacing:-.01em}.shell__brand-mark{color:var(--accent)}.shell__nav{display:flex;gap:var(--space-1)}.shell__nav a{padding:var(--space-2) var(--space-3);border-radius:var(--radius);color:var(--ink-muted);text-decoration:none;font-weight:500}.shell__nav a:hover{background:var(--surface-sunk);color:var(--ink)}.shell__nav a[aria-current=page]{background:var(--accent-soft);color:var(--accent-ink)}.shell__spacer{flex:1}.shell__who{display:flex;align-items:center;gap:var(--space-3);font-size:.85rem;color:var(--ink-muted)}.shell__who strong{color:var(--ink);font-weight:580}.shell__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:var(--space-6) var(--space-5) var(--space-7)}.env-badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:2px var(--space-2);border:1px solid var(--rule-strong);border-radius:999px;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-faint);font-family:var(--font-mono)}.env-badge--mock{border-color:var(--accent);color:var(--accent-ink);background:var(--accent-soft)}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5);flex-wrap:wrap}.page-head__sub{color:var(--ink-muted);font-size:.9rem;margin-top:var(--space-1)}.panel{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.panel__head{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--rule);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.panel__body{padding:var(--space-5)}.stack{display:flex;flex-direction:column;gap:var(--space-5)}.row{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:var(--space-1)}.field__label{font-size:.78rem;font-weight:580;letter-spacing:.02em;text-transform:uppercase;color:var(--ink-muted)}.field__hint{font-size:.8rem;color:var(--ink-muted)}.field__error{font-size:.85rem;color:var(--urgent)}select,input[type=text],input[type=date],input[type=search],textarea{font:inherit;color:inherit;background:var(--surface);border:1px solid var(--rule-strong);border-radius:var(--radius);padding:var(--space-2) var(--space-3);min-width:0}textarea{resize:vertical;min-height:5rem;line-height:1.5}button{font:inherit;font-weight:550;color:var(--ink);background:var(--surface);border:1px solid var(--rule-strong);border-radius:var(--radius);padding:var(--space-2) var(--space-4);cursor:pointer}button:hover:not(:disabled){background:var(--surface-sunk)}button:disabled{opacity:.55;cursor:not-allowed}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover:not(:disabled){background:var(--accent-ink);border-color:var(--accent-ink)}button.ghost{border-color:transparent;background:transparent;color:var(--ink-muted)}button.ghost:hover:not(:disabled){background:var(--surface-sunk);color:var(--ink)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th{text-align:left;font-size:.74rem;font-weight:620;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-muted);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--rule-strong);white-space:nowrap}td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--rule);vertical-align:top}tbody tr:hover{background:var(--surface-sunk)}tbody tr:last-child td{border-bottom:none}.cell-id{font-family:var(--font-mono);font-size:.85rem;white-space:nowrap}.cell-num{text-align:right;white-space:nowrap}.status{display:inline-flex;align-items:center;gap:var(--space-2);font-size:.82rem;font-weight:540;white-space:nowrap}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentcolor;flex:none}.status--new{color:var(--state-new)}.status--under_review{color:var(--state-review)}.status--approved{color:var(--state-approved)}.status--in_progress{color:var(--state-progress)}.status--implemented{color:var(--state-implemented)}.status--closed{color:var(--state-closed)}.status--declined{color:var(--state-declined)}.age{display:inline-block;padding:1px var(--space-2);border-radius:var(--radius);font-size:.85rem}.age--fresh{color:var(--ink-muted)}.age--watch{color:var(--accent-ink);background:var(--accent-soft)}.age--overdue{color:var(--urgent);background:var(--urgent-soft);font-weight:600}.empty,.error-state,.loading{padding:var(--space-7) var(--space-5);text-align:center;color:var(--ink-muted)}.empty h3,.error-state h3{color:var(--ink);margin-bottom:var(--space-2)}.error-state,.error-state h3{color:var(--urgent)}.banner{padding:var(--space-3) var(--space-4);border-radius:var(--radius);border:1px solid var(--urgent);background:var(--urgent-soft);color:var(--urgent);font-size:.9rem}.detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:var(--space-5);align-items:start}@media(max-width:900px){.detail-grid{grid-template-columns:minmax(0,1fr)}}.narrative{display:flex;flex-direction:column;gap:var(--space-5)}.narrative__label{font-size:.74rem;font-weight:620;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:var(--space-1)}.narrative__body{white-space:pre-wrap}.meta-list{display:grid;grid-template-columns:auto 1fr;gap:var(--space-2) var(--space-4);font-size:.9rem}.meta-list dt{color:var(--ink-muted)}.meta-list dd{margin:0}.thumbs{display:flex;flex-wrap:wrap;gap:var(--space-3)}.thumbs a{display:block;border:1px solid var(--rule-strong);border-radius:var(--radius);overflow:hidden;line-height:0}.thumbs img{width:132px;height:132px;object-fit:cover;display:block;background:var(--surface-sunk)}.timeline{list-style:none;margin:0;padding:0;position:relative}.timeline:before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:1px;background:var(--rule-strong)}.timeline li{position:relative;padding:0 0 var(--space-4) var(--space-5)}.timeline li:last-child{padding-bottom:0}.timeline li:before{content:"";position:absolute;left:0;top:7px;width:11px;height:11px;border-radius:50%;background:var(--surface);border:2px solid var(--rule-strong)}.timeline__when{font-size:.8rem;color:var(--ink-faint)}.timeline__gap{font-size:.78rem;color:var(--urgent);font-style:italic}.timeline__reason{margin-top:var(--space-1);padding-left:var(--space-3);border-left:2px solid var(--rule-strong);color:var(--ink-muted);font-size:.9rem;white-space:pre-wrap}.comment{padding:var(--space-3) 0;border-bottom:1px solid var(--rule)}.comment:last-of-type{border-bottom:none}.comment__head{display:flex;gap:var(--space-3);align-items:baseline;font-size:.85rem}.comment__author{font-weight:580}.comment__body{white-space:pre-wrap;margin-top:var(--space-1)}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-4)}.stat{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5)}.stat__label{font-size:.76rem;font-weight:580;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted)}.stat__value{font-size:1.9rem;font-weight:640;letter-spacing:-.02em;line-height:1.15;margin-top:var(--space-1)}.stat__note{font-size:.8rem;color:var(--ink-faint);margin-top:var(--space-1)}.bars{display:flex;flex-direction:column;gap:var(--space-2)}.bar{display:grid;grid-template-columns:minmax(90px,22%) 1fr auto;align-items:center;gap:var(--space-3);font-size:.88rem}.bar__label{color:var(--ink-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar__track{background:var(--surface-sunk);border-radius:3px;height:10px;overflow:hidden}.bar__fill{height:100%;background:var(--accent);border-radius:3px;min-width:2px}.bar__value{color:var(--ink);font-weight:560;min-width:2.5rem;text-align:right}.trend{display:flex;align-items:flex-end;gap:var(--space-2);min-height:120px;padding-top:var(--space-4);overflow-x:auto}.trend__col{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);min-width:44px;flex:1}.trend__bar{width:100%;background:var(--accent);border-radius:3px 3px 0 0;min-height:2px}.trend__bar--zero{background:var(--rule-strong)}.trend__month{font-size:.72rem;color:var(--ink-muted);white-space:nowrap}.trend__count{font-size:.8rem;font-weight:580}.definition{font-size:.82rem;color:var(--ink-muted);border-left:2px solid var(--rule-strong);padding-left:var(--space-3)}.roi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-5)}.roi-side{display:flex;flex-direction:column;gap:var(--space-3);border:1px solid var(--rule);border-radius:6px;padding:var(--space-4);min-width:0}.roi-side legend{font-size:.78rem;font-weight:620;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted);padding:0 var(--space-2)}.field__unit{font-weight:400;color:var(--ink-muted)}.roi-total th,.roi-total td{font-weight:620;border-top:2px solid var(--rule-strong)}.roi-history summary{cursor:pointer;font-size:.85rem;color:var(--ink-muted)}.roi-history[open] summary{margin-bottom:var(--space-4)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
