:root{--bg:#f7faf6;--surface:#fff;--surface-soft:#f2f5f1;--surface-brand:#f5eedf;--border:#e6eae7;--border-strong:#bbcabc;--text:#1a1c19;--text-muted:#5a5f59;--brand:#12372a;--accent:#006d3e;--action:#18c878;--error:#ba1a1a;--radius-sm:12px;--radius-md:16px;--radius-lg:20px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--font:"Satoshi", "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;padding:0}a{color:var(--accent)}:focus-visible{outline:2px solid var(--action);outline-offset:2px}.signin{min-height:100dvh;padding:var(--space-md);place-items:center;display:grid}.signin-card{gap:var(--space-sm);width:100%;max-width:380px;padding:var(--space-xl);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex}.signin-card h1{letter-spacing:-.02em;color:var(--brand);margin:0;font-size:28px}label{color:var(--text-muted);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}input{width:100%;min-height:44px;padding:0 var(--space-sm);font:inherit;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);font-weight:400}.password{display:block;position:relative}.password input{padding-right:76px}.password button{padding:0 var(--space-sm);font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:600;position:absolute;top:0;bottom:0;right:0}button.primary{min-height:44px;font:inherit;color:var(--brand);background:var(--action);border-radius:var(--radius-sm);cursor:pointer;border:0;font-weight:700}button.primary:disabled{opacity:.6;cursor:default}button.ghost{min-height:36px;padding:0 var(--space-sm);font:inherit;color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;font-size:14px}.error{padding:var(--space-xs) var(--space-sm);color:var(--error);border-radius:var(--radius-sm);background:#ffdad6;margin:0;font-size:14px}.muted{color:var(--text-muted)}.small{font-size:12px}.mono{font-variant-numeric:tabular-nums}.num{text-align:right;font-variant-numeric:tabular-nums}.shell{min-height:100dvh}.topbar{z-index:10;align-items:center;gap:var(--space-lg);padding:var(--space-sm) var(--space-lg);background:var(--surface);border-bottom:1px solid var(--border);display:flex;position:sticky;top:0}.brand{align-items:center;gap:var(--space-xs);color:var(--brand);display:flex}.dot{background:var(--action);border-radius:50%;width:10px;height:10px}.topbar nav{gap:4px;margin-right:auto;display:flex}.tab{min-height:36px;padding:0 var(--space-sm);font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;font-size:14px}.tab.active{color:var(--brand);background:var(--surface-brand);font-weight:700}.content{max-width:1040px;padding:var(--space-lg);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.grid{gap:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.two{gap:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.stat{padding:var(--space-md);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:2px;display:flex}.stat-label{color:var(--text-muted);font-size:13px}.stat-value{letter-spacing:-.02em;color:var(--brand);font-variant-numeric:tabular-nums;font-size:32px;line-height:1.1}.stat-value.accent{color:var(--accent)}.stat-detail{color:var(--text-muted);font-size:12px}.panel{padding:var(--space-md);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.panel-head{justify-content:space-between;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);display:flex}.panel-head h2{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:15px}.chart svg{width:100%;height:120px;display:block}.chart-axis{color:var(--text-muted);justify-content:space-between;margin-top:6px;font-size:12px;display:flex}.rows{flex-direction:column;margin:0;display:flex}.rows>div{border-bottom:1px solid var(--border);justify-content:space-between;padding:10px 0;display:flex}.rows>div:last-child{border-bottom:0}.rows dt{font-size:14px}.rows dd{font-variant-numeric:tabular-nums;margin:0;font-weight:700}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px}th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:8px 12px 8px 0;font-size:12px;font-weight:600}td{border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 12px 12px 0}tbody tr:last-child td{border-bottom:0}.tag{color:var(--text-muted);background:var(--surface-soft);border-radius:999px;margin-left:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.tag.ok{color:var(--accent);background:var(--surface-brand)}.tag.warn{color:var(--brand);background:#ffe9a8}.footnote{margin:var(--space-sm) 0 0;color:var(--text-muted);font-size:12px}
