/* SHOW-5 · Evidence report styles — ADDITIVE. Consumes hm-brand.css tokens only;
   no :root / @font-face here. Structural CSS charts only (bars, gauges, trace
   chains) — no gradients/glows/illustration. The visual design is PROVISIONAL and
   deliberately easy to restyle: layout lives here, values come from the binding. */

/* ===== viewer overlay ===================================================== */
.rp-overlay { position: fixed; inset: 0; z-index: 200; display: flex; justify-content: center; align-items: flex-start; }
.rp-overlay__backdrop { position: absolute; inset: 0; background: rgba(28,28,29,0.42); }
.rp-overlay__panel { position: relative; z-index: 1; display: flex; flex-direction: column; width: 100%; height: 100%; }
.rp-toolbar { display: flex; align-items: center; gap: 16px; padding: 10px 18px; background: var(--bg-surface); border-bottom: 1px solid var(--border-rule); box-shadow: var(--shadow-card); }
.rp-toolbar__title { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: 14px; color: var(--fg-primary); }
.rp-toolbar__title > i { color: var(--accent); font-size: 17px; }
.rp-toolbar__shared { display: inline-flex; align-items: center; gap: 6px; margin-left: 6px; font-size: 11px; font-weight: 600; color: var(--fg-tertiary); border: 1px solid var(--border-rule); border-radius: var(--radius-pill); padding: 3px 10px; }
.rp-toolbar__actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.rp-seg { display: inline-flex; border: 1px solid var(--border-rule); border-radius: var(--radius-2); overflow: hidden; }
.rp-seg button { border: 0; background: var(--bg-surface); padding: 6px 12px; font: inherit; font-size: 12px; font-weight: 600; color: var(--fg-secondary); cursor: pointer; }
.rp-seg button.on { background: var(--hm-near-black); color: #fff; }
.rp-scroll { flex: 1; overflow-y: auto; background: var(--hm-off-white); padding: 24px 16px 60px; }
.rp-loading { max-width: 820px; margin: 40px auto; color: var(--fg-tertiary); font-size: 13px; display: flex; gap: 8px; align-items: center; }

/* ===== document shell ===================================================== */
.rp-doc { margin: 0 auto; background: var(--bg-surface); border-radius: var(--radius-3); box-shadow: var(--shadow-card); overflow: hidden; font-variant-numeric: tabular-nums; color: var(--fg-primary); }
.rp-doc p { margin: 0; }
.rp-head { padding: 26px 34px 20px; border-bottom: 1px solid var(--border-rule); }
.rp-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-tertiary); display: flex; align-items: center; gap: 8px; margin: 0 0 12px; }
.rp-eyebrow__dot { width: 6px; height: 6px; border-radius: var(--radius-pill); background: var(--accent); display: inline-block; }
.rp-h1 { font-weight: 600; font-size: 21px; line-height: 1.2; margin: 0 0 4px; letter-spacing: -0.01em; }
.rp-sub { font-size: 13px; color: var(--fg-secondary); margin: 6px 0 16px; max-width: 72ch; line-height: 1.55; }
.rp-ctx { display: flex; flex-wrap: wrap; gap: 6px 26px; font-size: 12px; color: var(--fg-tertiary); }
.rp-ctx b { color: var(--fg-primary); font-weight: 500; }
.rp-foot { padding: 16px 34px 22px; border-top: 2px solid var(--fg-primary); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.rp-foot__l { display: flex; align-items: center; gap: 9px; }
.rp-foot__l span { font-size: 11px; font-weight: 600; color: var(--fg-secondary); letter-spacing: -0.02em; }
.rp-foot__r { font-size: 10.5px; color: var(--fg-tertiary); text-align: right; line-height: 1.6; }

/* ===== value binder ======================================================= */
.rp-missing { color: var(--fg-tertiary); }
.rp-unit { color: var(--fg-secondary); font-weight: 500; }
.rp-muted { color: var(--fg-tertiary); }

/* ===== section band (flat reports) ======================================= */
.rp-band { display: flex; align-items: center; gap: 9px; padding: 24px 34px 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
.rp-band--attention { color: var(--status-attention); }
.rp-band__ic { font-size: 17px; }
.rp-band__hint { margin-left: auto; font-weight: 500; letter-spacing: 0.02em; text-transform: none; font-size: 11px; color: var(--fg-tertiary); }
.rp-block { padding: 0 34px; }
.rp-lead { font-size: 13px; color: var(--fg-secondary); line-height: 1.6; }
.rp-lead b { color: var(--fg-primary); font-weight: 600; }
.rp-note { font-size: 13px; color: var(--fg-secondary); line-height: 1.55; }
.rp-note--pad { padding: 0 34px; }
.rp-page-sub { font-size: 13px; color: var(--fg-tertiary); margin: 0 0 12px; }

/* ===== rows (analyst) ===================================================== */
.rp-row, .rp-srow { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline; padding: 13px 0; border-top: 1px solid var(--border-rule); }
.rp-row:first-child, .rp-srow:first-child { border-top: none; }
.rp-row__lab { font-weight: 600; font-size: 14px; color: var(--fg-primary); }
.rp-row__term { font-size: 11.5px; color: var(--fg-tertiary); margin-top: 2px; line-height: 1.4; }
.rp-row__v { text-align: right; white-space: nowrap; }
.rp-row__num { font-weight: 600; font-size: 22px; letter-spacing: -0.01em; line-height: 1; }
.rp-row__num--sm { font-size: 16px; }
.rp-row--hero .rp-row__num { font-size: 28px; }
.rp-row__unit { font-size: 11px; color: var(--fg-secondary); margin-top: 4px; }
.rp-srow__num { font-weight: 600; font-size: 18px; }
.rp-boundary { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-size: 11px; font-weight: 500; color: var(--fg-primary); }
.rp-boundary i { color: var(--accent); font-size: 14px; }
.rp-calcbox { margin-top: 11px; padding: 12px 14px; background: var(--hm-off-white); border: 1px solid var(--border-rule); border-left: 2px solid var(--accent); border-radius: 0 var(--radius-2) var(--radius-2) 0; font-size: 12.5px; color: var(--fg-secondary); font-weight: 500; line-height: 1.5; }
.rp-calcbox b { color: var(--fg-primary); font-weight: 600; }

/* B56 pair */
.rp-b56 { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border-rule); border-left: 2px solid var(--accent); margin-top: 0; background: var(--hm-off-white); border-radius: 0 var(--radius-2) var(--radius-2) 0; }
.rp-b56__cell { padding: 13px 16px; border-right: 1px solid var(--border-rule); }
.rp-b56__cell:last-child { border-right: none; }
.rp-b56__lab { font-weight: 600; font-size: 13px; color: var(--fg-primary); }
.rp-b56__term { font-size: 11px; color: var(--fg-tertiary); margin-top: 2px; line-height: 1.35; }
.rp-b56__num { font-weight: 600; font-size: 22px; margin-top: 8px; line-height: 1; }
.rp-b56__note { font-size: 10.5px; color: var(--fg-tertiary); margin-top: 5px; }
.rp-b56cap { font-size: 11px; color: var(--fg-tertiary); padding: 8px 34px 0; display: flex; gap: 7px; align-items: flex-start; }
.rp-b56cap i { color: var(--fg-primary); font-size: 14px; margin-top: 1px; }

/* held / provenance strip */
.rp-held { margin: 6px 34px 0; background: var(--hm-off-white); border: 1px solid var(--border-rule); border-radius: var(--radius-3); padding: 14px 16px; }
.rp-reliancenote { margin: 18px 34px 0; padding-top: 14px; border-top: 1px solid var(--border-rule); font-size: 12px; color: var(--fg-secondary); line-height: 1.5; }
.rp-reliancenote b { color: var(--fg-primary); font-weight: 600; }

/* ===== key/value grid ===================================================== */
.rp-kv { display: grid; gap: 9px 24px; }
.rp-kv__k { font-size: 9.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 3px; font-weight: 600; }
.rp-kv__v { color: var(--fg-primary); font-weight: 500; font-size: 12.5px; }

/* ===== tables ============================================================= */
.rp-table { width: 100%; border-collapse: collapse; font-size: 13px; margin-top: 4px; }
.rp-table thead th { text-align: left; font-size: 9.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-tertiary); padding: 8px 12px; border-bottom: 1px solid var(--border-rule); white-space: nowrap; }
.rp-table td { padding: 11px 12px; border-bottom: 1px solid var(--border-rule); vertical-align: middle; }
.rp-table .num, .rp-table td.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.rp-sub { display: block; color: var(--fg-tertiary); font-size: 10.5px; margin-top: 1px; }
.rp-table .r-ok, .r-ok { color: var(--accent); font-weight: 600; }
.rp-table .r-short, .r-short { color: var(--status-attention); font-weight: 600; }
.rp-table__more td { color: var(--fg-tertiary); font-size: 11.5px; font-style: italic; background: var(--hm-off-white); }
.rp-empty-cell { color: var(--fg-tertiary); font-size: 12px; font-style: italic; }
.rp-cap, p.rp-cap { font-size: 10.5px; color: var(--fg-tertiary); margin: 10px 0 0; line-height: 1.5; padding: 0 34px; }
.rp-block .rp-cap, .rp-secpage .rp-cap, .rp-tier .rp-cap, .rp-sect .rp-cap { padding: 0; }
.rp-el { font-weight: 600; }
.rp-mono { font-size: 11.5px; color: var(--fg-secondary); }
.rp-fwd { color: var(--fg-tertiary); font-size: 11px; }
.rp-rsv { color: var(--status-attention); font-size: 10.5px; font-weight: 600; }
.rp-open { color: var(--status-attention); font-weight: 600; }
.rp-blocklabel { font-size: 11px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: var(--fg-tertiary); margin: 24px 0 12px; display: flex; align-items: center; gap: 9px; }
.rp-depth { margin-left: auto; font-size: 9px; font-weight: 600; letter-spacing: 0.06em; color: var(--status-attention); text-transform: uppercase; }

/* ===== bars / gauges ====================================================== */
.rp-bar { height: 18px; background: var(--bg-surface); border: 1px solid var(--border-rule); border-radius: var(--radius-1); position: relative; overflow: hidden; min-width: 90px; }
.rp-bar__fill { height: 100%; }
.rp-bar__fill--ok { background: var(--accent); }
.rp-bar__fill--short { background: var(--status-attention); }
.rp-bar__fill--muted { background: var(--border-rule); }
.rp-bar__target { position: absolute; top: -3px; bottom: -3px; width: 1px; background: var(--fg-primary); }
.rp-gauge { display: flex; align-items: center; gap: 12px; }
.rp-gauge .rp-bar { flex: 1; height: 26px; }
.rp-gauge__val { font-weight: 700; font-size: 15px; }
.rp-gauge__unit { font-weight: 500; font-size: 11px; color: var(--fg-tertiary); }

/* ===== trace chain ======================================================== */
.rp-trace { display: flex; align-items: stretch; flex-wrap: wrap; gap: 0; border: 1px solid var(--border-rule); border-radius: var(--radius-3); overflow: hidden; margin-top: 4px; }
.rp-trace__node { flex: 1; min-width: 150px; padding: 13px 15px; border-right: 1px solid var(--border-rule); background: var(--bg-surface); }
.rp-trace__k { font-size: 9px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent); margin-bottom: 5px; }
.rp-trace__v { font-size: 12.5px; font-weight: 600; color: var(--fg-primary); }
.rp-trace__sub { font-size: 10.5px; color: var(--fg-tertiary); margin-top: 2px; }
.rp-trace__arrow { color: var(--accent); font-size: 16px; align-self: center; padding: 0 6px; }

/* ===== computed paragraph ================================================= */
.rp-computed { margin: 4px 34px 0; padding-left: 18px; border-left: 2px solid var(--accent); }
.rp-secpage .rp-computed, .rp-tier .rp-computed { margin-left: 0; }
.rp-computed__tag { display: inline-flex; align-items: center; gap: 6px; font-size: 9.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.rp-computed__text { font-size: 14.5px; color: var(--fg-primary); line-height: 1.6; font-weight: 500; max-width: 72ch; }
.rp-computed__stub { font-size: 12.5px; color: var(--fg-tertiary); line-height: 1.55; display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; }
.rp-computed__stub code { font-size: 11px; color: var(--fg-secondary); background: var(--hm-off-white); border: 1px solid var(--border-rule); border-radius: var(--radius-1); padding: 1px 6px; }
.rp-computed__note { font-size: 10.5px; color: var(--fg-tertiary); margin-top: 9px; max-width: 72ch; }

/* ===== open-dependency pill / flag ======================================== */
.rp-opendep { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 11.5px; font-weight: 500; color: var(--fg-primary); background: var(--bg-surface); border: 1px solid rgba(184,147,44,0.4); border-radius: var(--radius-pill); padding: 5px 12px; }
.rp-opendep__d { width: 7px; height: 7px; border-radius: var(--radius-pill); background: var(--status-attention); }
.rp-flag { display: flex; gap: 10px; align-items: flex-start; background: var(--bg-surface); border: 1px solid rgba(184,147,44,0.45); border-radius: var(--radius-3); padding: 11px 14px; margin: 12px 34px 0; font-size: 12px; color: var(--fg-secondary); line-height: 1.5; }
.rp-flag i { color: var(--status-attention); font-size: 16px; margin-top: 1px; flex: 0 0 auto; }
.rp-flag b { color: var(--fg-primary); font-weight: 600; }
.rp-sect .rp-flag, .rp-block .rp-flag { margin-left: 0; margin-right: 0; }

/* ===== metric tiles ======================================================= */
.rp-metric { border: 1px solid var(--border-rule); border-radius: var(--radius-3); padding: 16px 18px; background: var(--bg-surface); }
.rp-metric--hot { border-left: 2px solid var(--accent); }
.rp-metric__label { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.rp-metric__val { font-weight: 700; font-size: 30px; line-height: 1; letter-spacing: -0.01em; }
.rp-metric__val small { font-size: 15px; color: var(--fg-secondary); font-weight: 500; }
.rp-metric__note { font-size: 11.5px; color: var(--fg-tertiary); margin-top: 7px; line-height: 1.4; }

/* ===== reliance list ====================================================== */
.rp-reliance { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.rp-reliance li { display: flex; gap: 10px; font-size: 12.5px; color: var(--fg-secondary); line-height: 1.45; }
.rp-reliance li i { font-size: 14px; margin-top: 1px; flex: 0 0 auto; color: var(--fg-primary); }
.rp-reliance__ok { color: var(--accent) !important; }
.rp-reliance__no { color: var(--fg-tertiary) !important; }
.rp-reliance b { color: var(--fg-primary); font-weight: 600; }

/* ===== manager: cover + sections ========================================== */
.rp-cover { min-height: 70vh; display: flex; flex-direction: column; padding: 40px 48px; border-bottom: 2px solid var(--fg-primary); }
.rp-cover__lock { display: flex; align-items: center; gap: 11px; }
.rp-cover__wm { font-weight: 700; font-size: 22px; letter-spacing: -0.03em; color: var(--fg-primary); }
.rp-cover__mid { margin-top: auto; padding-top: 48px; }
.rp-cover__eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-tertiary); display: flex; align-items: center; gap: 9px; margin-bottom: 20px; }
.rp-cover__h1 { font-weight: 600; font-size: 40px; line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 16px; max-width: 16ch; }
.rp-cover__stand { font-size: 15px; color: var(--fg-secondary); max-width: 52ch; line-height: 1.6; }
.rp-cover__meta { margin-top: auto; padding-top: 40px; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: flex-end; }
.rp-cover__mgrid { display: flex; flex-wrap: wrap; gap: 14px 34px; }
.rp-cover__mgrid b { display: block; font-size: 9.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 3px; }
.rp-cover__mgrid span { font-size: 13px; font-weight: 500; color: var(--fg-primary); }
.rp-cover__pw { font-size: 10.5px; color: var(--fg-tertiary); text-align: right; line-height: 1.6; }
.rp-body { padding: 6px 48px 38px; }
.rp-secpage { padding: 30px 0; border-top: 1px solid var(--border-rule); }
.rp-secpage:first-child { border-top: none; }
.rp-sechead { display: flex; align-items: baseline; gap: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--accent); margin-bottom: 22px; }
.rp-sechead__n { font-size: 13px; font-weight: 700; color: var(--accent); }
.rp-sechead__t { font-size: 22px; font-weight: 600; margin: 0; letter-spacing: -0.01em; }
.rp-sechead__tag { margin-left: auto; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-tertiary); align-self: center; }
.rp-sumhero { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--border-rule); }
.rp-figure { display: flex; align-items: flex-start; gap: 3px; }
.rp-figure__n { font-weight: 700; font-size: 74px; line-height: 0.82; letter-spacing: -0.03em; }
.rp-figure__u { font-weight: 500; font-size: 16px; color: var(--fg-secondary); margin-top: 6px; }
.rp-figure__sub { margin-top: 13px; font-size: 12.5px; color: var(--fg-primary); display: flex; align-items: center; gap: 7px; }
.rp-figure__sub i { color: var(--accent); font-size: 15px; }
.rp-herogross__lab { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 6px; }
.rp-herogross__val { font-weight: 700; font-size: 36px; line-height: 1; letter-spacing: -0.02em; }
.rp-herogross__val span { font-size: 15px; color: var(--fg-secondary); font-weight: 500; margin-left: 4px; }
.rp-herogross__note { font-size: 11.5px; color: var(--fg-tertiary); margin-top: 12px; line-height: 1.5; max-width: 44ch; }
.rp-sumclaim { display: flex; flex-wrap: wrap; gap: 6px 34px; margin-top: 20px; font-size: 11.5px; color: var(--fg-secondary); }
.rp-sumclaim b { display: block; color: var(--fg-tertiary); font-weight: 600; font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 2px; }
.rp-metricgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.rp-covstat { display: flex; align-items: baseline; gap: 10px 22px; flex-wrap: wrap; margin-bottom: 22px; }
.rp-covfig { font-size: 34px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.rp-covfig span { font-size: 13px; font-weight: 400; color: var(--fg-secondary); margin-left: 10px; }
.rp-covhurdle { font-size: 12px; color: var(--fg-tertiary); }
.rp-covhurdle b { color: var(--accent); }
.rp-confband { font-size: 14px; font-weight: 600; }
.rp-confband__lvl { color: var(--accent); }

/* ===== assurer tiers ====================================================== */
.rp-tier { padding: 28px 48px; border-top: 1px solid var(--border-rule); }
.rp-tier--gated { background: #FBFBF9; }
.rp-thead { display: flex; align-items: baseline; gap: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--accent); margin-bottom: 22px; }
.rp-thead--gated { border-bottom-color: var(--status-attention); }
.rp-thead__n { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
.rp-thead--gated .rp-thead__n { color: var(--status-attention); }
.rp-thead h2 { font-size: 21px; font-weight: 600; margin: 0; letter-spacing: -0.01em; }
.rp-thead__tag { margin-left: auto; font-size: 10px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--fg-tertiary); align-self: center; text-align: right; max-width: 34ch; line-height: 1.4; }
.rp-claim { border: 1px solid var(--border-rule); border-left: 3px solid var(--accent); border-radius: 0 var(--radius-3) var(--radius-3) 0; background: var(--hm-off-white); padding: 24px 26px; }
.rp-claim__fig { display: flex; align-items: flex-end; gap: 34px; flex-wrap: wrap; padding-bottom: 20px; border-bottom: 1px solid var(--border-rule); margin-bottom: 18px; }
.rp-claim__big { font-size: 52px; font-weight: 700; line-height: 0.82; letter-spacing: -0.02em; }
.rp-claim__big small { font-size: 14px; color: var(--fg-secondary); font-weight: 500; margin-left: 4px; }
.rp-claim__gl { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 5px; }
.rp-claim__gv { font-size: 26px; font-weight: 700; }
.rp-claim__gn { font-size: 11px; color: var(--fg-tertiary); margin-top: 5px; max-width: 34ch; line-height: 1.4; }
.rp-claim__dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 34px; }
.rp-claim__dl dt { font-size: 9.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 3px; }
.rp-claim__dl dd { margin: 0; font-size: 13px; color: var(--fg-primary); font-weight: 500; }
.rp-gated-note { display: flex; gap: 11px; align-items: flex-start; background: var(--bg-surface); border: 1px solid rgba(184,147,44,0.45); border-radius: var(--radius-3); padding: 13px 16px; margin-top: 8px; font-size: 12.5px; color: var(--fg-secondary); line-height: 1.55; }
.rp-gated-note i { color: var(--status-attention); font-size: 18px; margin-top: 1px; }
.rp-gated-note b { color: var(--fg-primary); font-weight: 600; }

/* ===== ISCC operator ====================================================== */
.rp-hero { display: flex; align-items: flex-end; gap: 30px; flex-wrap: wrap; padding: 14px 0 6px; }
.rp-hero__big { font-size: 46px; font-weight: 700; line-height: 0.85; letter-spacing: -0.02em; }
.rp-hero__big small { font-size: 13px; color: var(--fg-secondary); font-weight: 500; margin-left: 4px; }
.rp-hero__tag { font-size: 11.5px; color: var(--fg-primary); display: flex; align-items: center; gap: 7px; padding-bottom: 6px; }
.rp-hero__tag i { color: var(--accent); font-size: 15px; }
.rp-result { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline; padding: 12px 0; border-top: 1px solid var(--border-rule); }
.rp-result__lab { font-weight: 600; }
.rp-result__term { font-size: 11px; color: var(--fg-tertiary); margin-top: 2px; }
.rp-result__v { text-align: right; font-weight: 700; font-size: 18px; white-space: nowrap; }
.rp-result__v--sm { font-size: 14px; }
.rp-pass { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); }
.rp-fail { display: inline-flex; align-items: center; gap: 6px; color: var(--status-critical); }

/* ===== ISCC auditor ======================================================= */
.rp-entry { margin: 24px 44px 0; padding: 22px 24px; background: var(--hm-off-white); border: 1px solid var(--border-rule); border-left: 3px solid var(--accent); border-radius: 0 var(--radius-3) var(--radius-3) 0; }
.rp-entry__el { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.rp-entry__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.rp-entry__k { font-size: 9.5px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 4px; }
.rp-entry__v { font-size: 17px; font-weight: 700; line-height: 1.05; }
.rp-entry__v small { font-size: 10px; color: var(--fg-secondary); font-weight: 500; display: block; margin-top: 2px; }
.rp-entry__v--sm { font-size: 13px; }
.rp-sect { padding: 24px 44px; border-top: 1px solid var(--border-rule); }
.rp-blockhead { display: flex; align-items: baseline; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--border-rule); margin-bottom: 16px; }
.rp-blockhead__n { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); white-space: nowrap; }
.rp-blockhead h2 { font-size: 17px; font-weight: 600; margin: 0; }
.rp-blockhead__desc { margin-left: auto; font-size: 11px; color: var(--fg-tertiary); text-align: right; }
.rp-signpost { padding: 16px 18px; border: 1px solid var(--border-rule); border-radius: var(--radius-3); background: var(--hm-off-white); }
.rp-signpost__h { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 12px; }
.rp-signpost__bar { height: 22px; background: var(--bg-surface); border: 1px solid var(--border-rule); border-radius: var(--radius-2); overflow: hidden; display: flex; }
.rp-signpost__actual { background: var(--accent); height: 100%; }
.rp-signpost__default { background: var(--border-rule); height: 100%; }
.rp-signpost__lg { display: flex; gap: 18px; margin-top: 10px; font-size: 11px; color: var(--fg-secondary); }
.rp-sw { width: 11px; height: 11px; border-radius: var(--radius-1); display: inline-block; margin-right: 6px; vertical-align: -1px; }
.rp-sw--teal { background: var(--accent); }
.rp-sw--line { background: var(--border-rule); }

/* ===== SLL confirmation ==================================================== */
.rp-bottomline { margin: 24px 44px 0; border: 1px solid var(--border-rule); border-left: 3px solid var(--accent); border-radius: 0 var(--radius-3) var(--radius-3) 0; background: var(--hm-off-white); padding: 24px 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.rp-bl__k { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 6px; }
.rp-bl__v { font-size: 44px; font-weight: 700; line-height: 0.85; letter-spacing: -0.02em; }
.rp-bl__v small { font-size: 13px; color: var(--fg-secondary); font-weight: 500; margin-left: 4px; }
.rp-bl__mid { border-left: 1px solid var(--border-rule); padding-left: 30px; }
.rp-bl__row { display: flex; justify-content: space-between; gap: 20px; font-size: 12.5px; padding: 3px 0; }
.rp-bl__row > span:last-child { font-weight: 600; }
.rp-met { color: var(--accent); font-weight: 600; }
.rp-miss { color: var(--status-attention); font-weight: 600; }
.rp-ratchet { text-align: center; }
.rp-ratchet__k { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 8px; }
.rp-ratchet__v { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 700; color: var(--accent); }
.rp-ratchet__v i { font-size: 26px; }
.rp-traj { margin: 6px 44px 0; padding: 16px 18px; border: 1px solid var(--border-rule); border-radius: var(--radius-3); }
.rp-traj__h { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 16px; display: flex; justify-content: space-between; }
.rp-traj__plot { display: flex; align-items: flex-end; gap: 24px; height: 120px; padding-bottom: 22px; position: relative; border-bottom: 1px solid var(--border-rule); }
.rp-traj__col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; position: relative; }
.rp-traj__bar { width: 44px; background: var(--border-rule); border-radius: var(--radius-2) var(--radius-2) 0 0; }
.rp-traj__col--now .rp-traj__bar { background: var(--accent); }
.rp-traj__cv { font-size: 12px; font-weight: 700; margin-bottom: 6px; }
.rp-traj__cx { position: absolute; bottom: -20px; font-size: 10.5px; color: var(--fg-tertiary); font-weight: 600; }
.rp-traj__target { position: absolute; left: 0; right: 0; border-top: 1px dashed var(--status-attention); z-index: 1; }
.rp-traj__targetlab { position: absolute; right: 0; font-size: 9.5px; font-weight: 600; color: var(--status-attention); background: var(--bg-surface); padding: 0 4px; top: -14px; }

/* ===== PCAF =============================================================== */
.rp-record { margin: 24px 44px 0; border: 1px solid var(--border-rule); border-left: 3px solid var(--accent); border-radius: 0 var(--radius-3) var(--radius-3) 0; background: var(--hm-off-white); overflow: hidden; }
.rp-record__top { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding: 22px 26px; border-bottom: 1px solid var(--border-rule); }
.rp-record__k { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 6px; }
.rp-record__v { font-size: 42px; font-weight: 700; line-height: 0.85; letter-spacing: -0.02em; }
.rp-record__v small { font-size: 13px; color: var(--fg-secondary); font-weight: 500; margin-left: 4px; }
.rp-record__sec { font-size: 11.5px; color: var(--fg-secondary); margin-top: 8px; }
.rp-record__scorewrap { text-align: center; padding-left: 26px; border-left: 1px solid var(--border-rule); }
.rp-record__sk { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 8px; }
.rp-record__sn { font-size: 10.5px; color: var(--fg-tertiary); font-weight: 500; margin-top: 8px; max-width: 150px; }
.rp-scorechip { display: inline-flex; align-items: baseline; gap: 5px; background: var(--bg-surface); border: 1px solid var(--accent); border-radius: var(--radius-pill); padding: 7px 15px; font-weight: 700; color: var(--accent); }
.rp-scorechip__n { font-size: 22px; line-height: 1; }
.rp-scorechip__l { font-size: 11px; font-weight: 600; }
.rp-sheetgrid { display: grid; grid-template-columns: 1fr 1fr; }
.rp-sheetgrid__f { padding: 12px 26px; border-top: 1px solid var(--border-rule); border-right: 1px solid var(--border-rule); }
.rp-sheetgrid__f:nth-child(2n) { border-right: none; }
.rp-sheetgrid__f--full { grid-column: 1 / -1; border-right: none; }
.rp-sheetgrid__k { font-size: 10px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-tertiary); margin-bottom: 3px; }
.rp-sheetgrid__v { font-size: 13px; font-weight: 500; color: var(--fg-primary); }
.rp-attrib { margin: 6px 44px 0; background: var(--bg-surface); border: 1px solid var(--border-rule); border-radius: var(--radius-3); padding: 15px 17px; display: flex; gap: 12px; align-items: flex-start; }
.rp-attrib i { color: var(--accent); font-size: 18px; margin-top: 1px; flex: 0 0 auto; }
.rp-attrib__txt { font-size: 12.5px; color: var(--fg-secondary); line-height: 1.55; }
.rp-formats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.rp-fmt { display: inline-flex; align-items: center; gap: 8px; background: var(--hm-off-white); border: 1px solid var(--border-rule); border-radius: var(--radius-3); padding: 9px 14px; font-size: 12.5px; font-weight: 600; color: var(--fg-secondary); }
.rp-fmt i { font-size: 16px; color: var(--fg-primary); }
.rp-fmt__tag { font-size: 9.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg-tertiary); background: var(--bg-surface); border: 1px solid var(--border-rule); border-radius: var(--radius-pill); padding: 2px 7px; margin-left: 2px; }
.rp-reuse { margin: 6px 44px 0; background: var(--hm-off-white); border: 1px solid var(--border-rule); border-radius: var(--radius-3); padding: 15px 17px; font-size: 12.5px; color: var(--fg-secondary); line-height: 1.55; }
.rp-reuse b { color: var(--fg-primary); font-weight: 600; }
.rp-reuse__chain { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.rp-reuse__node { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; color: var(--fg-primary); background: var(--bg-surface); border: 1px solid var(--border-rule); border-radius: var(--radius-3); padding: 6px 11px; }
.rp-reuse__node i { color: var(--accent); font-size: 14px; }
.rp-reuse__arrow { align-self: center; color: var(--fg-tertiary); font-size: 13px; }

/* ===== card actions (Packages tab) ======================================= */
.rp-cardactions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.rp-reportchip { display: inline-flex; align-items: stretch; border: 1px solid var(--border-rule); border-radius: var(--radius-2); overflow: hidden; }
.rp-reportchip__open { display: inline-flex; align-items: center; gap: 6px; border: 0; background: var(--bg-surface); padding: 6px 11px; font: inherit; font-size: 12px; font-weight: 600; color: var(--fg-primary); cursor: pointer; }
.rp-reportchip__open:hover:not(:disabled) { background: var(--bg-hover-neutral); }
.rp-reportchip__open:disabled { color: var(--fg-tertiary); cursor: not-allowed; }
.rp-reportchip__open i { color: var(--accent); font-size: 14px; }
.rp-reportchip__open:disabled i { color: var(--fg-tertiary); }
.rp-reportchip__dl { border: 0; border-left: 1px solid var(--border-rule); background: var(--bg-surface-alt); padding: 6px 9px; color: var(--fg-tertiary); cursor: not-allowed; }
.rp-sharewrap { position: relative; }
.rp-sharemenu { position: absolute; top: calc(100% + 6px); right: 0; z-index: 40; width: 300px; background: var(--bg-surface); border: 1px solid var(--border-rule); border-radius: var(--radius-3); box-shadow: var(--shadow-modal); overflow: hidden; }
.rp-sharemenu__h { padding: 10px 14px; font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg-tertiary); border-bottom: 1px solid var(--border-rule); }
.rp-sharemenu__item { display: flex; align-items: center; gap: 10px; width: 100%; text-align: left; border: 0; border-bottom: 1px solid var(--border-rule); background: var(--bg-surface); padding: 11px 14px; font: inherit; cursor: pointer; }
.rp-sharemenu__item:hover:not(:disabled) { background: var(--bg-surface-alt); }
.rp-sharemenu__item > i { margin-left: auto; color: var(--accent); }
.rp-sharemenu__t { font-size: 13px; font-weight: 600; color: var(--fg-primary); }
.rp-sharemenu__s { font-size: 11px; color: var(--fg-tertiary); margin-top: 1px; }
.rp-sharemenu__f { display: flex; gap: 7px; align-items: flex-start; padding: 10px 14px; font-size: 10.5px; color: var(--fg-tertiary); line-height: 1.45; }
.rp-sharemenu__f i { color: var(--fg-tertiary); margin-top: 1px; }

@media (max-width: 720px) {
  .rp-sumhero, .rp-claim__dl, .rp-entry__grid, .rp-record__top, .rp-bottomline, .rp-sheetgrid { grid-template-columns: 1fr; }
  .rp-metricgrid { grid-template-columns: 1fr 1fr; }
  .rp-cover__h1 { font-size: 30px; }
}
