:root {
  --ink: #102036;
  --muted: #5e6b7c;
  --line: #dfe6ee;
  --soft: #f5f8fb;
  --blue: #1b65d6;
  --blue2: #6ea8ff;
  --navy: #0b2345;
  --green: #008b72;
  --red: #d94a59;
  --amber: #b87000;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(18, 44, 78, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.85;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 999; background: rgba(255,255,255,.75); }
.progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #1b65d6, #00a78b); }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  height: 72px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(16,32,54,.08);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { text-decoration: none; font-weight: 800; display: flex; align-items: center; gap: 10px; letter-spacing: -.02em; }
.brand-mark { width: 31px; height: 31px; border-radius: 10px; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 14px; }
.header-label { font-size: 11px; letter-spacing: .18em; color: var(--muted); font-weight: 800; }
.hero { padding: 92px 0 42px; }
.eyebrow { color: var(--blue); font-weight: 800; font-size: 13px; letter-spacing: .08em; margin-bottom: 22px; }
h1 { margin: 0; max-width: 970px; font-size: clamp(42px, 7.4vw, 82px); line-height: 1.13; letter-spacing: -.055em; font-weight: 850; }
h1 span { color: var(--blue); display:block; }
h1 .h1-ink { color: var(--ink); }
.lead { max-width: 850px; font-size: clamp(18px, 2.4vw, 25px); line-height: 1.8; color: #3e4e62; margin: 32px 0 45px; letter-spacing: -.01em; }
.lead strong { color: var(--ink); }
.hero-visual { display: grid; grid-template-columns: 1fr 130px 1fr; align-items: center; gap: 24px; background: var(--soft); padding: 28px; border: 1px solid var(--line); border-radius: 28px; }
.era { min-height: 170px; background: #fff; border-radius: 20px; padding: 25px; display: flex; flex-direction: column; justify-content: center; box-shadow: 0 12px 36px rgba(17,48,82,.07); }
.era-year { font-size: 12px; font-weight: 850; color: var(--blue); letter-spacing: .12em; margin-bottom: 17px; }
.era strong { font-size: 25px; line-height: 1.3; letter-spacing: -.025em; }
.era small { margin-top: 8px; color: var(--muted); font-size: 14px; }
.era-new { border: 1px solid rgba(27,101,214,.28); }
.era-arrow { display: flex; justify-content: center; gap: 8px; }
.era-arrow span { width: 12px; height: 12px; border-radius: 50%; background: var(--blue); opacity: .2; animation: arrowPulse 1.8s infinite; }
.era-arrow span:nth-child(2) { animation-delay: .28s; }
.era-arrow span:nth-child(3) { animation-delay: .56s; }
@keyframes arrowPulse { 0%,100%{opacity:.15;transform:scale(.75)} 50%{opacity:1;transform:scale(1.12)} }
.hero-conclusion { margin-top: 28px; background: var(--navy); color: #fff; padding: 24px 28px; border-radius: 22px; display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: center; }
.hero-conclusion span { font-size: 12px; letter-spacing: .12em; font-weight: 800; color: #9fc2f4; }
.hero-conclusion p { margin: 0; font-size: 18px; line-height: 1.65; }
.toc { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; margin-top: 18px; }
.toc a { text-decoration: none; padding: 16px 12px; border-right: 1px solid var(--line); font-size: 12px; font-weight: 750; transition: .2s; }
.toc a:last-child { border: 0; }
.toc a:hover { background: var(--soft); color: var(--blue); }
.toc span { display: block; color: var(--blue); font-size: 10px; margin-bottom: 4px; }
.section { padding: 110px 0 20px; }
.section-head { display: flex; align-items: flex-start; gap: 22px; margin-bottom: 32px; }
.section-head.compact { margin-bottom: 20px; }
.section-no { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--line); border-radius: 13px; display: grid; place-items: center; color: var(--blue); font-weight: 850; font-size: 13px; }
.section-head p { margin: 0 0 5px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
h2 { font-size: clamp(30px, 4.5vw, 52px); line-height: 1.28; letter-spacing: -.045em; margin: 0; }
.section-intro { color: #47576b; font-size: 18px; max-width: 900px; margin: 0 0 38px 66px; }
.section-intro strong { color: var(--ink); }
.capture-ladder { margin-left: 66px; display: grid; gap: 10px; }
.ladder-row { display: grid; grid-template-columns: 64px 1fr 90px; gap: 18px; align-items: center; padding: 18px 22px; border-radius: 16px; border: 1px solid var(--line); background: #fff; transition: transform .2s; }
.ladder-row:hover { transform: translateX(5px); }
.ladder-row.medium { margin-left: 3%; border-color: #cbdcf3; }
.ladder-row.strong { margin-left: 6%; border-color: #8fbae9; background: #f8fbff; }
.ladder-row.core { margin-left: 9%; border-color: var(--blue); background: #edf5ff; }
.ladder-score { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--muted); font-weight: 850; }
.core .ladder-score { background: var(--blue); color:#fff; }
.ladder-row strong { display:block; font-size:18px; }
.ladder-row span { color:var(--muted); font-size:14px; }
.ladder-row em { font-style:normal; text-align:right; color:var(--blue); font-weight:800; font-size:13px; }
.key-point { margin: 28px 0 0 66px; display:grid; grid-template-columns:50px 1fr; gap:18px; align-items:center; padding:22px; border-radius:18px; background:#f3f8ff; border:1px solid #cfe0f7; }
.key-point.neutral { background:#fafbfd; border-color:var(--line); }
.key-point.dark { background:var(--navy); color:#fff; border:0; }
.key-icon { width:44px; height:44px; border-radius:50%; background:var(--blue); color:#fff; display:grid; place-items:center; font-weight:900; }
.key-point p { margin:0; line-height:1.7; }
.gate-flow { margin: 0 0 34px 66px; display:grid; grid-template-columns:repeat(5,1fr); gap:14px; position:relative; }
.flow-line { position:absolute; left:8%; right:8%; top:28px; height:2px; background:var(--line); z-index:0; overflow:hidden; }
.flow-line i { display:block; height:100%; width:22%; background:linear-gradient(90deg,transparent,var(--blue),transparent); animation: flow 4s linear infinite; }
@keyframes flow { from{transform:translateX(-100%)} to{transform:translateX(500%)} }
.gate { position:relative; z-index:1; background:#fff; border:1px solid var(--line); border-radius:16px; padding:16px 10px; text-align:center; }
.gate b { display:grid; place-items:center; margin:-3px auto 10px; width:30px; height:30px; border-radius:50%; background:var(--ink); color:#fff; font-size:12px; }
.gate span { display:block; font-weight:850; }
.gate small { color:var(--muted); }
.gate-cards { margin-left:66px; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.gate-card { border:1px solid var(--line); border-radius:var(--radius); padding:27px; background:#fff; }
.gate-card:nth-child(5) { grid-column:1/-1; }
.gate-card-top { display:flex; gap:15px; align-items:flex-start; }
.gate-card-top > span { font-size:11px; color:var(--blue); font-weight:900; letter-spacing:.1em; padding-top:7px; }
.gate-card h3 { margin:0; font-size:22px; line-height:1.5; letter-spacing:-.02em; }
.gate-card p { color:#536276; font-size:15px; margin:16px 0 0; }
.gate-highlight { background:linear-gradient(145deg,#f6faff,#fff); border-color:#8eb6e9; box-shadow:var(--shadow); }
.fact-row { margin-top:18px; border-top:1px solid var(--line); padding-top:16px; display:grid; grid-template-columns:80px 1fr; gap:14px; }
.fact-row span { font-size:11px; color:var(--blue); font-weight:900; letter-spacing:.08em; }
.fact-row strong { font-size:14px; line-height:1.6; }
.capital-box { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:18px; }
.capital-box > div { background:var(--soft); border-radius:14px; padding:15px; display:grid; grid-template-columns:1fr auto; align-items:center; }
.capital-box small { grid-column:1/-1; color:var(--muted); }
.status { font-size:11px; border-radius:20px; padding:3px 8px; }
.status.good { color:var(--green); background:#ddf5ef; }
.status.bad { color:var(--red); background:#fde9ec; }
.mini-note { font-size:12px!important; line-height:1.7!important; background:#fff8e8; border-left:3px solid #e5a836; padding:12px 14px; border-radius:0 10px 10px 0; }
.collateral-animation { height:230px; margin-top:20px; border-radius:18px; position:relative; background:radial-gradient(circle at center,#e6f2ff 0,#f8fbff 37%,#fff 70%); overflow:hidden; border:1px solid #dce9f8; }
.xrp-core { position:absolute; inset:50% auto auto 50%; transform:translate(-50%,-50%); width:104px; height:104px; border-radius:50%; display:grid; place-items:center; align-content:center; background:var(--blue); color:#fff; box-shadow:0 0 0 13px rgba(27,101,214,.08),0 15px 35px rgba(27,101,214,.25); z-index:3; }
.xrp-core span { font-size:25px; font-weight:900; line-height:1; }
.xrp-core small { font-size:8px; letter-spacing:.12em; margin-top:7px; }
.market { position:absolute; width:70px; height:45px; border:1px solid var(--line); background:#fff; border-radius:12px; display:grid; place-items:center; font-weight:850; font-size:13px; z-index:3; box-shadow:0 8px 20px rgba(16,32,54,.06); }
.m1{left:9%;top:22%}.m2{right:8%;top:23%}.m3{left:calc(50% - 35px);bottom:8%}
.pulse { position:absolute; inset:50% auto auto 50%; width:0; height:0; border:1px solid var(--blue); border-radius:50%; transform:translate(-50%,-50%); animation:pulse 3s infinite; opacity:0; }
.p2{animation-delay:1s}.p3{animation-delay:2s}
@keyframes pulse { 0%{width:80px;height:80px;opacity:.55} 100%{width:360px;height:360px;opacity:0} }
.finality-diagram { margin-top:20px; display:grid; grid-template-columns:1fr 40px 1fr; gap:10px; align-items:center; }
.finality-diagram div { background:var(--soft); border-radius:14px; padding:16px; }
.finality-diagram span { display:block; color:var(--blue); font-size:11px; font-weight:900; }
.finality-diagram strong { font-size:14px; }
.finality-diagram i { font-style:normal; text-align:center; font-size:22px; color:var(--red); }
.friction-row { margin-top:16px; display:grid; grid-template-columns:120px 1fr 28px; gap:12px; align-items:center; font-size:13px; }
.friction-row i { height:8px; border-radius:20px; background:linear-gradient(90deg,var(--blue) var(--w),#e7edf3 var(--w)); }
.asset-grid { margin-left:66px; display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.asset-card { border:1px solid var(--line); border-radius:22px; overflow:hidden; background:#fff; }
.asset-card header { padding:22px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.asset-card header b { font-size:12px; color:var(--muted); }
.asset-symbol { font-size:24px; font-weight:900; letter-spacing:-.04em; }
.xrp-card { border-color:#7db2ed; box-shadow:0 18px 45px rgba(27,101,214,.11); }
.xrp-card header { background:#eff6ff; }
.rlusd-card header { background:#eefaf7; }
.bank-card header { background:#f4f5f7; }
.asset-card ul { list-style:none; margin:0; padding:12px 22px; }
.asset-card li { display:flex; justify-content:space-between; gap:12px; padding:11px 0; border-bottom:1px solid #edf1f5; font-size:13px; }
.asset-card li:last-child { border:0; }
.asset-card li span { color:var(--muted); }
.asset-card li strong { text-align:right; }
.asset-card p { margin:0; padding:16px 22px 21px; background:#fbfcfd; font-size:13px; color:#425166; min-height:95px; }
.role-map { margin:28px 0 0 66px; display:grid; grid-template-columns:1fr 80px 1fr 80px 1fr 80px 1.2fr; gap:8px; align-items:center; }
.role-map > div:not(.role-arrow) { min-height:100px; border:1px solid var(--line); border-radius:16px; display:grid; place-items:center; align-content:center; text-align:center; font-weight:850; padding:12px; }
.role-map small { color:var(--muted); font-weight:600; }
.role-arrow { text-align:center; color:var(--blue); font-size:11px; font-weight:850; }
.role-arrow:after { content:'→'; display:block; font-size:20px; }
.role-xrp { background:#edf5ff; border-color:#8fbae9!important; }
.role-bank { background:#f4f5f7; }
.wide-section { width:min(1260px,calc(100% - 48px)); }
.institution-grid { margin-left:66px; display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.institution-card { border:1px solid var(--line); border-radius:22px; padding:24px; background:#fff; display:flex; flex-direction:column; }
.institution-name { display:flex; align-items:center; gap:12px; }
.institution-name span { font-size:9px; letter-spacing:.12em; color:var(--blue); border:1px solid #bad1ee; padding:4px 7px; border-radius:20px; font-weight:900; }
.institution-name h3 { font-size:25px; margin:0; }
.institution-card p { color:#526175; font-size:14px; }
.institution-card ul { padding-left:18px; color:#34465c; font-size:13px; }
.lesson { margin-top:auto; background:var(--soft); border-radius:12px; padding:13px; font-size:13px; line-height:1.6; }
.competition-map { margin:28px 0 0 66px; display:grid; grid-template-columns:1fr 1.1fr 1fr; border:1px solid var(--line); border-radius:24px; overflow:hidden; min-height:250px; }
.zone { padding:27px; display:flex; flex-direction:column; justify-content:center; text-align:center; position:relative; }
.zone + .zone { border-left:1px solid var(--line); }
.zone span { font-size:10px; color:var(--blue); font-weight:900; letter-spacing:.12em; }
.zone strong { font-size:21px; line-height:1.45; margin:12px 0; }
.zone small { color:var(--muted); line-height:1.65; }
.zone.gap { background:var(--navy); color:#fff; overflow:hidden; }
.zone.gap small { color:#bed0e9; position:relative; z-index:2; }
.zone.gap strong,.zone.gap span { position:relative; z-index:2; }
.orbit { position:absolute; border:1px solid rgba(120,180,255,.28); border-radius:50%; inset:50% auto auto 50%; transform:translate(-50%,-50%); animation:orbit 7s linear infinite; }
.o1{width:220px;height:220px}.o2{width:310px;height:310px;animation-direction:reverse;animation-duration:10s}
.orbit:after { content:''; width:8px; height:8px; background:#7db6ff; border-radius:50%; position:absolute; left:50%; top:-4px; }
@keyframes orbit { to{transform:translate(-50%,-50%) rotate(360deg)} }
.plain-answer { margin:20px 0 0 66px; padding:25px 28px; border-left:4px solid var(--blue); background:#f6f9fd; }
.plain-answer h3 { margin:0 0 8px; font-size:22px; }
.plain-answer p { margin:0; color:#4a596d; }
.stack-diagram { margin-left:66px; border:1px solid var(--line); border-radius:24px; padding:18px; background:linear-gradient(180deg,#fff,#f7faff); position:relative; overflow:hidden; }
.stack-layer { min-height:72px; display:grid; grid-template-columns:150px 1fr; align-items:center; padding:0 22px; margin-bottom:8px; border-radius:14px; background:#fff; border:1px solid var(--line); position:relative; z-index:2; }
.stack-layer span { color:var(--blue); font-size:11px; font-weight:900; letter-spacing:.08em; }
.stack-layer strong { font-size:16px; word-spacing:16px; }
.stack-layer.assets { background:#eef5ff; border-color:#a6c7ee; }
.stack-layer.ledger { background:var(--navy); color:#fff; }
.stack-flow { position:absolute; width:4px; height:80%; top:10%; right:7%; border-radius:4px; background:linear-gradient(var(--blue),#00a78b); animation:stackFlow 2.5s ease-in-out infinite alternate; opacity:.65; }
@keyframes stackFlow { from{transform:scaleY(.15); transform-origin:top} to{transform:scaleY(1);transform-origin:top} }
.two-columns { margin:18px 0 0 66px; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.column-card { border:1px solid #b8d4c8; border-radius:20px; padding:24px; background:#f8fcfa; }
.column-card.risk-card { border-color:#ead2d6; background:#fffafb; }
.column-card h3 { margin:0 0 12px; font-size:21px; }
.check-list,.cross-list { list-style:none; padding:0; margin:0; }
.check-list li,.cross-list li { position:relative; padding:9px 0 9px 28px; border-bottom:1px solid rgba(16,32,54,.08); font-size:14px; }
.check-list li:before { content:'✓'; position:absolute; left:0; color:var(--green); font-weight:900; }
.cross-list li:before { content:'×'; position:absolute; left:0; color:var(--red); font-weight:900; }
.evidence-board { margin-left:66px; border:1px solid var(--line); border-radius:20px; overflow:hidden; }
.evidence-head,.evidence-row { display:grid; grid-template-columns:1.1fr 1.6fr 90px; gap:16px; align-items:center; padding:16px 20px; }
.evidence-head { background:var(--ink); color:#fff; font-size:11px; font-weight:900; letter-spacing:.08em; }
.evidence-row { border-bottom:1px solid var(--line); }
.evidence-row:last-child { border:0; }
.evidence-row strong { font-size:14px; }
.evidence-row p { margin:0; color:var(--muted); font-size:13px; }
.evidence-row b { text-align:center; font-size:11px; padding:5px 7px; border-radius:20px; }
.watch { color:var(--amber); background:#fff4d9; }
.danger { color:var(--red); background:#fde9ec; }
.scenario-grid { margin:26px 0 0 66px; display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.scenario { border:1px solid var(--line); border-radius:20px; padding:22px; }
.scenario > span { font-size:10px; font-weight:900; letter-spacing:.12em; }
.scenario h3 { font-size:20px; line-height:1.45; margin:8px 0 12px; }
.scenario p { margin:0; color:#546276; font-size:13px; }
.scenario.win { background:#f3fbf8; border-color:#acd8ca; }
.scenario.win > span { color:var(--green); }
.scenario.base { background:#f8fafc; }
.scenario.base > span { color:var(--blue); }
.scenario.lose { background:#fff8f9; border-color:#edc9cf; }
.scenario.lose > span { color:var(--red); }
.final-verdict { margin:28px 0 0 66px; background:var(--navy); color:#fff; border-radius:26px; padding:clamp(28px,5vw,52px); position:relative; overflow:hidden; }
.final-verdict:before { content:''; position:absolute; width:380px; height:380px; border:1px solid rgba(120,180,255,.15); border-radius:50%; right:-140px; top:-170px; box-shadow:0 0 0 65px rgba(120,180,255,.04),0 0 0 130px rgba(120,180,255,.025); }
.final-verdict > span { color:#8ebeff; font-size:11px; font-weight:900; letter-spacing:.14em; }
.final-verdict h2 { margin:12px 0 22px; font-size:clamp(30px,4vw,46px); position:relative; }
.final-verdict p { max-width:850px; color:#d4e0ef; position:relative; }
.verdict-line { margin-top:24px; padding-top:22px; border-top:1px solid rgba(255,255,255,.17); display:flex; align-items:center; gap:13px; position:relative; }
.verdict-line i { width:10px; height:10px; border-radius:50%; background:#65d8bd; box-shadow:0 0 0 7px rgba(101,216,189,.12); }
.sources-section { padding-bottom:100px; }
.sources { margin:0 0 0 66px; padding:20px 20px 20px 50px; border:1px solid var(--line); border-radius:18px; columns:2; column-gap:45px; }
.sources li { break-inside:avoid; padding:7px 0; font-size:12px; color:#526175; }
.sources a { text-underline-offset:3px; }
.sources a:hover { color:var(--blue); }
.disclaimer { margin:16px 0 0 66px; color:#798596; font-size:11px; }
footer { border-top:1px solid var(--line); background:#fbfcfd; }
.footer-inner { padding:40px 0; display:grid; grid-template-columns:150px 1fr auto; align-items:center; gap:20px; }
.footer-inner > span { font-weight:900; }
.footer-inner p { margin:0; color:var(--muted); font-size:13px; }
.footer-inner small { color:#8a95a3; }

@media (max-width: 900px) {
  .toc { grid-template-columns:repeat(3,1fr); }
  .toc a:nth-child(3) { border-right:0; }
  .toc a:nth-child(-n+3) { border-bottom:1px solid var(--line); }
  .gate-cards,.two-columns { grid-template-columns:1fr; }
  .gate-card:nth-child(5) { grid-column:auto; }
  .asset-grid,.institution-grid,.scenario-grid,.tension-notes { grid-template-columns:1fr; }
  .role-map { grid-template-columns:1fr; }
  .role-arrow:after { content:'↓'; }
  .competition-map { grid-template-columns:1fr; }
  .zone + .zone { border-left:0; border-top:1px solid var(--line); }
  .sources { columns:1; }
}

@media (max-width: 640px) {
  .shell,.wide-section { width:min(100% - 28px,1120px); }
  .site-header { height:62px; padding:0 16px; }
  .header-label { display:none; }
  .hero { padding:57px 0 18px; }
  h1 { font-size:39px; line-height:1.2; }
  .lead { font-size:17px; margin:24px 0 30px; }
  .hero-visual { grid-template-columns:1fr; padding:15px; gap:12px; }
  .era { min-height:125px; padding:20px; }
  .era-arrow { transform:rotate(90deg); padding:5px 0; }
  .hero-conclusion { grid-template-columns:1fr; gap:5px; padding:20px; }
  .hero-conclusion p { font-size:15px; }
  .toc { margin-top:14px; grid-template-columns:repeat(2,1fr); }
  .toc a { border-bottom:1px solid var(--line)!important; border-right:1px solid var(--line)!important; }
  .toc a:nth-child(even) { border-right:0!important; }
  .toc a:nth-last-child(-n+2) { border-bottom:0!important; }
  .section { padding:78px 0 0; }
  .section-head { gap:14px; margin-bottom:24px; }
  .section-no { width:37px; height:37px; flex-basis:37px; border-radius:11px; }
  h2 { font-size:31px; }
  .section-intro,.capture-ladder,.key-point,.gate-flow,.gate-cards,.asset-grid,.tension-notes,.role-map,.institution-grid,.competition-map,.plain-answer,.stack-diagram,.two-columns,.evidence-board,.scenario-grid,.final-verdict,.sources,.disclaimer { margin-left:0; }
  .section-intro { font-size:16px; margin-bottom:25px; }
  .ladder-row,.ladder-row.medium,.ladder-row.strong,.ladder-row.core { margin-left:0; grid-template-columns:45px 1fr; padding:15px; gap:11px; }
  .ladder-row em { grid-column:2; text-align:left; margin-top:-7px; }
  .ladder-row strong { font-size:16px; }
  .ladder-row span { font-size:12px; }
  .gate-flow { grid-template-columns:repeat(5,minmax(86px,1fr)); overflow-x:auto; padding-bottom:7px; scrollbar-width:none; }
  .gate-flow::-webkit-scrollbar{display:none}
  .flow-line { display:none; }
  .gate { min-width:86px; padding:12px 7px; }
  .gate span { font-size:12px; }
  .gate small { font-size:10px; }
  .gate-card { padding:21px 18px; }
  .gate-card h3 { font-size:19px; }
  .capital-box { grid-template-columns:1fr; }
  .fact-row { grid-template-columns:1fr; gap:4px; }
  .collateral-animation { height:210px; }
  .finality-diagram { grid-template-columns:1fr; }
  .finality-diagram i { transform:rotate(90deg); }
  .asset-card p { min-height:auto; }
  .competition-map { min-height:auto; }
  .zone { min-height:210px; }
  .stack-layer { grid-template-columns:1fr; padding:14px 16px; min-height:72px; }
  .stack-layer strong { font-size:13px; word-spacing:4px; margin-top:3px; }
  .stack-flow { right:10px; }
  .evidence-head { display:none; }
  .evidence-row { grid-template-columns:1fr auto; gap:7px; padding:16px; }
  .evidence-row p { grid-column:1/-1; }
  .final-verdict { border-radius:22px; }
  .final-verdict h2 { font-size:30px; }
  .sources { padding-left:38px; }
  .footer-inner { grid-template-columns:1fr; gap:6px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration:.001ms!important; animation-iteration-count:1!important; scroll-behavior:auto!important; }
}

.tension-notes { margin:18px 0 0 66px; display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.tension-notes > div { border:1px solid var(--line); border-radius:16px; padding:16px 18px; background:#fbfcfd; }
.tension-notes span { font-size:11px; color:var(--blue); font-weight:900; letter-spacing:.06em; }
.tension-notes p { margin:6px 0 0; color:#58677a; font-size:12px; line-height:1.75; }
