:root {
  --paper: #f4f0e7;
  --paper-deep: #ebe4d8;
  --surface: #fffdf8;
  --ink: #20211d;
  --muted: #6c6c63;
  --faint: #8c8b81;
  --line: #dcd6ca;
  --accent: #cf5735;
  --accent-dark: #9f3b20;
  --accent-soft: #f5d8cb;
  --green: #38735d;
  --green-soft: #dceade;
  --amber: #90651e;
  --amber-soft: #f4e8c8;
  --red: #a54036;
  --red-soft: #f2d7d1;
  --blue: #315f79;
  --blue-soft: #dbe8ef;
  --shadow: 0 20px 55px rgba(57, 46, 35, 0.09);
  --radius: 18px;
  font-family: Aptos, Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }

.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; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; max-width: 1260px; margin: 0 auto; padding: 18px 28px; border-bottom: 1px solid rgba(73, 66, 56, 0.12); background: rgba(244, 240, 231, 0.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--accent); color: #fff9f2; font-family: Georgia, serif; font-size: 22px; font-weight: 700; box-shadow: 3px 3px 0 var(--ink); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-size: 15px; letter-spacing: -0.01em; }
.brand small { margin-top: 4px; color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--ink); }
.nav-source { padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.45); }

main { overflow: hidden; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(340px, .78fr); gap: clamp(40px, 8vw, 105px); max-width: 1204px; min-height: 620px; margin: 0 auto; padding: clamp(72px, 10vw, 125px) 28px 92px; align-items: center; }
.hero::before { position: absolute; z-index: -1; top: -240px; left: -300px; width: 850px; height: 850px; border: 1px solid rgba(207, 87, 53, .12); border-radius: 50%; content: ""; box-shadow: 0 0 0 90px rgba(207,87,53,.025), 0 0 0 180px rgba(207,87,53,.018); }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--accent-dark); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 27px; height: 2px; background: var(--accent); }
h1 { max-width: 790px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6.8vw, 86px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 em { color: var(--accent); font-weight: 500; }
.hero-lede { max-width: 700px; margin: 28px 0 30px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.55; }

.search-box { display: flex; align-items: center; max-width: 780px; padding: 8px 8px 8px 18px; border: 1px solid #cfc6b8; border-radius: 15px; background: var(--surface); box-shadow: 0 12px 30px rgba(58, 48, 39, .08); transition: border-color .2s, box-shadow .2s; }
.search-box:focus-within { border-color: var(--accent); box-shadow: 0 12px 35px rgba(207,87,53,.13); }
.search-icon { position: relative; flex: 0 0 17px; width: 17px; height: 17px; margin-right: 12px; border: 2px solid var(--muted); border-radius: 50%; }
.search-icon::after { position: absolute; right: -5px; bottom: -3px; width: 7px; height: 2px; background: var(--muted); content: ""; transform: rotate(45deg); }
.search-box input { min-width: 0; flex: 1; padding: 11px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; }
.search-box input::placeholder { color: #99978e; }
kbd { margin: 0 9px; padding: 5px 7px; border: 1px solid var(--line); border-bottom-width: 2px; border-radius: 6px; color: var(--faint); font-size: 10px; }
.search-box button, .empty-state button { padding: 12px 17px; border: 0; border-radius: 10px; background: var(--ink); color: white; cursor: pointer; font-size: 13px; font-weight: 750; }
.search-box button:hover, .empty-state button:hover { background: var(--accent-dark); }
.quick-searches { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; color: var(--faint); font-size: 12px; }
.quick-searches button { padding: 0; border: 0; border-bottom: 1px dotted #aaa397; background: transparent; color: var(--muted); cursor: pointer; }
.quick-searches button:hover { color: var(--accent-dark); }

.radar-card { position: relative; padding: 20px; border: 1px solid #cfc8bc; border-radius: 22px; background: rgba(255,253,248,.72); box-shadow: var(--shadow); transform: rotate(1deg); }
.radar-card::before { position: absolute; z-index: -1; inset: 9px -9px -9px 9px; border: 1px solid rgba(44,45,40,.3); border-radius: inherit; content: ""; }
.radar-topline { display: flex; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.live-dot { display: flex; align-items: center; gap: 6px; color: var(--green); }
.live-dot::before { width: 7px; height: 7px; border-radius: 50%; background: #4a9a77; content: ""; box-shadow: 0 0 0 4px rgba(74,154,119,.12); }
.radar-visual { position: relative; display: grid; width: 175px; height: 175px; margin: 24px auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 24px, rgba(99,92,80,.08) 25px 26px); }
.radar-visual::after { position: absolute; width: 84px; height: 1px; background: var(--accent); content: ""; transform: translateX(42px) rotate(-34deg); transform-origin: left; }
.orbit { position: absolute; border: 1px solid rgba(207,87,53,.25); border-radius: 50%; }
.orbit-one { width: 115px; height: 115px; }
.orbit-two { width: 65px; height: 65px; }
.radar-core { z-index: 1; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-family: Georgia, serif; font-size: 20px; }
.point { position: absolute; width: 8px; height: 8px; border: 2px solid var(--surface); border-radius: 50%; background: var(--accent); box-shadow: 0 1px 4px #8d5543; }
.p1 { top: 30px; right: 47px; }.p2 { right: 20px; bottom: 58px; }.p3 { bottom: 20px; left: 55px; }.p4 { top: 65px; left: 20px; }
.ecosystem-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ecosystem-stats div { padding: 14px 8px; text-align: center; }
.ecosystem-stats div + div { border-left: 1px solid var(--line); }
.ecosystem-stats dt { font-family: Georgia, serif; font-size: 25px; }
.ecosystem-stats dd { margin: 4px 0 0; color: var(--muted); font-size: 9px; line-height: 1.25; text-transform: uppercase; }
.radar-card > p { margin: 15px 4px 2px; color: var(--faint); font-size: 10px; line-height: 1.45; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1204px; margin: 0 auto 95px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip > div { display: grid; grid-template-columns: auto 1fr; column-gap: 13px; padding: 23px 26px; align-items: center; }
.trust-strip > div + div { border-left: 1px solid var(--line); }
.trust-icon { display: grid; grid-row: 1 / 3; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); color: var(--accent-dark); font-size: 11px; font-weight: 900; }
.trust-strip strong { font-size: 13px; }.trust-strip small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.catalog-section { max-width: 1260px; margin: 0 auto; padding: 0 28px 120px; }
.catalog-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; }
.catalog-heading h2, .criteria-intro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4.5vw, 54px); font-weight: 500; letter-spacing: -.04em; }
.catalog-heading p:last-child { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.section-kicker { margin-bottom: 11px; }
.view-controls { display: flex; gap: 6px; }
.icon-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: transparent; color: var(--muted); cursor: pointer; }
.icon-button.active { background: var(--ink); color: white; }
.catalog-toolbar { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.type-tabs { display: flex; gap: 4px; overflow-x: auto; }
.type-tabs button { white-space: nowrap; padding: 9px 12px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 700; }
.type-tabs button span { margin-left: 4px; color: var(--faint); font-size: 10px; }
.type-tabs button.active { background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.filters { display: flex; gap: 8px; }
select { padding: 9px 32px 9px 11px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: var(--surface); color: var(--muted); font-size: 12px; }
select:focus { border-color: var(--accent); }

.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.catalog-grid.list-view { grid-template-columns: 1fr; }
.item-card { position: relative; display: flex; min-height: 310px; flex-direction: column; padding: 21px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .2s, border-color .2s, box-shadow .2s; }
.item-card:hover { z-index: 1; border-color: #c5b8a9; box-shadow: var(--shadow); transform: translateY(-4px); }
.item-card::after { position: absolute; top: -30px; right: -30px; width: 90px; height: 90px; border: 1px solid rgba(207,87,53,.08); border-radius: 50%; content: ""; }
.card-top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.item-type { display: inline-flex; align-items: center; gap: 7px; padding: 6px 8px; border-radius: 7px; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.item-type::before { width: 7px; height: 7px; border-radius: 2px; background: currentColor; content: ""; }
.type-skill { background: var(--accent-soft); color: var(--accent-dark); }
.type-agent { background: var(--blue-soft); color: var(--blue); }
.type-plugin { background: var(--green-soft); color: var(--green); }
.origin-badge { color: var(--faint); font-size: 10px; font-weight: 750; text-align: right; }
.origin-badge.official { color: var(--green); }
.item-card h3 { margin: 20px 0 9px; font-family: Georgia, serif; font-size: 25px; font-weight: 600; letter-spacing: -.025em; }
.source-line { margin: 0 0 13px; color: var(--faint); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; }
.item-description { display: -webkit-box; margin: 0; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin: 15px 0; }
.card-tags span { padding: 5px 7px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: 9px; }
.card-footer { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); align-items: center; }
.risk { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 750; }
.risk::before { width: 7px; height: 7px; border-radius: 50%; content: ""; }
.risk-low::before { background: #4c9977; }.risk-medium::before { background: #c99437; }.risk-high::before { background: #bb5045; }
.card-actions { display: flex; gap: 6px; }
.card-actions button { padding: 8px 9px; border: 1px solid var(--line); border-radius: 8px; background: transparent; cursor: pointer; font-size: 10px; font-weight: 750; }
.card-actions .details-button { border-color: var(--ink); background: var(--ink); color: white; }
.card-actions button:hover { border-color: var(--accent); }
.catalog-grid.list-view .item-card { display: grid; min-height: 0; grid-template-columns: 175px minmax(0, 1fr) auto; column-gap: 22px; align-items: center; }
.catalog-grid.list-view .card-top { display: grid; gap: 12px; }.catalog-grid.list-view .item-card h3 { margin-top: 0; }.catalog-grid.list-view .card-footer { min-width: 190px; margin: 0; border: 0; }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state > span { display: block; color: var(--accent); font-size: 50px; }.empty-state h3 { margin: 12px 0 6px; font-family: Georgia, serif; font-size: 28px; }.empty-state p { color: var(--muted); }.empty-state button { margin-top: 10px; }

.criteria-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 120px); padding: 100px max(28px, calc((100vw - 1204px) / 2)); background: #272822; color: #f7f2e9; }
.criteria-intro p:last-child { max-width: 520px; color: #bbb9ae; line-height: 1.65; }
.criteria-section .section-kicker { color: #e58c6e; }
.criteria-list { margin: 0; padding: 0; list-style: none; }
.criteria-list li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid #494a43; }
.criteria-list li:last-child { border-bottom: 1px solid #494a43; }
.criteria-list li > span { color: #e58c6e; font-family: ui-monospace, monospace; font-size: 11px; }
.criteria-list strong { font-family: Georgia, serif; font-size: 21px; }.criteria-list p { margin: 5px 0 0; color: #aaa99f; font-size: 13px; }

footer { display: flex; max-width: 1260px; margin: 0 auto; padding: 35px 28px; align-items: center; gap: 25px; }
.footer-brand { margin-right: auto; }.footer-brand .brand-mark { width: 31px; height: 31px; font-size: 17px; box-shadow: none; }
footer p, footer a { color: var(--muted); font-size: 11px; } footer a { text-decoration: none; }

dialog { width: min(760px, calc(100vw - 28px)); max-height: min(850px, calc(100vh - 28px)); padding: 0; overflow: hidden; border: 1px solid #bfb7aa; border-radius: 20px; background: var(--surface); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(31,31,27,.67); backdrop-filter: blur(4px); }
.dialog-shell { position: relative; max-height: inherit; padding: 32px; overflow-y: auto; }
.dialog-close { position: absolute; top: 17px; right: 17px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; font-size: 21px; }
.dialog-heading { padding-right: 38px; }.dialog-heading h2 { margin: 15px 0 8px; font-family: Georgia, serif; font-size: 38px; letter-spacing: -.035em; }.dialog-heading > p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.dialog-meta { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0; border: 1px solid var(--line); border-radius: 12px; }
.dialog-meta div { padding: 13px; }.dialog-meta div + div { border-left: 1px solid var(--line); }.dialog-meta dt { color: var(--faint); font-size: 9px; text-transform: uppercase; }.dialog-meta dd { margin: 5px 0 0; font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }
.dialog-section { margin-top: 24px; }.dialog-section h3 { margin: 0 0 10px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }.dialog-section p, .dialog-section li { color: var(--muted); font-size: 13px; line-height: 1.6; }
.capability-list { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; list-style: none; }.capability-list li { padding: 6px 9px; border: 1px solid var(--line); border-radius: 7px; }
.command-box { position: relative; padding: 16px 50px 16px 16px; border-radius: 10px; background: #272822; color: #f5f1e8; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.command-copy { position: absolute; top: 9px; right: 9px; padding: 7px; border: 1px solid #56574f; border-radius: 6px; background: #363731; color: white; cursor: pointer; font-size: 10px; }
.dialog-actions { display: flex; gap: 10px; margin-top: 25px; }.dialog-actions a, .dialog-actions button { padding: 11px 14px; border: 1px solid var(--ink); border-radius: 9px; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 750; text-decoration: none; }.dialog-actions .primary { background: var(--ink); color: white; }
details { border-top: 1px solid var(--line); padding-top: 12px; } details summary { color: var(--muted); cursor: pointer; font-size: 12px; }
.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; padding: 11px 15px; border-radius: 9px; background: var(--ink); color: white; font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(8px); transition: .2s; }.toast.visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid rgba(207,87,53,.38); outline-offset: 2px; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }.radar-card { max-width: 620px; transform: none; }.catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.criteria-section { grid-template-columns: 1fr; }.catalog-grid.list-view .item-card { grid-template-columns: 150px 1fr; }.catalog-grid.list-view .card-footer { grid-column: 2; margin-top: 14px; }
}
@media (max-width: 700px) {
  .site-header { padding: 14px 18px; }.site-header nav a:not(.nav-source) { display: none; }.nav-source { padding: 8px 10px; font-size: 11px; }
  .hero { padding: 65px 18px 70px; }.hero::before { left: -500px; }.search-box { padding-left: 14px; }.search-box kbd { display: none; }.search-box button { padding-inline: 12px; }
  .trust-strip { grid-template-columns: 1fr; margin: 0 18px 75px; }.trust-strip > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .catalog-section { padding-inline: 18px; }.catalog-heading { align-items: center; }.catalog-grid { grid-template-columns: 1fr; }.catalog-toolbar { align-items: stretch; flex-direction: column; }.filters select { width: 100%; }.filters label { flex: 1; }
  .catalog-grid.list-view .item-card { display: flex; }.catalog-grid.list-view .card-top { display: flex; }.catalog-grid.list-view .card-footer { margin-top: auto; }
  .criteria-section { padding-inline: 20px; }.criteria-list li { gap: 10px; }
  footer { align-items: flex-start; flex-direction: column; }.footer-brand { margin: 0; }.dialog-shell { padding: 24px 18px; }.dialog-meta { grid-template-columns: 1fr; }.dialog-meta div + div { border-top: 1px solid var(--line); border-left: 0; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

/* Governança das fontes e análise de risco */
.governance-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(42px, 7vw, 90px); max-width: 1204px; margin: 0 auto 110px; padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); }
.governance-copy h2 { max-width: 650px; margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4.5vw, 53px); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.governance-copy > p:last-of-type { max-width: 680px; margin: 20px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.source-ledger { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.source-ledger a, .source-ledger > span { display: grid; gap: 5px; min-width: 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); text-decoration: none; }
.source-ledger a:hover { border-color: var(--accent); }
.source-ledger strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.source-ledger span { color: var(--faint); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; }
.governance-stats { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.governance-stats div { display: grid; min-height: 145px; padding: 23px; align-content: end; }
.governance-stats div:nth-child(even) { border-left: 1px solid var(--line); }
.governance-stats div:nth-child(n+3) { border-top: 1px solid var(--line); }
.governance-stats dt { font-family: Georgia, serif; font-size: 42px; letter-spacing: -.04em; }
.governance-stats dd { max-width: 130px; margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.35; text-transform: uppercase; }
.governance-stats .risk-stat dt { color: var(--red); }
.governance-line { margin: -7px 0 13px; color: var(--green); font-size: 9px; font-weight: 750; }
.provenance-list { display: grid; gap: 7px; }
.provenance-record { display: grid; grid-template-columns: 1fr auto; gap: 5px 14px; padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); }
.provenance-record strong { font-size: 12px; }
.provenance-record span { grid-column: 1 / -1; color: var(--muted); font-size: 10px; overflow-wrap: anywhere; }
.provenance-record code { grid-column: 2; grid-row: 1; color: var(--faint); font-size: 9px; }
.package-hash { overflow-wrap: anywhere; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px !important; }
.risk-analysis { display: grid; grid-template-columns: 1fr 180px; gap: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; }
.risk-analysis > div > p { margin-bottom: 0; }
.risk-score { display: grid; gap: 5px; align-content: center; }
.risk-score span, .risk-score small { color: var(--faint); font-size: 9px; text-transform: uppercase; }
.risk-score strong { font-family: Georgia, serif; font-size: 28px; }
.risk-score meter { width: 100%; accent-color: var(--amber); }
.dialog-actions .download-action { border-color: var(--green); background: var(--green); color: white; }

@media (max-width: 980px) {
  .governance-section { grid-template-columns: 1fr; margin-inline: 28px; }
}
@media (max-width: 700px) {
  .governance-section { margin: 0 18px 80px; padding: 25px 18px; }
  .source-ledger { grid-template-columns: 1fr; }
  .governance-stats div { min-height: 118px; padding: 16px; }
  .governance-stats dt { font-size: 34px; }
  .risk-analysis { grid-template-columns: 1fr; }
  .provenance-record { grid-template-columns: 1fr; }
  .provenance-record code { grid-column: 1; grid-row: auto; }
}