:root { color-scheme: light; font-family: system-ui, sans-serif; color: #17324d; background: #f5f8f7; }
body { margin: 0; line-height: 1.55; }
a { color: #075985; }
.app-header { background: #073b4c; color: white; padding: 1rem max(1rem, calc((100% - 1100px) / 2)); }
.app-header a { color: white; text-decoration: none; }
.app-header small { display: block; opacity: .8; }
.layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); max-width: 1200px; margin: auto; }
.tree { padding: 1rem; border-right: 1px solid #ccd8dc; background: white; }
.tree summary { cursor: pointer; font-weight: 700; }
.tree ul { margin: .25rem 0 .75rem; padding-left: 1.2rem; }
.main { padding: 1.5rem; max-width: 900px; }
.card { background: white; border: 1px solid #d7e1e3; border-radius: .5rem; padding: 1rem; margin: 1rem 0; box-shadow: 0 1px 2px #17324d10; }
.grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.metric { font-size: 1.8rem; font-weight: 750; display: block; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: white; }
th, td { text-align: left; padding: .65rem; border-bottom: 1px solid #d7e1e3; vertical-align: top; }
button, .button { padding: .55rem .8rem; border: 0; border-radius: .25rem; background: #0f766e; color: white; cursor: pointer; text-decoration: none; }
.note { color: #46616b; }
img { max-width: 100%; height: auto; }
.status-bars { display: grid; gap: .65rem; }
.status-bar { display: grid; grid-template-columns: minmax(7rem, 12rem) 1fr; align-items: center; gap: .65rem; }
.status-bar b { display: block; min-width: 2rem; padding: .2rem .45rem; border-radius: .2rem; background: #0f766e; color: white; font-weight: 700; }
@media (max-width: 720px) { .layout { display: block; } .tree { border-right: 0; border-bottom: 1px solid #ccd8dc; } .main { padding: 1rem; } }

.tree a[aria-current="page"],.tree a.current{font-weight:700;color:var(--green);text-decoration:underline;text-underline-offset:3px}.breadcrumb{font:13px/1.5 ui-sans-serif,system-ui,sans-serif;color:var(--muted);margin:0 0 1rem}
