:root {
  --bg: #060709;
  --bg-soft: #0c1116;
  --bg-panel: rgba(15, 20, 28, 0.84);
  --bg-panel-strong: rgba(18, 24, 33, 0.96);
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(255, 255, 255, 0.2);
  --text: #f4f7fb;
  --muted: #b9c4d3;
  --accent: #70f0b7;
  --accent-strong: #3fb47f;
  --accent-hot: #ff8b5f;
  --accent-soft: #9cc8ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --frame-gap: 0rem;
  --section-gutter: clamp(1rem, 2.4vw, 2.4rem);
  --container: 100vw;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 10%, rgba(112, 240, 183, 0.15), transparent 26%),
    radial-gradient(circle at 86% 8%, rgba(156, 200, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #050607 0%, #090c11 36%, #07090d 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-locked {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(4, 6, 8, 0) 0%,
      rgba(4, 6, 8, 0.18) 48%,
      rgba(4, 6, 8, 0.56) 100%
    );
}

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

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

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: soft-light;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 4px 4px;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(20, 38, 58, 0.28), transparent 24%),
    radial-gradient(circle at 16% 18%, rgba(112, 240, 183, 0.16), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(156, 200, 255, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(112, 240, 183, 0.04), transparent 42%),
    #020305;
  transition:
    opacity 420ms ease,
    visibility 420ms ease;
}

.site-loader::after {
  content: "";
  position: absolute;
  inset: -20%;
  display: none;
  pointer-events: none;
}

.site-loader.is-finishing::after {
  display: block;
  background:
    linear-gradient(90deg, transparent 0%, rgba(112, 240, 183, 0.2) 48%, rgba(255, 236, 164, 0.32) 50%, rgba(123, 188, 255, 0.2) 52%, transparent 100%);
  animation: loader-finish-sweep 980ms cubic-bezier(0.18, 0.7, 0.24, 1) both;
}

.site-loader.is-complete {
  opacity: 0;
  visibility: hidden;
}

.site-loader-canvas,
.site-loader-veil {
  position: absolute;
  inset: 0;
}

.site-loader-canvas {
  width: 100%;
  height: 100%;
  background: #000;
}

.site-loader-cyberstage {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 82%, rgba(255, 77, 26, 0.46), transparent 20%),
    radial-gradient(ellipse at 50% 78%, rgba(255, 201, 67, 0.2), transparent 14%),
    radial-gradient(circle at 50% 48%, rgba(0, 222, 255, 0.12), transparent 20%),
    linear-gradient(180deg, #000 0%, #020612 46%, #010105 100%);
}

.site-loader-cyberstage::before,
.site-loader-cyberstage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-loader-cyberstage::before {
  opacity: 0.52;
  background-image:
    linear-gradient(90deg, transparent 0 13%, rgba(45, 113, 149, 0.2) 13.2%, transparent 13.6%),
    linear-gradient(180deg, transparent 0 18%, rgba(72, 109, 150, 0.18) 18.2%, transparent 18.8%),
    linear-gradient(90deg, rgba(0, 229, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 229, 255, 0.035) 1px, transparent 1px);
  background-size:
    34rem 18rem,
    28rem 16rem,
    4.5rem 4.5rem,
    4.5rem 4.5rem;
  filter: blur(0.2px);
  animation: loader-circuit-drift 7s linear infinite;
}

.site-loader-cyberstage::after {
  opacity: 0.72;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 50%, rgba(0, 0, 0, 0.12) 50%),
    radial-gradient(ellipse at 50% 50%, transparent 0 42%, rgba(0, 0, 0, 0.78) 78%);
  background-size: 100% 4px, 100% 100%;
  mix-blend-mode: screen;
}

.loader-circuit {
  position: absolute;
  width: min(92vw, 70rem);
  height: 28rem;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(0, 229, 255, 0.05);
  border-radius: 2rem;
  opacity: 0.48;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(0, 229, 255, 0.2) 8.3%, transparent 8.9%),
    linear-gradient(90deg, transparent 0 72%, rgba(255, 57, 80, 0.22) 72.2%, transparent 73%),
    linear-gradient(180deg, transparent 0 22%, rgba(0, 229, 255, 0.13) 22.2%, transparent 22.8%),
    linear-gradient(180deg, transparent 0 79%, rgba(255, 57, 80, 0.16) 79.2%, transparent 80%);
  box-shadow:
    inset 0 0 40px rgba(0, 229, 255, 0.03),
    0 0 36px rgba(0, 229, 255, 0.04);
}

.loader-circuit-a {
  animation: loader-panel-breathe 4.6s ease-in-out infinite;
}

.loader-circuit-b {
  width: min(86vw, 58rem);
  height: 20rem;
  opacity: 0.36;
  transform: translate(-50%, -50%) scaleX(1.08);
  animation: loader-panel-breathe 5.2s ease-in-out 500ms infinite reverse;
}

.loader-shard,
.loader-flare {
  position: absolute;
  left: 50%;
  top: 48%;
  pointer-events: none;
}

.loader-shard {
  width: var(--loader-shard-width, 18rem);
  height: var(--loader-shard-height, 2.2rem);
  clip-path: polygon(0 52%, 14% 14%, 86% 0, 100% 38%, 78% 88%, 10% 100%);
  background:
    linear-gradient(90deg, transparent, rgba(255, 122, 34, 0.98) 18%, rgba(255, 231, 76, 0.92) 50%, rgba(0, 229, 255, 0.94) 74%, transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), transparent 42%);
  box-shadow:
    0 0 18px rgba(255, 95, 28, 0.48),
    0 0 38px rgba(0, 229, 255, 0.26);
  filter: saturate(1.36) contrast(1.12);
  mix-blend-mode: screen;
  animation: loader-shard-ignite 3.1s cubic-bezier(0.16, 0.84, 0.28, 1) infinite;
}

.loader-shard-a {
  --loader-shard-width: clamp(17rem, 33vw, 32rem);
  transform: translate(-74%, -178%) rotate(-8deg) skewX(-18deg);
}

.loader-shard-b {
  --loader-shard-width: clamp(14rem, 30vw, 28rem);
  --loader-shard-height: 2.7rem;
  transform: translate(-14%, -152%) rotate(7deg) skewX(-22deg);
  animation-delay: 120ms;
}

.loader-shard-c {
  --loader-shard-width: clamp(22rem, 40vw, 40rem);
  --loader-shard-height: 3.4rem;
  transform: translate(-58%, -42%) rotate(-3deg) skewX(-28deg);
  animation-delay: 220ms;
}

.loader-shard-d {
  --loader-shard-width: clamp(19rem, 34vw, 34rem);
  transform: translate(-2%, -18%) rotate(3deg) skewX(-20deg);
  animation-delay: 320ms;
}

.loader-shard-e {
  --loader-shard-width: clamp(16rem, 28vw, 28rem);
  --loader-shard-height: 2rem;
  transform: translate(-66%, 78%) rotate(7deg) skewX(-24deg);
  animation-delay: 460ms;
}

.loader-shard-f {
  --loader-shard-width: clamp(15rem, 26vw, 26rem);
  --loader-shard-height: 1.85rem;
  transform: translate(2%, 86%) rotate(-6deg) skewX(-28deg);
  animation-delay: 560ms;
}

.loader-flare {
  width: clamp(14rem, 38vw, 34rem);
  height: clamp(8rem, 18vw, 16rem);
  border-radius: 999px;
  opacity: 0;
  transform: translate(-50%, -42%);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 7%, rgba(255, 201, 67, 0.72) 8% 16%, rgba(255, 57, 80, 0.28) 28%, transparent 64%);
  filter: blur(8px);
  mix-blend-mode: screen;
  animation: loader-flare-burst 3.4s cubic-bezier(0.16, 0.84, 0.28, 1) infinite;
}

.site-loader-veil {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.03), transparent 20%),
    linear-gradient(180deg, rgba(2, 4, 6, 0.04), rgba(2, 4, 6, 0.5)),
    radial-gradient(circle at 22% 18%, rgba(0, 229, 255, 0.1), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(255, 57, 80, 0.12), transparent 26%);
}

.site-loader-catalog {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.site-loader-row {
  position: absolute;
  left: 50%;
  width: 140vw;
  transform: translateX(-50%);
  opacity: 0.82;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.site-loader-row-primary {
  top: 10%;
  transform: translateX(-50%) rotate(-8deg);
}

.site-loader-row-secondary {
  bottom: 11%;
  transform: translateX(-50%) rotate(7deg);
}

.site-loader-track {
  display: flex;
  width: max-content;
  gap: clamp(1.4rem, 2vw, 2rem);
  will-change: transform;
}

.site-loader-row-primary .site-loader-track {
  animation: loader-track-left 28s linear infinite;
}

.site-loader-row-secondary .site-loader-track {
  animation: loader-track-right 32s linear infinite;
}

.site-loader-card {
  position: relative;
  flex: 0 0 clamp(14rem, 19vw, 19.5rem);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    rgba(7, 10, 14, 0.72);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-loader-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 8, 12, 0.04), rgba(4, 8, 12, 0.6)),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.1), transparent 20%);
}

.site-loader-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-loader-card-title {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.6rem, 2.1vw, 2.2rem);
  letter-spacing: 0.06em;
  line-height: 0.94;
  text-transform: uppercase;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.42);
}

.site-loader-panel {
  position: relative;
  z-index: 2;
  width: auto;
  padding: 0;
  display: grid;
  gap: 1.4rem;
  justify-items: center;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
}

.site-loader-mark-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(5.8rem, 9vw, 7rem);
  aspect-ratio: 1;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.site-loader.is-finishing .site-loader-mark-shell {
  animation: loader-logo-settle 980ms cubic-bezier(0.16, 0.84, 0.28, 1) forwards;
}

.site-loader-mark {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.2))
    drop-shadow(0 0 26px rgba(112, 240, 183, 0.22))
    drop-shadow(0 18px 42px rgba(0, 0, 0, 0.34));
  animation: loader-logo-flash 1.7s ease-in-out infinite;
}

.site-loader-signature {
  position: relative;
  display: block;
  margin-top: -0.2rem;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.8rem, 14vw, 11rem);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 0.78;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(1rem) scaleX(1.04);
  text-shadow:
    0 0 16px rgba(0, 229, 255, 0.35),
    0 0 44px rgba(255, 166, 47, 0.3);
}

.site-loader.is-finishing .site-loader-signature {
  animation:
    loader-signature-forge 2600ms cubic-bezier(0.16, 0.84, 0.28, 1) 80ms forwards,
    loader-signature-glitch 1900ms steps(1, end) 600ms infinite;
}

.site-loader-signature::before,
.site-loader-signature::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  opacity: 0.74;
  pointer-events: none;
  mix-blend-mode: screen;
}

.site-loader-signature::before {
  color: #00e5ff;
  transform: translate(0.08em, -0.02em);
  clip-path: inset(0 0 54% 0);
}

.site-loader-signature::after {
  color: #ff394f;
  transform: translate(-0.08em, 0.025em);
  clip-path: inset(48% 0 0 0);
}

.site-loader-mark-ring {
  position: absolute;
  inset: -18%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(112, 240, 183, 0.06),
    0 0 30px rgba(112, 240, 183, 0.08);
  animation: loader-ring-pulse 2200ms ease-out infinite;
}

.site-loader-mark-ring-delayed {
  animation-delay: 1100ms;
}

.site-loader-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 0;
  color: rgba(244, 247, 251, 0.94);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 0.92;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 12px rgba(112, 240, 183, 0.28),
    0 0 30px rgba(156, 200, 255, 0.2);
  opacity: 0;
  transform: translateY(0.4rem);
  transition:
    opacity 280ms ease,
    transform 420ms cubic-bezier(0.16, 0.84, 0.28, 1);
}

.site-loader.is-finishing .site-loader-title {
  opacity: 1;
  transform: translateY(0);
}

.site-loader-title span {
  position: relative;
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  filter: drop-shadow(0 0 10px rgba(112, 240, 183, 0.26));
}

.site-loader.is-finishing .site-loader-title span {
  animation:
    loader-word-type 720ms steps(12, end) forwards,
    loader-word-glitch 2100ms steps(1, end) infinite;
}

.site-loader-title span:nth-child(1) {
  animation-delay: 240ms, 900ms;
}

.site-loader-title span:nth-child(2) {
  animation-delay: 900ms, 1280ms;
}

.site-loader-title span:nth-child(3) {
  animation-delay: 1560ms, 1620ms;
}

.site-cinematic {
  position: fixed;
  inset: 0;
  z-index: 58;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 50%, rgba(20, 31, 46, 0.38), transparent 52%),
    #020305;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 520ms ease,
    visibility 520ms ease;
}

.site-cinematic.is-active {
  opacity: 1;
  visibility: visible;
}

.site-cinematic.is-complete {
  opacity: 0;
  visibility: hidden;
}

.site-cinematic-video,
.site-cinematic-veil,
.site-cinematic-grid,
.site-cinematic-flash,
.site-cinematic-shutters {
  position: absolute;
  inset: 0;
}

.site-cinematic-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
  filter: saturate(1.1) contrast(1.08) brightness(0.5);
  transform: scale(1.08);
}

.site-cinematic-veil {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.08), transparent 20%),
    radial-gradient(circle at 18% 20%, rgba(117, 247, 208, 0.18), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(255, 124, 71, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(1, 2, 4, 0.66), rgba(1, 2, 4, 0.82));
}

.site-cinematic-grid {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 100% 3.6rem, 3.6rem 100%;
  transform: perspective(1200px) rotateX(76deg) translateY(28vh) scale(1.2);
  transform-origin: center bottom;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.92) 38%, #000 100%);
}

.site-cinematic-flash {
  inset: -18%;
  opacity: 0;
  background: linear-gradient(
    108deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.82) 48%,
    rgba(124, 251, 210, 0.52) 50%,
    rgba(255, 255, 255, 0.82) 52%,
    transparent 60%,
    transparent 100%
  );
  mix-blend-mode: screen;
  transform: translateX(-65%) skewX(-18deg);
}

.site-cinematic-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  text-align: center;
  opacity: 0;
  transform: translateY(2.25rem) scale(0.92);
}

.site-cinematic-mark {
  width: clamp(4.6rem, 8vw, 6.8rem);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.2))
    drop-shadow(0 0 28px rgba(117, 247, 208, 0.28))
    drop-shadow(0 16px 40px rgba(0, 0, 0, 0.44));
  animation: loader-logo-flash 2.1s ease-in-out infinite;
}

.site-cinematic-kicker,
.site-cinematic-tag {
  margin: 0;
}

.site-cinematic-kicker {
  font-size: 0.84rem;
  letter-spacing: 0.54em;
  text-transform: uppercase;
  color: rgba(234, 240, 246, 0.68);
}

.site-cinematic-title {
  margin: 0;
  display: grid;
  gap: 0.08em;
  justify-items: center;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(4.2rem, 12vw, 8.8rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f8fcff;
  text-shadow:
    0 0 22px rgba(255, 255, 255, 0.12),
    0 0 34px rgba(117, 247, 208, 0.18),
    0 14px 34px rgba(0, 0, 0, 0.38);
}

.site-cinematic-title span {
  display: block;
  position: relative;
  width: fit-content;
}

.site-cinematic-title span:first-child {
  color: rgba(244, 247, 251, 0.94);
}

.site-cinematic-title span:last-child {
  background:
    linear-gradient(90deg, #ffffff 0%, #91f7c5 34%, #ffd099 72%, #fff1d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: title-flicker 7.2s steps(1, end) infinite;
}

.site-cinematic-title span:last-child::after {
  content: "";
  position: absolute;
  inset: 18% -3% auto;
  height: 0.12em;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(112, 240, 183, 0),
    rgba(112, 240, 183, 0.96),
    rgba(255, 139, 95, 0.82),
    rgba(255, 139, 95, 0)
  );
  box-shadow: 0 0 30px rgba(112, 240, 183, 0.28);
}

.site-cinematic-title span[data-glitch]::before,
.site-cinematic-title span[data-glitch]::after {
  content: attr(data-glitch);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
}

.site-cinematic-title span[data-glitch]::before {
  color: rgba(112, 240, 183, 0.54);
  transform: translate3d(-0.05em, 0, 0);
  animation: glitch-scan 5.9s infinite;
}

.site-cinematic-title span[data-glitch]::after {
  color: rgba(255, 139, 95, 0.48);
  transform: translate3d(0.05em, 0, 0);
  animation: glitch-scan 5.9s infinite reverse;
}

.site-cinematic-tag {
  max-width: 38rem;
  font-size: 0.96rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(232, 239, 244, 0.72);
}

.site-cinematic-shutter {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20vh;
  min-height: 7rem;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.74)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 36%, rgba(255, 255, 255, 0.04));
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.42);
}

.site-cinematic-shutter-top {
  top: 0;
}

.site-cinematic-shutter-bottom {
  bottom: 0;
}

.site-cinematic.is-active .site-cinematic-video {
  animation: cinematic-video-drift 2200ms cubic-bezier(0.18, 0.7, 0.24, 1) both;
}

.site-cinematic.is-active .site-cinematic-grid {
  animation: cinematic-grid-rise 1600ms cubic-bezier(0.18, 0.7, 0.24, 1) both;
}

.site-cinematic.is-active .site-cinematic-flash {
  animation: cinematic-flash-sweep 1180ms cubic-bezier(0.18, 0.7, 0.24, 1) 120ms both;
}

.site-cinematic.is-active .site-cinematic-copy {
  animation: cinematic-copy-in 1320ms cubic-bezier(0.16, 0.84, 0.28, 1) 120ms both;
}

.site-cinematic.is-active .site-cinematic-mark {
  animation: cinematic-mark-pulse 1800ms ease-in-out 240ms both;
}

.site-cinematic.is-active .site-cinematic-shutter-top {
  animation: cinematic-shutter-top 1280ms cubic-bezier(0.18, 0.7, 0.24, 1) both;
}

.site-cinematic.is-active .site-cinematic-shutter-bottom {
  animation: cinematic-shutter-bottom 1280ms cubic-bezier(0.18, 0.7, 0.24, 1) both;
}

.site-cinematic.is-complete .site-cinematic-copy {
  transition:
    opacity 360ms ease,
    transform 360ms ease;
  opacity: 0;
  transform: translateY(-1rem) scale(1.02);
}

.site-cinematic.is-complete .site-cinematic-flash {
  transition: opacity 280ms ease;
  opacity: 0;
}

.site-cinematic.is-complete .site-cinematic-video,
.site-cinematic.is-complete .site-cinematic-grid,
.site-cinematic.is-complete .site-cinematic-shutters {
  transition:
    opacity 360ms ease,
    transform 360ms ease;
  opacity: 0;
}

.pc-gate {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 46;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 280ms ease,
    visibility 280ms ease;
}

.pc-gate.is-open {
  opacity: 1;
  visibility: visible;
}

.pc-gate-panel {
  position: relative;
  z-index: 1;
  width: min(38rem, calc(100vw - 2rem));
  margin: auto auto clamp(1rem, 4vw, 2rem);
  padding: clamp(1.5rem, 5vw, 2.3rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 22% 14%, rgba(112, 240, 183, 0.24), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(255, 139, 95, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(9, 13, 19, 0.82), rgba(3, 4, 7, 0.92));
  backdrop-filter: blur(18px);
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pc-gate-video,
.pc-gate-veil {
  position: absolute;
  inset: 0;
}

.pc-gate-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  filter: saturate(1.08) contrast(1.04) brightness(0.56);
}

.pc-gate-veil {
  background:
    linear-gradient(180deg, rgba(4, 6, 9, 0.28), rgba(2, 4, 6, 0.82)),
    radial-gradient(circle at 22% 18%, rgba(112, 240, 183, 0.18), transparent 22%),
    radial-gradient(circle at 86% 14%, rgba(255, 139, 95, 0.18), transparent 24%);
}

.pc-gate-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-gate h1 {
  margin: 1rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 12vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pc-gate p,
.pc-gate-points {
  color: rgba(244, 247, 251, 0.76);
  line-height: 1.75;
}

.pc-gate-points {
  margin: 1.2rem 0 0;
  padding-left: 1.2rem;
}

.pc-gate-points li + li {
  margin-top: 0.5rem;
}

.pc-gate-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.site-toast {
  position: fixed;
  left: 50%;
  bottom: 1.1rem;
  z-index: 58;
  width: min(32rem, calc(100vw - 1.4rem));
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 139, 95, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    rgba(10, 13, 18, 0.94);
  color: rgba(244, 247, 251, 0.92);
  line-height: 1.6;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 1rem, 0);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.site-toast.is-visible {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.section[id] {
  scroll-margin-top: 7rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  padding: 1rem clamp(1.25rem, 2.2vw, 2rem);
  transform: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: rgba(6, 9, 13, 0.72);
  backdrop-filter: blur(16px);
  z-index: 20;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(10, 14, 19, 0.92);
  border-color: rgba(255, 255, 255, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 224, 151, 0.24), transparent 42%),
    linear-gradient(135deg, rgba(112, 240, 183, 0.2), rgba(255, 139, 95, 0.14));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  isolation: isolate;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: -10%;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.4) 50%, transparent 76%);
  transform: translateX(-120%) rotate(8deg);
  animation: mark-sheen 6.8s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

.brand-mark img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  position: relative;
  display: inline-block;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f6fffb 0%, #b8f8dd 42%, #ffe3b2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  animation: brand-pulse 7.4s ease-in-out infinite;
}

.brand-copy strong[data-glitch]::before,
.brand-copy strong[data-glitch]::after {
  content: attr(data-glitch);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
}

.brand-copy strong[data-glitch]::before {
  color: rgba(112, 240, 183, 0.58);
  transform: translate3d(-0.06em, 0, 0);
  animation: glitch-scan 7.1s infinite;
}

.brand-copy strong[data-glitch]::after {
  color: rgba(255, 139, 95, 0.54);
  transform: translate3d(0.06em, 0, 0);
  animation: glitch-scan 7.1s infinite reverse;
}

.brand-copy span {
  margin-top: 0.22rem;
  color: rgba(244, 247, 251, 0.66);
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: rgba(244, 247, 251, 0.76);
  font-size: 0.87rem;
}

.site-nav a {
  position: relative;
  padding-bottom: 0.16rem;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.language-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3rem;
  padding: 0.35rem 0.45rem 0.35rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(7, 10, 14, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.language-picker span {
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-picker select {
  min-width: 8.4rem;
  border: 0;
  padding: 0.6rem 2rem 0.6rem 0.2rem;
  color: var(--text);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  background:
    linear-gradient(45deg, transparent 50%, rgba(244, 247, 251, 0.86) 50%),
    linear-gradient(135deg, rgba(244, 247, 251, 0.86) 50%, transparent 50%);
  background-position:
    calc(100% - 1.05rem) calc(50% - 0.14rem),
    calc(100% - 0.72rem) calc(50% - 0.14rem);
  background-size: 0.42rem 0.42rem;
  background-repeat: no-repeat;
  appearance: none;
  outline: none;
  cursor: pointer;
  color-scheme: dark;
}

.language-picker select option {
  background: #0d1218;
  color: var(--text);
}

.button,
.menu-toggle {
  min-height: 3rem;
  border-radius: 999px;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button[aria-disabled="true"],
.button.is-mobile-locked,
.game-action[aria-disabled="true"],
.game-action.is-mobile-locked {
  cursor: not-allowed;
  border-color: rgba(255, 139, 95, 0.18);
  background: rgba(255, 139, 95, 0.08);
  color: rgba(244, 247, 251, 0.86);
  box-shadow: none;
}

.button[aria-disabled="true"]:hover,
.button.is-mobile-locked:hover,
.button[aria-disabled="true"]:focus-visible,
.button.is-mobile-locked:focus-visible,
.game-action[aria-disabled="true"]:hover,
.game-action.is-mobile-locked:hover,
.game-action[aria-disabled="true"]:focus-visible,
.game-action.is-mobile-locked:focus-visible {
  transform: none;
  box-shadow: none;
  border-color: rgba(255, 139, 95, 0.2);
  background: rgba(255, 139, 95, 0.08);
}

.button:hover,
.button:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible,
.featured-slide:hover,
.featured-slide:focus-visible,
.game-card:hover,
.game-card:focus-visible,
.game-action:hover,
.game-action:focus-visible,
.guide-tab:hover,
.guide-tab:focus-visible {
  transform: translateY(-2px);
}

.button:focus-visible,
.menu-toggle:focus-visible,
.featured-slide:focus-visible,
.game-card:focus-visible,
.game-action:focus-visible,
.guide-tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(112, 240, 183, 0.12);
}

.button-solid {
  color: #041009;
  background: linear-gradient(135deg, var(--accent), #ccffd2);
  box-shadow: 0 14px 40px rgba(112, 240, 183, 0.18);
}

.button-solid:hover,
.button-solid:focus-visible {
  background: linear-gradient(135deg, #7ff4bf, #ddffe1);
}

.button-outline,
.button-ghost,
.menu-toggle {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.button-outline:hover,
.button-ghost:hover,
.menu-toggle:hover,
.button-outline:focus-visible,
.button-ghost:focus-visible,
.menu-toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  padding: 0.8rem 1rem;
}

.mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 24;
  opacity: 0;
  background: rgba(2, 4, 6, 0.56);
  backdrop-filter: blur(10px);
  transition: opacity 220ms ease;
}

.mobile-backdrop.is-open {
  opacity: 1;
}

.mobile-drawer {
  position: fixed;
  top: 5.75rem;
  right: 0.75rem;
  z-index: 25;
  width: min(24rem, calc(100vw - 1.5rem));
  padding: 1rem;
  opacity: 0;
  transform: translateY(-10px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-panel-strong);
  box-shadow: var(--shadow);
  overflow-y: auto;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.mobile-drawer.is-open {
  opacity: 1;
  transform: translateY(0);
}

.mobile-nav {
  display: grid;
  gap: 0.35rem;
}

.mobile-nav a {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(244, 247, 251, 0.84);
}

.mobile-nav a.is-active {
  background: rgba(112, 240, 183, 0.12);
  color: var(--text);
}

.mobile-cta {
  width: 100%;
  margin-top: 1rem;
}

main,
.site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 0;
}

.section {
  padding: 0 var(--section-gutter) 5.25rem;
  content-visibility: auto;
  contain-intrinsic-size: 920px;
}

.hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: max(52rem, 100svh);
  padding: 7.2rem clamp(1.4rem, 3vw, 3rem) 3.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.74fr);
  gap: clamp(1.2rem, 2.2vw, 2.8rem);
  align-items: center;
  overflow: hidden;
  --pointer-x: 50%;
  --pointer-y: 50%;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  perspective: 1600px;
}

.hero-backdrop {
  position: absolute;
  inset: -7.2rem 0 -3.2rem;
  z-index: -1;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  background-image:
    var(--hero-backdrop-image, none),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(4, 8, 12, 0.04), rgba(4, 8, 12, 0.12));
  background-position: center center, center center, center center, center center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: cover, auto, auto, auto;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: auto -6% -4% -6%;
  height: 42%;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 70%, rgba(112, 240, 183, 0.16), transparent 28%),
    radial-gradient(circle at 78% 74%, rgba(156, 200, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(8, 12, 18, 0) 0%, rgba(8, 12, 18, 0.1) 100%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

.hero-video,
.hero-video-veil {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  opacity: 0.93;
  filter: saturate(1.24) contrast(1.08) brightness(0.98);
}

.hero-video-veil {
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0), rgba(5, 7, 11, 0.07) 46%, rgba(5, 7, 11, 0.28) 100%),
    linear-gradient(90deg, rgba(5, 8, 12, 0.14), rgba(5, 8, 12, 0.01) 34%, rgba(5, 8, 12, 0.16) 100%),
    radial-gradient(circle at 24% 32%, rgba(112, 240, 183, 0.12), transparent 24%),
    radial-gradient(circle at 76% 22%, rgba(255, 139, 95, 0.16), transparent 26%);
}

.hero-grid {
  position: absolute;
  inset: auto 0 2%;
  height: 22%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.26;
  mask-image: linear-gradient(180deg, transparent 26%, rgba(0, 0, 0, 0.12) 56%, rgba(0, 0, 0, 0.58) 100%);
  transform:
    perspective(900px)
    rotateX(76deg)
    translate3d(calc((var(--pointer-x) - 50%) * 0.1), calc((var(--pointer-y) - 50%) * 0.08), 0)
    scale(1.08);
  transform-origin: center bottom;
  transition: transform 240ms ease;
}

.hero-beam {
  position: absolute;
  top: 10%;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.28;
}

.hero-beam-left {
  left: -4rem;
  background: rgba(112, 240, 183, 0.36);
  transform: translate3d(calc((var(--pointer-x) - 50%) * -0.08), calc((var(--pointer-y) - 50%) * 0.08), 0);
}

.hero-beam-right {
  right: -5rem;
  background: rgba(156, 200, 255, 0.34);
  transform: translate3d(calc((var(--pointer-x) - 50%) * 0.08), calc((var(--pointer-y) - 50%) * -0.08), 0);
}

.eyebrow,
.panel-kicker,
.card-kicker,
.form-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(112, 240, 183, 0.22);
  animation: kicker-glow 8s ease-in-out infinite;
}

.hero-title,
.section-heading h2,
.section-lead h2,
.community-copy h2,
.feedback-copy h2,
.game-modal-sidebar h2,
.guide-header h3,
.media-header h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-title {
  margin-top: 0.8rem;
  font-size: clamp(4.2rem, 9.8vw, 7.6rem);
  text-shadow: 0 26px 56px rgba(0, 0, 0, 0.28);
  isolation: isolate;
  line-height: 0.88;
}

.hero-title span {
  display: block;
  position: relative;
  width: fit-content;
  transition: transform 260ms ease, text-shadow 260ms ease;
}

.hero-title span:first-child {
  color: rgba(244, 247, 251, 0.92);
  animation: hero-title-drift 10s ease-in-out infinite;
}

.hero-title span:last-child {
  background:
    linear-gradient(90deg, #ffffff 0%, #91f7c5 36%, #ffd099 70%, #fff1d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: title-flicker 7.2s steps(1, end) infinite;
}

.hero-title span:last-child::after {
  content: "";
  position: absolute;
  inset: 18% -3% auto;
  height: 0.14em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(112, 240, 183, 0), rgba(112, 240, 183, 0.96), rgba(255, 139, 95, 0.82), rgba(255, 139, 95, 0));
  box-shadow: 0 0 30px rgba(112, 240, 183, 0.28);
}

.hero-title span[data-glitch]::before,
.hero-title span[data-glitch]::after {
  content: attr(data-glitch);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
}

.hero-title span[data-glitch]::before {
  color: rgba(112, 240, 183, 0.52);
  transform: translate3d(-0.04em, 0, 0);
  animation: glitch-scan 6.8s infinite;
}

.hero-title span[data-glitch]::after {
  color: rgba(255, 139, 95, 0.48);
  transform: translate3d(0.04em, 0, 0);
  animation: glitch-scan 6.8s infinite reverse;
}

.hero-copy,
.section-heading p:last-child,
.section-lead > p:last-child,
.community-copy p:last-child,
.feedback-copy > p:nth-of-type(2) {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.hero-content {
  max-width: min(42rem, 100%);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
  transform: translate3d(calc((var(--pointer-x) - 50%) * -0.015), calc((var(--pointer-y) - 50%) * -0.03), 0);
  transition: transform 220ms ease;
}

.hero-copy,
.hero-content .eyebrow {
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.58);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-meta article,
.hero-panel,
.feature-block,
.distribution-note,
.games-shell,
.help-card,
.community-panel,
.feedback-form,
.game-modal-panel {
  border: 1px solid var(--border);
  background: var(--bg-panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero-meta article {
  padding: 1rem;
  border-radius: var(--radius-md);
}

.hero-meta span {
  display: block;
  color: rgba(244, 247, 251, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-meta strong {
  display: block;
  margin-top: 0.55rem;
  font-size: 1.3rem;
}

.hero-panel {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 90% 10%, rgba(112, 240, 183, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(9, 13, 19, 0.56), rgba(8, 11, 16, 0.76));
  transform:
    perspective(1400px)
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y))
    translate3d(0, 0, 0);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.22);
}

.section-heading h2,
.section-lead h2,
.community-copy h2,
.feedback-copy h2,
.game-modal-sidebar h2 {
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  animation: header-pulse 10s ease-in-out infinite;
}

.hero-panel h2 {
  margin: 0.8rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3rem);
  line-height: 0.96;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-panel p:not(.panel-kicker) {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.4rem 0 0;
  padding: 0;
}

.panel-tags li,
.feedback-tags span,
.game-pill,
.guide-pill {
  padding: 0.68rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(244, 247, 251, 0.88);
  font-size: 0.82rem;
  list-style: none;
}

.game-pill-hot {
  border-color: rgba(255, 139, 95, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 139, 95, 0.24), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  color: #fff3e9;
  box-shadow: 0 0 22px rgba(255, 139, 95, 0.16);
}

.game-pill-recommended {
  border-color: rgba(112, 240, 183, 0.28);
  background:
    linear-gradient(135deg, rgba(112, 240, 183, 0.22), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  color: #effff6;
  box-shadow: 0 0 22px rgba(112, 240, 183, 0.14);
}

.game-pill-integrity {
  border-color: rgba(156, 200, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(126, 165, 255, 0.16), rgba(112, 240, 183, 0.12)),
    rgba(255, 255, 255, 0.05);
  color: #edf6ff;
}

.scroll-cue {
  position: absolute;
  left: 0;
  bottom: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: rgba(244, 247, 251, 0.74);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scroll-line {
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(112, 240, 183, 0.2), rgba(112, 240, 183, 0.9));
}

.ticker-band {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.02);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 2.5rem;
  color: rgba(244, 247, 251, 0.78);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: ticker-scroll 26s linear infinite;
}

.section-heading,
.split-layout {
  padding-top: 5rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.section-heading h2,
.section-lead h2,
.community-copy h2,
.feedback-copy h2 {
  margin-top: 0.85rem;
  font-size: clamp(3rem, 7vw, 4.8rem);
}

.section-stack,
.games-toolbar-meta,
.feedback-points,
.help-actions-stack,
.game-guide-content,
.game-quick-guide,
.game-action-grid,
.game-guide-tabs {
  display: grid;
  gap: 0.9rem;
}

.feature-block,
.distribution-note {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
}

.feature-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}

.feature-index {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: rgba(112, 240, 183, 0.88);
}

.feature-block h3,
.distribution-note h3,
.help-card h3,
.guide-section h4 {
  margin: 0.5rem 0 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.feature-block p,
.distribution-note p:last-child,
.help-card p:not(.card-kicker),
.community-copy p:last-child,
.feedback-points p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.distribution-note {
  background:
    radial-gradient(circle at 88% 18%, rgba(156, 200, 255, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(112, 240, 183, 0.08), rgba(255, 139, 95, 0.06)),
    var(--bg-panel);
}

.games-shell {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  visibility: visible;
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(6, 10, 14, 0.9), rgba(6, 10, 14, 0.98)),
    rgba(7, 10, 14, 0.96);
}

.games-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 8, 12, 0.3), rgba(5, 8, 12, 0.86)),
    linear-gradient(90deg, transparent 0%, rgba(112, 240, 183, 0.06) 45%, transparent 65%),
    radial-gradient(circle at 82% 18%, rgba(156, 200, 255, 0.1), transparent 24%);
}

.spotlight-ambient-shell {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 1rem;
  min-height: clamp(27rem, 38vw, 34rem);
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
  background: none;
  border: 0;
  box-shadow: none;
  contain: layout paint;
}

.spotlight-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
  padding: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
  mask-image:
    linear-gradient(180deg, transparent 0%, #000 4%, #000 96%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.spotlight-ambient::before,
.spotlight-ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.spotlight-ambient::before {
  background:
    linear-gradient(180deg, rgba(5, 8, 12, 0.08) 0%, rgba(5, 8, 12, 0) 32%, rgba(5, 8, 12, 0.03) 100%),
    radial-gradient(circle at 16% 22%, rgba(112, 240, 183, 0.08), transparent 18%),
    radial-gradient(circle at 84% 28%, rgba(156, 200, 255, 0.08), transparent 18%);
}

.spotlight-ambient::after {
  background:
    linear-gradient(180deg, rgba(5, 8, 12, 0.12) 0%, rgba(5, 8, 12, 0) 24%, rgba(5, 8, 12, 0.04) 100%);
}

.games-ambient-row {
  position: relative;
  overflow: hidden;
  transform: rotate(var(--ambient-rotate, 0deg));
  mask-image: linear-gradient(90deg, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%);
  contain: layout paint;
}

.games-ambient-row:nth-child(2) {
  margin-left: -7rem;
}

.games-ambient-row:nth-child(3) {
  margin-left: -14rem;
}

.games-ambient-track {
  display: flex;
  width: max-content;
  gap: 0.35rem;
  will-change: transform;
  animation: ambient-track-left var(--ambient-duration, 112s) linear infinite;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.games-ambient-row[data-ambient-direction="right"] .games-ambient-track {
  animation-name: ambient-track-right;
}

.games-ambient-card {
  position: relative;
  flex: 0 0 clamp(18.5rem, 25vw, 23.5rem);
  aspect-ratio: 460 / 215;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background:
    radial-gradient(circle at 50% 50%, rgba(112, 240, 183, 0.08), transparent 60%),
    #020305;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  contain: layout paint;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.spotlight-ambient .games-ambient-card {
  flex-basis: clamp(18.5rem, 25vw, 23.5rem);
  aspect-ratio: 460 / 215;
}

.games-ambient-card::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 0;
  background-image:
    linear-gradient(rgba(2, 3, 5, 0.18), rgba(2, 3, 5, 0.18)),
    var(--ambient-card-image);
  background-size: cover;
  background-position: center;
  filter: blur(14px) brightness(1.04) saturate(1.3);
  transform: scale(1.08);
}

.games-ambient-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(4, 7, 10, 0), rgba(4, 7, 10, 0.08)),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.05), transparent 18%);
}

.games-ambient-card img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: contain;
  filter: brightness(1.24) saturate(1.2) contrast(1.08);
  transform: none;
}

.games-ambient-card-title {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.8rem;
  z-index: 1;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
  letter-spacing: 0.06em;
  line-height: 0.94;
  text-transform: uppercase;
  color: rgba(248, 252, 255, 0.9);
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.games-toolbar,
.games-grid,
.games-more {
  position: relative;
  z-index: 1;
}

.games-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.games-search {
  display: grid;
  gap: 0.55rem;
}

.games-search span,
.games-count {
  color: rgba(244, 247, 251, 0.82);
}

.games-search span {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.games-search input,
.feedback-form input,
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 1rem;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.games-search input {
  min-height: 3.55rem;
}

.games-search input:focus,
.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus {
  outline: none;
  border-color: rgba(112, 240, 183, 0.58);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 4px rgba(112, 240, 183, 0.08);
}

.games-toolbar-meta {
  justify-items: end;
  text-align: right;
}

.games-count,
.games-note {
  margin: 0;
}

.games-count {
  font-size: 1rem;
  font-weight: 700;
}

.games-note {
  max-width: 26rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.feature-reel-section {
  padding-top: 4.6rem;
  padding-bottom: 2rem;
  overflow: clip;
}

.featured-carousel {
  overflow: hidden;
  margin-top: 1.5rem;
  padding: 0.4rem 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.featured-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: featured-scroll 36s linear infinite;
}

.featured-carousel:hover .featured-track {
  animation-play-state: paused;
}

.featured-slide {
  position: relative;
  flex: 0 0 min(22rem, calc(100vw - 3rem));
  min-height: 14.5rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    rgba(9, 13, 19, 0.96);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  --pointer-x: 50%;
  --pointer-y: 22%;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform:
    perspective(1400px)
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y))
    translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.featured-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(6, 10, 14, 0.08), rgba(6, 10, 14, 0.55)),
    var(--game-backdrop);
  background-size: cover;
  background-position: center;
  opacity: 0.42;
  transform: scale(1.03);
  transition: transform 220ms ease, opacity 220ms ease;
}

.featured-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 10, 0.04), rgba(4, 7, 10, 0.84)),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.16), transparent 22%),
    radial-gradient(circle at 82% 20%, var(--game-glow), transparent 28%);
}

.featured-slide:hover::before,
.featured-slide:focus-visible::before {
  transform: scale(1.08);
  opacity: 0.56;
}

.featured-slide:hover,
.featured-slide:focus-visible {
  transform:
    perspective(1400px)
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y))
    translate3d(0, -6px, 0);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.4);
}

.featured-slide > * {
  position: relative;
  z-index: 1;
}

.featured-slide-poster {
  width: 100%;
  height: 100%;
  min-height: 14.5rem;
  object-fit: cover;
  opacity: 0.94;
}

.featured-slide-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: 1.1rem;
}

.featured-slide-badge,
.game-card-visual-meta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 8, 12, 0.56);
  color: rgba(244, 247, 251, 0.86);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-slide-logo-wrap,
.game-card-logo-wrap {
  display: flex;
  align-items: flex-end;
  min-height: 5rem;
}

.featured-slide-logo,
.game-card-logo,
.game-modal-logo {
  max-width: min(100%, 13.5rem);
  max-height: 4.6rem;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.42));
}

.featured-slide-logo-fallback,
.game-card-logo-fallback,
.game-modal-logo-fallback {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 0 20px 36px rgba(0, 0, 0, 0.42);
}

.game-card-logo-fallback {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.game-modal-logo {
  max-width: min(100%, 18rem);
  max-height: 5.4rem;
}

.game-modal-logo-fallback {
  font-size: clamp(2.8rem, 6vw, 4.2rem);
}

.featured-slide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.game-card {
  position: relative;
  width: 100%;
  min-height: clamp(19.25rem, 30vw, 22rem);
  aspect-ratio: 0.86;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: block;
  overflow: hidden;
  background: rgba(10, 14, 19, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  color: var(--text);
  text-align: left;
  font: inherit;
  cursor: pointer;
  --pointer-x: 50%;
  --pointer-y: 18%;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: translate3d(0, 0, 0);
  transition:
    transform 220ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(5, 9, 13, 0.06), rgba(5, 9, 13, 0.72)),
    var(--game-backdrop);
  background-size: cover;
  background-position: center;
  opacity: 0.58;
  transform: scale(1.03);
  transition: transform 220ms ease, opacity 220ms ease;
}

.game-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.14), transparent 20%),
    linear-gradient(180deg, rgba(5, 9, 13, 0.04), rgba(5, 9, 13, 0.24) 22%, rgba(5, 9, 13, 0.95) 100%),
    radial-gradient(circle at 82% 16%, var(--game-glow), transparent 24%);
}

.game-card:hover,
.game-card:focus-visible {
  border-color: var(--border-strong);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.34);
  transform: translate3d(0, -4px, 0);
}

.game-card:hover::before,
.game-card:focus-visible::before {
  transform: scale(1.08);
  opacity: 0.74;
}

.game-card > * {
  position: relative;
  z-index: 1;
}

.game-card-visual {
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

.game-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 10, 0.1), rgba(4, 7, 10, 0.74)),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.12), transparent 20%);
}

.game-card-banner {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.game-card-visual-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.85rem;
  padding: 0.9rem 0.9rem 1.05rem;
}

.game-card-kicker,
.game-card-meta,
.game-action-meta,
.media-status {
  color: rgba(244, 247, 251, 0.66);
}

.game-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: flex-start;
  gap: 0.55rem;
}

.game-card-top-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-width: 0;
  max-width: none;
}

.game-card-integrity {
  justify-self: end;
  max-width: none;
  padding-inline: 0.54rem;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-card-title-shell {
  display: grid;
  gap: 0.82rem;
  align-self: end;
  min-width: 0;
}

.game-card-title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 18px 34px rgba(0, 0, 0, 0.44);
  transition:
    color 220ms ease,
    text-shadow 220ms ease,
    transform 220ms ease;
}

.game-card-summary,
.game-modal-summary,
.guide-summary,
.guide-section p,
.game-media-placeholder p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.game-card-title,
.game-card-summary,
.game-card-publisher,
.game-card-mod,
.game-card-meta,
.game-modal-summary,
.game-about-copy,
.game-about-meta strong,
.game-action-label,
.game-action-meta,
.guide-summary,
.guide-section p,
.guide-steps li,
.media-status,
.game-release-note,
.game-release-contact,
.game-media-placeholder p {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.game-card-tags,
.game-modal-tags,
.guide-resource-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.game-card-meta {
  margin-top: auto;
  font-size: 0.84rem;
  line-height: 1.6;
}

.game-card-support {
  display: grid;
  gap: 0.4rem;
  padding: 0.8rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(112, 240, 183, 0.08), rgba(156, 200, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
}

.game-card-requirements {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.2rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.game-card-requirements-label,
.game-card-requirements-source {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-card-requirements-label {
  color: rgba(244, 247, 251, 0.9);
}

.game-card-requirements-summary {
  margin: 0;
  color: rgba(244, 247, 251, 0.7);
  font-size: 0.82rem;
  line-height: 1.58;
}

.game-card-requirements-source {
  color: rgba(112, 240, 183, 0.82);
}

.game-card-publisher,
.game-card-mod {
  margin: 0;
  line-height: 1.55;
}

.game-card-publisher {
  color: rgba(244, 247, 251, 0.9);
  font-weight: 700;
}

.game-card-mod {
  color: rgba(244, 247, 251, 0.68);
  font-size: 0.84rem;
}

.game-card:hover .game-card-title,
.game-card:focus-visible .game-card-title {
  color: #f9fcff;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.08),
    0 0 24px rgba(112, 240, 183, 0.16);
  transform: translateY(-1px);
}

.game-card-rating {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.35rem 0.7rem;
  padding: 0.58rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(156, 200, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(4, 8, 12, 0.4);
  min-width: 0;
}

.game-card-rating-stars {
  color: #ffd88a;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.game-card-rating-count {
  color: rgba(244, 247, 251, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  min-width: 0;
  text-align: right;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.games-more {
  margin: 1.5rem auto 0;
}

.game-empty {
  grid-column: 1 / -1;
  padding: 2.2rem 1.5rem;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  color: var(--muted);
  text-align: center;
  line-height: 1.7;
}

.help-grid,
.feedback-layout {
  display: grid;
  gap: 1rem;
}

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

.help-card {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
}

.help-list,
.quick-guide-list,
.guide-steps {
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
  line-height: 1.8;
}

.help-list li,
.quick-guide-list li,
.guide-steps li {
  margin-bottom: 0.5rem;
}

.help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.community-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 85% 12%, rgba(112, 240, 183, 0.15), transparent 22%),
    linear-gradient(135deg, rgba(112, 240, 183, 0.08), rgba(255, 139, 95, 0.08)),
    var(--bg-panel);
}

.community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.feedback-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  padding-bottom: 6rem;
}

.feedback-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.feedback-form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
}

.feedback-form label {
  display: grid;
  gap: 0.5rem;
  color: rgba(244, 247, 251, 0.9);
  font-size: 0.94rem;
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea,
.feedback-form button {
  color-scheme: dark;
}

.feedback-form select {
  appearance: none;
  cursor: pointer;
  padding-right: 3.3rem;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(244, 247, 251, 0.9) 50%),
    linear-gradient(135deg, rgba(244, 247, 251, 0.9) 50%, transparent 50%);
  background-position:
    calc(100% - 1.35rem) calc(50% - 0.16rem),
    calc(100% - 1rem) calc(50% - 0.16rem);
  background-size: 0.5rem 0.5rem;
  background-repeat: no-repeat;
}

.feedback-form select:invalid {
  color: rgba(244, 247, 251, 0.62);
}

.feedback-form option {
  color: var(--text);
  background: #0d1218;
}

.feedback-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.form-status {
  min-height: 1.5rem;
  margin: 0;
  color: var(--accent);
  font-size: 0.92rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: start;
  padding: 1.5rem 0 3rem;
  color: rgba(244, 247, 251, 0.62);
  font-size: 0.9rem;
}

.site-footer-brand {
  display: grid;
  gap: 0.55rem;
}

.site-footer-title,
.site-footer-copy {
  margin: 0;
}

.site-footer-title {
  color: rgba(244, 247, 251, 0.94);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer-copy {
  max-width: 42rem;
  line-height: 1.75;
}

.site-footer-legal {
  display: grid;
  gap: 0.8rem;
  width: min(32rem, 100%);
}

.legal-launch {
  width: 100%;
  min-height: 3rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(5, 9, 13, 0.64);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(244, 247, 251, 0.92);
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.legal-launch::after {
  content: "+";
  color: rgba(112, 240, 183, 0.88);
  transition: transform 220ms ease;
}

.legal-launch:hover,
.legal-launch:focus-visible {
  outline: none;
  border-color: rgba(112, 240, 183, 0.28);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 59;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  transition: opacity 220ms ease;
}

.legal-modal.is-open {
  opacity: 1;
}

.legal-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 7, 10, 0.82);
  backdrop-filter: blur(14px);
}

.legal-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  height: min(calc(100vh - 2rem), 58rem);
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(156, 200, 255, 0.12), transparent 20%),
    radial-gradient(circle at 12% 16%, rgba(112, 240, 183, 0.12), transparent 18%),
    rgba(9, 12, 17, 0.98);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.46);
}

.legal-modal-copy {
  height: 100%;
  padding: 3.8rem 0.45rem 0.4rem 0.6rem;
  overflow-y: auto;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(112, 240, 183, 0.34) rgba(255, 255, 255, 0.05);
}

.legal-modal-copy::-webkit-scrollbar {
  width: 0.72rem;
}

.legal-modal-copy::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.legal-modal-copy::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, rgba(112, 240, 183, 0.36), rgba(156, 200, 255, 0.34));
  border: 2px solid rgba(6, 8, 12, 0.82);
  border-radius: 999px;
}

.legal-modal-copy h2 {
  margin-top: 0.3rem;
  font-size: clamp(3rem, 6vw, 4.8rem);
}

.legal-modal-body {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.legal-article-section {
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.03);
}

.legal-article-section h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.1vw, 1.9rem);
}

.legal-article-section p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.legal-modal-close {
  top: 1.1rem;
  right: 1.1rem;
}

.consent-modal {
  position: fixed;
  inset: 0;
  z-index: 56;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.consent-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.consent-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 4, 7, 0.34), rgba(2, 4, 7, 0.82)),
    rgba(2, 4, 7, 0.56);
  backdrop-filter: blur(10px);
}

.consent-card {
  position: relative;
  z-index: 1;
  width: min(48rem, 100%);
  max-height: min(88vh, 44rem);
  overflow-y: auto;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(112, 240, 183, 0.08), rgba(156, 200, 255, 0.05)),
    rgba(9, 12, 17, 0.98);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.5);
  transform: translateY(120%);
  transition: transform 420ms cubic-bezier(0.16, 0.84, 0.28, 1);
}

.consent-modal.is-open .consent-card {
  transform: translateY(0);
}

.consent-card h2 {
  margin: 0.7rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.94;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.consent-card p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.consent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.2rem 0;
}

.consent-links button {
  min-height: 2.75rem;
  padding: 0.78rem 0.95rem;
  border: 1px solid rgba(112, 240, 183, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(244, 247, 251, 0.92);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.consent-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  margin-top: 0.85rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(244, 247, 251, 0.86);
  line-height: 1.55;
}

.consent-check input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.18rem;
  accent-color: var(--accent);
}

.consent-continue {
  width: 100%;
  margin-top: 1.2rem;
}

.consent-continue:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

.game-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow: hidden;
  overscroll-behavior: contain;
  opacity: 0;
  transition: opacity 220ms ease;
}

.game-modal.is-open {
  opacity: 1;
}

.game-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 7, 10, 0.78);
  backdrop-filter: blur(12px);
}

.game-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1260px, 100%);
  height: min(54rem, calc(100vh - 2rem));
  max-height: calc(100vh - 2rem);
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 1rem;
  padding: 1rem;
  overflow: hidden;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-gutter: stable both-edges;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: rgba(9, 12, 17, 0.98);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.46);
}

.game-modal-dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image:
    linear-gradient(145deg, rgba(5, 8, 12, 0.12), rgba(5, 8, 12, 0.86)),
    var(--game-backdrop);
  background-size: cover;
  background-position: center;
  opacity: 0.24;
}

.game-modal-dialog::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 88% 12%, var(--game-glow), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.game-modal-dialog > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font: inherit;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-modal-sidebar,
.game-modal-main {
  display: grid;
  gap: 1rem;
  min-height: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(112, 240, 183, 0.34) rgba(255, 255, 255, 0.05);
}

.game-modal-sidebar {
  align-content: start;
  padding: 3.6rem 0.45rem 0.35rem 0.6rem;
}

.game-modal-main {
  align-content: start;
  padding: 3.6rem 0.6rem 0.35rem 0.2rem;
}

.ratings-panel {
  grid-column: 1 / -1;
  display: grid;
  gap: 1rem;
  max-height: none;
  overflow: hidden;
  padding: 1.1rem 1.15rem 1.2rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(112, 240, 183, 0.34) rgba(255, 255, 255, 0.05);
  background:
    radial-gradient(circle at 14% 18%, rgba(112, 240, 183, 0.12), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(156, 200, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(9, 13, 19, 0.92), rgba(7, 10, 14, 0.96));
}

.ratings-panel-head-meta {
  display: grid;
  justify-items: end;
  gap: 0.85rem;
}

.ratings-panel-copy {
  max-width: 28rem;
  text-align: right;
}

.ratings-panel-toggle {
  min-height: 2.8rem;
  padding-inline: 1rem;
  white-space: nowrap;
}

.ratings-panel-body {
  display: grid;
  gap: 1rem;
  max-height: min(42rem, 72vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(112, 240, 183, 0.38) rgba(255, 255, 255, 0.05);
}

.ratings-panel.is-collapsed .ratings-panel-body {
  display: none;
}

.ratings-panel-body::-webkit-scrollbar,
.review-feed-list::-webkit-scrollbar {
  width: 0.72rem;
}

.ratings-panel-body::-webkit-scrollbar-track,
.review-feed-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.ratings-panel-body::-webkit-scrollbar-thumb,
.review-feed-list::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, rgba(112, 240, 183, 0.44), rgba(156, 200, 255, 0.38));
  border: 2px solid rgba(6, 8, 12, 0.82);
  border-radius: 999px;
}

.game-modal-sidebar::-webkit-scrollbar,
.game-modal-main::-webkit-scrollbar {
  width: 0.72rem;
}

.game-modal-sidebar::-webkit-scrollbar-track,
.game-modal-main::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.game-modal-sidebar::-webkit-scrollbar-thumb,
.game-modal-main::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, rgba(112, 240, 183, 0.36), rgba(156, 200, 255, 0.34));
  border: 2px solid rgba(6, 8, 12, 0.82);
  border-radius: 999px;
}

.game-modal-hero {
  position: relative;
  min-height: 15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(5, 8, 12, 0.08), rgba(5, 8, 12, 0.6)),
    var(--game-backdrop);
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.3);
}

.game-modal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 10, 0.08), rgba(4, 7, 10, 0.84)),
    radial-gradient(circle at 84% 18%, var(--game-glow), transparent 24%);
}

.game-modal-hero-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 1.2rem;
}

.game-modal-sidebar h2 {
  font-size: clamp(3rem, 6vw, 4.4rem);
}

.game-modal-panel {
  padding: 1rem;
  border-radius: 24px;
  min-width: 0;
}

.game-about-block {
  display: grid;
  gap: 1rem;
}

.game-about-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

.game-about-meta {
  display: grid;
  gap: 0.85rem;
}

.game-about-meta > div {
  display: grid;
  gap: 0.28rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.game-about-label {
  color: rgba(244, 247, 251, 0.58);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-about-meta strong {
  font-size: 0.98rem;
  line-height: 1.45;
}

.game-build-notes {
  display: grid;
  gap: 0.85rem;
}

.build-note-card {
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(112, 240, 183, 0.08), rgba(255, 139, 95, 0.04)),
    rgba(255, 255, 255, 0.03);
}

.build-note-card h4 {
  margin: 0;
  color: rgba(244, 247, 251, 0.92);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.build-note-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.game-requirements-summary {
  margin: 0;
  color: rgba(244, 247, 251, 0.9);
  font-size: 0.92rem;
  line-height: 1.7;
}

.game-requirements-grid {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.85rem;
}

.game-requirements-item {
  display: grid;
  gap: 0.28rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(156, 200, 255, 0.06), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.03);
}

.game-requirements-item-label {
  color: rgba(244, 247, 251, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-requirements-item-value {
  color: rgba(244, 247, 251, 0.9);
  line-height: 1.65;
}

.game-requirements-note {
  margin: 0.8rem 0 0;
  color: rgba(244, 247, 251, 0.62);
  font-size: 0.82rem;
  line-height: 1.65;
}

.guide-header,
.media-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.guide-header > div,
.media-header > div,
.guide-resource-strip,
.game-modal-sidebar,
.game-modal-main {
  min-width: 0;
}

.guide-header h3,
.media-header h3 {
  margin-top: 0.5rem;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.guide-resource-strip .button {
  min-height: 2.65rem;
  padding: 0.7rem 0.9rem;
  font-size: 0.75rem;
}

.game-action {
  width: 100%;
  min-width: 0;
  padding: 0.95rem 1rem;
  display: grid;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.game-action-note {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 139, 95, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 139, 95, 0.08), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.03);
  color: rgba(244, 247, 251, 0.8);
  line-height: 1.65;
}

.game-action.is-active,
.guide-tab.is-active {
  border-color: rgba(112, 240, 183, 0.4);
  background: rgba(112, 240, 183, 0.11);
}

.game-action-label {
  font-weight: 700;
}

.game-action-meta,
.media-status {
  font-size: 0.84rem;
  line-height: 1.55;
}

.media-status {
  flex: 0 1 18rem;
  text-align: right;
}

.game-action-empty,
.guide-empty {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  line-height: 1.7;
}

.notice-panel {
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 139, 95, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(255, 139, 95, 0.08), rgba(255, 255, 255, 0)),
    var(--bg-panel);
}

.requirements-panel {
  background:
    radial-gradient(circle at 12% 18%, rgba(156, 200, 255, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(156, 200, 255, 0.08), rgba(255, 255, 255, 0)),
    var(--bg-panel);
}

.game-release-note,
.game-release-contact,
.game-security-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.game-security-note {
  color: rgba(244, 247, 251, 0.82);
}

.game-release-contact {
  margin-top: 0.8rem;
  color: rgba(244, 247, 251, 0.82);
  font-weight: 700;
}

.game-quick-guide {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.game-quick-guide h4,
.guide-section h4 {
  margin: 0;
}

.ratings-panel-header,
.review-composer-head,
.review-feed-head,
.rating-breakdown-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.ratings-panel h3,
.review-composer h4 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.ratings-panel-copy,
.rating-breakdown-copy,
.rating-hero-meta,
.review-form-status,
.review-card-copy,
.review-card-meta {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.ratings-overview,
.review-feed-list {
  display: grid;
  gap: 1rem;
  max-height: min(20rem, 34vh);
  overflow-y: auto;
  padding-right: 0.2rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(112, 240, 183, 0.34) rgba(255, 255, 255, 0.05);
}

.ratings-overview {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.rating-hero-card,
.rating-breakdown-card,
.review-composer,
.review-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.rating-hero-card {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 215, 111, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(156, 200, 255, 0.08), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.035);
}

.rating-breakdown-card {
  align-content: start;
}

.rating-hero-label,
.rating-breakdown-label,
.review-card-sentiment,
.review-card-date {
  color: rgba(244, 247, 251, 0.62);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rating-hero-value {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.2rem, 7vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.rating-star-line {
  color: #ffd88a;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
}

.rating-breakdown-value,
.review-card-rating-value {
  color: rgba(244, 247, 251, 0.94);
  font-size: 1rem;
  font-weight: 800;
}

.review-composer {
  gap: 1rem;
}

.review-star-picker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.review-star {
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(244, 247, 251, 0.34);
  font: inherit;
  font-size: 1.22rem;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 180ms ease,
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.review-star:hover,
.review-star:focus-visible,
.review-star.is-active {
  color: #ffd88a;
  border-color: rgba(255, 216, 138, 0.38);
  background: rgba(255, 216, 138, 0.1);
  box-shadow: 0 0 24px rgba(255, 216, 138, 0.12);
  transform: translateY(-1px);
}

.review-composer-grid {
  display: grid;
  gap: 0.9rem;
}

.review-field {
  display: grid;
  gap: 0.45rem;
}

.review-field span {
  color: rgba(244, 247, 251, 0.88);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-field input,
.review-field textarea {
  width: 100%;
  min-width: 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  line-height: 1.65;
}

.review-field textarea {
  resize: vertical;
  min-height: 8rem;
}

.review-composer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.review-form-status {
  flex: 1 1 auto;
}

.review-feed-shell {
  display: grid;
  gap: 1rem;
}

.review-feed-meta {
  margin: 0;
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.84rem;
  line-height: 1.6;
}

.review-card {
  gap: 0.6rem;
}

.review-card-head,
.review-card-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.review-card-author {
  margin: 0;
  color: rgba(244, 247, 251, 0.92);
  font-size: 1rem;
  font-weight: 800;
}

.review-card-stars {
  color: #ffd88a;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
}

.review-empty {
  padding: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.guide-tab {
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.guide-section {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.guide-section p + p {
  margin-top: 0.75rem;
}

.game-media-shell {
  position: relative;
  min-height: 22rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  overscroll-behavior: contain;
  background: #040608;
}

.game-media-frame,
.game-media-video {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  border: 0;
  display: block;
  background: #000;
}

.game-media-video {
  object-fit: contain;
}

.game-media-video.is-cover {
  object-fit: cover;
}

.game-media-placeholder {
  display: grid;
  place-content: center;
  justify-items: center;
  min-height: 22rem;
  padding: 2rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(112, 240, 183, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(14, 20, 26, 0.92), rgba(6, 8, 12, 1));
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes glitch-scan {
  0%,
  74%,
  100% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  76% {
    opacity: 0.75;
    clip-path: inset(8% 0 72% 0);
  }
  78% {
    opacity: 0.5;
    clip-path: inset(44% 0 34% 0);
  }
  80% {
    opacity: 0.3;
    clip-path: inset(76% 0 8% 0);
  }
}

@keyframes title-flicker {
  0%,
  32%,
  34%,
  72%,
  74%,
  100% {
    filter: none;
  }
  33% {
    filter: brightness(1.18) drop-shadow(0 0 0.55rem rgba(112, 240, 183, 0.45));
  }
  73% {
    filter: brightness(1.12) drop-shadow(0 0 0.48rem rgba(255, 139, 95, 0.38));
  }
}

@keyframes hero-title-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0 26px 56px rgba(0, 0, 0, 0.28);
  }
  50% {
    transform: translate3d(0.04em, -0.02em, 0);
    text-shadow:
      0 28px 60px rgba(0, 0, 0, 0.32),
      0 0 26px rgba(112, 240, 183, 0.08);
  }
}

@keyframes header-pulse {
  0%,
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
  50% {
    opacity: 0.96;
    transform: translateY(-1px);
  }
}

@keyframes mark-sheen {
  0%,
  100% {
    transform: translateX(-120%) rotate(8deg);
    opacity: 0;
  }
  14%,
  32% {
    opacity: 1;
  }
  48% {
    transform: translateX(120%) rotate(8deg);
    opacity: 0;
  }
}

@keyframes brand-pulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(112, 240, 183, 0));
    letter-spacing: 0.08em;
  }
  48% {
    filter: drop-shadow(0 0 18px rgba(112, 240, 183, 0.22));
    letter-spacing: 0.095em;
  }
  52% {
    filter: drop-shadow(0 0 22px rgba(255, 139, 95, 0.18));
  }
}

@keyframes kicker-glow {
  0%,
  100% {
    opacity: 0.92;
    transform: translateZ(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-1px);
    text-shadow:
      0 0 14px rgba(112, 240, 183, 0.28),
      0 0 24px rgba(112, 240, 183, 0.12);
  }
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes featured-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@keyframes ambient-track-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 0.45rem));
  }
}

@keyframes ambient-track-right {
  0% {
    transform: translateX(calc(-50% - 0.45rem));
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes loader-track-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@keyframes loader-track-right {
  0% {
    transform: translateX(calc(-50% - 0.5rem));
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes loader-logo-flash {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes loader-logo-settle {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }

  44% {
    opacity: 1;
    transform: translateY(-0.18rem) scale(1.12);
    filter: brightness(1.32);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
}

@keyframes loader-circuit-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-4.5rem, -4.5rem, 0);
  }
}

@keyframes loader-panel-breathe {
  0%,
  100% {
    opacity: 0.28;
    filter: brightness(0.8);
  }

  50% {
    opacity: 0.56;
    filter: brightness(1.3);
  }
}

@keyframes loader-shard-ignite {
  0% {
    opacity: 0;
    filter: blur(16px) saturate(2);
    clip-path: polygon(0 48%, 12% 38%, 88% 35%, 100% 44%, 82% 58%, 8% 62%);
  }

  14% {
    opacity: 1;
  }

  42% {
    opacity: 0.94;
    filter: blur(2px) saturate(1.6);
  }

  70% {
    opacity: 0.55;
    filter: blur(7px) saturate(1.25);
  }

  100% {
    opacity: 0;
    filter: blur(18px) saturate(1);
  }
}

@keyframes loader-flare-burst {
  0%,
  18% {
    opacity: 0;
    transform: translate(-50%, -42%) scale(0.4);
  }

  34% {
    opacity: 0.95;
    transform: translate(-50%, -42%) scale(1.08);
  }

  58% {
    opacity: 0.34;
    transform: translate(-50%, -42%) scale(1.38);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -42%) scale(1.9);
  }
}

@keyframes loader-final-lock {
  0% {
    opacity: 0;
    transform: translateY(0.8rem) scale(0.9);
    filter: blur(8px);
  }

  52% {
    opacity: 1;
    transform: translateY(0) scale(1.08);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes loader-signature-forge {
  0% {
    opacity: 0;
    transform: translateY(1.2rem) scaleX(1.18);
    color: #ff5a1f;
    filter: blur(12px) brightness(2.1);
  }

  18% {
    opacity: 1;
    color: #ffb11f;
  }

  36% {
    color: #00e5ff;
    filter: blur(2px) brightness(1.8);
  }

  62% {
    color: #f3b32d;
    transform: translateY(0) scaleX(1.04);
    filter: blur(0) brightness(1.2);
  }

  100% {
    opacity: 1;
    color: #fff;
    transform: translateY(0) scaleX(1);
    filter: blur(0) brightness(1);
  }
}

@keyframes loader-signature-glitch {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
  }

  12% {
    clip-path: inset(0 0 72% 0);
  }

  13% {
    clip-path: inset(64% 0 18% 0);
  }

  14% {
    clip-path: inset(0 0 0 0);
  }

  42% {
    transform: translateY(0) translateX(0.035em) scaleX(1);
  }

  43% {
    transform: translateY(0) translateX(-0.028em) scaleX(1.02);
  }

  44% {
    transform: translateY(0) translateX(0) scaleX(1);
  }
}

@keyframes loader-ring-pulse {
  0% {
    opacity: 0;
    transform: scale(0.78);
  }

  18% {
    opacity: 0.38;
  }

  100% {
    opacity: 0;
    transform: scale(1.24);
  }
}

@keyframes loader-word-type {
  0% {
    max-width: 0;
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  100% {
    max-width: 12ch;
    opacity: 1;
  }
}

@keyframes loader-word-glitch {
  0%,
  88%,
  100% {
    text-shadow:
      0 0 12px rgba(112, 240, 183, 0.28),
      0 0 30px rgba(156, 200, 255, 0.2);
    transform: translate3d(0, 0, 0);
  }

  90% {
    text-shadow:
      -0.04em 0 rgba(112, 240, 183, 0.7),
      0.04em 0 rgba(255, 139, 95, 0.55),
      0 0 36px rgba(156, 200, 255, 0.3);
    transform: translate3d(-0.025em, 0, 0);
  }

  92% {
    text-shadow:
      0.04em 0 rgba(112, 240, 183, 0.7),
      -0.04em 0 rgba(255, 139, 95, 0.55),
      0 0 40px rgba(112, 240, 183, 0.3);
    transform: translate3d(0.025em, -0.01em, 0);
  }
}

@keyframes loader-finish-sweep {
  0% {
    opacity: 0;
    transform: translateX(-72%) skewX(-18deg);
  }

  18% {
    opacity: 0.94;
  }

  100% {
    opacity: 0;
    transform: translateX(72%) skewX(-18deg);
  }
}

@keyframes cinematic-video-drift {
  0% {
    opacity: 0;
    transform: scale(1.12);
  }
  100% {
    opacity: 0.52;
    transform: scale(1.02);
  }
}

@keyframes cinematic-grid-rise {
  0% {
    opacity: 0;
    transform: perspective(1200px) rotateX(84deg) translateY(34vh) scale(1.28);
  }
  100% {
    opacity: 0.18;
    transform: perspective(1200px) rotateX(76deg) translateY(28vh) scale(1.2);
  }
}

@keyframes cinematic-flash-sweep {
  0% {
    opacity: 0;
    transform: translateX(-72%) skewX(-18deg);
  }
  18% {
    opacity: 0.94;
  }
  100% {
    opacity: 0;
    transform: translateX(58%) skewX(-18deg);
  }
}

@keyframes cinematic-copy-in {
  0% {
    opacity: 0;
    transform: translateY(2.25rem) scale(0.92);
    letter-spacing: 0.18em;
  }
  52% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    letter-spacing: normal;
  }
}

@keyframes cinematic-mark-pulse {
  0%,
  100% {
    transform: scale(0.96);
  }
  45% {
    transform: scale(1.04);
  }
}

@keyframes cinematic-shutter-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-115%);
  }
}

@keyframes cinematic-shutter-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(115%);
  }
}

@media (max-width: 1080px) {
  .site-header {
    width: min(100vw - 1rem, 100%);
    padding-inline: 1rem;
  }

  .site-nav,
  .header-cta,
  .site-header .language-picker {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero,
  .split-layout,
  .games-toolbar,
  .help-grid,
  .community-panel,
  .feedback-layout,
  .game-modal-dialog {
    grid-template-columns: 1fr;
  }

  .game-modal-dialog {
    height: auto;
    max-height: calc(100vh - 1rem);
    grid-template-rows: auto auto auto;
    align-items: start;
    overflow: auto;
    width: min(100vw - 0.6rem, 100%);
  }

  .hero {
    min-height: auto;
    gap: 1.2rem;
  }

  .hero-panel {
    max-width: 42rem;
  }

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

  .featured-slide {
    flex-basis: min(20rem, calc(100vw - 3rem));
  }

  .mobile-language-picker {
    display: grid;
    margin-top: 1rem;
  }

  .games-toolbar-meta {
    justify-items: start;
    text-align: left;
  }

  .game-modal-sidebar {
    max-height: none;
    overflow: visible;
    padding: 3.6rem 0 0;
    scrollbar-gutter: auto;
    min-width: 0;
  }

  .game-modal-main {
    max-height: none;
    overflow: visible;
    padding: 0;
    scrollbar-gutter: auto;
    min-width: 0;
  }

  .ratings-panel {
    grid-column: auto;
    max-height: none;
    overflow: visible;
    min-width: 0;
  }

  .guide-header,
  .media-header,
  .ratings-panel-header,
  .review-composer-head,
  .review-feed-head,
  .rating-breakdown-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ratings-panel-copy {
    max-width: none;
    text-align: left;
  }

  .ratings-panel-head-meta {
    justify-items: start;
  }

  .ratings-overview {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100vw - 1.25rem, 100%);
  }

  .site-header {
    gap: 0.8rem;
    margin-top: 0.6rem;
  }

  .brand-copy span {
    display: none;
  }

  .menu-toggle {
    padding-inline: 0.9rem;
    font-size: 0.8rem;
  }

  .hero {
    padding-top: 6.8rem;
  }

  .hero-title {
    font-size: clamp(4rem, 23vw, 6rem);
  }

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

  .hero-meta article,
  .hero-panel,
  .feature-block,
  .distribution-note,
  .games-shell,
  .help-card,
  .community-panel,
  .feedback-form,
  .game-modal-panel {
    padding: 1.15rem;
  }

  .game-card-content {
    padding: 0.95rem 0.95rem 1rem;
  }

  .game-card-visual,
  .game-card-banner,
  .featured-slide,
  .featured-slide-poster {
    min-height: 12.2rem;
  }

  .game-card-visual-overlay,
  .featured-slide-overlay {
    padding: 0.9rem;
  }

  .section-heading,
  .split-layout {
    padding-top: 4rem;
  }

  .section-heading h2,
  .section-lead h2,
  .community-copy h2,
  .feedback-copy h2,
  .game-modal-sidebar h2 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .scroll-cue {
    bottom: 0.3rem;
  }

  .hero-actions,
  .community-actions,
  .help-actions {
    width: 100%;
  }

  .hero-actions .button,
  .community-actions .button,
  .help-actions .button {
    flex: 1 1 100%;
  }

  .game-media-shell,
  .game-media-frame,
  .game-media-video,
  .game-media-placeholder {
    min-height: 18rem;
  }

  .spotlight-ambient-shell {
    min-height: 26rem;
    padding: 1rem 0;
  }

  .spotlight-ambient {
    padding-top: 4.5rem;
    opacity: 0.6;
  }

  .games-ambient-card {
    flex-basis: clamp(16rem, 74vw, 22rem);
    aspect-ratio: 460 / 215;
    border-radius: 8px;
  }

  .spotlight-ambient .games-ambient-card {
    flex-basis: clamp(16rem, 74vw, 22rem);
    aspect-ratio: 460 / 215;
  }

  .games-ambient-card-title {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.65rem;
    font-size: clamp(1rem, 4vw, 1.35rem);
  }

  .mobile-drawer {
    top: 5.2rem;
  }

  .review-composer-actions,
  .review-card-head,
  .review-card-rating {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-star {
    width: 2.25rem;
    height: 2.25rem;
  }

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

  .pc-gate h1 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .site-loader-row {
    width: 176vw;
  }

  .site-loader-card {
    flex-basis: clamp(10.5rem, 38vw, 13rem);
    border-radius: 22px;
  }

  .site-loader-card-title {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.7rem;
    font-size: clamp(1.15rem, 5vw, 1.5rem);
  }
}

@media (max-width: 980px), (hover: none) and (pointer: coarse) {
  .page-noise {
    display: none;
  }

  body {
    display: block;
    min-height: 100vh;
    padding: 0;
    background:
      radial-gradient(circle at 24% 18%, rgba(112, 240, 183, 0.1), transparent 26%),
      radial-gradient(circle at 82% 12%, rgba(255, 139, 95, 0.12), transparent 24%),
      linear-gradient(180deg, #010102 0%, #040507 100%);
  }

  .site-cinematic-copy {
    width: min(100% - 2rem, 28rem);
    gap: 0.55rem;
  }

  .site-cinematic-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.34em;
  }

  .site-cinematic-title {
    font-size: clamp(3.2rem, 18vw, 5.4rem);
  }

  .site-cinematic-tag {
    max-width: 24rem;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .site-cinematic-shutter {
    height: 18vh;
    min-height: 5rem;
  }

  .pc-gate {
    display: grid;
    align-items: end;
  }

  .site-header {
    width: 100%;
    margin-top: 0;
    padding-inline: 1rem;
  }

  .game-modal {
    padding: 0.45rem;
  }

  .site-toast {
    width: min(100vw - 1rem, 100%);
    bottom: 0.7rem;
  }

  .site-loader-row-primary {
    top: 12%;
  }

  .site-loader-row-secondary {
    bottom: 15%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0ms !important;
    scroll-behavior: auto !important;
  }

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

  .spotlight-ambient {
    display: none;
  }
}
