:root{--background:#f8f7f2;--surface:#fff;--surface-muted:#eff3ea;--ink:#172018;--muted:#687066;--line:#d9ded2;--green:#315f3d;--green-dark:#24472d;--gold:#ad8b3a;--danger:#9d3d34}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--background);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.login-page{place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;width:min(100%,420px);padding:28px;box-shadow:0 18px 50px #17201814}.brand{letter-spacing:0;margin:0 0 4px;font-size:28px}.muted{color:var(--muted)}.form{gap:14px;margin-top:24px;display:grid}.field{color:var(--muted);gap:7px;font-size:14px;display:grid}.input{border:1px solid var(--line);min-height:44px;color:var(--ink);background:#fff;border-radius:8px;padding:10px 12px}.button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:8px;min-height:44px;font-weight:700}.button:hover{background:var(--green-dark)}.error{color:var(--danger);margin:0;font-size:14px}.app-shell{min-height:100vh}.topbar{border-bottom:1px solid var(--line);z-index:2;background:#f8f7f2eb;justify-content:space-between;align-items:center;gap:16px;padding:14px clamp(16px,4vw,40px);display:flex;position:sticky;top:0}.topbar h1{margin:0;font-size:20px}.topbar form{margin:0}.ghost-button{border:1px solid var(--line);background:var(--surface);min-height:36px;color:var(--ink);cursor:pointer;border-radius:8px;padding:8px 12px}.section-nav{border-bottom:1px solid var(--line);background:var(--background);gap:8px;padding:12px clamp(16px,4vw,40px);display:flex;overflow-x:auto}.nav-pill{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--ink);border-radius:8px;flex:none;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:700;display:inline-flex}.nav-pill.active{border-color:var(--ink);background:var(--ink);color:#fff}.content{gap:28px;padding:clamp(18px,4vw,40px);display:grid}.section-header{gap:8px;display:grid}.section-header h2{letter-spacing:0;margin:0;font-size:clamp(28px,4vw,40px)}.section-header p{max-width:720px;color:var(--muted);margin:0;line-height:1.5}.metrics-grid,.modules-grid{gap:14px;display:grid}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.two-column{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.modules-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:18px}.metric-label,.module-status{color:var(--muted);font-size:13px}.metric-value{margin:8px 0;font-size:28px;font-weight:800;line-height:1.08}.metric-detail,.module-description{color:var(--muted);margin:0;line-height:1.45}.module-card{gap:12px;display:grid}.module-card h3{margin:0;font-size:18px}.module-top{justify-content:space-between;align-items:start;gap:12px;display:flex}.module-status{border:1px solid var(--line);white-space:nowrap;border-radius:999px;padding:5px 8px}.metric-card{border-top:4px solid var(--green)}.tone-success{border-top-color:#2f7c48}.tone-green{border-top-color:var(--green)}.tone-blue{border-top-color:#3d647c}.tone-warning{border-top-color:var(--gold)}.tone-danger{border-top-color:var(--danger)}.panel{gap:16px;display:grid}.panel-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.panel-header h3,.empty-state h3{margin:0;font-size:18px}.panel-header strong{color:var(--green);white-space:nowrap}.stack{gap:10px;display:grid}.line-item{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:0 0 10px;display:flex}.line-item:last-child{border-bottom:0;padding-bottom:0}.line-item div{gap:3px;display:grid}.line-item strong{font-size:14px}.line-item span{color:var(--muted);font-size:12px}.line-item b{text-align:right;white-space:nowrap;font-size:14px}.line-item.compact{border:0;padding:0}.bar-row{gap:7px;display:grid}.bar-track{background:var(--surface-muted);border-radius:999px;height:8px;overflow:hidden}.bar-track span{border-radius:inherit;background:var(--green);height:100%;display:block}.table-wrap{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:680px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:11px 10px}th{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}td{font-size:14px;line-height:1.35}tbody tr:last-child td{border-bottom:0}.empty-state{gap:8px;display:grid}.empty-state p{color:var(--muted);margin:0;line-height:1.5}@media (max-width:560px){.topbar{flex-direction:column;align-items:flex-start}.ghost-button{width:100%}.panel-header,.line-item{flex-direction:column;align-items:flex-start}.line-item b{text-align:left}}
