:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f5f6f3;--surface:#fff;--surface-muted:#ecefe9;--text:#1f2724;--muted:#68736f;--line:#d7ddd5;--accent:#2f6f63;--accent-soft:#dfece8;--negative:#9b2c2c;--negative-soft:#f4dddd;--attention:#826118;--attention-soft:#f4ead0;font-family:Geist,Satoshi,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--background);color:var(--text);margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.shell{grid-template-columns:260px minmax(0,1fr);min-height:100dvh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fbfcf9;height:100dvh;padding:28px 22px;position:sticky;top:0}.brand{gap:6px;margin-bottom:32px;display:grid}.brand-title{letter-spacing:0;margin:0;font-size:20px}.brand-subtitle{color:var(--muted);margin:0;font-size:13px}.nav-list{gap:7px;display:grid}.nav-link{color:var(--muted);border:1px solid #0000;border-radius:8px;padding:10px 12px;transition:background .16s,color .16s,transform .16s;display:block}.nav-link:hover{background:var(--surface-muted);color:var(--text)}.nav-link:active,.button:active{transform:translateY(1px)}.content{min-width:0;padding:34px}.page{gap:24px;max-width:1180px;margin:0 auto;display:grid}.page-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:20px;display:flex}.eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:10px;font-size:clamp(28px,4vw,44px);line-height:1.02}h2{margin-bottom:12px;font-size:18px}h3{margin-bottom:8px;font-size:15px}.muted{color:var(--muted)}.grid{gap:16px;display:grid}.grid.two{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:18px}.metric-row,.summary-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding:10px 0;display:flex}.metric-row:last-child,.summary-row:last-child{border-bottom:0}.label{color:var(--muted)}.value{text-align:right;font-weight:700}.table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px 14px}th{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}tr:last-child td{border-bottom:0}.mono{font-family:JetBrains Mono,Cascadia Mono,Consolas,monospace;font-size:12px}.status-badge{white-space:nowrap;border-radius:999px;padding:7px 9px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.status-badge.positive{background:var(--accent-soft);color:var(--accent)}.status-badge.negative{background:var(--negative-soft);color:var(--negative)}.status-badge.attention{background:var(--attention-soft);color:var(--attention)}.status-badge.neutral{background:var(--surface-muted);color:var(--muted)}.button{background:var(--text);color:#fff;cursor:pointer;border:0;border-radius:8px;align-items:center;min-height:40px;padding:0 14px;font-weight:700;transition:background .16s,transform .16s;display:inline-flex}.button.secondary{background:var(--surface);border:1px solid var(--line);color:var(--text)}.button.danger{background:var(--negative)}.button:hover{background:var(--accent)}.actions{flex-wrap:wrap;gap:10px;display:flex}.state-panel{background:var(--surface);border:1px dashed var(--line);border-radius:8px;padding:24px}.state-panel.error{background:#fff8f8;border-color:#e2b6b6}.notice{background:var(--accent-soft);color:#244d45;border:1px solid #c5dbd5;border-radius:8px;padding:12px 14px}.notice.error{background:var(--negative-soft);color:var(--negative);border-color:#e2b6b6}.login-page{align-content:center;min-height:calc(100dvh - 68px)}.login-panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;justify-self:center;gap:14px;width:100%;max-width:420px;padding:24px;display:grid}.login-form,.field{gap:10px;display:grid}.field span{color:var(--muted);font-size:13px;font-weight:700}.field input{border:1px solid var(--line);color:var(--text);font:inherit;border-radius:8px;width:100%;min-height:42px;padding:0 12px}.payload{text-overflow:ellipsis;white-space:nowrap;max-width:420px;overflow:hidden}@media (max-width:860px){.shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;padding:18px;position:static}.nav-list{flex-wrap:wrap;display:flex}.content{padding:22px 16px}.page-header,.grid.two{grid-template-columns:1fr;display:grid}}
