:root { --bg:#f7f6f1; --ink:#1c211f; --muted:#68706b; --line:#d7d9d4; --link:#0d665d; --confirm:#147d6f; --capture:#c47c25; --tool:#506ca8; --lead:#9a9e9b; --exclude:#b44d48; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--bg); color:var(--ink); font:13px/1.38 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
a { color:var(--link); text-underline-offset:2px; }
a:hover { color:#9a4323; }
header { position:sticky; top:0; z-index:2; background:rgba(247,246,241,.97); border-bottom:1px solid var(--line); }
.bar { display:flex; justify-content:space-between; gap:28px; align-items:end; max-width:1400px; margin:auto; padding:17px 22px 10px; }
.kicker { margin:0 0 2px; color:var(--muted); font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
h1 { margin:0; font:600 24px/1.05 Georgia,serif; letter-spacing:-.02em; }
.summary { max-width:590px; margin:0; color:var(--muted); text-align:right; font-size:11px; }
#contents { display:flex; flex-wrap:wrap; gap:5px 14px; max-width:1400px; margin:auto; padding:8px 22px; border-top:1px solid var(--line); }
#contents a { font-weight:750; text-decoration:none; }
#contents small { color:var(--muted); font-weight:500; }
.legend { display:flex; flex-wrap:wrap; gap:4px 15px; max-width:1400px; margin:auto; padding:0 22px 8px; color:var(--muted); font-size:10px; }
.legend span { white-space:nowrap; }
.audit-note { max-width:1400px; margin:0 auto; padding:0 22px 8px; color:var(--muted); font-size:10px; }
.legend i,.status-dot { display:inline-block; width:7px; height:7px; margin-right:5px; border-radius:50%; background:var(--lead); }
.legend .coordination,.status-coordination { background:var(--confirm); }
.legend .artifact,.status-artifact { background:var(--capture); }
.legend .tool,.status-tool { background:var(--tool); }
.legend .excluded,.status-excluded { background:var(--exclude); }
main { max-width:1400px; margin:0 auto; padding:11px 22px 50px; }
.group { scroll-margin-top:128px; margin-top:21px; }
.group-head { display:flex; align-items:baseline; gap:8px; margin-bottom:5px; }
h2 { margin:0; font-size:13px; letter-spacing:.08em; text-transform:uppercase; }
.group-head span { color:var(--muted); font-size:10px; }
.table-wrap { overflow-x:auto; border-top:1px solid #8d928f; }
table { width:100%; border-collapse:collapse; table-layout:fixed; background:#fbfaf6; }
th { padding:5px 7px; color:var(--muted); border-bottom:1px solid var(--line); text-align:left; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
td { padding:6px 7px; border-bottom:1px solid var(--line); vertical-align:top; }
tr:hover td { background:#f0efe9; }
th:nth-child(1),td:nth-child(1) { width:20%; }
th:nth-child(2),td:nth-child(2) { width:16%; }
th:nth-child(3),td:nth-child(3) { width:48%; }
th:nth-child(4),td:nth-child(4) { width:16%; }
.site-name { font-weight:800; overflow-wrap:anywhere; }
.status { display:block; margin-top:1px; color:var(--muted); font-size:9px; }
.window { font:10px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace; }
.note { color:#444b47; }
.examples { display:inline; margin-left:5px; white-space:normal; }
.examples a { margin-right:9px; font-size:10px; }
.source-lines { display:block; margin-top:2px; color:var(--muted); font:9px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace; }
.report { font-size:10px; font-weight:750; }
.none { color:#aaa; }
footer { max-width:1400px; margin:auto; padding:12px 22px 30px; border-top:1px solid var(--line); color:var(--muted); font-size:10px; }
@media (max-width:760px) {
  header { position:static; }
  .bar { display:block; }
  .summary { margin-top:7px; text-align:left; }
  .group { scroll-margin-top:10px; }
  table { min-width:760px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
