:root {
  --bg-1: #05070D;
  --bg-2: #0A0F1C;
  --panel-1: #0E1526;
  --panel-2: #111A30;
  --txt: #E8ECF4;
  --muted: #A8B3C7;
  --red-1: #E5303F;
  --red-2: #FF2E4D;
  --cyan: #22D3EE;
  --star: #F6C453;
  --green: #34D399;
  --ring: rgba(255,255,255,.12);
  --shadow: 0 20px 42px rgba(4, 6, 15, .45);
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, sans-serif;
  background:
    radial-gradient(1300px 500px at 5% -10%, rgba(34,211,238,.14), transparent 58%),
    radial-gradient(1100px 500px at 90% -20%, rgba(229,48,63,.14), transparent 60%),
    linear-gradient(180deg, var(--bg-2), var(--bg-1) 34%);
  color: var(--txt);
  scroll-behavior: smooth;
}

img, svg {
  max-width: 100%;
}

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

.container {
  width: min(1160px, calc(100% - 2.2rem));
  margin-inline: auto;
}

.top-marquee,
.bottom-marquee {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #6e0c1a, #9a1224, #6e0c1a);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.bottom-marquee {
  margin-top: 1.8rem;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 0;
}

.marquee-track {
  display: flex;
  gap: 2.6rem;
  white-space: nowrap;
  padding: .62rem 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: .78rem;
  letter-spacing: .2px;
  animation: marquee 22s linear infinite;
}

.marquee-track.reverse {
  animation-direction: reverse;
  animation-duration: 25s;
}

.marquee-track span {
  opacity: .96;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-35%); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(7,10,18,.9), rgba(7,10,18,.62));
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: .56rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.14rem;
}

.logo-dot {
  width: 12px;
  height: 12px;
  background: radial-gradient(circle at 30% 30%, #fff, var(--red-2));
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255,46,77,.85);
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  color: var(--muted);
}

.nav-list a {
  transition: color .25s ease;
  font-size: .92rem;
}

.nav-list a:hover,
.nav-list a:focus-visible {
  color: var(--txt);
}

.header-cta {
  display: flex;
  gap: .66rem;
}

.btn {
  border-radius: 14px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .7rem 1.08rem;
  font-weight: 700;
  letter-spacing: .1px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.btn-cta,
.btn-glow {
  background: linear-gradient(135deg, var(--red-1), var(--red-2));
  color: #fff;
  box-shadow: 0 8px 20px rgba(229,48,63,.35), 0 0 0 1px rgba(255,255,255,.06) inset;
}

.btn-glow {
  animation: pulseGlow 1.65s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%,100% { box-shadow: 0 9px 20px rgba(229,48,63,.4), 0 0 0 0 rgba(255,46,77,.42); }
  50% { box-shadow: 0 12px 28px rgba(255,46,77,.56), 0 0 0 8px rgba(255,46,77,0); }
}

.btn-outline {
  border-color: rgba(34,211,238,.44);
  color: var(--cyan);
  background: rgba(34,211,238,.08);
}

.btn-soft {
  background: rgba(232,236,244,.08);
  border-color: rgba(232,236,244,.12);
}

.hero {
  position: relative;
  isolation: isolate;
  padding-block: 2.3rem 1.2rem;
}

.hero-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
  z-index: -1;
  animation: orbFloat 8s ease-in-out infinite;
}

.orb-1 {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(229,48,63,.32), transparent 65%);
  top: 2%;
  left: -7%;
}

.orb-2 {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(34,211,238,.25), transparent 68%);
  right: 5%;
  top: -2%;
  animation-delay: .8s;
}

.orb-3 {
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(246,196,83,.18), transparent 70%);
  left: 42%;
  top: 28%;
  animation-delay: 1.4s;
}

@keyframes orbFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.45fr .95fr;
  gap: 1rem;
}

.hero-grid > * {
  min-width: 0;
}

.hero-copy,
.hero-art,
.panel,
.toc,
.breadcrumb-wrap {
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(150deg, rgba(17,26,48,.96), rgba(10,15,28,.95));
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-art {
  padding: 1.25rem;
}

.eyebrow {
  margin: 0 0 .9rem;
  color: var(--cyan);
  text-transform: uppercase;
  font-size: .74rem;
  letter-spacing: 1px;
  font-family: "IBM Plex Mono", monospace;
}

h1,h2,h3 {
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 .72rem;
}

h1 {
  font-size: clamp(1.44rem, 2.5vw, 2.14rem);
  line-height: 1.2;
}

h2 {
  font-size: clamp(1.23rem, 2vw, 1.7rem);
}

.hero-copy p,
.panel p,
.panel li,
.panel td,
.panel th,
.toc li,
.site-footer p {
  line-height: 1.75;
  color: #dfe6f3;
}

.slider {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.08);
}

.slides {
  display: flex;
  transition: transform .52s ease;
  touch-action: pan-y;
}

.slide {
  flex: 0 0 100%;
  padding: 1rem 2.5rem 1rem 1rem;
  min-height: 240px;
}

.slide h2 {
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: rgba(8,12,23,.85);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.22);
}

.slide-arrow.prev { left: .55rem; }
.slide-arrow.next { right: .55rem; }

.dots {
  display: flex;
  gap: .45rem;
  margin-top: .72rem;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(232,236,244,.3);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.dot.is-active {
  width: 25px;
  background: linear-gradient(90deg, var(--red-1), var(--red-2));
}

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

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

.spin-ring {
  position: absolute;
  inset: -70px -60px auto auto;
  width: 210px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(229,48,63,.9), rgba(34,211,238,.4), rgba(229,48,63,.9));
  filter: blur(0px);
  opacity: .7;
  animation: spin 8s linear infinite;
}

.spin-ring::after {
  content: "";
  position: absolute;
  inset: 22px;
  background: var(--panel-2);
  border-radius: 50%;
}

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

.art-grid {
  position: relative;
  display: grid;
  gap: .7rem;
}

.art-grid > * {
  min-width: 0;
}

.hero-figure {
  margin: .8rem 0 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.02);
}

.hero-figure img {
  width: 100%;
  display: block;
}

.hero-figure figcaption {
  font-size: .82rem;
  color: #b8c6de;
  padding: .52rem .7rem .62rem;
}

.art-card {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: .85rem;
  background: rgba(6,9,18,.5);
}

.art-card strong {
  display: block;
  font-size: 1.18rem;
  margin: .22rem 0 .44rem;
}

.ok { color: var(--green); }
.warn { color: var(--star); }

.mono-label {
  font-family: "IBM Plex Mono", monospace;
  color: var(--muted);
  font-size: .76rem;
}

.breadcrumb-wrap,
.toc,
.panel {
  margin-top: 1rem;
  padding: 1rem 1rem 1.1rem;
}

.breadcrumb {
  display: flex;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #d6deec;
  font-family: "IBM Plex Mono", monospace;
  font-size: .82rem;
}

.breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: .5rem;
  color: var(--cyan);
}

.toc ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem .85rem;
  margin: 0;
  padding: 0;
}

.toc a {
  display: block;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.02);
  border-radius: 11px;
  padding: .54rem .66rem;
  color: #dbe5f7;
}

.toc a:hover,
.toc a:focus-visible {
  border-color: rgba(34,211,238,.44);
  color: #fff;
}

.content {
  padding-bottom: 5.5rem;
}

.panel ol,
.panel ul {
  padding-left: 1.2rem;
}

.alert {
  border-left: 3px solid var(--red-2);
  background: rgba(229,48,63,.12);
  padding: .85rem;
  border-radius: 10px;
}

.tbl-wrap {
  max-width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

caption {
  caption-side: top;
  text-align: left;
  padding: .4rem 0 .8rem;
  color: #b9c5db;
}

th, td {
  padding: .75rem .62rem;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

th {
  color: #fff;
}

.backup-list {
  list-style: none;
  padding: 0;
  margin: .5rem 0 0;
  display: grid;
  gap: .5rem;
}

.backup-list li {
  border: 1px dashed rgba(34,211,238,.38);
  border-radius: 12px;
  padding: .58rem .75rem;
  background: rgba(34,211,238,.08);
}

.games-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(245px, 1fr);
  gap: .75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: .3rem;
}

.game-card {
  scroll-snap-align: start;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(160deg, rgba(229,48,63,.14), rgba(17,26,48,.92));
  padding: .88rem;
}

.rating-wrap {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 1rem;
}

.rating-score {
  border-radius: 18px;
  border: 1px solid rgba(246,196,83,.35);
  background: rgba(246,196,83,.08);
  padding: .95rem;
}

.rating-score strong {
  font-size: 2.2rem;
  color: var(--star);
  line-height: 1;
}

.rating-score strong span {
  font-size: 1rem;
  color: #fff;
}

.rating-bars {
  display: grid;
  gap: .62rem;
}

.rating-bars div {
  display: grid;
  gap: .35rem;
}

.rating-bars i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  width: var(--w);
  box-shadow: 0 0 0 1px rgba(255,255,255,.08) inset;
}

.pros-cons {
  margin-top: .9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.pros-cons article {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
  border-radius: 14px;
  padding: .8rem;
}

.reviews {
  margin-top: .78rem;
  display: grid;
  gap: .64rem;
}

blockquote {
  margin: 0;
  border-left: 3px solid var(--cyan);
  padding: .7rem .8rem;
  border-radius: 10px;
  background: rgba(34,211,238,.08);
}

blockquote p {
  margin: 0;
}

blockquote cite {
  display: block;
  margin-top: .42rem;
  color: #cbdbef;
  font-style: normal;
  font-size: .9rem;
}

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

details {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  padding: .65rem .72rem;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  margin: .54rem 0 0;
}

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

.event-card {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
  padding: .84rem;
}

.countdown {
  margin-top: .95rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(8,14,27,.68);
  padding: .82rem;
}

.countdown-boxes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .62rem;
}

.countdown-boxes div {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  padding: .65rem .4rem;
  text-align: center;
}

.countdown-boxes span {
  display: block;
  font-size: 1.28rem;
  font-weight: 800;
}

.final-cta {
  margin-top: .78rem;
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
}

.huge {
  min-height: 52px;
  padding-inline: 1.35rem;
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-block: 1.3rem 5.2rem;
  background: rgba(5,7,13,.6);
}

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

.footer-title {
  color: #fff;
  font-weight: 700;
}

.lang-links {
  list-style: none;
  padding: 0;
  margin: .3rem 0 0;
  display: grid;
  gap: .35rem;
}

.lang-links a {
  color: var(--cyan);
}

.lang-links span {
  color: var(--muted);
}

.footer-bottom {
  margin-top: .8rem;
  padding-top: .8rem;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  flex-wrap: wrap;
  font-size: .9rem;
}

.backtop {
  position: fixed;
  right: 20px;
  bottom: 86px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(34,211,238,.56);
  background: rgba(10,15,28,.88);
  color: var(--cyan);
  font-weight: 800;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 40;
}

.backtop.show {
  opacity: 1;
  pointer-events: auto;
}

.mobile-dock {
  position: fixed;
  left: .62rem;
  right: .62rem;
  bottom: .64rem;
  z-index: 45;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(8,12,23,.88);
  backdrop-filter: blur(12px);
  padding: .54rem;
  display: none;
  gap: .5rem;
}

.mobile-dock .btn {
  flex: 1;
  min-height: 46px;
}

.toast {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  bottom: 140px;
  background: rgba(3,6,13,.92);
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  padding: .66rem .88rem;
  opacity: 0;
  pointer-events: none;
  transition: transform .35s ease, opacity .35s ease;
  z-index: 60;
  max-width: min(520px, calc(100% - 2rem));
  text-align: center;
  font-size: .92rem;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero-grid,
  .rating-wrap {
    grid-template-columns: 1fr;
  }

  .nav-list {
    display: none;
  }

  .toc ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .mobile-dock {
    display: flex;
  }

  .site-footer {
    padding-bottom: 7rem;
  }

  .header-cta {
    display: none;
  }

  .footer-grid,
  .pros-cons,
  .event-grid {
    grid-template-columns: 1fr;
  }

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

  .slide {
    min-height: 300px;
    padding-inline: .85rem 2.1rem;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(1160px, calc(100% - 1rem));
  }

  .hero-copy,
  .hero-art,
  .panel,
  .toc,
  .breadcrumb-wrap {
    border-radius: 16px;
    padding: .88rem;
  }

  .slide-arrow {
    width: 30px;
    height: 30px;
  }

  .btn {
    font-size: .93rem;
  }

  .backtop {
    bottom: 150px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
