:root {
  --btc: #f7931a;
  --btc-hot: #ffb347;
  --sol: var(--scheme-b);
  --sol-mint: var(--scheme-a);
  --scheme-a: #14f195;
  --scheme-b: #9945ff;
  --scheme-c: #00ffa3;
  --scheme-d: #7c3aed;
  --scheme-glow: 153, 69, 255;
  --scheme-glow-2: 20, 241, 149;
  --bg: #14121b;
  --bg-2: #1c1826;
  --surface: rgba(32, 26, 42, 0.48);
  --surface-2: rgba(40, 32, 52, 0.44);
  --line: rgb(var(--scheme-glow) / 0.32);
  --line-2: rgb(var(--scheme-glow) / 0.22);
  --text: #ffffff;
  --muted: #c4b8d4;
  --faint: #7a6e88;
  --blue: var(--scheme-b);
  --blue-2: var(--scheme-c);
  --green: var(--scheme-a);
  --red: #ff4d6d;
  --amber: #f7931a;
  --shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  --radius: 12px;
  --header: 64px;
  --gutter: 28px;
  --mono: "IBM Plex Mono", "Menlo", ui-monospace, monospace;
  --sans: Inter, "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
body {
  font-family: var(--sans);
  background-color: #14121b;
  background-image:
    radial-gradient(900px 520px at 8% -10%, rgb(var(--scheme-glow-2) / 0.22), transparent 58%),
    radial-gradient(820px 540px at 92% 0%, rgb(var(--scheme-glow) / 0.28), transparent 55%),
    radial-gradient(700px 420px at 70% 100%, rgb(var(--scheme-glow-2) / 0.14), transparent 60%);
  color: var(--text);
  line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
button, input { font-family: inherit; }
img { display: block; }

/* Main page only: hooded figure blended into the top-right wash */
.home-hood-bg {
  position: fixed;
  top: 6px;
  right: 28px;
  width: min(22vw, 320px);
  height: min(28vw, 400px);
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse 78% 72% at 50% 38%, #000 0%, #000 58%, rgba(0,0,0,0.45) 74%, transparent 90%);
  mask-image: radial-gradient(ellipse 78% 72% at 50% 38%, #000 0%, #000 58%, rgba(0,0,0,0.45) 74%, transparent 90%);
}
.home-hood-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 34%;
  opacity: 0.9;
  filter:
    brightness(1.45)
    contrast(1.55)
    saturate(1.55)
    drop-shadow(0 0 18px rgba(20, 241, 149, 0.5))
    drop-shadow(0 0 32px rgba(153, 69, 255, 0.45));
}
html.theme-light .home-hood-bg,
html.mtr-standalone .home-hood-bg { display: none; }
.home-hood-bg .hood-touch,
.top100-hood-bg .hood-touch { display: none; }

/* Top 100: larger cat eyes, center-left, dark mode only */
.top100-hood-bg {
  position: fixed;
  left: -12px;
  top: 50%;
  transform: translateY(-42%);
  width: min(38vw, 520px);
  height: min(50vw, 680px);
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse 72% 70% at 50% 36%, #000 0%, #000 52%, rgba(0,0,0,0.4) 72%, transparent 90%);
  mask-image: radial-gradient(ellipse 72% 70% at 50% 36%, #000 0%, #000 52%, rgba(0,0,0,0.4) 72%, transparent 90%);
}
.top100-hood-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 34%;
  opacity: 0.95;
  filter:
    brightness(1.5)
    contrast(1.55)
    saturate(1.55)
    drop-shadow(0 0 22px rgba(20, 241, 149, 0.5))
    drop-shadow(0 0 40px rgba(153, 69, 255, 0.45));
}
html.theme-light .top100-hood-bg,
html.mtr-standalone .top100-hood-bg { display: none; }

.app-header {
  position: sticky; top: 0; z-index: 40;
  min-height: var(--header); height: auto;
  background: rgba(20, 18, 27, 0.55);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner, .wrap {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  min-width: 0;
}
.header-inner {
  min-height: var(--header);
  height: auto;
  padding: 8px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.brand-cluster { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; letter-spacing: -0.04em; font-size: 16px;
  white-space: nowrap;
}
.brand-mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: #050505;
  display: grid; place-items: center;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 16px rgba(153, 69, 255, 0.45), 0 0 10px rgba(20, 241, 149, 0.25);
}
.brand-mark img { width: 36px; height: 36px; border-radius: 10px; object-fit: cover; }
.brand-line { display: flex; align-items: baseline; gap: 8px; }
.brand span.real { color: #ffd27a; }
.brand span.real.sol-shimmer,
.brand span.real.btc-shimmer,
.brand-tag.btc-shimmer {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Header wordmark stays Solana mint/purple even when MAG 6 scheme or light/dark toggles. */
.app-header .brand span.real.sol-shimmer,
.app-header .brand span.lana-lock {
  background-image: linear-gradient(90deg, #14f195 0%, #9945ff 28%, #00ffa3 52%, #7c3aed 76%, #14f195 100%) !important;
  background-size: 240% 100% !important;
  background-color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  animation: sol-glimmer 11s ease-in-out infinite !important;
  filter: drop-shadow(0 0 16px rgba(153, 69, 255, 0.5)) drop-shadow(0 0 10px rgba(20, 241, 149, 0.35)) !important;
}
.brand-tagline { display: flex; flex-direction: column; gap: 0; }
.brand-noise {
  font-size: 11px; font-weight: 650; color: var(--muted);
  letter-spacing: 0.03em; margin-top: -2px;
}
.brand-tag { font-size: 11px; font-weight: 650; color: var(--btc-hot); letter-spacing: 0.04em; }
.x-handle, .x-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 650; letter-spacing: 0;
  color: #fff;
  background: rgba(153, 69, 255, 0.18);
  border: 1px solid rgba(153, 69, 255, 0.4);
  border-radius: 999px;
  padding: 4px 9px 4px 8px;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 5;
}
.x-badge:hover { color: #fff; background: rgba(153, 69, 255, 0.35); border-color: #9945ff; }
.brand span.rest { color: var(--muted); font-weight: 650; }
.brand-tag { font-size: 11px; font-weight: 650; color: var(--btc-hot); letter-spacing: 0.04em; margin-top: -2px; }
nav.main-nav { display: flex; gap: 4px; flex-wrap: wrap; align-items: center; }
nav.main-nav a {
  color: var(--muted);
  font-size: 14px; font-weight: 600;
  padding: 8px 10px; border-radius: 8px;
}
nav.main-nav a:hover, nav.main-nav a.active { color: #fff; background: var(--surface); }
.header-tools { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.search {
  display: flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 10px; padding: 8px 12px; min-width: 160px; max-width: 220px;
}
.search input {
  background: transparent; border: 0; outline: 0; color: #fff;
  width: 100%; font-size: 13px;
}
.search input::placeholder { color: var(--faint); }
.live-pill {
  display: flex; align-items: center; gap: 7px;
  font-size: 12px; color: var(--muted); font-weight: 600;
}
.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green); box-shadow: 0 0 0 4px rgba(22, 199, 132, 0.16);
  animation: pulse 1.6s infinite;
}
.dot.off { background: var(--amber); box-shadow: none; animation: none; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(22, 199, 132, 0.35); }
  70% { box-shadow: 0 0 0 8px rgba(22, 199, 132, 0); }
  100% { box-shadow: 0 0 0 0 rgba(22, 199, 132, 0); }
}

.global-bar {
  border-bottom: 1px solid var(--line);
  background: rgba(20, 18, 27, 0.48);
  font-size: 12px; color: var(--muted);
}
.global-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  display: flex; justify-content: center; align-items: center;
  flex-wrap: wrap; gap: 18px 28px;
  padding: 8px 0;
}
.global-inner b { color: #fff; font-weight: 650; }
.global-inner .btc-dom b { color: #f7931a; font-weight: 750; }
.global-inner .up { color: var(--green); }
.global-inner .down { color: var(--red); }

.page { padding: 22px 0 64px; }
.kicker {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 16px; margin-bottom: 18px;
}
h1 { font-size: 28px; letter-spacing: -0.04em; font-weight: 800; }
.sol-shimmer,
.kicker h1,
.note-top h3 {
  background: linear-gradient(90deg, var(--scheme-a) 0%, var(--scheme-b) 28%, var(--scheme-c) 52%, var(--scheme-d) 76%, var(--scheme-a) 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: sol-glimmer 5.5s ease-in-out infinite;
  filter: drop-shadow(0 0 16px rgb(var(--scheme-glow) / 0.4)) drop-shadow(0 0 10px rgb(var(--scheme-glow-2) / 0.25));
}
.btc-shimmer {
  background: linear-gradient(90deg, #f7931a 0%, #ffb347 28%, #fff3d0 52%, #f7931a 78%, #ff8a00 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: sol-glimmer 5.5s ease-in-out infinite;
  filter: drop-shadow(0 0 14px rgba(247, 147, 26, 0.55));
}
@keyframes sol-glimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes sol-site-wash {
  0% { background-position: 0 0, 0 0, 0 0, 0% 40%; }
  50% { background-position: 0 0, 0 0, 0 0, 100% 60%; }
  100% { background-position: 0 0, 0 0, 0 0, 0% 40%; }
}
.sub { color: var(--muted); font-size: 14px; margin-top: 4px; max-width: 720px; }

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; margin-bottom: 18px;
}
.stat-card {
  background: var(--surface);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 16px 14px;
}
.stat-card .label { color: var(--muted); font-size: 12px; font-weight: 600; }
.stat-card .value { font-size: 22px; font-weight: 750; letter-spacing: -0.03em; margin-top: 6px; }
.stat-card .hint { color: var(--faint); font-size: 12px; margin-top: 4px; }

.highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
  min-width: 0;
  max-width: 100%;
}
.heatmap-panel {
  grid-column: 1 / -1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.gainers-panel { grid-area: auto; }
.losers-panel { grid-area: auto; }
.scheme-orb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.scheme-orb .scheme-face {
  width: 18px;
  height: 18px;
  display: block;
  color: #14f195;
  shape-rendering: geometricPrecision;
  animation: sol-icon-shimmer 5.5s ease-in-out infinite;
  filter:
    drop-shadow(0 1px 0 #000)
    drop-shadow(0 2px 3px rgba(0,0,0,0.65))
    drop-shadow(0 0 8px rgba(20, 241, 149, 0.45));
}
@keyframes sol-icon-shimmer {
  0%, 100% { color: #14f195; }
  33% { color: #9945ff; }
  66% { color: #00ffa3; }
}
html.theme-light .scheme-orb .scheme-face {
  filter: drop-shadow(0 0 6px rgba(153, 69, 255, 0.35));
  animation: sol-icon-shimmer 5.5s ease-in-out infinite;
}
html.mtr-standalone .scheme-orb { display: none; }
.scheme-ripple {
  position: fixed;
  z-index: 3;
  width: 36vmax;
  height: 36vmax;
  left: var(--orb-x, 75%);
  top: var(--orb-y, 42%);
  margin: -18vmax 0 0 -18vmax;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background: radial-gradient(circle, var(--scheme-c) 0%, var(--scheme-b) 28%, var(--scheme-a) 52%, var(--scheme-d) 72%, transparent 74%);
}
html.theme-light .scheme-ripple { mix-blend-mode: multiply; }
html.scheme-pop .scheme-ripple {
  animation: scheme-ripple 1.05s cubic-bezier(.16, 1, .3, 1) forwards;
}
@keyframes scheme-ripple {
  0% { opacity: 0.95; transform: scale(0.12); }
  55% { opacity: 0.5; }
  100% { opacity: 0; transform: scale(4.4); }
}
.panel {
  background: var(--surface);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  min-width: 0;
}
.panel-h {
  padding: 12px 14px; border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; font-weight: 700;
}
.panel-h span { color: var(--muted); font-weight: 500; }
.heat {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 168px;
}
.heat-cell {
  --heat: rgba(122, 110, 136, 0.22);
  border-radius: 10px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 128px;
  min-width: 72px;
  flex: var(--w, 1) 1 72px;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  background: var(--heat);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  text-shadow: 0 1px 2px rgba(0,0,0,0.45);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.2s ease;
}
.heat-cell.heat-up {
  box-shadow:
    inset 0 0 0 1px rgba(20, 241, 149, 0.48),
    0 0 18px rgba(20, 241, 149, 0.12);
}
.heat-cell.heat-down {
  box-shadow:
    inset 0 0 0 1px rgba(255, 77, 109, 0.48),
    0 0 18px rgba(255, 77, 109, 0.12);
}
.heat-cell:focus-visible {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .heat-cell:hover {
    transform: translateY(-1px);
  }
  .heat-cell.heat-up:hover,
  .heat-cell.heat-up:focus-visible {
    box-shadow:
      inset 0 0 0 1px rgba(20, 241, 149, 0.72),
      0 0 24px rgba(20, 241, 149, 0.22);
  }
  .heat-cell.heat-down:hover,
  .heat-cell.heat-down:focus-visible {
    box-shadow:
      inset 0 0 0 1px rgba(255, 77, 109, 0.72),
      0 0 24px rgba(255, 77, 109, 0.22);
  }
}
.heat-cell .sym { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; opacity: 0.92; }
.heat-cell .px {
  font-size: 14px;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.heat-cell .ch { font-size: 12px; font-variant-numeric: tabular-nums; opacity: 0.95; }
.heat-cell .cap {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.95;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mini-list { padding: 4px 0 8px; }
.mini-row {
  display: grid; grid-template-columns: 22px 1fr auto auto;
  gap: 10px; align-items: center;
  padding: 8px 14px; font-size: 13px;
}
.mini-row:hover { background: var(--surface-2); }
.mini-row img { width: 18px; height: 18px; border-radius: 50%; }
.table-card { overflow: auto; }
table.markets {
  width: 100%; border-collapse: collapse; font-size: 14px;
}
table.markets th {
  text-align: left; color: var(--muted); font-weight: 650; font-size: 12px;
  padding: 12px 14px; border-bottom: 1px solid var(--line);
  white-space: nowrap; position: sticky; top: 0; background: var(--surface);
  cursor: pointer; user-select: none;
}
table.markets th.num, table.markets td.num { text-align: right; }
table.markets td {
  padding: 14px; border-bottom: 1px solid var(--line);
  white-space: nowrap; vertical-align: middle;
}
table.markets tbody tr { cursor: pointer; }
table.markets tbody tr:hover { background: rgba(153, 69, 255, 0.10); }
.coin-cell { display: flex; align-items: center; gap: 10px; }
.coin-cell img {
  width: 32px; height: 32px; border-radius: 50%;
  object-fit: contain;
  background: rgba(255,255,255,0.04);
}
.coin-cell .name { font-weight: 700; }
.coin-cell .sym { color: var(--muted); font-size: 12px; font-weight: 650; margin-left: 6px; }
.chg.up { color: var(--green); font-weight: 650; }
.chg.down { color: var(--red); font-weight: 650; }
.star {
  color: var(--faint); background: none; border: 0; cursor: pointer;
  font-size: 16px; width: 24px;
  line-height: 1;
}
.star.on { color: #f5c518; }
body.home-page table.markets.no-home-stars th:first-child,
body.home-page table.markets.no-home-stars td:first-child {
  display: none;
}
.spark { width: 120px; height: 36px; }
.price { font-variant-numeric: tabular-nums; font-weight: 650; }
.toolbar {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 12px;
  flex-wrap: wrap;
  isolation: isolate;
}
.chip {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  border-radius: 16px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
  mix-blend-mode: normal;
}
.chip.on, .chip:hover {
  color: #fff;
  border-color: var(--btc);
  background: linear-gradient(135deg, rgba(247,147,26,0.22), rgba(153,69,255,0.22));
}

.note-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 18px;
}
.note-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(247,147,26,0.10), rgba(153,69,255,0.10) 55%, rgba(18,14,24,0.38));
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  padding: 18px;
  min-height: 168px;
}
.note-card.skr { box-shadow: inset 0 0 0 1px rgba(20,241,149,0.12), 0 0 28px rgba(20,241,149,0.08); }
.note-card.arx { box-shadow: inset 0 0 0 1px rgba(153,69,255,0.2), 0 0 28px rgba(153,69,255,0.1); }
.note-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.note-top img { width: 42px; height: 42px; border-radius: 50%; }
.note-top h3 { font-size: 18px; letter-spacing: -0.03em; }
.note-top .tag {
  margin-left: auto;
  font-size: 11px; font-weight: 750;
  padding: 4px 8px; border-radius: 999px;
  background: rgba(247,147,26,0.14);
  color: var(--btc-hot);
  border: 1px solid rgba(247,147,26,0.28);
}
.note-card p { color: var(--muted); font-size: 13.5px; margin-bottom: 12px; }
.note-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--faint); }
.note-meta b { color: #fff; font-weight: 700; display: block; font-size: 14px; }
.note-links { margin-top: 14px; display: flex; gap: 8px; }
.note-links a {
  font-size: 12px; font-weight: 650;
  padding: 6px 10px; border-radius: 8px;
  border: 1px solid var(--line-2);
  background: rgba(153,69,255,0.12);
  color: #e9d5ff;
}
.note-links a:hover { border-color: var(--btc); color: #fff; }
.section-label {
  font-size: 13px; font-weight: 750; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--btc-hot);
  margin: 6px 0 10px;
}

.coin-hero {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 16px; margin-bottom: 16px;
}
.price-block { padding: 22px; }
.crumb { color: var(--muted); font-size: 12px; margin-bottom: 14px; }
.crumb a:hover { color: #fff; }
.coin-title { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.coin-title img { width: 42px; height: 42px; border-radius: 50%; }
.coin-title h1 { font-size: 26px; }
.badge {
  font-size: 11px; font-weight: 750; padding: 3px 7px; border-radius: 6px;
  background: var(--surface-2); color: var(--muted);
}
.big-price { font-size: 40px; font-weight: 800; letter-spacing: -0.04em; margin: 8px 0 4px; }
.meta-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; padding: 16px;
}
.meta {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: 10px; padding: 12px;
}
.meta .k { color: var(--muted); font-size: 12px; }
.meta .v { font-weight: 700; margin-top: 4px; }
.chart-panel { padding: 8px 8px 14px; }
.chart-tabs { display: flex; gap: 6px; padding: 8px 8px 0; }
canvas#chart { width: 100%; height: 340px; display: block; }
.desc { padding: 18px 20px 22px; }
.desc h2 { font-size: 18px; margin-bottom: 8px; }
.desc p { color: var(--muted); font-size: 14.5px; max-width: 820px; line-height: 1.55; }
.links { margin-top: 12px; display: flex; gap: 8px; flex-wrap: wrap; }
.links a {
  background: var(--surface-2); border: 1px solid var(--line);
  border-radius: 8px; padding: 6px 10px; font-size: 12px; color: var(--blue-2);
}

.empty {
  padding: 48px 20px; text-align: center; color: var(--muted);
}
footer {
  position: relative;
  border-top: 1px solid var(--line); color: var(--faint);
  padding: 28px 0 40px; font-size: 13px;
}
.foot-grid {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.about-prose {
  max-width: 760px; color: #c9cddd; font-size: 15px;
}
.about-prose p { margin: 0 0 14px; }
.about-prose h2 { color: #fff; font-size: 18px; margin: 22px 0 8px; }
.list-coins { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0 8px; }
.list-coins a {
  display: flex; gap: 10px; align-items: center;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 10px; padding: 12px;
}
.list-coins img { width: 28px; height: 28px; border-radius: 50%; }

/* iPad incl. landscape: same eye-only blend as mobile — no black hood, no drop-shadow */
@media (max-width: 1200px), (hover: none) and (pointer: coarse) {
  .home-hood-bg .hood-web,
  .top100-hood-bg .hood-web { display: none; }
  .home-hood-bg .hood-touch,
  .top100-hood-bg .hood-touch { display: block; }
  .home-hood-bg {
    width: min(30vw, 300px);
    height: min(16vw, 160px);
    right: 12px;
    top: 8px;
    mix-blend-mode: plus-lighter;
    -webkit-mask-image: radial-gradient(ellipse 90% 72% at 50% 50%, #000 0%, #000 50%, rgba(0,0,0,0.35) 72%, transparent 92%);
    mask-image: radial-gradient(ellipse 90% 72% at 50% 50%, #000 0%, #000 50%, rgba(0,0,0,0.35) 72%, transparent 92%);
  }
  .top100-hood-bg {
    width: min(36vw, 360px);
    height: min(20vw, 190px);
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: plus-lighter;
    -webkit-mask-image: radial-gradient(ellipse 90% 72% at 50% 50%, #000 0%, #000 50%, rgba(0,0,0,0.35) 72%, transparent 92%);
    mask-image: radial-gradient(ellipse 90% 72% at 50% 50%, #000 0%, #000 50%, rgba(0,0,0,0.35) 72%, transparent 92%);
  }
  .home-hood-bg img,
  .top100-hood-bg img {
    object-fit: contain;
    object-position: 50% 50%;
    opacity: 0.95;
    filter: brightness(1.28) contrast(1.4) saturate(1.35);
  }
}

@media (max-width: 980px) {
  :root { --gutter: 16px; }
  .header-inner, .wrap { width: min(1240px, calc(100% - 20px)); }
  .header-inner { gap: 8px; }
  .home-hood-bg {
    width: min(36vw, 280px);
    height: min(20vw, 150px);
    right: 8px;
    top: 8px;
    mix-blend-mode: plus-lighter;
    -webkit-mask-image: radial-gradient(ellipse 88% 70% at 50% 50%, #000 0%, #000 52%, rgba(0,0,0,0.4) 74%, transparent 92%);
    mask-image: radial-gradient(ellipse 88% 70% at 50% 50%, #000 0%, #000 52%, rgba(0,0,0,0.4) 74%, transparent 92%);
  }
  .home-hood-bg .hood-web,
  .top100-hood-bg .hood-web { display: none; }
  .home-hood-bg .hood-touch,
  .top100-hood-bg .hood-touch { display: block; }
  .home-hood-bg img,
  .top100-hood-bg img {
    object-fit: contain;
    object-position: 50% 50%;
    opacity: 0.95;
    filter: brightness(1.25) contrast(1.35) saturate(1.35);
  }
  .top100-hood-bg {
    width: min(44vw, 340px);
    height: min(24vw, 190px);
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: plus-lighter;
    -webkit-mask-image: radial-gradient(ellipse 88% 70% at 50% 50%, #000 0%, #000 52%, rgba(0,0,0,0.4) 74%, transparent 92%);
    mask-image: radial-gradient(ellipse 88% 70% at 50% 50%, #000 0%, #000 52%, rgba(0,0,0,0.4) 74%, transparent 92%);
  }
  .stat-grid, .highlights, .coin-hero, .list-coins, .note-grid { grid-template-columns: 1fr; }
  .highlights { grid-template-columns: 1fr 1fr; }
  .heatmap-panel { grid-column: 1 / -1; }
  .heat {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 0;
  }
  .heat-cell {
    flex: none;
    min-width: 0;
    min-height: 118px;
  }
  nav.main-nav { width: 100%; order: 3; }
  .header-tools { width: 100%; margin-left: 0; justify-content: space-between; }
  .search { min-width: 0; flex: 1; max-width: none; }
  .big-price { font-size: 32px; }
  .kicker h1 { font-size: 22px; }
  .global-inner { flex-wrap: wrap; justify-content: center; gap: 8px 14px; font-size: 11px; }
  .filters { flex-wrap: wrap; }
  .table-card, .top100-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  table.markets { min-width: 720px; }
  .junk-stamp .junk-stamp-mark b { font-size: clamp(40px, 18vw, 96px); }
  .junk-stamp .junk-stamp-mark { padding: 12px 16px 10px; }
}
@media (max-width: 640px) {
  .heat {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    min-height: 0;
  }
  .heat-cell {
    min-height: 108px;
    padding: 10px 9px;
    min-width: 0;
  }
  .heat-cell .sym { font-size: 11px; }
  .heat-cell .cap { font-size: 13px; }
  .heat-cell .ch { font-size: 12px; }
  .brand span.real { font-size: 14px; }
  nav.main-nav a, .login-tab, .theme-toggle { padding: 8px 8px; font-size: 13px; }
  .chip { font-size: 12px; }
  .stat-card .value { font-size: 18px; }
  .page { padding: 14px 0 40px; }
  footer .wrap { flex-direction: column; align-items: flex-start; }
  .eth-bg, video.eth-bg { object-position: center 50% !important; }
  .home-hood-bg {
    width: min(48vw, 188px);
    height: min(26vw, 104px);
    right: 4px;
    top: 6px;
    mix-blend-mode: plus-lighter;
    -webkit-mask-image: radial-gradient(ellipse 90% 72% at 50% 50%, #000 0%, #000 50%, rgba(0,0,0,0.35) 72%, transparent 92%);
    mask-image: radial-gradient(ellipse 90% 72% at 50% 50%, #000 0%, #000 50%, rgba(0,0,0,0.35) 72%, transparent 92%);
  }
  .top100-hood-bg {
    width: min(56vw, 210px);
    height: min(30vw, 118px);
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: plus-lighter;
    -webkit-mask-image: radial-gradient(ellipse 90% 72% at 50% 50%, #000 0%, #000 50%, rgba(0,0,0,0.35) 72%, transparent 92%);
    mask-image: radial-gradient(ellipse 90% 72% at 50% 50%, #000 0%, #000 50%, rgba(0,0,0,0.35) 72%, transparent 92%);
  }
  .home-hood-bg img,
  .top100-hood-bg img {
    object-fit: contain;
    object-position: 50% 50%;
    opacity: 0.95;
    filter: brightness(1.28) contrast(1.4) saturate(1.35);
  }
}


.rip { margin: 28px 0 8px; }
.rip-kicker { color: var(--faint); font-size: 13px; margin: -6px 0 14px; }
.rip-entry {
  background: linear-gradient(180deg, rgba(20,10,14,0.40), rgba(12,8,12,0.32));
  border: 1px solid rgba(255,77,109,0.22);
  border-radius: var(--radius);
  padding: 22px 24px 20px;
  box-shadow: inset 0 0 0 1px rgba(255,77,109,0.06), 0 0 36px rgba(255,77,109,0.06);
}
.rip-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 14px; }
.rip-head > div { flex: 1; }
.rip-mark {
  font-family: var(--mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; color: var(--red); margin-bottom: 4px;
}
.rip-entry h2 {
  font-size: 28px; letter-spacing: -0.04em;
  text-decoration: line-through;
  text-decoration-color: rgba(255,77,109,0.7);
  text-decoration-thickness: 2px;
}
.rip-dek { color: var(--muted); margin-top: 4px; font-size: 15px; }
.rip-tag {
  font-size: 11px; font-weight: 750;
  padding: 4px 8px; border-radius: 999px;
  color: var(--red);
  border: 1px solid rgba(255,77,109,0.35);
  background: rgba(255,77,109,0.08);
  white-space: nowrap;
}
.rip-entry h3 { margin: 16px 0 8px; font-size: 15px; letter-spacing: -0.02em; color: #ffd0d8; }
.rip-entry p { color: var(--muted); font-size: 14.5px; margin: 0 0 10px; }
.rip-entry ul { margin: 0 0 12px 18px; color: var(--muted); font-size: 14.5px; }
.rip-entry li { margin: 0 0 6px; }
.rip-end { color: #e8dce8 !important; }
.rip-line {
  margin-top: 14px !important;
  padding-top: 12px;
  border-top: 1px solid rgba(255,77,109,0.2);
  font-family: var(--mono);
  font-size: 13px !important;
  color: #ffb3bf !important;
}

.rip-entry + .rip-entry { margin-top: 16px; }

.about-prose h2 { margin: 22px 0 10px; font-size: 18px; letter-spacing: -0.03em; }
.about-prose h3 { margin: 16px 0 6px; font-size: 15px; color: #ffd27a; letter-spacing: -0.02em; }
.about-prose p { color: var(--muted); margin: 0 0 10px; max-width: 760px; }
.about-prose .sub { color: var(--btc-hot); margin-bottom: 14px; }

.top100 { margin: 28px 0 8px; }
.top100-wrap { max-height: 640px; overflow: auto; }
.top100-wrap thead th { position: sticky; top: 0; z-index: 2; }
.coin-cell img.fallback-mark {
  display: grid; place-items: center;
  background: #22182c; color: #ffd27a; font-size: 10px; font-weight: 800;
}

.about-prose .top100 { max-width: none; }
.about-prose .top100-wrap { margin-top: 8px; }

.rip-name .name, .rip-name .sym {
  text-decoration: line-through;
  text-decoration-color: #ea3943;
  text-decoration-thickness: 2px;
}

.foot-grid { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer-x { margin-left: auto; }

.btc-word { display: inline-flex; align-items: center; gap: 8px; vertical-align: middle; }
.btc-b {
  width: 26px; height: 26px;
  filter: drop-shadow(0 0 10px rgba(247, 147, 26, 0.7));
  animation: btc-pulse 5.5s ease-in-out infinite;
}
@keyframes btc-pulse {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(247, 147, 26, 0.45)); }
  50% { filter: drop-shadow(0 0 16px rgba(255, 179, 71, 0.9)); }
}



.slop-bleed,
nav.main-nav a.slop-bleed {
  font-family: inherit;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #f4eefc !important;
  -webkit-text-fill-color: #f4eefc !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-shadow:
    0 1px 0 #000,
    0 2px 0 #000,
    0 3px 0 rgba(0,0,0,0.9),
    0 0 10px #000,
    0 6px 14px rgba(0,0,0,0.85);
  filter: none;
}
.section-label.slop-bleed {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
}
.shadow-shimmer {
  background: none !important;
  animation: black-shimmer 2.6s ease-in-out infinite;
}
@keyframes black-shimmer {
  0%, 100% {
    text-shadow:
      0 1px 0 #000,
      0 2px 0 #000,
      0 0 8px rgba(0,0,0,0.7),
      0 6px 12px rgba(0,0,0,0.55);
  }
  50% {
    text-shadow:
      0 1px 0 #000,
      0 3px 0 #000,
      0 0 18px #000,
      0 8px 22px rgba(0,0,0,0.95),
      0 0 28px rgba(0,0,0,0.6);
  }
}
nav.main-nav a.top100-nav,
nav.main-nav a.top100-nav:hover,
nav.main-nav a.top100-nav.active {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #f4eefc !important;
  -webkit-text-fill-color: #f4eefc !important;
  animation: black-shimmer 2.6s ease-in-out infinite;
  filter: none;
  transform: none;
  will-change: auto;
}
html.theme-light nav.main-nav a.top100-nav,
html.theme-light nav.main-nav a.top100-nav:hover,
html.theme-light nav.main-nav a.top100-nav.active {
  color: #100c14 !important;
  -webkit-text-fill-color: #100c14 !important;
  animation: none !important;
  filter: none !important;
  text-shadow: none !important;
}
html.theme-light .slop-bleed,
html.theme-light nav.main-nav a.slop-bleed,
html.theme-light .shadow-shimmer,
html.theme-light .login-tab.slop-bleed,
html.theme-light .theme-toggle.slop-bleed,
html.theme-light .brand-tag.shadow-shimmer,
html.theme-light .brand-tag,
html.theme-light nav.main-nav a,
html.theme-light .login-tab,
html.theme-light .theme-toggle,
html.theme-light .theme-face {
  color: #100c14 !important;
  -webkit-text-fill-color: #100c14 !important;
  background: none !important;
  background-image: none !important;
  animation: none !important;
  filter: none !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
html.theme-light nav.main-nav a.slop-bleed:hover,
html.theme-light .login-tab.slop-bleed:hover {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  background: transparent !important;
}
nav.main-nav a.slop-bleed:hover {
  color: #4a4258 !important;
  background: rgba(0, 0, 0, 0.25);
}

.web3-nav {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.06em;
  padding: 8px 10px;
  border-radius: 8px;
}
.web3-nav .web3-b {
  font-weight: 900;
  font-size: 1.05em;
  padding: 0 1px;
}
nav.main-nav a.web3-nav.active,
nav.main-nav a.web3-nav:hover {
  background: var(--surface);
}

.crypto-bleed,
nav.main-nav a.crypto-bleed,
nav.main-nav a.crypto-bleed.active {
  white-space: nowrap;
  color: #f7931a !important;
  -webkit-text-fill-color: #f7931a;
  background: none !important;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-shadow:
    0 0 8px rgba(247, 147, 26, 0.55),
    0 0 18px rgba(255, 179, 71, 0.35);
  animation: btc-nav-glow 5.5s ease-in-out infinite;
  filter: none;
}
@keyframes btc-nav-glow {
  0%, 100% { text-shadow: 0 0 8px rgba(247, 147, 26, 0.4), 0 0 16px rgba(255, 179, 71, 0.2); }
  50% { text-shadow: 0 0 14px rgba(247, 147, 26, 0.85), 0 0 28px rgba(255, 179, 71, 0.5); }
}

.section-label.sol-shimmer {
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.12em;
}

.stat-card .value.chg.up { color: var(--green); }
.stat-card .value.chg.down { color: var(--red); }

.chip.six-syms {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 5px;
  padding: 0 8px;
  white-space: nowrap;
  width: auto;
  min-width: 148px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  overflow: hidden;
  border-radius: 16px;
}
.chip.six-syms .six-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  height: 18px;
}
.chip.six-syms img {
  display: block;
  width: 18px;
  height: 18px;
  max-width: 18px !important;
  flex: 0 0 18px;
  border-radius: 50%;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
}
.theme-face {
  width: 18px;
  height: 18px;
  display: block;
  color: #1a1520;
  filter: drop-shadow(0 1px 0 #000) drop-shadow(0 2px 3px rgba(0,0,0,0.65));
  shape-rendering: geometricPrecision;
}
.theme-toggle[aria-pressed="true"] .theme-sun,
.theme-toggle[aria-pressed="false"] .theme-moon {
  color: #4a4258;
}
html.theme-light,
html.theme-light body,
body.theme-light {
  --bg: #f3eee6;
  --bg-2: #fffaf4;
  --surface: rgba(255, 255, 255, 0.7);
  --surface-2: rgba(255, 248, 240, 0.85);
  --text: #1a1420;
  --muted: #5a5164;
  --faint: #8a8194;
  --line: rgba(247, 147, 26, 0.32);
  --line-2: rgba(153, 69, 255, 0.28);
  --shadow: 0 8px 24px rgba(80, 50, 20, 0.08);
  background:
    radial-gradient(900px 520px at 8% -10%, rgb(var(--scheme-glow) / 0.16), transparent 58%),
    radial-gradient(820px 540px at 92% 0%, rgb(var(--scheme-glow-2) / 0.12), transparent 55%),
    radial-gradient(700px 420px at 70% 100%, rgb(var(--scheme-glow-2) / 0.08), transparent 60%),
    var(--bg);
  color: var(--text);
}
html.theme-light .app-header,
html.theme-light .global-bar {
  background: rgba(243, 238, 230, 0.72);
}
html.theme-light nav.main-nav a { color: var(--muted); }
html.theme-light nav.main-nav a:hover,
html.theme-light nav.main-nav a.active { color: #1a1420; background: rgba(255,255,255,0.65); }
html.theme-light .search input { color: #1a1420; }
html.theme-light .stat-card .value,
html.theme-light .panel-h,
html.theme-light table.markets th,
html.theme-light table.markets td { color: inherit; }
html.theme-light table.markets thead th { color: var(--muted); }
html.theme-light .coin-cell .name { color: #1a1420; }
html.theme-light .coin-cell .name.sol-shimmer,
html.theme-light .coin-cell .name.sol-lock,
html.theme-light .coin-cell .sym.sol-shimmer,
html.theme-light .coin-cell .sym.sol-lock {
  color: transparent;
  -webkit-text-fill-color: transparent;
}
html.theme-light footer { color: var(--muted); }
html.theme-light .live-pill { color: var(--muted); }

.icon-badge {
  width: 36px; height: 36px; border-radius: 8px;
  display: inline-grid; place-items: center; flex-shrink: 0;
  font-size: 10px; font-weight: 800; letter-spacing: 0.04em;
  color: #efe8f4; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}

.login-tab {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
}
.login-tab:hover, .login-tab.on { color: #fff; background: var(--surface); }
.auth-modal {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(0,0,0,0.55);
  display: grid; place-items: center;
  padding: 24px;
}
.auth-modal[hidden] { display: none; }
.auth-card {
  width: min(420px, 100%);
  background: var(--surface);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 22px 18px;
  position: relative;
}
.auth-card h2 { font-size: 20px; letter-spacing: -0.03em; margin-bottom: 8px; }
.auth-lead, .auth-hint { color: var(--muted); font-size: 13px; margin-bottom: 12px; }
.auth-card label { display: block; font-size: 12px; color: var(--muted); margin: 10px 0 0; }
.auth-card input {
  display: block; width: 100%; margin-top: 6px;
  background: rgba(0,0,0,0.28); border: 1px solid var(--line);
  border-radius: 8px; color: var(--text); padding: 10px 12px; font-size: 14px;
}
.auth-actions { display: flex; gap: 8px; margin-top: 16px; }
.auth-go, .auth-create, .auth-out {
  border: 0; border-radius: 8px; padding: 9px 12px; font-weight: 700; cursor: pointer;
}
.auth-go { background: #f7931a; color: #1a1004; }
.auth-create { background: rgba(153,69,255,0.2); color: #fff; border: 1px solid rgba(153,69,255,0.4); }
.auth-out { margin-top: 12px; background: transparent; color: var(--muted); }
.auth-close {
  position: absolute; top: 10px; right: 12px;
  border: 0; background: none; color: var(--muted); font-size: 22px; cursor: pointer;
}
.auth-err { color: var(--red); font-size: 13px; margin-top: 8px; }

.mag6-shimmer {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  background: linear-gradient(90deg, var(--scheme-a) 0%, var(--scheme-b) 28%, var(--scheme-c) 52%, var(--scheme-d) 76%, var(--scheme-a) 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: sol-glimmer 5.5s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgb(var(--scheme-glow) / 0.28));
  white-space: nowrap;
  padding: 0 6px;
}

.global-inner .sol-dom b.sol-shimmer {
  filter: drop-shadow(0 0 8px rgba(153, 69, 255, 0.35));
}

.hype-shimmer {
  background: linear-gradient(90deg, #97fce4 0%, #4fd2c0 35%, #d9fff6 55%, #97fce4 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: sol-glimmer 5.5s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(151, 252, 228, 0.45));
}

.val-list { list-style: none; display: grid; gap: 8px; padding: 0; margin: 0; }
.val-list li {
  display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center;
  padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px;
  background: var(--surface);
}
.val-n { color: var(--faint); font-variant-numeric: tabular-nums; font-size: 12px; }
.val-name { font-weight: 650; }
.val-share { color: var(--muted); font-size: 12px; }

.note-mint {
  margin-top: 12px;
  font-size: 11px;
  color: var(--muted);
  word-break: break-all;
}
.note-mint .sol-shimmer {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0;
}

.sector-tag {
  display: inline-block;
  margin-left: 8px;
  font-size: 10px;
  font-weight: 750;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(247,147,26,0.14);
  color: var(--btc-hot);
  border: 1px solid rgba(247,147,26,0.28);
  vertical-align: middle;
  white-space: nowrap;
}

.dev-tag {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  font-weight: 650;
  color: var(--muted);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.top100-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: 8px;
}
.top100-devnote {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.02em;
  max-width: 520px;
}

p.top100-devnote.slop-bleed {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

tr[data-id] { cursor: pointer; }
tr[data-id]:hover td { background: rgba(255,255,255,0.03); }

.junk-shimmer {
  display: inline-block;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #5a0000 0%, #ff1a1a 25%, #7a0000 50%, #ff4d4d 75%, #3a0000 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: sol-glimmer 4s ease-in-out infinite;
  filter: drop-shadow(0 0 12px rgba(255, 16, 16, 0.55));
}

.mint-auth {
  border: 1px solid rgba(20, 241, 149, 0.35);
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: default;
  background-image: linear-gradient(90deg, #0b3 0%, #14f195 35%, #adffd6 55%, #14f195 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: sol-glimmer 5s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(20, 241, 149, 0.35));
}
.mint-auth.on {
  border-color: rgba(255, 26, 26, 0.4);
  background-image: linear-gradient(90deg, #5a0000 0%, #ff1a1a 25%, #7a0000 50%, #ff4d4d 75%, #3a0000 100%);
  filter: drop-shadow(0 0 10px rgba(255, 16, 16, 0.5));
}
.mint-auth.off {
  border-color: rgba(20, 241, 149, 0.35);
}

.unlock-date { margin-left: 10px; font-size: 12px; color: var(--muted); }
.unlock-date b { color: var(--text); font-weight: 750; }
@keyframes unlock-pop {
  0%, 100% { transform: scale(1); }
  35% { transform: scale(1.55); }
  55% { transform: scale(1.12); }
}
.unlock-soon {
  display: inline-block;
  animation: unlock-pop 1.6s ease-in-out 3;
  transform-origin: center;
}

.contract-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.contract-list li {
  display: grid; gap: 4px;
  padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px;
  background: var(--surface);
}
.contract-chain { font-size: 11px; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; }
.contract-addr { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 12px; word-break: break-all; }

nav.main-nav a.slop-bleed,
.login-tab.slop-bleed,
.theme-toggle.slop-bleed,
.scheme-orb.slop-bleed {
  color: #f4eefc !important;
  -webkit-text-fill-color: #f4eefc !important;
}
.theme-toggle.slop-bleed .theme-face {
  color: #f4eefc;
  filter: drop-shadow(0 1px 0 #000) drop-shadow(0 2px 4px rgba(0,0,0,0.85)) drop-shadow(0 0 8px #000);
}
html.theme-light .theme-toggle.slop-bleed .theme-face {
  color: #100c14;
  filter: none;
}
.login-tab {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
}

html.theme-light .stat-card,
html.theme-light .panel,
html.theme-light .table-card,
html.theme-light .top100-wrap {
  background: linear-gradient(165deg, rgba(247,147,26,0.16), rgba(153,69,255,0.13) 52%, rgba(255,248,242,0.62));
  border-color: rgba(153, 69, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}
html.theme-light .note-card {
  background: linear-gradient(165deg, rgba(247,147,26,0.16), rgba(153,69,255,0.13) 55%, rgba(255,248,242,0.55));
}

html.theme-light .chg.up,
html.theme-light .up,
html.theme-light .stat-card .value.chg.up {
  color: #0b8f62 !important;
  -webkit-text-fill-color: #0b8f62 !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}
html.theme-light .chg.down,
html.theme-light .down,
html.theme-light .stat-card .value.chg.down {
  color: #c81e3a !important;
  -webkit-text-fill-color: #c81e3a !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}
html.theme-light .heat-cell {
  color: #1a1420 !important;
  -webkit-text-fill-color: #1a1420 !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none;
  background: var(--heat);
}
html.theme-light .heat-cell.heat-up {
  color: #0b5c40 !important;
  -webkit-text-fill-color: #0b5c40 !important;
}
html.theme-light .heat-cell.heat-down {
  color: #8f1730 !important;
  -webkit-text-fill-color: #8f1730 !important;
}
html.theme-light table.markets .num {
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}


table.markets thead tr {
  background-image:
    linear-gradient(90deg, rgba(10, 6, 22, 0.38), rgba(8, 18, 36, 0.32)),
    url("img/header-wash.jpg");
  background-size: cover;
  background-position: center;
}
table.markets thead th {
  background: transparent !important;
  color: #f7f3ff !important;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45);
  border-bottom: 0;
}
html.theme-light table.markets thead th,
html.theme-light .top100-wrap thead th {
  color: #f7f3ff !important;
  background: transparent !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

html.theme-light .desc p,
html.theme-light .desc .sub,
html.theme-light .note-card p,
html.theme-light .about-prose p,
html.theme-light .val-list,
html.theme-light .meta .k {
  color: #2a2433 !important;
}
html.theme-light .desc h2 {
  color: #120e18;
}

.junk-flash {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.junk-flash .junk-shimmer {
  font-size: clamp(72px, 28vw, 240px);
  line-height: 0.85;
}
@keyframes junk-blow {
  0% { transform: scale(0.55); opacity: 0; }
  22% { transform: scale(1.05); opacity: 1; }
  70% { transform: scale(2.6); opacity: 0.25; }
  100% { transform: scale(3.4); opacity: 0; }
}

.rip-flash .rip-mark {
  display: grid;
  justify-items: center;
  gap: 6px;
  animation: junk-blow 3.4s ease-in-out infinite;
}
.rip-letters {
  font-size: clamp(48px, 14vw, 120px);
  font-weight: 900;
  letter-spacing: 0.18em;
  background: linear-gradient(90deg, #3c4f9c 0%, #627eea 40%, #c4b5fd 55%, #627eea 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: sol-glimmer 6s ease-in-out infinite;
  filter: drop-shadow(0 0 16px rgba(98, 126, 234, 0.55));
}





.junk-stamp .junk-stamp-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 36px 18px;
  border: 7px solid #b10000;
  outline: 3px solid rgba(177, 0, 0, 0.35);
  outline-offset: 7px;
  border-radius: 18px;
  background: radial-gradient(circle at 40% 30%, rgba(255, 40, 40, 0.12), transparent 60%);
  box-shadow:
    inset 0 0 0 2px rgba(140, 0, 0, 0.45),
    0 10px 0 rgba(80, 0, 0, 0.18);
  transform-origin: center;
  animation: junk-stamp 3.8s cubic-bezier(.12,1.15,.28,1) 1 forwards;
}
.junk-stamp .junk-stamp-mark b {
  font-size: clamp(64px, 18vw, 180px);
  line-height: 0.85;
  letter-spacing: 0.14em;
  font-weight: 900;
  background: linear-gradient(90deg, #5a0000 0%, #ff1a1a 25%, #7a0000 50%, #ff4d4d 75%, #3a0000 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: sol-glimmer 5s ease-in-out 2;
}
@keyframes junk-stamp {
  0% { transform: scale(2.8) rotate(-24deg); opacity: 0; filter: blur(2px); }
  12% { transform: scale(1.06) rotate(-11deg); opacity: 1; filter: none; }
  18% { transform: scale(0.97) rotate(-6deg); }
  24% { transform: scale(1.03) rotate(-10deg); }
  30% { transform: scale(0.99) rotate(-7deg); }
  36% { transform: scale(1.01) rotate(-9deg); }
  48% { transform: scale(1) rotate(-8deg); filter: none; }
  100% { transform: scale(1) rotate(-8deg); opacity: 1; filter: none; }
}





img.eth-bg, video.eth-bg {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center 42% !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  display: block !important;
}
body.eth-wash {
  background: #05060c !important;
}
body.eth-wash .app-header,
body.eth-wash .global-bar {
  position: relative;
  z-index: 40;
  background: rgba(6, 8, 16, 0.72);
}
body.eth-wash .page,
body.eth-wash #coinPage {
  position: relative;
  z-index: 1;
  background: transparent !important;
}
body.eth-wash #coinPage .panel,
body.eth-wash #coinPage .stat-card {
  background: rgba(8, 10, 18, 0.42) !important;
}

/* eth-wash light decks */
html.theme-light body.eth-wash,
html.theme-light.eth-wash body {
  background: transparent !important;
}
html.theme-light img.eth-bg, video.eth-bg { opacity: 1 !important; filter: saturate(1.08) contrast(1.05); }
html.theme-light body.eth-wash #coinPage .panel,
html.theme-light body.eth-wash #coinPage .stat-card,
html.theme-light body.eth-wash #coinPage .meta,
html.theme-light body.eth-wash #coinPage .price-block,
html.theme-light body.eth-wash #coinPage .chart-panel,
html.theme-light body.eth-wash #coinPage .desc {
  background: rgba(8, 10, 18, 0.28) !important;
  backdrop-filter: blur(6px);
  border-color: rgba(255,255,255,0.18) !important;
  color: #f6f2ff !important;
}
html.theme-light body.eth-wash #coinPage .desc p,
html.theme-light body.eth-wash #coinPage .desc h2,
html.theme-light body.eth-wash #coinPage .sub,
html.theme-light body.eth-wash #coinPage .meta .k,
html.theme-light body.eth-wash #coinPage .meta .v,
html.theme-light body.eth-wash #coinPage .panel-h,
html.theme-light body.eth-wash #coinPage .crumb,
html.theme-light body.eth-wash #coinPage .val-name,
html.theme-light body.eth-wash #coinPage .val-share,
html.theme-light body.eth-wash #coinPage h1 {
  color: #f7f3ff !important;
  -webkit-text-fill-color: #f7f3ff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.65);
}
html.theme-light body.eth-wash #coinPage .chg.up,
html.theme-light body.eth-wash #coinPage .up {
  color: #5dffc0 !important;
  -webkit-text-fill-color: #5dffc0 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
html.theme-light body.eth-wash #coinPage .chg.down,
html.theme-light body.eth-wash #coinPage .down {
  color: #ff6b86 !important;
  -webkit-text-fill-color: #ff6b86 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
html.theme-light body.eth-wash .app-header,
html.theme-light body.eth-wash .global-bar {
  background: rgba(6, 8, 16, 0.55) !important;
}
html.theme-light body.eth-wash nav.main-nav a,
html.theme-light body.eth-wash .login-tab,
html.theme-light body.eth-wash .slop-bleed,
html.theme-light body.eth-wash .brand-tag {
  color: #f4eefc !important;
  -webkit-text-fill-color: #f4eefc !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}


.eth-weather {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
.eth-rain {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(22deg, transparent 0 18px, #7ad7ff 18px 21px, transparent 21px 40px),
    repeating-linear-gradient(18deg, transparent 0 26px, #b4f0ff 26px 29px, transparent 29px 52px);
  background-size: 70px 110px, 90px 140px;
  animation: eth-rain 0.35s linear infinite;
  opacity: 0.85;
}
.eth-drops {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 10%, #9be7ff 0 5px, transparent 6px),
    radial-gradient(circle at 28% 40%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 55% 18%, #7ad7ff 0 6px, transparent 7px),
    radial-gradient(circle at 72% 62%, #c8f6ff 0 5px, transparent 6px),
    radial-gradient(circle at 88% 30%, #9be7ff 0 4px, transparent 5px),
    radial-gradient(circle at 40% 78%, #fff 0 5px, transparent 6px);
  background-size: 180px 220px;
  animation: eth-drops 0.9s linear infinite;
  opacity: 0.9;
}
.eth-bolt-mark {
  position: absolute;
  top: 8%;
  left: 58%;
  width: 90px;
  height: 160px;
  filter: drop-shadow(0 0 16px #fff176) drop-shadow(0 0 28px #fff);
  animation: eth-bolt-pop 3.2s steps(2, end) infinite;
}
@keyframes eth-rain {
  from { transform: translateY(-110px); }
  to { transform: translateY(110px); }
}
@keyframes eth-drops {
  from { transform: translateY(-220px); }
  to { transform: translateY(220px); }
}
@keyframes eth-bolt-pop {
  0%, 62%, 78%, 100% { opacity: 0; transform: scale(0.7) rotate(-8deg); }
  64% { opacity: 1; transform: scale(1.15) rotate(-6deg); }
  68% { opacity: 0.2; transform: scale(0.95); }
  72% { opacity: 1; transform: scale(1.2) rotate(-4deg); }
}
html.theme-light body.eth-wash .theme-toggle,
html.theme-light body.eth-wash .theme-face,
html.theme-light body.eth-wash .theme-toggle.slop-bleed .theme-face {
  color: #f4eefc !important;
  fill: #f4eefc !important;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.7)) !important;
}

html::before {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(42vw 38vw at 12% 18%, rgba(20,241,149,0.28), transparent 58%),
    radial-gradient(46vw 40vw at 88% 12%, rgba(153,69,255,0.30), transparent 60%),
    radial-gradient(50vw 42vw at 70% 88%, rgba(0,255,163,0.16), transparent 62%),
    radial-gradient(36vw 36vw at 20% 80%, rgba(153,69,255,0.18), transparent 58%);
  background-repeat: no-repeat;
  animation: site-alive 14s ease-in-out infinite;
}
html.theme-light::before {
  background:
    radial-gradient(42vw 38vw at 12% 18%, rgba(20,241,149,0.22), transparent 58%),
    radial-gradient(46vw 40vw at 88% 12%, rgba(153,69,255,0.20), transparent 60%),
    radial-gradient(50vw 42vw at 70% 88%, rgba(0,255,163,0.14), transparent 62%),
    radial-gradient(36vw 36vw at 20% 80%, rgba(153,69,255,0.14), transparent 58%);
}
@keyframes site-alive {
  0%, 100% { transform: translate(0,0) scale(1); opacity: 1; }
  33% { transform: translate(4%, -3%) scale(1.08); opacity: 0.92; }
  66% { transform: translate(-5%, 4%) scale(1.06); opacity: 1; }
}
.app-header, .global-bar, .page, footer, .login-modal {
  position: relative;
  z-index: 1;
}
.app-header { z-index: 40; }
.global-bar { z-index: 30; }
html.eth-wash::before,
body.eth-wash ~ html::before,
body.eth-wash html::before {
  opacity: 0.18;
}
body.eth-wash::before { display: none; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(125deg, var(--scheme-a) 0%, var(--scheme-b) 28%, var(--scheme-c) 52%, var(--scheme-d) 76%, var(--scheme-a) 100%);
  background-size: 340% 340%;
  animation: sol-site-wash 11s ease-in-out infinite;
  opacity: 0.22;
}
html.theme-light body::before {
  opacity: 0.18;
}
body.eth-wash::before {
  opacity: 0.12;
}
@keyframes sol-site-wash {
  0% { background-position: 0% 40%; }
  50% { background-position: 100% 60%; }
  100% { background-position: 0% 40%; }
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(700px 480px at 12% 8%, rgba(20,241,149,0.22), transparent 58%),
    radial-gradient(640px 460px at 88% 18%, rgba(153,69,255,0.22), transparent 55%),
    linear-gradient(115deg, rgba(20,241,149,0.10) 0%, transparent 32%, rgba(153,69,255,0.12) 58%, transparent 82%, rgba(0,255,163,0.08) 100%);
  background-size: 140% 140%, 140% 140%, 220% 220%;
  animation: sol-alive 9s ease-in-out infinite;
  mix-blend-mode: screen;
  opacity: 0.9;
}
html.theme-light body::after {
  mix-blend-mode: soft-light;
  opacity: 0.7;
  background:
    radial-gradient(700px 480px at 12% 8%, rgba(20,241,149,0.22), transparent 58%),
    radial-gradient(640px 460px at 88% 18%, rgba(153,69,255,0.20), transparent 55%),
    linear-gradient(115deg, rgba(20,241,149,0.10) 0%, transparent 32%, rgba(153,69,255,0.12) 58%, transparent 82%, rgba(0,255,163,0.08) 100%);
  background-size: 140% 140%, 140% 140%, 220% 220%;
}
@keyframes sol-alive {
  0% { background-position: 0% 40%, 100% 20%, 0% 50%; }
  50% { background-position: 80% 10%, 10% 80%, 100% 50%; }
  100% { background-position: 0% 40%, 100% 20%, 0% 50%; }
}

/* crypto-bleed locked black */
nav.main-nav a.crypto-bleed,
nav.main-nav a.crypto-bleed.active,
html.theme-light nav.main-nav a.crypto-bleed,
html.theme-light nav.main-nav a.crypto-bleed.active {
  color: #100c14 !important;
  -webkit-text-fill-color: #100c14 !important;
  background: none !important;
  text-shadow: none !important;
  animation: none !important;
  filter: none !important;
}
p.sub.slop-bleed {
  max-width: none;
}

.kicker h1.mag6-shimmer,
p.sub.mag6-shimmer {
  background: linear-gradient(90deg, #f7931a 0%, #9945ff 18%, #97fce4 36%, #f4b728 54%, #4da2ff 72%, #00c08b 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: sol-glimmer 5.5s ease-in-out infinite;
}
.kicker h1.mag6-shimmer {
  font-size: 28px;
  letter-spacing: -0.04em;
  padding: 0;
  filter: drop-shadow(0 0 12px rgba(247,147,26,0.28)) drop-shadow(0 0 10px rgba(153,69,255,0.22));
}
p.sub.mag6-shimmer {
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 0;
  margin-top: 6px;
}
.lana-script {
  font-family: "Great Vibes", "Apple Chancery", "Palatino Linotype", cursive;
  font-weight: 400;
  font-size: 1.72em;
  letter-spacing: 0.04em;
  font-style: normal;
  line-height: 1;
  padding-right: 0.12em;
  vertical-align: baseline;
}

/* slow hero shimmer */
.brand span.real.sol-shimmer,
.kicker h1 {
  animation-duration: 11s !important;
}

/* touch-friendly */
html { -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; }
button, a, .login-tab, .theme-toggle { min-height: 40px; }
button.chip {
  -webkit-appearance: none;
  appearance: none;
  min-height: 32px !important;
  max-height: 32px !important;
  height: 32px !important;
}
img, video { max-width: 100%; }
.chip.six-syms img { max-width: 18px !important; }

.nav-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; align-items: center; }
  nav.main-nav {
    display: none;
    width: 100%;
    order: 5;
    flex-direction: column;
    align-items: stretch;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 6px;
  }
  body.nav-open nav.main-nav { display: flex; }
  nav.main-nav a, nav.main-nav .login-tab, nav.main-nav .theme-toggle {
    width: 100%;
    justify-content: flex-start;
  }
  .header-tools { width: 100%; }
  .coin-hero { grid-template-columns: 1fr !important; }
  .meta { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .meta { grid-template-columns: 1fr; }
  .kicker { flex-direction: column; align-items: flex-start; }
  .login-modal .sheet { width: min(420px, calc(100vw - 24px)); }
}

/* mobile-tape */
@media (max-width: 820px) {
  .toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  .chip.six-syms {
    display: none !important;
  }
  .mag6-shimmer {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
  }
  .table-card, .top100-wrap {
    overflow-x: hidden !important;
  }
  table.markets {
    min-width: 0 !important;
    width: 100%;
  }
  table.markets thead { display: none; }
  table.markets th:nth-child(2),
  table.markets td:nth-child(2),
  table.markets th:nth-child(5),
  table.markets td:nth-child(5),
  table.markets th:nth-child(7),
  table.markets td:nth-child(7),
  table.markets th:nth-child(8),
  table.markets td:nth-child(8),
  table.markets th:nth-child(9),
  table.markets td:nth-child(9),
  table.markets th:nth-child(10),
  table.markets td:nth-child(10) { display: none; }
  table.markets .sector-tag,
  table.markets .dev-tag { display: none; }
  table.markets td { padding: 10px 8px; }
  .coin-cell { gap: 8px; }
  .coin-cell .name { display: none; }
  body.nav-open nav.main-nav {
    align-items: stretch;
  }
  body.nav-open nav.main-nav a,
  body.nav-open nav.main-nav .login-tab,
  body.nav-open nav.main-nav .theme-toggle {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    min-height: 44px;
  }
}

@media (max-width: 820px) {
  .top100-devnote { display: none !important; }
}

.mobile-mag6-bar,
.mobile-mtr-mark { display: none; }

@media (max-width: 820px) {
  html.mtr-standalone body.home-page .global-bar,
  html.mtr-standalone body.home-page .app-header,
  html.mtr-standalone body.home-page .kicker,
  html.mtr-standalone body.home-page .app-promo-strip,
  html.mtr-standalone body.home-page .stat-grid,
  html.mtr-standalone body.home-page .highlights,
  html.mtr-standalone body.home-page #noteworthy,
  html.mtr-standalone body.home-page .toolbar,
  html.mtr-standalone body.home-page footer {
    display: none !important;
  }

  html.mtr-standalone body.home-page .page {
    padding: 12px 0 0;
    min-height: 100dvh;
  }

  html.mtr-standalone body.home-page .wrap {
    width: calc(100% - 20px);
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }

  html.mtr-standalone body.home-page .mobile-mag6-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 10px;
    padding: 8px 4px;
    position: sticky;
    top: 0;
    z-index: 40;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(12px);
  }

  .mobile-mag6-right {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
    flex: 0 0 auto;
  }

  .mobile-mag6-reset {
    border: 0;
    background: transparent;
    padding: 0;
    min-height: 0;
    cursor: pointer;
    font: inherit;
  }

  .mobile-menu-btn {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    padding: 0;
  }

  .mobile-menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--text);
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    min-width: 168px;
    display: flex;
    flex-direction: column;
    background: var(--bg-2);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    overflow: hidden;
    z-index: 50;
  }

  .mobile-menu[hidden] { display: none !important; }

  .mobile-menu-item {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    color: var(--text);
    font: inherit;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 14px;
    min-height: 44px;
    cursor: pointer;
  }

  .mobile-menu-item + .mobile-menu-item {
    border-top: 1px solid var(--line);
  }

  .mobile-menu-item.on,
  .mobile-menu-item:active {
    background: var(--surface);
  }

  .mobile-mag6-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .mobile-mag6-left .mag6-shimmer {
    font-weight: 800;
    letter-spacing: 0.08em;
    font-size: 15px;
  }

  .mobile-live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--muted);
    font-size: 11px;
    white-space: nowrap;
  }

  body.home-page .mobile-mag6-bar .theme-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 6px 8px;
    background: transparent;
    border: 0;
  }

  body.home-page .mobile-mag6-bar .theme-face {
    width: 20px;
    height: 20px;
  }

  body.home-page .table-card {
    margin-top: 0;
  }

  body.home-page table.markets th:nth-child(1),
  body.home-page table.markets td:nth-child(1),
  .top100-wrap table.markets th:nth-child(1),
  .top100-wrap table.markets td:nth-child(1) {
    width: 40px;
    padding-left: 2px;
    padding-right: 0;
  }

  body.home-page .star,
  .top100-wrap .star {
    font-size: 18px;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    color: var(--faint);
  }

  body.home-page .star.on,
  .top100-wrap .star.on {
    color: #f5c518;
  }

  .top100-star-hint {
    display: block;
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 12px;
  }

  body.home-page table.markets td:nth-child(3),
  body.home-page table.markets td:nth-child(4),
  body.home-page table.markets td:nth-child(6) {
    vertical-align: middle;
  }

  body.home-page table.markets tr {
    border-bottom: 1px solid var(--line);
  }

  body.home-page table.markets .coin-cell .sym {
    font-size: 15px;
    font-weight: 700;
  }

  html.mtr-standalone body.home-page .mobile-mtr-mark {
    display: flex;
    position: relative;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 28px 12px 40px;
    pointer-events: none;
  }

  body.home-page .mobile-mtr-mark img {
    position: relative;
    z-index: 1;
    width: min(58vw, 240px);
    height: auto;
    border-radius: 22%;
    animation: mag6-mark-tint 9s linear infinite;
  }

  body.home-page .mtr-mark-glow {
    position: absolute;
    width: min(70vw, 290px);
    aspect-ratio: 1;
    border-radius: 28%;
    background: conic-gradient(
      from 0deg,
      #f7931a 0deg,
      #9945ff 60deg,
      #97fce4 120deg,
      #f4b728 180deg,
      #4da2ff 240deg,
      #00c08b 300deg,
      #f7931a 360deg
    );
    filter: blur(22px);
    opacity: 0.88;
    animation: mag6-mark-spin 8s linear infinite;
  }
}

@keyframes mag6-mark-spin {
  to { transform: rotate(360deg); }
}

@keyframes mag6-mark-tint {
  0%   { filter: drop-shadow(0 0 18px #f7931a); }
  16%  { filter: drop-shadow(0 0 18px #9945ff); }
  33%  { filter: drop-shadow(0 0 18px #97fce4); }
  50%  { filter: drop-shadow(0 0 18px #f4b728); }
  66%  { filter: drop-shadow(0 0 18px #4da2ff); }
  83%  { filter: drop-shadow(0 0 18px #00c08b); }
  100% { filter: drop-shadow(0 0 18px #f7931a); }
}

/* MAG 6 app promo — website (PC, iPad, mobile browser). Hidden in the phone app. */
html { overflow-x: clip; }
.app-promo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 18px 0 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: inherit;
  min-width: 0;
  max-width: 100%;
  cursor: default;
  user-select: none;
}
.app-promo-strip img {
  width: 44px;
  height: 44px;
  border-radius: 22%;
  flex-shrink: 0;
  background: var(--bg);
  pointer-events: none;
}
.app-promo-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1 1 180px;
}
.app-promo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 8px;
  min-width: 0;
}
.app-promo-title {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.app-promo-title.sol-shimmer,
.app-promo-title.sol-lock {
  background-image: linear-gradient(90deg, #14f195 0%, #9945ff 28%, #00ffa3 52%, #7c3aed 76%, #14f195 100%) !important;
  background-size: 240% 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  animation: sol-glimmer 5.5s ease-in-out infinite !important;
  filter: drop-shadow(0 0 12px rgba(153, 69, 255, 0.45)) drop-shadow(0 0 8px rgba(20, 241, 149, 0.3)) !important;
}
.app-promo-kicker {
  font-size: 12px;
  color: var(--muted);
}
.app-promo-meta {
  font-size: 12px;
  color: var(--faint);
  min-width: 0;
}
.app-promo-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.app-promo-dl,
.app-promo-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.app-promo-dl,
.app-promo-dl.sol-lock,
html.theme-light .app-promo-dl,
html[data-scheme] .app-promo-dl {
  border: 0;
  color: #04140c !important;
  -webkit-text-fill-color: #04140c !important;
  background: linear-gradient(90deg, #14f195 0%, #9945ff 32%, #00ffa3 64%, #7c3aed 100%) !important;
  background-size: 240% 100% !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  animation: sol-glimmer 5.5s ease-in-out infinite !important;
  filter: none !important;
  box-shadow: 0 0 22px rgba(153, 69, 255, 0.55), 0 0 12px rgba(20, 241, 149, 0.4) !important;
}
.app-promo-dl:active { transform: scale(0.96); }
.app-promo-store {
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--text);
}
.app-promo-store:active { transform: scale(0.96); background: var(--surface-2); }
@media (min-width: 768px) {
  .app-promo-strip { padding: 12px 16px; }
  .app-promo-actions { flex: 0 0 auto; }
}
@media (max-width: 767px) {
  .app-promo-kicker { display: none; }
  .app-promo-strip { padding: 10px 12px; }
  .app-promo-title { font-size: 14px; }
  .app-promo-meta { white-space: normal; }
  .app-promo-actions { width: 100%; justify-content: stretch; }
  .app-promo-dl,
  .app-promo-store {
    flex: 1 1 auto;
    min-height: 44px;
    height: 44px;
  }
}
@media (display-mode: standalone), (display-mode: fullscreen), (display-mode: minimal-ui) {
  .app-promo-strip { display: none !important; }
}
html.mtr-standalone .app-promo-strip { display: none !important; }

/* Lock LANA'S WATCH header shimmer to Solana colors on every theme, scheme, and viewport. */
html .app-header .brand span.real.sol-shimmer,
html .app-header .brand span.lana-lock,
html.theme-light .app-header .brand span.real.sol-shimmer,
html.theme-light .app-header .brand span.lana-lock,
html[data-scheme] .app-header .brand span.real.sol-shimmer,
html[data-scheme] .app-header .brand span.lana-lock,
html.theme-light[data-scheme] .app-header .brand span.real.sol-shimmer,
html.theme-light[data-scheme] .app-header .brand span.lana-lock,
html.theme-light body.eth-wash .app-header .brand span.real.sol-shimmer,
html.theme-light body.eth-wash .app-header .brand span.lana-lock {
  background: linear-gradient(90deg, #14f195 0%, #9945ff 28%, #00ffa3 52%, #7c3aed 76%, #14f195 100%) !important;
  background-size: 240% 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  animation: sol-glimmer 11s ease-in-out infinite !important;
  filter: drop-shadow(0 0 16px rgba(153, 69, 255, 0.5)) drop-shadow(0 0 10px rgba(20, 241, 149, 0.35)) !important;
}

@media (max-width: 1200px), (max-width: 980px), (max-width: 820px), (max-width: 640px), (hover: none) and (pointer: coarse) {
  html .app-header .brand span.real.sol-shimmer,
  html .app-header .brand span.lana-lock,
  html.theme-light .app-header .brand span.real.sol-shimmer,
  html.theme-light .app-header .brand span.lana-lock {
    background: linear-gradient(90deg, #14f195 0%, #9945ff 28%, #00ffa3 52%, #7c3aed 76%, #14f195 100%) !important;
    background-size: 240% 100% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    animation: sol-glimmer 11s ease-in-out infinite !important;
    filter: drop-shadow(0 0 14px rgba(153, 69, 255, 0.48)) drop-shadow(0 0 8px rgba(20, 241, 149, 0.32)) !important;
  }
}

/* Solana tokens + Solana mints stay Solana colors on MAG 6 / Top 100 / spotlight / coin contracts. */
.sol-lock:not(.app-promo-dl),
table.markets .sol-shimmer,
table.markets .name.sol-shimmer,
table.markets .sym.sol-shimmer,
.note-card h3.sol-shimmer,
.note-mint .sol-shimmer,
.contract-addr.sol-shimmer,
.section-label.sol-shimmer,
html.theme-light .sol-lock:not(.app-promo-dl),
html.theme-light table.markets .sol-shimmer,
html.theme-light .note-mint .sol-shimmer,
html.theme-light .contract-addr.sol-shimmer,
html[data-scheme] .sol-lock:not(.app-promo-dl),
html[data-scheme] table.markets .sol-shimmer,
html[data-scheme] .note-mint .sol-shimmer,
html[data-scheme] .contract-addr.sol-shimmer {
  background-image: linear-gradient(90deg, #14f195 0%, #9945ff 28%, #00ffa3 52%, #7c3aed 76%, #14f195 100%) !important;
  background-size: 240% 100% !important;
  background-color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  animation: sol-glimmer 5.5s ease-in-out infinite !important;
  filter: drop-shadow(0 0 12px rgba(153, 69, 255, 0.4)) drop-shadow(0 0 8px rgba(20, 241, 149, 0.28)) !important;
}

@media (max-width: 820px), (hover: none) and (pointer: coarse) {
  .sol-lock:not(.app-promo-dl),
  table.markets .sol-shimmer,
  .note-mint .sol-shimmer,
  .contract-addr.sol-shimmer,
  .app-promo-title.sol-shimmer,
  .app-promo-title.sol-lock {
    background-image: linear-gradient(90deg, #14f195 0%, #9945ff 28%, #00ffa3 52%, #7c3aed 76%, #14f195 100%) !important;
    background-size: 240% 100% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    animation: sol-glimmer 5.5s ease-in-out infinite !important;
  }

  .app-promo-dl,
  html.theme-light .app-promo-dl,
  html[data-scheme] .app-promo-dl {
    color: #04140c !important;
    -webkit-text-fill-color: #04140c !important;
    background: linear-gradient(90deg, #14f195 0%, #9945ff 32%, #00ffa3 64%, #7c3aed 100%) !important;
    background-size: 240% 100% !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    animation: sol-glimmer 5.5s ease-in-out infinite !important;
    box-shadow: 0 0 22px rgba(153, 69, 255, 0.55), 0 0 12px rgba(20, 241, 149, 0.4) !important;
  }
}


