:root {
  --hub-bg: #070a0f;
  --hub-panel: #0f141c;
  --hub-card: #131a24;
  --hub-text: #e8eef5;
  --hub-muted: #7d92a8;
  --hub-gold: #e8b84a;
  --hub-gold-dim: #a67c2a;
  --hub-blue: #59c2ff;
  --hub-border: #243041;
  --hub-max: 1100px;
  --hub-display: "Space Grotesk", system-ui, sans-serif;
  --hub-body: "Inter", system-ui, sans-serif;
  --hub-legal: "Source Serif 4", Georgia, "Times New Roman", serif;
  --hub-warn: #f2555d;
  --header-progress: 0;
  --hub-header-h: 68px;
  --hub-scroll-offset: 82px;
  --dur-header: 0.32s;
  --ease-header: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(232, 184, 74, 0.72) rgba(36, 48, 65, 0.9);
}
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track {
  background: rgba(36, 48, 65, 0.85);
}
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid rgba(7, 10, 15, 0.88);
  background: linear-gradient(180deg, var(--hub-blue), var(--hub-gold));
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #6fd0ff, #f0c96a);
}
body {
  margin: 0;
  font-family: var(--hub-body);
  background:
    radial-gradient(900px 480px at 0% -10%, rgba(232, 184, 74, 0.12), transparent 55%),
    radial-gradient(700px 400px at 100% 0%, rgba(89, 194, 255, 0.08), transparent 50%),
    var(--hub-bg);
  color: var(--hub-text);
  line-height: 1.6;
  min-height: 100vh;
}

a { color: var(--hub-gold); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--hub-max); margin: 0 auto; padding: 0 22px; }

.hub-header {
  position: sticky; top: 0; z-index: 50;
  padding: calc(10px - 4px * var(--header-progress)) 16px calc(10px - 2px * var(--header-progress));
  background: transparent;
  border: none;
}
.hub-header-shell {
  position: relative; overflow: visible;
  max-width: calc(var(--hub-max) + 44px - 72px * var(--header-progress));
  margin: 0 auto;
  padding: calc(8px - 2px * var(--header-progress)) calc(14px + 10px * (1 - var(--header-progress)));
  min-height: calc(68px - 12px * var(--header-progress));
  background: color-mix(in srgb, rgba(7, 10, 15, 0.9) calc(72% + 28% * var(--header-progress)), transparent);
  border: calc(1px * var(--header-progress)) solid rgba(232, 184, 74, calc(0.18 * var(--header-progress)));
  border-radius: calc(0px + 20px * var(--header-progress));
  box-shadow:
    0 calc(3px * var(--header-progress)) calc(22px * var(--header-progress)) rgba(0, 0, 0, calc(0.32 * var(--header-progress))),
    0 0 calc(16px * var(--header-progress)) rgba(232, 184, 74, calc(0.08 * var(--header-progress)));
  backdrop-filter: blur(calc(8px + 6px * var(--header-progress)));
  -webkit-backdrop-filter: blur(calc(8px + 6px * var(--header-progress)));
  transform: translate3d(0, calc(4px * var(--header-progress)), 0);
  transition:
    max-width var(--dur-header) var(--ease-header),
    padding var(--dur-header) var(--ease-header),
    min-height var(--dur-header) var(--ease-header),
    background var(--dur-header) var(--ease-header),
    border-radius var(--dur-header) var(--ease-header),
    box-shadow var(--dur-header) var(--ease-header),
    transform var(--dur-header) var(--ease-header);
}
.hub-header:not(.is-scrolled) .hub-header-shell {
  border-bottom: 1px solid var(--hub-border);
  border-radius: 0;
}
.hub-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: calc(52px - 6px * var(--header-progress)); gap: 16px; flex-wrap: wrap;
  padding: 0;
}
.hub-logo {
  font-family: var(--hub-display); font-weight: 700;
  font-size: calc(1.15rem - 0.14rem * var(--header-progress));
  color: var(--hub-text); display: flex; align-items: center; gap: 10px;
  transition: font-size var(--dur-header) var(--ease-header);
}
.hub-logo span { color: var(--hub-gold); }
.hub-logo-img {
  width: calc(36px - 6px * var(--header-progress));
  height: calc(36px - 6px * var(--header-progress));
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(232, 184, 74, 0.35);
  transition: width var(--dur-header) var(--ease-header), height var(--dur-header) var(--ease-header);
}
.hub-emblem-img {
  object-fit: cover;
  object-position: 50% 44%;
  transform: scale(1.14);
}
.hub-logo-img,
.rise-emblem,
.landing-hero-logo,
.treasury-emblem,
.hub-footer-logo img {
  overflow: hidden;
}
.rise-emblem {
  width: 96px; height: 96px; border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 40px rgba(89, 194, 255, 0.2), 0 0 24px rgba(232, 184, 74, 0.15);
  border: 2px solid rgba(232, 184, 74, 0.25);
}
.rise-emblem-lg { width: 128px; height: 128px; }
.hub-hero-brand {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-bottom: 6px;
}
.rise-hero-brand {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 8px;
}
.pillar-emblem {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover; margin-bottom: 10px;
  border: 1px solid var(--hub-border);
}
.hub-header-end {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  flex: 1; justify-content: flex-end; min-width: 0;
}
.hub-header-right {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0;
}
.hub-buy-price {
  font-family: var(--hub-display); font-weight: 600; font-size: 0.82rem;
  color: var(--hub-gold); padding: 6px 10px;
  background: rgba(232, 184, 74, 0.08); border-radius: 8px;
  border: 1px solid rgba(232, 184, 74, 0.22); white-space: nowrap;
}
.hub-buy {
  display: inline-flex; align-items: center; padding: 8px 14px;
  border-radius: 999px; font-weight: 700; font-size: 0.8rem;
  background: linear-gradient(135deg, var(--hub-gold), #f0c96a);
  color: #1a1205; text-decoration: none !important; white-space: nowrap;
  box-shadow: 0 2px 12px rgba(232, 184, 74, 0.28);
  transition: filter 0.15s;
}
.hub-buy:hover { filter: brightness(1.08); text-decoration: none; }
.hub-buy--curve-25 { box-shadow: 0 2px 16px rgba(232, 184, 74, 0.38); }
.hub-buy--curve-50 {
  box-shadow: 0 2px 22px rgba(232, 184, 74, 0.48);
  animation: buy-glow-mid 2.8s ease-in-out infinite;
}
.hub-buy--curve-75 {
  box-shadow: 0 2px 28px rgba(232, 184, 74, 0.58), 0 0 20px rgba(89, 194, 255, 0.15);
  animation: buy-glow-high 2.2s ease-in-out infinite;
}
@keyframes buy-glow-mid {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.06); }
}
@keyframes buy-glow-high {
  0%, 100% { filter: brightness(1); transform: scale(1); }
  50% { filter: brightness(1.1); transform: scale(1.02); }
}
.hub-header-curve {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  height: 3px; background: rgba(36, 48, 65, 0.85); pointer-events: none;
}
.hub-header-curve-fill {
  height: 100%; width: 0%; border-radius: 0 2px 2px 0;
  background: linear-gradient(90deg, var(--hub-blue), var(--hub-gold));
  box-shadow: 0 0 12px rgba(232, 184, 74, 0.4);
  transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.hub-header.is-scrolled .hub-header-curve { height: 4px; }
@media (prefers-reduced-motion: reduce) {
  .hub-buy--curve-50,
  .hub-buy--curve-75,
  .hub-header-curve-fill { animation: none !important; transition: none !important; }
}
.hub-lang {
  display: flex; border: 1px solid var(--hub-border); border-radius: 8px; overflow: hidden;
}
.hub-lang-btn {
  background: transparent; border: 0; color: var(--hub-muted);
  padding: 6px 10px; font-size: 0.72rem; font-weight: 700; cursor: pointer;
  font-family: var(--hub-body); letter-spacing: 0.04em;
}
.hub-lang-btn.active { background: var(--hub-card); color: var(--hub-gold); }
.hub-lang-btn:hover:not(.active) { color: var(--hub-text); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.hub-nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 42px; height: 42px; padding: 0; border-radius: 10px;
  border: 1px solid var(--hub-border); background: var(--hub-panel);
  cursor: pointer; flex-shrink: 0;
}
.hub-nav-toggle-bars {
  display: flex; flex-direction: column; gap: 5px; width: 18px;
}
.hub-nav-toggle-bars span {
  display: block; height: 2px; background: var(--hub-text); border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}
body.hub-nav-open .hub-nav-toggle-bars span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.hub-nav-open .hub-nav-toggle-bars span:nth-child(2) { opacity: 0; }
body.hub-nav-open .hub-nav-toggle-bars span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hub-nav-more { position: relative; }
.hub-nav-more summary {
  list-style: none; cursor: pointer; color: var(--hub-muted);
  font-size: 0.9rem; font-weight: 500; padding: 4px 0;
}
.hub-nav-more summary::-webkit-details-marker { display: none; }
.hub-nav-more[open] summary { color: var(--hub-gold); }
.hub-nav-more-menu {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 80;
  min-width: 168px; padding: 8px; border-radius: 12px;
  background: var(--hub-panel); border: 1px solid var(--hub-border);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  display: flex; flex-direction: column; gap: 4px;
}
.hub-nav-more-menu a {
  padding: 8px 12px; border-radius: 8px; color: var(--hub-muted);
  font-size: 0.88rem; font-weight: 500; text-decoration: none !important;
}
.hub-nav-more-menu a:hover { background: var(--hub-card); color: var(--hub-text); }

.hub-nav { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hub-nav a {
  position: relative; color: var(--hub-muted); font-size: 0.9rem; font-weight: 500;
  text-decoration: none !important;
}
.hub-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px;
  background: linear-gradient(90deg, var(--hub-gold), rgba(89, 194, 255, 0.65));
  border-radius: 1px; transform: scaleX(0); transform-origin: center;
  transition: transform 0.22s var(--ease-header);
}
.hub-nav a:hover { color: var(--hub-text); }
.hub-nav a:hover::after,
.hub-nav a[aria-current="page"]::after,
.hub-nav a.is-section-active::after { transform: scaleX(1); }
.hub-nav a[aria-current="page"],
.hub-nav a.is-section-active { color: var(--hub-gold); }
.hub-nav-more-menu a {
  position: relative; text-decoration: none !important;
}
.hub-nav-more-menu a.is-section-active {
  color: var(--hub-gold); background: rgba(232, 184, 74, 0.08);
}
.hub-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: rgba(4, 7, 12, 0.55);
  -webkit-tap-highlight-color: transparent;
}
body.hub-nav-open .hub-nav-overlay { display: block; }
.hub-nav a:focus-visible,
.hub-nav-more summary:focus-visible,
.hub-nav-more-menu a:focus-visible,
.hub-nav-toggle:focus-visible,
.hub-buy:focus-visible,
.hub-lang-btn:focus-visible,
.hub-logo:focus-visible {
  outline: 2px solid var(--hub-gold); outline-offset: 3px;
}

.hub-footer-pro { padding-top: 40px; }
.hub-footer-grid {
  display: grid; gap: 28px 24px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  padding-bottom: 28px; border-bottom: 1px solid var(--hub-border);
}
.hub-footer-brand p { margin: 10px 0 0; font-size: 0.88rem; color: var(--hub-muted); max-width: 260px; }
.hub-footer-logo {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--hub-text); font-family: var(--hub-display); font-weight: 700;
  text-decoration: none !important;
}
.hub-footer-logo img { border-radius: 50%; }
.hub-footer-col h3 {
  margin: 0 0 12px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--hub-muted);
}
.hub-footer-col a {
  display: block; margin-bottom: 8px; color: var(--hub-text);
  font-size: 0.88rem; text-decoration: none;
}
.hub-footer-col a:hover { color: var(--hub-gold); text-decoration: none; }
.hub-footer-bottom {
  padding: 18px 0 28px; display: flex; flex-wrap: wrap;
  justify-content: space-between; gap: 8px; align-items: center;
}
.hub-footer-copy { margin: 0; font-size: 0.82rem; color: var(--hub-muted); }

.landing-hero--rise { min-height: 82vh; min-height: 82dvh; }
.landing-hero--rise .landing-title { font-size: clamp(2rem, 6vw, 3.2rem); }
.rise-metric-link { font-size: 0.8rem; margin-top: 8px; display: inline-block; }
.rise-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.treasury-card-body { margin: 0 0 12px; color: var(--hub-muted); font-size: 0.92rem; }
.treasury-card-meta { margin: 0; padding-left: 18px; color: var(--hub-muted); font-size: 0.88rem; }
.rise-allocation-card {
  margin-bottom: 32px;
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--hub-border);
  background: linear-gradient(145deg, rgba(19, 26, 36, 0.9), rgba(11, 15, 26, 0.95));
}
.rise-allocation-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--hub-gold);
}
.rise-alloc-sub {
  margin: 0 0 18px;
  font-size: 0.88rem;
  color: var(--hub-muted);
}
.rise-alloc-chart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 36px;
}
.rise-alloc-donut-col { flex: 0 0 auto; }
.rise-alloc-donut {
  position: relative;
  width: min(280px, 78vw);
  margin: 0 auto;
}
.rise-donut-svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}
.donut-seg {
  transition: opacity 0.2s, filter 0.2s;
  cursor: pointer;
}
.rise-alloc-chart:not(:hover) .donut-seg { opacity: 0.92; }
.rise-alloc-chart .donut-seg.is-active,
.rise-alloc-legend li.is-active .rise-alloc-swatch {
  filter: brightness(1.12) drop-shadow(0 0 8px rgba(232, 184, 74, 0.35));
}
.rise-alloc-chart:hover .donut-seg:not(.is-active) { opacity: 0.45; }
.rise-alloc-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  padding: 28%;
}
.rise-alloc-total {
  font-family: var(--hub-display);
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 700;
  color: var(--hub-gold);
  line-height: 1.1;
}
.rise-alloc-lbl {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hub-muted);
  margin-top: 2px;
}
.rise-alloc-pct {
  font-size: 0.78rem;
  color: var(--hub-blue);
  margin-top: 4px;
}
.rise-alloc-legend {
  flex: 1 1 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: min(100%, 260px);
}
.rise-alloc-legend li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: default;
  transition: background 0.2s, border-color 0.2s;
}
.rise-alloc-legend li.is-active {
  background: rgba(232, 184, 74, 0.06);
  border-color: rgba(232, 184, 74, 0.2);
}
.rise-alloc-swatch {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin-top: 4px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.rise-alloc-legend-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.84rem;
}
.rise-alloc-legend-body strong {
  color: var(--hub-text);
  font-weight: 600;
}
.rise-alloc-legend-body span {
  color: var(--hub-muted);
  font-size: 0.8rem;
}
.rise-alloc-mount .wp-callout--curve,
.moon-alloc-mount .wp-callout--curve {
  margin-top: 20px;
  width: 100%;
}

/* —— Moon allocation donut (hub + rise) —— */
#hub-creator-allocation,
#creator-allocation {
  scroll-margin-top: var(--hub-scroll-offset, 88px);
}
.moon-alloc-mount--loading {
  min-height: min(320px, 70vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.moon-alloc-loading,
.moon-alloc-error {
  margin: 0;
  font-size: 0.88rem;
  text-align: center;
}
.moon-alloc-error {
  padding: 24px 16px;
  border: 1px dashed var(--hub-border);
  border-radius: 12px;
  width: 100%;
}

.landing-moon-alloc {
  padding: 56px 0 48px;
  border-bottom: 1px solid var(--hub-border);
  background:
    radial-gradient(ellipse 55% 90% at 12% 42%, rgba(232, 184, 74, 0.08), transparent 58%),
    radial-gradient(ellipse 48% 72% at 88% 58%, rgba(89, 194, 255, 0.06), transparent 55%),
    var(--hub-bg);
  position: relative;
  overflow: hidden;
}
.landing-moon-alloc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/moon-surface.svg") repeat;
  opacity: 0.035;
  pointer-events: none;
}
.landing-moon-alloc-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px 40px;
  align-items: center;
  grid-template-columns: 1fr minmax(300px, 440px);
}
.landing-moon-alloc-copy .landing-section-sub {
  margin-bottom: 18px;
  max-width: 480px;
}
.landing-moon-alloc-copy .btn { margin-top: 4px; }

.moon-alloc-chart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 36px;
}
.moon-alloc-donut-col { flex: 0 0 auto; }
.moon-alloc-donut {
  position: relative;
  width: min(300px, 82vw);
  margin: 0 auto;
}
.moon-alloc-glow {
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(232, 184, 74, 0.14) 0%,
    rgba(89, 194, 255, 0.07) 42%,
    transparent 68%
  );
  pointer-events: none;
  animation: moon-alloc-pulse 5s ease-in-out infinite;
}
@keyframes moon-alloc-pulse {
  0%, 100% { opacity: 0.65; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
}
.moon-donut-svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  filter:
    drop-shadow(0 0 24px rgba(232, 184, 74, 0.22))
    drop-shadow(0 10px 28px rgba(0, 0, 0, 0.38));
}
.moon-slice,
.moon-alloc-chart .donut-seg {
  transition: opacity 0.22s, filter 0.22s;
  cursor: pointer;
}
.moon-alloc-chart:not(:hover) .donut-seg { opacity: 0.94; }
.moon-alloc-chart .donut-seg.is-active,
.moon-alloc-legend li.is-active .moon-alloc-swatch {
  filter: brightness(1.14) drop-shadow(0 0 10px rgba(232, 184, 74, 0.4));
}
.moon-alloc-chart:hover .donut-seg:not(.is-active) { opacity: 0.42; }
.moon-alloc-center {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  padding: 28%;
}
.moon-alloc-total {
  font-family: var(--hub-display);
  font-size: clamp(1.35rem, 4vw, 1.8rem);
  font-weight: 700;
  color: var(--hub-gold);
  line-height: 1.1;
  text-shadow: 0 0 18px rgba(232, 184, 74, 0.35);
}
.moon-alloc-lbl {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hub-muted);
  margin-top: 2px;
}
.moon-alloc-pct {
  font-size: 0.78rem;
  color: var(--hub-blue);
  margin-top: 4px;
}
.moon-alloc-legend {
  flex: 1 1 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: min(100%, 260px);
}
.moon-alloc-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.moon-alloc-detail-hint {
  margin: 0;
  font-size: 0.78rem;
  text-align: center;
  line-height: 1.4;
}
.moon-alloc-detail-body {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(232, 184, 74, 0.22);
  background: rgba(232, 184, 74, 0.06);
  animation: moon-alloc-detail-in 0.22s ease;
}
@keyframes moon-alloc-detail-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
.moon-alloc-detail-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 4px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), 0 0 8px rgba(232, 184, 74, 0.2);
}
.moon-alloc-detail-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--hub-text);
  margin-bottom: 4px;
}
.moon-alloc-detail-text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--hub-muted);
}
.moon-alloc-legend li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.moon-alloc-legend li.is-active {
  background: rgba(232, 184, 74, 0.07);
  border-color: rgba(232, 184, 74, 0.22);
}
.moon-alloc-legend li.is-pinned {
  background: rgba(232, 184, 74, 0.1);
  border-color: rgba(232, 184, 74, 0.38);
}
.moon-alloc-chart .donut-seg.is-pinned {
  filter: brightness(1.18) drop-shadow(0 0 12px rgba(232, 184, 74, 0.5));
}
.moon-alloc-swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 4px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), 0 0 8px rgba(232, 184, 74, 0.15);
}
.moon-alloc-legend-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.84rem;
}
.moon-alloc-legend-body strong {
  color: var(--hub-text);
  font-weight: 600;
}
.moon-alloc-legend-body span {
  color: var(--hub-muted);
  font-size: 0.8rem;
}

.rise-details { padding: 40px 0 56px; }
.rise-details .wrap > section,
.rise-details .wrap > .disclaimer,
.rise-details .wrap > .rise-metrics,
.rise-details .wrap > .treasury-card { margin-bottom: 32px; }

.wp-hero-strip {
  position: relative; padding: 48px 0 32px; text-align: center; overflow: hidden;
  border-bottom: 1px solid var(--hub-border);
}
.wp-hero-strip .landing-hero-bg { opacity: 0.45; }
.wp-hero-strip .landing-hero-stars--far { opacity: 0.4; }
.wp-hero-strip h1 {
  position: relative; z-index: 1; margin: 0;
  font-family: var(--hub-display); font-size: clamp(1.8rem, 5vw, 2.6rem);
}
.wp-hero-strip .wp-sub { position: relative; z-index: 1; color: var(--hub-muted); margin-top: 10px; }
.wp-hero-strip .hub-badge { position: relative; z-index: 1; }
.wp-page .wp-layout { padding-top: 28px; }

@media (max-width: 900px) {
  /* Stack: page < overlay (90) < header+burger (120) < panneau menu (130) */
  .hub-header {
    z-index: 120;
  }
  .hub-nav-toggle {
    display: inline-flex;
    position: relative;
    z-index: 140;
    -webkit-tap-highlight-color: transparent;
  }
  .hub-header-inner {
    flex-wrap: nowrap;
    position: relative;
    z-index: 140;
  }
  .hub-header-end {
    position: fixed;
    top: var(--hub-header-h, 68px);
    left: 0;
    right: 0;
    z-index: 130;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(7, 10, 15, 0.98);
    border-bottom: 1px solid var(--hub-border);
    padding: 12px 18px calc(16px + env(safe-area-inset-bottom));
    max-height: min(70dvh, calc(100dvh - var(--hub-header-h, 68px)));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  }
  body.hub-nav-open .hub-header-end {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .hub-nav-overlay {
    z-index: 90 !important;
  }
  /* Ne PAS utiliser touch-action:none sur body — gèle iOS/Android */
  body.hub-nav-open {
    overflow: hidden;
  }
  .hub-nav { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .hub-nav a {
    padding: 14px 0; border-bottom: 1px solid var(--hub-border);
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .hub-nav a::after { bottom: 8px; }
  .hub-nav a.is-section-active,
  .hub-nav a[aria-current="page"] { border-bottom-color: rgba(232, 184, 74, 0.35); }
  .hub-nav-more { width: 100%; }
  .hub-nav-more summary {
    padding: 14px 0;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .hub-nav-more-menu {
    position: static; box-shadow: none; border: 0; padding: 0 0 8px 12px;
    background: transparent;
  }
  .hub-header-right {
    width: 100%; justify-content: space-between;
    padding-top: 14px; margin-top: 8px; border-top: 1px solid var(--hub-border);
    flex-wrap: wrap;
    gap: 10px;
  }
  .hub-footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Landing hero — schéma pro memecoin */
.landing-hero {
  position: relative; min-height: calc(100vh - 68px); min-height: calc(100dvh - 68px);
  display: flex; align-items: center; padding: 48px 0 64px; overflow: hidden;
}
.landing-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(6, 9, 16, 0.4) 55%, var(--hub-bg) 100%),
    url("../img/starry-sky.svg") center top / cover no-repeat;
}
.landing-hero-stars {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-repeat: repeat;
  opacity: 0.7;
}
.landing-hero-stars--far {
  background-image:
    radial-gradient(1px 1px at 20px 30px, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1px 1px at 80px 120px, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(1.5px 1.5px at 150px 60px, rgba(232, 216, 160, 0.8), transparent),
    radial-gradient(1px 1px at 220px 180px, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1px 1px at 300px 40px, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 380px 140px, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1px 1px at 60px 95px, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(1.2px 1.2px at 340px 25px, rgba(89, 194, 255, 0.35), transparent);
  background-size: 400px 220px;
  animation: stars-drift 90s linear infinite;
}
.landing-hero-stars--near {
  background-image:
    radial-gradient(1.5px 1.5px at 50px 80px, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(2px 2px at 180px 30px, rgba(232, 184, 74, 0.85), transparent),
    radial-gradient(1px 1px at 260px 150px, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1.5px 1.5px at 340px 90px, rgba(89, 194, 255, 0.5), transparent),
    radial-gradient(1px 1px at 95px 45px, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 310px 165px, rgba(255, 248, 220, 0.7), transparent);
  background-size: 420px 200px;
  opacity: 0.45;
  animation: stars-twinkle 6s ease-in-out infinite alternate, stars-drift 120s linear infinite reverse;
}
.landing-hero-stars--fine {
  background-image:
    radial-gradient(1px 1px at 12px 18px, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1px 1px at 44px 62px, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(0.8px 0.8px at 88px 28px, rgba(232, 184, 74, 0.45), transparent),
    radial-gradient(1px 1px at 132px 74px, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1px 1px at 176px 14px, rgba(89, 194, 255, 0.35), transparent),
    radial-gradient(0.8px 0.8px at 210px 52px, rgba(255, 255, 255, 0.42), transparent),
    radial-gradient(1px 1px at 268px 36px, rgba(255, 255, 255, 0.48), transparent),
    radial-gradient(1px 1px at 312px 88px, rgba(232, 216, 160, 0.4), transparent);
  background-size: 340px 110px;
  opacity: 0.55;
  animation: stars-drift 140s linear infinite, stars-twinkle-fine 8s ease-in-out infinite alternate;
}
@keyframes stars-twinkle-fine {
  0% { opacity: 0.38; }
  100% { opacity: 0.72; }
}
.landing-hero-comets {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.landing-comet {
  position: absolute; left: -20%;
  width: min(140px, 22vw); height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 25%,
    rgba(255, 255, 255, 0.95) 55%,
    rgba(232, 184, 74, 0.75) 72%,
    transparent 100%
  );
  border-radius: 999px;
  opacity: 0;
  filter: drop-shadow(0 0 6px rgba(232, 184, 74, 0.55));
  transform: rotate(-28deg);
}
.landing-comet::after {
  content: ""; position: absolute; right: 18%; top: 50%;
  width: 48px; height: 1px; margin-top: -0.5px;
  background: linear-gradient(90deg, rgba(89, 194, 255, 0.5), transparent);
}
.landing-comet--a {
  top: 14%;
  animation: comet-slow-a 72s linear infinite;
}
.landing-comet--b {
  top: 38%;
  width: min(110px, 18vw);
  animation: comet-slow-b 88s linear infinite;
  animation-delay: -22s;
}
.landing-comet--c {
  top: 62%;
  width: min(90px, 14vw);
  opacity: 0.85;
  animation: comet-slow-c 64s linear infinite;
  animation-delay: -38s;
}
.landing-comet--d {
  top: 26%;
  width: min(75px, 12vw);
  animation: comet-slow-d 96s linear infinite;
  animation-delay: -55s;
}
.landing-comet--e {
  top: 52%;
  width: min(130px, 20vw);
  animation: comet-slow-e 80s linear infinite;
  animation-delay: -12s;
}
@keyframes comet-slow-a {
  0% { opacity: 0; transform: translate(-18vw, -4vh) rotate(-26deg); }
  4% { opacity: 0.55; }
  14% { opacity: 0.75; transform: translate(42vw, 8vh) rotate(-26deg); }
  24% { opacity: 0.45; transform: translate(108vw, 16vh) rotate(-26deg); }
  28%, 100% { opacity: 0; transform: translate(118vw, 18vh) rotate(-26deg); }
}
@keyframes comet-slow-b {
  0% { opacity: 0; transform: translate(-16vw, 6vh) rotate(-20deg); }
  5% { opacity: 0.5; }
  16% { opacity: 0.65; transform: translate(38vw, 2vh) rotate(-20deg); }
  27% { opacity: 0.35; transform: translate(105vw, -4vh) rotate(-20deg); }
  32%, 100% { opacity: 0; transform: translate(112vw, -6vh) rotate(-20deg); }
}
@keyframes comet-slow-c {
  0% { opacity: 0; transform: translate(-14vw, 10vh) rotate(-32deg); }
  6% { opacity: 0.45; }
  18% { opacity: 0.6; transform: translate(36vw, 14vh) rotate(-32deg); }
  30% { opacity: 0.3; transform: translate(102vw, 20vh) rotate(-32deg); }
  35%, 100% { opacity: 0; transform: translate(110vw, 22vh) rotate(-32deg); }
}
@keyframes comet-slow-d {
  0% { opacity: 0; transform: translate(-12vw, -2vh) rotate(-18deg); }
  5% { opacity: 0.4; }
  15% { opacity: 0.55; transform: translate(40vw, 4vh) rotate(-18deg); }
  26% { opacity: 0.25; transform: translate(104vw, 10vh) rotate(-18deg); }
  30%, 100% { opacity: 0; transform: translate(112vw, 12vh) rotate(-18deg); }
}
@keyframes comet-slow-e {
  0% { opacity: 0; transform: translate(-20vw, 2vh) rotate(-24deg); }
  4% { opacity: 0.6; }
  17% { opacity: 0.8; transform: translate(44vw, 6vh) rotate(-24deg); }
  29% { opacity: 0.4; transform: translate(110vw, 12vh) rotate(-24deg); }
  33%, 100% { opacity: 0; transform: translate(118vw, 14vh) rotate(-24deg); }
}
@keyframes stars-drift {
  to { background-position: 400px 220px; }
}
@keyframes stars-twinkle {
  0% { opacity: 0.35; }
  100% { opacity: 0.65; }
}
main > section[id],
main .rise-details,
main .chart-section[id],
main .treasury-live[id],
main .faq-section[id] {
  scroll-margin-top: var(--hub-scroll-offset, 110px);
}
@media (prefers-reduced-motion: reduce) {
  .landing-hero-stars--far,
  .landing-hero-stars--near,
  .landing-hero-stars--fine,
  .landing-comet { animation: none; }
  .hub-header,
  .hub-header-shell,
  .hub-logo,
  .hub-logo-img { transition: none !important; transform: none !important; }
}
.landing-hero-glow {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 50% 22%, rgba(232, 184, 74, 0.2), transparent 58%),
    radial-gradient(ellipse 40% 35% at 72% 48%, rgba(89, 194, 255, 0.08), transparent 55%),
    radial-gradient(ellipse 100% 40% at 50% 100%, rgba(6, 9, 16, 0.85), transparent 70%);
}
.landing-section-kicker {
  display: inline-block; margin-bottom: 10px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--hub-gold);
}
.landing-section-title {
  font-family: var(--hub-display); font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.15; margin: 0 0 12px; letter-spacing: -0.02em;
}
.landing-section-sub {
  margin: 0; color: var(--hub-muted); font-size: 0.92rem; max-width: 560px;
}
.landing-hero-inner {
  position: relative; z-index: 1; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.landing-hero-logo {
  width: 140px; height: 140px; margin-bottom: 18px;
  box-shadow: 0 0 60px rgba(232, 184, 74, 0.35), 0 0 100px rgba(89, 194, 255, 0.15);
}
.landing-kicker {
  margin: 0 0 10px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--hub-muted);
}
.landing-title {
  font-family: var(--hub-display); font-size: clamp(2.4rem, 7vw, 4rem);
  line-height: 1.05; margin: 0 0 14px; letter-spacing: -0.03em;
}
.landing-ticker { color: var(--hub-gold); }
.landing-tagline {
  margin: 0 0 28px; max-width: 560px; color: var(--hub-muted);
  font-size: clamp(1rem, 2.5vw, 1.15rem); line-height: 1.55;
}
.landing-tagline--sub { margin-top: -18px; font-size: 0.92rem; color: var(--hub-gold); }
.landing-ctas {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
  margin-bottom: 32px;
}
.landing-cta-buy {
  padding: 13px 26px; font-size: 0.95rem; border-radius: 999px;
  box-shadow: 0 4px 24px rgba(232, 184, 74, 0.35);
}
.landing-stats {
  display: grid; gap: 12px; width: 100%; max-width: 720px;
  grid-template-columns: repeat(4, 1fr); margin-bottom: 22px;
}
.landing-stat {
  background: rgba(19, 26, 36, 0.75); border: 1px solid var(--hub-border);
  border-radius: 14px; padding: 14px 12px; backdrop-filter: blur(6px);
}
.landing-stat.gold { border-color: rgba(232, 184, 74, 0.35); }
.landing-stat-lbl {
  display: block; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--hub-muted);
  margin-bottom: 6px;
}
.landing-stat-val {
  display: block; font-family: var(--hub-display); font-weight: 700;
  font-size: 1.05rem; color: var(--hub-text);
}
.landing-stat-val.small { font-size: 0.82rem; font-weight: 600; color: var(--hub-gold); }
.landing-stat.gold .landing-stat-val { color: var(--hub-gold); }
.landing-contract {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 10px; max-width: 100%; padding: 10px 14px;
  background: var(--hub-panel); border: 1px solid var(--hub-border);
  border-radius: 12px; margin-bottom: 28px;
}
.landing-contract-lbl {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--hub-muted);
}
.landing-contract-addr {
  font-size: 0.78rem; color: var(--hub-text); word-break: break-all;
  max-width: min(420px, 70vw); text-align: left;
}
.landing-copy {
  background: transparent; border: 1px solid var(--hub-border); color: var(--hub-gold);
  padding: 6px 12px; border-radius: 8px; font-size: 0.78rem; font-weight: 700;
  cursor: pointer; font-family: var(--hub-body);
}
.landing-copy:hover { border-color: var(--hub-gold-dim); }
.landing-scroll {
  display: inline-flex; flex-direction: column; align-items: center; gap: 4px;
  color: var(--hub-muted); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none !important;
  animation: landing-bob 2.4s ease-in-out infinite;
}
.landing-scroll:hover { color: var(--hub-gold); }
.landing-scroll-icon { font-size: 1.1rem; }
@keyframes landing-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

.landing-how {
  padding: 48px 0 56px;
  border-bottom: 1px solid var(--hub-border);
  background: linear-gradient(180deg, transparent, rgba(19, 26, 36, 0.4));
}
.landing-how-title {
  font-family: var(--hub-display); text-align: center;
  font-size: 1.5rem; margin: 0 0 28px;
}
.landing-steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: 960px; margin-inline: auto;
}
.landing-step {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--hub-card); border: 1px solid var(--hub-border);
  border-radius: 16px; padding: 18px 16px;
}
.landing-step-num {
  font-family: var(--hub-display); font-weight: 700; font-size: 1.1rem;
  color: var(--hub-gold); opacity: 0.7; flex-shrink: 0;
}
.landing-step h3 { margin: 0 0 6px; font-size: 0.95rem; font-family: var(--hub-display); }
.landing-step p { margin: 0; font-size: 0.85rem; color: var(--hub-muted); line-height: 1.5; }

.landing-vision {
  padding: 56px 0 48px;
  border-bottom: 1px solid var(--hub-border);
  background:
    radial-gradient(ellipse 60% 80% at 100% 50%, rgba(89, 194, 255, 0.06), transparent 55%),
    var(--hub-bg);
}
.landing-vision-layout {
  display: grid; gap: 36px; align-items: center;
  grid-template-columns: 1fr minmax(200px, 280px);
}
.landing-vision-lead {
  margin: 0 0 18px; color: var(--hub-muted); font-size: 1rem; line-height: 1.6; max-width: 540px;
}
.landing-vision-list {
  margin: 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 12px;
}
.landing-vision-list li {
  position: relative; padding-left: 22px; color: var(--hub-muted); font-size: 0.92rem; line-height: 1.5;
}
.landing-vision-list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--hub-gold); box-shadow: 0 0 10px rgba(232, 184, 74, 0.5);
}
.landing-vision-orbit {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: 220px; height: 220px; margin: 0 auto;
}
.landing-vision-emblem {
  position: relative; z-index: 2; width: 120px; height: 120px; border-radius: 50%;
  box-shadow: 0 0 50px rgba(232, 184, 74, 0.4);
}
.landing-vision-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(232, 184, 74, 0.25);
  animation: vision-spin 24s linear infinite;
}
.landing-vision-ring--2 {
  inset: 18px; border-color: rgba(89, 194, 255, 0.2);
  animation-direction: reverse; animation-duration: 18s;
}
@keyframes vision-spin {
  to { transform: rotate(360deg); }
}

.landing-phases {
  padding: 56px 0 48px;
  border-bottom: 1px solid var(--hub-border);
  background: linear-gradient(180deg, rgba(19, 26, 36, 0.35), transparent);
}
.landing-phases-head { text-align: center; margin-bottom: 32px; }
.landing-phases-head .landing-section-sub { margin-inline: auto; }
.landing-phases-grid {
  display: grid; gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}
.landing-phase {
  position: relative; background: var(--hub-card); border: 1px solid var(--hub-border);
  border-radius: 18px; padding: 20px 16px 18px; overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.landing-phase::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--hub-border); transition: background 0.2s;
}
.landing-phase.is-active {
  border-color: rgba(232, 184, 74, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.landing-phase.is-active::before { background: linear-gradient(90deg, var(--hub-gold), var(--hub-blue)); }
.landing-phase.is-next { border-color: rgba(89, 194, 255, 0.3); }
.landing-phase-status {
  display: inline-block; margin-bottom: 8px;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 3px 8px; border-radius: 999px;
  background: rgba(125, 146, 168, 0.15); color: var(--hub-muted);
}
.landing-phase.is-active .landing-phase-status {
  background: rgba(232, 184, 74, 0.15); color: var(--hub-gold);
}
.landing-phase.is-next .landing-phase-status {
  background: rgba(89, 194, 255, 0.12); color: var(--hub-blue);
}
.landing-phase-label {
  display: block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--hub-muted);
  margin-bottom: 4px;
}
.landing-phase h3 {
  margin: 0 0 8px; font-family: var(--hub-display); font-size: 1.05rem;
}
.landing-phase p { margin: 0; font-size: 0.84rem; color: var(--hub-muted); line-height: 1.5; }

.landing-social {
  padding: 48px 0 56px;
  background:
    radial-gradient(ellipse 70% 100% at 50% 100%, rgba(232, 184, 74, 0.1), transparent 60%),
    var(--hub-panel);
  border-top: 1px solid var(--hub-border);
}
.landing-social-inner {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 24px;
}
.landing-social-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.hub-hero { padding: 56px 0 40px; }
.hub-hero h1 {
  font-family: var(--hub-display); font-size: clamp(2rem, 5vw, 2.85rem);
  line-height: 1.12; margin: 0 0 14px; letter-spacing: -0.02em;
}
.hub-hero h1 em { font-style: normal; color: var(--hub-gold); }
.hub-lead { color: var(--hub-muted); font-size: 1.08rem; max-width: 640px; margin: 0 0 28px; }
.hub-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.hub-badge {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px; border: 1px solid var(--hub-border);
  color: var(--hub-muted);
}
.hub-badge.gold { color: var(--hub-gold); border-color: var(--hub-gold-dim); }

.pillar-grid {
  display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  padding: 20px 0 48px;
}
.pillar-card {
  background: var(--hub-card); border: 1px solid var(--hub-border);
  border-radius: 16px; padding: 22px 20px; display: flex; flex-direction: column;
  transition: border-color 0.2s, transform 0.2s;
}
.pillar-card:hover { border-color: rgba(232, 184, 74, 0.35); transform: translateY(-2px); }
.pillar-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; margin-bottom: 12px; }
.pillar-card h2 { margin: 0 0 8px; font-size: 1.1rem; font-family: var(--hub-display); }
.pillar-card p { margin: 0 0 18px; font-size: 0.9rem; color: var(--hub-muted); flex: 1; }
.pillar-status {
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 3px 8px; border-radius: 999px; border: 1px solid var(--hub-border); white-space: nowrap;
}
.pillar-status.live { color: #3dd68c; border-color: rgba(61, 214, 140, 0.4); }
.pillar-status.beta { color: var(--hub-blue); border-color: rgba(89, 194, 255, 0.35); }
.pillar-status.soon { color: var(--hub-muted); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 18px; border-radius: 10px; font-weight: 600; font-size: 0.88rem;
  border: 1px solid transparent; cursor: pointer; text-decoration: none !important;
}
.btn-primary { background: var(--hub-gold); color: #1a1205; }
.btn-primary:hover { filter: brightness(1.05); }
.btn-ghost { background: transparent; border-color: var(--hub-border); color: var(--hub-text); }
.btn-ghost:hover { border-color: var(--hub-gold-dim); }

.section-head { margin-bottom: 18px; }
.section-head h2 {
  font-family: var(--hub-display); font-size: 1.35rem; margin: 0 0 6px;
}
.section-sub { margin: 0; color: var(--hub-muted); font-size: 0.88rem; }

/* Treasury burn live */
.treasury-live {
  padding: 28px 0 36px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(232, 184, 74, 0.14), transparent 65%),
    linear-gradient(180deg, rgba(19, 26, 36, 0.6), transparent);
  border-top: 1px solid var(--hub-border);
  border-bottom: 1px solid var(--hub-border);
}
.treasury-live--compact { padding: 0; background: none; border: 0; margin: 20px 0; }
.treasury-live--compact .treasury-stage { padding: 20px 16px; }
.treasury-stage {
  --burn-heat: 0;
  position: relative; text-align: center;
  background: var(--hub-panel); border: 1px solid var(--hub-gold-dim);
  border-radius: 20px; padding: 28px 20px 22px; overflow: hidden;
  box-shadow: 0 0 calc(40px + var(--burn-heat) * 50px) rgba(232, 184, 74, calc(0.08 + var(--burn-heat) * 0.22));
  transition: box-shadow 0.8s ease, border-color 0.8s ease;
}
.treasury-stage[data-burn-level="warm"] { border-color: rgba(232, 184, 74, 0.45); }
.treasury-stage[data-burn-level="hot"] { border-color: rgba(228, 140, 60, 0.55); }
.treasury-stage[data-burn-level="blaze"] {
  border-color: rgba(255, 160, 80, 0.65);
  box-shadow: 0 0 80px rgba(196, 92, 42, 0.25), 0 0 120px rgba(232, 184, 74, 0.15);
}
.treasury-stage.treasury-burn-surge .treasury-flames-bg {
  animation: flames-surge 1.2s ease-out 1;
}
.treasury-flames-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 20, 28, calc(0.92 - var(--burn-heat) * 0.18)) 0%, rgba(15, 20, 28, calc(0.58 - var(--burn-heat) * 0.2)) 42%, rgba(15, 20, 28, calc(0.78 - var(--burn-heat) * 0.15)) 100%),
    url("../img/burn-flames-bg.svg") center bottom / cover no-repeat;
  opacity: calc(0.62 + var(--burn-heat) * 0.38);
  filter: brightness(calc(0.88 + var(--burn-heat) * 0.45)) saturate(calc(0.9 + var(--burn-heat) * 0.35));
  animation: flames-flicker calc(6.5s - var(--burn-heat) * 3.5s) ease-in-out infinite alternate;
  transition: opacity 0.9s ease, filter 0.9s ease;
}
.treasury-burn-active .treasury-flames-bg::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 45% at 50% 85%, rgba(255, 140, 60, calc(0.08 + var(--burn-heat) * 0.28)), transparent 70%);
  animation: ember-glow calc(4s - var(--burn-heat) * 2s) ease-in-out infinite alternate;
}
@keyframes flames-flicker {
  0% { transform: scale(1) translateY(0); }
  100% { transform: scale(1.03) translateY(-3px); }
}
@keyframes flames-surge {
  0% { filter: brightness(1.4) saturate(1.3); transform: scale(1.06); }
  100% { filter: brightness(calc(0.88 + var(--burn-heat) * 0.45)); transform: scale(1); }
}
@keyframes ember-glow {
  0% { opacity: 0.55; }
  100% { opacity: 1; }
}
.treasury-orbit {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(circle at 50% 45%, rgba(89, 194, 255, 0.06), transparent 55%);
}
.orbit-dot {
  position: absolute; top: 18%; left: 12%; width: 6px; height: 6px;
  border-radius: 50%; background: var(--hub-gold);
  box-shadow: 0 0 12px var(--hub-gold);
  animation: treasury-orbit 8s linear infinite;
}
@keyframes treasury-orbit {
  0% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  50% { transform: translate(280px, 120px) scale(1.4); opacity: 1; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
}
.treasury-core { position: relative; z-index: 1; }
.treasury-jbar, .treasury-jlabel, .treasury-pills { position: relative; z-index: 1; }
.treasury-emblem {
  position: relative; border-radius: 50%; border: 2px solid rgba(232, 184, 74, calc(0.35 + var(--burn-heat) * 0.35));
  box-shadow:
    0 0 calc(24px + var(--burn-heat) * 40px) rgba(232, 184, 74, calc(0.2 + var(--burn-heat) * 0.35)),
    0 0 calc(40px + var(--burn-heat) * 60px) rgba(196, 92, 42, calc(0.08 + var(--burn-heat) * 0.2));
  margin-bottom: 14px;
  transition: box-shadow 0.8s ease, border-color 0.8s ease;
}
.treasury-rise-val {
  text-shadow: 0 0 calc(24px + var(--burn-heat) * 36px) rgba(232, 184, 74, calc(0.25 + var(--burn-heat) * 0.4));
}
.treasury-rise-lbl {
  display: block; font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--hub-muted); margin-bottom: 4px;
}
.treasury-rise-val {
  font-family: var(--hub-display); font-size: clamp(2.2rem, 6vw, 3.2rem);
  font-weight: 700; color: var(--hub-gold); line-height: 1;
  text-shadow: 0 0 40px rgba(232, 184, 74, 0.35);
  transition: transform 0.35s ease, color 0.35s ease;
}
.treasury-rise-val.bump { transform: scale(1.04); color: #ffe08a; }
.treasury-usd { margin-top: 8px; font-size: 0.9rem; color: var(--hub-muted); }
.treasury-jbar {
  margin: 20px auto 10px; max-width: 420px; height: 8px;
  background: var(--hub-card); border-radius: 999px; overflow: hidden;
  border: 1px solid var(--hub-border);
}
.treasury-jbar-fill {
  height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--hub-blue), var(--hub-gold));
  transition: width 0.8s ease;
}
.treasury-jlabel { margin: 0; font-size: 0.82rem; color: var(--hub-muted); }
.treasury-pills {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 14px;
}
.treasury-pill {
  font-size: 0.72rem; padding: 4px 10px; border-radius: 999px;
  border: 1px solid var(--hub-border); color: var(--hub-muted);
}
.treasury-pill.gold { color: var(--hub-gold); border-color: var(--hub-gold-dim); }

.chart-section {
  padding: 8px 0 36px;
  border-top: 1px solid var(--hub-border);
  border-bottom: 1px solid var(--hub-border);
  background: linear-gradient(180deg, rgba(15, 20, 28, 0.5), transparent);
}
.chart-section--inline {
  border: 1px solid var(--hub-border); border-radius: 16px;
  padding: 20px 18px; margin: 20px 0 8px; background: var(--hub-panel);
}

.market-stats {
  display: grid; gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin-bottom: 16px;
}
.market-stat {
  background: var(--hub-card); border: 1px solid var(--hub-border);
  border-radius: 12px; padding: 14px 16px;
}
.market-stat .lbl {
  font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--hub-muted); margin-bottom: 4px;
}
.market-stat .val {
  font-family: var(--hub-display); font-size: 1.05rem; font-weight: 600;
}
.market-stat .val.small { font-size: 0.82rem; font-family: ui-monospace, Consolas, monospace; }
.market-stat.up .val { color: #3dd68c; }
.market-stat.down .val { color: #f07178; }

.chart-frame {
  border: 1px solid var(--hub-border); border-radius: 16px;
  overflow: hidden; background: #0d1117; min-height: 460px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}
.chart-frame--compact { min-height: 380px; }
.chart-frame iframe {
  display: block; width: 100%; height: 460px; border: 0;
}
.chart-frame--compact iframe { height: 380px; }
.chart-foot {
  margin: 12px 0 0; font-size: 0.8rem; color: var(--hub-muted);
}
.chart-foot a { margin-right: 14px; }

.roadmap { padding: 12px 0 56px; }
.roadmap h2 { font-family: var(--hub-display); font-size: 1.35rem; margin: 0 0 20px; }
.roadmap-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.roadmap-card {
  background: var(--hub-panel); border: 1px solid var(--hub-border);
  border-radius: 14px; padding: 18px 20px;
}
.roadmap-card h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--hub-gold); }
.roadmap-card ul { margin: 0; padding-left: 18px; color: var(--hub-muted); font-size: 0.88rem; }

.hub-footer {
  border-top: 1px solid var(--hub-border); padding: 28px 0 40px;
  font-size: 0.82rem; color: var(--hub-muted);
}
.hub-footer strong { color: var(--hub-text); }
.hub-footer-note { margin-top: 4px; font-size: 0.78rem; opacity: 0.85; }

/* Rise page */
.rise-hero { padding: 48px 0 24px; }
.rise-metrics {
  display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: 24px 0 32px;
}
.rise-metric {
  background: var(--hub-card); border: 1px solid var(--hub-border);
  border-radius: 12px; padding: 16px;
}
.rise-metric .lbl { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--hub-muted); }
.rise-metric .val { font-family: ui-monospace, Consolas, monospace; font-size: 0.82rem; word-break: break-all; margin-top: 6px; }
.rise-metrics--disclosure {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 0 24px;
}
.rise-metrics--disclosure .rise-metric {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.rise-metrics--disclosure .rise-metric .val {
  font-size: clamp(0.86rem, 0.3vw + 0.8rem, 0.95rem);
  line-height: 1.45;
}
.rise-metrics--disclosure .rise-metric-link {
  margin-top: 6px;
  font-size: 0.82rem;
}
.onchain-disclosure {
  margin: 36px 0 8px;
  padding-top: 28px;
  border-top: 1px solid var(--hub-border);
}
.onchain-disclosure-title {
  margin: 0 0 18px;
  font-family: var(--hub-display);
  font-size: clamp(1rem, 0.35vw + 0.92rem, 1.12rem);
  font-weight: 600;
  color: var(--hub-gold);
}
.onchain-facts {
  margin: 0 0 22px;
  padding: 0;
}
.onchain-fact {
  margin: 0 0 18px;
}
.onchain-fact:last-child { margin-bottom: 0; }
.onchain-fact dt {
  margin: 0 0 6px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hub-muted);
  font-weight: 600;
}
.onchain-fact dd {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.onchain-addr {
  font-family: ui-monospace, Consolas, monospace;
  font-size: clamp(0.86rem, 0.3vw + 0.8rem, 0.95rem);
  line-height: 1.45;
  word-break: break-all;
  color: var(--hub-text);
  background: none;
  padding: 0;
}
.onchain-pct {
  font-family: ui-monospace, Consolas, monospace;
  font-size: 1rem;
  font-weight: 600;
  color: var(--hub-text);
}
.onchain-link {
  font-size: 0.82rem;
  color: var(--hub-blue);
  text-decoration: none;
}
.onchain-link:hover { text-decoration: underline; }
.wallets-disclosure-detail {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(36, 48, 65, 0.55);
}
.rise-details .onchain-disclosure .wallets-disclosure-lead { margin-top: 0; }
.landing-onchain-link {
  margin: 14px 0 0;
  font-size: 0.88rem;
  text-align: center;
}
.landing-onchain-link a {
  color: var(--hub-muted);
  text-decoration: none;
  border-bottom: 1px solid var(--hub-border);
  transition: color 0.2s, border-color 0.2s;
}
.landing-onchain-link a:hover {
  color: var(--hub-gold);
  border-color: var(--hub-gold-dim);
}
.disclaimer {
  background: rgba(240, 113, 120, 0.08); border: 1px solid rgba(240, 113, 120, 0.3);
  border-radius: 12px; padding: 16px 18px; font-size: 0.88rem; color: #f5b8bc;
  margin: 24px 0;
}
.landing-disclaimer-band .disclaimer,
.rise-details .wrap > .disclaimer {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: var(--hub-legal);
  font-size: clamp(1.12rem, 0.55vw + 1rem, 1.32rem);
  line-height: 1.78;
  letter-spacing: 0.01em;
  color: var(--hub-warn);
  font-weight: 400;
}
.landing-disclaimer-band .disclaimer strong,
.rise-details .wrap > .disclaimer strong {
  color: var(--hub-warn);
  font-weight: 600;
}
.treasury-card {
  background: linear-gradient(135deg, rgba(232, 184, 74, 0.1), rgba(15, 20, 28, 0.95));
  border: 1px solid var(--hub-gold-dim); border-radius: 16px; padding: 22px; margin: 28px 0;
}
.treasury-card h3 { margin: 0 0 10px; color: var(--hub-gold); }

.wallets-disclosure-card {
  background: var(--hub-panel); border: 1px solid var(--hub-border);
  border-radius: 16px; padding: 20px 22px; margin: 24px 0;
}
.wallets-disclosure-card h3 { margin: 0 0 10px; color: var(--hub-gold); font-size: 1.05rem; }
.wallets-disclosure-lead { margin: 0 0 12px; color: var(--hub-muted); font-size: 0.9rem; line-height: 1.55; }
.wallets-disclosure-stats {
  margin: 0 0 14px; padding-left: 18px; color: var(--hub-text); font-size: 0.88rem;
}
.wallets-disclosure-stats li { margin-bottom: 6px; }
.wallets-disclosure-policy { margin: 0; color: var(--hub-muted); font-size: 0.85rem; line-height: 1.5; }
.wallets-disclosure-warn { margin: 12px 0 0; font-size: 0.78rem; }
.wallets-dead-list {
  margin: 0; padding-left: 0; list-style: none; font-size: 0.85rem;
}
.wallets-dead-list li {
  display: flex; gap: 12px; align-items: flex-start;
  margin-bottom: 10px; padding: 12px 14px;
  background: var(--hub-card); border: 1px solid var(--hub-border); border-radius: 12px;
}
.wallets-dead-visual {
  flex-shrink: 0; width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: radial-gradient(circle at 50% 65%, rgba(196, 92, 42, 0.2), rgba(15, 20, 28, 0.95));
  border: 1px solid rgba(232, 184, 74, 0.2);
}
.wallets-dead-visual img { width: 40px; height: 40px; display: block; }
.wallets-dead-body { min-width: 0; flex: 1; }
.wallets-dead-list a { color: var(--hub-blue); word-break: break-all; }

.bureau-nav {
  margin: 0; padding: 10px 22px; font-size: 0.88rem;
  background: var(--hub-panel); border-bottom: 1px solid var(--hub-border);
}
.bureau-nav a { color: var(--hub-blue); }

/* X page */
.x-page { padding: 28px 0 48px; }
.x-profile-card {
  display: flex; gap: 20px; flex-wrap: wrap; align-items: flex-start;
  background: var(--hub-panel); border: 1px solid var(--hub-border);
  border-radius: 18px; padding: 24px;
}
.x-profile-card h1 { margin: 0 0 4px; font-family: var(--hub-display); font-size: 1.5rem; }
.x-handle { margin: 0; color: #1d9bf0; font-weight: 600; font-size: 1.1rem; }
.x-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.x-status { margin: 10px 0 0; font-size: 0.8rem; color: var(--hub-muted); }
.x-feed-section { margin-top: 28px; }
.x-timeline-wrap {
  min-height: 400px; border: 1px solid var(--hub-border);
  border-radius: 16px; padding: 12px; background: var(--hub-card);
  overflow: hidden;
}
.x-timeline-wrap iframe { max-width: 100% !important; }
.x-agent-posts { margin-top: 28px; }
.x-agent-posts h2 { font-size: 1rem; color: var(--hub-gold); margin-bottom: 12px; }
.x-post-card {
  background: var(--hub-card); border: 1px solid var(--hub-border);
  border-radius: 12px; padding: 14px; margin-bottom: 10px;
  font-size: 0.9rem; color: var(--hub-muted);
}
.x-post-card time { font-size: 0.72rem; color: var(--hub-muted); }
.muted { color: var(--hub-muted); }

/* Roadmap (opérateur) */
.rm-page { padding: 28px 0 48px; }
.rm-head { margin-bottom: 28px; }
.rm-head h1 {
  font-family: var(--hub-display); font-size: clamp(1.5rem, 4vw, 2rem);
  margin: 10px 0 8px;
}
.rm-progress-wrap {
  display: flex; align-items: center; gap: 12px; margin-top: 16px; max-width: 420px;
}
.rm-progress-bar {
  flex: 1; height: 8px; border-radius: 999px;
  background: var(--hub-border); overflow: hidden;
}
.rm-progress-fill {
  height: 100%; width: 0%; border-radius: 999px;
  background: linear-gradient(90deg, var(--hub-gold), var(--hub-blue));
  transition: width 0.4s ease;
}
.rm-progress-lbl { font-size: 0.82rem; color: var(--hub-gold); font-weight: 600; min-width: 3ch; }
.rm-done {
  margin-bottom: 28px; padding: 18px 20px; border-radius: 14px;
  background: rgba(61, 214, 140, 0.06); border: 1px solid rgba(61, 214, 140, 0.25);
}
.rm-done h2 { margin: 0 0 6px; font-size: 1rem; color: #3dd68c; }
.rm-done-meta { margin: 0 0 12px; font-size: 0.82rem; color: var(--hub-muted); }
.rm-done-list { margin: 0; padding-left: 18px; color: var(--hub-text); font-size: 0.88rem; }
.rm-done-list li { margin-bottom: 6px; }

.rm-atelier {
  margin: 28px 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 180, 80, 0.22);
  border-radius: 12px;
  background: rgba(255, 160, 60, 0.04);
}
.rm-atelier h2 { margin: 0 0 10px; font-size: 1rem; color: #ffb84d; }
.rm-atelier-list { margin: 0; padding-left: 18px; color: var(--hub-text); font-size: 0.88rem; }
.rm-atelier-list li { margin-bottom: 6px; }
.landing-phase-abc {
  display: block;
  margin: 2px 0 6px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hub-gold);
  opacity: 0.85;
}

.wallets-dead-title {
  margin: 14px 0 8px;
  font-size: 0.88rem;
  color: var(--hub-gold);
}

.wallets-dead-note { font-size: 0.8rem; }

.rm-atelier-prio {
  display: inline-block;
  min-width: 1.8em;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffb84d;
}
.rm-gate-list li.gate-partial span { color: var(--hub-gold); }
.rm-today {
  background: linear-gradient(135deg, rgba(232,184,74,0.08), rgba(89,194,255,0.06));
  border: 1px solid var(--hub-gold-dim); border-radius: 18px;
  padding: 20px 22px; margin-bottom: 28px;
}
.rm-today h2 { margin: 0 0 6px; font-size: 1rem; color: var(--hub-gold); }
.rm-today-date { margin: 0 0 14px; font-size: 0.82rem; color: var(--hub-muted); }
.rm-day-card {
  background: var(--hub-panel); border: 1px solid var(--hub-border);
  border-radius: 14px; padding: 16px 18px; margin-bottom: 12px;
}
.rm-day-card.is-today { border-color: var(--hub-gold); box-shadow: 0 0 0 1px rgba(232,184,74,0.2); }
.rm-day-card.is-past { opacity: 0.72; }
.rm-day-card h3 { margin: 0 0 4px; font-size: 1.05rem; font-family: var(--hub-display); }
.rm-day-meta { margin: 0 0 10px; font-size: 0.82rem; color: var(--hub-muted); }
.rm-focus { margin: 0 0 12px; font-size: 0.9rem; color: var(--hub-text); }
.rm-task-list { list-style: none; margin: 0; padding: 0; }
.rm-task {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0; border-top: 1px solid var(--hub-border);
  font-size: 0.88rem; color: var(--hub-muted);
}
.rm-task:first-child { border-top: 0; }
.rm-task input { margin-top: 3px; accent-color: var(--hub-gold); flex-shrink: 0; }
.rm-task.done { opacity: 0.55; text-decoration: line-through; }
.rm-who {
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.04em; padding: 2px 6px; border-radius: 6px;
  background: var(--hub-card); border: 1px solid var(--hub-border);
  color: var(--hub-muted); flex-shrink: 0; margin-top: 1px;
}
.rm-who.toi { color: var(--hub-gold); border-color: var(--hub-gold-dim); }
.rm-who.cursor { color: var(--hub-blue); border-color: rgba(89,194,255,0.3); }
.rm-gates, .rm-principles, .rm-calendar { margin-bottom: 28px; }
.rm-gates h2, .rm-principles h2, .rm-calendar h2 {
  font-size: 1rem; color: var(--hub-gold); margin: 0 0 12px;
}
.rm-hint { font-weight: 400; color: var(--hub-muted); font-size: 0.82rem; }
.rm-gate-list { list-style: none; margin: 0; padding: 0; }
.rm-gate-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0; font-size: 0.88rem; color: var(--hub-muted);
  border-bottom: 1px solid var(--hub-border);
}
.rm-gate-list input { accent-color: var(--hub-gold); }
.rm-principles ul {
  margin: 0; padding-left: 18px; color: var(--hub-muted); font-size: 0.88rem;
}
.rm-week-label {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--hub-muted); margin: 20px 0 8px;
}
.rm-note { font-size: 0.8rem; margin-top: 24px; }

/* Whitepaper */
.wp-page { padding: 32px 0 48px; }
.wp-layout {
  display: grid; gap: 28px;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
}
.wp-toc {
  position: sticky; top: 84px;
  background: var(--hub-panel); border: 1px solid var(--hub-border);
  border-radius: 14px; padding: 16px 14px;
}
.wp-toc h2 {
  margin: 0 0 12px; font-size: 0.72rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--hub-muted);
}
.wp-toc a {
  display: block; font-size: 0.84rem; color: var(--hub-muted);
  padding: 6px 0; text-decoration: none;
}
.wp-toc a:hover { color: var(--hub-gold); }
.wp-doc { min-width: 0; }
.wp-head h1 {
  font-family: var(--hub-display); font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin: 12px 0 8px; line-height: 1.15;
}
.wp-sub { color: var(--hub-muted); margin: 0 0 8px; font-size: 1.02rem; }
.wp-meta { font-size: 0.78rem; color: var(--hub-muted); margin: 0 0 20px; }
.wp-section {
  margin: 28px 0; padding-top: 8px;
  border-top: 1px solid var(--hub-border);
}
.wp-section:first-of-type { border-top: 0; }
.wp-section h2 {
  font-family: var(--hub-display); font-size: 1.15rem;
  margin: 0 0 12px; color: var(--hub-gold);
}
.wp-section p { margin: 0 0 12px; color: var(--hub-muted); font-size: 0.94rem; }
.wp-allocation-viz {
  margin: 22px 0 8px;
  padding: 20px;
  border: 1px solid var(--hub-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
}
.wp-allocation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.wp-allocation-panel h3 {
  margin: 0 0 12px;
  font-size: 0.88rem;
  color: var(--hub-gold);
  font-weight: 600;
}
.wp-donut-svg {
  display: block;
  width: min(220px, 100%);
  margin: 0 auto 14px;
}
.wp-donut-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  color: var(--hub-muted);
}
.wp-donut-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.wp-donut-swatch {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
.wp-donut-swatch.is-tbd {
  opacity: 0.55;
  border: 1px dashed var(--hub-gold);
  background: transparent !important;
}
.wp-allocation-note {
  margin: 12px 0 0;
  font-size: 0.8rem;
}

.wp-callout {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(89, 194, 255, 0.28);
  background: rgba(89, 194, 255, 0.06);
}
.wp-callout--curve h4 {
  margin: 0 0 8px;
  font-size: 0.92rem;
  color: var(--hub-blue);
  font-weight: 700;
}
.wp-callout--curve p {
  margin: 0 0 12px;
  font-size: 0.86rem;
  color: var(--hub-muted);
  line-height: 1.5;
}
.wp-callout-stats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-size: 0.84rem;
}
.wp-callout-stats li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  color: var(--hub-text);
}
.wp-callout-stats .lbl { color: var(--hub-muted); }
.wp-callout-stats .val { font-weight: 600; color: var(--hub-gold); text-align: right; }
.wp-callout-stats .val--zero { color: #3dd68c; }
@media (max-width: 720px) {
  .wp-allocation-grid { grid-template-columns: 1fr; }
}

.wp-section ul {
  margin: 0 0 12px; padding-left: 20px;
  color: var(--hub-muted); font-size: 0.9rem;
}
.wp-end {
  margin-top: 36px; padding-top: 20px;
  border-top: 1px solid var(--hub-border);
  font-size: 0.85rem; color: var(--hub-muted);
}

.faq-section { margin: 36px 0 20px; }
.faq-section h2 {
  font-family: var(--hub-display); margin: 0 0 14px; font-size: 1.2rem;
}
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item {
  background: var(--hub-card); border: 1px solid var(--hub-border); border-radius: 12px;
  padding: 0 16px;
}
.faq-item[open] { border-color: rgba(232, 184, 74, 0.32); }
.faq-q {
  cursor: pointer; font-weight: 600; font-size: 0.94rem; padding: 14px 0;
  list-style: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-a { margin: 0 0 14px; color: var(--hub-muted); font-size: 0.9rem; line-height: 1.55; }

@media (max-width: 720px) {
  .wp-layout { grid-template-columns: 1fr; }
  .wp-toc { position: static; }
  /* header-end mobile drawer: ne pas écraser le panneau fixe (voir polish bas de fichier) */
  .hub-nav { width: 100%; }
  .hub-header-right { width: 100%; justify-content: space-between; }
  .landing-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-hero { min-height: auto; padding: 36px 0 48px; }
  .landing-hero-logo { width: 112px; height: 112px; }
  .landing-vision-layout { grid-template-columns: 1fr; }
  .landing-vision-visual { order: -1; }
  .landing-moon-alloc-inner { grid-template-columns: 1fr; }
  .landing-moon-alloc-copy { order: -1; }
  .landing-phases-grid { grid-template-columns: 1fr; }
  .landing-social-inner { flex-direction: column; align-items: flex-start; }
  .hub-footer-grid { grid-template-columns: 1fr; }
  .jour-j-states { grid-template-columns: 1fr; }
}

/* —— Immersion Packs 1+2 —— */
@media (max-width: 900px) {
  .hub-header-shell {
    max-width: 100% !important;
    border-radius: 0 !important;
    transform: none !important;
    box-shadow: none !important;
  }
  .hub-header.is-scrolled .hub-header-shell {
    border-bottom: 1px solid var(--hub-border) !important;
    background: rgba(7, 10, 15, 0.94);
  }
}
@keyframes stat-ripple {
  0% { transform: scale(1); color: var(--hub-gold); }
  40% { transform: scale(1.08); color: #ffe08a; text-shadow: 0 0 12px rgba(232, 184, 74, 0.5); }
  100% { transform: scale(1); color: var(--hub-gold); }
}
.landing-stat-val.stat-bump { animation: stat-ripple 0.55s ease; }

.landing-hero.has-rocket-cursor { cursor: none; }
.landing-hero.has-rocket-cursor a,
.landing-hero.has-rocket-cursor button { cursor: none; }
.landing-hero-rocket {
  position: absolute; top: 0; left: 0; z-index: 3;
  pointer-events: none; opacity: 0;
  transition: opacity 0.2s ease;
  will-change: transform;
  filter: drop-shadow(0 0 10px rgba(232, 184, 74, 0.45));
}
.landing-hero-rocket.is-visible { opacity: 1; }
.landing-hero-rocket img {
  display: block; width: 28px; height: 42px;
  user-select: none; -webkit-user-drag: none;
}
.rocket-trail {
  position: absolute; left: 50%; bottom: -2px;
  width: 10px; height: 18px; margin-left: -5px;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 200, 100, 0.9), rgba(255, 120, 40, 0.35) 55%, transparent 75%);
  transform-origin: 50% 0%;
  animation: rocket-trail-flicker 0.35s ease-in-out infinite alternate;
}
@keyframes rocket-trail-flicker {
  0% { transform: scaleY(0.85); opacity: 0.65; }
  100% { transform: scaleY(1.15); opacity: 1; }
}

.landing-hero-inner.is-sequenced > * {
  opacity: 0; transform: translateY(14px);
  animation: hero-seq-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.landing-hero-inner.is-sequenced > *:nth-child(1) { animation-delay: 0.04s; }
.landing-hero-inner.is-sequenced > *:nth-child(2) { animation-delay: 0.1s; }
.landing-hero-inner.is-sequenced > *:nth-child(3) { animation-delay: 0.16s; }
.landing-hero-inner.is-sequenced > *:nth-child(4) { animation-delay: 0.22s; }
.landing-hero-inner.is-sequenced > *:nth-child(5) { animation-delay: 0.28s; }
.landing-hero-inner.is-sequenced > *:nth-child(6) { animation-delay: 0.34s; }
.landing-hero-inner.is-sequenced > *:nth-child(7) { animation-delay: 0.4s; }
.landing-hero-inner.is-sequenced > *:nth-child(8) { animation-delay: 0.46s; }
.landing-hero-inner.is-sequenced > *:nth-child(9) { animation-delay: 0.52s; }
@keyframes hero-seq-in {
  to { opacity: 1; transform: translateY(0); }
}

.curve-to-moon {
  padding: 40px 0 44px;
  border-bottom: 1px solid var(--hub-border);
  background: linear-gradient(180deg, rgba(19, 26, 36, 0.35), transparent);
}
.curve-to-moon-stage { max-width: 640px; margin: 18px auto 0; }
.curve-to-moon-track {
  position: relative; height: 12px; border-radius: 999px;
  background: var(--hub-card); border: 1px solid var(--hub-border);
  overflow: visible;
}
.curve-to-moon-fill {
  height: 100%; border-radius: 999px; width: 0%;
  background: linear-gradient(90deg, var(--hub-blue), var(--hub-gold));
  transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 0 16px rgba(232, 184, 74, calc(0.15 + var(--curve-pct, 0) * 0.005));
}
.landing-moon-rise {
  position: absolute; left: calc(0% - 14px); bottom: 4px;
  width: 28px; height: 28px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff8e0, var(--hub-gold) 55%, #a67c2a);
  box-shadow: 0 0 20px rgba(232, 184, 74, 0.55), 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: left 0.9s cubic-bezier(0.22, 1, 0.36, 1), bottom 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.landing-moon-rise::after {
  content: ""; position: absolute; inset: 4px 10px 10px 4px;
  border-radius: 50%; background: rgba(7, 10, 15, 0.22);
}
.curve-to-moon-pct {
  margin: 14px 0 4px; text-align: center;
  font-family: var(--hub-display); font-size: 1.35rem; font-weight: 700; color: var(--hub-gold);
}
.curve-to-moon-sub {
  margin: 0; text-align: center; font-size: 0.85rem; color: var(--hub-muted);
}

.jour-j-states {
  display: grid; gap: 10px; margin-top: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.jour-j-step {
  position: relative; padding: 12px 10px; border-radius: 12px;
  background: rgba(19, 26, 36, 0.6); border: 1px solid var(--hub-border);
  text-align: center; transition: border-color 0.4s, box-shadow 0.4s;
}
.jour-j-step.is-done { border-color: rgba(89, 194, 255, 0.35); opacity: 0.85; }
.jour-j-step.is-active {
  border-color: rgba(232, 184, 74, 0.55);
  box-shadow: 0 0 24px rgba(232, 184, 74, 0.12);
}
.jour-j-step.is-pending { opacity: 0.55; }
.jour-j-label {
  display: block; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--hub-muted);
  margin-bottom: 4px;
}
.jour-j-step.is-active .jour-j-label { color: var(--hub-gold); }
.jour-j-title {
  display: block; font-family: var(--hub-display); font-size: 0.88rem; font-weight: 700;
}
.jour-j-desc {
  margin: 6px 0 0; font-size: 0.72rem; color: var(--hub-muted); line-height: 1.4;
}
.jour-j-proof {
  display: inline-block; margin-top: 8px; font-size: 0.72rem; font-weight: 700;
}

.treasury-emblem-wrap {
  position: relative; display: inline-block; margin-bottom: 14px;
  border-radius: 50%; overflow: hidden;
}
.treasury-dayj-ring {
  position: absolute; inset: -14px; width: calc(100% + 28px); height: calc(100% + 28px);
  pointer-events: none; transform: rotate(-90deg);
}
.treasury-dayj-ring-track {
  fill: none; stroke: rgba(36, 48, 65, 0.9); stroke-width: 3;
}
.treasury-dayj-ring-progress {
  fill: none; stroke: var(--hub-gold); stroke-width: 3; stroke-linecap: round;
  stroke-dasharray: 289; stroke-dashoffset: 289;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  filter: drop-shadow(0 0 6px rgba(232, 184, 74, 0.45));
}
.treasury-emblem-wrap .treasury-emblem { margin-bottom: 0; }

.treasury-embers {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.treasury-embers span {
  position: absolute; bottom: -6px; left: var(--ember-x, 50%);
  width: 4px; height: 4px; border-radius: 50%;
  background: rgba(255, 180, 80, calc(0.35 + var(--ember-intensity, 0) * 0.55));
  box-shadow: 0 0 8px rgba(255, 140, 60, calc(0.2 + var(--ember-intensity, 0) * 0.4));
  animation: ember-rise var(--ember-dur, 3s) var(--ember-delay, 0s) ease-in infinite;
}
@keyframes ember-rise {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  15% { opacity: 1; }
  100% { transform: translateY(-120px) scale(0.3); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero-stars--far,
  .landing-hero-stars--near,
  .landing-scroll,
  .landing-vision-ring,
  .landing-vision-ring--2,
  .treasury-flames-bg,
  .treasury-burn-active .treasury-flames-bg::after,
  .orbit-dot,
  .treasury-embers span,
  .landing-hero-inner.is-sequenced > *,
  .landing-stat-val.stat-bump {
    animation: none !important;
  }
  .landing-hero-inner.is-sequenced > * { opacity: 1; transform: none; }
  .landing-hero-rocket,
  .rocket-trail { display: none; }
  .landing-hero.has-rocket-cursor { cursor: auto; }
  .landing-hero.has-rocket-cursor a,
  .landing-hero.has-rocket-cursor button { cursor: pointer; }
  .curve-to-moon-fill,
  .landing-moon-rise,
  .treasury-dayj-ring-progress,
  .treasury-jbar-fill { transition: none !important; }
}

/* Hub + $RISE + disclosure — single continuous starry canvas */
body.rise-landing-page {
  --rise-canvas: #04060a;
  --hub-text: #e8e2d4;
  --hub-muted: #a39b8c;
  --hub-moon-highlight: #f4efe3;
  --hub-moon-dim: #c4bcb0;
  --hub-moon-mare: #8f8778;
  color: var(--hub-text);
  background: var(--rise-canvas);
}
body.rise-landing-page .landing-title,
body[data-page="rise-disclosure"] .landing-title,
body.rise-landing-page .landing-section-title,
body[data-page="rise-disclosure"] .landing-section-title,
body.rise-landing-page .section-head h2,
body[data-page="rise-disclosure"] .section-head h2,
body.rise-landing-page .landing-how-title,
body.rise-landing-page .roadmap h2,
body.rise-landing-page .curve-to-moon-pct,
body[data-page="rise-disclosure"] .curve-to-moon-pct {
  color: var(--hub-moon-highlight);
}
body.rise-landing-page .landing-kicker,
body[data-page="rise-disclosure"] .landing-kicker,
body.rise-landing-page .landing-stat-lbl,
body[data-page="rise-disclosure"] .landing-stat-lbl,
body.rise-landing-page .onchain-fact dt,
body[data-page="rise-disclosure"] .onchain-fact dt {
  color: var(--hub-moon-mare);
}
body.rise-landing-page .landing-tagline,
body[data-page="rise-disclosure"] .landing-tagline,
body.rise-landing-page .landing-section-sub,
body[data-page="rise-disclosure"] .landing-section-sub,
body.rise-landing-page .section-sub,
body[data-page="rise-disclosure"] .section-sub,
body.rise-landing-page .landing-step p,
body.rise-landing-page .landing-phase p,
body.rise-landing-page .pillar-card p,
body.rise-landing-page .roadmap-card ul,
body.rise-landing-page .wallets-disclosure-lead,
body[data-page="rise-disclosure"] .wallets-disclosure-lead,
body.rise-landing-page .wallets-disclosure-policy,
body[data-page="rise-disclosure"] .wallets-disclosure-policy {
  color: var(--hub-moon-dim);
}
body.rise-landing-page .onchain-addr,
body[data-page="rise-disclosure"] .onchain-addr {
  color: var(--hub-moon-highlight);
}
body.rise-landing-page .btn-ghost,
body[data-page="rise-disclosure"] .btn-ghost {
  color: var(--hub-text);
  border-color: rgba(196, 188, 176, 0.28);
}
body.rise-landing-page .btn-ghost:hover,
body[data-page="rise-disclosure"] .btn-ghost:hover {
  color: var(--hub-moon-highlight);
  border-color: rgba(232, 184, 74, 0.45);
}
body.rise-landing-page .hub-nav a.is-section-active,
body[data-page="rise-disclosure"] .hub-nav a.is-section-active,
body.rise-landing-page .hub-nav-more[open] summary,
body[data-page="rise-disclosure"] .hub-nav-more[open] summary {
  color: var(--hub-gold);
}
body.rise-landing-page .hub-nav a:hover,
body[data-page="rise-disclosure"] .hub-nav a:hover,
body.rise-landing-page .hub-footer-col a:hover,
body[data-page="rise-disclosure"] .hub-footer-col a:hover {
  color: var(--hub-moon-highlight);
}
body.rise-landing-page .hub-nav-toggle-bars span,
body[data-page="rise-disclosure"] .hub-nav-toggle-bars span {
  background: var(--hub-moon-highlight);
}
body.rise-landing-page .faq-item summary,
body[data-page="rise-disclosure"] .faq-item summary {
  color: var(--hub-moon-highlight);
}
body.rise-landing-page .faq-item p,
body[data-page="rise-disclosure"] .faq-item p {
  color: var(--hub-moon-dim);
}
.rise-sky-fixed {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 480px at 0% -10%, rgba(232, 184, 74, 0.18), transparent 55%),
    radial-gradient(700px 400px at 100% 0%, rgba(89, 194, 255, 0.12), transparent 50%),
    url("../img/starry-sky.svg") center top / cover no-repeat,
    var(--rise-canvas, #04060a);
  opacity: 1;
}
body.rise-landing-page .hub-header,
body[data-page="rise-disclosure"].rise-landing-page .hub-header {
  position: sticky;
  top: 0;
  z-index: 50;
}
body.rise-landing-page main,
body.rise-landing-page .hub-footer,
body.rise-landing-page .bureau-nav,
body[data-page="rise-disclosure"].rise-landing-page main,
body[data-page="rise-disclosure"].rise-landing-page .hub-footer,
body[data-page="rise-disclosure"].rise-landing-page .bureau-nav {
  position: relative;
  z-index: 1;
}
body.rise-landing-page .hub-header-curve,
body[data-page="rise-disclosure"] .hub-header-curve {
  height: 3px;
  background: rgba(36, 48, 65, 0.85);
}
body.rise-landing-page .hub-header.is-scrolled .hub-header-curve,
body[data-page="rise-disclosure"] .hub-header.is-scrolled .hub-header-curve {
  height: 4px;
}
body.rise-landing-page .hub-header-curve-fill,
body[data-page="rise-disclosure"] .hub-header-curve-fill {
  background: linear-gradient(90deg, var(--hub-blue), var(--hub-gold));
  box-shadow: 0 0 12px rgba(232, 184, 74, 0.4);
}
body.rise-landing-page .landing-section-kicker,
body[data-page="rise-disclosure"] .landing-section-kicker {
  display: inline-block;
  margin-bottom: 10px;
}
body.rise-landing-page main > section,
body[data-page="rise-disclosure"] main > section {
  position: relative;
  z-index: 1;
  background: transparent !important;
  border: none !important;
  box-shadow: none;
}
body.rise-landing-page .landing-hero-bg {
  background: linear-gradient(180deg, transparent 0%, transparent 72%, rgba(4, 6, 10, 0.28) 100%);
}
body.rise-landing-page .landing-hero-glow {
  background:
    radial-gradient(ellipse 55% 45% at 50% 22%, rgba(232, 184, 74, 0.14), transparent 58%),
    radial-gradient(ellipse 40% 35% at 72% 48%, rgba(89, 194, 255, 0.05), transparent 55%);
}
body.rise-landing-page .landing-disclaimer-band,
body.rise-landing-page .curve-to-moon,
body.rise-landing-page .chart-section,
body.rise-landing-page .treasury-live,
body.rise-landing-page .landing-moon-alloc,
body.rise-landing-page .landing-how,
body.rise-landing-page .landing-vision,
body.rise-landing-page .landing-phases,
body.rise-landing-page .roadmap,
body.rise-landing-page #piliers,
body.rise-landing-page .faq-section,
body.rise-landing-page .landing-disclosure,
body.rise-landing-page .landing-social {
  padding: 44px 0;
}
body.rise-landing-page .landing-disclaimer-band::before {
  display: none;
}
body.rise-landing-page .landing-moon-alloc::before {
  display: none;
}
.landing-disclaimer-band .wrap {
  max-width: 780px;
  text-align: center;
}
body.rise-landing-page .landing-disclosure {
  padding: 44px 0 48px;
}
.landing-disclosure .onchain-facts { margin-bottom: 0; }
body.rise-landing-page .landing-disclosure .wallets-disclosure-detail {
  margin-top: 20px;
  padding-top: 0;
  border-top: none;
}
body.rise-landing-page .chart-section .section-head {
  margin-bottom: 16px;
}
body.rise-landing-page .chart-section .section-head .landing-section-title {
  margin: 0 0 8px;
}
body.rise-landing-page .treasury-live .section-head {
  margin-bottom: 18px;
}
body.rise-landing-page .treasury-live .section-head .landing-section-title {
  margin: 0 0 8px;
}
body.rise-landing-page .faq-section .landing-section-title {
  margin: 0 0 18px;
}
body.rise-landing-page .market-stat {
  background: rgba(15, 20, 28, 0.42);
  border-color: rgba(36, 48, 65, 0.32);
  backdrop-filter: blur(4px);
}
body.rise-landing-page .treasury-stage {
  background: rgba(15, 20, 28, 0.48);
  border-color: rgba(232, 184, 74, 0.22);
  backdrop-filter: blur(4px);
}
body.rise-landing-page .chart-frame {
  border-color: rgba(36, 48, 65, 0.38);
}
body.rise-landing-page .faq-item {
  background: rgba(15, 20, 28, 0.42);
  border-color: rgba(36, 48, 65, 0.32);
  backdrop-filter: blur(4px);
}
body.rise-landing-page .landing-step,
body.rise-landing-page .landing-phase,
body.rise-landing-page .pillar-card,
body.rise-landing-page .roadmap-card {
  background: rgba(15, 20, 28, 0.42);
  border-color: rgba(36, 48, 65, 0.32);
  backdrop-filter: blur(4px);
}
body.rise-landing-page .landing-treasury-meta strong {
  color: var(--hub-text);
  font-weight: 600;
}
body.rise-landing-page .wallets-dead-list li {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(36, 48, 65, 0.22);
  border-radius: 0;
  padding: 14px 0;
}
body.rise-landing-page .wallets-dead-list li:last-child {
  border-bottom: none;
}
body.rise-landing-page .wallets-dead-visual {
  background: none;
  border: none;
}
body.rise-landing-page .landing-disclosure .onchain-fact,
body.rise-landing-page .landing-disclosure .wallets-disclosure-detail,
body[data-page="rise-disclosure"] .landing-disclosure .onchain-fact,
body[data-page="rise-disclosure"] .landing-disclosure .wallets-disclosure-detail {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
body[data-page="rise-disclosure"] .wallets-dead-list li {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(36, 48, 65, 0.22);
  border-radius: 0;
  padding: 14px 0;
}
body[data-page="rise-disclosure"] .wallets-dead-list li:last-child {
  border-bottom: none;
}
body[data-page="rise-disclosure"] .wallets-dead-visual {
  background: none;
  border: none;
}
body.rise-landing-page .hub-footer,
body[data-page="rise-disclosure"] .hub-footer {
  border-top: none;
  background: transparent;
}
body.rise-landing-page .hub-footer-grid,
body[data-page="rise-disclosure"] .hub-footer-grid {
  border-bottom: none;
}
body.rise-landing-page .rise-disclosure-teaser {
  padding: 32px 0 8px;
}
.rise-disclosure-hero {
  padding: 36px 0 20px;
}
.rise-back-link {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.88rem;
  color: var(--hub-blue);
  text-decoration: none;
}
.rise-back-link:hover { color: var(--hub-gold); text-decoration: underline; }
.rise-disclosure-hero .landing-section-title {
  margin: 0 0 10px;
}
.rise-disclosure-teaser {
  padding: 36px 0 12px;
}
.rise-disclosure-teaser-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}
.rise-disclosure-teaser .landing-section-sub {
  margin: 0;
  max-width: 640px;
}
body[data-page="rise-disclosure"] .landing-disclosure {
  padding: 24px 0 56px;
}
@media (prefers-reduced-motion: reduce) {
  .rise-sky-fixed { opacity: 0.72; }
}
/* =========================================================
   Mobile polish — rise-moon.com (phones / small tablets)
   ========================================================= */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html, body {
  overflow-x: clip;
  max-width: 100vw;
}
img, svg, video, canvas, iframe {
  max-width: 100%;
  height: auto;
}
.chart-frame iframe {
  max-width: 100%;
}

@media (max-width: 900px) {
  .wrap { padding: 0 16px; }
  .hub-header {
    padding-left: max(10px, env(safe-area-inset-left));
    padding-right: max(10px, env(safe-area-inset-right));
  }
  .hub-nav-toggle {
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    z-index: 110;
  }
  .hub-buy, .hub-lang-btn, .btn {
    min-height: 44px;
  }
  .landing-ctas {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 360px);
    gap: 10px;
  }
  .landing-ctas .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 12px 18px;
  }
  .landing-cta-buy { width: 100%; }
  .landing-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .landing-stat {
    padding: 12px 10px;
    min-width: 0;
  }
  .landing-stat-val {
    font-size: 0.95rem;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .landing-stat-lbl {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }
  .landing-contract {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }
  .landing-contract-addr {
    max-width: 100%;
    font-size: 0.72rem;
    word-break: break-all;
  }
  .landing-copy { align-self: flex-start; }
  .chart-frame { min-height: 280px; }
  .chart-frame iframe { height: 300px; }
  .chart-frame--compact { min-height: 240px; }
  .chart-frame--compact iframe { height: 260px; }
  .landing-moon-alloc-inner,
  .rise-alloc-layout {
    grid-template-columns: 1fr !important;
  }
  .moon-alloc-chart,
  .rise-alloc-chart {
    flex-direction: column;
    align-items: center;
  }
  .treasury-stage { padding: 16px 12px; }
  .landing-hero-rocket { display: none !important; }
  .landing-hero.has-rocket-cursor,
  .landing-hero.has-rocket-cursor a,
  .landing-hero.has-rocket-cursor button {
    cursor: auto !important;
  }
}

@media (max-width: 720px) {
  /* Undo desktop-y header-end rules that fight the mobile drawer */
  .hub-header-end {
    width: 100% !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .landing-hero {
    min-height: auto;
    padding: 28px 0 40px;
    padding-top: max(20px, env(safe-area-inset-top));
  }
  .landing-hero-logo {
    width: 96px;
    height: 96px;
    margin-bottom: 12px;
  }
  .landing-title {
    font-size: clamp(1.85rem, 9vw, 2.4rem);
    margin-bottom: 10px;
  }
  .landing-tagline {
    font-size: 0.95rem;
    margin-bottom: 20px;
    padding: 0 4px;
  }
  .landing-kicker { font-size: 0.65rem; letter-spacing: 0.1em; }
  .landing-phases-grid {
    grid-template-columns: 1fr !important;
  }
  .landing-phase {
    padding: 16px 14px;
  }
  .landing-phase.is-active {
    transform: none;
  }
  .jour-j-states {
    grid-template-columns: 1fr !important;
  }
  .hub-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .landing-how .landing-steps,
  .landing-steps {
    grid-template-columns: 1fr !important;
  }
  .section-head h2,
  .landing-section-title {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }
  /* Lighter effects on phone for scroll perf */
  .landing-hero-comets { opacity: 0.45; }
  .landing-hero-stars--fine { opacity: 0.5; }
  .landing-hero-inner.is-sequenced > * {
    animation-duration: 0.4s;
  }
  main section {
    padding-left: 0;
    padding-right: 0;
  }
  .wrap {
    padding-left: max(14px, env(safe-area-inset-left));
    padding-right: max(14px, env(safe-area-inset-right));
  }
}

@media (max-width: 400px) {
  .landing-stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .landing-stat-val { font-size: 0.88rem; }
  .landing-stat-val.small { font-size: 0.75rem; }
  .hub-logo { font-size: 0.95rem; }
  .btn { font-size: 0.88rem; }
  .chart-frame iframe { height: 260px; }
}

/* Touch: never hide cursor / never block taps with overlays */
@media (pointer: coarse) {
  .landing-hero.has-rocket-cursor { cursor: auto !important; }
  .landing-hero-rocket { display: none !important; }
}

/* —— Allocation / treasury columns — align mobile (fix 2026-07-31) —— */
@media (max-width: 960px) {
  .landing-moon-alloc-inner {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    align-items: stretch !important;
    justify-items: stretch !important;
  }
  .landing-moon-alloc-copy {
    order: -1;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .landing-moon-alloc-copy .landing-section-sub {
    max-width: 100%;
  }
  .moon-alloc-mount,
  .rise-alloc-mount {
    width: 100%;
    min-width: 0;
  }
  .moon-alloc-wrap {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
  }
  .moon-alloc-chart,
  .rise-alloc-chart {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    gap: 18px !important;
  }
  .moon-alloc-donut-col,
  .rise-alloc-donut-col {
    flex: 0 0 auto !important;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .moon-alloc-donut,
  .rise-alloc-donut {
    width: min(260px, 76vw) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .moon-alloc-legend,
  .rise-alloc-legend {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .moon-alloc-legend li,
  .rise-alloc-legend li {
    width: 100%;
    box-sizing: border-box;
  }
  .moon-alloc-detail,
  .moon-alloc-detail-body {
    width: 100%;
    box-sizing: border-box;
  }
  .moon-alloc-detail-hint {
    text-align: left;
  }
  /* Treasury live block */
  .treasury-live .wrap {
    max-width: 100%;
  }
  .treasury-pills {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    justify-content: stretch !important;
  }
  .treasury-pills > * {
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }
}

@media (max-width: 420px) {
  .treasury-pills {
    grid-template-columns: 1fr !important;
  }
  .moon-alloc-donut,
  .rise-alloc-donut {
    width: min(230px, 82vw) !important;
  }
}
