:root {
  color-scheme: light;
  --background: #f4f7f6;
  --foreground: #14211c;
  --card: #ffffff;
  --primary: #153d32;
  --green: #1b9a6c;
  --green-soft: #e2f4ec;
  --amber: #ad7414;
  --border: #dce5e1;
  --muted: #64736c;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { background: var(--background); }
body { margin: 0; background: var(--background); color: var(--foreground); }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
a { color: inherit; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }

.site-header { height: 58px; border-bottom: 1px solid #d7e0dc; background: rgb(255 255 255 / 88%); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 20; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; color: #fff; background: var(--primary); font: 700 9px ui-monospace, monospace; }
.experimental { border: 1px solid #e8d49f; border-radius: 999px; padding: 3px 7px; color: #80611a; background: #fff9e8; font-size: 10px; font-weight: 650; }
.snapshot { color: #6b7973; font: 550 10px ui-monospace, monospace; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.site-nav { display: flex; align-items: center; gap: 5px; }
.site-nav a { border-radius: 8px; padding: 8px 10px; color: #63736c; font-size: 11px; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a.active { color: #fff; background: var(--primary); }

.page-layout { padding-block: 46px 36px; }
.intro-panel { display: grid; grid-template-columns: minmax(0, 1fr) 365px; align-items: end; gap: 42px; margin-bottom: 28px; }
.eyebrow { color: #3c6e5e; font: 750 9px/1.4 ui-monospace, monospace; letter-spacing: .14em; }
.intro-panel h1 { margin: 8px 0 12px; font-size: clamp(38px, 5vw, 60px); line-height: 1; letter-spacing: -.06em; font-weight: 790; }
.intro-copy { max-width: 760px; margin: 0; color: #586860; font-size: 14px; line-height: 1.8; }
.catalog-note { border: 1px solid #bcd8cd; border-radius: 14px; background: #f7fffb; padding: 16px; display: flex; align-items: flex-start; gap: 12px; color: #22604d; }
.note-icon { width: 25px; height: 25px; flex: none; display: grid; place-items: center; border-radius: 8px; background: var(--green-soft); font-weight: 800; }
.catalog-note strong { font-size: 13px; }
.catalog-note p { margin: 4px 0 0; color: #65766f; font-size: 11px; line-height: 1.6; }

.summary-grid { display: grid; grid-template-columns: 1.12fr repeat(3, 1fr); overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 8px 30px rgb(23 55 45 / 5%); }
.summary-card { min-height: 106px; padding: 20px 22px; border-right: 1px solid #e2e9e6; display: grid; grid-template-columns: 1fr auto; align-items: center; }
.summary-card:last-child { border-right: 0; }
.summary-card span { color: #65736d; font-size: 11px; font-weight: 700; }
.summary-card strong { grid-row: span 2; font-size: 41px; line-height: 1; letter-spacing: -.06em; }
.summary-card small { color: #85918c; font-size: 10px; }
.summary-total { background: #163f34; color: #fff; }
.summary-total span, .summary-total small { color: #b6cfc6; }
.summary-verified strong, .summary-verified small { color: #16815e; }
.summary-partial strong { color: var(--amber); }
.summary-unassessed strong { color: #73817b; }

.scope-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.scope-card { min-width: 0; text-align: left; border: 1px solid #dae4e0; border-radius: 14px; background: rgb(255 255 255 / 72%); padding: 17px 18px; transition: .18s ease; }
.scope-card:hover { transform: translateY(-1px); border-color: #a9c9bc; background: #fff; box-shadow: 0 8px 22px rgb(21 61 50 / 6%); }
.scope-card[aria-pressed="true"] { border-color: #2c775f; box-shadow: 0 0 0 2px rgb(44 119 95 / 12%); background: #fbfffd; }
.scope-title { margin-top: 7px; display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }
.scope-title strong { font-size: 16px; }
.scope-title b { color: #1f6c54; font: 750 19px ui-monospace, monospace; letter-spacing: -.05em; }
.scope-description { display: block; margin-top: 7px; color: #73817b; font-size: 11px; line-height: 1.55; }
.progress-track { height: 4px; margin-top: 12px; border-radius: 999px; background: #e5ede9; overflow: hidden; display: block; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: #24a276; transition: width .25s ease; }

.coverage-surface { margin-top: 28px; }
.filter-bar { min-height: 64px; display: flex; align-items: center; gap: 10px; padding: 10px; position: sticky; top: 68px; z-index: 10; border: 1px solid #dbe4e0; border-radius: 14px; background: rgb(250 252 251 / 94%); backdrop-filter: blur(15px); box-shadow: 0 8px 22px rgb(23 55 45 / 5%); }
.search-wrap { min-width: 250px; flex: 1; position: relative; }
.search-wrap > span[aria-hidden] { position: absolute; left: 12px; top: 50%; transform: translateY(-52%); color: #718079; font-size: 19px; z-index: 1; }
.search-wrap input { width: 100%; height: 38px; padding: 0 12px 0 35px; border: 1px solid #d7e1dd; border-radius: 9px; background: #fff; color: var(--foreground); outline: 0; }
.search-wrap input:focus { border-color: #4c8a76; box-shadow: 0 0 0 3px rgb(44 119 95 / 11%); }
.filter-row { display: flex; align-items: center; gap: 5px; }
.filter-caption { color: #89958f; font: 700 8px ui-monospace, monospace; letter-spacing: .08em; margin-right: 2px; }
.filter-button, .quiet-button { height: 32px; border: 1px solid #d8e1dd; border-radius: 8px; padding: 0 10px; background: #fff; font-size: 11px; font-weight: 650; white-space: nowrap; }
.filter-button:hover, .quiet-button:hover { background: #eef4f1; }
.filter-button[aria-pressed="true"] { color: #fff; background: var(--primary); border-color: var(--primary); }
.expand-actions { display: flex; gap: 5px; padding-left: 8px; border-left: 1px solid var(--border); }
.quiet-button { color: #5f7068; background: transparent; }
.visible-count { color: #75837d; font: 600 9px ui-monospace, monospace; padding-inline: 5px; white-space: nowrap; }

.area-list { margin-top: 13px; display: grid; gap: 9px; }
.area-card { border: 1px solid #dbe4e0; border-radius: 14px; background: #fff; overflow: hidden; box-shadow: 0 4px 18px rgb(23 55 45 / 3%); }
.area-summary { min-height: 75px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto 24px; align-items: center; gap: 13px; padding: 13px 18px; cursor: pointer; transition: background .15s ease; }
.area-summary:hover { background: #f8fbfa; }
.area-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #1a7659; background: var(--green-soft); font: 750 13px ui-monospace, monospace; }
.area-heading { display: grid; gap: 4px; }
.area-heading strong { font-size: 15px; letter-spacing: -.015em; }
.area-heading small { color: #75827c; font-size: 11px; }
.area-meta { padding: 6px 9px; border-radius: 7px; color: #6f7f78; background: #f0f4f2; font: 650 9px ui-monospace, monospace; }
.area-chevron { color: #91a099; transition: transform .2s ease; }
.area-card[open] > .area-summary .area-chevron { transform: rotate(180deg); }
.capability-list { border-top: 1px solid #e4ebe8; }
.capability-row { border-bottom: 1px solid #edf1ef; }
.capability-row:last-child { border-bottom: 0; }
.capability-row > summary { min-height: 53px; display: grid; grid-template-columns: 27px minmax(0, 1fr) auto 75px 18px; align-items: center; gap: 9px; padding: 8px 18px 8px 23px; cursor: pointer; }
.capability-row > summary:hover { background: #fafcfb; }
.status-icon { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; font-size: 13px; font-weight: 800; }
.status-verified .status-icon { color: #fff; background: var(--green); box-shadow: 0 0 0 3px #e1f5ed; }
.status-partial .status-icon { color: #aa6e0c; background: #fff3d4; box-shadow: 0 0 0 3px #fff9ea; }
.status-open .status-icon { color: #9ba7a2; background: #f1f4f2; }
.status-unassessed .status-icon { color: #c1c9c5; background: #fafbfa; border: 1px dashed #c8d1cd; }
.capability-title { font-size: 13px; font-weight: 650; }
.evidence-label { border-radius: 6px; padding: 4px 7px; color: #3f685a; background: #edf4f1; font: 650 9px ui-monospace, monospace; text-decoration: none; }
.evidence-label:hover { text-decoration: underline; }
.status-label { color: #84918c; font-size: 9px; text-align: right; }
.status-verified .status-label { color: #16815e; font-weight: 700; }
.status-partial .status-label { color: #9b6711; }
.detail-chevron { color: #a0aba7; transition: transform .15s ease; }
.capability-row[open] .detail-chevron { transform: rotate(180deg); }
.capability-detail { padding: 0 54px 15px 60px; color: #66756e; font-size: 12px; }
.capability-detail p { margin: 0; line-height: 1.65; }
.detail-meta { margin-top: 9px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #91a09a; font-size: 10px; }
.scope-list { display: flex; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.scope-badge { border: 1px solid #d7e1dd; border-radius: 999px; padding: 3px 7px; color: #66766f; background: #fff; font-size: 8px; font-weight: 650; }
.empty-state { min-height: 220px; display: flex; flex-direction: column; gap: 8px; align-items: center; justify-content: center; border: 1px dashed #ccd8d3; border-radius: 14px; color: #82908a; background: rgb(255 255 255 / 45%); }
.empty-state strong { color: #4e5e57; font-size: 13px; }
.empty-state span { font-size: 11px; }
noscript { display: block; margin-top: 15px; padding: 15px; border: 1px solid #e1c882; background: #fff8e5; }

footer { margin-top: 32px; padding-top: 18px; border-top: 1px solid #d9e2de; display: flex; justify-content: space-between; gap: 30px; color: #83908a; font: 500 9px/1.6 ui-monospace, monospace; }
footer p { margin: 0; }

@media (max-width: 1040px) {
  .filter-bar { flex-wrap: wrap; }
  .search-wrap { min-width: 100%; }
  .visible-count { margin-left: auto; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 24px, 1200px); }
  .intro-panel { grid-template-columns: 1fr; gap: 20px; }
  .summary-grid { grid-template-columns: repeat(2, 1fr); }
  .summary-card { border-bottom: 1px solid #e2e9e6; }
  .scope-grid { grid-template-columns: 1fr; }
  .filter-row { max-width: 100%; overflow-x: auto; }
  .expand-actions { padding-left: 0; border-left: 0; }
  .area-heading small { display: none; }
  .capability-detail { padding-left: 55px; }
}

@media (max-width: 520px) {
  .page-layout { padding-top: 30px; }
  .experimental, .snapshot { display: none; }
  .header-actions { gap: 6px; }
  .site-nav a { padding-inline: 7px; }
  .summary-card { min-height: 88px; padding: 14px; }
  .summary-card strong { font-size: 34px; }
  .area-summary { grid-template-columns: 34px minmax(0, 1fr) 20px; padding-inline: 12px; }
  .area-meta { display: none; }
  .capability-row > summary { padding-inline: 14px; grid-template-columns: 27px minmax(0, 1fr) 18px; }
  .evidence-label, .status-label { display: none; }
  .capability-detail { padding: 0 18px 14px 51px; }
  .detail-meta { align-items: flex-start; flex-direction: column; }
  footer { flex-direction: column; gap: 8px; }
}
