:root {
  --paper: #f8f7f2;
  --paper-strong: #fffef9;
  --ink: #172127;
  --muted: #667279;
  --hairline: #d9ddd8;
  --hairline-strong: #b7c0ba;
  --accent: #08783f;
  --accent-soft: #e3f4e7;
  --yellow: #f2c230;
  --yellow-soft: #fff3c9;
  --event: #b07900;
  --event-soft: #fff2c8;
  --context: #587c86;
  --question: #946d28;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html, body { min-width: 320px; min-height: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input { color: inherit; font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.app-shell { width: 100%; max-width: 100vw; min-height: 100vh; display: flex; flex-direction: column; overflow: hidden; background: var(--paper); }
.topbar { height: 64px; padding: 0 24px; border-bottom: 1px solid var(--hairline); display: flex; align-items: center; justify-content: space-between; background: rgba(248,247,242,.92); backdrop-filter: blur(12px); z-index: 10; }
.brand { color: var(--ink); text-decoration: none; font: 700 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; display: flex; align-items: center; gap: 10px; }
.brand em { color: var(--accent); font-style: normal; }
.brand-mark { width: 19px; height: 18px; display: flex; align-items: flex-end; gap: 3px; }
.brand-mark i { width: 4px; display: block; background: var(--accent); }.brand-mark i:nth-child(2) { background: var(--yellow); }
.brand-mark i:nth-child(1) { height: 7px; }.brand-mark i:nth-child(2) { height: 15px; }.brand-mark i:nth-child(3) { height: 11px; }
.topbar-copy, .help-button, footer { color: var(--muted); font: 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.live-dot { width: 6px; height: 6px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(242,194,48,.17); }
.help-button { border: 1px solid var(--hairline-strong); background: transparent; padding: 8px 10px; cursor: pointer; transition: color 150ms ease, border-color 150ms ease, transform 140ms var(--ease-out); }
.help-button:hover { color: var(--ink); border-color: var(--accent); }.help-button:active { transform: scale(.97); }

.workspace { flex: 1; min-height: 690px; display: grid; grid-template-columns: 232px minmax(520px, 1fr); }
.left-panel { position: relative; z-index: 5; padding: 34px 24px; border-right: 1px solid var(--hairline); background: rgba(255,254,249,.62); }
.eyebrow { margin: 0 0 12px; color: var(--accent); font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.left-panel h1 { margin: 0 0 14px; font: 500 25px/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.intro { max-width: 192px; margin: 0 0 26px; color: #53656b; font: 12px/1.65 Georgia, "Times New Roman", serif; }

.search-box { position: relative; display: block; margin-bottom: 22px; }
.search-box > span { display: block; margin-bottom: 7px; color: var(--muted); font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .07em; }
.search-box input { width: 100%; height: 36px; padding: 0 34px 0 10px; border: 1px solid var(--hairline); border-radius: 2px; background: rgba(255,255,253,.76); outline: none; font-size: 11px; transition: border-color 150ms ease, box-shadow 150ms ease; }
.search-box input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(39,108,93,.08); }
.search-box kbd { position: absolute; right: 8px; bottom: 9px; color: #8b9693; font: 9px ui-monospace, monospace; }

.filters { display: grid; border-top: 1px solid var(--hairline); }
.filter { position: relative; min-height: 37px; display: grid; grid-template-columns: 10px 1fr auto; gap: 7px; align-items: center; padding: 7px 3px; border: 0; border-bottom: 1px solid var(--hairline); background: transparent; color: #5f6e73; text-align: left; cursor: pointer; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; transition: color 150ms ease, transform 140ms var(--ease-out); }
.filter > i { width: 5px; height: 5px; border-radius: 50%; background: #a7afab; }
.filter b { color: #89938f; font-weight: 400; }.filter:hover { color: var(--ink); }.filter:active { transform: scale(.98); }
.filter.active { color: var(--accent); font-weight: 700; }.filter.active::before { content: ""; position: absolute; left: -5px; width: 3px; height: 17px; background: var(--yellow); }.filter.active > i { background: var(--accent); box-shadow: 0 0 0 3px rgba(242,194,48,.2); }
.filter[data-filter="evento"] > i { background: var(--event); }.filter[data-filter="aberta"] > i { background: var(--question); }

.legend { position: absolute; bottom: 28px; display: grid; gap: 8px; color: var(--muted); font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.legend p { margin: 0 0 2px; color: #32474d; }.legend span { display: flex; align-items: center; gap: 7px; }.cluster-key { width: 22px; height: 14px; display: grid; place-items: center; border: 1px solid #91aaa0; border-radius: 8px; background: #edf3ef; color: #365b53; font: 700 7px ui-monospace,monospace; font-style: normal; }
.line-key { width: 22px; height: 0; display: inline-block; border-top: 1.5px solid #83938f; }.line-reported { border-top-style: dashed; border-color: var(--event); }.line-context { border-top-style: dotted; border-color: var(--context); }

.map-column { min-width: 0; display: grid; grid-template-rows: 43px minmax(0, 1fr); }
.viewbar { height: 43px; padding: 0 15px; border-bottom: 1px solid var(--hairline); display: flex; align-items: center; justify-content: space-between; background: rgba(255,254,249,.55); }
.viewbar p { margin: 0; color: var(--muted); font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.view-switch { display: flex; gap: 2px; }.view-switch button { border: 0; padding: 6px 9px; background: transparent; color: var(--muted); cursor: pointer; font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; transition: color 150ms ease, background 150ms ease, transform 140ms var(--ease-out); }.view-switch button:hover { color: var(--ink); }.view-switch button.active { color: var(--ink); background: var(--accent-soft); }.view-switch button:active { transform: scale(.97); }

.map-frame { position: relative; min-width: 0; overflow: hidden; cursor: grab; touch-action: none; background-color: #fbfaf6; background-image: linear-gradient(rgba(8,120,63,.045) 1px, transparent 1px), linear-gradient(90deg,rgba(8,120,63,.045) 1px,transparent 1px), radial-gradient(circle at 12% 8%,rgba(242,194,48,.14),transparent 27%); background-size: 32px 32px,32px 32px,auto; }
.map-frame.dragging { cursor: grabbing; user-select: none; }.map-frame.timeline-mode { cursor: default; touch-action: auto; }
.map-hint { position: absolute; top: 13px; left: 50%; z-index: 4; transform: translateX(-50%); padding: 5px 9px; border: 1px solid rgba(8,120,63,.18); border-radius: 999px; background: rgba(255,253,239,.92); color: #527065; white-space: nowrap; font: 8px ui-monospace, SFMono-Regular, Menlo, monospace; pointer-events: none; }.map-hint span { color: #b07900; padding: 0 3px; }
.map-stage { position: absolute; left: 0; top: 0; width: 1500px; height: 800px; transform-origin: 0 0; transition: transform 180ms var(--ease-out); }
.groups-layer,.connections,.nodes-layer { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }.groups-layer { z-index: 0; pointer-events: none; }.connections { z-index: 1; }.nodes-layer { z-index: 2; pointer-events: none; }
.political-group-zone { position: absolute; border: 1px dashed rgba(8,120,63,.28); border-radius: 12px; background: rgba(227,244,231,.32); }.political-group-zone > span { position: absolute; top: -17px; left: 10px; color: #25724b; font: 700 8px ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .07em; text-transform: uppercase; }.political-group-zone[data-group="direita"] { background: rgba(242,194,48,.08); border-color: rgba(176,121,0,.3); }.political-group-zone[data-group="direita"] > span { color: #956800; }.political-group-zone[data-group="justica"] { background: rgba(8,120,63,.06); border-color: rgba(8,120,63,.24); }.political-group-zone[data-group="justica"] > span { color: #16744a; }

.edge-path { fill: none; stroke: #5f8e75; stroke-width: 1.15; opacity: .74; vector-effect: non-scaling-stroke; stroke-linecap: round; transition: opacity 140ms ease, stroke 140ms ease, stroke-width 140ms ease; }
.edge-path[data-kind="cobertura"] { stroke: #9b705f; stroke-dasharray: 5 5; }.edge-path[data-kind="contexto"] { stroke: #69858d; stroke-dasharray: 2 6; }.edge-path[data-kind="manifestacao"] { stroke: #6b796f; stroke-dasharray: 10 4 2 4; }
.edge-hit { fill: none; stroke: transparent; stroke-width: 16; pointer-events: stroke; cursor: pointer; }
.edge-group { transition: opacity 140ms ease; }.edge-group.contextual:not(:hover):not(.active) { opacity: .1; }.edge-group.contextual:not(:hover):not(.active) .connection-dot { opacity: 0; }.edge-group.dim { opacity: .04; }.edge-group:hover,.edge-group.active { opacity: 1; }.edge-group:hover .edge-path,.edge-group.active .edge-path { opacity: 1; stroke: var(--accent); stroke-width: 2; stroke-dasharray: none; }
.edge-label { pointer-events: auto; cursor: pointer; outline: none; }.edge-label text { dominant-baseline: middle; pointer-events: none; }.connection-dot { fill: #fbfaf6; stroke: #758781; stroke-width: 1.5; transition: fill 120ms ease, stroke 120ms ease; }.connection-cluster rect { fill: #edf3ef; stroke: #91aaa0; stroke-width: 1; filter: drop-shadow(0 2px 4px rgba(23,33,39,.06)); transition: fill 120ms ease, stroke 120ms ease; }.connection-cluster text { fill: #365b53; font: 700 8px ui-monospace,SFMono-Regular,Menlo,monospace; text-anchor: middle; }.edge-group:hover .connection-dot,.edge-label:focus-visible .connection-dot,.edge-group.active .connection-dot { fill: var(--accent); stroke: var(--paper-strong); }.edge-group:hover .connection-cluster rect,.edge-label:focus-visible .connection-cluster rect,.edge-group.active .connection-cluster rect { fill: var(--accent); stroke: var(--accent); }.edge-group:hover .connection-cluster text,.edge-label:focus-visible .connection-cluster text,.edge-group.active .connection-cluster text { fill: white; }.edge-label:active .connection-cluster { transform: scale(.97); }
.connection-tooltip { opacity: 0; pointer-events: none; transition: opacity 100ms ease; }.connection-tooltip rect { fill: rgba(255,254,249,.98); stroke: #bfc8c2; stroke-width: 1; filter: drop-shadow(0 4px 9px rgba(23,33,39,.12)); }.connection-tooltip .connection-title { fill: #253a3d; font: 600 9px Georgia,"Times New Roman",serif; text-anchor: start; }.connection-tooltip .connection-meta { fill: #6c7a7c; font: 7px ui-monospace,SFMono-Regular,Menlo,monospace; text-anchor: start; }.edge-group:hover .connection-tooltip,.edge-label:focus-visible .connection-tooltip { opacity: 1; }

.node { --node-x: 0px; --node-y: 0px; position: absolute; left: var(--node-x); top: var(--node-y); transform: translate(-50%,-50%); pointer-events: auto; border: 1px solid var(--hairline-strong); border-radius: 2px; background: rgba(255,254,249,.97); text-align: left; cursor: pointer; box-shadow: 0 3px 14px rgba(23,33,39,.035); transition: transform 170ms var(--ease-out), border-color 150ms ease, box-shadow 150ms ease, opacity 150ms ease, filter 150ms ease; }
.node:hover, .node.active { transform: translate(-50%,-50%) translateY(-3px); border-color: var(--accent); box-shadow: 0 9px 24px rgba(23,33,39,.09); }.node:active { transform: translate(-50%,-50%) translateY(-1px) scale(.98); }.node.dim { opacity: .16; filter: grayscale(1); }.node.hidden { display: none; }
.node.filter-match:not(.active) { border-color: #7d9b91; box-shadow: 0 5px 16px rgba(39,108,93,.08); }.node.filter-context { opacity: .48; filter: saturate(.62); }.edge-group.filter-context { opacity: .42; }
.node:focus-visible, .filter:focus-visible, .view-switch button:focus-visible, .zoom-controls button:focus-visible, .help-button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.node-kicker { display: block; margin-bottom: 5px; color: var(--muted); font: 8px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .04em; text-transform: uppercase; }.node-title { display: block; color: var(--ink); font: 600 14px/1.14 Georgia, "Times New Roman", serif; }.node-meta { display: block; margin-top: 5px; color: var(--muted); font: 8px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; }

.node-operation { width: 240px; min-height: 112px; padding: 18px 20px; border-width: 1.5px; border-color: #218653; background: linear-gradient(135deg,#effaf1,#fff8da); box-shadow: 0 8px 22px rgba(8,120,63,.1); }.node-operation::before { content: "INVESTIGAÇÃO"; position: absolute; top: -17px; left: 0; color: var(--accent); font: 700 8px ui-monospace, monospace; letter-spacing: .12em; }.node-operation .node-title { font-size: 25px; line-height: 1; }.node-operation .node-meta { margin-top: 10px; }
.node-person { width: 174px; min-height: 94px; padding: 10px; display: grid; grid-template-columns: 54px 1fr; gap: 10px; align-items: center; }.portrait { width: 54px; height: 72px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--hairline); background: #e9ece8; color: #53645f; font: 700 15px Georgia, serif; }.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; filter: saturate(.72) contrast(.98); transition: filter 160ms ease; }.node-person:hover img, .node-person.active img { filter: saturate(1) contrast(1); }
.node-organization { width: 185px; min-height: 84px; padding: 12px; display: grid; grid-template-columns: 48px 1fr; gap: 11px; align-items: center; }.logo-box { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--hairline); background: white; color: #455b59; font: 700 13px ui-monospace, monospace; }.logo-box img { width: 86%; height: 86%; object-fit: contain; filter: grayscale(.28); }
.media-rioprevidencia { background: #17578a; }.media-rioprevidencia img { width: 92%; height: 92%; filter: none; }
.node-event { width: 184px; min-height: 88px; padding: 13px 14px 13px 18px; border-color: #c4a99e; background: #fcf8f5; }.node-event::before { content: ""; position: absolute; left: -1px; top: 12px; bottom: 12px; width: 3px; background: var(--event); }.node-event .node-title { font-size: 16px; }
.node-document { width: 176px; min-height: 82px; padding: 14px 16px; background: white; }.node-document::after { content: ""; position: absolute; right: -1px; top: -1px; width: 16px; height: 16px; background: linear-gradient(225deg,var(--paper) 49%,var(--hairline-strong) 50%,white 54%); }.node-document .node-title { font-size: 14px; }
.node-context { width: 164px; padding: 11px 13px; border-style: dashed; border-color: #9bb0b5; background: #f7faf9; }.node-context .node-title { font-size: 14px; }

.zoom-controls { position: absolute; left: 15px; bottom: 17px; z-index: 6; display: flex; border: 1px solid var(--hairline-strong); border-radius: 2px; background: rgba(255,254,249,.94); box-shadow: 0 2px 8px rgba(23,33,39,.05); }.zoom-controls button { width: 31px; height: 30px; border: 0; border-right: 1px solid var(--hairline); background: transparent; cursor: pointer; color: #35544e; transition: background 140ms ease, transform 140ms var(--ease-out); }.zoom-controls button:last-child { border-right: 0; }.zoom-controls button:hover { background: var(--accent-soft); }.zoom-controls button:active { transform: scale(.94); }

.detail-panel { position: fixed; z-index: 20; top: 64px; right: 0; bottom: 32px; width: min(390px,92vw); overflow: auto; border-left: 1px solid var(--hairline); background: rgba(255,254,249,.98); padding: 45px 25px 32px; transform: translateX(102%); transition: transform 200ms var(--ease-out); box-shadow: -18px 0 45px rgba(23,33,39,.12); }.detail-panel.open { transform: translateX(0); }.detail-close { position: absolute; top: 12px; right: 16px; border: 0; padding: 6px 0; background: transparent; color: var(--muted); cursor: pointer; font: 9px ui-monospace,monospace; transition: color 120ms ease, transform 120ms var(--ease-out); }.detail-close:hover { color: var(--ink); }.detail-close:active { transform: scale(.97); }.detail-close:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.detail-empty { padding-top: 130px; text-align: center; color: var(--muted); }.crosshair { display: block; margin-bottom: 15px; color: var(--accent); font: 24px/1 ui-monospace, monospace; }.detail-empty h2 { margin: 0 0 9px; color: var(--ink); font: 500 18px Georgia, serif; }.detail-empty p { max-width: 220px; margin: auto; font: 12px/1.6 Georgia, serif; }
.detail-heading { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; margin-bottom: 18px; }.detail-heading.no-media { display: block; }.detail-media { width: 57px; height: 68px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--hairline); background: white; color: #52645f; font: 700 16px Georgia,serif; }.detail-media.logo { height: 57px; }.detail-media img { width: 100%; height: 100%; object-fit: cover; }.detail-media.logo img { object-fit: contain; padding: 5px; }.detail-title { margin: 0 0 5px; font: 500 24px/1.05 Georgia, "Times New Roman", serif; letter-spacing: -.02em; }.detail-subtitle { margin: 0; color: var(--muted); font: 9px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; }
.detail-summary { margin: 0 0 19px; color: #4d6066; font: 12px/1.65 Georgia, serif; }.media-credit { margin: -10px 0 18px; color: #7b8582; font: 8px/1.45 ui-monospace, monospace; }.media-credit a { color: inherit; }
.section-label { margin: 24px 0 9px; color: var(--muted); font: 700 8px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .1em; }
.fact-box, .question-box, .response-box { margin: 0 0 10px; padding: 11px 12px; border-left: 2px solid var(--accent); background: #f0f5f1; color: #364d4c; font: 11px/1.55 Georgia, serif; }.question-box { border-left-color: var(--question); background: #f7f2e8; color: #57492f; }.question-box strong { display: block; margin-bottom: 5px; color: var(--question); font: 700 8px ui-monospace, monospace; text-transform: uppercase; letter-spacing: .08em; }.response-box { border-left-color: #83908a; background: transparent; }
.evidence-grid { display: grid; grid-template-columns: repeat(3,1fr); margin: 15px 0 4px; border: 1px solid var(--hairline); }.evidence-stat { padding: 10px 7px; border-right: 1px solid var(--hairline); text-align: center; }.evidence-stat:last-child { border-right: 0; }.evidence-stat b { display: block; font: 600 17px Georgia, serif; }.evidence-stat span { display: block; margin-top: 3px; color: var(--muted); font: 7px/1.25 ui-monospace, monospace; text-transform: uppercase; }
.relation-list { display: grid; border-top: 1px solid var(--hairline); }.relation-button { border: 0; border-bottom: 1px solid var(--hairline); padding: 11px 2px; background: transparent; text-align: left; cursor: pointer; transition: color 150ms ease, transform 140ms var(--ease-out); }.relation-button:hover { color: var(--accent); }.relation-button:active { transform: scale(.99); }.relation-button b { display: block; margin-bottom: 4px; font: 600 12px Georgia,serif; }.relation-button span { color: var(--muted); font: 8px/1.4 ui-monospace, monospace; }
.connection-facts { display: grid; gap: 9px; }.connection-fact { padding: 13px; border: 1px solid var(--hairline); border-left: 3px solid var(--accent); background: rgba(255,255,253,.72); }.connection-fact-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font: 700 7px/1.3 ui-monospace,monospace; text-transform: uppercase; letter-spacing: .07em; }.connection-fact-meta .status-open { color: var(--question); }.connection-fact h3 { margin: 7px 0 6px; font: 600 15px/1.25 Georgia,serif; }.connection-claim { margin: 0; color: #4d6066; font: 11px/1.55 Georgia,serif; }.fact-more { margin-top: 10px; border-top: 1px solid var(--hairline); }.fact-more summary { padding-top: 9px; color: var(--accent); cursor: pointer; font: 8px/1.4 ui-monospace,monospace; list-style-position: inside; }.fact-more .question-box { margin-top: 9px; }.fact-more .response-box { margin-bottom: 0; padding-bottom: 0; }
.source-card { padding: 16px 0; border-top: 1px solid var(--hairline); }.source-meta { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; color: var(--accent); font: 8px ui-monospace, monospace; text-transform: uppercase; letter-spacing: .05em; }.source-chip { padding: 2px 4px; border: 1px solid #b7c9c1; color: #49665e; }.source-chip.offline { border-color: #d4aaa1; color: #965e51; }.source-card h3 { margin: 8px 0 7px; font: 600 14px/1.4 Georgia,serif; }.source-card p { margin: 0 0 10px; color: #52656b; font: 11px/1.58 Georgia,serif; }.source-card a { color: var(--accent); text-decoration: none; border-bottom: 1px solid #9eb8af; font: 8px ui-monospace, monospace; }.source-card a::after { content: " ↗"; }
.source-card .source-relations { margin-bottom: 7px; color: #687875; font: 8px/1.45 ui-monospace,monospace; }

.timeline-view { position: absolute; inset: 0; z-index: 5; overflow: auto; padding: 56px max(30px,8vw) 80px; background: rgba(251,250,246,.98); cursor: default; }.timeline { position: relative; max-width: 760px; margin: auto; }.timeline::before { content: ""; position: absolute; left: 115px; top: 9px; bottom: 10px; width: 1px; background: var(--hairline-strong); }.timeline-item { display: grid; grid-template-columns: 92px 22px 1fr; gap: 12px; margin-bottom: 25px; }.timeline-date { padding-top: 2px; color: var(--muted); text-align: right; font: 9px ui-monospace, monospace; }.timeline-dot { position: relative; }.timeline-dot::before { content: ""; position: absolute; top: 4px; left: 6px; width: 7px; height: 7px; border: 2px solid var(--paper-strong); border-radius: 50%; background: var(--event); box-shadow: 0 0 0 1px var(--event); }.timeline-card { border-bottom: 1px solid var(--hairline); padding: 0 0 19px; }.timeline-card button { border: 0; padding: 0; background: transparent; cursor: pointer; text-align: left; }.timeline-card h3 { margin: 0 0 5px; font: 600 16px Georgia,serif; }.timeline-card p { margin: 0; color: var(--muted); font: 11px/1.55 Georgia,serif; }
.empty-state { max-width: 360px; margin: 140px auto; color: var(--muted); text-align: center; font: 12px/1.6 Georgia,serif; }

dialog { position: relative; width: min(520px,calc(100% - 32px)); padding: 30px; border: 1px solid var(--hairline-strong); color: var(--ink); background: var(--paper-strong); box-shadow: 0 30px 80px rgba(20,42,54,.18); } dialog::backdrop { background: rgba(23,33,39,.28); backdrop-filter: blur(3px); } dialog h2 { margin: 0 0 13px; font: 500 26px/1.1 Georgia,serif; } dialog > p:last-child { margin: 0; color: #52646a; font: 13px/1.7 Georgia,serif; }.dialog-close { position: absolute; right: 11px; top: 8px; border: 0; background: transparent; font-size: 23px; cursor: pointer; }
footer { height: 32px; padding: 0 24px; border-top: 1px solid var(--hairline); display: flex; align-items: center; justify-content: space-between; background: #f1f0eb; color: #77817e; }

.review-body { min-height: 100vh; background: #f5f4ef; }.review-back { color: var(--muted); text-decoration: none; }.review-shell { width: min(1180px,calc(100% - 34px)); margin: 0 auto; padding: 55px 0 90px; }.review-auth { max-width: 520px; margin: 9vh auto 0; padding: 32px; border: 1px solid var(--hairline); background: var(--paper-strong); }.review-auth h1,.review-heading h1 { margin: 0 0 11px; font: 500 30px Georgia,serif; }.review-auth > p:not(.eyebrow) { color: var(--muted); font: 12px/1.6 Georgia,serif; }.review-auth form { margin-top: 25px; }.review-auth label { display: block; margin-bottom: 7px; color: var(--muted); font: 9px ui-monospace,monospace; }.review-auth form div { display: grid; grid-template-columns: 1fr auto; }.review-auth input { min-width: 0; height: 40px; border: 1px solid var(--hairline-strong); padding: 0 11px; outline: none; }.review-auth input:focus { border-color: var(--accent); }.review-auth button,.review-actions button,.review-card-actions button { border: 1px solid var(--hairline-strong); background: transparent; padding: 9px 12px; cursor: pointer; font: 9px ui-monospace,monospace; transition: transform 140ms var(--ease-out),background 150ms ease,border-color 150ms ease; }.review-auth button { border-left: 0; background: var(--accent); color: white; }.review-auth button:active,.review-actions button:active,.review-card-actions button:active { transform: scale(.97); }.review-error { color: #a04f42 !important; font: 10px/1.5 ui-monospace,monospace !important; }
.review-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 25px; }.review-heading p:last-child { margin: 0; color: var(--muted); font: 11px ui-monospace,monospace; }.review-actions { max-width: 480px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }.review-actions button:hover { border-color: var(--accent); background: var(--accent-soft); }.review-status { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--hairline); background: var(--paper-strong); }.review-status > div { min-width: 0; padding: 13px; border-right: 1px solid var(--hairline); }.review-status > div:last-child { border-right: 0; }.review-status span,.review-status b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.review-status span { margin-bottom: 5px; color: var(--muted); font: 8px ui-monospace,monospace; text-transform: uppercase; }.review-status b { font: 600 12px Georgia,serif; }
.review-tabs { display: flex; margin: 34px 0 17px; border-bottom: 1px solid var(--hairline); }.review-tabs button { border: 0; border-bottom: 2px solid transparent; padding: 9px 12px; background: transparent; color: var(--muted); cursor: pointer; font: 10px ui-monospace,monospace; }.review-tabs button.active { border-bottom-color: var(--accent); color: var(--ink); }.review-tabs b { margin-left: 5px; }.review-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.review-card { padding: 21px; border: 1px solid var(--hairline); background: var(--paper-strong); }.review-card-meta { margin: 0 0 8px; color: var(--accent); font: 8px ui-monospace,monospace; text-transform: uppercase; letter-spacing: .06em; }.review-card h2 { margin: 0 0 12px; font: 600 18px Georgia,serif; }.review-claim,.review-response { color: #53656a; font: 12px/1.6 Georgia,serif; }.review-response { padding-left: 10px; border-left: 1px solid var(--hairline-strong); }.review-metrics { color: var(--muted); font: 9px/1.5 ui-monospace,monospace; }.review-sources { margin: 14px 0; padding: 0; list-style: none; }.review-sources li { padding: 6px 0; border-top: 1px solid var(--hairline); }.review-sources a,.review-origin { color: var(--accent); text-decoration: none; font: 9px/1.4 ui-monospace,monospace; }.review-card-actions { display: flex; gap: 7px; margin-top: 18px; }.review-card-actions .approve { border-color: var(--accent); background: var(--accent); color: white; }.review-card-actions .approve:disabled { opacity: .35; cursor: not-allowed; }.review-card-actions .reject { color: #98584b; }.media-review-card > img { width: 100%; height: 220px; margin-bottom: 15px; object-fit: contain; border: 1px solid var(--hairline); background: #eef0ec; }.review-empty { grid-column: 1/-1; padding: 50px; border: 1px dashed var(--hairline-strong); color: var(--muted); text-align: center; font: 13px Georgia,serif; }

@media (hover:hover) and (pointer:fine) { .node:hover { transform: translate(-50%,-50%) translateY(-3px); } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { transition-duration: .01ms !important; scroll-behavior: auto !important; } }
@media (max-width: 1100px) { .workspace { grid-template-columns: 225px minmax(430px,1fr); }.detail-panel { width: min(360px,92vw); } }
@media (max-width: 700px) { .topbar { position: relative; width: 100vw; padding: 0 15px; }.topbar-copy { display: none; }.help-button { position: absolute; right: 15px; font-size: 0; }.help-button::before { content: "Método ↗"; font-size: 9px; }.workspace,.left-panel,.map-column { width: 100vw; max-width: 100vw; }.workspace { display: block; min-height: 780px; overflow: hidden; }.left-panel { height: auto; min-height: 326px; padding: 20px 17px 17px; border-right: 0; border-bottom: 1px solid var(--hairline); }.left-panel h1 { font-size: 22px; }.intro { max-width: 340px; margin-bottom: 14px; }.search-box { width: 100%; margin-bottom: 12px; }.filters { width: 100%; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }.filter { width: 100%; min-width: 0; min-height: 31px; grid-template-columns: 10px minmax(0,1fr) auto; overflow: hidden; }.filter span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.filter b { justify-self: end; }.legend { display: none; }.map-column { height: 545px; }.map-hint { display: none; }.detail-panel { top: auto; bottom: 32px; height: 72vh; }.node-person { width: 164px; }.viewbar { padding: 0 10px; } footer { width: 100vw; padding: 0 12px; font-size: 7px; } }
@media (max-width: 760px) { .review-shell { width: min(100% - 24px,600px); padding-top: 30px; }.review-heading { display: block; }.review-actions { justify-content: flex-start; margin-top: 18px; }.review-status { grid-template-columns: 1fr 1fr; }.review-status > div:nth-child(2) { border-right: 0; }.review-status > div:nth-child(-n+2) { border-bottom: 1px solid var(--hairline); }.review-grid { grid-template-columns: 1fr; } }
