:root {
  --navy: #0f1b04;
  --navy-2: #5fbd0c;
  --navy-3: #f4fced;
  --gold: #a7e471;
  --gold-deep: #499209;
  --copper: #7ed92e;
  --ink: #f4fced;
  --muted: #b8d3a0;
  --text: #e5f4d8;
  --line: rgba(167, 228, 113, 0.22);
  --radius: 999px;
  --max: 1240px;
  --card: rgba(24, 44, 7, 0.72);
  --glow: 0 22px 48px rgba(9, 16, 3, 0.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: #0a1303;
  color: var(--text);
  font-family: "Noto Sans Thai", sans-serif;
}

body {
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
  background:
    radial-gradient(780px 420px at 8% -12%, rgba(95, 189, 12, 0.18), transparent 58%),
    radial-gradient(640px 360px at 92% 0%, rgba(126, 217, 46, 0.08), transparent 52%),
    #0d1406;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(167, 228, 113, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167, 228, 113, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 12%, transparent 70%);
}

a { color: inherit; text-decoration: none; }

.topbar,
.layout-main,
.endbar,
.side-dock {
  position: relative;
  z-index: 1;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  margin: 0;
}

.topbar-shell {
  background: rgba(11, 21, 3, 0.92);
  border-bottom: 1px solid rgba(126, 217, 46, 0.28);
  box-shadow: 0 8px 24px rgba(9, 16, 3, 0.35);
  backdrop-filter: blur(16px);
}

.topbar-inner {
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  min-height: 76px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo-mark {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.logo-mark img {
  display: block;
  height: 56px;
  width: auto;
  max-width: 230px;
  object-fit: contain;
}

.topbar-acts {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  font: 700 13px/1 "Noto Sans Thai", sans-serif;
  transition: 0.18s ease;
}

.topbar-acts .btn {
  min-width: 108px;
  height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 13px;
}

.btn-ghost {
  border: 1px solid rgba(228, 248, 211, 0.35);
  color: #fff;
  background: transparent;
}

.btn-ghost:hover { background: rgba(244, 252, 237, 0.1); }

.btn-gold {
  border: 0;
  color: #162806;
  background: linear-gradient(180deg, #a7e471, #5fbd0c);
  box-shadow: 0 6px 14px rgba(95, 189, 12, 0.28);
}

.btn-gold:hover { filter: brightness(1.06); }

.menu-nav {
  flex: 0 1 auto;
  min-width: 0;
}

.menu-row {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 48px;
  padding: 5px;
  overflow-x: auto;
  scrollbar-width: none;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(167, 228, 113, 0.12);
  border-radius: 14px;
}

.menu-row::-webkit-scrollbar { display: none; }

.menu-row a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  color: #e5f4d8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.menu-row a:hover,
.menu-row a:focus-visible {
  color: #f4fced;
  background: rgba(95, 189, 12, 0.12);
}

.menu-row a.is-on {
  color: #162806;
  background: #7ed92e;
}

.menu-home { justify-content: center; padding: 0 13px; }

.menu-home svg {
  display: block;
  width: 16px;
  height: 16px;
}

.layout-main {
  padding: 16px 0 48px;
}

.rate-board,
.prize-card,
.story-box,
.testi-board,
.help-section,
.trail {
  width: min(var(--max), calc(100% - 24px));
  margin-left: auto;
  margin-right: auto;
}

.show-wrap {
  width: min(var(--max), calc(100% - 24px));
  margin: 18px auto 0;
  padding: 10px 6px 32px;
  perspective: 1800px;
}

.show-panel {
  --hx: 68%;
  --hy: 42%;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(340px, 1.02fr) minmax(400px, 0.98fr);
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  margin: 0;
  min-height: 596px;
  border-radius: 28px;
  background:
    radial-gradient(760px 460px at 78% 26%, rgba(95, 189, 12, 0.22), transparent 64%),
    linear-gradient(135deg, #21370d 0%, #142207 52%, #0c1305 100%);
  border: 1px solid rgba(203, 241, 169, 0.2);
  box-shadow:
    0 1px 0 rgba(244, 252, 237, 0.16) inset,
    0 28px 64px rgba(0, 0, 0, 0.42),
    0 18px 40px rgba(95, 189, 12, 0.16);
  transform: rotateX(1deg) rotateY(-2deg);
  transform-style: preserve-3d;
  will-change: transform;
}

.show-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(244, 252, 237, 0.2),
    inset 0 -40px 80px rgba(0, 0, 0, 0.18);
}

.show-stage {
  position: relative;
  z-index: 2;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 34px 26px 8px;
  perspective: 1200px;
}

.show-glow {
  position: absolute;
  z-index: 0;
  inset: 10% 8% 8% -2%;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(95, 189, 12, 0.55), rgba(95, 189, 12, 0.14) 58%, transparent 78%);
  filter: blur(30px);
  animation: heroGlowPulse 6.5s ease-in-out infinite;
}

@keyframes heroGlowPulse {
  0%, 100% { opacity: 0.72; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

.show-card {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  transform: rotateY(-9deg) rotateX(5deg) rotateZ(-1.5deg);
  will-change: transform;
}

.show-link {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(203, 241, 169, 0.34);
  background: #1d3409;
  box-shadow:
    0 34px 62px rgba(0, 0, 0, 0.52),
    0 20px 44px rgba(95, 189, 12, 0.26),
    inset 0 1px 0 rgba(244, 252, 237, 0.22);
  transition: box-shadow 0.35s ease;
}

.show-link:hover {
  box-shadow:
    0 40px 74px rgba(0, 0, 0, 0.58),
    0 24px 56px rgba(95, 189, 12, 0.4),
    inset 0 1px 0 rgba(244, 252, 237, 0.3);
}

.show-media {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.show-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.show-mirror {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 104px;
  margin-top: 6px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.3;
  filter: blur(1.5px);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 88%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 88%);
}

.show-mirror img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0 0 22px 22px;
  transform: scaleY(-1);
}

.show-shine {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(420px circle at var(--hx) var(--hy), rgba(244, 252, 237, 0.26), transparent 58%),
    linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.12) 50%, transparent 58%);
  mix-blend-mode: soft-light;
}

.show-copy {
  position: relative;
  z-index: 5;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 46px 22px 42px 44px;
}

.show-kicker {
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 8px;
  margin: 0;
  padding: 6px 12px 6px 10px;
  border-radius: 999px;
  background: rgba(95, 189, 12, 0.16);
  border: 1px solid rgba(203, 241, 169, 0.24);
  color: #cbf1a9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.show-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ed92e;
  box-shadow: 0 0 0 0 rgba(126, 217, 46, 0.7);
  animation: jpPulse 1.4s infinite;
}

.show-title {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.26;
  text-align: left;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.show-lead {
  max-width: 36em;
  color: #dceecd;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.show-acts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.show-acts .btn {
  min-width: 148px;
  height: 50px;
}

.show-acts .btn-gold {
  box-shadow: 0 10px 24px rgba(95, 189, 12, 0.38);
}

.show-acts .btn-gold:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.show-acts .btn-ghost:hover {
  transform: translateY(-2px);
}

.show-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 4px 0 0;
  list-style: none;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(9, 15, 3, 0.35);
  border: 1px solid rgba(167, 228, 113, 0.12);
}

.show-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
}

.show-meta li + li {
  border-left: 1px solid rgba(167, 228, 113, 0.12);
}

.show-meta svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #a7e471;
}

.show-meta strong {
  display: block;
  color: #f4fced;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.show-meta span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

.rate-board {
  margin-top: 22px;
  padding: 26px 26px 28px;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 70% 50% at 50% 18%, rgba(95, 189, 12, 0.16), transparent 58%),
    rgba(12, 20, 5, 0.92);
  border: 1px solid rgba(203, 241, 169, 0.14);
  box-shadow: var(--glow);
}

.rate-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.rate-head h2 {
  color: #fff;
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.rate-head p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.rate-tools > span {
  color: #162806;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e4f8d3, #7ed92e);
}

.rate-duel-label {
  margin: 0 0 10px;
  color: #a7e471;
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.rate-duel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  gap: 0;
  width: 100%;
  margin: 0 0 22px;
  padding: 18px 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 50%, rgba(126, 217, 46, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(11, 18, 4, 0.5), rgba(6, 10, 2, 0.2));
}

.rate-slot {
  width: min(280px, 100%);
  min-width: 0;
  list-style: none;
}

.rate-slot.is-a { justify-self: end; padding-right: 28px; }
.rate-slot.is-b { justify-self: start; padding-left: 28px; }

.rate-slot .rate-item {
  display: block;
  min-height: 0;
  height: auto;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.rate-slot .rate-item::before {
  position: absolute;
  top: 12px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(6, 10, 2, 0.72);
  color: #cbf1a9;
  font-family: Outfit, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.rate-slot.is-a .rate-item::before { content: "P1"; left: 12px; }
.rate-slot.is-b .rate-item::before { content: "P2"; right: 12px; left: auto; }

.rate-slot .rate-thumb {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.rate-slot .rate-caption {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  gap: 2px;
  padding: 28px 12px 10px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88) 58%);
}

.rate-slot .rate-name {
  font-size: 13px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

.rate-slot .rate-value {
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rate-slot .rate-bar {
  height: 4px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.rate-slot.is-b .rate-caption { text-align: right; }
.rate-slot.is-b .rate-bar { direction: rtl; }
.rate-slot.is-b .rate-item.is-hot::after {
  left: auto;
  right: 12px;
}

.rate-vs {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 6;
  width: 140px;
  height: 140px;
  margin: 0 -36px;
  pointer-events: none;
}

.rate-vs-ring {
  position: absolute;
  inset: -6px;
  border: 2px dashed rgba(203, 241, 169, 0.45);
  border-radius: 50%;
  animation: vsSpin 9s linear infinite;
}

.rate-vs img {
  display: block;
  width: 128px;
  height: 128px;
  object-fit: contain;
  transform: rotate(7deg);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.45));
}

@keyframes vsSpin {
  to { transform: rotate(360deg); }
}

.rate-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.rate-list > li { width: auto; min-width: 0; }

.rate-item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  background: #152507;
  border: 1px solid rgba(203, 241, 169, 0.12);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
  transform: perspective(700px) rotateX(0deg) translateY(0);
  transition: border-color 0.2s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.rate-item:hover {
  transform: perspective(700px) rotateX(6deg) translateY(-8px);
  border-color: rgba(126, 217, 46, 0.5);
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(167, 228, 113, 0.16);
}

.rate-item.is-hot {
  border-color: rgba(126, 217, 46, 0.45);
}

.rate-item.is-hot::after {
  content: "HOT";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 3px 7px;
  border-radius: 999px;
  background: #5fbd0c;
  color: #162806;
  font-family: Outfit, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rate-slot.is-a .rate-item.is-hot::after {
  left: auto;
  right: 12px;
}

.rate-slot.is-b .rate-item.is-hot::after {
  left: 12px;
  right: auto;
}

.rate-thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.rate-list .rate-caption {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  gap: 2px;
  padding: 32px 10px 10px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.86));
}

.rate-list .rate-name { font-size: 12px; }

.rate-list .rate-value {
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: 15px;
}

.rate-list .rate-bar {
  height: 3px;
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.16);
}

.rate-caption {
  display: grid;
  gap: 4px;
  padding: 10px 10px 12px;
}

.rate-name {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rate-value {
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.rate-bar {
  display: block;
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
}

.rate-bar i {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #3a7507, #7ed92e);
  transition: width 0.6s ease;
}

.rate-item.is-low .rate-value { color: #fca5a5; }
.rate-item.is-low .rate-bar i { background: linear-gradient(90deg, #7f1d1d, #f87171); }

.prize-card {
  --fill: 55%;
  --heat: 0.16;
  margin-top: 22px;
  padding: 24px 26px 22px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 62% 42% at 50% 84%, rgba(249, 115, 22, var(--heat)), transparent 62%),
    radial-gradient(ellipse 90% 60% at 50% 6%, rgba(95, 189, 12, 0.16), transparent 58%),
    linear-gradient(180deg, #132106 0%, #0b1404 62%, #0f1a06 100%);
  border: 1px solid rgba(203, 241, 169, 0.16);
  box-shadow: var(--glow);
  transition: box-shadow 0.4s ease;
}

.prize-card.is-charging { --heat: 0.3; }
.prize-card.is-critical { --heat: 0.46; }

.prize-card.is-erupting {
  --heat: 0.6;
  box-shadow: 0 0 90px rgba(249, 115, 22, 0.45), var(--glow);
}

.prize-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.prize-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.prize-icon {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.prize-title h2 {
  color: #fff;
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.prize-title p {
  color: #dceecd;
  font-size: 13px;
}

.crater-stage {
  position: relative;
  margin-top: 4px;
}

.crater-read {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding-top: 8px;
  text-align: center;
}

.vault-kicker {
  color: #cbf1a9;
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.32em;
}

.crater-read strong {
  display: block;
  background: linear-gradient(180deg, #fff7ed, #fde68a 42%, #fb923c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: clamp(36px, 5.8vw, 64px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  filter: drop-shadow(0 10px 22px rgba(249, 115, 22, 0.35));
}

.crater-read small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.prize-delta {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.prize-delta.is-up {
  color: #daf5c2;
  background: rgba(95, 189, 12, 0.28);
}

.prize-delta.is-down {
  color: #ffe1e1;
  background: rgba(231, 76, 60, 0.3);
}

.crater-art {
  position: relative;
  width: min(780px, 100%);
  margin: -6px auto 0;
}

.crater-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.magma-aura {
  fill: url(#vAura);
  opacity: 0.75;
  transform-box: fill-box;
  transform-origin: center;
  animation: auraBreathe 4.2s ease-in-out infinite;
}

.magma-hill {
  fill: #1c2a0f;
  opacity: 0.85;
}

.magma-hill.alt { fill: #17230c; }

.magma-ground {
  fill: #142009;
}

.magma-cone { fill: url(#vRock); }
.magma-lit { fill: url(#vLit); opacity: 0.5; }
.magma-shade { fill: #0a1004; opacity: 0.3; }

.magma-line {
  fill: none;
  stroke: #0b1204;
  stroke-width: 8;
  stroke-linejoin: round;
}

.magma-crack {
  fill: none;
  stroke: #141f0b;
  stroke-width: 7;
  stroke-linecap: round;
  opacity: 0.65;
}

.magma-mass {
  clip-path: inset(0 0 calc(100% - var(--fill)) 0) fill-box;
  transition: clip-path 0.8s ease;
  filter: drop-shadow(0 0 14px rgba(249, 115, 22, 0.55));
}

.magma-flow {
  fill: none;
  stroke: url(#vLava);
  stroke-width: 30;
  stroke-linecap: round;
}

.magma-flow.thin { stroke-width: 18; }

.magma-core {
  fill: none;
  stroke: #fff3c4;
  stroke-width: 9;
  stroke-linecap: round;
  opacity: 0.9;
  stroke-dasharray: 24 40;
  animation: lavaFlowDash 1.6s linear infinite;
}

.magma-drip { fill: #ea580c; }

.magma-bowl { fill: #1d0f08; }
.magma-pool { fill: url(#vPool); }

.magma-glow {
  fill: none;
  stroke: #fb923c;
  stroke-width: 8;
  opacity: 0.55;
  filter: blur(6px);
}

.magma-rim {
  fill: none;
  stroke: #acbb9e;
  stroke-width: 15;
  stroke-linecap: round;
}

.magma-bubbles circle {
  fill: #fff7cc;
  opacity: 0.85;
  transform-box: fill-box;
  transform-origin: center;
  animation: bubblePop 2.4s ease-in-out infinite;
  animation-delay: var(--bd);
}

.magma-moss { fill: url(#vMoss); opacity: 0.85; }

.magma-rock {
  fill: #233b0e;
  stroke: #0b1204;
  stroke-width: 4;
}

.magma-embers circle {
  fill: #fdba74;
  opacity: 0;
  animation: emberRise 3.6s ease-out infinite;
  animation-delay: var(--ed);
}

.magma-smoke .puff {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: puffRise 5.4s ease-out infinite;
}

.magma-smoke .puff circle { fill: #cbd5e1; }
.magma-smoke .puff.p2 { animation-delay: 1.8s; }
.magma-smoke .puff.p3 { animation-delay: 3.6s; }

.prize-card.is-charging .magma-smoke .puff circle { fill: #e2e8f0; }

.prize-card.is-critical .magma-pool {
  animation: poolFlare 0.8s ease-in-out infinite;
}

.prize-card.is-critical .magma-aura {
  opacity: 1;
  animation-duration: 1.1s;
}

.magma-blast { pointer-events: none; }

.magma-shock {
  fill: none;
  stroke: #fde68a;
  stroke-width: 8;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.magma-fire {
  fill: url(#vLava);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center bottom;
}

.magma-bombs circle {
  fill: #fbbf24;
  opacity: 0;
  filter: drop-shadow(0 0 8px #f97316);
}

.prize-card.is-erupting .magma-shock { animation: shockRing 0.9s ease-out forwards; }
.prize-card.is-erupting .magma-fire { animation: blastFire 1.5s ease-out forwards; }

.prize-card.is-erupting .magma-bombs circle {
  animation: bombFly 1.3s ease-out forwards;
  animation-delay: var(--bt);
}

.prize-card.is-erupting .crater-art {
  animation: volcanoShake 0.18s linear 8;
}

.vault-note {
  margin: 8px 0 0;
  color: #dceecd;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.prize-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.prize-stats div {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(12, 22, 4, 0.28);
  border: 1px solid rgba(203, 241, 169, 0.14);
}

.prize-stats span {
  display: block;
  color: #b8d3a0;
  font-size: 11px;
  margin-bottom: 4px;
}

.prize-stats b {
  color: #f4fced;
  font-size: 16px;
  font-weight: 800;
}

.prize-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #daf5c2 !important;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.prize-live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ed92e;
  box-shadow: 0 0 0 0 rgba(126, 217, 46, 0.7);
  animation: jpPulse 1.4s infinite;
}

@keyframes jpPulse {
  0% { box-shadow: 0 0 0 0 rgba(126, 217, 46, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(126, 217, 46, 0); }
  100% { box-shadow: 0 0 0 0 rgba(126, 217, 46, 0); }
}

@keyframes auraBreathe {
  0%, 100% { transform: scale(0.94); opacity: 0.6; }
  50% { transform: scale(1.06); opacity: 0.9; }
}

@keyframes lavaFlowDash {
  from { stroke-dashoffset: 64; }
  to { stroke-dashoffset: 0; }
}

@keyframes bubblePop {
  0%, 100% { transform: scale(0.4); opacity: 0.25; }
  45% { transform: scale(1.15); opacity: 0.95; }
}

@keyframes poolFlare {
  0%, 100% { opacity: 0.85; }
  50% { opacity: 1; }
}

@keyframes emberRise {
  0% { transform: translate(0, 0) scale(1); opacity: 0; }
  15% { opacity: 1; }
  100% { transform: translate(var(--ex), -150px) scale(0.3); opacity: 0; }
}

@keyframes puffRise {
  0% { transform: translate(0, 20px) scale(0.4); opacity: 0; }
  25% { opacity: 0.45; }
  100% { transform: translate(-34px, -170px) scale(1.7); opacity: 0; }
}

@keyframes shockRing {
  0% { transform: scale(0.5); opacity: 0.95; stroke-width: 12; }
  100% { transform: scale(3.4); opacity: 0; stroke-width: 2; }
}

@keyframes blastFire {
  0% { transform: scaleY(0.2) scaleX(0.8); opacity: 0.9; }
  22% { transform: scaleY(5.2) scaleX(1.15); opacity: 1; }
  100% { transform: scaleY(7.4) scaleX(0.7); opacity: 0; }
}

@keyframes bombFly {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  70% { opacity: 1; }
  100% { transform: translate(var(--bx), var(--by)) scale(0.25); opacity: 0; }
}

@keyframes volcanoShake {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(-5px, 2px); }
  75% { transform: translate(6px, -3px); }
}

.story-box {
  position: relative;
  margin-top: 22px;
  padding: 36px 36px 32px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(680px 300px at 84% -12%, rgba(126, 217, 46, 0.14), transparent 62%),
    linear-gradient(165deg, rgba(31, 54, 10, 0.88) 0%, rgba(13, 20, 6, 0.94) 58%);
  border: 1px solid rgba(203, 241, 169, 0.16);
  box-shadow: var(--glow);
  columns: 2;
  column-gap: 46px;
  column-rule: 1px solid rgba(167, 228, 113, 0.12);
}

.story-box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #7ed92e 18%, #cbf1a9 50%, #5fbd0c 82%, transparent);
}

.story-box::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(167, 228, 113, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167, 228, 113, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse at 100% 0%, #000 0%, transparent 60%);
  mask-image: radial-gradient(ellipse at 100% 0%, #000 0%, transparent 60%);
}

.story-box h1 {
  color: #edf9e2;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.95;
  text-align: justify;
}

.story-box p {
  color: #d8ecc6;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.95;
  text-align: justify;
  break-inside: avoid;
}

.story-box h1 span {
  column-span: all;
  position: relative;
  display: block;
  margin: 0 0 24px;
  padding: 2px 0 18px 20px;
  color: #fff;
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: -0.01em;
  text-align: left;
}

.story-box h1 span::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 26px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #cbf1a9, #5fbd0c);
}

.story-box h1 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(167, 228, 113, 0.55), rgba(167, 228, 113, 0.08) 58%, transparent);
}

.story-box p + p,
.story-box h1 + p { margin-top: 16px; }

.story-box a {
  padding: 1px 4px;
  border-radius: 5px;
  color: #bdee8c;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(180deg, transparent 62%, rgba(126, 217, 46, 0.3) 62%);
  transition: color 0.2s ease, background 0.2s ease;
}

.story-box a:hover {
  color: #101d05;
  background: linear-gradient(180deg, #cbf1a9, #7ed92e);
}

.testi-board { margin-top: 22px; }

.testi-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.testi-head h2 {
  position: relative;
  padding-left: 14px;
  color: #fff;
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.testi-head h2::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #cbf1a9, #5fbd0c);
}

.testi-head p {
  margin-top: 5px;
  padding-left: 14px;
  color: var(--muted);
  font-size: 13px;
}

.testi-count {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 9px 15px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(126, 217, 46, 0.18), rgba(95, 189, 12, 0.08));
  border: 1px solid rgba(167, 228, 113, 0.26);
  box-shadow: inset 0 1px 0 rgba(240, 252, 232, 0.12);
  color: #b8d3a0;
  font-size: 12px;
  font-weight: 700;
}

.testi-count b {
  color: #cbf1a9;
  font-family: Outfit, sans-serif;
  font-size: 19px;
  font-variant-numeric: tabular-nums;
}

.testi-list {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.35s ease;
}

.testi-slider {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 12px;
  align-items: center;
}

.testi-view {
  overflow: hidden;
}

.testi-list > li {
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
}

.testi-nav {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(203, 241, 169, 0.22);
  border-radius: 15px;
  background: rgba(19, 34, 5, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #a7e471;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.testi-nav svg { width: 20px; height: 20px; }

.testi-nav:hover {
  background: linear-gradient(180deg, #cbf1a9, #5fbd0c);
  border-color: transparent;
  color: #14260a;
  transform: scale(1.07);
}

.testi-nav:active { transform: scale(0.97); }

.testi-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}

.testi-index {
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(126, 217, 46, 0.1);
  border: 1px solid rgba(167, 228, 113, 0.18);
  color: var(--muted);
  font-size: 12.5px;
  font-variant-numeric: tabular-nums;
}

.testi-index b {
  color: #cbf1a9;
  font-family: Outfit, sans-serif;
}

.testi-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.testi-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(203, 241, 169, 0.26);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.testi-dots button:hover { background: rgba(203, 241, 169, 0.5); }

.testi-dots button.is-on {
  width: 26px;
  background: linear-gradient(90deg, #cbf1a9, #5fbd0c);
  box-shadow: 0 0 10px rgba(126, 217, 46, 0.5);
}

.testi-card {
  --mx: 50%;
  --my: 0%;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 246px;
  padding: 20px 20px 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background:
    linear-gradient(90deg, transparent, rgba(126, 217, 46, 0.45) 28%, rgba(203, 241, 169, 0.6) 50%, rgba(126, 217, 46, 0.45) 72%, transparent) top / 100% 2px no-repeat,
    radial-gradient(520px 220px at 88% -12%, rgba(126, 217, 46, 0.13), transparent 62%),
    linear-gradient(165deg, rgba(38, 66, 12, 0.62), rgba(13, 20, 6, 0.88));
  border: 1px solid rgba(203, 241, 169, 0.18);
  box-shadow: 0 14px 30px rgba(9, 16, 3, 0.34);
  transform: translateY(0);
  transition:
    transform 0.25s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.testi-card::after {
  content: "â€";
  position: absolute;
  top: 2px;
  right: 14px;
  z-index: 0;
  color: rgba(126, 217, 46, 0.13);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 74px;
  line-height: 1;
  pointer-events: none;
}

.testi-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(220px circle at var(--mx) var(--my), rgba(126, 217, 46, 0.16), transparent 60%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 0;
}

.testi-card > * { position: relative; z-index: 1; }

.testi-card:hover {
  border-color: rgba(167, 228, 113, 0.42);
  box-shadow: 0 22px 44px rgba(9, 16, 3, 0.44);
  transform: translateY(-4px);
}

.testi-card:hover::before { opacity: 1; }

.testi-top {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 12px;
  align-items: center;
  order: 1;
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(167, 228, 113, 0.14);
}

.testi-ava {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e4f8d3, #a7e471 45%, #499209);
  color: #14260a;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 0 0 3px rgba(95, 189, 12, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testi-ava::after {
  content: "âœ“";
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #12200a;
  background: #7ed92e;
  color: #12200a;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.testi-card:hover .testi-ava {
  transform: scale(1.06);
  box-shadow: 0 0 0 5px rgba(95, 189, 12, 0.22);
}

.testi-top > div { min-width: 0; }

.testi-top strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.testi-top div span {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.testi-stars {
  position: relative;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(126, 217, 46, 0.12);
  border: 1px solid rgba(167, 228, 113, 0.22);
  color: #a7e471;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.testi-stars span {
  display: block;
  width: 5.4em;
  color: rgba(167, 228, 113, 0.24);
}

.testi-stars[data-score="4"] { --score: 4; }
.testi-stars[data-score="5"] { --score: 5; }

.testi-stars i {
  position: absolute;
  top: 7px;
  left: 11px;
  overflow: hidden;
  width: calc(var(--score, 5) * 1.08em);
  height: 1em;
  color: #b9ec86;
  white-space: nowrap;
}

.testi-stars i::before { content: "â˜…â˜…â˜…â˜…â˜…"; }

.testi-card > p {
  position: relative;
  order: 2;
  padding-left: 16px;
  color: #eaf7dd;
  font-size: 14.5px;
  line-height: 1.88;
}

.testi-card > p::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #cbf1a9, rgba(126, 217, 46, 0));
}

.testi-card b {
  padding: 1px 4px;
  border-radius: 5px;
  color: #cbf1a9;
  font-weight: 700;
  background: rgba(126, 217, 46, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  .testi-card,
  .testi-stars i,
  .testi-ava,
  .rate-item {
    transition: none;
  }

  .rate-vs-ring { animation: none; }

  .side-item.side-cta { animation: none; }

  .side-dock {
    animation: none;
    opacity: 1;
  }

  .testi-card {
    opacity: 1;
    transform: none;
  }

  .show-shine { display: none; }
  .show-glow { animation: none; }

  .show-wrap {
    perspective: none;
    padding: 0;
  }

  .show-panel,
  .show-card,
  .show-media {
    transform: none;
  }

  .magma-aura,
  .magma-core,
  .magma-bubbles circle,
  .magma-embers circle,
  .magma-smoke .puff,
  .magma-shock,
  .magma-fire,
  .magma-bombs circle { animation: none !important; }

  .magma-smoke .puff { opacity: 0.3; }

  .prize-card.is-erupting .crater-stage { animation: none; }
}

.help-section { margin-top: 22px; }

.help-section h2 {
  margin-bottom: 14px;
  color: #fff;
  font-family: Outfit, "Noto Sans Thai", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.help-list {
  display: grid;
  gap: 10px;
}

.help-list details {
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(19, 34, 5, 0.72);
  border: 1px solid rgba(203, 241, 169, 0.16);
}

.help-list summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 28px 16px 0;
  color: #cbf1a9;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.help-list summary::-webkit-details-marker { display: none; }

.help-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 16px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(95, 189, 12, 0.18);
  color: #a7e471;
  font-size: 18px;
  font-weight: 700;
}

.help-list details[open] summary::after { content: "â€“"; }

.help-list details p {
  padding: 0 0 16px;
  color: #f0fbe8;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

.trail { margin-top: 22px; }

.trail .menu-row {
  width: fit-content;
  max-width: 100%;
  list-style: none;
}

.trail li {
  display: contents;
}

.endbar {
  margin-top: 28px;
  padding: 36px 0 28px;
  background:
    linear-gradient(180deg, rgba(95, 189, 12, 0.1), transparent 22%),
    #070c02;
  border-top: 1px solid rgba(167, 228, 113, 0.16);
}

.end-wrap {
  width: min(var(--max), calc(100% - 24px));
  margin: 0 auto;
}

.end-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 24px;
  padding-bottom: 28px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(167, 228, 113, 0.16);
}

.end-col h3,
.end-col h4 {
  color: #cbf1a9;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.end-col h4 { margin-top: 22px; }

.end-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.end-col a,
.end-col span {
  color: #b8d3a0;
  font-size: 13px;
  line-height: 1.45;
}

.end-col a:hover { color: #f4fced; }

.end-logo-mark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.end-logo-mark img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.end-copy {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
}

.side-dock {
  position: fixed;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  width: 136px;
  padding: 10px 8px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(38, 66, 12, 0.72), rgba(12, 20, 5, 0.84));
  border: 1px solid rgba(167, 228, 113, 0.2);
  box-shadow:
    0 20px 44px rgba(4, 10, 2, 0.52),
    inset 0 1px 0 rgba(240, 252, 232, 0.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  backdrop-filter: blur(14px) saturate(1.25);
  animation: dockIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes dockIn {
  from { opacity: 0; transform: translate(-20px, -50%); }
  to { opacity: 1; transform: translate(0, -50%); }
}

.side-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 5px 8px 5px 5px;
  border-radius: 14px;
  background: transparent;
  border: 0;
  color: #dcefcb;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.25;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.side-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #cbf1a9, #7ed92e);
  transform: translateY(-50%);
  transition: height 0.22s ease;
}

.side-item:hover {
  background: rgba(167, 228, 113, 0.12);
  color: #fff;
  transform: translateX(2px);
}

.side-item:hover::before { height: 20px; }

.side-ico {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(167, 228, 113, 0.14);
  border: 1px solid rgba(167, 228, 113, 0.16);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.side-item:hover .side-ico {
  background: rgba(167, 228, 113, 0.26);
  border-color: rgba(167, 228, 113, 0.42);
}

.side-ico svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.side-item.side-cta {
  min-height: 50px;
  margin: 4px 0;
  padding: 6px 8px 6px 6px;
  color: #14260a;
  font-size: 12.5px;
  font-weight: 800;
  background: linear-gradient(135deg, #e4f8d3 0%, #a7e471 42%, #5fbd0c 100%);
  animation: dockGlow 2.6s ease-in-out infinite;
  z-index: 2;
}

.side-item.side-cta::before { display: none; }

.side-item.side-cta .side-ico {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  background: rgba(20, 38, 10, 0.14);
  border-color: rgba(20, 38, 10, 0.2);
}

.side-item.side-cta .side-ico svg {
  width: 18px;
  height: 18px;
  stroke: #14260a;
}

.side-item.side-cta:hover {
  transform: translateX(2px) scale(1.02);
  color: #14260a;
  background: linear-gradient(135deg, #f4fced 0%, #b9ec86 42%, #6ecb12 100%);
}

.side-item.side-cta:hover .side-ico {
  background: rgba(20, 38, 10, 0.2);
  border-color: rgba(20, 38, 10, 0.28);
}

.side-item.side-line .side-ico {
  background: rgba(6, 199, 85, 0.2);
  border-color: rgba(6, 199, 85, 0.34);
  color: #7ff0a8;
}

.side-item.side-line .side-ico svg {
  fill: currentColor;
  stroke: none;
}

.side-item.side-chat .side-ico {
  background: rgba(126, 217, 46, 0.2);
  border-color: rgba(126, 217, 46, 0.36);
  color: #cbf1a9;
}

@keyframes dockGlow {
  0%, 100% { box-shadow: 0 10px 22px rgba(95, 189, 12, 0.3); }
  50% { box-shadow: 0 12px 30px rgba(95, 189, 12, 0.58); }
}

@media (max-width: 1100px) {
  .menu-row a { font-size: 12px; padding: 0 10px; }
  .rate-slot { width: min(220px, 100%); }
  .show-title { font-size: 24px; }
  .show-panel { min-height: 500px; }
  .show-stage { padding: 24px 24px 20px 4px; }
  .show-card { width: min(100%, 320px); }
  .show-mirror { height: 84px; }
  .show-copy { padding: 28px 18px 28px 26px; gap: 12px; }
}

@media (max-width: 820px) {
  .crater-art { width: 100%; }
  .crater-read strong { font-size: clamp(28px, 9vw, 40px); }
  .show-wrap {
    margin-top: 16px;
    padding: 0;
    perspective: none;
  }
  .show-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    transform: none;
    box-shadow: var(--glow);
  }
  .show-panel::after { display: none; }
  .show-stage,
  .show-card {
    display: contents;
  }
  .show-glow,
  .show-mirror,
  .show-shine { display: none; }
  .show-link {
    order: 0;
    width: auto;
    aspect-ratio: 1 / 1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .show-media {
    height: 100%;
    transform: none;
  }
  .show-link img {
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
  }
  .show-copy {
    order: 0;
    padding: 18px 16px 16px;
    gap: 12px;
    border-top: 1px solid rgba(167, 228, 113, 0.14);
  }
  .show-acts {
    flex-direction: row;
    width: 100%;
  }
  .show-acts .btn { flex: 1; min-width: 0; }
  .rate-duel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px;
    margin-bottom: 16px;
  }
  .rate-slot {
    flex: 1 1 0;
    width: auto;
    max-width: 150px;
    min-width: 0;
    padding: 0;
  }
  .rate-slot.is-a,
  .rate-slot.is-b { justify-self: auto; }
  .rate-slot .rate-value { font-size: 18px; }
  .rate-slot .rate-name { font-size: 12px; }
  .rate-slot .rate-caption { padding: 24px 10px 10px; }
  .rate-vs {
    flex: 0 0 auto;
    width: clamp(66px, 20vw, 96px);
    height: clamp(66px, 20vw, 96px);
    margin: 0 -18px;
  }
  .rate-vs img { width: 100%; height: 100%; }
  .rate-vs-ring { inset: -5px; }
  .rate-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rate-list > li { width: auto; }
  .rate-item:hover { transform: none; }
  .story-box {
    columns: 1;
    column-rule: none;
    padding: 28px 24px 26px;
  }
  .story-box h1 span { font-size: 23px; }
}

@media (max-width: 768px) {
  body { padding-bottom: 78px; }

  .topbar-inner {
    width: calc(100% - 16px);
    min-height: 72px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 0 14px;
  }

  .logo-mark img { height: 44px; max-width: 180px; }

  .menu-nav {
    flex: 1 1 100%;
    order: 3;
  }

  .menu-row { width: 100%; }

  .topbar-acts .btn {
    height: 42px;
    min-width: 0;
    padding: 0 14px;
    font-size: 13px;
  }

  .show-wrap,
  .show-panel,
  .rate-board,
  .prize-card,
  .story-box,
  .testi-board,
  .help-section,
  .trail,
  .end-wrap {
    width: calc(100% - 16px);
  }

  .show-wrap {
    margin-top: 14px;
    padding: 0;
  }

  .show-panel {
    width: 100%;
    margin-top: 0;
    padding: 0;
    border-radius: 22px;
    min-height: 0;
  }

  .show-link img { height: 100%; }
  .show-copy { padding: 16px 14px 14px; }
  .show-title { font-size: 22px; }
  .show-lead { font-size: 14px; }
  .show-acts .btn { flex: 1; }
  .show-meta li { padding: 8px 8px; gap: 6px; }
  .show-meta svg { width: 16px; height: 16px; }

  .rate-board { padding: 16px 12px 18px; }
  .rate-head { padding: 0; }
  .rate-head h2 { font-size: 20px; }
  .rate-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .rate-list > li { width: auto; }
  .rate-item:hover { transform: none; }

  .prize-card { padding: 16px 14px; }
  .crater-read strong { font-size: 28px; }
  .prize-stats { gap: 8px; }
  .prize-stats div { padding: 10px 10px; }
  .prize-title h2 { font-size: 20px; }

  .story-box { padding: 22px 16px 20px; }
  .testi-head { flex-wrap: wrap; }
  .testi-slider { gap: 8px; grid-template-columns: 36px 1fr 36px; }
  .testi-nav { width: 36px; height: 36px; }
  .story-box h1 span {
    font-size: 19px;
    margin-bottom: 18px;
    padding: 2px 0 14px 14px;
  }
  .story-box h1 span::before { bottom: 20px; width: 3px; }
  .story-box p,
  .story-box h1,
  .help-list summary,
  .help-list details p { font-size: 14px; }

  .end-map { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .end-logo-mark { flex-direction: column; align-items: flex-start; }
  .end-copy { text-align: left; white-space: normal; }

  .side-dock {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    animation: none;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
    gap: 0;
    width: 100%;
    padding: 8px 8px 10px;
    background: linear-gradient(180deg, rgba(30, 52, 9, 0.88), rgba(9, 15, 4, 0.95));
    border: 0;
    border-top: 1px solid rgba(167, 228, 113, 0.28);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -12px 30px rgba(6, 12, 2, 0.5);
  }

  .side-item {
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
    padding: 4px 2px;
    background: transparent;
    font-size: 10px;
    transform: none;
  }

  .side-item::before { display: none; }

  .side-item:hover {
    background: transparent;
    transform: none;
  }

  .side-ico {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .side-item.side-cta {
    top: -18px;
    margin: 0;
    min-width: 74px;
    max-width: 86px;
    padding: 8px 6px 10px;
    border-radius: 20px;
    color: #14260a;
    font-size: 11px;
    box-shadow: 0 10px 22px rgba(95, 189, 12, 0.45);
  }

  .side-item.side-cta .side-ico {
    width: 28px;
    height: 28px;
  }

  .side-item.side-cta .side-ico svg { stroke: #14260a; }
}