/* ============================================
   SINGLE-SCREEN LAYOUT
   ============================================ */
html { overflow: hidden; scroll-behavior: auto; }
body { height: 100dvh; height: 100vh; overflow: hidden; }

.page {
  display: flex; flex-direction: column;
  height: 100dvh; height: 100vh;
  position: relative; z-index: 1;
}

/* HEADER — logo only, top-left */
.page-header {
  flex-shrink: 0;
  padding: 1rem 1.25rem;
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
}
.page-header .nav-brand { display: inline-flex; }
.page-header .nav-brand svg { width: 28px; height: 28px; }

/* HERO — vertically centered in remaining space */
.hero {
  flex: 1; display: flex; align-items: center; justify-content: center;
  text-align: center; position: relative; overflow: visible;
  padding: 0 1.25rem 80px;
}
.hero-inner {
  max-width: 640px; width: 100%;
  position: relative; z-index: 1;
}

/* FOOTER — homepage animation + extras */
.page-footer {
  flex-shrink: 0;
  opacity: 0; animation: heroRevealToHalf 400ms ease-out 900ms forwards;
}
.footer-disclaimer-inline { opacity: 0.7; }
#dataTimestamp { font-size: inherit; color: inherit; display: inline; }

/* Hero fade-in sequence — staggered entrance */
@keyframes heroFadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroFadeInSoft { from { opacity: 0; transform: translateY(12px); } to { opacity: 0.85; transform: translateY(0); } }
@keyframes heroReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroRevealSoft { from { opacity: 0; transform: translateY(18px); } to { opacity: 0.85; transform: translateY(0); } }
@keyframes heroRevealToHalf { from { opacity: 0; transform: translateY(24px); } to { opacity: 0.5; transform: translateY(0); } }

/* First-teal-dot intro: dark backdrop + prominent bubble */
.intro-backdrop {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(10, 14, 20, 0.65);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 11;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.story-bubble-intro {
  z-index: 13;
  background: #0a0e14;
  border: 1px solid rgba(45,212,191,0.35);
  box-shadow: 0 8px 40px rgba(0,0,0,0.7), 0 0 24px rgba(45,212,191,0.12);
  font-size: 13.5px;
  line-height: 1.65;
  pointer-events: none;
}
.intro-dot-ring { z-index: 12; pointer-events: none; }

.hero-title { font-family: var(--sans); font-size: clamp(1.8rem, 4.5vw, 2.4rem); font-weight: 600; letter-spacing: 0.03em; margin-bottom: 0.5rem; background: linear-gradient(135deg, var(--text) 0%, var(--accent) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.hero-number { font-family: var(--sans); font-size: clamp(4rem, 14vw, 8rem); font-weight: 200; color: var(--text); line-height: 1; margin-bottom: 1.25rem; letter-spacing: -0.035em; min-height: 1em; transition: color 1.5s ease-out; opacity: 0; animation: heroReveal 400ms ease-out forwards; }
.hero-number.loading { animation: heroReveal 400ms ease-out forwards, skeleton-shimmer 1.8s ease-in-out infinite; }
.hero-number span { transition: color 1.5s ease-out; }
.hero-number.live, .hero-number.live span { color: var(--accent); }
.hero-share-icon { display: inline-block; vertical-align: super; margin-left: 0.15em; color: var(--accent); opacity: 0.35; font-size: 0.28em; line-height: 1; text-decoration: none; transition: opacity 0.2s ease; position: relative; }
.hero-share-icon:hover { opacity: 0.8; }
.hero-share-icon svg { display: block; }
.hero-oneliner { font-size: clamp(1rem, 2.5vw, 1.2rem); color: var(--text-secondary); margin: 0.15rem auto 0.6rem; line-height: 1.5; letter-spacing: 0.01em; }
.hero-explainer { font-size: clamp(0.82rem, 2vw, 0.95rem); color: var(--text-secondary); margin: 0 auto 0.6rem; line-height: 1.5; letter-spacing: 0.01em; opacity: 0.7; }
.hero-data-row { font-family: var(--mono); font-size: 0.7rem; color: var(--text-muted); letter-spacing: 0.04em; text-align: center; margin: 0 auto 1.5rem; max-width: 560px; padding: 0 24px; box-sizing: border-box; opacity: 0.6; }
.hero-desc { font-weight: 400 !important; font-size: clamp(0.92rem, 2vw, 1.08rem); color: var(--text-secondary); margin: 0 auto 1rem; line-height: 1.8; letter-spacing: 0.01em; max-width: 580px; padding: 0 28px; box-sizing: border-box; text-align: left; opacity: 0; animation: heroRevealSoft 400ms ease-out 700ms forwards; }
.hero-desc a { text-decoration: none; padding-bottom: 1px; transition: border-color 150ms ease, color 150ms ease; }
.hero-desc a.page-link { color: rgba(45,212,191,0.65); border-bottom: 1px solid rgba(45,212,191,0.4); }
.hero-desc a.page-link:hover { color: var(--accent); border-bottom-color: var(--accent); }
.hero-desc a.def-link { color: rgba(45,212,191,0.55); border-bottom: 1px dotted rgba(45,212,191,0.4); }
.hero-desc a.def-link::after { content: "°"; font-size: 0.65em; vertical-align: super; margin-left: 1px; opacity: 0.6; }
.hero-desc a.def-link:hover { color: var(--accent); border-bottom-color: var(--accent); }
.live-dot { display: inline-block; width: 6px; height: 6px; background: transparent; border: 1.5px solid var(--accent); border-radius: 50%; margin-right: 4px; vertical-align: middle; animation: pulse-live 2.5s ease-in-out infinite; will-change: opacity, box-shadow; }
@keyframes pulse-live { 0%, 100% { opacity: 0.9; box-shadow: 0 0 0 0 rgba(45,212,191,0); } 50% { opacity: 0.5; box-shadow: 0 0 0 3px rgba(45,212,191,0.15); } }
.live-dot.stale { border-color: #f59e0b; animation: none; opacity: 0.6; }
.live-badge { display: inline-flex; align-items: center; gap: 0; font-size: 0.85rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; margin-top: 0.75rem; opacity: 0.75; }
.live-link { color: var(--accent) !important; text-decoration: underline !important; text-decoration-color: color-mix(in srgb, var(--accent) 40%, transparent) !important; text-underline-offset: 3px; transition: text-decoration-color 0.2s; }
.live-link:hover { text-decoration-color: var(--accent) !important; }
.live-arrow { display: inline-block; font-size: 0.65em; margin-left: 3px; opacity: 0.5; transition: opacity 0.2s; }
.live-link:hover .live-arrow { opacity: 1; }
.bg-explainer { padding: 0.5rem 0; }
.bg-explainer-card { border-top: 2px solid var(--accent); border-bottom: 2px solid var(--accent); max-width: 520px; margin: 0 auto; text-align: center; }
.bg-explainer-toggle { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.75rem 1.5rem; background: none; border: none; cursor: pointer; }
.bg-explainer-title { font-family: var(--sans); font-size: 1.5rem; color: var(--accent); font-weight: 600; margin: 0; }
.bg-explainer-arrow { font-size: 0.7rem; color: var(--accent); transition: transform 0.3s ease; display: inline-block; }
.bg-explainer-toggle[aria-expanded="true"] .bg-explainer-arrow { transform: rotate(180deg); }
.bg-explainer-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; padding: 0 1.5rem; }
.bg-explainer-body.open { max-height: 800px; padding: 0 1.5rem 1.25rem; }
.bg-explainer-line { font-size: 1.1rem; color: var(--text-secondary); line-height: 1.7; margin: 0.5rem 0; }
.teal { color: var(--accent); font-weight: 600; }
.bg-explainer-line .dim { color: var(--text-muted); }
.dot-cta { font-weight: 600; color: var(--text) !important; }
.bg-explainer-line.scroll-reveal span { display: inline-block; opacity: 0; transform: translateX(-10px); transition: opacity 0.4s ease, transform 0.4s ease; }
[dir="rtl"] .bg-explainer-line.scroll-reveal span { transform: translateX(10px); }
.bg-explainer-line.scroll-reveal.visible span { opacity: 1; transform: translateX(0); }
.bg-explainer-line.scroll-reveal .teal { color: var(--accent); }
.bg-explainer-line.scroll-reveal .dim { color: var(--text-muted); }

/* Thesis items inside explainer panel */
.thesis-items { margin-top: 1rem; text-align: left; }
.thesis-detail { border: 1px solid var(--border); border-radius: 8px; margin-bottom: 0.4rem; }
.thesis-detail summary { font-family: var(--sans); font-size: 0.95rem; font-weight: 600; color: var(--accent); padding: 0.75rem 1rem; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.thesis-detail summary::-webkit-details-marker { display: none; }
.thesis-detail summary::after { content: '+'; font-size: 1.1rem; color: var(--text-muted); flex-shrink: 0; margin-left: 0.5rem; }
.thesis-detail[open] summary::after { content: '\2212'; }
.thesis-detail p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; padding: 0 1rem 0.75rem; margin: 0; }
.bg-explainer-body .thesis-quote { font-family: var(--sans); font-size: clamp(0.95rem, 2.5vw, 1.15rem); color: var(--text); text-align: center; max-width: 480px; margin: 1.25rem auto 0.75rem; line-height: 1.55; font-style: italic; opacity: 0.9; }

@media (max-width: 600px) {
  .bg-explainer { padding: 0.25rem 0; }
  .bg-explainer-toggle { padding: 0.6rem 1rem; }
  .bg-explainer-title { font-size: 1.15rem; }
  .bg-explainer-body { padding: 0 1rem; }
  .bg-explainer-body.open { padding: 0 1rem 1rem; }
  .bg-explainer-line { font-size: 0.95rem; line-height: 1.5; margin: 0.25rem 0; }
  .thesis-detail summary { font-size: 0.88rem; padding: 0.65rem 0.85rem; }
  .thesis-detail p { font-size: 0.82rem; padding: 0 0.85rem 0.65rem; }
}

/* CHART (used on /history and other pages — kept for compatibility) */
.chart-wrap { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem 1rem 0.75rem; height: clamp(300px, 45vw, 420px); overflow: visible; position: relative; }
.chart-wrap canvas { width: 100% !important; height: 100% !important; }
.chart-skeleton { position: absolute; inset: 1.25rem 1rem 0.75rem; display: flex; align-items: flex-end; transition: opacity 0.4s; }
.chart-skeleton.hidden { opacity: 0; pointer-events: none; }
.chart-skeleton-line { position: absolute; bottom: 0; width: 8%; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, rgba(45,212,191,0.06) 0%, rgba(45,212,191,0.02) 100%); animation: skeleton-shimmer 1.8s ease-in-out infinite; }
.chart-skeleton-line:nth-child(2) { animation-delay: 0.15s; }
.chart-skeleton-line:nth-child(3) { animation-delay: 0.3s; }
.chart-skeleton-line:nth-child(4) { animation-delay: 0.45s; }
.chart-skeleton-line:nth-child(5) { animation-delay: 0.6s; }
.chart-skeleton-line:nth-child(6) { animation-delay: 0.75s; }
@keyframes skeleton-shimmer { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }
.chart-error {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.75rem;
}
.chart-error p { font-size: 0.88rem; color: var(--text-muted); }
.chart-error button {
  font-family: var(--sans); font-size: 0.82rem; font-weight: 600;
  color: var(--accent); background: none; border: 1px solid var(--accent);
  border-radius: 6px; padding: 0.5rem 1.25rem; cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.chart-error button:hover { background: var(--accent); color: var(--bg); }
.chart-orb { position: absolute; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; transform: translate(-50%, -50%); z-index: 5; pointer-events: none; }
.chart-orb::before, .chart-orb::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1.5px solid var(--accent); animation: orb-ring 2s ease-out infinite; }
.chart-orb::after { animation-delay: 1s; }
.chart-orb { box-shadow: 0 0 8px rgba(45,212,191,0.25), 0 0 16px rgba(45,212,191,0.1); opacity: 0.7; }
@keyframes orb-ring { 0% { width: 8px; height: 8px; opacity: 0.4; } 100% { width: 36px; height: 36px; opacity: 0; } }
.chart-context { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.6rem; letter-spacing: 0.01em; line-height: 1.6; }
.chart-context strong { color: var(--text-secondary); font-weight: 600; }
.chart-comparison { font-size: 0.88rem; color: var(--text-muted); margin-top: 0.75rem; margin-bottom: 0.25rem; font-style: italic; letter-spacing: 0.01em; }
.chart-comparison strong { color: var(--text-secondary); font-weight: 600; font-style: normal; }
.latest-context { margin-top: 1.25rem; margin-bottom: 0; padding: 0.85rem 1rem; border-left: 2px solid var(--accent); background: rgba(45,212,191,0.03); border-radius: 0 6px 6px 0; }
.latest-context-label { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent); margin-bottom: 0.3rem; font-weight: 600; opacity: 0.7; }
.latest-context-date { font-weight: 400; opacity: 0.5; margin-left: 0.5rem; }
.latest-context-text { font-size: 1rem; color: var(--text-secondary); line-height: 1.55; list-style: none; padding: 0; }
.latest-context-text li { padding: 0.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.03); }
.latest-context-text li:last-child { border-bottom: none; padding-bottom: 0; }
.latest-context-text a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; text-decoration-color: rgba(45,212,191,0.3); }
.latest-context-text a:hover { text-decoration-color: var(--accent); color: var(--text); }

/* Scroll offset for section targets — nav(48px) + gap */
#issuance, #chains, #milestones, #country-milestones { scroll-margin-top: 56px; }

/* CHAIN BREAKDOWN — GRAVITY WELLS */
.chain-summary { display: flex; justify-content: center; gap: 2rem; margin-bottom: 1.5rem; font-size: 0.8rem; color: var(--text-muted); }
.chain-summary strong { color: var(--text); font-weight: 600; }
.gw-range-bar { display: flex; justify-content: center; gap: 0.35rem; margin-top: 0.5rem; margin-bottom: 0.75rem; }
.gw-range-pill { font-family: var(--mono); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; padding: 0.3rem 0.75rem; border-radius: 999px; border: 1px solid rgba(255,255,255,0.08); background: transparent; color: var(--text-muted); cursor: pointer; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.gw-range-pill:hover { border-color: rgba(45,212,191,0.3); color: var(--text-secondary); }
.gw-range-active { background: rgba(45,212,191,0.12); border-color: rgba(45,212,191,0.35); color: #2DD4BF; }
.gravity-wells-wrap { position: relative; width: 100%; margin: 0 auto; z-index: 12; opacity: 0; transition: opacity 0.4s ease; }
.gravity-wells-wrap.gw-data-ready { opacity: 1; }
.gravity-wells-svg { display: block; width: 100%; height: auto; overflow: visible; }

/* Live data badge */
.gw-live-badge { display: flex; align-items: center; justify-content: center; gap: 0.35rem; margin-bottom: 0.6rem; font-family: var(--mono); font-size: 11px; color: #555; letter-spacing: 0.02em; }
.gw-live-dot { width: 6px; height: 6px; border-radius: 50%; background: #00d4aa; flex-shrink: 0; animation: gwLivePulse 2.5s ease-in-out infinite; }
@keyframes gwLivePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(0,212,170,0.4); }
  50% { opacity: 0.6; box-shadow: 0 0 0 3px rgba(0,212,170,0); }
}

/* Well expand animation */
.gw-well { transform-origin: var(--cx) var(--cy); transform: scale(0); }
.gw-well.gw-visible { animation: gwExpand 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: var(--delay, 0s); }
@keyframes gwExpand { to { transform: scale(1); } }

/* Pulsing ring */
.gw-pulse-ring { transform-origin: var(--cx) var(--cy); animation: gwPulse 3.5s ease-out infinite; animation-delay: var(--pulse-delay, 0s); opacity: 0; }
@keyframes gwPulse {
  0% { transform: scale(1); opacity: 0.35; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* Label fade-in */
.gw-label { opacity: 0; transition: opacity 0.5s ease; }
.gw-label.gw-label-visible { opacity: 1; }

/* Long-tail text footer */
.gw-tail-footer { text-align: center; font-family: var(--mono); font-size: 13px; color: #444; margin-top: 0.6rem; }
.gw-tail-pct { color: #666; }

/* Supply Change (24h) — sits directly below gravity wells, mirrors .activity-feed styling */
.supply-change-wrap { max-width: 520px; margin: 1.6rem auto 0; padding-top: 1.2rem; border-top: 1px solid var(--border); }
.supply-change-title { font-family: var(--sans); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600; text-align: center; margin: 0 0 0.4rem; }
.supply-change-wrap .gw-live-badge { margin-bottom: 1rem; }
.supply-change-feed { margin-top: 0.4rem; }
.supply-change-feed .activity-dot.up::before { background: #22c55e; }
.supply-change-feed .activity-dot.down::before { background: #ef4444; }
.supply-change-feed .activity-title { font-family: var(--mono); }
.supply-change-feed .sc-delta { font-weight: 600; margin-left: 0.35em; }
.supply-change-feed .sc-delta.up { color: #22c55e; }
.supply-change-feed .sc-delta.down { color: #ef4444; }
.supply-change-feed .activity-time { font-family: var(--mono); }

/* Well interactivity — hover & active */
.gw-well-tap { cursor: pointer; }
@media (hover: hover) {
  .gw-well-tap:hover { filter: brightness(1.25); transform-origin: var(--cx) var(--cy); }
}
.gw-well-tap:active { filter: brightness(1.3); }

/* Fixed info strip between SVG and tail footer */
.gw-info-strip {
  text-align: center; padding: 0.8rem 0 0.4rem; min-height: 4.2rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.gw-info-strip-hint {
  font-family: var(--sans); font-size: 0.8rem; color: #555; letter-spacing: 0.03em;
  transition: opacity 0.3s ease;
}
.gw-info-strip-detail {
  display: flex; flex-direction: column; align-items: center; gap: 0.15rem;
  animation: gwStripFadeIn 0.3s ease both;
}
@keyframes gwStripFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.gw-strip-name { font-size: 0.95rem; font-weight: 700; }
.gw-strip-value { font-size: 1.6rem; font-weight: 700; color: #fff; font-family: var(--mono); }
.gw-strip-rank { font-size: 0.75rem; color: #777; font-family: var(--mono); }

/* Well tap pulse */
@keyframes gwTapPulse {
  0% { filter: brightness(1); }
  40% { filter: brightness(1.6); }
  100% { filter: brightness(1); }
}
.gw-well-tap.gw-tap-flash {
  animation: gwTapPulse 0.4s ease-out;
}

/* Well expanded steady state — after intro animation, enables transitions for interactive states */
.gw-well.gw-expanded {
  animation: none;
  transform: scale(1);
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
  will-change: transform, opacity;
}

/* Selected well — scale up + subtle glow */
.gw-well.gw-expanded.gw-well-selected {
  transform: scale(1.12);
  filter: drop-shadow(0 0 18px rgba(255,255,255,0.12));
}

/* Dimmed wells — unselected bubbles fade back */
.gw-well.gw-expanded.gw-well-dimmed {
  opacity: 0.35;
}

/* Detail card shown in info strip on chain select */
.gw-detail-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(13, 17, 23, 0.92);
  border: 1px solid rgba(45, 212, 191, 0.18);
  border-radius: 10px;
  padding: 0.85rem 1.25rem;
  animation: gwStripFadeIn 0.3s ease both;
  max-width: 340px;
  margin: 0 auto;
}
.gw-detail-card-name {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
}
.gw-detail-card-meta {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: #777;
  margin-top: 0.1rem;
}
.gw-rank-up { color: #22c55e; font-weight: 700; font-size: 0.85em; }
.gw-rank-down { color: #ef4444; font-weight: 700; font-size: 0.85em; }
.gw-rank-new { color: #2DD4BF; font-weight: 700; font-size: 0.85em; }
.gw-detail-card-value {
  font-family: var(--mono);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: right;
}

@media (max-width: 600px) {
  .chain-summary { gap: 1rem; font-size: 0.72rem; }
  .gw-tail-footer { font-size: 12px; }
  .gw-strip-value { font-size: 1.35rem; }
  .gw-detail-card { max-width: 280px; padding: 0.7rem 1rem; }
  .gw-detail-card-value { font-size: 1.15rem; }
  .gw-detail-card-name { font-size: 0.88rem; }
}

/* LANDSCAPE */
/* Landscape grid now uses ic-issuers flex layout */
.landscape-grid { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1.5rem; }
.landscape-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 0.7rem 0.9rem; display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; cursor: pointer; transition: border-color 0.2s; }
@media (hover: hover) { .landscape-card:hover { border-color: rgba(255,255,255,0.12); } }
.landscape-card-left { flex: 1; min-width: 0; }
.landscape-card-header { display: flex; align-items: center; gap: 0.4rem; margin-bottom: 0.15rem; }
.landscape-card-logo { width: 22px; height: 22px; flex-shrink: 0; }
.landscape-card-logo svg { width: 100%; height: 100%; display: block; }
.landscape-card-name { font-family: var(--sans); font-size: 0.88rem; font-weight: 700; color: var(--text); }
.landscape-card-ticker { font-size: 0.7rem; font-weight: 600; color: var(--accent-light); font-family: var(--mono); }
.landscape-card-issuer { font-size: 0.68rem; color: var(--text-muted); }
.landscape-card-issuer a { color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.landscape-card-issuer a:hover { color: var(--accent); }
.landscape-card-desc { font-size: 0.75rem; color: var(--text-secondary); line-height: 1.5; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease; margin-top: 0; }
.landscape-card.expanded { flex-wrap: wrap; }
.landscape-card.expanded .landscape-card-desc { max-height: 120px; opacity: 0.7; margin-top: 0.4rem; }
.landscape-card-stat { font-size: 0.68rem; color: var(--text-muted); font-family: var(--mono); }
.landscape-card-stat strong { color: var(--text); font-weight: 600; }
.landscape-card-right { text-align: right; flex-shrink: 0; }
.landscape-card-mc { font-size: 0.88rem; font-weight: 700; color: var(--text); font-family: var(--mono); }
.landscape-card-share { font-size: 0.68rem; color: var(--text-muted); font-family: var(--mono); }

@media (max-width: 600px) { .landscape-grid { gap: 0.3rem; } }

/* SECTION */
.section-title { font-family: var(--sans); font-size: clamp(1.4rem, 3.5vw, 1.7rem); color: var(--text); margin-bottom: 0.6rem; }
.section-intro { font-size: 1.1rem; color: var(--text); max-width: 460px; line-height: 1.6; margin-bottom: 1.75rem; opacity: 0.75; }

/* RUNWAY */
.progress-track { margin-top: 2rem; margin-bottom: 4.5rem; background: rgba(255,255,255,0.03); border-radius: 8px; height: 8px; position: relative; overflow: visible; border: 1px solid rgba(255,255,255,0.04); }
.progress-fill { height: 100%; border-radius: 8px; background: var(--accent); position: relative; }
.progress-fill::before { content: ''; position: absolute; right: -4px; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 50%; background: var(--accent); border: 2px solid var(--bg); }
.progress-fill::after { content: var(--pct-label, '1.40%'); position: absolute; right: -14px; top: -26px; font-size: 1rem; font-weight: 600; color: var(--accent); white-space: nowrap; }
.progress-markers { position: absolute; top: 0; left: 0; right: 0; height: 100%; }
.progress-marker { position: absolute; top: -4px; width: 1px; height: 16px; background: var(--text-muted); }
.progress-marker.reached { background: var(--accent); opacity: 0.5; }
.progress-marker.next { opacity: 0.5; animation: pulse-marker 2.5s ease-in-out infinite; background: var(--accent); box-shadow: 0 0 6px rgba(45,212,191,0.4); }
@keyframes pulse-marker { 0%, 100% { opacity: 0.5; box-shadow: 0 0 6px rgba(45,212,191,0.4); } 50% { opacity: 0.25; box-shadow: 0 0 12px rgba(45,212,191,0.6); } }
.progress-marker.future { opacity: 0.08; }
.progress-marker-label { position: absolute; top: 20px; font-size: 1rem; font-weight: 700; transform: translateX(-50%); }
.progress-marker.reached .progress-marker-label { color: var(--accent); }
.progress-marker.next .progress-marker-label { color: var(--text-secondary); }
.progress-marker.future .progress-marker-label { color: var(--text-muted); }

.next-milestone { text-align: center; font-family: var(--sans); font-size: 0.95rem; color: var(--text-secondary); margin-top: 0; margin-bottom: 1.75rem; letter-spacing: 0.02em; }
.next-milestone strong { color: var(--accent); font-weight: 600; font-family: var(--sans); }
.runway { margin-top: 2rem; }
.runway-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem 1.5rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; margin-bottom: 0.85rem; }
.runway-item:last-child { margin-bottom: 0; }
.runway-item.crossed { border-color: rgba(45,212,191,0.15); background: linear-gradient(135deg, rgba(45,212,191,0.03) 0%, var(--bg-card) 100%); }
.runway-item.current { border-color: rgba(45,212,191,0.25); }
.runway-marker { flex-shrink: 0; width: 48px; display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: 1.5rem; font-weight: 700; color: var(--text-muted); padding-top: 0.1rem; }
.runway-item.crossed .runway-marker { color: var(--accent); }
.runway-item.current .runway-marker { color: var(--accent); }
.runway-item.current .runway-threshold { color: var(--accent); }
.status-next-dot { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); opacity: 0.85; box-shadow: 0 0 6px rgba(45,212,191,0.4); }
@keyframes spin { to { transform: rotate(360deg); } }
.runway-content { flex: 1; }
.runway-threshold { font-family: var(--sans); font-size: 1.1rem; color: var(--text); }
.runway-item.crossed .runway-threshold { color: var(--accent); }
.runway-desc { font-size: 1rem; color: var(--text-secondary); margin-top: 0.35rem; line-height: 1.6; }
.runway-meta { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.4rem; }
.runway-achieved { font-size: 0.82rem; color: var(--accent); margin-top: 0.4rem; font-weight: 500; letter-spacing: 0.01em; }
.runway-market-note { font-size: 0.8rem; color: var(--text-secondary); margin-top: 0.3rem; line-height: 1.5; font-style: italic; }
.runway-next-label { display: inline-block; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent); background: rgba(45,212,191,0.08); border: 1px solid rgba(45,212,191,0.18); border-radius: 4px; padding: 0.15em 0.5em; margin-top: 0.25rem; margin-bottom: 0.1rem; }
.runway-projection { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.35rem; opacity: 0.7; font-style: italic; }
.runway-eta { font-size: 0.8rem; color: var(--accent-light); margin-top: 0.25rem; opacity: 0.85; }
.runway-eta-icon { margin-right: 0.2em; font-style: normal; }
.runway-eta-distant { color: var(--text-muted); }
.runway-status { align-self: center; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; }
.runway-status.reached { width: 28px; height: 28px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; }
.runway-status.reached svg { width: 14px; height: 14px; }
.runway-status.reached svg path { stroke: var(--bg); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 20; stroke-dashoffset: 20; }
.runway-status.reached.tick-draw svg path { animation: drawTick 0.6s ease forwards; }
@keyframes drawTick { to { stroke-dashoffset: 0; } }
.runway-status.next { color: var(--accent); }
.runway-status.future { width: 28px; height: 28px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.08); }

/* Milestone accordion — collapsed by default, smooth expand */
.runway-item { cursor: pointer; flex-wrap: wrap; transition: border-color 0.2s, background 0.2s; }
.runway-details { max-height: 0; overflow: hidden; transition: max-height 200ms ease; }
.runway-item.ms-expanded .runway-details { max-height: 300px; }
/* Chevron indicator */
.runway-chevron { align-self: center; flex-shrink: 0; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; margin-left: 0.5rem; transition: transform 200ms ease; }
.runway-chevron::before { content: ''; display: block; width: 7px; height: 7px; border-right: 2px solid var(--text-muted); border-bottom: 2px solid var(--text-muted); transform: rotate(45deg); margin-top: -2px; }
.runway-item.ms-expanded .runway-chevron { transform: rotate(180deg); }
.runway-item.ms-expanded .runway-chevron::before { border-color: var(--accent); }
@media (hover: hover) { .runway-item:hover { border-color: rgba(255,255,255,0.15); } .runway-item:hover .runway-chevron::before { border-color: var(--accent); } }

/* DRIVERS — icon card grid */
.drivers-row-label { font-family: var(--sans); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600; margin-bottom: 0.5rem; }
.drivers-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.65rem; margin-bottom: 1.25rem; }
.driver-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem 0.75rem 1rem; display: flex; flex-direction: column; align-items: center; text-align: center; cursor: pointer; transition: border-color 0.25s, box-shadow 0.25s, background 0.25s, transform 0.15s; position: relative; }
@media (hover: hover) { .driver-card:hover { border-color: rgba(45,212,191,0.3); box-shadow: 0 0 12px rgba(45,212,191,0.06); background: rgba(45,212,191,0.03); } }
.driver-card:active { transform: scale(0.97); background: rgba(45,212,191,0.05); }
.driver-card.expanded { border-color: rgba(45,212,191,0.25); background: rgba(45,212,191,0.03); }
/* Expand indicator chevron */
.driver-card::after { content: '\25BE'; display: block; font-size: 0.7rem; color: rgba(45,212,191,0.4); margin-top: 0.35rem; transition: transform 0.25s, color 0.25s; }
.driver-card.expanded::after { transform: rotate(180deg); color: var(--accent); }
@media (hover: hover) { .driver-card:hover::after { color: var(--accent); } }
.driver-card-icon { width: 28px; height: 28px; color: var(--accent); margin-bottom: 0.5rem; }
.driver-card-icon svg { width: 100%; height: 100%; display: block; }
.driver-card-label { font-family: var(--sans); font-size: 0.88rem; font-weight: 600; color: var(--text); }
.driver-card-desc { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.5; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.3s ease; margin-top: 0; }
.driver-card.expanded .driver-card-desc { max-height: 200px; opacity: 0.8; margin-top: 0.65rem; }
.drivers-closing { font-size: 1rem; color: var(--text); line-height: 1.6; margin: 0; opacity: 0.75; }

/* METHODOLOGY */
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 1rem; }
.method-block { padding: 1.1rem 1.25rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; border-left: 3px solid var(--accent); opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; will-change: opacity, transform; }
.method-block.visible { opacity: 1; transform: translateY(0); }
.method-block h4 { font-family: var(--sans); font-size: 1rem; color: var(--accent); font-weight: 600; margin-bottom: 0.3rem; letter-spacing: 0.02em; }
.method-block p { font-size: 1rem; color: var(--text); line-height: 1.6; margin: 0; opacity: 0.8; }
.method-note { font-size: 1rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1.5rem; padding: 0; background: none; border: none; border-radius: 0; }
.method-note p { margin: 0; }
.disclaimer { padding: 0; background: none; border: none; border-radius: 0; margin-bottom: 0; margin-top: 2rem; border-top: 1px solid var(--border); padding-top: 1.25rem; opacity: 0.4; }
@media (hover: hover) { .disclaimer:hover { opacity: 0.7; transition: opacity 0.3s; } }
.disclaimer h4 { display: none; }
.disclaimer p { font-size: 0.75rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.disclaimer-extra { margin-top: 0.75rem; font-size: 0.72rem; }
.disclaimer-extra a { color: var(--text-muted); text-decoration: underline; }
.data-sources { padding-top: 1.5rem; margin-top: 1.5rem; border-top: 1px solid var(--border); }
.data-sources a { color: var(--text-secondary); }
.data-sources a:hover { color: var(--accent); }
.sources-table { width: 100%; font-size: 0.85rem; color: var(--text-secondary); margin-top: 0.5rem; border-collapse: collapse; }
.sources-table th { text-align: left; color: var(--text-muted); font-weight: 600; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.4rem 0.5rem 0.4rem 0; border-bottom: 1px solid var(--border); }
.sources-table td { padding: 0.5rem 0.5rem 0.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.02); font-size: 0.85rem; }
.sources-table td:last-child { color: var(--text-muted); }
.update-note { font-size: 0.9rem; color: var(--text-muted); letter-spacing: 0.02em; margin: 0; }
.update-note .live-dot { vertical-align: middle; margin-right: 3px; }
.update-note a { color: var(--accent); }
.api-cta { font-size: 0.85rem; color: var(--text-muted); margin-top: 1rem; letter-spacing: 0.03em; }
.api-cta a { color: var(--text-secondary); font-weight: 500; }
.api-cta a:hover { color: var(--accent); }

/* RATIO SHIFT CELEBRATION */
.shift-banner { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(10,14,20,0.92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid rgba(45,212,191,0.25); padding: 0.85rem 1.5rem; text-align: center; transform: translateY(-100%); transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
.shift-banner.visible { transform: translateY(0); }
.shift-banner-text { font-family: var(--sans); font-size: 1.05rem; color: var(--text); letter-spacing: 0.01em; }
.shift-banner-text strong { color: var(--accent); font-weight: 700; font-family: var(--sans); font-size: 1rem; }
.shift-banner-close { background: none; border: none; color: var(--text-muted); cursor: pointer; font-size: 1.2rem; padding: 0.5rem 0.75rem; margin-left: 0.5rem; vertical-align: middle; transition: color 0.2s; min-height: 44px; }
.shift-banner-close:hover { color: var(--text); }
@keyframes hero-shimmer { 0% { opacity: 1; filter: brightness(1); } 30% { opacity: 0.7; filter: brightness(1.4); } 100% { opacity: 1; filter: brightness(1); } }

/* SCROLL TO TOP */
.scroll-top { position: fixed; bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px)); right: 1.5rem; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); background: rgba(10,14,20,0.85); color: var(--text-muted); font-size: 1rem; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity 0.3s, color 0.2s, border-color 0.2s; z-index: 100; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; }
.scroll-top.visible { opacity: 1; pointer-events: auto; }
@media (hover: hover) { .scroll-top:hover { color: var(--accent); border-color: rgba(45,212,191,0.3); } }
/* (Footer styles are now in the page-footer block at top of file) */
.hero-quiet-links { text-align: center; margin-top: 0.75rem; font-size: 0.82rem; color: var(--text-muted); letter-spacing: 0.02em; }
.hero-quiet-links a { color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.hero-quiet-links a:hover { color: var(--accent); }
.share-cta { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.75rem; padding: 0.55rem 1.2rem; font-family: var(--sans); font-size: 0.82rem; font-weight: 600; color: var(--accent); background: rgba(45,212,191,0.06); border: 1px solid rgba(45,212,191,0.18); border-radius: 6px; text-decoration: none; transition: all 0.25s ease; letter-spacing: 0.02em; cursor: pointer; }
.share-cta:hover { background: rgba(45,212,191,0.12); border-color: rgba(45,212,191,0.35); color: #fff; transform: translateY(-1px); box-shadow: 0 2px 12px rgba(45,212,191,0.15); }
.share-cta:active { transform: translateY(0); }
.share-cta svg { opacity: 0.75; transition: opacity 0.2s; }
.share-cta:hover svg { opacity: 1; }
.share-cta-row { display: flex; justify-content: center; gap: 0.5rem; margin-top: 0.75rem; }
.ic-issuer-others { display: block; cursor: pointer; }
.ic-issuer-others:hover { background: rgba(45,212,191,0.06); border-color: rgba(45,212,191,0.25); }
.ic-issuer-others .ic-issuer-chevron { color: var(--accent); }
.share-cta-hero { display: flex; width: fit-content; padding: 0.5rem 1.25rem; font-size: 0.8rem; max-width: 580px; box-sizing: border-box; margin: 0.75rem auto 0; }
.dot-hint { font-family: var(--sans); font-size: 0.65rem; color: rgba(255,255,255,0.18); text-align: center; margin: 0.5rem 0 0; letter-spacing: 0.01em; }
.share-cta-inline { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.3rem 0.7rem; font-family: var(--sans); font-size: 0.7rem; font-weight: 500; color: var(--text-muted); background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 5px; text-decoration: none; transition: all 0.2s; cursor: pointer; vertical-align: middle; }
.share-cta-inline:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12); color: var(--text); }
.subscribe-form { display: flex; gap: 0; margin: 1rem auto 0; max-width: 380px; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; transition: border-color 0.2s; }
.subscribe-form:focus-within { border-color: var(--accent); }
.subscribe-form input { flex: 1; background: none; border: none; color: var(--text); font-family: var(--sans); font-size: 0.85rem; padding: 0.6rem 0.85rem; outline: none; min-width: 0; }
.subscribe-form input::placeholder { color: var(--text-muted); }
.subscribe-form button { background: var(--accent); color: var(--bg); border: none; font-family: var(--sans); font-size: 0.8rem; font-weight: 600; padding: 0.6rem 1rem; cursor: pointer; transition: opacity 0.2s; white-space: nowrap; }
.subscribe-form button:hover { opacity: 0.85; }
.btn-spinner { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(10,14,20,0.3); border-top-color: var(--bg); border-radius: 50%; animation: spin 0.6s linear infinite; vertical-align: middle; }
.sub-status { text-align: center; font-size: 0.8rem; color: var(--accent); margin-top: 0.4rem; min-height: 1.2em; }

/* In-site preference picker */
.site-prefs { max-width: 520px; margin: 0.75rem auto 0; animation: gate-fade-in 0.4s ease both; }
.site-prefs.hidden { display: none; }
.site-pref-options { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.3rem; }
.site-pref-toggle { display: flex; align-items: flex-start; gap: 0.4rem; padding: 0.4rem 0.5rem; border-radius: 6px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.04); cursor: pointer; transition: border-color 0.2s, background 0.2s; text-align: left; }
.site-pref-toggle:hover { border-color: rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); }
.site-pref-toggle input { display: none; }
.site-pref-check { flex-shrink: 0; width: 14px; height: 14px; border-radius: 3px; border: 1.5px solid rgba(255,255,255,0.15); background: transparent; display: flex; align-items: center; justify-content: center; transition: background 0.2s, border-color 0.2s; margin-top: 2px; }
.site-pref-check::after { content: ''; width: 8px; height: 8px; border-radius: 2px; background: var(--accent); transform: scale(0); transition: transform 0.15s ease; }
.site-pref-toggle input:checked ~ .site-pref-check { border-color: var(--accent); }
.site-pref-toggle input:checked ~ .site-pref-check::after { transform: scale(1); }
.site-pref-toggle input:disabled ~ .site-pref-check { opacity: 0.5; }
.site-pref-text { display: flex; flex-direction: column; gap: 0; }
.site-pref-text strong { font-size: 0.72rem; font-weight: 600; color: var(--text); line-height: 1.3; }
.site-pref-desc { font-size: 0.6rem; color: var(--text-muted); line-height: 1.35; opacity: 0.55; margin-top: 0.1rem; }
.site-pref-link { color: var(--accent); text-decoration: none; opacity: 0.8; }
.site-pref-link:hover { opacity: 1; text-decoration: underline; }
.site-pref-all { grid-column: 1 / -1; padding: 0.3rem 0.5rem; justify-content: center; }
.site-prefs-saving, .site-prefs-saved { font-size: 0.72rem; text-align: center; margin: 0.4rem 0 0; display: flex; align-items: center; justify-content: center; gap: 0.25rem; }
.site-prefs-saving { color: var(--text-muted); }
.site-prefs-saved { color: var(--accent); font-weight: 600; }
.site-prefs-saving.hidden, .site-prefs-saved.hidden { display: none; }

/* Milestone signup section */
.milestone-signup { text-align: center; margin: 2.5rem auto 0; padding: 2rem 0 0; border-top: 1px solid var(--border); max-width: 480px; }
.milestone-signup--compact { max-width: none; margin: 0; padding: 1rem 0 1.2rem; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: left; }
.milestone-signup-heading { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: var(--text); margin: 0 0 0.35rem; }
.milestone-signup--compact .milestone-signup-heading { font-size: 1.05rem; margin: 0 0 0.2rem; }
.milestone-signup-sub { font-size: 0.85rem; color: var(--text-muted); margin: 0 0 1rem; line-height: 1.5; }
.milestone-signup--compact .milestone-signup-sub { font-size: 0.82rem; margin: 0; }
.milestone-signup--compact .subscribe-form { margin: 0; }

/* More alert options toggle */
.site-prefs { text-align: center; }
.more-alerts-toggle { display: inline-flex; align-items: center; gap: 0.4rem; background: none; border: 1px solid rgba(45,212,191,0.25); border-radius: 999px; color: var(--accent); font-family: var(--sans); font-size: 0.82rem; font-weight: 500; cursor: pointer; padding: 0.5rem 0.9rem; margin: 0.5rem auto 0; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.more-alerts-toggle:hover { background: rgba(45,212,191,0.08); border-color: rgba(45,212,191,0.5); }
.more-alerts-arrow { font-size: 0.7rem; transition: transform 0.2s; }
.more-alerts-toggle.is-open .more-alerts-arrow { transform: rotate(180deg); }
.more-alerts-panel.hidden { display: none; }
.more-alerts-panel { animation: gate-fade-in 0.3s ease both; margin-top: 0.6rem; text-align: left; }

/* (data-timestamp styles are now in the page-footer block at top of file) */

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.animate { opacity: 0; }
.scroll-fade { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; will-change: opacity, transform; }
.scroll-fade.visible { opacity: 1; transform: translateY(0); }
.scroll-reveal { overflow: hidden; }
.scroll-reveal span { display: inline-block; opacity: 0; transform: translateX(-10px); transition: opacity 0.4s ease, transform 0.4s ease; }
.scroll-reveal.visible span { opacity: 1; transform: translateX(0); }
.animate.visible { animation: fadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.runway-item { opacity: 0; transform: translateY(14px); transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); will-change: opacity, transform; }
.runway-item.revealed { opacity: 1; transform: translateY(0); }
.progress-fill { width: 0 !important; transition: width 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s; will-change: width; }
.progress-fill.animated { width: var(--target-width) !important; }
.progress-fill::before, .progress-fill::after { opacity: 0; transition: opacity 0.3s ease 0.8s; }
.progress-fill.animated::before, .progress-fill.animated::after { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-delay: 0ms !important; transition-duration: 0.01ms !important; }
  .animate, .hero-number, .hero-desc { opacity: 1; transform: none; }
  .page-footer { opacity: 0.5; transform: none; }
  .progress-fill { transition: none; width: var(--target-width) !important; }
  .progress-fill::before, .progress-fill::after { opacity: 1; }
  html { scroll-behavior: auto; }
}

@media print {
  body { background: #fff; color: #1a1a1a; }
  .nav, .scroll-top, .pw-gate, .share-cta, .hero-share-icon, .subscribe-form, .chart-skeleton { display: none !important; }
  .hero-number { color: #0d9488; opacity: 1 !important; }
  .hero-number.loading { animation: none; }
  section { padding: 1.5rem 0; page-break-inside: avoid; }
  .animate, .hero-number, .hero-desc { opacity: 1; transform: none; }
  .page-footer { opacity: 0.5; transform: none; }
  .progress-fill { width: var(--target-width) !important; background: #0d9488; }
  /* Expand all collapsed content for print */
  .thesis-block p, .landscape-card-desc, .runway-desc, .runway-meta, .runway-eta, .runway-achieved, .runway-market-note, .runway-projection, .faq-a { max-height: none !important; opacity: 1 !important; display: block !important; overflow: visible !important; }
  /* Chart canvas won't print — show fallback text */
  .chart-wrap canvas { display: none; }
  .chart-wrap::after { content: 'Chart data available at digitaldollardominance.com'; display: block; text-align: center; padding: 2rem; color: #666; font-style: italic; }
}

[dir="rtl"] { text-align: right; }
[dir="rtl"] .hero, [dir="rtl"] .hero-stats { text-align: center; }
[dir="rtl"] .nav-inner, [dir="rtl"] .nav-links, [dir="rtl"] .footer-inner { flex-direction: row-reverse; }
[dir="rtl"] .lang-dropdown { direction: ltr; }
[dir="rtl"] .runway-item { flex-direction: row-reverse; }
[dir="rtl"] .runway-content { text-align: right; }
[dir="rtl"] .latest-context { border-left: none; border-right: 2px solid var(--accent); border-radius: 6px 0 0 6px; }
[dir="rtl"] .method-block { border-left: none; border-right: 3px solid var(--accent); }
[dir="rtl"] .scroll-top { right: auto; left: 1.5rem; }
@media (max-width: 600px) {
  [dir="rtl"] .footer-inner { flex-direction: column; }
  [dir="rtl"] .footer-links { justify-content: center; }
}

@media (max-width: 700px) {
  .method-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
}

@media (max-width: 767px) {
  /* MOBILE SINGLE-SCREEN — fits 100vh with no scroll */
  html, body { height: 100vh; overflow: hidden; }

  /* Fixed footer at viewport bottom, out of document flow */
  .page-footer {
    position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 2;
    font-size: 0.52rem; gap: 0.2rem; padding: 0.5rem 1rem;
    background: var(--bg);
  }

  /* Page fills viewport; pad bottom for fixed footer */
  .page { height: 100vh; padding-bottom: 28px; }

  /* Tighter header */
  .page-header { padding: 0.5rem 1rem; }
  .page-header .nav-brand svg { width: 24px; height: 24px; }

  /* Hero — top-align with capped top spacing instead of centering */
  .hero { padding: min(5vh, 32px) 1.25rem 0; align-items: flex-start; }

  /* Number — reduced for mobile */
  .hero-number { font-size: clamp(3rem, 12vw, 4.5rem); margin-bottom: 0.35rem; }

  /* Source / data row — tighter gap below */
  .hero-data-row { font-size: 0.62rem; margin-bottom: 0.5rem; }

  /* Paragraph — 14px, line-height 1.55 */
  .hero-desc { font-size: 14px; line-height: 1.55; margin-bottom: 0.35rem; padding: 0 16px; }

  /* Share button — compact */
  .share-cta-hero { padding: 0.35rem 1rem; font-size: 0.75rem; margin-top: 0.35rem; }

  /* Dot hint — tighter */
  .dot-hint { margin-top: 0.25rem; font-size: 0.6rem; }
}

@media (max-width: 375px) {
  .hero-number { font-size: 2.8rem; margin-bottom: 0.3rem; }
  .hero-data-row { margin-bottom: 0.4rem; }
  .hero-desc { font-size: 14px; line-height: 1.55; padding: 0 14px; margin-bottom: 0.3rem; }
  .share-cta-hero { margin-top: 0.3rem; }
  .page-footer { font-size: 0.48rem; }
}
/* THESIS (legacy — now inside explainer panel) */
@media (max-width: 600px) { .thesis-mobile-hide { display: none; } }
/* Content sections — transparent so background dots show through */
#activity, #chart, .bg-explainer, #drivers, #methodology, #embed-cta { background: transparent; }
#lowerPage { position: relative; background: transparent; }

/* #chart padding — only applies if chart section exists */
/* Lower page sections — content above emission overlay */
#lowerPage > section > .container, #lowerPage > footer > .container { position: relative; z-index: 1; }
#drivers { position: relative; }
/* #methodology padding — only applies if methodology section exists */
/* ISSUANCE */
.issuance-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem 1.25rem; margin-top: 1rem; }
.issuance-legend-item { display: flex; align-items: center; gap: 0.35rem; font-size: 0.78rem; color: var(--text-muted); cursor: pointer; transition: all 0.2s; padding: 0.25rem 0.6rem; border-radius: 4px; border: 1px solid transparent; }
@media (hover: hover) { .issuance-legend-item:hover { color: var(--text); border-color: var(--border); } }
.issuance-legend-item.hidden { opacity: 0.3; text-decoration: line-through; }
.issuance-legend-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

/* ISSUANCE EMISSION — absolute overlay within #lowerPage wrapper */
.issuance-emission { position: absolute; inset: 0; pointer-events: none; z-index: 4; opacity: 0; transition: opacity 0.8s ease; overflow: visible; }
.issuance-emission.active { opacity: 1; }

/* Old source replaced by console */
.issuance-emission-source { display: none; }

/* ── Issuance concept block ── */
.issuance-concept { padding: var(--gap-lg) 0 var(--gap) 0; }
#issuance .section-title { margin-bottom: 0.6rem; }
.issuance-intro { max-width: 520px; margin: 1rem auto 2.5rem; text-align: center; font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.50); font-family: var(--sans); }

/* ── Hero milestone bar — compact summary above issuer rows ── */
.hero-milestone {
  max-width: 520px; margin: 0 auto 1.5rem;
  padding: 0.75rem 1rem; border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid rgba(255,255,255,0.06);
}
.hero-milestone-top {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 0.4rem;
}
.hero-milestone-label {
  font-family: var(--sans); font-size: 0.7rem; font-weight: 600;
  color: rgba(255,255,255,0.4); letter-spacing: 0.03em;
  text-transform: uppercase;
}
.hero-milestone-pct {
  font-family: var(--mono); font-size: 1.4rem; font-weight: 700;
  color: var(--accent, #2dd4bf); line-height: 1;
}
.hero-milestone-bar {
  width: 100%; height: 6px; border-radius: 3px;
  background: rgba(255,255,255,0.06); overflow: hidden;
  margin-bottom: 0.4rem;
}
.hero-milestone-fill {
  height: 100%; border-radius: 3px;
  background: linear-gradient(90deg, var(--accent, #2dd4bf), rgba(45,212,191,0.6));
  width: var(--hero-fill, 0%);
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-milestone-bottom {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.5rem;
}
.hero-milestone-info {
  font-family: var(--mono); font-size: 0.65rem; font-weight: 500;
  color: rgba(255,255,255,0.35); line-height: 1.4;
}
.hero-milestone-info strong { color: rgba(255,255,255,0.55); font-weight: 600; }
.hero-milestone-share {
  font-family: var(--sans); font-size: 0.6rem; font-weight: 500;
  color: rgba(255,255,255,0.25); text-decoration: none;
  white-space: nowrap; display: flex; align-items: center; gap: 0.25rem;
  transition: color 0.2s;
}
.hero-milestone-share:hover { color: rgba(45,212,191,0.5); }
.hero-milestone-share svg { opacity: 0.6; }

/* ── Issuer console — container for horizontal rows ── */
.ic-console {
  position: relative; max-width: 100%; margin: 0 auto;
  padding: 0; border: none; background: none; overflow: visible;
}
.ic-console::before { display: none; }

/* Column header label */
.ic-col-header {
  text-align: right; font-family: var(--mono); font-size: 0.6rem;
  color: rgba(255,255,255,0.22); padding: 0 calc(0.65rem + 14px + 0.5rem) 0.35rem 0;
  letter-spacing: 0.03em;
}

/* Issuer row stagger-in animation */
.ic-issuer.ic-stagger-in {
  opacity: 0; transform: translateY(8px);
  will-change: opacity, transform;
}
.ic-issuer.ic-stagger-visible {
  opacity: 1; transform: translateY(0);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

/* Issuer rows — stacked vertically */
.ic-issuers {
  display: flex; flex-direction: column;
  gap: 0.35rem; width: 100%;
}

/* Individual issuer — flex column for row + expandable detail */
.ic-issuer {
  display: flex; flex-direction: column; position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}
/* Background fill bar — proportional to supply vs leader */
.ic-issuer-fill {
  position: absolute; top: 0; left: 0; bottom: 0;
  width: var(--ic-fill, 0%);
  background: var(--ic-color);
  opacity: 0.06; border-radius: 10px 0 0 10px;
  pointer-events: none; transition: width 0.6s ease;
}
/* Per-row token container */
.ic-row-tokens {
  position: absolute; inset: 0;
  pointer-events: none; overflow: hidden; z-index: 0;
}
/* Main content row — single horizontal line */
.ic-issuer-row {
  display: flex; align-items: center; position: relative; z-index: 1;
  padding: 0.5rem 0.65rem; gap: 0.5rem;
}
/* Rank number — small, muted */
.ic-issuer-rank {
  font-family: var(--mono); font-size: 0.7rem; font-weight: 500;
  color: rgba(255,255,255,0.3); min-width: 1.5rem; text-align: center;
  flex-shrink: 0; line-height: 1;
}
/* Logo */
.ic-issuer-icon {
  width: 38px; height: 38px; border-radius: 50%; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 8px -2px var(--ic-color, rgba(255,255,255,0.15));
  flex-shrink: 0; position: relative;
}
.ic-issuer-icon svg { width: 100%; height: 100%; display: block; }
/* Name + ticker inline */
.ic-issuer-nameblock {
  display: flex; align-items: baseline; gap: 0.3rem;
  min-width: 0; flex-shrink: 0;
}
.ic-issuer-name {
  font-family: var(--sans); font-size: 0.82rem; font-weight: 700;
  color: rgba(255,255,255,0.88); white-space: nowrap; line-height: 1;
}
.ic-issuer-ticker {
  font-family: var(--mono); font-size: 0.62rem; font-weight: 500;
  color: rgba(255,255,255,0.32); letter-spacing: 0.04em; white-space: nowrap;
}
/* Supply — right-aligned monospace */
.ic-issuer-supply {
  font-family: var(--mono); font-size: 0.82rem; font-weight: 600;
  color: rgba(255,255,255,0.85); white-space: nowrap;
  margin-left: auto; line-height: 1;
}
/* Share badge — uses issuer brand colour via inline style */
.ic-issuer-share {
  font-family: var(--mono); font-size: 0.58rem; font-weight: 600;
  border-radius: 10px; padding: 0.1rem 0.4rem; white-space: nowrap;
}
/* 30d change */
.ic-issuer-change {
  font-family: var(--mono); font-size: 0.58rem; font-weight: 500;
  white-space: nowrap; min-width: 4rem; text-align: right;
}
.ic-change-up { color: #22c55e; }
.ic-change-down { color: #ef4444; }
.ic-change-arrow { font-size: 0.75em; vertical-align: baseline; margin-right: 0.1em; }
.ic-change-tf { color: var(--text-muted); font-weight: 400; font-size: 0.9em; }
/* Chevron */
.ic-issuer-chevron {
  color: rgba(255,255,255,0.2); flex-shrink: 0;
  transition: transform 0.25s ease; width: 14px; height: 14px;
}
.ic-issuer.ic-expanded .ic-issuer-chevron { transform: rotate(90deg); }
/* Expandable detail area */
.ic-issuer-expand {
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 0.25s ease, opacity 0.25s ease, padding 0.25s ease;
  padding: 0 0.75rem 0 3.2rem; position: relative; z-index: 1;
}
.ic-issuer.ic-expanded .ic-issuer-expand {
  max-height: 220px; opacity: 1; padding: 0.15rem 0.75rem 0.7rem 3.2rem;
}
.ic-expand-meta {
  font-family: var(--sans); font-size: 0.72rem; color: rgba(255,255,255,0.45);
  margin-bottom: 0.3rem;
}
.ic-expand-meta a { color: var(--accent-light, #5eead4); text-decoration: none; }
.ic-expand-meta a:hover { text-decoration: underline; }
.ic-expand-chains {
  display: flex; flex-wrap: wrap; gap: 0.25rem; margin-bottom: 0.3rem;
}
.ic-chain-tag {
  font-family: var(--mono); font-size: 0.55rem; font-weight: 500;
  color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 4px;
  padding: 0.1rem 0.35rem; letter-spacing: 0.02em;
}
.ic-expand-chainbar { margin-bottom: 0.3rem; }
.ic-expand-desc {
  font-family: var(--sans); font-size: 0.75rem; line-height: 1.55;
  color: rgba(255,255,255,0.45); margin: 0;
}
/* Chain breakdown bar */
.cb-bar { display: flex; width: 100%; height: 32px; }
.cb-seg { position: relative; min-width: 2px; }
.cb-seg:first-child { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.cb-seg:last-child { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.cb-tip {
  position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%);
  background: rgba(10,15,20,0.94); border: 1px solid rgba(45,212,191,0.2); border-radius: 6px;
  padding: 5px 10px; font-size: 0.72rem; color: #e5e7eb; white-space: nowrap;
  z-index: 10; pointer-events: none; box-shadow: 0 4px 12px rgba(0,0,0,0.4); display: none;
}
@media (hover: hover) {
  .cb-seg:hover { filter: brightness(1.3); }
  .cb-seg:hover .cb-tip { display: block; }
}
.cb-seg.active { filter: brightness(1.3); }
.cb-seg.active .cb-tip { display: block; }
.cb-legend { margin-top: 0.5rem; font-size: 0.72rem; color: var(--text-muted); line-height: 1.7; }
/* Inside issuer expand: tooltip below segment (avoids overflow:hidden clipping) */
.ic-expand-chainbar .cb-tip { bottom: auto; top: calc(100% + 4px); }

/* Breathing glow — subtle ambient pulse on issuers with recent supply change */
.ic-issuer.ic-breathing {
  animation: ic-breathe 3s ease-in-out infinite;
}
@keyframes ic-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(var(--ic-color-rgb), 0.05); }
  50%      { box-shadow: 0 0 12px 1px rgba(var(--ic-color-rgb), 0.12); }
}

/* Mint pulse — glow on the logo orb when a token is emitted */
.ic-issuer-icon.ic-mint { animation: ic-mint-glow 0.22s ease-out; }
@keyframes ic-mint-glow {
  0%   { box-shadow: 0 0 12px -2px var(--ic-color); }
  45%  { box-shadow: 0 0 22px 4px var(--ic-color); }
  100% { box-shadow: 0 0 12px -2px var(--ic-color); }
}

/* "About this visual" link inside chart box */
.issuance-about-link {
  position: absolute; bottom: 0.5rem; left: 0; right: 0;
  text-align: center;
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.25); text-decoration: none;
  font-family: var(--sans); transition: color 0.2s;
}
.issuance-about-link:hover { color: rgba(45,212,191,0.5); }

/* ── Interactive issuer row states ── */
.ic-issuer { cursor: pointer; transition: opacity 0.25s ease, border-color 0.25s ease; }
.ic-issuers.has-active .ic-issuer { opacity: 0.4; }
.ic-issuers.has-active .ic-issuer.ic-active { opacity: 1; border-color: var(--ic-color); }
.ic-issuer:hover { border-color: rgba(255,255,255,0.12); }

/* Mint-linked micro-highlight — brief accent on row */
.ic-issuer .ic-issuer-name,
.ic-issuer .ic-issuer-ticker { transition: color 0.3s ease, opacity 0.3s ease; }
.ic-issuer.ic-mint-accent .ic-issuer-name { color: rgba(255,255,255,0.95); }
.ic-issuer.ic-mint-accent .ic-issuer-ticker { color: rgba(255,255,255,0.5); }
.ic-issuers.has-active .ic-issuer.ic-mint-accent:not(.ic-active) { opacity: 0.5; }

/* ── Issuer detail panel (legacy — hidden, details now inline) ── */
.issuer-detail-panel { display: none; }

/* ── Guidance cue below orb selector ── */
.ic-cue {
  text-align: center; font-family: var(--sans); font-size: 0.65rem;
  color: rgba(255,255,255,0.22); letter-spacing: 0.03em;
  margin-top: 0.6rem; transition: opacity 0.4s;
}
.ic-issuers.has-active ~ .ic-cue { opacity: 0; }
.ic-disclaimer {
  display: block; text-align: center; margin-top: 0.5rem;
  font-family: var(--sans); font-size: 0.55rem; letter-spacing: 0.03em;
  color: rgba(255,255,255,0.18); text-decoration: none; transition: color 0.2s;
}
.ic-disclaimer span { color: rgba(45,212,191,0.35); }
.ic-disclaimer:hover { color: rgba(255,255,255,0.3); }
.ic-disclaimer:hover span { color: rgba(45,212,191,0.55); }

/* ── Chart bar: viewing label + reset pill ── */
.issuer-chart-bar {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  font-family: var(--sans);
}
.issuer-chart-bar.visible { max-height: 2.5rem; opacity: 1; margin-top: 0.75rem; margin-bottom: 0.6rem; }
.issuer-active-label {
  font-size: 0.72rem; font-weight: 500; color: var(--accent); opacity: 0.7;
  letter-spacing: 0.02em; white-space: nowrap;
}
.issuer-reset-pill {
  font-family: var(--sans); font-size: 0.65rem; font-weight: 500;
  color: var(--text-muted); background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 20px;
  padding: 0.25rem 0.7rem; cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  white-space: nowrap;
}
.issuer-reset-pill:hover { color: var(--text); border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.06); }

/* ── Global token flow layer ── */
/* z-index 4 paints tokens above the issuance sections (z-index 3)
   so they visibly emerge from the orbs instead of hiding behind
   the opaque section backgrounds. pointer-events: none keeps
   all interactive elements clickable underneath. */
#globalTokenFlow {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 4; overflow: hidden;
}

/* Tokens travel horizontally within issuer rows */
.ie-token { position: absolute; opacity: 0; will-change: transform, opacity; pointer-events: none; }
.ie-token-icon { width: 18px; height: 18px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 5px 0 rgba(255,255,255,0.1); }
.ie-token-icon svg { width: 100%; height: 100%; display: block; }
/* Phase 1: mint pulse at spawn — brief scale-in at logo position */
@keyframes ie-mint-appear {
  0%   { transform: scale(0.4); opacity: 0; }
  60%  { transform: scale(1.1); opacity: 0.7; }
  100% { transform: scale(1); opacity: 0.6; }
}
/* Phase 2: horizontal drift left → right, fading out */
@keyframes ie-emit {
  0%   { transform: translateX(0); opacity: 0.55; }
  60%  { opacity: 0.25; }
  100% { transform: translateX(var(--ie-travel-dist, 400px)); opacity: 0; }
}

/* ── Proof chart — inline below selector ── */
.issuance-proof-inline { margin-top: 1.5rem; }
.issuance-proof-title {
  font-family: var(--sans); font-size: 0.78rem; font-weight: 500;
  color: rgba(255,255,255,0.40); text-align: center;
  letter-spacing: 0.04em; text-transform: uppercase; margin: 0 0 1.5rem;
}

/* Keep issuance section above canvas but transparent to show dots */
.issuance-concept { position: relative; z-index: 1; }

/* ── Mobile ── */
@media (max-width: 600px) {
  .issuance-concept { padding: var(--gap-lg) 0 3rem 0; }
  .issuance-intro { font-size: 0.84rem; margin: 0.8rem auto 2rem; max-width: 90%; }

  .hero-milestone { padding: 0.6rem 0.75rem; margin-bottom: 1.2rem; }
  .hero-milestone-label { font-size: 0.6rem; }
  .hero-milestone-pct { font-size: 1.15rem; }
  .hero-milestone-info { font-size: 0.58rem; }
  .hero-milestone-share { font-size: 0.55rem; }

  .ic-console { padding: 0; }
  .ic-col-header { font-size: 0.52rem; padding: 0 calc(0.5rem + 12px + 0.35rem) 0.25rem 0; }
  .ic-issuers { gap: 0.3rem; }
  .ic-issuer-row { padding: 0.45rem 0.5rem; gap: 0.35rem; }
  .ic-issuer-rank { font-size: 0.62rem; min-width: 1.2rem; }
  .ic-issuer-icon { width: 22px; height: 22px; }
  .ic-issuer-name { font-size: 0.72rem; }
  .ic-issuer-ticker { font-size: 0.52rem; }
  .ic-issuer-share { font-size: 0.5rem; padding: 0.06rem 0.3rem; }
  .ic-issuer-change { font-size: 0.5rem; min-width: 3.5rem; }
  .ic-issuer-supply { font-size: 0.72rem; }
  .ic-issuer-chevron { width: 12px; height: 12px; }
  .ic-issuer-expand { padding-left: 2.5rem; }
  .ic-issuer.ic-expanded .ic-issuer-expand { padding-left: 2.5rem; }
  .ie-token-icon { width: 18px; height: 18px; }

  .issuance-about-link { font-size: 0.58rem; }

  /* Tighter mobile layout */
  .issuance-concept { padding-bottom: 1.5rem; }
  .issuance-proof-inline { margin-top: 1rem; }
  .issuance-proof-title { font-size: 0.72rem; margin-bottom: 0.8rem; }
  .issuance-legend { display: none; }
  /* issuer detail panel hidden — details are now inline */
  .ic-cue { font-size: 0.6rem; margin-top: 0.5rem; }
  .issuer-active-label { font-size: 0.66rem; }
  .issuer-reset-pill { font-size: 0.6rem; padding: 0.2rem 0.55rem; }
  .issuer-chart-bar.visible { margin-bottom: 0.4rem; }
}

/* ACTIVITY FEED */
.activity-feed { max-width: 520px; margin: 0 auto; }
.activity-empty { text-align: center; font-size: 0.85rem; color: var(--text-muted); opacity: 0.5; }
.activity-item { display: flex; align-items: flex-start; padding: 0 0 1.2rem 0; position: relative; opacity: 0; transform: translateY(8px); transition: opacity 0.4s ease, transform 0.4s ease; will-change: opacity, transform; }
.activity-item.visible { opacity: 1; transform: translateY(0); }
.activity-dot { position: relative; flex-shrink: 0; width: 20px; display: flex; flex-direction: column; align-items: center; padding-top: 0.35rem; }
.activity-dot::before { content: ''; display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.activity-dot.mint::before { background: #22c55e; }
.activity-dot.burn::before { background: #ef4444; }
.activity-dot.m2::before { background: #3b82f6; }
.activity-pin { flex-shrink: 0; width: 20px; display: flex; flex-direction: column; align-items: center; padding-top: 0.25rem; line-height: 1; }
.activity-pin::after { content: ''; display: block; width: 1px; flex: 1; background: var(--border); margin-top: 4px; }
.activity-item.pinned:last-child .activity-pin::after { display: none; }
.activity-dot.milestone::before { background: #f59e0b; }
.activity-dot::after { content: ''; display: block; width: 1px; flex: 1; background: var(--border); margin-top: 4px; }
.activity-item:last-child .activity-dot::after { display: none; }
.activity-left { flex: 1; min-width: 0; padding-left: 0.6rem; }
.activity-title { font-size: 0.88rem; color: var(--text); font-weight: 400; line-height: 1.4; }
.activity-link { color: var(--text); text-decoration: none; transition: color 0.2s; }
.activity-link:hover { color: var(--accent); }
.activity-body { font-size: 0.75rem; color: var(--text-muted); margin-top: 0.1rem; }
.activity-source { color: var(--text-muted); text-decoration: none; opacity: 0.7; transition: opacity 0.2s, color 0.2s; }
.activity-source:hover { opacity: 1; color: var(--accent); }
.activity-source-note { font-size: 0.65rem; color: var(--text-muted); opacity: 0.4; text-align: center; margin-top: 1rem; padding-top: 0.5rem; border-top: 1px solid var(--border); }
.activity-source-note a { color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.activity-source-note a:hover { color: var(--accent); }
.activity-time { font-size: 0.7rem; color: var(--text-muted); opacity: 0.4; white-space: nowrap; margin-left: 1rem; padding-top: 0.2rem; flex-shrink: 0; }
.activity-summary { display: flex; justify-content: space-between; gap: 0.75rem; padding: 0.75rem 0.9rem; margin-bottom: 1rem; background: var(--bg-card); border-radius: 8px; border: 1px solid var(--border); }
.activity-summary-item { text-align: center; flex: 1; }
.activity-summary-value { font-size: 0.95rem; font-weight: 600; color: var(--text); font-family: var(--mono); }
.activity-summary-label { font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.15rem; }
.activity-summary-arrow { font-size: 0.75em; margin-right: 2px; }
.activity-summary-arrow.up { color: #22c55e; }
.activity-summary-arrow.down { color: #ef4444; }
.activity-summary-item[data-expandable] { position: relative; }
.activity-summary-item[data-expandable]:hover { background: rgba(255,255,255,0.02); border-radius: 6px; }
.activity-summary-chevron { font-size: 0.7em; opacity: 0.5; margin-left: 2px; transition: transform 0.2s ease; display: inline-block; }
.activity-summary-item.expanded .activity-summary-chevron { transform: rotate(180deg); }
.activity-summary-delta { font-size: 0.7em; font-weight: 600; margin-left: 0.3em; white-space: nowrap; }
.activity-summary-delta.up { color: #22c55e; }
.activity-summary-delta.down { color: #ef4444; }
.activity-summary-detail { display: none; margin-top: 0.4rem; padding-top: 0.35rem; border-top: 1px solid var(--border); }
.activity-summary-item.expanded .activity-summary-detail { display: block; }
.activity-summary-flows { display: flex; gap: 0.5rem; justify-content: center; margin-bottom: 0.3rem; font-size: 0.65rem; font-family: var(--mono); }
.activity-flow.up { color: #22c55e; }
.activity-flow.down { color: #ef4444; }
.activity-summary-breakdown { margin-top: 0.35rem; padding-top: 0.25rem; border-top: 1px dashed var(--border); }
.activity-summary-coin { display: flex; justify-content: space-between; font-size: 0.7rem; padding: 0.1rem 0; font-family: var(--mono); }
.activity-summary-coin-name { color: var(--text-muted); }
.activity-summary-coin-diff.up { color: #22c55e; }
.activity-summary-coin-diff.down { color: #ef4444; }

/* TRUSTED BY */
.trusted-section { padding: 2.5rem 0; border-top: 1px solid var(--border); }
.trusted-label { text-align: center; font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1.25rem; opacity: 0.5; }
.trusted-logos { display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; opacity: 0.25; }
.trusted-logo { font-family: var(--sans); font-size: 1.1rem; font-weight: 700; color: var(--text-muted); letter-spacing: 0.04em; white-space: nowrap; }
.trusted-disclaimer { text-align: center; font-size: 0.6rem; color: var(--text-muted); opacity: 0.3; margin-top: 1rem; max-width: 400px; margin-left: auto; margin-right: auto; }
@media (max-width: 600px) { .trusted-logos { gap: 1.5rem; } .trusted-logo { font-size: 0.9rem; } }

/* WHY THIS EXISTS */
/* EMAIL CAPTURE GATE */
/* Story bubble — floating proof points */
.story-bubble { position: absolute; font-family: var(--sans); font-size: 12px; line-height: 1.6; color: #e5e7eb; max-width: 180px; pointer-events: none; transition: opacity 0.8s ease, transform 0.6s ease; background: #0a0e14; border: 1px solid rgba(45,212,191,0.15); border-radius: 10px; padding: 12px 15px; box-shadow: 0 8px 32px rgba(0,0,0,0.6); font-style: normal; }
.story-bubble-label { display: block; font-size: 9px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #2DD4BF; margin-bottom: 5px; font-style: normal; }
.story-bubble-text { display: block; font-style: italic; }
@media (min-width: 601px) { .story-bubble { font-size: 13px; max-width: 220px; } .story-bubble-label { font-size: 9.5px; } }
.story-dot-ring { position: absolute; width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid rgba(45,212,191,0.4); animation: story-pulse 3s ease-in-out infinite; pointer-events: none; box-shadow: 0 0 6px rgba(45,212,191,0.15); }
@keyframes story-pulse { 0%,100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.6); opacity: 0; } }
.ddd-change { font-size: 0.8em; font-weight: 600; margin-left: 0.3em; }
.ddd-change.up { color: #22c55e; }
.ddd-change.down { color: #ef4444; }
.ddd-change.flat { color: var(--text-muted); }
.hero-data-row a { color: var(--text-muted); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 1px; transition: border-color 0.2s ease, color 0.2s ease; }
.hero-data-row a:hover { border-bottom-color: var(--accent); color: var(--accent); }
#activity { scroll-margin-top: 70px; position: relative; }
#dotsExplainer { scroll-margin-top: 70px; }
.stat-delta { font-size: 0.65rem; font-weight: 600; margin-left: 0.25em; white-space: nowrap; }
.stat-delta.up { color: #22c55e; }
.stat-delta.down { color: #ef4444; }
.lc-delta { display: block; font-size: 0.7rem; font-weight: 600; margin-top: 0.15rem; }
.lc-delta.up { color: #22c55e; }
.lc-delta.down { color: #ef4444; }
.lc-delta.flat { color: var(--text-muted); }

/* ACTIVITY FEED — Show More button */
.activity-show-more { display: block; width: 100%; padding: 0.6rem 0; margin-top: 0.25rem; font-family: var(--sans); font-size: 0.8rem; font-weight: 500; color: var(--text-muted); background: none; border: 1px solid var(--border); border-radius: 6px; cursor: pointer; text-align: center; transition: color 0.2s, border-color 0.2s; letter-spacing: 0.02em; }
.activity-show-more:hover { color: var(--accent); border-color: rgba(45,212,191,0.25); }
.activity-item.activity-hidden { display: none; }
.activity-item.activity-hidden.activity-revealed { display: flex; }

/* ACTIVITY FEED — timestamp disclaimer */
.activity-disclaimer { font-size: 0.62rem; color: var(--text-muted); opacity: 0.4; text-align: center; margin-top: 0.75rem; line-height: 1.5; }

/* ============================================
   H5: Tap feedback on expandable cards
   Immediate visual acknowledgment on press
   ============================================ */
.landscape-card:active,
.thesis-block:active,
.runway-item:active,
.faq-q:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
}

/* ============================================
   Site-wide clickability affordance
   Every interactive element: pointer, hover, active
   ============================================ */

/* Activity summary expandable items */
.activity-summary-item[data-expandable] { cursor: pointer; transition: background 0.2s; }
.activity-summary-item[data-expandable]:active { background: rgba(45,212,191,0.06); border-radius: 6px; }

/* Issuer rows — active state for mobile feedback */
.ic-issuer:active { transform: scale(0.99); border-color: rgba(255,255,255,0.15); }

/* Country milestone surpassed items — active state */
.cm-surpassed-item:active { background: rgba(45,212,191,0.1); }

/* Disclaimer — interactive on click (toggles footer) */
.footer-disclaimer-toggle:active { opacity: 0.6; }

/* All buttons without explicit active state */
.cm-toggle-btn:active { background: rgba(45,212,191,0.08); }
.activity-show-more:active { background: rgba(45,212,191,0.06); border-color: rgba(45,212,191,0.3); }
.share-cta:active { transform: scale(0.97); }
.more-alerts-toggle:active { color: var(--accent); opacity: 1; }
.shift-banner-close:active { color: var(--accent); }
.issuance-legend-item:active { background: rgba(255,255,255,0.04); border-color: var(--border); }
.site-pref-toggle:active { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); }
.subscribe-form button:active { opacity: 0.7; }
.issuer-reset-pill:active { background: rgba(255,255,255,0.08); }

/* ============================================
   C4: Landscape cards — add expand indicator
   ============================================ */
.landscape-card::after {
  content: '+';
  font-size: 0.9rem;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.landscape-card.expanded::after { content: '−'; }

/* ============================================
   Mobile spacing cleanup — tighter vertical rhythm
   Systematic reductions for a compact, premium feel
   ============================================ */
@media (max-width: 600px) {

  /* ── Section titles & intros ── */
  .section-title { margin-bottom: 0.4rem; }
  .section-intro { margin-bottom: 1.25rem; font-size: 0.95rem; }

  /* ── BG Explainer — trimmed on mobile ── */
  .bg-explainer { padding: 0.25rem 0 0.75rem; }
  .bg-explainer-card { padding: 0.6rem 0.85rem; }
  .bg-explainer-title { font-size: 1.1rem; margin-bottom: 0.3rem; }
  .bg-explainer-line { font-size: 0.85rem; line-height: 1.45; margin: 0.2rem 0; }
  .bg-explainer-line:not(.dot-cta):nth-child(n+6) { display: none; }

  /* ── Thesis section ── */
  #thesis { padding: 1.25rem 0 !important; }
  .thesis-quote { margin-bottom: 1.5rem; font-size: clamp(1rem, 2.8vw, 1.2rem); }
  .thesis-grid { gap: 0.35rem; }

  /* ── Chart section — keep breathing room but trim excess ── */
  #chart { padding: var(--gap-lg) 0 1.75rem; }
  .chart-context { margin-top: 0.4rem; font-size: 0.92rem; }
  .chart-comparison { margin-top: 0.5rem; margin-bottom: 0.15rem; }
  .latest-context { margin-top: 0.85rem; padding: 0.65rem 0.85rem; }
  .latest-context-label { font-size: 0.88rem; margin-bottom: 0.2rem; }
  .latest-context-text { font-size: 0.92rem; }
  .latest-context-text li { padding: 0.3rem 0; }

  /* ── Drivers ── */
  #drivers { padding: 1rem 0; }
  #drivers .section-title { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600; margin-bottom: 0.6rem; }
  .drivers-row-label { font-size: 0.68rem; margin-bottom: 0.35rem; }
  .drivers-card-grid { gap: 0.5rem; margin-bottom: 0.85rem; }
  .driver-card { padding: 1rem 0.5rem 0.85rem; border-radius: 10px; }
  .driver-card-icon { width: 24px; height: 24px; margin-bottom: 0.35rem; }
  .driver-card-label { font-size: 0.78rem; }
  .driver-card-desc { font-size: 0.75rem; }
  .drivers-closing { font-size: 0.92rem; }

  /* ── Methodology — tighter ── */
  #methodology { padding: 1.25rem 0; }
  .method-grid { gap: 0.4rem; margin-bottom: 0.5rem; }
  .method-block { padding: 0.65rem 0.85rem 0.65rem 0.75rem; }
  .method-note { margin-bottom: 0.75rem; }
  .disclaimer { margin-top: 1rem; padding-top: 0.75rem; }

  /* ── Issuance ("Who issues the digital dollars") ── */
  .issuance-concept { padding: 2rem 0 1.25rem 0; }
  .issuance-intro { margin: 0.6rem auto 1.5rem; }
  #issuance .section-title { margin-bottom: 0.4rem; }
  .ic-console { padding: 0.5rem 0 0; }
  .issuance-proof-inline { margin-top: 0.75rem; }
  .issuance-proof-title { margin-bottom: 0.6rem; }
  /* issuer detail panel hidden — details are now inline */

  /* ── Landscape — tighter ── */
  #landscape { padding: 1rem 0 !important; }
  .landscape-grid { gap: 0.35rem; margin-bottom: 0.75rem; }

  /* ── Activity feed — compact supporting context ── */
  #activity { padding: 0.75rem 0 !important; }
  #activity .section-title { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600; margin-bottom: 0.5rem; }
  .activity-item { padding-bottom: 0.6rem; }
  .activity-title { font-size: 0.8rem; }
  .activity-body { font-size: 0.68rem; }
  .activity-time { font-size: 0.62rem; }
  .activity-summary { padding: 0.45rem 0.65rem; margin-bottom: 0.6rem; }
  .activity-summary-value { font-size: 0.82rem; }
  .activity-summary-label { font-size: 0.58rem; }

  /* ── Chain breakdown — tighter ── */
  #chains { padding: 1rem 0 !important; }
  #chains .section-title { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600; margin-bottom: 0.4rem; }
  .chain-summary { margin-bottom: 0.75rem; }
  .gravity-wells-wrap { margin-bottom: 0.35rem; }
  .supply-change-wrap { margin-top: 1.1rem; padding-top: 0.9rem; }
  .supply-change-title { font-size: 0.72rem; margin-bottom: 0.3rem; }
  .supply-change-feed .activity-title { font-size: 0.78rem; }
  .supply-change-feed .activity-time { font-size: 0.6rem; }

  /* ── Milestone runway ── */
  #milestones { padding: 1.5rem 0; }
  .progress-track { margin-top: 1.25rem; margin-bottom: 3.25rem; }
  .next-milestone { margin-bottom: 1rem; }
  .runway { margin-top: 1.25rem; }
  .runway-item { padding: 0.75rem 0.9rem; margin-bottom: 0.5rem; padding-right: 2.25rem; }

  /* ── Share CTA rows — less vertical breathing ── */
  .share-cta-row { margin-top: 0.6rem; margin-bottom: 0.15rem; }
  .share-cta { padding: 0.45rem 1rem; font-size: 0.78rem; }
  /* ── Subscribe form area ── */
  .subscribe-form { margin-top: 1.25rem; }
  .sub-status { margin-top: 0.3rem; }
  .site-prefs { margin-top: 0.5rem; }

  /* ── Footer — trim top padding ── */
  footer { padding: 2.5rem 0 2rem; }
  .footer-model { margin-bottom: 1.25rem; }
  .data-timestamp { margin-bottom: 0.5rem; }
  .footer-bot { margin-bottom: 1.25rem; }
  .footer-inner { padding-top: 1rem; }

  /* ── Country milestones — mobile ── */
  .cm-surpassed-grid { grid-template-columns: repeat(6, 1fr); gap: 0.3rem; }
  .cm-surpassed-flag .cm-flag-img { width: 28px; height: 28px; }
  .cm-surpassed-name { font-size: 9px; }
  .cm-upcoming-grid { grid-template-columns: 1fr 1fr; gap: 0.45rem; }
  .cm-card { padding: 0.5rem 0.65rem; }
  .cm-flag-img { width: 28px; height: 28px; }
  .cm-name { font-size: 0.72rem; }
  .cm-m1 { font-size: 0.62rem; }
  .cm-progress-ring { width: 38px; height: 38px; }
  .cm-progress-label { font-size: 0.65rem; }
}

/* ==========================================================
   Country Milestones
   ========================================================== */
/* --- Country Milestones: Section labels --- */
.cm-section-label {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  text-align: center;
}
.cm-surpassed-label { color: var(--accent); opacity: 0.7; }

/* --- Market cap banner with tick --- */
.cm-mcap-banner {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: #2DD4BF;
  margin: 0.3rem auto 0.9rem;
  max-width: 680px;
  letter-spacing: 0.02em;
  font-family: var(--mono);
}
.cm-mcap-tick {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2DD4BF;
  margin-right: 0.15rem;
}

/* --- Surpassed: dense flag grid --- */
.cm-surpassed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
  gap: 0.4rem;
  margin: 0 auto;
  max-width: 680px;
}
@media (min-width: 601px) {
  .cm-surpassed-grid { grid-template-columns: repeat(8, 1fr); }
}
.cm-surpassed-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0.3rem 0.15rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
}
.cm-surpassed-item:hover, .cm-surpassed-item.active { background: rgba(45,212,191,0.06); }
.cm-surpassed-item.cm-surpassed-hidden { display: none; }
.cm-surpassed-flag { line-height: 1; }
.cm-surpassed-flag .cm-flag-img { width: 32px; height: 32px; }
.cm-surpassed-name {
  font-size: 10px;
  color: var(--text-muted);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.2;
}
/* Tooltip on tap */
.cm-surpassed-item.active::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(10,15,20,0.92);
  border: 1px solid rgba(45,212,191,0.2);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 11px;
  color: #e5e7eb;
  white-space: nowrap;
  z-index: 10;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* --- Divider --- */
.cm-divider {
  border-top: 1px solid var(--border);
  margin: 1.25rem 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Toggle buttons --- */
.cm-toggle-btn {
  display: block;
  margin: 0.75rem auto 0;
  background: none;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  color: var(--text-muted);
  font-family: var(--sans);
  font-size: 0.75rem;
  padding: 0.45rem 1.25rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.cm-toggle-btn:hover { border-color: rgba(45,212,191,0.3); color: var(--accent); }

/* --- Upcoming: card grid --- */
.cm-upcoming-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  gap: 0.6rem;
  margin: 0 auto;
  max-width: 680px;
}
.cm-grid { max-width: 680px; margin: 0 auto; }

.cm-card {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: opacity 0.3s, border-color 0.3s;
  position: relative;
}
.cm-card.cm-upcoming-hidden { display: none; }
.cm-card.cm-dimmed {
  opacity: 0.4;
  filter: grayscale(0.5);
}
.cm-card.cm-next-target {
  border-color: var(--accent);
  opacity: 1;
  filter: none;
  animation: cm-pulse 2.5s ease-in-out infinite;
  flex-wrap: wrap;
}
@keyframes cm-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(45,212,191,0.15); }
  50% { box-shadow: 0 0 12px 2px rgba(45,212,191,0.18); }
}
.cm-flag {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}
.cm-flag-img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.cm-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
}
.cm-name {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cm-next-target .cm-name { color: var(--accent-light); }
.cm-m1 {
  font-size: 0.68rem;
  color: var(--text-muted);
  font-family: var(--mono);
}

/* --- Next-country progress indicator --- */
.cm-progress {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
}
.cm-progress-ring {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.cm-progress-label {
  font-size: 0.72rem;
  color: var(--text-secondary);
  font-family: var(--mono);
  white-space: nowrap;
}

/* US endgame card */
.cm-card.cm-endgame {
  opacity: 0.4;
  filter: grayscale(0.3);
  border: 1px dashed rgba(212, 160, 23, 0.25);
  background: rgba(212, 160, 23, 0.03);
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 1rem 1.2rem;
  gap: 0.4rem;
  max-width: 680px;
  margin: 1.25rem auto 0;
}
.cm-endgame .cm-info { align-items: center; }
.cm-endgame .cm-name { color: var(--text-secondary); font-size: 0.82rem; }
.cm-endgame .cm-m1 { color: rgba(212, 160, 23, 0.6); font-size: 0.72rem; font-weight: 500; }
.cm-endgame-brand { display: flex; align-items: center; justify-content: center; }
.cm-endgame-sub { width: 100%; font-size: 0.68rem; color: var(--text-muted); opacity: 0.7; font-style: italic; }

.cm-footnote {
  text-align: center;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 1rem;
  opacity: 0.7;
}

/* SOURCES LINE */
.sources-line {
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-muted);
  opacity: 0.55;
  max-width: 640px;
  margin: 0 auto;
  padding: 1.5rem 1rem 0.5rem;
  line-height: 1.6;
}
.sources-line a {
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sources-line a:hover {
  color: var(--text-secondary);
}

