@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --ink: #0c0a13;
  --night: #080612;
  --paper: #f5f3ef;
  --white: #fff;
  --muted: #aaa5b5;
  --violet: #8d4cff;
  --pink: #fb3fab;
  --cyan: #58e4ff;
  --lime: #c9ff55;
  --line: rgba(255, 255, 255, 0.14);
  --shell: min(1180px, calc(100% - 40px));
  --display: "Space Grotesk", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--night); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 16px; background: white; color: black; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 20; top: 0; width: 100%; color: white; transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(8, 6, 18, .86); box-shadow: 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 700; letter-spacing: -.04em; font-size: 1.2rem; }
.brand > span:last-child > span { color: var(--pink); }
.brand-mark { position: relative; display: grid; place-items: center; width: 35px; height: 30px; background: linear-gradient(135deg, var(--pink), var(--violet)); clip-path: polygon(50% 0, 100% 30%, 88% 100%, 12% 100%, 0 30%); }
.mark-eye { width: 12px; height: 8px; border: 2px solid white; border-radius: 50%; transform: rotate(-9deg); }
.mark-eye::after { content: ""; display: block; width: 3px; height: 3px; margin: 1px auto; background: white; border-radius: 50%; }
.primary-nav { display: flex; align-items: center; gap: 36px; font-size: .83rem; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { color: rgba(255,255,255,.72); transition: color .2s; }
.primary-nav > a:not(.nav-cta):hover { color: white; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.nav-cta span { margin-left: 8px; color: var(--cyan); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: white; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 800px; height: 100svh; color: white; display: flex; align-items: center; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 25%; background: linear-gradient(transparent, #080612); pointer-events: none; }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,5,16,.72) 0%, rgba(6,5,16,.18) 54%, rgba(6,5,16,.1)), url("assets/gonzoarcade-hero.png") center / cover no-repeat; transform: scale(1.01); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to right, black, transparent 60%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.68); font-size: .69rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 1px; background: var(--pink); box-shadow: 0 0 8px var(--pink); }
.hero h1 { margin: 0; max-width: 770px; font: 700 clamp(4.2rem, 8.8vw, 8.6rem)/.83 var(--display); letter-spacing: -.075em; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.65); font-style: normal; }
.hero-copy { max-width: 540px; margin: 31px 0 0; color: rgba(255,255,255,.69); font-size: 1rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border-radius: 6px; font-size: .82rem; font-weight: 700; transition: transform .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: var(--lime); box-shadow: 0 8px 32px rgba(201,255,85,.14); }
.button-icon { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(8,6,18,.11); }
.button-ghost { border: 1px solid rgba(255,255,255,.25); background: rgba(8,6,18,.15); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: rgba(255,255,255,.65); }
.hero-stat { margin-top: 38px; display: flex; align-items: center; gap: 13px; }
.mini-avatars { display: flex; }
.mini-avatars span { width: 32px; height: 32px; margin-left: -7px; display: grid; place-items: center; border: 2px solid #151023; border-radius: 50%; color: white; font-size: .68rem; }
.mini-avatars span:first-child { margin-left: 0; background: #f740ab; }
.mini-avatars span:nth-child(2) { background: #7747ff; }
.mini-avatars span:nth-child(3) { background: #1caec6; }
.hero-stat p { margin: 0; display: grid; gap: 3px; font-size: .7rem; }
.hero-stat strong { font-size: .77rem; }
.hero-stat span { color: rgba(255,255,255,.5); }
.scroll-cue { position: absolute; z-index: 3; right: 30px; bottom: 72px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.46); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.scroll-cue span { width: 34px; height: 1px; background: var(--pink); }

.games-section { position: relative; background: var(--paper); padding: 120px 0 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.eyebrow-dark { color: #716c7b; }
.section-heading h2, .updates-card h2 { margin: 0; font: 700 clamp(3.3rem, 6vw, 5.8rem)/.9 var(--display); letter-spacing: -.06em; }
.section-heading > p { max-width: 400px; margin: 0 0 5px; color: #76717e; line-height: 1.7; font-size: .92rem; }
.filter-row { display: flex; gap: 8px; margin: 46px 0 22px; overflow-x: auto; padding-bottom: 2px; }
.filter { flex: none; min-height: 42px; padding: 0 16px; border: 1px solid #d7d3d0; border-radius: 999px; color: #6c6871; background: transparent; cursor: pointer; font-size: .77rem; font-weight: 700; }
.filter:hover, .filter.is-active { color: white; background: var(--ink); border-color: var(--ink); }
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.game-card { position: relative; min-width: 0; overflow: hidden; background: white; border: 1px solid #e3dfda; border-radius: 10px; cursor: pointer; transition: transform .3s, box-shadow .3s; }
.game-card-disabled { cursor: default; }
.game-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(21,17,30,.12); }
.game-card:focus-within { outline: 3px solid var(--cyan); outline-offset: 4px; box-shadow: 0 24px 60px rgba(21,17,30,.15); }
.game-card-featured { grid-column: span 2; grid-row: span 2; }
.card-art { position: relative; height: 245px; overflow: hidden; isolation: isolate; }
.game-card-featured .card-art { height: 430px; }
.game-preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}
.motion-preview {
  --preview-x: -1.5%;
  --preview-y: -.8%;
  --preview-scale: 1.09;
  --preview-duration: 10s;
}
.motion-preview .game-preview:not(.game-preview-video) { transform: scale(1.025); transform-origin: center; }
.motion-preview.is-preview-active .game-preview:not(.game-preview-video) {
  animation: preview-camera var(--preview-duration) cubic-bezier(.45,.05,.55,.95) infinite alternate;
  will-change: transform, filter;
}
.game-preview-video { transform: none; background: #08080f; }
.motion-preview:has(.game-preview-video)::before { display: none; }
.motion-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: .45;
  background: linear-gradient(112deg, transparent 24%, rgba(255,255,255,.14) 46%, rgba(115,224,255,.09) 51%, transparent 72%);
  transform: translateX(-135%);
  mix-blend-mode: screen;
}
.motion-preview.is-preview-active::before { animation: preview-sheen 7.2s ease-in-out infinite; }
.has-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7,7,15,.02) 54%, rgba(7,7,15,.34) 100%);
}
.preview-label {
  position: absolute;
  z-index: 4;
  left: 18px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(10,9,19,.68);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  backdrop-filter: blur(8px);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}
.preview-label::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
  filter: drop-shadow(0 0 5px currentColor);
}
.game-card:hover .game-preview { filter: saturate(1.13) contrast(1.035); }
.game-card:hover .preview-label { background: rgba(10,9,19,.83); border-color: rgba(255,255,255,.42); }
.art-frontline .game-preview { object-position: center center; }
.art-alex .game-preview { object-position: center 35%; }
.art-starword .game-preview { object-position: center 25%; }
.art-builder .game-preview { object-position: center center; }
.art-frontline { --preview-x: -2%; --preview-y: -1%; --preview-scale: 1.1; --preview-duration: 11s; }
.art-steel-core { --preview-x: 2%; --preview-y: -.5%; --preview-scale: 1.11; --preview-duration: 9.5s; }
.art-alex { --preview-x: -2.4%; --preview-y: 1%; --preview-scale: 1.12; --preview-duration: 7.8s; }
.art-windmere { --preview-x: 1.8%; --preview-y: -1.1%; --preview-scale: 1.1; --preview-duration: 10.5s; }
.art-starword { --preview-x: -1.5%; --preview-y: 1.2%; --preview-scale: 1.11; --preview-duration: 8.8s; }
.art-builder { --preview-x: 1.5%; --preview-y: -.7%; --preview-scale: 1.09; --preview-duration: 12s; }
.art-critters { --preview-x: -1.8%; --preview-y: -.5%; --preview-scale: 1.08; --preview-duration: 11s; background: #67cfff; }
.art-twilight { --preview-x: -1.7%; --preview-y: -.8%; --preview-scale: 1.1; --preview-duration: 11.5s; }

@keyframes preview-camera {
  0% { transform: translate3d(0,0,0) scale(1.025); filter: saturate(.98) contrast(1); }
  48% { filter: saturate(1.06) contrast(1.025); }
  100% { transform: translate3d(var(--preview-x),var(--preview-y),0) scale(var(--preview-scale)); filter: saturate(1.1) contrast(1.04); }
}
@keyframes preview-sheen {
  0%, 22% { transform: translateX(-135%); opacity: 0; }
  36% { opacity: .46; }
  58%, 100% { transform: translateX(135%); opacity: 0; }
}
.art-frontline { background: radial-gradient(circle at 50% 55%, rgba(251,63,171,.65), transparent 17%), radial-gradient(circle at 50% 50%, #3923b6, transparent 52%), linear-gradient(145deg, #11101b, #1c0b3a); }
.art-grid { position: absolute; inset: 55% -20% -20%; z-index: -1; background-image: linear-gradient(rgba(116,89,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(116,89,255,.35) 1px, transparent 1px); background-size: 30px 30px; transform: perspective(300px) rotateX(55deg); }
.art-orbit { position: absolute; inset: 50%; border: 1px solid rgba(133,88,255,.58); border-radius: 50%; transform: translate(-50%,-50%) rotateX(65deg); }
.orbit-one { width: 330px; height: 330px; box-shadow: 0 0 50px rgba(131,79,255,.22); }
.orbit-two { width: 235px; height: 235px; transform: translate(-50%,-50%) rotateY(65deg); }
.art-emblem { position: absolute; top: 50%; left: 50%; width: 98px; height: 98px; display: grid; place-items: center; color: white; font: 700 2rem var(--display); letter-spacing: -.08em; background: rgba(5,4,13,.72); border: 1px solid rgba(255,255,255,.35); border-radius: 22px; box-shadow: 0 0 50px rgba(251,63,171,.55), inset 0 0 20px rgba(255,255,255,.08); transform: translate(-50%,-50%) rotate(8deg); backdrop-filter: blur(8px); }
.art-steel-pilot { background: radial-gradient(circle at 50% 54%, rgba(255,128,42,.28), transparent 26%), linear-gradient(180deg, #243846 0 44%, #8b3f24 45% 47%, #17171d 48%); }
.pilot-horizon { position: absolute; inset: 45% 9% auto; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,195,107,.86), transparent); box-shadow: 0 0 18px rgba(255,132,52,.72); }
.pilot-reticle { position: absolute; top: 50%; left: 50%; width: 126px; height: 126px; border: 2px solid rgba(255,184,85,.72); border-radius: 50%; box-shadow: 0 0 25px rgba(255,116,37,.28), inset 0 0 25px rgba(255,116,37,.14); transform: translate(-50%,-50%); }
.pilot-reticle::before, .pilot-reticle::after { content: ""; position: absolute; top: 50%; left: -22px; right: -22px; height: 1px; background: rgba(255,213,146,.58); }
.pilot-reticle::after { top: -22px; bottom: -22px; left: 50%; right: auto; width: 1px; height: auto; }
.pilot-gauge { position: absolute; bottom: 22px; width: 92px; height: 34px; border: 1px solid rgba(94,219,255,.5); background: repeating-linear-gradient(90deg, rgba(94,219,255,.34) 0 8px, transparent 8px 12px); box-shadow: 0 0 16px rgba(38,193,255,.18); }
.gauge-left { left: 24px; }.gauge-right { right: 24px; transform: scaleX(-1); }
.art-steel-pilot .art-emblem { width: 76px; height: 76px; color: #ffe0ac; background: linear-gradient(145deg, #4e555d, #171b20); border-color: rgba(255,179,80,.55); box-shadow: 0 0 38px rgba(255,116,37,.42); font-size: 1.35rem; transform: translate(-50%,-50%); }
.art-steel-pilot.is-preview-active .pilot-horizon { animation: pilot-horizon 3.8s ease-in-out infinite alternate; }
.art-steel-pilot.is-preview-active .pilot-reticle { animation: pilot-lock 3.2s ease-in-out infinite; }
.art-steel-pilot.is-preview-active .pilot-gauge { animation: pilot-gauge 1.5s linear infinite; }
.art-steel-pilot.is-preview-active .art-emblem { animation: pilot-emblem 3.2s ease-in-out infinite; }
@keyframes pilot-horizon { to { transform: translateY(9px) rotate(.6deg); filter: brightness(1.35); } }
@keyframes pilot-lock {
  0%, 100% { transform: translate(-50%,-50%) scale(.94) rotate(-4deg); opacity: .72; }
  50% { transform: translate(-50%,-50%) scale(1.05) rotate(4deg); opacity: 1; }
}
@keyframes pilot-gauge { to { background-position: 24px 0; filter: brightness(1.32); } }
@keyframes pilot-emblem {
  0%, 100% { transform: translate(-50%,-50%) scale(.97); }
  50% { transform: translate(-50%,-50%) scale(1.04); box-shadow: 0 0 54px rgba(255,116,37,.62); }
}
.art-alex { background: radial-gradient(circle at 70% 30%, rgba(255,176,52,.42), transparent 26%), linear-gradient(145deg, #4b081b, #160b1b); }
.speed-line { position: absolute; left: -10%; width: 120%; height: 2px; background: linear-gradient(90deg, transparent, #ffbd45, #ff3c69, transparent); box-shadow: 0 0 16px #ff3c69; transform: rotate(-18deg); }
.speed-line-one { top: 34%; }.speed-line-two { top: 66%; transform: rotate(14deg); opacity: .65; }
.art-alex .art-emblem { background: linear-gradient(135deg, #ffb52e, #dc184e 72%); box-shadow: 0 0 46px rgba(255,60,105,.5); transform: translate(-50%,-50%) rotate(-7deg); }
.art-windmere { background: radial-gradient(circle at 50% 40%, rgba(217,255,153,.26), transparent 28%), linear-gradient(145deg, #15352a, #0b151b); }
.wind-ring { position: absolute; top: 50%; left: 50%; width: 230px; height: 110px; border: 1px solid rgba(203,255,187,.55); border-radius: 50%; box-shadow: 0 0 26px rgba(126,231,160,.22); transform: translate(-50%,-50%) rotate(-18deg); }
.wind-ring-two { width: 300px; height: 150px; transform: translate(-50%,-50%) rotate(22deg); opacity: .55; }
.art-windmere .art-emblem { background: linear-gradient(135deg, #4c8a63, #142b24); box-shadow: 0 0 44px rgba(126,231,160,.35); transform: translate(-50%,-50%); }
.art-starword { background: radial-gradient(circle at 50% 35%, rgba(255,226,79,.36), transparent 30%), linear-gradient(145deg, #124b8d, #271267); }
.star-point { position: absolute; color: #ffed70; text-shadow: 0 0 16px #ffea5b; }
.star-one { top: 24px; left: 18%; font-size: 1.4rem; }.star-two { top: 44px; right: 14%; font-size: 2.1rem; }.star-three { bottom: 28px; left: 30%; font-size: 1rem; }
.art-starword .art-emblem { color: #15235b; background: linear-gradient(145deg, #fff289, #ffb83e); box-shadow: 0 0 46px rgba(255,226,79,.45); transform: translate(-50%,-50%) rotate(5deg); }
.art-builder { background: radial-gradient(circle at 30% 25%, rgba(255,208,119,.3), transparent 28%), linear-gradient(145deg, #5d3d2a, #17291f); }
.build-block { position: absolute; width: 68px; height: 68px; border: 1px solid rgba(255,232,189,.45); background: rgba(247,183,86,.18); box-shadow: inset 0 0 20px rgba(255,202,117,.18); transform: rotate(30deg) skew(-8deg); }
.block-one { left: 35px; bottom: 32px; }.block-two { right: 42px; top: 30px; width: 48px; height: 48px; }.block-three { right: 55px; bottom: 22px; width: 82px; height: 82px; }
.art-builder .art-emblem { background: linear-gradient(145deg, #d98d42, #57351f); box-shadow: 0 0 42px rgba(255,184,90,.35); transform: translate(-50%,-50%); }
.art-critters .game-preview { object-position: center 72%; }
.critter-unit {
  position: absolute;
  z-index: 4;
  bottom: 45px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.84);
  border-radius: 50%;
  background: rgba(32,64,88,.82);
  box-shadow: 0 8px 20px rgba(13,53,76,.3), 0 0 0 5px rgba(255,255,255,.15);
  font-size: 1.55rem;
  line-height: 1;
  backdrop-filter: blur(5px);
}
.critter-squirrel { left: 25px; }.critter-turtle { right: 27px; bottom: 51px; }
.critter-trajectory {
  position: absolute;
  z-index: 4;
  left: 22%;
  right: 21%;
  bottom: 78px;
  height: 105px;
  border-top: 2px dashed rgba(255,255,255,.74);
  border-radius: 50%;
  transform: rotate(-4deg);
  filter: drop-shadow(0 0 5px rgba(255,255,255,.7));
}
.critter-projectile {
  position: absolute;
  z-index: 5;
  left: 23%;
  bottom: 82px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3d2c20;
  box-shadow: 0 0 0 3px rgba(255,255,255,.7), 0 0 15px rgba(255,136,43,.9);
}
.critter-impact {
  position: absolute;
  z-index: 5;
  right: 20%;
  bottom: 77px;
  color: #fff3a6;
  opacity: 0;
  font-size: 2.4rem;
  text-shadow: 0 0 9px #ff9c28, 0 0 25px #ff5f2e;
}
.art-critters.is-preview-active .critter-unit { animation: critter-ready 1.8s ease-in-out infinite alternate; }
.art-critters.is-preview-active .critter-turtle { animation-delay: -.9s; }
.art-critters.is-preview-active .critter-trajectory { animation: critter-guide 4.4s ease-in-out infinite; }
.art-critters.is-preview-active .critter-projectile { animation: critter-shot 4.4s cubic-bezier(.42,.02,.58,1) infinite; }
.art-critters.is-preview-active .critter-impact { animation: critter-impact 4.4s ease-out infinite; }
@keyframes critter-ready { to { transform: translateY(-5px) rotate(3deg); filter: brightness(1.12); } }
@keyframes critter-guide { 0%, 12%, 88%, 100% { opacity: .2; } 25%, 72% { opacity: .88; } }
@keyframes critter-shot {
  0%, 18% { transform: translate(0,0) scale(.75); opacity: 0; }
  24% { opacity: 1; }
  52% { transform: translate(128px,-88px) scale(1); }
  76% { transform: translate(255px,-2px) scale(.85); opacity: 1; }
  78%, 100% { transform: translate(255px,-2px) scale(.2); opacity: 0; }
}
@keyframes critter-impact {
  0%, 74% { transform: scale(.15) rotate(0); opacity: 0; }
  78% { transform: scale(1.35) rotate(18deg); opacity: 1; }
  88%, 100% { transform: scale(2.1) rotate(34deg); opacity: 0; }
}
.art-operator { background: radial-gradient(circle at 50% 50%, rgba(42,255,195,.22), transparent 34%), linear-gradient(145deg, #132d2b, #070e16 76%); }
.operator-grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(84,255,207,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(84,255,207,.2) 1px, transparent 1px); background-size: 28px 28px; }
.operator-sweep { position: absolute; inset: 17% auto auto 50%; width: 165px; height: 165px; border: 1px solid rgba(96,255,211,.55); border-radius: 50%; box-shadow: 0 0 35px rgba(36,231,186,.18), inset 0 0 35px rgba(36,231,186,.08); transform: translateX(-50%); }
.operator-sweep::before, .operator-sweep::after { content: ""; position: absolute; inset: 50% 8px auto; height: 1px; background: rgba(112,255,218,.42); }
.operator-sweep::after { transform: rotate(90deg); }
.operator-contact { position: absolute; z-index: 1; width: 7px; height: 7px; border-radius: 50%; background: #ff526d; box-shadow: 0 0 12px #ff526d; }
.contact-one { top: 31%; right: 31%; }.contact-two { right: 39%; bottom: 25%; }
.art-operator .art-emblem { background: linear-gradient(145deg, #1e756a, #0b2225); box-shadow: 0 0 44px rgba(70,255,209,.34); transform: translate(-50%,-50%) rotate(3deg); }
.art-operator.is-preview-active .operator-grid { animation: operator-grid 6s linear infinite; }
.art-operator.is-preview-active .operator-sweep { animation: operator-radar 4.8s linear infinite; }
.art-operator.is-preview-active .operator-contact { animation: operator-contact 1.35s ease-in-out infinite alternate; }
.art-operator.is-preview-active .contact-two { animation-delay: -.65s; }
@keyframes operator-grid { to { background-position: 28px 28px; } }
@keyframes operator-radar { to { transform: translateX(-50%) rotate(360deg); } }
@keyframes operator-contact { to { transform: scale(1.55); opacity: .45; box-shadow: 0 0 24px #ff526d; } }
.art-twilight { background: radial-gradient(circle at 72% 22%, rgba(255,220,184,.35), transparent 23%), linear-gradient(160deg, #36336c, #170e2e 72%); }
.twilight-moon { position: absolute; top: 30px; right: 42px; width: 78px; height: 78px; border-radius: 50%; background: #ffe2bd; box-shadow: 0 0 42px rgba(255,226,189,.45); }
.twilight-moon::after { content: ""; position: absolute; top: -7px; left: -18px; width: 78px; height: 78px; border-radius: 50%; background: #39366f; }
.twilight-path { position: absolute; left: 25%; right: 25%; bottom: -70px; height: 170px; border-radius: 50% 50% 0 0; border: 1px solid rgba(226,191,255,.35); transform: perspective(120px) rotateX(65deg); box-shadow: 0 0 30px rgba(176,118,255,.25); }
.art-twilight .art-emblem { background: linear-gradient(145deg, #7069b8, #241842); box-shadow: 0 0 44px rgba(176,118,255,.38); transform: translate(-50%,-50%) rotate(-4deg); }
.card-body { padding: 27px 28px 29px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; color: #918b98; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.status { display: inline-flex; align-items: center; gap: 7px; }
.status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 7px currentColor; }
.status-live { color: #4b9c1f; }.status-dev { color: #027d87; }.status-soon { color: #b53375; }
.card-body h3 { margin: 22px 0 10px; font: 700 1.9rem/1 var(--display); letter-spacing: -.045em; }
.game-card-featured .card-body h3 { font-size: 2.5rem; }
.card-body p { margin: 0; min-height: 48px; color: #78727e; font-size: .85rem; line-height: 1.65; }
.card-link { margin-top: 25px; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ebe8e4; font-size: .77rem; font-weight: 800; }
.card-link::after { content: ""; position: absolute; z-index: 2; inset: 0; }
.card-link-disabled { color: #918b98; }
.card-link-disabled::after { display: none; }
.card-link span { color: var(--pink); font-size: 1rem; transition: transform .2s; }
.card-link:hover span { transform: translate(3px,-3px); }
.game-card.is-hidden { display: none; }
.empty-state { padding: 45px; text-align: center; color: #716c7b; }

.manifesto { position: relative; overflow: hidden; color: white; background: #0a0713; padding: 115px 0; }
.manifesto::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.35) .7px, transparent .7px); background-size: 13px 13px; mask-image: linear-gradient(to right, transparent, black, transparent); }
.manifesto-glow { position: absolute; width: 460px; height: 460px; right: 8%; top: 10%; background: radial-gradient(circle, rgba(141,76,255,.22), transparent 68%); }
.manifesto-layout { position: relative; display: grid; grid-template-columns: 140px 1fr 250px; gap: 60px; align-items: start; }
.manifesto-kicker { display: flex; gap: 14px; align-items: center; color: #77717f; font-size: .65rem; text-transform: uppercase; letter-spacing: .15em; }
.manifesto-kicker span { color: var(--pink); }
.manifesto-copy h2 { max-width: 680px; margin: 0; font: 600 clamp(3.2rem, 5.8vw, 6rem)/.95 var(--display); letter-spacing: -.06em; }
.manifesto-copy h2 em { color: var(--pink); font-style: normal; }
.manifesto-copy p { max-width: 660px; color: #96909f; margin: 25px 0 0; font-size: .98rem; line-height: 1.8; }
.manifesto-copy .story-lead { color: #c0bac7; font-size: 1.02rem; }
.manifesto-copy a { margin-top: 32px; display: inline-flex; gap: 20px; align-items: center; color: var(--lime); font-size: .8rem; font-weight: 700; }
.manifesto-values { display: grid; gap: 28px; }
.manifesto-values div { padding-top: 19px; border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 7px; }
.manifesto-values strong { font: 600 1rem var(--display); }
.manifesto-values span { color: #716c79; font-size: .71rem; }

.support-section { position: relative; overflow: hidden; color: white; background: #100a1b; padding: 110px 0; }
.support-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 75%); }
.support-glow { position: absolute; width: 560px; height: 560px; left: -120px; bottom: -260px; background: radial-gradient(circle, rgba(251,63,171,.24), transparent 68%); }
.support-card { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 90px; align-items: center; }
.support-copy h2 { max-width: 760px; margin: 0; font: 650 clamp(3.2rem, 6vw, 6rem)/.92 var(--display); letter-spacing: -.06em; }
.support-copy h2 em { color: var(--lime); font-style: normal; }
.support-copy > p:not(.eyebrow):not(.donation-note) { max-width: 610px; margin: 30px 0; color: #a49cab; font-size: .98rem; line-height: 1.8; }
.paypal-donate-shell { width: fit-content; min-width: 210px; min-height: 64px; display: flex; align-items: center; }
#paypal-donate-button-container { min-height: 48px; display: flex; align-items: center; }
#paypal-donate-button-container img { display: block; max-width: 100%; height: auto; transition: transform .2s, filter .2s; }
#paypal-donate-button-container img:hover { transform: translateY(-2px); filter: brightness(1.04); }
.donate-fallback { min-height: 56px; padding: 0 18px; align-items: center; gap: 20px; color: #07182c; background: #ffc439; border-radius: 8px; font-size: .78rem; font-weight: 800; }
.donate-fallback:not([hidden]) { display: inline-flex; }
.donate-fallback span { color: #003087; font-size: 1rem; }
.donation-note { margin: 14px 0 0; color: #716979; font-size: .67rem; }
.donation-qr { padding: 26px; display: grid; gap: 20px; color: white; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; box-shadow: 0 28px 80px rgba(0,0,0,.28); backdrop-filter: blur(16px); transition: transform .25s, border-color .25s; }
.donation-qr:hover { transform: translateY(-4px) rotate(1deg); border-color: rgba(201,255,85,.5); }
.qr-frame { padding: 15px; display: grid; place-items: center; background: white; border-radius: 12px; }
.qr-frame img { display: block; width: 100%; height: auto; }
.donation-qr > span:last-child { display: grid; gap: 5px; }
.donation-qr strong { font: 650 1.18rem var(--display); }
.donation-qr small { color: #837c89; font-size: .68rem; }

.updates-section { background: var(--paper); padding: 100px 0; }
.updates-card { padding: 65px 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; background: white; border: 1px solid #e0dcd7; border-radius: 12px; box-shadow: 0 25px 80px rgba(19,15,27,.07); }
.updates-card h2 { font-size: clamp(3rem,5vw,4.8rem); }
.updates-card > div > p:last-child { max-width: 480px; color: #7a747f; line-height: 1.7; }
.signup-form { position: relative; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid #aea8b0; }
.signup-form input { min-width: 0; padding: 18px 4px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.signup-form button { padding: 0 4px 0 24px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: .76rem; font-weight: 800; }
.signup-form button span { margin-left: 10px; color: var(--pink); }
.form-note { position: absolute; top: calc(100% + 12px); left: 0; margin: 0; color: #9a949d; font-size: .67rem; }

.site-footer { color: white; background: #07050d; padding: 65px 0 25px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 50px; }
.footer-main > p { color: #706b76; text-align: center; font-size: .75rem; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #898390; font-size: .6rem; font-weight: 800; transition: color .2s, border-color .2s; }
.social-links a:hover { color: white; border-color: white; }
.project-notice { margin-bottom: 42px; padding: 24px 0 28px; display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 44px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.project-notice p { margin: 0; }
.project-notice p:first-child { color: white; font: 600 1rem/1.35 var(--display); }
.project-notice p:last-child { max-width: 790px; color: #7f7985; font-size: .72rem; line-height: 1.75; }
.footer-bottom { padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #625d68; font-size: .63rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; }

.policy-page { min-height: 100vh; color: white; background: #080612; }
.policy-header { background: rgba(8, 6, 18, .92); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.policy-back { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.76); font-size: .8rem; font-weight: 700; }
.policy-back:hover { color: white; }
.policy-back span { color: var(--cyan); }
.policy-main { padding: 154px 0 105px; background: radial-gradient(circle at 82% 8%, rgba(141,76,255,.18), transparent 32%), #080612; }
.policy-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 90px; align-items: start; }
.policy-content { max-width: 780px; }
.policy-kicker { margin: 0 0 20px; color: var(--pink); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.policy-content h1 { max-width: 700px; margin: 0; font: 650 clamp(3.5rem, 7vw, 6rem)/.92 var(--display); letter-spacing: -.06em; }
.policy-summary { margin: 30px 0 18px; color: #bbb5c4; font-size: 1.05rem; line-height: 1.8; }
.policy-effective { margin: 0 0 64px; color: #756f7d; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.policy-section { padding: 34px 0; border-top: 1px solid rgba(255,255,255,.11); scroll-margin-top: 102px; }
.policy-section h2 { margin: 0 0 16px; font: 600 1.55rem/1.2 var(--display); letter-spacing: -.025em; }
.policy-section p, .policy-section li { color: #a9a2b2; font-size: .92rem; line-height: 1.85; }
.policy-section p { margin: 0 0 15px; }
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul { margin: 0; padding-left: 22px; }
.policy-section li + li { margin-top: 10px; }
.policy-section a { color: var(--lime); text-decoration: underline; text-decoration-color: rgba(201,255,85,.4); text-underline-offset: 4px; }
.policy-section strong { color: white; }
.policy-aside { position: sticky; top: 120px; padding: 24px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.11); border-radius: 14px; }
.policy-aside p { margin: 0 0 10px; color: #7f7888; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.policy-aside a { display: block; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.09); color: #b8b1c1; font-size: .78rem; font-weight: 650; }
.policy-aside a:hover { color: white; }
.policy-footer { padding-top: 26px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; padding: 13px 18px; color: white; background: #15101f; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; box-shadow: 0 15px 50px rgba(0,0,0,.35); opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: opacity .25s, transform .25s; font-size: .76rem; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero { min-height: 740px; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .game-card-featured { grid-column: span 2; grid-row: auto; }
  .game-card-featured .card-art { height: 350px; }
  .manifesto-layout { grid-template-columns: 1fr; gap: 38px; }
  .manifesto-values { grid-template-columns: repeat(3,1fr); }
  .support-card { grid-template-columns: 1fr 260px; gap: 45px; }
  .updates-card { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 70px; left: 14px; right: 14px; padding: 22px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: rgba(13,9,24,.97); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; box-shadow: 0 25px 60px rgba(0,0,0,.4); backdrop-filter: blur(20px); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { min-height: 48px; display: flex; align-items: center; }
  .nav-cta { margin-top: 8px; justify-content: center; }
  .hero { min-height: 740px; align-items: end; padding-bottom: 80px; }
  .hero-backdrop { background-position: 62% center; }
  .hero-content { padding-top: 100px; }
  .hero h1 { font-size: clamp(3.65rem, 18vw, 5.5rem); }
  .hero-copy { max-width: 94%; font-size: .9rem; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 340px; }
  .button { justify-content: space-between; }
  .hero-stat { margin-top: 24px; }
  .scroll-cue { display: none; }
  .games-section { padding: 85px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading h2 { font-size: 3.9rem; }
  .game-card-featured .card-art, .card-art { height: 260px; }
  .game-grid { grid-template-columns: 1fr; }
  .game-card-featured { grid-column: auto; }
  .card-body { padding: 24px 22px; }
  .game-card-featured .card-body h3 { font-size: 2rem; }
  .manifesto { padding: 85px 0; }
  .manifesto-values { grid-template-columns: 1fr; }
  .support-section { padding: 85px 0; }
  .support-card { grid-template-columns: 1fr; gap: 44px; }
  .support-copy h2 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .paypal-donate-shell { width: 100%; }
  .donation-qr { width: min(100%, 320px); }
  .updates-section { padding: 60px 0; }
  .updates-card { width: calc(100% - 28px); padding: 38px 24px 52px; }
  .signup-form { grid-template-columns: 1fr; }
  .signup-form button { min-height: 48px; padding: 0; text-align: left; }
  .footer-main { grid-template-columns: 1fr; justify-items: start; }
  .footer-main > p { text-align: left; }
  .project-notice { grid-template-columns: 1fr; gap: 14px; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 18px; }
  .policy-main { padding: 120px 0 76px; }
  .policy-layout { grid-template-columns: 1fr; gap: 45px; }
  .policy-content h1 { font-size: clamp(3.25rem, 15vw, 4.5rem); }
  .policy-summary { font-size: .95rem; }
  .policy-aside { position: static; }
}

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