:root {
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --bg: #f4f7fa;
  --surface: #ffffff;
  --surface-2: #eef3f8;
  --text: #0f1724;
  --muted: #5d6a7a;
  --line: #d4dce6;
  --accent: #0ea56d;
  --accent-strong: #09774f;
  --chip: #e8fbf3;
  --danger: #d14f4f;
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --shadow-sm: 0 10px 28px -16px rgba(15, 23, 36, 0.22);
  --shadow-md: 0 22px 48px -28px rgba(15, 23, 36, 0.3);
  --container: min(1120px, calc(100vw - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 85% -10%, rgba(14, 165, 109, 0.1), transparent 36%),
    radial-gradient(circle at 12% 16%, rgba(46, 123, 188, 0.08), transparent 30%),
    var(--bg);
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xs);
  padding: 0.5rem 0.75rem;
  z-index: 100;
}

.skip-link:focus {
  left: 1rem;
}

.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;
}

.section {
  padding: 2.6rem 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.95));
  border-block: 1px solid rgba(15, 23, 36, 0.06);
}

.section-head {
  max-width: 760px;
  margin-bottom: 1.3rem;
}

.section-head h2 {
  margin: 0.2rem 0 0.6rem;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1.08;
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

.eyebrow {
  margin: 0;
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  font-weight: 700;
}

.ticker-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #0f1724;
  color: #f5f8fb;
}

.ticker-shell {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 0.7rem;
  min-height: 46px;
  padding: 2px 0;
}

.ticker-label {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 248, 251, 0.8);
}

.ticker {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 2px 0;
}

.ticker::-webkit-scrollbar {
  display: none;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.3rem 0.58rem;
  font-size: 0.78rem;
  line-height: 1.22;
  background: rgba(255, 255, 255, 0.05);
}

.ticker-item em {
  font-style: normal;
  color: rgba(245, 248, 251, 0.86);
}

.up {
  color: #53d98e;
}

.down {
  color: #ff8c8c;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(9px);
  background: color-mix(in srgb, var(--bg) 87%, transparent);
  border-bottom: 1px solid rgba(15, 23, 36, 0.08);
}

.nav-row {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 0.55rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: #eff7f3;
  background: linear-gradient(150deg, #0a6141, #13ab73);
  box-shadow: var(--shadow-sm);
}

.brand-text {
  letter-spacing: -0.01em;
}

.desktop-nav {
  justify-self: center;
  display: none;
  align-items: center;
  gap: 1.1rem;
  font-size: 0.94rem;
}

.desktop-cta {
  display: none !important;
}

.desktop-nav a {
  color: #334155;
}

.desktop-nav a:hover {
  color: var(--text);
}

.menu-toggle {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  border: 1px solid var(--line);
  background: var(--surface);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

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

.theme-toggle-wrap {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  margin-left: auto;
}

.theme-toggle {
  position: relative;
  width: 92px;
  height: 34px;
  border: 0;
  background: transparent;
  padding: 0;
  display: grid;
  grid-template-columns: 16px 56px 16px;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  overflow: visible;
  color: #7f99b5;
}

.theme-toggle-track {
  width: 56px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #9fb7d1;
  background: linear-gradient(150deg, #0d1a2a, #14273c);
  position: relative;
  display: inline-block;
}

.theme-toggle-track::before,
.theme-toggle-track::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(170, 194, 218, 0.35);
  transform: translateY(-50%);
  opacity: 0.5;
  transition: opacity 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.theme-toggle-track::before {
  left: -11px;
}

.theme-toggle-track::after {
  right: -11px;
}

.theme-toggle.is-light .theme-toggle-track::before,
.theme-toggle.is-light .theme-toggle-track::after {
  opacity: 1;
  background: #9cf4ff;
  box-shadow: 0 0 8px #7cd8ff, 0 0 14px rgba(138, 240, 255, 0.84);
}

.theme-toggle-thumb {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(150deg, #f3f8ff, #cfdced);
  box-shadow: 0 4px 10px -6px rgba(6, 16, 30, 0.9);
  transition: transform 0.25s ease, background 0.25s ease;
}

.theme-icon {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  opacity: 0.62;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.theme-icon svg {
  width: 15px;
  height: 15px;
  display: block;
}

.theme-toggle:not(.is-light) .theme-icon.moon {
  opacity: 1;
  color: #dce8f7;
}

.theme-toggle.is-light .theme-icon.sun {
  opacity: 1;
  color: #0f7fc8;
}

.theme-toggle.is-light .theme-toggle-thumb {
  transform: translateX(22px);
  background: linear-gradient(150deg, #ffffff, #edf6ff);
}

.theme-toggle.is-light .theme-toggle-track {
  border-color: #9fc1de;
  background: linear-gradient(150deg, #d8edfe, #ecf6ff);
}

.mobile-nav {
  display: none;
  gap: 0.5rem;
  padding: 0 1rem 1rem;
}

.mobile-nav.open {
  display: grid;
}

.mobile-nav a {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  padding: 0.62rem 0.76rem;
  font-size: 0.92rem;
}

.mobile-nav .btn {
  display: none !important;
}

.hero-grid {
  display: grid;
  gap: 1.1rem;
}

.hero-copy {
  border-radius: 22px;
  border: 1px solid var(--app-border-soft, rgba(122, 149, 178, 0.24));
  background: color-mix(in srgb, var(--app-surface-soft, #f6f9fd) 62%, transparent);
  padding: 1rem 1rem 1.05rem;
}

.hero-copy h1 {
  margin: 0.45rem 0 0.7rem;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-size: clamp(2rem, 6.5vw, 3.55rem);
  max-width: 18ch;
}

.lead {
  margin: 0;
  color: var(--muted);
  max-width: 56ch;
}

.hero-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  min-height: 44px;
  padding: 0 0.95rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:active {
  transform: translateY(1px) scale(0.99);
}

.btn-solid {
  color: #f4fbf8;
  background: linear-gradient(150deg, #0b6b48, #12a970);
}

.btn-solid:hover {
  background: linear-gradient(150deg, #0a5b3d, #0f9362);
}

.btn-ghost {
  border-color: var(--line);
  color: #1f2f41;
  background: #ffffff;
}

.btn-ghost:hover {
  background: #f4f7fb;
}

.hero-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.hero-points li {
  color: #31465d;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 23, 36, 0.08);
  border-radius: 12px;
  padding: 0.53rem 0.65rem;
}

.hero-media {
  display: grid;
  gap: 0.7rem;
}

.hero-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 0.65rem;
  box-shadow: var(--shadow-md);
}

.hero-card img {
  width: 100%;
  border-radius: calc(var(--radius-lg) - 10px);
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #071625;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.hero-stats article {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.62rem;
  background: rgba(255, 255, 255, 0.86);
}

.hero-stats p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.hero-stats strong {
  display: block;
  margin-top: 0.28rem;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.hero-top-picks {
  display: none;
}

.review-grid {
  display: grid;
  gap: 0.88rem;
}

.review-card {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.review-top {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0.8rem;
  padding: 0.94rem;
  border-bottom: 1px solid rgba(15, 23, 36, 0.08);
}

.logo-box {
  border-radius: 14px;
  border: 1px solid #cfd9e6;
  background: #091322;
  min-height: 76px;
  padding: 0.12rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: transparent;
}

.review-head h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  line-height: 1.05;
}

.review-head {
  min-width: 0;
  display: grid;
  gap: 0.42rem;
}

.review-head-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.54rem;
}

.review-score-pill {
  min-height: 31px;
  padding: 0 0.64rem;
  border-radius: 999px;
  border: 1px solid rgba(98, 184, 143, 0.44);
  background: rgba(11, 84, 58, 0.42);
  color: #ccfbe8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.76rem;
  font-weight: 700;
}

.review-bestfor {
  margin: 0;
  border: 1px solid rgba(129, 160, 190, 0.32);
  border-radius: 12px;
  background: rgba(236, 245, 253, 0.72);
  padding: 0.5rem 0.62rem;
  font-size: 0.82rem;
  line-height: 1.34;
  color: #2c465f;
}

.review-bestfor span {
  display: inline-block;
  margin-right: 0.36rem;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #5c7994;
}

.chip {
  border-radius: 999px;
  padding: 0.22rem 0.5rem;
  font-size: 0.73rem;
  border: 1px solid #cdebdc;
  background: var(--chip);
  color: #0a6a45;
}

.chip-muted {
  border-color: #dbe2ea;
  background: #f4f7fa;
  color: #334155;
}

.review-body {
  padding: 0.94rem;
}

.review-gridline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.review-gridline p {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fbfd;
  padding: 0.42rem 0.5rem;
  font-size: 0.8rem;
  color: #324861;
}

.review-coins {
  margin: 0.58rem 0 0.66rem;
  border: 1px solid rgba(133, 161, 190, 0.3);
  border-radius: 12px;
  background: rgba(238, 246, 253, 0.66);
  padding: 0.48rem 0.56rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.56rem;
}

.review-coins-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #33516d;
  white-space: nowrap;
}

.review-coin-pack {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.34rem;
}

.review-coin-list {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.review-coin {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(137, 165, 193, 0.4);
  background: #f8fbff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.review-coin img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.review-coin-fallback {
  font-size: 0.62rem;
  font-weight: 700;
  color: #2b4f71;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.review-coin-more {
  min-height: 24px;
  min-width: 34px;
  border-radius: 999px;
  border: 1px solid rgba(109, 153, 200, 0.42);
  background: rgba(227, 238, 252, 0.86);
  color: #2b5175;
  font-size: 0.73rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
}

.review-note {
  margin: 0.72rem 0;
  color: #445a72;
  font-size: 0.9rem;
}

.review-media {
  display: block;
}

.review-media-frame {
  margin: 0;
  padding: 0.5rem;
  border-radius: 12px;
  border: 1px solid #ccd8e5;
  background: linear-gradient(180deg, #f9fcff, #f2f7fc);
  box-shadow: inset 0 0 0 1px #eaf1f8;
}

.review-media img {
  border-radius: 8px;
  border: 1px solid #d5e0ed;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #0a1220;
}

.review-actions {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.table-wrap {
  border-radius: var(--radius-md);
  border: 1px solid rgba(116, 137, 160, 0.33);
  overflow: auto;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: inset 0 0 0 1px rgba(230, 238, 247, 0.95);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.compare-table th,
.compare-table td {
  text-align: left;
  border-bottom: 1px solid rgba(142, 162, 183, 0.26);
  padding: 0.65rem;
  font-size: 0.86rem;
}

.compare-table th {
  background: #f6f9fd;
  font-weight: 700;
}

.compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.trust-grid {
  display: grid;
  gap: 0.7rem;
}

.trust-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  padding: 1rem;
}

.trust-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
}

.author-card {
  border: 1px solid var(--app-border, rgba(126, 150, 176, 0.32));
  border-radius: 22px;
  background: var(--app-surface, linear-gradient(180deg, #ffffff, #f8fbff));
  box-shadow: var(--app-shadow);
  padding: 1rem;
}

.author-top {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 0.86rem;
  align-items: center;
}

.author-photo {
  width: 108px;
  height: 108px;
  border-radius: 999px;
  border: 2px solid rgba(38, 180, 124, 0.78);
  background: radial-gradient(circle at 30% 20%, #1b3c5b, #0b1c31 64%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-photo-placeholder span {
  display: block;
  max-width: 76px;
  text-align: center;
  font-size: 0.62rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d6ebff;
  font-weight: 700;
}

.author-kicker {
  margin: 0;
  font-size: 0.77rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #14a66e;
  font-weight: 800;
}

.author-meta h3 {
  margin: 0.32rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
  line-height: 1.05;
  color: var(--app-heading, #111f31);
}

.author-role {
  margin: 0.3rem 0 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1c7a55;
}

.author-experience {
  margin: 0.3rem 0 0;
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--app-muted, #607287);
}

.author-bio {
  margin: 0.84rem 0 0;
  font-size: 0.96rem;
  line-height: 1.52;
  color: var(--app-muted, #5f7086);
  max-width: 66ch;
}

.author-badges {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.author-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid var(--app-border-soft, rgba(126, 150, 176, 0.3));
  background: var(--app-surface-soft, linear-gradient(180deg, #f8fbff, #f3f8fd));
  color: var(--app-text, #183147);
  padding: 0.22rem 0.58rem;
  font-size: 0.75rem;
  line-height: 1.1;
  font-weight: 600;
}

.author-highlights {
  margin: 0.84rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.42rem;
}

.author-highlights li {
  margin: 0;
  border: 1px solid var(--app-border-soft, rgba(126, 150, 176, 0.22));
  border-radius: 11px;
  background: var(--app-surface-muted, linear-gradient(180deg, #f4f8fc, #edf3fa));
  padding: 0.52rem 0.62rem;
  color: var(--app-text, #132033);
  font-size: 0.88rem;
  line-height: 1.38;
}

.author-method {
  margin-top: 0.84rem;
  border: 1px solid var(--app-border-soft, rgba(126, 150, 176, 0.22));
  border-radius: 12px;
  background: var(--app-surface-muted, linear-gradient(180deg, #f4f8fc, #edf3fa));
  padding: 0.58rem 0.66rem;
}

.author-method-title {
  margin: 0;
  font-size: 0.77rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #375670;
  font-weight: 700;
}

.author-method ol {
  margin: 0.44rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.32rem;
}

.author-method li {
  color: var(--app-text, #132033);
  font-size: 0.82rem;
  line-height: 1.34;
}

.author-signals {
  margin-top: 0.86rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.52rem;
}

.author-signals article {
  border: 1px solid var(--app-border-soft, rgba(126, 150, 176, 0.22));
  border-radius: 12px;
  background: var(--app-surface-soft, linear-gradient(180deg, #f8fbff, #f3f8fd));
  padding: 0.56rem;
}

.author-signals p {
  margin: 0;
  font-size: 0.72rem;
  color: var(--app-muted, #5f7086);
}

.author-signals strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.98rem;
  color: var(--app-heading, #111f31);
}

.author-actions {
  margin-top: 0.78rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
}

.author-note {
  margin: 0.72rem 0 0;
  font-size: 0.8rem;
  line-height: 1.35;
  color: var(--app-muted, #5f7086);
}

.token-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.token-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.48rem;
  background: var(--surface);
  display: flex;
  align-items: center;
  gap: 0.42rem;
}

.token-card img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  object-fit: cover;
}

.token-card span {
  font-size: 0.82rem;
  color: #33465c;
}

.provider-shell {
  border: 1px solid rgba(114, 137, 161, 0.25);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #fbfdff, #f4f8fc);
  padding: 0.7rem;
  box-shadow: inset 0 0 0 1px rgba(235, 243, 250, 0.9);
}

.provider-shell-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.55rem;
}

.provider-shell-note {
  margin: 0;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #3a5169;
}

.provider-toggle {
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid #cfdae8;
  background: #fff;
  padding: 0 0.75rem;
  font: inherit;
  font-size: 0.77rem;
  font-weight: 600;
  color: #2f4358;
}

.provider-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.38rem;
}

.provider-item {
  border: 1px solid rgba(138, 158, 179, 0.26);
  border-radius: 11px;
  background: linear-gradient(180deg, #102139, #0d1a2f);
  min-height: 72px;
  padding: 0.44rem 0.42rem;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;
  gap: 0.25rem;
  content-visibility: auto;
  contain-intrinsic-size: 60px 180px;
}

.provider-item.is-extra {
  display: none;
}

.provider-wall.expanded .provider-item.is-extra {
  display: grid;
}

.provider-logo-wrap {
  width: 100%;
  display: grid;
  place-items: center;
}

.provider-item img {
  max-height: 22px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: saturate(1.05);
}

.provider-label {
  font-size: 0.67rem;
  line-height: 1.1;
  color: #b8cbe0;
  text-align: center;
  letter-spacing: 0.02em;
}

.screenshot-grid {
  display: grid;
  gap: 0.6rem;
}

.shot-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  padding: 0.72rem;
}

.shot-card h3 {
  margin: 0 0 0.5rem;
  font-size: 0.98rem;
}

.shot-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.mobile-shot {
  margin: 0;
}

.mobile-shot-shell {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(129, 157, 187, 0.42);
  background: linear-gradient(180deg, #0e2137, #0a1627);
  padding: 8px 6px 7px;
  box-shadow: inset 0 0 0 1px rgba(228, 241, 255, 0.08), 0 14px 24px -18px rgba(0, 0, 0, 0.75);
}

.mobile-shot-notch {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 4px;
  border-radius: 999px;
  background: rgba(216, 231, 247, 0.44);
}

.mobile-shot-shell img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 19;
  border-radius: 14px;
  border: 1px solid rgba(133, 161, 190, 0.25);
  object-fit: cover;
  background: #071221;
}

.games-shell {
  border: 1px solid rgba(91, 140, 183, 0.22);
  background: linear-gradient(180deg, #03111e, #020d19);
  border-radius: var(--radius-lg);
  padding: 0.85rem;
}

#slots .section-head {
  text-align: center;
  margin-inline: auto;
}

.game-block + .game-block {
  margin-top: 1rem;
}

.game-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.55rem;
}

.game-block-head h3 {
  margin: 0;
  color: #f0f7ff;
  font-size: 1.15rem;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.see-all-btn {
  min-height: 40px;
  border: 1px solid rgba(130, 179, 217, 0.2);
  border-radius: 11px;
  background: rgba(14, 40, 66, 0.65);
  color: #eaf5ff;
  padding: 0 0.8rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 600;
}

.see-all-btn:active {
  transform: translateY(1px);
}

.game-row-wrap {
  position: relative;
}

.game-row-wrap::before,
.game-row-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  pointer-events: none;
  z-index: 3;
}

.game-row-wrap::before {
  left: 0;
  background: linear-gradient(90deg, rgba(2, 13, 25, 0.95), transparent);
}

.game-row-wrap::after {
  right: 0;
  background: linear-gradient(270deg, rgba(2, 13, 25, 0.95), transparent);
}

.game-row {
  display: flex;
  align-items: stretch;
  gap: 0.65rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0.15rem 1.8rem;
}

.game-row::-webkit-scrollbar {
  display: none;
}

.row-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 44px;
  border: 1px solid rgba(130, 179, 217, 0.2);
  border-radius: 10px;
  color: #a7c7e5;
  background: rgba(8, 22, 37, 0.9);
  font-size: 1.45rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.row-arrow-left {
  left: 0;
}

.row-arrow-right {
  right: 0;
}

.game-row.expanded {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
  overflow: visible;
  padding: 0.15rem 0;
}

.game-row-wrap.expanded .row-arrow {
  display: none;
}

.game-row-wrap.expanded::before,
.game-row-wrap.expanded::after {
  display: none;
}

.game-card {
  position: relative;
  min-width: 132px;
  max-width: 152px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(122, 166, 199, 0.24);
  background: #081a2a;
  box-shadow: 0 10px 24px -16px rgba(1, 9, 17, 0.85);
  scroll-snap-align: start;
}

.game-row.expanded .game-card {
  min-width: 0;
  max-width: none;
}

.game-card img {
  width: 100%;
  aspect-ratio: 288 / 387;
  object-fit: cover;
}

.game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 13, 25, 0.12), rgba(2, 13, 25, 0.55));
  opacity: 0;
  pointer-events: none;
}

.game-card-actions {
  display: none;
}

.game-action-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(210, 235, 255, 0.42);
  padding: 0 1rem;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 26px -16px rgba(3, 10, 18, 0.9);
}

.game-action-btn.play {
  background: linear-gradient(145deg, rgba(17, 167, 109, 0.98), rgba(7, 112, 72, 0.98));
  color: #effff7;
  text-shadow: 0 1px 0 rgba(4, 36, 23, 0.45);
}

.game-action-btn.play::before {
  content: "";
  position: absolute;
  inset: -24% -40%;
  background: linear-gradient(110deg, transparent 40%, rgba(255, 255, 255, 0.26) 50%, transparent 60%);
  transform: translateX(-58%);
  transition: transform 0.42s ease;
}

.game-action-btn.play:hover::before {
  transform: translateX(58%);
}

.game-action-btn.play:hover {
  box-shadow: 0 18px 28px -16px rgba(3, 18, 12, 0.92), 0 0 0 1px rgba(208, 249, 230, 0.5);
}

.game-action-btn:active {
  transform: translateY(1px);
}

.faq-list {
  display: grid;
  gap: 0.45rem;
}

.faq-list details {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 0.68rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-list p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.final-cta-inner {
  border-radius: var(--radius-lg);
  border: 1px solid #cbe8da;
  background: linear-gradient(150deg, #eafbf4, #f2f8fd);
  padding: 1.2rem;
}

.final-cta-inner h2 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.final-cta-inner p {
  margin: 0.55rem 0 0.9rem;
  color: #3f566d;
}

.site-footer {
  margin-top: 1.2rem;
  background: #0f1724;
  color: #d8e4f1;
  padding-top: 1.4rem;
}

.footer-grid {
  display: grid;
  gap: 1rem;
  padding-bottom: 1rem;
}

.footer-brand {
  color: #ecf5ff;
}

.footer-note {
  margin: 0.7rem 0 0;
  color: #b7c8db;
  max-width: 48ch;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.footer-links a {
  color: #d5e4f2;
}

.footer-links a:hover {
  color: #f4fbff;
}

.footer-meta {
  border-top: 1px solid rgba(216, 228, 241, 0.14);
  padding: 0.9rem 0 1.4rem;
  font-size: 0.78rem;
  color: #aac0d4;
}

.footer-meta p {
  margin: 0.2rem 0;
}

.scroll-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid rgba(15, 23, 36, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  min-width: 58px;
  min-height: 42px;
  display: none;
  box-shadow: var(--shadow-sm);
}

.scroll-top.show {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body[data-theme="dark"] {
  background:
    radial-gradient(circle at 80% -10%, rgba(48, 106, 177, 0.18), transparent 38%),
    radial-gradient(circle at 8% 12%, rgba(15, 167, 117, 0.14), transparent 32%),
    linear-gradient(180deg, #050d18, #071425 45%, #081a2b);
  color: #eaf2fe;
}

body[data-theme="dark"] .site-header {
  background: color-mix(in srgb, #07111e 88%, transparent);
  border-bottom: 1px solid rgba(116, 144, 175, 0.25);
}

body[data-theme="dark"] .desktop-nav a,
body[data-theme="dark"] .lead,
body[data-theme="dark"] .section-head p,
body[data-theme="dark"] .hero-points li,
body[data-theme="dark"] .review-note,
body[data-theme="dark"] .trust-card p,
body[data-theme="dark"] .faq-list p,
body[data-theme="dark"] .token-card span {
  color: #9eb3ca;
}

body[data-theme="dark"] .brand-text,
body[data-theme="dark"] .section-head h2,
body[data-theme="dark"] .hero-copy h1,
body[data-theme="dark"] .review-head h3,
body[data-theme="dark"] .faq-list summary,
body[data-theme="dark"] .trust-card h3,
body[data-theme="dark"] .shot-card h3,
body[data-theme="dark"] .compare-table th,
body[data-theme="dark"] .compare-table td {
  color: #ecf4ff;
}

body[data-theme="dark"] .btn-ghost,
body[data-theme="dark"] .menu-toggle,
body[data-theme="dark"] .mobile-nav a,
body[data-theme="dark"] .hero-points li,
body[data-theme="dark"] .hero-stats article,
body[data-theme="dark"] .review-card,
body[data-theme="dark"] .review-gridline p,
body[data-theme="dark"] .logo-box,
body[data-theme="dark"] .review-media-frame,
body[data-theme="dark"] .table-wrap,
body[data-theme="dark"] .trust-card,
body[data-theme="dark"] .token-card,
body[data-theme="dark"] .provider-shell,
body[data-theme="dark"] .provider-item,
body[data-theme="dark"] .shot-card,
body[data-theme="dark"] .faq-list details,
body[data-theme="dark"] .static-content {
  background: linear-gradient(180deg, #0d1b2c, #0a1727);
  border-color: rgba(112, 140, 171, 0.34);
  box-shadow: none;
}

body[data-theme="dark"] .chip-muted {
  background: #101f31;
  border-color: rgba(108, 136, 165, 0.35);
  color: #bfd3e7;
}

body[data-theme="dark"] .review-media img,
body[data-theme="dark"] .hero-card img {
  background: #040b14;
  border-color: rgba(112, 140, 171, 0.35);
}

body[data-theme="dark"] .compare-table th {
  background: #0f2034;
}

body[data-theme="dark"] .compare-table th,
body[data-theme="dark"] .compare-table td {
  border-bottom-color: rgba(102, 130, 160, 0.28);
}

body[data-theme="dark"] .provider-toggle {
  background: #0f2034;
  color: #d5e5f7;
  border-color: rgba(111, 139, 169, 0.34);
}

body[data-theme="dark"] .provider-shell-note {
  color: #b7cde4;
}

body[data-theme="dark"] .scroll-top {
  background: rgba(8, 18, 31, 0.94);
  border-color: rgba(117, 146, 178, 0.38);
  color: #e7f1fc;
}

.static-page .page-header {
  padding: 2.2rem 0 1rem;
}

.static-page h1 {
  margin: 0.4rem 0 0.6rem;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
}

.static-page p,
.static-page li {
  color: #405368;
}

.page-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
  margin-top: 0.9rem;
  font-size: 0.9rem;
  color: #566a7f;
}

.page-trust-bar span {
  display: inline-flex;
  align-items: center;
}

.page-trust-bar span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 0.75rem;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.45;
}

.page-trust-bar a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cta-disclosure {
  margin-top: 0.85rem;
  max-width: 78ch;
  font-size: 0.88rem;
  color: #607286;
}

body[data-theme="dark"] .page-trust-bar,
body[data-theme="dark"] .cta-disclosure {
  color: #b7cde4;
}

.static-content {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.1rem;
  box-shadow: var(--shadow-sm);
}

.static-content h2,
.static-content h3 {
  margin-top: 1.1rem;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.static-content h2:first-child,
.static-content h3:first-child {
  margin-top: 0;
}

@media (min-width: 680px) {
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .token-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .provider-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr;
  }
}

@media (min-width: 980px) {
  .section {
    padding: 3.4rem 0;
  }

  .hero-grid {
    grid-template-columns: 1.02fr 0.98fr;
    align-items: start;
    gap: 1.35rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.1rem, 3.35vw, 2.95rem);
    max-width: 14.5ch;
    line-height: 1.03;
    margin-bottom: 0.58rem;
  }

  .hero-keywords {
    margin-top: 0.62rem;
  }

  .hero-actions {
    margin-top: 0.72rem;
  }

  .hero-signal-strip {
    margin-top: 0.54rem;
  }

  .hero-highlights {
    margin-top: 0.62rem;
  }

  .hero-points {
    margin-top: 0.68rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
  }

  .hero-points li {
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 0.48rem 0.6rem;
  }

  .hero-media {
    align-self: start;
    gap: 0.58rem;
  }

  .hero-media-note {
    margin-top: 0.52rem;
  }

  .hero-stats article {
    padding: 0.56rem;
  }

  .hero-top-picks {
    display: block;
    border: 1px solid rgba(106, 144, 177, 0.34);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(9, 28, 45, 0.74), rgba(7, 22, 36, 0.74));
    padding: 0.56rem;
    min-height: 226px;
  }

  .hero-top-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.4rem;
    margin-bottom: 0.42rem;
    padding: 0 0.1rem;
  }

  .hero-top-head p {
    margin: 0;
    font-size: 0.7rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-weight: 700;
    color: #9ebdd9;
  }

  .hero-top-head span {
    margin: 0;
    font-size: 0.68rem;
    color: #82a2be;
  }

  .hero-pick-list {
    display: grid;
    gap: 0.38rem;
    min-height: 170px;
  }

  .hero-pick-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.48rem;
    border: 1px solid rgba(116, 149, 179, 0.3);
    border-radius: 12px;
    background: rgba(12, 30, 47, 0.7);
    padding: 0.46rem 0.48rem;
  }

  .hero-pick-rank {
    min-width: 28px;
    min-height: 24px;
    border-radius: 999px;
    border: 1px solid rgba(113, 149, 184, 0.4);
    background: rgba(17, 40, 62, 0.74);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.71rem;
    font-weight: 700;
    color: #d3e7fa;
  }

  .hero-pick-copy h4 {
    margin: 0;
    font-size: 0.84rem;
    color: #ecf6ff;
    line-height: 1.12;
  }

  .hero-pick-copy p {
    margin: 0.15rem 0 0;
    font-size: 0.72rem;
    color: #a6bfd7;
    line-height: 1.26;
  }

  .hero-pick-meta {
    display: grid;
    justify-items: end;
    gap: 0.28rem;
  }

  .hero-pick-score {
    min-height: 24px;
    padding: 0 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(98, 182, 142, 0.44);
    background: rgba(11, 83, 58, 0.44);
    color: #cefbe7;
    font-size: 0.73rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-pick-link {
    min-height: 28px;
    min-width: 72px;
    border-radius: 999px;
    border: 1px solid rgba(109, 181, 146, 0.52);
    background: linear-gradient(150deg, rgba(15, 128, 86, 0.36), rgba(12, 106, 71, 0.62));
    color: #e7fff4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease;
  }

  .hero-pick-link:hover {
    background: linear-gradient(150deg, rgba(18, 146, 97, 0.5), rgba(13, 119, 80, 0.74));
  }

  .desktop-nav {
    display: inline-flex;
  }

  .desktop-cta {
    display: inline-flex;
  }

  .menu-toggle {
    display: none;
  }

  .mobile-nav {
    display: none !important;
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .token-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .provider-wall {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .game-card {
    min-width: 164px;
    max-width: 184px;
  }

  .game-card::before {
    opacity: 0;
    transition: opacity 0.24s ease;
  }

  .game-card-actions {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -42%) scale(0.96);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    pointer-events: none;
  }

  .game-card:hover::before {
    opacity: 1;
  }

  .game-card:hover .game-card-actions {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
  }

  .screenshot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ===== Color Harmonization System ===== */

body[data-theme="dark"] {
  --app-bg:
    radial-gradient(circle at 82% -10%, rgba(37, 117, 201, 0.18), transparent 38%),
    radial-gradient(circle at 10% 12%, rgba(24, 184, 130, 0.14), transparent 34%),
    linear-gradient(180deg, #050b14, #081423 46%, #0a1a2c);
  --app-surface: linear-gradient(180deg, #0e1b2b, #0b1625);
  --app-surface-soft: linear-gradient(180deg, #122337, #0f1e30);
  --app-surface-muted: linear-gradient(180deg, #101f31, #0d1a2a);
  --app-border: rgba(122, 149, 178, 0.3);
  --app-border-soft: rgba(122, 149, 178, 0.22);
  --app-text: #edf4ff;
  --app-muted: #9eb3ca;
  --app-heading: #f3f8ff;
  --app-accent-1: #13b981;
  --app-accent-2: #0f8f66;
  --app-chip: #173a30;
  --app-chip-border: #2f745f;
  --app-chip-text: #b7f5dc;
  --app-header-bg: color-mix(in srgb, #081221 90%, transparent);
  --app-header-border: rgba(122, 149, 178, 0.3);
  --app-alt-bg: linear-gradient(180deg, rgba(9, 20, 34, 0.74), rgba(9, 20, 34, 0.92));
  --app-input-bg: #0f2033;
  --app-footer-bg: #06111d;
  --app-footer-text: #c2d4e8;
  --app-shadow: 0 18px 40px -30px rgba(0, 0, 0, 0.85);
}

body[data-theme="light"] {
  --app-bg:
    radial-gradient(circle at 84% -10%, rgba(60, 134, 210, 0.12), transparent 36%),
    radial-gradient(circle at 8% 10%, rgba(20, 167, 117, 0.09), transparent 30%),
    linear-gradient(180deg, #f1f6fb, #ecf3f9 48%, #e9f1f8);
  --app-surface: linear-gradient(180deg, #ffffff, #f8fbff);
  --app-surface-soft: linear-gradient(180deg, #f8fbff, #f3f8fd);
  --app-surface-muted: linear-gradient(180deg, #f4f8fc, #edf3fa);
  --app-border: rgba(126, 150, 176, 0.32);
  --app-border-soft: rgba(126, 150, 176, 0.22);
  --app-text: #132033;
  --app-muted: #5f7086;
  --app-heading: #111f31;
  --app-accent-1: #11ab74;
  --app-accent-2: #0f8d62;
  --app-chip: #e9fbf2;
  --app-chip-border: #c1ecd9;
  --app-chip-text: #137151;
  --app-header-bg: color-mix(in srgb, #eef4fa 88%, transparent);
  --app-header-border: rgba(126, 150, 176, 0.26);
  --app-alt-bg: linear-gradient(180deg, rgba(250, 253, 255, 0.86), rgba(243, 248, 253, 0.96));
  --app-input-bg: #ffffff;
  --app-footer-bg: #0b1624;
  --app-footer-text: #c5d8eb;
  --app-shadow: 0 16px 34px -28px rgba(13, 26, 42, 0.4);
}

body {
  background: var(--app-bg);
  color: var(--app-text);
}

.site-header {
  background: var(--app-header-bg);
  border-bottom-color: var(--app-header-border);
}

.section-alt {
  background: var(--app-alt-bg);
  border-block-color: var(--app-border-soft);
}

.brand-text,
.section-head h2,
.hero-copy h1,
.review-head h3,
.trust-card h3,
.shot-card h3,
.faq-list summary,
.static-page h1,
.final-cta-inner h2 {
  color: var(--app-heading);
}

.desktop-nav a,
.lead,
.section-head p,
.hero-points li,
.review-note,
.trust-card p,
.faq-list p,
.token-card span,
.static-page p,
.static-page li,
.footer-note,
.mini-disclosure {
  color: var(--app-muted);
}

.btn-solid {
  background: linear-gradient(150deg, var(--app-accent-1), var(--app-accent-2));
  color: #f4fff9;
}

.btn-solid:hover {
  background: linear-gradient(150deg, color-mix(in srgb, var(--app-accent-1) 86%, #000 14%), color-mix(in srgb, var(--app-accent-2) 86%, #000 14%));
}

.btn-ghost,
.menu-toggle,
.mobile-nav a,
.hero-points li,
.hero-stats article,
.review-card,
.review-gridline p,
.logo-box,
.review-media-frame,
.table-wrap,
.trust-card,
.token-card,
.provider-shell,
.provider-item,
.shot-card,
.faq-list details,
.static-content,
.game-block,
.game-row-wrap,
.final-cta-inner {
  background: var(--app-surface);
  border-color: var(--app-border);
  box-shadow: var(--app-shadow);
}

.hero-card,
.compare-table th,
.provider-toggle,
.games-shell,
.table-wrap {
  background: var(--app-surface-soft);
  border-color: var(--app-border);
}

.review-gridline p,
.token-card,
.provider-item,
.chip-muted {
  background: var(--app-surface-muted);
}

.menu-toggle span,
.brand,
.desktop-nav a,
.btn-ghost,
.provider-toggle,
.scroll-top {
  color: var(--app-text);
}

.chip {
  background: var(--app-chip);
  border-color: var(--app-chip-border);
  color: var(--app-chip-text);
}

.chip-muted {
  border-color: var(--app-border-soft);
  color: var(--app-muted);
}

.hero-card img,
.review-media img {
  background: color-mix(in srgb, var(--app-surface-muted) 80%, #000 20%);
  border-color: var(--app-border);
}

.compare-table th,
.compare-table td {
  color: var(--app-text);
  border-bottom-color: var(--app-border-soft);
}

.compare-table th {
  background: color-mix(in srgb, var(--app-surface-soft) 92%, #d7e3f1 8%);
}

.ticker-wrap {
  background: color-mix(in srgb, var(--app-footer-bg) 92%, #000 8%);
}

.ticker-item {
  border-color: rgba(178, 202, 226, 0.25);
  background: rgba(255, 255, 255, 0.06);
}

.scroll-top {
  background: var(--app-surface-soft);
  border-color: var(--app-border);
}

.site-footer {
  background: var(--app-footer-bg);
  color: var(--app-footer-text);
}

.footer-links a {
  color: var(--app-footer-text);
}

.footer-links a:hover {
  color: #f5faff;
}

/* ===== Component Overrides After Harmonization ===== */

.review-card .logo-box {
  background: #091322;
  border-color: rgba(129, 156, 184, 0.42);
  box-shadow: inset 0 0 0 1px rgba(232, 244, 255, 0.06);
}

.review-card .logo-box img {
  border: 0;
  background: transparent;
}

.provider-item {
  background: linear-gradient(180deg, #102139, #0d1a2f);
  border-color: rgba(127, 154, 182, 0.34);
}

.provider-label {
  color: #b8cbe0;
}

body[data-theme="light"] .provider-item {
  background: linear-gradient(180deg, #f7fbff, #edf5fc);
  border-color: rgba(133, 158, 184, 0.32);
}

body[data-theme="light"] .provider-label {
  color: #39526d;
}

.theme-toggle {
  color: #7f99b5;
}

body[data-theme="dark"] .theme-toggle {
  color: #8aa6c4;
}

body[data-theme="light"] .theme-toggle {
  color: #5f7996;
}

body[data-theme="light"] .theme-toggle:not(.is-light) .theme-icon.moon,
body[data-theme="dark"] .theme-toggle:not(.is-light) .theme-icon.moon {
  color: #dce8f7;
}

body[data-theme="light"] .theme-toggle.is-light .theme-icon.sun {
  color: #0f7fc8;
}

/* ===== Final UX Polish ===== */

.desktop-cta {
  display: none !important;
}

.ticker {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.ticker::before,
.ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  pointer-events: none;
  z-index: 3;
}

.ticker::before {
  left: 0;
  background: linear-gradient(90deg, #0d1a2a 8%, rgba(13, 26, 42, 0));
}

.ticker::after {
  right: 0;
  background: linear-gradient(270deg, #0d1a2a 8%, rgba(13, 26, 42, 0));
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0;
  will-change: transform;
  animation: ticker-marquee 28s linear infinite;
}

.ticker-set {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-right: 0.55rem;
}

.ticker.is-animated:hover .ticker-track {
  animation-play-state: paused;
}

@keyframes ticker-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.menu-toggle {
  position: relative;
  overflow: hidden;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(123, 154, 186, 0.42);
  background: linear-gradient(165deg, #122a44, #0a182b);
  box-shadow: 0 12px 24px -18px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(228, 240, 252, 0.1);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.flat {
  color: #96adc7;
}

.menu-toggle::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(29, 56, 86, 0.6), rgba(10, 24, 40, 0.5));
}

.menu-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(150, 183, 215, 0.58);
}

.menu-toggle:active {
  transform: translateY(0) scale(0.98);
}

.menu-toggle span {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 2.2px;
  border-radius: 999px;
  background: #e8f3ff;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.55);
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

body[data-theme="light"] .menu-toggle {
  border-color: rgba(130, 153, 176, 0.34);
  background: linear-gradient(165deg, #fbfdff, #eef4fa);
  box-shadow: 0 10px 18px -16px rgba(19, 42, 68, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

body[data-theme="light"] .menu-toggle::before {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.85), rgba(234, 243, 252, 0.75));
}

body[data-theme="light"] .menu-toggle span {
  background: #1f344a;
}

.mobile-nav {
  padding: 0 0.95rem 0.95rem;
}

.mobile-nav.open {
  display: grid;
  gap: 0.45rem;
  transform-origin: top center;
  animation: menu-drop 0.22s ease;
}

@keyframes menu-drop {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-nav a {
  border: 1px solid rgba(121, 154, 187, 0.32);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(11, 27, 44, 0.88), rgba(8, 20, 33, 0.88));
  font-weight: 600;
}

body[data-theme="light"] .mobile-nav a {
  border-color: rgba(132, 156, 181, 0.3);
  background: linear-gradient(180deg, #fbfdff, #f0f6fc);
}

.hero-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center;
}

.game-card img {
  object-fit: cover;
  object-position: center;
  background: #050f1d;
}

@media (max-width: 979px) {
  .game-row-wrap::before,
  .game-row-wrap::after,
  .row-arrow {
    display: none;
  }

  .game-row {
    gap: 0.5rem;
    padding: 0;
  }

  .game-card {
    min-width: calc((100% - 1rem) / 3);
    max-width: calc((100% - 1rem) / 3);
  }

  .game-row.expanded {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

/* ===== User Fix Pack: Toggle + Games Block ===== */

.theme-toggle-track::before,
.theme-toggle-track::after {
  display: none !important;
}

.games-shell,
body[data-theme="light"] .games-shell,
body[data-theme="dark"] .games-shell {
  background: linear-gradient(180deg, #06182b, #031224) !important;
  border: 1px solid rgba(103, 145, 184, 0.36) !important;
  box-shadow: inset 0 0 0 1px rgba(176, 205, 232, 0.08), 0 12px 24px -20px rgba(0, 0, 0, 0.85) !important;
}

.game-block,
body[data-theme="light"] .game-block,
body[data-theme="dark"] .game-block {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.game-row-wrap,
body[data-theme="light"] .game-row-wrap,
body[data-theme="dark"] .game-row-wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.game-row {
  background: transparent !important;
}

.game-card,
body[data-theme="light"] .game-card,
body[data-theme="dark"] .game-card {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.game-card img {
  border: 0 !important;
}

/* ===== Game Section Polish V2 ===== */

#slots .section-head {
  text-align: left !important;
  max-width: 760px;
  margin-inline: 0 !important;
}

#slots .section-head p {
  max-width: 66ch;
}

.games-shell,
body[data-theme="light"] .games-shell,
body[data-theme="dark"] .games-shell {
  position: relative;
  padding: 1rem 0.95rem !important;
  border-radius: 26px;
}

.games-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(70% 120% at 0% 0%, rgba(59, 126, 183, 0.2), transparent 55%),
    radial-gradient(65% 90% at 100% 100%, rgba(12, 153, 112, 0.12), transparent 56%);
  opacity: 0.45;
}

.game-block {
  position: relative;
  z-index: 1;
}

.game-block + .game-block {
  margin-top: 1.05rem !important;
  padding-top: 0.98rem;
  border-top: 1px solid rgba(127, 166, 201, 0.2);
}

.game-block-head {
  margin-bottom: 0.62rem !important;
}

.game-block-head h3 {
  font-size: clamp(1.55rem, 1.8vw, 1.95rem);
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.see-all-btn {
  min-height: 40px;
  border-radius: 13px;
  border: 1px solid rgba(145, 186, 221, 0.34);
  background: linear-gradient(160deg, rgba(23, 54, 85, 0.86), rgba(10, 28, 47, 0.92));
  color: #f2f8ff;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(219, 235, 250, 0.14), 0 10px 16px -14px rgba(0, 0, 0, 0.9);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.see-all-btn:hover {
  border-color: rgba(167, 204, 237, 0.5);
  background: linear-gradient(160deg, rgba(31, 70, 109, 0.92), rgba(12, 35, 59, 0.95));
  transform: translateY(-1px);
}

.see-all-btn[data-expanded="true"] {
  border-color: rgba(116, 198, 168, 0.48);
  background: linear-gradient(160deg, rgba(16, 92, 67, 0.9), rgba(10, 59, 44, 0.95));
}

.see-all-btn:active {
  transform: translateY(0) scale(0.98);
}

.game-row {
  gap: 0.58rem !important;
}

.game-card {
  border-radius: 15px !important;
  overflow: hidden;
  isolation: isolate;
}

.game-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3, 12, 22, 0.05), rgba(3, 12, 22, 0.28));
  opacity: 0.7;
}

.game-card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 288 / 387;
  border-radius: 12px;
  transition: transform 0.25s ease;
}

@media (min-width: 980px) {
  .game-card:hover img {
    transform: translateY(-2px) scale(1.018);
  }
}

@media (max-width: 979px) {
  .games-shell {
    padding: 0.9rem 0.78rem !important;
    border-radius: 24px;
  }

  .game-block-head h3 {
    font-size: 2rem;
  }

  .see-all-btn {
    min-height: 38px;
    border-radius: 12px;
    padding: 0 0.78rem;
  }
}

/* ===== Mockup + Heading Offset Fix ===== */

#apps .shot-card {
  border-radius: 22px;
  padding: 0.88rem;
  border: 1px solid rgba(176, 196, 217, 0.58);
  background: linear-gradient(180deg, #f9fcff, #edf3fa);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

body[data-theme="dark"] #apps .shot-card {
  border-color: rgba(106, 142, 176, 0.45);
  background: linear-gradient(180deg, #0e243a, #0b1d30);
  box-shadow: inset 0 1px 0 rgba(204, 226, 246, 0.1);
}

#apps .shot-row {
  gap: 0.68rem;
}

#apps .mobile-shot-shell {
  border-radius: 28px;
  border: 1px solid rgba(93, 122, 154, 0.56);
  background: linear-gradient(180deg, #122f4d, #0a1b30);
  padding: 9px 7px 10px;
  box-shadow: inset 0 1px 0 rgba(223, 236, 249, 0.14), inset 0 -1px 0 rgba(8, 18, 30, 0.55), 0 16px 22px -18px rgba(2, 8, 16, 0.95);
}

#apps .mobile-shot-shell::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 24px;
  border: 1px solid rgba(223, 236, 249, 0.08);
  pointer-events: none;
}

#apps .mobile-shot-notch {
  top: 2px;
  width: 34%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(231, 240, 248, 0.68), rgba(178, 198, 217, 0.35));
  box-shadow: 0 1px 0 rgba(6, 16, 28, 0.34);
}

#apps .mobile-shot-shell img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 19;
  border-radius: 19px;
  object-fit: contain;
  border: 1px solid rgba(95, 127, 161, 0.34);
  background: #050e19;
}

.games-shell .game-block-head h3 {
  padding-left: 0.34rem;
}

@media (max-width: 979px) {
  .games-shell .game-block-head h3 {
    padding-left: 0.42rem;
  }
}

/* Encoding-safe symbol overrides */
.table-wrap::after {
  content: "Swipe to compare ->";
}

#scrollTop::before {
  content: "\2191";
}

/* Provider visibility pass */
.provider-item {
  min-height: 82px;
}

.provider-item img {
  max-height: 36px;
  filter: saturate(1.16) contrast(1.08) drop-shadow(0 3px 7px rgba(0, 0, 0, 0.44));
}

.provider-label {
  font-size: 0.72rem;
  color: #d4e6f8;
}

/* Mobile screenshot clarity */
#apps .mobile-shot-shell img {
  filter: brightness(1.14) contrast(1.14) saturate(1.08);
}

/* ===== Review More Info ===== */

.review-snapshot {
  margin: 0 0 0.62rem;
  display: grid;
  gap: 0.38rem;
}

.review-snapshot-row {
  margin: 0;
  border: 1px solid rgba(137, 164, 191, 0.3);
  border-radius: 10px;
  background: rgba(236, 245, 253, 0.72);
  padding: 0.46rem 0.56rem;
  font-size: 0.8rem;
  line-height: 1.36;
  color: #2c465f;
}

.review-snapshot-row strong {
  color: #17324a;
}

.review-more {
  margin: 0 0 0.72rem;
  border: 1px solid rgba(137, 164, 191, 0.3);
  border-radius: 12px;
  background: rgba(239, 246, 253, 0.82);
  overflow: hidden;
}

.review-more summary {
  list-style: none;
  cursor: pointer;
  min-height: 40px;
  padding: 0.52rem 0.62rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 700;
  color: #1a3652;
  user-select: none;
}

.review-more summary::-webkit-details-marker {
  display: none;
}

.review-more-icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(130, 163, 194, 0.46);
  background: rgba(230, 240, 251, 0.86);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.review-more-icon::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
  transition: transform 0.2s ease, margin-top 0.2s ease;
}

.review-more[open] .review-more-icon::before {
  transform: rotate(225deg);
  margin-top: 2px;
}

.review-more-body {
  border-top: 1px solid rgba(137, 164, 191, 0.28);
  padding: 0.56rem;
  display: grid;
  gap: 0.36rem;
}

.review-more-row {
  margin: 0;
  font-size: 0.79rem;
  line-height: 1.35;
  color: #304c67;
}

.review-more-row strong {
  color: #16314b;
}

.review-more-link {
  color: #0f6eb3;
  font-weight: 700;
}

.review-more-link:hover {
  text-decoration: underline;
}

body[data-theme="dark"] .review-more {
  border-color: rgba(106, 141, 173, 0.36);
  background: rgba(10, 29, 47, 0.84);
}

body[data-theme="dark"] .review-snapshot-row {
  border-color: rgba(106, 141, 173, 0.36);
  background: rgba(10, 29, 47, 0.72);
  color: #bfd2e4;
}

body[data-theme="dark"] .review-coins {
  border-color: rgba(106, 141, 173, 0.36);
  background: rgba(10, 29, 47, 0.72);
}

body[data-theme="dark"] .review-coins-label {
  color: #a9c0d7;
}

body[data-theme="dark"] .review-coin {
  border-color: rgba(108, 142, 173, 0.42);
  background: rgba(10, 25, 40, 0.8);
}

body[data-theme="dark"] .review-coin-fallback {
  color: #c7ddf2;
}

body[data-theme="dark"] .review-coin-more {
  border-color: rgba(107, 152, 200, 0.45);
  background: rgba(17, 47, 77, 0.62);
  color: #c8e2ff;
}

body[data-theme="dark"] .review-snapshot-row strong {
  color: #e9f3ff;
}

body[data-theme="dark"] .review-bestfor {
  border-color: rgba(106, 141, 173, 0.36);
  background: rgba(10, 29, 47, 0.72);
  color: #c5d8ea;
}

body[data-theme="dark"] .review-bestfor span {
  color: #9fb9d2;
}

body[data-theme="dark"] .review-more summary {
  color: #d9e8f8;
}

body[data-theme="dark"] .review-more-icon {
  border-color: rgba(106, 141, 173, 0.46);
  background: rgba(15, 39, 61, 0.72);
  color: #d5e8fb;
}

body[data-theme="dark"] .review-more-body {
  border-top-color: rgba(106, 141, 173, 0.32);
}

body[data-theme="dark"] .review-more-row {
  color: #bfd2e4;
}

body[data-theme="dark"] .review-more-row strong {
  color: #ecf4ff;
}

body[data-theme="dark"] .review-more-link {
  color: #7bc3ff;
}

/* ===== Mobile Logo Box Fix ===== */

.review-top {
  align-items: start;
}

.review-card .logo-box {
  width: 78px;
  aspect-ratio: 1 / 1;
  min-height: 0;
  align-self: start;
  padding: 0.18rem;
  border-radius: 16px;
  border: 1px solid rgba(132, 162, 193, 0.46);
  background: linear-gradient(180deg, #0d2238, #081a2d);
  box-shadow: inset 0 0 0 1px rgba(220, 237, 252, 0.08), 0 10px 20px -16px rgba(0, 0, 0, 0.85);
}

.review-card .logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

@media (max-width: 640px) {
  .author-top {
    grid-template-columns: 82px 1fr;
    gap: 0.68rem;
  }

  .author-photo {
    width: 82px;
    height: 82px;
  }

  .author-kicker {
    font-size: 0.72rem;
  }

  .author-meta h3 {
    font-size: 1.15rem;
  }

  .author-role {
    font-size: 0.82rem;
  }

  .author-experience {
    font-size: 0.76rem;
  }

  .author-bio {
    font-size: 0.9rem;
  }

  .author-badges span {
    font-size: 0.72rem;
  }

  .author-method li {
    font-size: 0.78rem;
  }

  .author-signals {
    grid-template-columns: 1fr;
  }

  .review-top {
    grid-template-columns: 74px 1fr;
    gap: 0.7rem;
  }

  .review-card .logo-box {
    width: 74px;
    border-radius: 15px;
  }

  .review-head-main {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.38rem;
  }

  .review-score-pill {
    min-height: 28px;
    font-size: 0.72rem;
    padding: 0 0.56rem;
  }

  .review-bestfor {
    padding: 0.44rem 0.54rem;
    font-size: 0.78rem;
  }

  .review-coins {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.46rem;
  }

  .review-coins-label {
    width: 100%;
  }
}

/* ===== Hero + Matrix Polish ===== */

.hero-copy {
  position: relative;
  overflow: hidden;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97, 178, 136, 0.18) 0%, rgba(97, 178, 136, 0) 72%);
  pointer-events: none;
}

.hero-keywords {
  margin-top: 0.86rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.hero-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(128, 162, 195, 0.34);
  border-radius: 999px;
  background: rgba(237, 245, 252, 0.8);
  color: #23415c;
  padding: 0 0.58rem;
  font-size: 0.74rem;
  font-weight: 600;
}

.hero-signal-strip {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.hero-signal-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 10px;
  border: 1px solid rgba(129, 160, 191, 0.36);
  background: rgba(238, 246, 252, 0.74);
  padding: 0.34rem 0.58rem;
  font-size: 0.73rem;
  color: #2d4963;
}

.hero-signal-strip strong {
  margin-right: 0.28rem;
  color: #173149;
}

.hero-highlights {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.48rem;
}

.hero-highlights article {
  border: 1px solid rgba(129, 161, 191, 0.28);
  border-radius: 11px;
  background: rgba(238, 246, 252, 0.72);
  padding: 0.54rem 0.58rem;
}

.hero-highlights h3 {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.1;
}

.hero-highlights p {
  margin: 0.28rem 0 0;
  font-size: 0.74rem;
  line-height: 1.34;
  color: #38536c;
}

.hero-card {
  position: relative;
  overflow: hidden;
}

.hero-media-note {
  margin-top: 0.62rem;
  border-radius: 12px;
  border: 1px solid rgba(132, 163, 193, 0.34);
  background: rgba(232, 243, 252, 0.7);
  padding: 0.56rem 0.62rem;
}

.hero-media-note p {
  margin: 0;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #55708b;
}

.hero-media-note strong {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.86rem;
  line-height: 1.2;
  color: #142a3f;
}

.hero-media-note span {
  display: block;
  margin-top: 0.24rem;
  font-size: 0.73rem;
  line-height: 1.34;
  color: #3e5a74;
}

.compare-table {
  min-width: 1140px;
  table-layout: fixed;
}

.compare-table caption {
  caption-side: top;
  text-align: center;
  color: #4a6078;
  padding: 0.62rem 0.9rem 0.48rem;
  font-size: 0.77rem;
  line-height: 1.35;
}

.compare-table th,
.compare-table td {
  text-align: center;
  vertical-align: middle;
}

.compare-table th {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.compare-table td {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.compare-table tbody tr:nth-child(2n) td {
  background: rgba(239, 246, 253, 0.52);
}

.compare-table tbody tr:hover td {
  background: rgba(221, 236, 250, 0.56);
}

.compare-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  text-align: center;
  width: 100%;
  max-width: 178px;
  margin: 0 auto;
}

.compare-cell-brand {
  max-width: 170px;
  gap: 0.38rem;
}

.compare-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(129, 161, 191, 0.36);
  background: rgba(235, 244, 252, 0.75);
  color: #314f69;
  font-size: 0.7rem;
  font-weight: 700;
}

.compare-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(130, 162, 194, 0.42);
  background: linear-gradient(180deg, #0d2238, #081a2d);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
}

.compare-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 9px;
}

.compare-brand-name {
  display: block;
  line-height: 1.12;
  font-size: 0.92rem;
}

.compare-brand-meta {
  display: block;
  color: #58708a;
  font-size: 0.7rem;
  line-height: 1.3;
}

.compare-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(115, 190, 153, 0.38);
  background: rgba(226, 250, 239, 0.7);
  color: #12714a;
  padding: 0 0.62rem;
  font-weight: 700;
  font-size: 0.78rem;
}

.compare-subnote {
  display: block;
  margin-top: 0.06rem;
  font-size: 0.71rem;
  line-height: 1.34;
  color: #546d86;
  max-width: 172px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.compare-cell-text {
  margin: 0;
  font-size: 0.79rem;
  line-height: 1.35;
  color: #1d334b;
  max-width: 172px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.compare-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(132, 163, 193, 0.34);
  background: rgba(233, 243, 252, 0.76);
  color: #20415d;
  padding: 0.1rem 0.7rem;
  font-size: 0.73rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  max-width: 170px;
}

.compare-pill-fit {
  border-color: rgba(117, 159, 201, 0.44);
  background: rgba(225, 238, 252, 0.76);
  color: #20486f;
}

.compare-pill-speed {
  border-color: rgba(79, 182, 137, 0.42);
  background: rgba(223, 249, 235, 0.75);
  color: #0c6d47;
}

.compare-pill-kyc {
  border-color: rgba(198, 157, 83, 0.45);
  background: rgba(252, 242, 217, 0.72);
  color: #845f1a;
}

.compare-pill-coins {
  border-color: rgba(106, 147, 198, 0.45);
  background: rgba(225, 237, 252, 0.76);
  color: #234f7d;
}

.compare-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 110px;
  border-radius: 999px;
  border: 1px solid rgba(85, 172, 133, 0.48);
  background: linear-gradient(150deg, rgba(23, 134, 96, 0.2), rgba(13, 109, 78, 0.32));
  color: #e8fff5;
  padding: 0 0.88rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.compare-link:hover {
  background: linear-gradient(150deg, rgba(23, 134, 96, 0.36), rgba(13, 109, 78, 0.5));
}

body[data-theme="dark"] .hero-keywords span {
  border-color: rgba(109, 143, 174, 0.42);
  background: rgba(9, 28, 46, 0.72);
  color: #d4e5f7;
}

body[data-theme="dark"] .hero-signal-strip span {
  border-color: rgba(111, 144, 174, 0.34);
  background: rgba(10, 29, 47, 0.72);
  color: #b8cce0;
}

body[data-theme="dark"] .hero-signal-strip strong {
  color: #e3f1ff;
}

body[data-theme="dark"] .hero-highlights article {
  border-color: rgba(111, 144, 174, 0.34);
  background: rgba(10, 29, 47, 0.72);
}

body[data-theme="dark"] .hero-highlights h3 {
  color: #e8f3ff;
}

body[data-theme="dark"] .hero-highlights p {
  color: #a9bfd5;
}

body[data-theme="dark"] .hero-media-note {
  border-color: rgba(111, 144, 174, 0.34);
  background: rgba(10, 29, 47, 0.7);
}

body[data-theme="dark"] .hero-media-note p {
  color: #9db8d2;
}

body[data-theme="dark"] .hero-media-note strong {
  color: #e6f2ff;
}

body[data-theme="dark"] .hero-media-note span {
  color: #aac0d4;
}

body[data-theme="dark"] .compare-table caption {
  color: #abc0d5;
}

body[data-theme="dark"] .compare-table th {
  background: rgba(10, 27, 45, 0.9);
}

body[data-theme="dark"] .compare-table tbody tr:nth-child(2n) td {
  background: rgba(11, 29, 47, 0.44);
}

body[data-theme="dark"] .compare-table tbody tr:hover td {
  background: rgba(18, 39, 61, 0.56);
}

body[data-theme="dark"] .compare-rank {
  border-color: rgba(111, 144, 174, 0.38);
  background: rgba(13, 33, 53, 0.72);
  color: #c8dbef;
}

body[data-theme="dark"] .compare-logo {
  border-color: rgba(111, 144, 174, 0.42);
  box-shadow: inset 0 0 0 1px rgba(213, 232, 250, 0.08);
}

body[data-theme="dark"] .compare-brand-meta {
  color: #9fb7ce;
}

body[data-theme="dark"] .compare-score {
  border-color: rgba(104, 184, 146, 0.44);
  background: rgba(10, 81, 56, 0.36);
  color: #c8fae4;
}

body[data-theme="dark"] .compare-pill {
  border-color: rgba(111, 144, 174, 0.34);
  background: rgba(13, 33, 53, 0.74);
  color: #d3e5f7;
}

body[data-theme="dark"] .compare-pill-fit {
  border-color: rgba(106, 153, 204, 0.45);
  background: rgba(17, 47, 77, 0.63);
  color: #c7e2ff;
}

body[data-theme="dark"] .compare-pill-speed {
  border-color: rgba(94, 182, 143, 0.45);
  background: rgba(10, 81, 56, 0.38);
  color: #c9f8e3;
}

body[data-theme="dark"] .compare-pill-kyc {
  border-color: rgba(201, 166, 93, 0.42);
  background: rgba(86, 61, 20, 0.42);
  color: #f4dca5;
}

body[data-theme="dark"] .compare-pill-coins {
  border-color: rgba(102, 149, 201, 0.45);
  background: rgba(17, 47, 77, 0.62);
  color: #c7e3ff;
}

body[data-theme="dark"] .compare-subnote {
  color: #a6bfd5;
}

body[data-theme="dark"] .compare-cell-text {
  color: #d8e8f8;
}

body[data-theme="dark"] .compare-link {
  border-color: rgba(108, 182, 147, 0.52);
  background: linear-gradient(150deg, rgba(15, 128, 86, 0.34), rgba(12, 106, 71, 0.58));
  color: #e6fff4;
}

body[data-theme="light"] .hero-top-picks {
  border-color: rgba(141, 170, 198, 0.45);
  background: linear-gradient(180deg, rgba(238, 246, 253, 0.9), rgba(228, 240, 251, 0.88));
}

body[data-theme="light"] .hero-top-head p {
  color: #3f6281;
}

body[data-theme="light"] .hero-top-head span {
  color: #6283a1;
}

body[data-theme="light"] .hero-pick-item {
  border-color: rgba(145, 172, 198, 0.42);
  background: rgba(247, 252, 255, 0.88);
}

body[data-theme="light"] .hero-pick-rank {
  border-color: rgba(130, 162, 192, 0.42);
  background: rgba(233, 244, 252, 0.86);
  color: #2e5373;
}

body[data-theme="light"] .hero-pick-copy h4 {
  color: #132c43;
}

body[data-theme="light"] .hero-pick-copy p {
  color: #456380;
}

/* ===== Readability + Scroll Indicators ===== */

.review-gridline p {
  color: #213d58;
  font-size: 0.82rem;
  line-height: 1.38;
}

.review-gridline p strong {
  color: #0f2c46;
}

body[data-theme="dark"] .review-gridline p {
  border-color: rgba(109, 145, 177, 0.38);
  background: rgba(12, 30, 48, 0.78);
  color: #ccdeef;
}

body[data-theme="dark"] .review-gridline p strong {
  color: #f0f7ff;
}

.compare-subnote {
  color: #4f6984;
  font-weight: 500;
}

.compare-cell-text {
  color: #17324a;
  font-weight: 500;
}

body[data-theme="dark"] .compare-subnote {
  color: #c4d9ec;
}

body[data-theme="dark"] .compare-cell-text {
  color: #e6f1fb;
}

.table-wrap {
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: rgba(93, 141, 187, 0.75) rgba(22, 45, 69, 0.28);
}

.table-wrap::-webkit-scrollbar {
  height: 10px;
}

.table-wrap::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(23, 45, 67, 0.26);
  margin: 8px;
}

.table-wrap::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid transparent;
  background: linear-gradient(140deg, rgba(116, 171, 221, 0.9), rgba(61, 130, 188, 0.9));
  background-clip: padding-box;
}

.table-wrap::after {
  content: "Swipe to compare →";
  position: sticky;
  right: 0.55rem;
  bottom: 0.48rem;
  float: right;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 0.56rem;
  border-radius: 999px;
  border: 1px solid rgba(131, 166, 198, 0.46);
  background: rgba(233, 243, 252, 0.9);
  color: #315575;
  font-size: 0.67rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  pointer-events: none;
}

body[data-theme="dark"] .table-wrap {
  scrollbar-color: rgba(107, 162, 211, 0.82) rgba(13, 30, 47, 0.44);
}

body[data-theme="dark"] .table-wrap::-webkit-scrollbar-track {
  background: rgba(12, 31, 48, 0.44);
}

body[data-theme="dark"] .table-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(140deg, rgba(118, 180, 236, 0.94), rgba(66, 145, 211, 0.9));
  background-clip: padding-box;
}

body[data-theme="dark"] .table-wrap::after {
  border-color: rgba(113, 152, 186, 0.46);
  background: rgba(10, 31, 49, 0.84);
  color: #bad3ea;
}

@media (max-width: 979px) {
  .hero-signal-strip {
    gap: 0.42rem;
  }

  .hero-signal-strip span {
    width: 100%;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }
}

/* ===== Glass Buttons + Screenshot Overlay ===== */

.mobile-shot-shell {
  position: relative;
  overflow: hidden;
}

.mobile-shot-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(7, 15, 25, 0.05), rgba(7, 15, 25, 0.55));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s ease;
  z-index: 2;
}

.screenshot-visit-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, calc(-50% + 12px));
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  min-height: 38px;
  min-width: 110px;
  padding: 0 0.88rem;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: opacity 0.24s ease, transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .mobile-shot-shell:hover::after {
    opacity: 1;
  }

  .mobile-shot-shell:hover .screenshot-visit-btn,
  .screenshot-visit-btn:focus-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%);
  }
}

@media (hover: none), (pointer: coarse) {
  .mobile-shot-shell::after {
    opacity: 0.42;
  }

  .screenshot-visit-btn {
    top: auto;
    bottom: 8px;
    transform: translateX(-50%);
    opacity: 1;
    pointer-events: auto;
    min-height: 34px;
    min-width: 100px;
    font-size: 0.72rem;
  }
}

.btn-ghost,
.provider-toggle,
.screenshot-visit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(231, 243, 255, 0.74);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.24));
  color: #11273a;
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 12px 26px -18px rgba(2, 15, 29, 0.82);
  text-shadow: none;
}

.btn-ghost:hover,
.provider-toggle:hover,
.screenshot-visit-btn:hover {
  color: #0a1f32;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.36));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 16px 28px -18px rgba(2, 15, 29, 0.84);
}

.btn-ghost:active,
.provider-toggle:active,
.screenshot-visit-btn:active {
  transform: translateY(1px) scale(0.99);
}

body[data-theme="dark"] .btn-ghost,
body[data-theme="dark"] .provider-toggle,
body[data-theme="dark"] .screenshot-visit-btn {
  border-color: rgba(223, 239, 255, 0.52);
  background: linear-gradient(145deg, rgba(248, 252, 255, 0.38), rgba(220, 238, 255, 0.16));
  color: #e9f4ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46), 0 14px 26px -18px rgba(1, 10, 20, 0.95);
}

body[data-theme="dark"] .btn-ghost:hover,
body[data-theme="dark"] .provider-toggle:hover,
body[data-theme="dark"] .screenshot-visit-btn:hover {
  color: #ffffff;
  background: linear-gradient(145deg, rgba(248, 252, 255, 0.5), rgba(220, 238, 255, 0.22));
}

/* Keep primary CTA buttons green with richer styling */
.btn-solid {
  border: 1px solid rgba(66, 195, 140, 0.58);
  background: linear-gradient(150deg, #0c7a52, #12aa71);
  color: #ebfff6;
  box-shadow: inset 0 1px 0 rgba(197, 255, 230, 0.26), 0 12px 24px -16px rgba(2, 30, 18, 0.82);
}

.btn-solid:hover {
  background: linear-gradient(150deg, #0a6946, #109564);
  box-shadow: inset 0 1px 0 rgba(214, 255, 236, 0.3), 0 14px 26px -16px rgba(2, 28, 17, 0.88);
}

body[data-theme="dark"] .btn-solid {
  border-color: rgba(94, 212, 159, 0.56);
  background: linear-gradient(150deg, #0d7f56, #14b379);
  color: #eefff7;
}

body[data-theme="dark"] .btn-solid:hover {
  background: linear-gradient(150deg, #0b6f4b, #11a06b);
}

/* ===== Button + Icon Visibility Polish ===== */

:is(
  .btn-solid,
  .btn-ghost,
  .compare-link,
  .hero-pick-link,
  .see-all-btn,
  .provider-toggle,
  .screenshot-visit-btn,
  .row-arrow,
  .scroll-top
) {
  text-align: center;
  letter-spacing: 0.01em;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

:is(
  .btn-solid,
  .btn-ghost,
  .compare-link,
  .hero-pick-link,
  .see-all-btn,
  .provider-toggle,
  .screenshot-visit-btn,
  .row-arrow,
  .scroll-top,
  .menu-toggle,
  .theme-toggle,
  .review-more summary
):focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(9, 20, 34, 0.55),
    0 0 0 4px rgba(86, 178, 240, 0.78),
    0 10px 24px -18px rgba(2, 16, 29, 0.78);
}

body[data-theme="dark"] :is(
  .btn-solid,
  .btn-ghost,
  .compare-link,
  .hero-pick-link,
  .see-all-btn,
  .provider-toggle,
  .screenshot-visit-btn,
  .row-arrow,
  .scroll-top,
  .menu-toggle,
  .theme-toggle,
  .review-more summary
):focus-visible {
  box-shadow:
    0 0 0 2px rgba(3, 13, 23, 0.92),
    0 0 0 4px rgba(104, 192, 255, 0.84),
    0 12px 24px -18px rgba(2, 12, 22, 0.96);
}

.btn-solid {
  border-color: rgba(80, 213, 156, 0.62);
  background: linear-gradient(145deg, #16ba80, #0f8d62);
  color: #f2fff9;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(214, 255, 236, 0.32),
    0 14px 28px -16px rgba(4, 46, 29, 0.86),
    0 0 0 1px rgba(35, 142, 104, 0.2);
}

.btn-solid:hover,
.compare-link:hover,
.hero-pick-link:hover {
  transform: translateY(-1px);
}

.btn-solid:hover {
  background: linear-gradient(145deg, #1bc88a, #10986a);
  color: #ffffff;
}

.btn-ghost,
.provider-toggle,
.see-all-btn,
.screenshot-visit-btn {
  border-color: rgba(233, 245, 255, 0.9);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.4));
  color: #112a42;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 26px -18px rgba(3, 17, 32, 0.8);
}

.btn-ghost:hover,
.provider-toggle:hover,
.see-all-btn:hover,
.screenshot-visit-btn:hover {
  color: #0b243a;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.56));
  border-color: rgba(245, 252, 255, 0.96);
  transform: translateY(-1px);
}

.compare-link,
.hero-pick-link {
  border-color: rgba(93, 211, 161, 0.62);
  background: linear-gradient(145deg, rgba(21, 157, 107, 0.86), rgba(10, 118, 80, 0.96));
  color: #edfff6;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(209, 255, 235, 0.28),
    0 12px 24px -16px rgba(4, 44, 28, 0.88);
}

.compare-link:hover,
.hero-pick-link:hover {
  background: linear-gradient(145deg, rgba(26, 178, 122, 0.96), rgba(12, 134, 91, 1));
  color: #ffffff;
}

.row-arrow {
  width: 32px;
  height: 48px;
  border-color: rgba(133, 184, 222, 0.46);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(13, 36, 57, 0.96), rgba(8, 23, 38, 0.96));
  color: #e2f2ff;
  font-size: 1.55rem;
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(209, 231, 250, 0.16),
    0 14px 22px -18px rgba(0, 0, 0, 0.92);
}

.row-arrow:hover {
  border-color: rgba(160, 205, 240, 0.7);
  color: #ffffff;
  transform: translateY(-50%) scale(1.04);
}

.menu-toggle {
  border-color: rgba(139, 175, 209, 0.58);
  box-shadow:
    0 14px 24px -18px rgba(0, 0, 0, 0.9),
    inset 0 1px 0 rgba(227, 241, 255, 0.16),
    0 0 0 1px rgba(50, 99, 150, 0.22);
}

.menu-toggle span {
  height: 2.4px;
  background: #f2f8ff;
}

.menu-toggle:hover {
  border-color: rgba(176, 210, 240, 0.82);
  box-shadow:
    0 16px 26px -18px rgba(0, 0, 0, 0.94),
    inset 0 1px 0 rgba(236, 246, 255, 0.22),
    0 0 0 1px rgba(88, 148, 209, 0.38);
}

.theme-toggle-track {
  border-color: rgba(166, 194, 221, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(235, 246, 255, 0.16),
    0 8px 16px -14px rgba(0, 0, 0, 0.9);
}

.theme-toggle-thumb {
  box-shadow:
    0 4px 10px -6px rgba(4, 17, 31, 0.92),
    0 0 0 1px rgba(138, 165, 190, 0.52);
}

.theme-icon {
  opacity: 0.88;
}

.theme-icon svg {
  width: 16px;
  height: 16px;
}

.review-more summary {
  min-height: 42px;
}

.review-more-icon {
  width: 22px;
  height: 22px;
  border-color: rgba(145, 180, 213, 0.58);
  background: linear-gradient(180deg, rgba(233, 243, 252, 0.92), rgba(223, 236, 248, 0.82));
  color: #15324d;
}

.review-more-icon::before {
  width: 7px;
  height: 7px;
  border-right-width: 2.2px;
  border-bottom-width: 2.2px;
}

.scroll-top {
  border-color: rgba(144, 177, 205, 0.58);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(241, 249, 255, 0.78));
  color: #112b43;
  font-weight: 700;
  box-shadow:
    0 14px 24px -16px rgba(3, 18, 33, 0.76),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body[data-theme="dark"] .btn-solid {
  border-color: rgba(109, 227, 176, 0.68);
  background: linear-gradient(145deg, #15b87e, #0e8f63);
  color: #f0fff8;
}

body[data-theme="dark"] .btn-solid:hover {
  background: linear-gradient(145deg, #1ecb8c, #11a06f);
}

body[data-theme="dark"] .btn-ghost,
body[data-theme="dark"] .provider-toggle,
body[data-theme="dark"] .see-all-btn,
body[data-theme="dark"] .screenshot-visit-btn {
  border-color: rgba(205, 230, 252, 0.74);
  background: linear-gradient(145deg, rgba(235, 246, 255, 0.5), rgba(208, 229, 248, 0.28));
  color: #f4f9ff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 16px 28px -20px rgba(0, 0, 0, 0.98);
}

body[data-theme="dark"] .btn-ghost:hover,
body[data-theme="dark"] .provider-toggle:hover,
body[data-theme="dark"] .see-all-btn:hover,
body[data-theme="dark"] .screenshot-visit-btn:hover {
  border-color: rgba(224, 242, 255, 0.9);
  background: linear-gradient(145deg, rgba(242, 250, 255, 0.68), rgba(220, 238, 255, 0.4));
  color: #ffffff;
}

body[data-theme="dark"] .compare-link,
body[data-theme="dark"] .hero-pick-link {
  border-color: rgba(115, 227, 179, 0.66);
  background: linear-gradient(145deg, rgba(22, 167, 114, 0.92), rgba(12, 128, 88, 0.98));
  color: #ebfff5;
}

body[data-theme="dark"] .compare-link:hover,
body[data-theme="dark"] .hero-pick-link:hover {
  background: linear-gradient(145deg, rgba(27, 192, 131, 0.96), rgba(14, 147, 100, 1));
}

body[data-theme="dark"] .row-arrow {
  border-color: rgba(137, 188, 226, 0.58);
  background: linear-gradient(180deg, rgba(15, 39, 61, 0.96), rgba(8, 24, 40, 0.98));
  color: #eef7ff;
}

body[data-theme="dark"] .row-arrow:hover {
  border-color: rgba(171, 214, 246, 0.86);
}

body[data-theme="dark"] .menu-toggle {
  border-color: rgba(147, 186, 220, 0.66);
}

body[data-theme="dark"] .menu-toggle span {
  background: #f5fbff;
}

body[data-theme="dark"] .review-more-icon {
  border-color: rgba(134, 170, 203, 0.62);
  background: linear-gradient(180deg, rgba(17, 43, 67, 0.88), rgba(11, 32, 51, 0.9));
  color: #dbeeff;
}

/* ===== Content Hardening Additions ===== */
#intent-hub .static-content ul {
  margin: 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.45rem;
}

#intent-hub .static-content a {
  font-weight: 700;
}

.review-decision {
  margin: 0 0 0.68rem;
  display: grid;
  gap: 0.36rem;
}

.review-decision .review-more-row {
  border: 1px solid rgba(137, 164, 191, 0.3);
  border-radius: 10px;
  background: rgba(236, 245, 253, 0.58);
  padding: 0.48rem 0.56rem;
}

.review-facts {
  margin-top: 0.36rem;
  border: 1px solid rgba(137, 164, 191, 0.28);
  border-radius: 10px;
  background: rgba(241, 248, 255, 0.74);
}

.review-facts > summary {
  list-style: none;
  cursor: pointer;
  min-height: 38px;
  padding: 0.48rem 0.56rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 0.79rem;
  color: #19354f;
}

.review-facts > summary::-webkit-details-marker {
  display: none;
}

body[data-theme="dark"] .review-decision .review-more-row {
  border-color: rgba(106, 141, 173, 0.36);
  background: rgba(10, 29, 47, 0.72);
}

body[data-theme="dark"] .review-facts {
  border-color: rgba(106, 141, 173, 0.35);
  background: rgba(8, 27, 44, 0.8);
}

body[data-theme="dark"] .review-facts > summary {
  color: #deecfa;
}

body[data-theme="dark"] .scroll-top {
  border-color: rgba(140, 184, 220, 0.62);
  background: linear-gradient(145deg, rgba(14, 44, 69, 0.92), rgba(9, 30, 47, 0.94));
  color: #f0f8ff;
}

/* Icon clarity pass */
.review-coin,
.token-card img,
.compare-logo img,
.logo-box img {
  box-shadow: 0 4px 10px -8px rgba(0, 0, 0, 0.78);
}

.provider-item img {
  filter: saturate(1.12) contrast(1.06) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.44));
}

.review-coin {
  border-color: rgba(149, 184, 216, 0.52);
}

body[data-theme="dark"] .provider-item img {
  filter: saturate(1.14) contrast(1.08) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.62));
}

body[data-theme="dark"] .review-coin {
  border-color: rgba(126, 168, 206, 0.62);
}

/* ===== Sync + Spacing Fixes ===== */
.review-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.review-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.review-actions {
  margin-top: auto;
  padding-top: 0.6rem;
}

.review-snapshot-row strong,
.review-more-row strong,
.review-decision .review-more-row strong {
  display: inline-block;
  min-width: 154px;
  vertical-align: top;
}

.review-snapshot-row,
.review-decision .review-more-row {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 0.42rem;
  align-items: start;
  min-height: 56px;
}

.review-snapshot-row strong,
.review-decision .review-more-row strong {
  min-width: 0;
  display: block;
}

#compare .table-wrap + .static-content {
  margin-top: 1.28rem;
}

@media (max-width: 760px) {
  .review-snapshot-row,
  .review-decision .review-more-row {
    display: block;
    min-height: 0;
  }

  .review-snapshot-row strong,
  .review-more-row strong,
  .review-decision .review-more-row strong {
    min-width: 0;
    display: block;
    margin-bottom: 0.12rem;
  }

  #compare .table-wrap + .static-content {
    margin-top: 1rem;
  }
}

/* Burger + ScrollTop Creative Refinement */
.menu-toggle {
  isolation: isolate;
}

.menu-toggle span {
  transform-origin: center;
}

.menu-toggle.is-open {
  border-color: rgba(132, 222, 184, 0.76);
  background: linear-gradient(165deg, #114032, #0a2b23);
  box-shadow:
    0 16px 26px -16px rgba(1, 22, 15, 0.92),
    inset 0 1px 0 rgba(219, 255, 239, 0.22),
    0 0 0 1px rgba(58, 176, 129, 0.38);
}

.menu-toggle.is-open::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 10px;
  border: 1px solid rgba(168, 239, 210, 0.25);
  pointer-events: none;
  z-index: 0;
}

.menu-toggle.is-open span {
  background: #eafff4;
  width: 18px;
  height: 2.35px;
  box-shadow: 0 0 10px rgba(117, 223, 179, 0.22);
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6.15px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.1);
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6.15px) rotate(-45deg);
}

body[data-theme="dark"] .menu-toggle.is-open {
  border-color: rgba(138, 227, 191, 0.84);
  background: linear-gradient(165deg, #12513f, #0a352a);
  box-shadow:
    0 18px 28px -16px rgba(1, 22, 15, 0.94),
    inset 0 1px 0 rgba(229, 255, 244, 0.26),
    0 0 0 1px rgba(71, 189, 141, 0.42);
}

#scrollTop {
  min-width: 56px;
  min-height: 56px;
  border-radius: 18px;
  padding: 0;
  display: none;
  grid-template-rows: 1fr auto;
  place-items: center;
  font-size: 0;
  line-height: 1;
}

#scrollTop.show {
  display: grid;
}

#scrollTop::before {
  content: "↑";
  margin-top: 6px;
  font-size: 1.05rem;
  font-weight: 800;
  color: currentColor;
}

#scrollTop::after {
  content: "Top";
  margin-bottom: 7px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.9;
}

#scrollTop:hover {
  transform: translateY(-2px);
}

#scrollTop:active {
  transform: translateY(0) scale(0.98);
}

body[data-theme="dark"] #scrollTop::before,
body[data-theme="dark"] #scrollTop::after {
  color: #ebf7ff;
}

/* ===== Final Stability Layer (Do Not Redesign) ===== */

/* Ticker: prevent clipped pills and keep soft edge fade */
.ticker-shell {
  min-height: 50px;
  padding: 4px 0;
}

.ticker {
  padding: 2px 0;
}

.ticker-item {
  min-height: 30px;
  padding: 0.34rem 0.62rem;
  line-height: 1.12;
  align-items: center;
}

/* Fix mojibake in pseudo-labels */
.table-wrap::after {
  content: "Swipe to compare ->";
}

#scrollTop::before {
  content: "\2191";
}

/* Reviews: improve readability and keep rows balanced */
.review-gridline p,
.review-snapshot-row,
.review-decision .review-more-row,
.review-more-row {
  line-height: 1.42;
}

body[data-theme="dark"] .review-gridline p {
  color: #deecfb;
  border-color: rgba(126, 164, 198, 0.4);
  background: rgba(10, 31, 49, 0.88);
}

/* Game rails: remove phantom boxes and keep only card covers visible */
.game-row {
  align-items: flex-start;
}

.game-card,
body[data-theme="light"] .game-card,
body[data-theme="dark"] .game-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.game-card::before,
.game-card::after {
  display: none !important;
}

.game-card img {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 288 / 387;
  object-fit: cover;
  border-radius: 14px;
}

/* Screenshot rail: stop skyscraper stretch and keep phone mockups proportional */
#apps .shot-row {
  align-items: flex-start;
}

#apps .mobile-shot {
  margin: 0;
}

#apps .mobile-shot-shell {
  width: 100%;
  max-width: 220px;
  margin-inline: auto;
}

#apps .mobile-shot-shell img {
  width: 100%;
  height: auto !important;
  max-height: 520px;
  aspect-ratio: auto !important;
  object-fit: contain;
  object-position: center top;
}

/* Headline offset for game rows */
.games-shell .game-block-head h3 {
  padding-left: 0.56rem;
}

@media (max-width: 979px) {
  .ticker-shell {
    min-height: 48px;
  }

  #apps .mobile-shot-shell {
    max-width: none;
  }

  #apps .mobile-shot-shell img {
    max-height: 420px;
  }

  .games-shell .game-block-head h3 {
    padding-left: 0.42rem;
  }
}

/* Tanzanite popularity block */
.volume-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.volume-card {
  position: relative;
  display: grid;
  gap: 0.72rem;
  align-content: start;
  min-height: 212px;
  padding: 0.88rem;
  border-radius: 18px;
  border: 1px solid rgba(138, 156, 176, 0.38);
  background: linear-gradient(180deg, var(--surface), rgba(238, 243, 248, 0.92));
  box-shadow: 0 14px 36px -26px rgba(10, 23, 38, 0.6);
  overflow: hidden;
}

.volume-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.volume-rankline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.volume-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 1.35rem;
  padding: 0 0.42rem;
  border-radius: 999px;
  border: 1px solid rgba(138, 156, 176, 0.34);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.volume-source-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.35rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(138, 156, 176, 0.34);
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.volume-brand {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.64rem;
  align-items: center;
}

.volume-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(138, 156, 176, 0.34);
  background: linear-gradient(150deg, rgba(11, 26, 44, 0.94), rgba(8, 18, 35, 0.98));
  overflow: hidden;
  display: grid;
  place-items: center;
}

.volume-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.28rem;
}

.volume-logo-fallback {
  color: #e3edf8;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.volume-brand h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.12;
}

.volume-brand p {
  margin: 0.14rem 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.volume-metrics {
  display: grid;
  gap: 0.42rem;
}

.volume-metric {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.55rem;
}

.volume-metric span {
  color: var(--muted);
  font-size: 0.73rem;
}

.volume-metric strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: -0.01em;
}

.volume-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.56rem;
  flex-wrap: wrap;
}

.volume-actions .btn {
  min-height: 36px;
  padding-inline: 0.86rem;
  font-size: 0.78rem;
}

.volume-card-loading {
  min-height: 212px;
  background: linear-gradient(130deg, rgba(240, 244, 249, 0.95), rgba(224, 232, 241, 0.96));
  animation: volumePulse 1.35s ease-in-out infinite;
}

.volume-card-loading::before {
  border-color: rgba(255, 255, 255, 0.18);
}

.volume-meta {
  margin: 0.84rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.volume-meta a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.volume-board[data-ready="true"] .volume-card-loading {
  display: none;
}

@keyframes volumePulse {
  0%,
  100% {
    opacity: 0.52;
  }
  50% {
    opacity: 0.9;
  }
}

body[data-theme="dark"] .volume-card {
  border-color: rgba(124, 170, 214, 0.28);
  background: linear-gradient(165deg, rgba(10, 29, 47, 0.96), rgba(6, 23, 41, 0.96));
  box-shadow: 0 18px 42px -30px rgba(4, 14, 27, 0.94);
}

body[data-theme="dark"] .volume-card::before {
  border-color: rgba(126, 176, 221, 0.22);
}

body[data-theme="dark"] .volume-rank,
body[data-theme="dark"] .volume-source-chip {
  border-color: rgba(124, 170, 214, 0.33);
  color: #b8d3ec;
}

body[data-theme="dark"] .volume-brand h3,
body[data-theme="dark"] .volume-metric strong {
  color: #eaf4ff;
}

body[data-theme="dark"] .volume-brand p,
body[data-theme="dark"] .volume-metric span,
body[data-theme="dark"] .volume-meta {
  color: #9dc0e0;
}

body[data-theme="dark"] .volume-logo {
  border-color: rgba(124, 170, 214, 0.37);
  background: linear-gradient(155deg, rgba(8, 19, 34, 0.95), rgba(6, 16, 30, 0.98));
}

@media (max-width: 1180px) {
  .volume-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .volume-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .volume-board {
    grid-template-columns: 1fr;
  }
}
