:root {
  --ink: #0c0a14;
  --ink-deep: #06050c;
  --ink-panel: rgba(12, 8, 20, 0.92);
  --ink-panel-soft: rgba(16, 10, 28, 0.85);
  --mist: #d8d0e8;
  --paper: #f5f0ff;
  --seal: #ff2d95;
  --seal-deep: #c9186a;
  --gold: #9b5de5;
  --gold-bright: #ff6ec7;
  --gold-dim: #7209b7;
  --cyan: #00f5d4;
  --sunset: #ff6b35;
  --line: rgba(255, 45, 149, 0.45);
  --line-soft: rgba(155, 93, 229, 0.28);
  --text: #f0eef8;
  --muted: #a89bc0;
  --font: "Be Vietnam Pro", "Segoe UI", sans-serif;
  --display: "Bungee", "Impact", sans-serif;
  --cn: "Bungee", "Impact", sans-serif;
  --brush: "Bungee", "Impact", sans-serif;
  --container: 1120px;
  --header-h: 70px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --meander: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='8' viewBox='0 0 24 8'%3E%3Cpath fill='none' stroke='%23ff2d95' stroke-width='1' d='M0 4h4v-3h4v6h4v-3h4v3h4v-6h4' opacity='.55'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--ink-deep);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
img { display: block; max-width: 100%; }
ol, ul { list-style: none; }
.container { width: min(var(--container), calc(100% - 36px)); margin: 0 auto; }

/* —— Floating neon symbols (GTA VI vibe) —— */
.neon-drift {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  overflow: hidden;
}
.neon-drift span {
  position: absolute;
  font-family: var(--display);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--gold-bright);
  text-shadow:
    0 0 14px rgba(255, 45, 149, 0.55),
    0 0 28px rgba(155, 93, 229, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  will-change: transform, opacity;
  animation: neon-fly linear infinite;
  user-select: none;
}
.neon-drift span:nth-child(1)  { left: 3%;  top: 82%; font-size: clamp(1.4rem, 3vw, 2.2rem); animation-duration: 18s; animation-delay: 0s; color: var(--cyan); }
.neon-drift span:nth-child(2)  { left: 8%;  top: 90%; font-size: clamp(1.2rem, 2.5vw, 1.8rem); animation-duration: 22s; animation-delay: -3s; }
.neon-drift span:nth-child(3)  { left: 11%; top: 76%; font-size: clamp(1.6rem, 3.5vw, 2.4rem); animation-duration: 16s; animation-delay: -7s; color: var(--cyan); }
.neon-drift span:nth-child(4)  { left: 5%;  top: 94%; font-size: clamp(1.1rem, 2.2vw, 1.6rem); animation-duration: 20s; animation-delay: -1s; }
.neon-drift span:nth-child(5)  { left: 14%; top: 86%; font-size: clamp(1.3rem, 2.8vw, 2rem); animation-duration: 24s; animation-delay: -11s; color: var(--sunset); }
.neon-drift span:nth-child(6)  { left: 2%;  top: 70%; font-size: clamp(1.2rem, 2.5vw, 1.8rem); animation-duration: 17s; animation-delay: -5s; }
.neon-drift span:nth-child(7)  { left: 9%;  top: 64%; font-size: clamp(1.5rem, 3vw, 2.2rem); animation-duration: 21s; animation-delay: -9s; color: var(--cyan); }
.neon-drift span:nth-child(8)  { left: 86%; top: 80%; font-size: clamp(1.6rem, 3.5vw, 2.4rem); animation-duration: 19s; animation-delay: -2s; }
.neon-drift span:nth-child(9)  { left: 91%; top: 88%; font-size: clamp(1.1rem, 2.2vw, 1.6rem); animation-duration: 15s; animation-delay: -13s; color: var(--sunset); }
.neon-drift span:nth-child(10) { left: 84%; top: 72%; font-size: clamp(1.3rem, 2.8vw, 2rem); animation-duration: 23s; animation-delay: -6s; }
.neon-drift span:nth-child(11) { left: 94%; top: 84%; font-size: clamp(1.2rem, 2.5vw, 1.8rem); animation-duration: 25s; animation-delay: -15s; color: var(--cyan); }
.neon-drift span:nth-child(12) { left: 88%; top: 64%; font-size: clamp(1.5rem, 3vw, 2.2rem); animation-duration: 18s; animation-delay: -8s; }
.neon-drift span:nth-child(13) { left: 7%;  top: 98%; font-size: clamp(1.2rem, 2.5vw, 1.8rem); animation-duration: 26s; animation-delay: -4s; }
.neon-drift span:nth-child(14) { left: 92%; top: 74%; font-size: clamp(1.4rem, 3vw, 2rem); animation-duration: 14s; animation-delay: -10s; color: var(--sunset); }

@keyframes neon-fly {
  0% { transform: translate3d(0, 0, 0) rotate(-4deg) scale(0.85); opacity: 0; }
  8% { opacity: 0.55; }
  35% { transform: translate3d(6px, -35vh, 0) rotate(3deg) scale(1); opacity: 0.7; }
  65% { transform: translate3d(-8px, -70vh, 0) rotate(-2deg) scale(1.05); opacity: 0.4; }
  100% { transform: translate3d(4px, -110vh, 0) rotate(6deg) scale(0.9); opacity: 0; }
}

/* —— Reveal —— */
.reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease), filter 0.9s var(--ease);
  filter: blur(6px);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
.hero .reveal:nth-child(1) { transition-delay: 0.05s; }
.hero .reveal:nth-child(2) { transition-delay: 0.18s; }
.hero .reveal:nth-child(3) { transition-delay: 0.3s; }
.hero .reveal:nth-child(4) { transition-delay: 0.42s; }
.hero .reveal:nth-child(5) { transition-delay: 0.54s; }

/* —— Header —— */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: 0.35s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(6, 5, 12, 0.92);
  border-bottom-color: var(--line-soft);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(255, 45, 149, 0.08);
}
.header-inner {
  width: min(var(--container), calc(100% - 36px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--gold-bright);
}
.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 0 10px rgba(255, 45, 149, 0.45));
}
.nav-main { display: flex; gap: 2px; }
.nav-main a {
  position: relative;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mist);
  transition: color 0.2s;
}
.nav-main a::after {
  content: "";
  position: absolute;
  left: 12px; right: 12px; bottom: 3px;
  height: 1px;
  background: var(--seal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav-main a:hover,
.nav-main a.active { color: var(--paper); }
.nav-main a:hover::after,
.nav-main a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.burger {
  display: none;
  width: 40px; height: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.burger span {
  display: block;
  width: 18px; height: 1.5px;
  background: var(--paper);
}

/* —— Buttons (game UI, not pills) —— */
.btn-primary,
.btn-ghost {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.25s var(--ease);
  overflow: hidden;
}
.btn-primary::after,
.btn-ghost::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.22) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform 0.55s var(--ease);
}
.btn-primary:hover::after,
.btn-ghost:hover::after { transform: translateX(120%); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--seal) 0%, var(--gold-dim) 55%, var(--cyan) 120%);
  border: 0;
  box-shadow: 0 4px 24px rgba(255, 45, 149, 0.35);
}
.btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
  box-shadow: 0 6px 32px rgba(255, 45, 149, 0.45);
}
.btn-ghost {
  color: var(--gold-bright);
  background: rgba(6, 5, 12, 0.55);
  box-shadow: inset 0 0 0 1px var(--line);
}
.btn-ghost:hover {
  color: var(--cyan);
  box-shadow: inset 0 0 0 1px var(--cyan), 0 0 20px rgba(0, 245, 212, 0.15);
}
.btn-lg { min-height: 52px; padding: 0 32px; }
.btn-sm {
  min-height: 36px;
  padding: 0 18px;
  font-size: 11px;
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 50%, calc(100% - 6px) 100%, 6px 100%, 0 50%);
}

/* —— Hero —— */
.hero {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  place-items: end center;
  text-align: center;
  padding: calc(var(--header-h) + 20px) 20px 90px;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; will-change: transform; }
.hero-media__img {
  position: absolute;
  inset: -3%;
  background: url("/assets/banner.png?v=gta6") center top / cover no-repeat;
  will-change: transform;
  animation: ken 28s var(--ease) infinite alternate;
}
.hero-media__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,5,12,0.35) 0%, rgba(12,8,24,0.45) 35%, rgba(6,5,12,0.82) 72%, var(--ink-deep) 100%),
    linear-gradient(135deg, rgba(255,45,149,0.12) 0%, transparent 40%, rgba(0,245,212,0.08) 100%);
}

/* Page-wide center embers */
.page-embers {
  position: fixed;
  inset: 0;
  z-index: 39;
  pointer-events: none;
  overflow: hidden;
}
.page-embers span {
  position: absolute;
  bottom: -6%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-bright);
  opacity: 0;
  box-shadow: 0 0 10px rgba(255, 45, 149, 0.65);
  animation: ember-rise linear infinite;
}
.page-embers span:nth-child(1)  { left: 36%; animation-duration: 9s;  animation-delay: 0s; }
.page-embers span:nth-child(2)  { left: 41%; width: 2px; height: 2px; animation-duration: 11s; animation-delay: 1.2s; }
.page-embers span:nth-child(3)  { left: 46%; animation-duration: 8s;  animation-delay: 2.4s; }
.page-embers span:nth-child(4)  { left: 50%; width: 4px; height: 4px; animation-duration: 12s; animation-delay: 0.6s; }
.page-embers span:nth-child(5)  { left: 54%; animation-duration: 10s; animation-delay: 3.1s; }
.page-embers span:nth-child(6)  { left: 58%; width: 2px; height: 2px; animation-duration: 9.5s; animation-delay: 4.2s; }
.page-embers span:nth-child(7)  { left: 62%; animation-duration: 11.5s; animation-delay: 1.8s; }
.page-embers span:nth-child(8)  { left: 48%; width: 2px; height: 2px; animation-duration: 8.5s; animation-delay: 5.5s; }
.page-embers span:nth-child(9)  { left: 43%; width: 3px; height: 3px; animation-duration: 13s; animation-delay: 6.2s; }
.page-embers span:nth-child(10) { left: 56%; width: 2px; height: 2px; animation-duration: 7.8s; animation-delay: 3.8s; }

@keyframes ken {
  from { transform: scale(1.04); }
  to { transform: scale(1.1) translate(-1%, -0.6%); }
}
@keyframes ember-rise {
  0% { transform: translate3d(0, 0, 0); opacity: 0; }
  12% { opacity: 0.75; }
  70% { opacity: 0.35; }
  100% { transform: translate3d(14px, -115vh, 0); opacity: 0; }
}
.hero-ornament {
  position: absolute;
  top: 42%;
  z-index: 1;
  font-family: var(--brush);
  font-size: clamp(4rem, 12vw, 8rem);
  color: rgba(255, 45, 149, 0.12);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  animation: ornament-float 7s ease-in-out infinite;
}
.hero-ornament--l { left: 4%; }
.hero-ornament--r { right: 4%; animation-delay: -3.5s; }
@keyframes ornament-float {
  0%, 100% { transform: translateY(0); opacity: 0.55; }
  50% { transform: translateY(-14px); opacity: 0.95; }
}
.hero-stage { position: relative; z-index: 5; width: min(740px, 100%); }

.plaque {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.plaque__label {
  font-family: var(--cn);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--gold-bright);
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}
.plaque__cloud {
  width: 56px;
  height: 14px;
  background:
    radial-gradient(circle at 20% 60%, transparent 40%, var(--gold) 41%, var(--gold) 55%, transparent 56%) 0 0 / 18px 14px,
    radial-gradient(circle at 55% 45%, transparent 38%, var(--gold) 39%, var(--gold) 52%, transparent 53%) 10px 0 / 22px 14px,
    radial-gradient(circle at 85% 65%, transparent 40%, var(--gold) 41%, var(--gold) 54%, transparent 55%) 0 0 / 18px 14px;
  opacity: 0.7;
}
.plaque__cloud--r { transform: scaleX(-1); }

.hero-logo {
  display: block;
  width: min(280px, 72vw);
  height: auto;
  margin: 0 auto 18px;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 8px 32px rgba(255, 45, 149, 0.45)) drop-shadow(0 0 60px rgba(155, 93, 229, 0.25));
  animation: logo-glow 4s ease-in-out infinite;
}
@keyframes logo-glow {
  0%, 100% { filter: drop-shadow(0 8px 32px rgba(255, 45, 149, 0.45)) drop-shadow(0 0 60px rgba(155, 93, 229, 0.25)); }
  50% { filter: drop-shadow(0 12px 40px rgba(255, 45, 149, 0.65)) drop-shadow(0 0 80px rgba(0, 245, 212, 0.2)); }
}
.hero-line {
  font-family: var(--font);
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 600;
  color: #e8d8f8;
  max-width: 28em;
  margin: 0 auto 30px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.9);
  letter-spacing: 0.02em;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 2;
  transform: translateX(-50%);
  width: 26px; height: 40px;
  border: 1px solid rgba(255, 45, 149, 0.35);
  display: grid;
  place-items: start center;
  padding-top: 8px;
}
.hero-scroll span {
  width: 3px; height: 8px;
  background: var(--gold);
  animation: scroll-dot 1.6s ease-in-out infinite;
}
@keyframes scroll-dot {
  0%, 100% { transform: translateY(0); opacity: 1; }
  55% { transform: translateY(12px); opacity: 0.15; }
}

/* —— Bands with scenic bg —— */
.band {
  position: relative;
  z-index: 2;
  padding: 88px 0;
  isolation: isolate;
}
.band-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6,5,12,0.85), rgba(12,8,24,0.92)),
    url("/assets/banner.png?v=gta6") center / cover no-repeat;
  filter: saturate(1.05);
}
.band-bg--alt {
  background:
    linear-gradient(180deg, rgba(6,5,12,0.78), rgba(12,8,24,0.94)),
    url("/assets/banner2.png?v=gta6") center 30% / cover no-repeat;
  filter: saturate(1.1);
}
.band-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255,45,149,0.1), transparent 55%),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(0,245,212,0.06), transparent 50%),
    linear-gradient(90deg, rgba(6,5,12,0.55), transparent 20%, transparent 80%, rgba(6,5,12,0.55));
  box-shadow: inset 0 1px 0 var(--line-soft), inset 0 -1px 0 var(--line-soft);
}

/* —— Game UI panel + corners —— */
.panel {
  position: relative;
  padding: 40px 36px 36px;
  background:
    linear-gradient(180deg, rgba(18, 10, 28, 0.94), rgba(8, 6, 16, 0.96));
  border: 1px solid var(--line);
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.45),
    inset 0 0 0 6px rgba(255, 45, 149, 0.06),
    0 8px 40px rgba(255, 45, 149, 0.08);
}
.panel.is-in .panel__corner {
  animation: corner-in 0.7s var(--ease) both;
}
.panel.is-in .panel__corner--tr { animation-delay: 0.08s; }
.panel.is-in .panel__corner--br { animation-delay: 0.16s; }
.panel.is-in .panel__corner--bl { animation-delay: 0.24s; }
@keyframes corner-in {
  from { opacity: 0; transform: scale(0.4); }
  to { opacity: 1; transform: scale(1); }
}
.panel--soft {
  background: linear-gradient(180deg, rgba(16, 20, 28, 0.9), rgba(10, 13, 18, 0.93));
}
.panel__corner {
  position: absolute;
  width: 28px;
  height: 28px;
  color: var(--gold);
  pointer-events: none;
}
.panel__corner::before,
.panel__corner::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.panel__corner::before { width: 100%; height: 2px; }
.panel__corner::after { width: 2px; height: 100%; }
.panel__corner--tl { top: 8px; left: 8px; }
.panel__corner--tl::before { top: 0; left: 0; }
.panel__corner--tl::after { top: 0; left: 0; }
.panel__corner--tr { top: 8px; right: 8px; }
.panel__corner--tr::before { top: 0; right: 0; }
.panel__corner--tr::after { top: 0; right: 0; }
.panel__corner--bl { bottom: 8px; left: 8px; }
.panel__corner--bl::before { bottom: 0; left: 0; }
.panel__corner--bl::after { bottom: 0; left: 0; }
.panel__corner--br { bottom: 8px; right: 8px; }
.panel__corner--br::before { bottom: 0; right: 0; }
.panel__corner--br::after { bottom: 0; right: 0; }
/* cloud tip on corners */
.panel__corner--tl,
.panel__corner--tr,
.panel__corner--bl,
.panel__corner--br {
  background:
    radial-gradient(circle at center, var(--gold) 0 2px, transparent 2.5px);
}

.section-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 36px;
}
.section-head--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-family: var(--cn);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold-bright);
}
.section-kicker span {
  display: inline-grid;
  place-items: center;
  width: 28px; height: 28px;
  border: 1px solid var(--seal);
  color: var(--seal);
  font-size: 14px;
  background: rgba(255, 45, 149, 0.1);
}
.section-head h2 {
  font-family: var(--font);
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 700;
  color: var(--gold-bright);
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
.section-head p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}

.ornament-divider {
  width: min(280px, 70%);
  height: 18px;
  margin: 12px auto 16px;
  background:
    linear-gradient(90deg, transparent, var(--line) 18%, var(--line) 38%, transparent 38%),
    linear-gradient(90deg, transparent 62%, var(--line) 62%, var(--line) 82%, transparent),
    radial-gradient(circle at 50% 50%, var(--gold) 0 3px, transparent 3.5px),
    conic-gradient(from 45deg at 50% 50%, transparent 0 25%, var(--gold) 0 50%, transparent 0) 50% 50% / 10px 10px no-repeat;
  opacity: 0.9;
  animation: divider-pulse 3.2s ease-in-out infinite;
}
.ornament-divider--left { margin-left: 0; }
@keyframes divider-pulse {
  0%, 100% { opacity: 0.55; filter: brightness(1); }
  50% { opacity: 1; filter: brightness(1.25); }
}

/* —— Download —— */
.download-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 820px;
  margin: 0 auto;
}
.download-choice {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  padding: 22px 20px;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(135deg, rgba(28, 12, 32, 0.65), rgba(8, 6, 16, 0.9));
  transition: 0.25s var(--ease);
}
.download-choice::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 45, 149, 0.15);
  pointer-events: none;
}
.download-choice:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}
.download-choice__seal {
  grid-row: 1 / span 2;
  width: 48px; height: 48px;
  display: grid;
  place-items: center;
  font-family: var(--cn);
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff5e8;
  background: var(--seal);
  border: 2px solid rgba(255, 220, 180, 0.35);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25);
  transition: transform 0.35s var(--ease);
}
.download-choice:hover .download-choice__seal {
  transform: rotate(-8deg) scale(1.06);
}
.download-choice__body { display: grid; gap: 4px; align-content: center; }
.download-choice__body strong {
  font-family: var(--font);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold-bright);
}
.download-choice__body span { font-size: 13px; color: var(--muted); font-weight: 500; }
.download-choice__meta {
  grid-column: 2;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}
.connect-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.connect-line code {
  font-family: ui-monospace, Consolas, monospace;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid var(--line);
}

/* —— World —— */
.world-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) 1.2fr;
  gap: 28px;
  align-items: stretch;
}
.frame-art {
  position: relative;
  height: 100%;
  min-height: 420px;
  border: 1px solid var(--line);
  background: #0a0e14;
  overflow: hidden;
}
.frame-art__photo {
  position: absolute;
  inset: 10px;
  background: url("/assets/banner2.png?v=gta6") center / cover no-repeat;
  filter: saturate(1.05) contrast(1.05);
}
.frame-art__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7,10,14,0.92));
}
.frame-art__seal {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
  width: 64px; height: 64px;
  display: grid;
  place-items: center;
  font-family: var(--cn);
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(255, 230, 210, 0.92);
  border: 3px solid rgba(255, 45, 149, 0.85);
  background: rgba(114, 9, 183, 0.55);
  transform: rotate(-8deg) scale(0.6);
  opacity: 0;
  letter-spacing: 0.05em;
  transition: transform 0.7s var(--ease), opacity 0.7s var(--ease);
}
.world-visual.is-in .frame-art__seal,
.frame-art.is-stamped .frame-art__seal {
  opacity: 1;
  transform: rotate(-8deg) scale(1);
  animation: seal-stamp 0.65s var(--ease) both;
}
@keyframes seal-stamp {
  0% { transform: rotate(-18deg) scale(1.4); opacity: 0; }
  60% { transform: rotate(-6deg) scale(0.92); opacity: 1; }
  100% { transform: rotate(-8deg) scale(1); opacity: 1; }
}
.frame-art__caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 4px;
}
.frame-art__caption strong {
  font-family: var(--brush);
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: var(--gold-bright);
}
.frame-art__caption em {
  font-style: normal;
  font-size: 13px;
  color: var(--mist);
  letter-spacing: 0.12em;
}

.world-list { display: grid; gap: 0; }
.world-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--line-soft);
  opacity: 0;
  transform: translateY(16px);
  transition: 0.65s var(--ease);
}
.world-item.is-in { opacity: 1; transform: none; }
.world-item:last-child { border-bottom: 0; }
.world-item__index {
  width: 42px; height: 42px;
  display: grid;
  place-items: center;
  font-family: var(--cn);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--seal);
  border: 1px solid rgba(255, 45, 149, 0.55);
  background: rgba(255, 45, 149, 0.1);
  transition: transform 0.35s var(--ease), background 0.35s;
}
.world-item.is-in .world-item__index {
  animation: seal-pop 0.55s var(--ease) both;
}
.world-item:hover .world-item__index {
  transform: scale(1.08);
  background: rgba(255, 45, 149, 0.18);
}
@keyframes seal-pop {
  from { transform: scale(0.5) rotate(-12deg); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.world-item h3 {
  font-family: var(--font);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold-bright);
  margin-bottom: 4px;
}
.world-item p {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.7;
}

/* —— Guide —— */
.path-list {
  display: grid;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
}
.path-item {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px 18px;
  padding: 0 0 28px;
  opacity: 0;
  transform: translateY(14px);
  transition: 0.65s var(--ease);
}
.path-item.is-in { opacity: 1; transform: none; }
.path-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 52px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--line), transparent);
}
.path-item__num {
  width: 56px; height: 56px;
  display: grid;
  place-items: center;
  font-family: var(--cn);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold-bright);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255,45,149,0.12), transparent 55%),
    rgba(10, 14, 20, 0.85);
}
.path-item h3 {
  font-family: var(--font);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--gold-bright);
  padding-top: 12px;
  margin-bottom: 6px;
}
.path-item p {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.7;
}
.path-item__action { margin-top: 12px; }

/* —— Community —— */
.community-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.community-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 18px;
  border: 1px solid var(--line-soft);
  background: rgba(12, 16, 22, 0.75);
  transition: 0.25s;
}
.community-link::before {
  content: "◇";
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 10px;
  color: var(--gold-dim);
}
.community-link:hover {
  border-color: var(--gold);
  background: rgba(28, 12, 32, 0.55);
}
.community-link strong {
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold-bright);
}
.community-link span { font-size: 13px; color: var(--muted); font-weight: 500; }
.community-link:hover strong { color: var(--gold-bright); }

/* —— Footer —— */
.site-footer {
  position: relative;
  z-index: 2;
  padding: 40px 0 32px;
  background: linear-gradient(180deg, #0a0e14, var(--ink-deep));
  border-top: 1px solid var(--line-soft);
}
.footer-meander {
  height: 8px;
  background: var(--meander) center / 24px 8px repeat-x;
  opacity: 0.7;
  margin-bottom: 28px;
}
.footer-inner { display: grid; gap: 24px; }
.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line-soft);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-brand img {
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(255, 45, 149, 0.35));
}
.footer-brand strong {
  display: block;
  font-family: var(--display);
  color: var(--gold-bright);
}
.footer-brand span {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: var(--muted);
}
.footer-nav { display: flex; gap: 8px 18px; flex-wrap: wrap; }
.footer-nav a {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}
.footer-nav a:hover { color: var(--gold-bright); }
.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 28px;
}
.footer-legal { display: grid; gap: 8px; }
.footer-copy,
.footer-partners,
.footer-age {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
}
.footer-copy a,
.footer-partners a { color: var(--gold); }
.footer-partners span { color: var(--text); font-weight: 600; margin-right: 6px; }
.footer-partners a + a::before {
  content: "·";
  margin: 0 8px;
  color: rgba(255,255,255,0.25);
}

/* VNG */
#vng-rating-mount { flex-shrink: 0; }
.vng-rating {
  width: 268px;
  max-width: 100%;
  font-family: Arial, "Helvetica Neue", sans-serif;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
}
.vng-rating-top {
  display: grid;
  grid-template-columns: 84px 1fr;
  min-height: 84px;
}
.vng-rating-age {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #c9a86a;
  text-align: center;
}
.vng-rating-num {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 900;
  color: #111;
}
.vng-rating-pub {
  padding: 5px 4px 6px;
  background: #a8874f;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.vng-rating-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 10px;
  background: #1e4a7a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
}
.vng-rating-foot {
  margin: 0;
  padding: 7px 10px;
  background: #161616;
  color: #ececec;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

/* OAuth — Drama City / GTA VI tone */
.auth-body {
  min-height: 100vh;
  background: var(--ink-deep);
}
.auth-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.auth-bg__img {
  position: absolute;
  inset: -2%;
  background: url("/assets/banner.png?v=gta6") center / cover no-repeat;
  filter: saturate(1.05);
  animation: ken 32s var(--ease) infinite alternate;
}
.auth-bg__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 45%, rgba(255,45,149,0.15), rgba(6,5,12,0.88) 70%),
    linear-gradient(180deg, rgba(6,5,12,0.65), rgba(12,8,24,0.94));
}
.auth-page {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 20px 64px;
}
.auth-page #vng-rating-mount,
.auth-body #vng-rating-mount {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 90;
}
.auth-box.panel {
  width: min(440px, 100%);
  padding: 40px 32px 32px;
  text-align: center;
  z-index: 5;
}
.auth-seal {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid rgba(255, 45, 149, 0.85);
  background: linear-gradient(135deg, var(--seal), var(--gold-dim));
  transform: rotate(-6deg);
  animation: seal-stamp 0.7s var(--ease) 0.25s both;
  box-shadow: 0 0 20px rgba(255, 45, 149, 0.35);
}
.auth-logo {
  display: block;
  margin: 0 auto 12px;
  width: 120px;
  height: auto;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 6px 24px rgba(255, 45, 149, 0.45));
}
.auth-kicker {
  margin-top: 4px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: var(--cyan);
}
.auth-box h1 {
  font-family: var(--display);
  font-size: clamp(1.35rem, 4vw, 1.65rem);
  font-weight: 400;
  color: var(--gold-bright);
  margin: 4px 0 6px;
  letter-spacing: 0.06em;
}
.auth-hint {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--muted);
}
#status {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
  min-height: 1.4em;
}
.wait { color: var(--cyan); }
.ok { color: #00f5d4; }
.err { color: #ff6ec7; }

.spinner {
  width: 36px;
  height: 36px;
  margin: 8px auto 12px;
  border: 2px solid rgba(255, 45, 149, 0.2);
  border-top-color: var(--gold-bright);
  border-radius: 50%;
  animation: auth-spin 0.85s linear infinite;
}
@keyframes auth-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
  .auth-bg__img { animation: none; }
  .auth-seal { width: 40px; height: 40px; font-size: 1.1rem; }
}

@media (max-width: 960px) {
  .world-layout { grid-template-columns: 1fr; }
  .frame-art { min-height: 280px; }
  .community-list { grid-template-columns: 1fr 1fr; }
  .hero-ornament { display: none; }
  .neon-drift span:nth-child(n+9) { display: none; }
}
@media (max-width: 768px) {
  :root { --header-h: 62px; }
  .nav-main {
    display: none;
    position: fixed;
    top: var(--header-h);
    left: 12px; right: 12px;
    padding: 12px;
    background: rgba(7,10,14,0.96);
    border: 1px solid var(--line-soft);
    flex-direction: column;
  }
  .nav-main.open { display: flex; }
  .burger { display: flex; }
  .hero { place-items: center; padding-bottom: 96px; }
  .download-row,
  .community-list { grid-template-columns: 1fr; }
  .panel { padding: 28px 18px 22px; }
  .footer-bottom { grid-template-columns: 1fr; }
  .hero-media__img { animation: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-media__img,
  .hero-scroll span,
  .hero-embers span,
  .page-embers span,
  .hero-ornament,
  .hero-logo,
  .ornament-divider,
  .reveal,
  .world-item,
  .path-item,
  .panel.is-in .panel__corner,
  .frame-art__seal,
  .world-item__index,
  .neon-drift span {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .hero-embers,
  .page-embers,
  .neon-drift { display: none; }
}
