/* The Russia question — page-specific styles (rides on styles.css) */

.verdict-box {
  background: var(--card); border: 1px solid var(--rule); border-left: 4px solid var(--gold);
  border-radius: var(--radius); padding: 22px 26px; box-shadow: var(--shadow-1); margin-top: 30px; max-width: 760px;
}
.verdict-box.high { border-left-color: var(--neg); }
.verdict-box.medium { border-left-color: var(--gold); }
.verdict-box .vlabel { font-size: 12px; color: var(--mute); font-weight: 600; margin-bottom: 8px; display:flex; align-items:center; gap:10px; }
.vchip { font-family: var(--mono); font-size: 11px; padding: 3px 10px; border-radius: 100px; }
.vchip.high { color: var(--neg); background: var(--neg-bg); }
.vchip.medium { color: var(--gold); background: color-mix(in srgb, var(--gold) 15%, transparent); }
.verdict-box h3 { font-size: clamp(20px, 2.4vw, 26px); line-height: 1.2; margin: 0 0 10px; }
.verdict-box p { font-size: 15px; color: var(--ink-2); margin: 0; }

/* evidence tiers */
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px){ .tier-grid { grid-template-columns: 1fr; } }
.tier { background: var(--card); border: 1px solid var(--rule); border-radius: var(--radius); box-shadow: var(--shadow-1); overflow: hidden; }
.tier-head { padding: 14px 18px; border-bottom: 1px solid var(--rule-soft); display: flex; align-items: baseline; gap: 10px; }
.tier-head .t { font-family: var(--display); font-size: 18px; font-weight: 500; }
.tier-head .n { font-family: var(--mono); font-size: 12px; color: var(--mute); margin-left: auto; }
.tier.established .tier-head { background: color-mix(in srgb, var(--pos) 9%, var(--card)); }
.tier.indicated .tier-head { background: color-mix(in srgb, var(--gold) 11%, var(--card)); }
.tier.unproven .tier-head { background: color-mix(in srgb, var(--neu) 10%, var(--card)); }
.tier.established .tier-head .t { color: var(--pos); }
.tier.indicated .tier-head .t { color: var(--gold); }
.tier.unproven .tier-head .t { color: var(--mute); }
.fitem { padding: 13px 18px; border-bottom: 1px solid var(--rule-soft); font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }
.fitem:last-child { border-bottom: 0; }
.fitem b { color: var(--ink); }

/* did they leave */
.left-verdict { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; background: var(--card); border: 1px solid var(--rule); border-radius: var(--radius); padding: 24px 28px; box-shadow: var(--shadow-1); margin-bottom: 22px; }
@media (max-width: 620px){ .left-verdict { grid-template-columns: 1fr; gap: 12px; } }
.left-verdict .big { font-family: var(--display); font-size: clamp(30px, 5vw, 46px); font-weight: 600; line-height: 1; letter-spacing: -.02em; white-space: nowrap; }
.left-verdict.no .big { color: var(--neg); }
.left-verdict.unclear .big { color: var(--gold); }
.left-verdict.yes .big { color: var(--pos); }
.left-verdict p { margin: 0; font-size: 15px; color: var(--ink-2); }

/* proof roadmap */
.proof-grid { display: grid; gap: 12px; }
.proof-item { background: var(--card); border: 1px solid var(--rule); border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow-1); }
.proof-item .ph { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; }
.proof-item h4 { font-size: 16px; }
.proof-item .access { font-family: var(--mono); font-size: 10.5px; padding: 3px 9px; border-radius: 100px; margin-left: auto; }
.access.open { color: var(--pos); background: var(--pos-bg); }
.access.paid { color: var(--gold); background: color-mix(in srgb, var(--gold) 14%, transparent); }
.access.closed { color: var(--neg); background: var(--neg-bg); }
.proof-item .shows { font-size: 13.5px; color: var(--ink-2); margin: 0 0 6px; }
.proof-item .how { font-size: 13px; color: var(--mute); margin: 0; }
.proof-item .how b { color: var(--ink-2); }

/* risk read */
.risk-box { background: var(--card); border: 1px solid var(--rule); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 24px 28px; box-shadow: var(--shadow-1); }
.risk-box p { font-size: 15.5px; line-height: 1.62; color: var(--ink-2); }
.risk-box p + p { margin-top: 14px; }
.risk-box .pull { font-family: var(--display); font-size: clamp(19px, 2.3vw, 24px); line-height: 1.3; color: var(--ink); margin: 0 0 16px; font-weight: 500; }

.refs { white-space: nowrap; }

/* the case, step by step (newcomer-friendly, with proof) */
.case-intro { max-width: 720px; font-size: clamp(15px,1.6vw,17px); color: var(--ink-2); margin: 0 0 8px; }
.case-step { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(18px,3vw,40px); align-items: start; padding: clamp(26px,4vw,40px) 0; border-top: 1px solid var(--rule); }
.case-step:first-of-type { border-top: 0; }
@media (max-width: 800px){ .case-step { grid-template-columns: 1fr; gap: 18px; } }
.cs-left .cs-num { font-family: var(--mono); font-size: 12px; color: var(--accent); font-weight: 600; letter-spacing: .08em; }
.cs-left h3 { font-size: clamp(20px,2.4vw,26px); line-height: 1.2; margin: 6px 0 12px; }
.cs-left p { font-size: 14.5px; color: var(--ink-2); margin: 0 0 12px; line-height: 1.55; }
.cs-proven { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; color: var(--pos); background: var(--pos-bg); padding: 4px 10px; border-radius: 100px; }
.cs-proven::before { content: "✓"; font-weight: 700; }
figure.evidence { margin: 0; }
.ev-frame { border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; background: var(--bg-sunk); max-height: 460px; overflow-y: auto; box-shadow: var(--shadow-1); position: relative; }
.ev-frame img { display: block; width: 100%; height: auto; }
figure.evidence figcaption { font-size: 12.5px; color: var(--mute); margin-top: 9px; line-height: 1.5; }
figure.evidence figcaption .hl { color: var(--ink-2); font-weight: 600; }
figure.evidence a.ev-link { font-family: var(--mono); font-size: 11.5px; color: var(--signal); text-decoration: none; border-bottom: 1px dotted var(--signal); }
figure.evidence a.ev-link:hover { border-bottom-style: solid; }
.case-caveat { background: var(--card); border: 1px solid var(--rule); border-left: 3px solid var(--gold); border-radius: var(--radius); padding: 18px 22px; box-shadow: var(--shadow-1); margin-top: 8px; max-width: 760px; }
.case-caveat h4 { font-size: 17px; margin-bottom: 6px; }
.case-caveat p { font-size: 14px; color: var(--ink-2); margin: 0; }
