:root {
  --void: #000000;
  --onyx: #0a0a0a;
  --acid: #ccff00;
  --pink: #ff00ff;
  --cyan: #00f0ff;
  --chrome-a: #ffffff;
  --chrome-b: #888888;
  --chrome-c: #e0e0e0;
  --text: #f5f5f5;
  --muted: #9a9a9a;
  --glow: 0 0 24px rgba(204, 255, 0, 0.45);
  --ease-expo: cubic-bezier(0.19, 1, 0.22, 1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at 8% 8%, #111 0%, #000 50%), var(--void);
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

@media (hover: hover) and (pointer: fine) {
  body.custom-cursor-enabled,
  body.custom-cursor-enabled a,
  body.custom-cursor-enabled button,
  body.custom-cursor-enabled input,
  body.custom-cursor-enabled select,
  body.custom-cursor-enabled textarea,
  body.custom-cursor-enabled label,
  body.custom-cursor-enabled [role="button"] {
    cursor: none !important;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Ccircle cx='5' cy='5' r='1'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.08;
  pointer-events: none;
  mix-blend-mode: screen;
}

a {
  color: var(--acid);
  text-decoration: none;
}

.container {
  width: min(1300px, 95vw);
  margin: 0 auto;
}

.full-bleed {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.chrome-blob {
  position: absolute;
  z-index: -1;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(136, 136, 136, 0.1), rgba(255, 0, 255, 0.2));
  filter: blur(10px);
  border-radius: 62% 38% 70% 30% / 30% 50% 50% 70%;
  animation: drift 18s var(--ease-expo) infinite alternate;
}

.chrome-blob.one {
  width: 420px;
  height: 420px;
  top: -120px;
  right: -120px;
}

.chrome-blob.two {
  width: 360px;
  height: 360px;
  left: -90px;
  bottom: 5%;
  animation-delay: 1s;
}

@keyframes drift {
  from {
    transform: translateY(0) rotate(0deg);
  }
  to {
    transform: translateY(-20px) rotate(12deg);
  }
}

.top-marquee,
.bottom-marquee {
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, rgba(204,255,0,0.18), rgba(255,0,255,0.18), rgba(0,240,255,0.18));
}

.marquee-track {
  display: inline-block;
  padding: 10px 0;
  animation: marquee 20s linear infinite;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-shadow: -1px 0 var(--pink), 1px 0 var(--cyan);
}

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

.site-header {
  padding: 28px 0 16px;
}

.header-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
}

.brand {
  font-family: "Syne", "Clash Display", sans-serif;
  font-size: clamp(2rem, 6vw, 4.5rem);
  text-transform: uppercase;
  font-weight: 900;
  transform: skew(-12deg);
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-shadow: -1px 0 var(--pink), 1px 0 var(--cyan), 0 0 20px rgba(204,255,0,0.4);
}

.brand-sub {
  color: var(--muted);
  max-width: 580px;
  margin-top: 6px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.link-pill {
  border: 1px solid transparent;
  border-image: linear-gradient(120deg, var(--acid), #fff, var(--pink)) 1;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

.hero {
  margin: 18px 0 24px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 22px;
}

.hero-main {
  padding: 28px;
  border-radius: 20% 80% 30% 70% / 50% 20% 80% 50%;
  background: rgba(10,10,10,0.75);
  border: 2px solid transparent;
  border-image: linear-gradient(130deg, var(--acid), #fff, var(--pink), var(--cyan)) 1;
  backdrop-filter: blur(16px) contrast(170%) brightness(130%);
  position: relative;
}

.hero-main h1 {
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 6vw, 5.5rem);
  margin: 0;
  text-transform: uppercase;
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.hero-side {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Syne", sans-serif;
  font-size: clamp(1.1rem, 3vw, 1.8rem);
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 20px 8px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,0,255,0.25), rgba(0,240,255,0.2));
}

.intro-cinema {
  min-height: 72vh;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: flex-end;
  padding: 38px 0 48px;
  isolation: isolate;
}

.acid-banner {
  position: absolute;
  left: -2vw;
  right: -2vw;
  top: 44%;
  transform: rotate(-2deg);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background: #ccff00;
  color: #000;
  z-index: 4;
  overflow: hidden;
  mix-blend-mode: hard-light;
}

.acid-banner-track {
  display: flex;
  gap: 30px;
  white-space: nowrap;
  padding: 10px 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.05rem, 2.3vw, 2.05rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  animation: marquee 22s linear infinite;
}

.acid-banner-track .outline {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}

.intro-cinema::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(204, 255, 0, 0.3), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(255, 0, 255, 0.28), transparent 50%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  z-index: 1;
}

.intro-art {
  position: absolute;
  inset: -6% -5% -10%;
  width: 110%;
  height: 120%;
  object-fit: cover;
  opacity: 0.62;
  filter: contrast(165%) saturate(140%) hue-rotate(-8deg);
  animation: introPulse 12s var(--ease-expo) infinite alternate;
}

@keyframes introPulse {
  from {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1.04) translateY(-10px);
  }
}

.intro-noise {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 0px,
    rgba(255, 255, 255, 0.07) 1px,
    transparent 2px,
    transparent 5px
  );
  opacity: 0.15;
  z-index: 2;
  animation: scanline 4s linear infinite;
}

@keyframes scanline {
  from {
    transform: translateY(-6px);
  }
  to {
    transform: translateY(6px);
  }
}

.intro-content {
  position: relative;
  z-index: 6;
}

.intro-status {
  display: inline-block;
  margin: 0 0 8px;
  padding: 7px 11px;
  border: 1px solid rgba(204, 255, 0, 0.7);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: var(--acid);
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.intro-kicker {
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d7d7d7;
  margin-bottom: 10px;
}

.intro-title {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.6rem, 12vw, 11rem);
  line-height: 0.76;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  text-shadow: -1px 0 var(--pink), 1px 0 var(--cyan), 0 0 24px rgba(204, 255, 0, 0.44);
}

.intro-title span {
  display: block;
  width: fit-content;
  background: linear-gradient(180deg, #ffffff 0%, #d8d8d8 52%, #6c6c6c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.intro-title span:last-child {
  margin-top: -0.12em;
}

.intro-copy {
  margin-top: 10px;
  max-width: 760px;
  color: #d1d1d1;
}

.intro-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.games-strip {
  margin-top: 18px;
}

.game-row {
  min-height: 88vh;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  transition: background 0.35s var(--ease-expo);
}

.game-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(108deg, rgba(10, 10, 10, 0.95) 46%, rgba(204, 255, 0, 0.12) 100%),
    radial-gradient(circle at 78% 40%, rgba(0, 240, 255, 0.2), transparent 55%);
  pointer-events: none;
}

.game-row.reverse::before {
  background:
    linear-gradient(-108deg, rgba(10, 10, 10, 0.95) 46%, rgba(255, 0, 255, 0.14) 100%),
    radial-gradient(circle at 22% 40%, rgba(0, 240, 255, 0.2), transparent 55%);
}

.game-row-inner {
  position: relative;
  z-index: 2;
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 24px 0;
}

.game-row-copy {
  position: relative;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.58), rgba(18, 18, 18, 0.36));
  backdrop-filter: blur(8px);
  transition: transform 0.35s var(--ease-expo), border-color 0.35s var(--ease-expo), box-shadow 0.35s var(--ease-expo);
}

.game-row-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background: linear-gradient(120deg, rgba(204, 255, 0, 0.14), rgba(0, 240, 255, 0.08), rgba(255, 0, 255, 0.13));
  opacity: 0;
  transition: opacity 0.35s var(--ease-expo);
  pointer-events: none;
}

.game-row.reverse .game-row-copy {
  order: 2;
}

.game-row.reverse .game-row-media {
  order: 1;
}

.row-index {
  margin: 0;
  font-weight: 800;
  color: var(--cyan);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.game-row-title {
  margin: 8px 0 10px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  font-size: clamp(1.8rem, 5vw, 4.3rem);
  line-height: 0.9;
}

.game-row-sub {
  margin: 0 0 8px;
  color: #f0f0f0;
  font-weight: 700;
}

.game-points {
  list-style: none;
  margin: 14px 0;
  padding: 0;
}

.game-points li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  color: #d6d6d6;
}

.game-points li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--acid);
}

.row-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.quick-buy-form {
  display: grid;
  grid-template-columns: 2fr 1fr auto;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.4);
  max-width: 780px;
}

.quick-buy-form label {
  display: block;
  font-size: 0.82rem;
  color: #cccccc;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quick-buy-form div {
  align-self: end;
}

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

.game-row-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: linear-gradient(120deg, rgba(204, 255, 0, 0.16), rgba(255, 0, 255, 0.14), rgba(0, 240, 255, 0.16));
  opacity: 0;
  transition: opacity 0.35s var(--ease-expo);
  pointer-events: none;
}

.game-row-media img,
.media-placeholder {
  width: 100%;
  height: min(72vh, 560px);
  border-radius: 40px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 38px rgba(0, 240, 255, 0.25);
  filter: grayscale(1) contrast(132%) saturate(88%);
  transition: transform 0.35s var(--ease-expo), filter 0.35s var(--ease-expo);
}

.game-row:hover .game-row-media img,
.game-row:hover .media-placeholder {
  transform: scale(1.03) rotate(-0.7deg);
  filter: grayscale(0) contrast(150%) saturate(130%);
}

.game-row:hover .game-row-copy {
  transform: translateY(-6px);
  border-color: rgba(204, 255, 0, 0.72);
  box-shadow: 0 0 28px rgba(204, 255, 0, 0.18);
}

.game-row:hover .game-row-copy::before {
  opacity: 1;
}

.game-row:hover .game-row-media::after {
  opacity: 1;
}

.media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(204, 255, 0, 0.5), transparent 45%),
    radial-gradient(circle at 75% 70%, rgba(255, 0, 255, 0.44), transparent 45%),
    #0c0c0c;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.2rem, 3vw, 2rem);
  letter-spacing: 0.18em;
}

.transition-layer {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0, 240, 255, 0.16), rgba(0, 0, 0, 0.96));
  display: none;
  z-index: 60;
  backdrop-filter: contrast(180%) blur(2px);
}

.transition-layer.active {
  display: block;
  animation: transitionFlash 0.42s var(--ease-expo) forwards;
}

.transition-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Syne", sans-serif;
  font-size: clamp(1.2rem, 4vw, 3rem);
  letter-spacing: 0.18em;
  color: var(--acid);
  text-shadow: -1px 0 var(--pink), 1px 0 var(--cyan);
}

@keyframes transitionFlash {
  from {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.grid-games {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  margin-bottom: 50px;
}

.card-liquid {
  background: rgba(0,0,0,0.45);
  border: 2px solid transparent;
  border-image: linear-gradient(120deg, var(--acid), #fff, var(--pink)) 1;
  border-radius: 20% 80% 30% 70% / 50% 20% 80% 50%;
  padding: 16px;
  position: relative;
  backdrop-filter: blur(8px) contrast(160%) brightness(125%);
  transition: transform 0.4s var(--ease-expo), box-shadow 0.4s var(--ease-expo);
}

.card-liquid:hover {
  transform: translateY(-6px) rotate(1deg);
  box-shadow: var(--glow);
}

.card-liquid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  filter: contrast(130%) saturate(120%);
}

.card-liquid h3 {
  margin: 12px 0 8px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.acid-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.price-tag {
  display: inline-block;
  margin: 8px 0;
  font-weight: 900;
  color: var(--acid);
  text-shadow: 0 0 10px rgba(204,255,0,0.65);
}

.button-chrome,
button,
input[type="submit"] {
  appearance: none;
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  background: linear-gradient(180deg, var(--chrome-a), var(--chrome-b), var(--chrome-c));
  color: #111;
  transition: transform 0.2s var(--ease-expo), box-shadow 0.2s var(--ease-expo);
}

.button-chrome:hover,
button:hover,
input[type="submit"]:hover {
  transform: scale(1.06) rotate(-1deg);
  box-shadow: 0 0 30px rgba(204,255,0,0.7);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  background: rgba(0,0,0,0.72);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 14px;
  padding: 10px 12px;
  color: var(--text);
  outline: none;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 16px;
}

th,
td {
  border-bottom: 1px solid rgba(255,255,255,0.16);
  padding: 10px 8px;
  text-align: left;
}

.alert {
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 10px 12px;
  margin: 8px 0;
}

.layout-two {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 40;
}

.modal.active {
  display: flex;
}

.modal-content {
  width: min(900px, 94vw);
  background: #060606;
  border: 2px solid transparent;
  border-image: linear-gradient(120deg, var(--acid), #fff, var(--pink), var(--cyan)) 1;
  padding: 12px;
  border-radius: 26px;
}

.modal iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.footer {
  padding: 22px 0 40px;
  color: var(--muted);
  font-size: 0.9rem;
}

.cursor-ring,
.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 120;
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .cursor-ring,
  .cursor-dot {
    display: block;
  }
}

.cursor-ring {
  width: 52px;
  height: 52px;
  border: 12px solid var(--acid);
  background: #000;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(204, 255, 0, 0.36);
  transition: transform 0.08s ease-out, border-color 0.18s ease-out, box-shadow 0.18s ease-out;
}

.cursor-ring.active {
  border-color: #d9ff45;
  box-shadow: 0 0 28px rgba(204, 255, 0, 0.68);
}

.cursor-ring.press {
  border-color: #f0ff9e;
  box-shadow: 0 0 22px rgba(204, 255, 0, 0.9);
}

.cursor-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--acid);
  background: transparent;
  box-shadow: 0 0 16px rgba(204, 255, 0, 0.7);
}

.messages {
  margin: 8px 0;
}

.badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  border: 1px solid rgba(204,255,0,0.7);
  color: var(--acid);
}

.status-ok { color: #7dff9e; }
.status-warn { color: #ffb700; }
.status-bad { color: #ff6792; }

.staff-layout {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.staff-head h1 {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
}

.staff-kpis {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.staff-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

body.no-motion-scope *,
body.no-motion-scope *::before,
body.no-motion-scope *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

body.no-motion-scope,
body.no-motion-scope a,
body.no-motion-scope button,
body.no-motion-scope input,
body.no-motion-scope select,
body.no-motion-scope textarea,
body.no-motion-scope label {
  cursor: auto !important;
}

body.no-motion-scope .cursor-ring,
body.no-motion-scope .cursor-dot {
  display: none !important;
}

body.no-motion-scope .card-liquid:hover,
body.no-motion-scope .button-chrome:hover,
body.no-motion-scope button:hover,
body.no-motion-scope input[type="submit"]:hover {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

@media (max-width: 980px) {
  .hero,
  .layout-two,
  .header-grid {
    grid-template-columns: 1fr;
  }

  .hero-side {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .intro-cinema {
    min-height: 58vh;
  }

  .acid-banner {
    top: auto;
    bottom: 8px;
    transform: rotate(-1deg);
  }

  .acid-banner-track {
    padding: 8px 0;
    font-size: 0.95rem;
    gap: 16px;
  }

  .game-row,
  .game-row-inner {
    min-height: auto;
  }

  .game-row-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .game-row.reverse .game-row-copy,
  .game-row.reverse .game-row-media {
    order: initial;
  }

  .quick-buy-form {
    grid-template-columns: 1fr;
  }

  .game-row-media img,
  .media-placeholder {
    height: min(46vh, 340px);
    border-radius: 24px;
  }

  .game-row-media::after {
    border-radius: 24px;
  }
}
