:root {
  color-scheme: dark;
  --neon-cyan: #22d3ee;
  --neon-fuchsia: #f472b6;
}

body {
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.15), transparent 30%),
    linear-gradient(135deg, #020617 0%, #0f172a 45%, #111827 100%);
  min-height: 100vh;
}

.arcade-title {
  font-family: "Press Start 2P", cursive;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow: 0 0 12px rgba(34, 211, 238, 0.35);
}

.retro-badge {
  box-shadow: 0 0 18px rgba(244, 114, 182, 0.2);
}

.pixel-card {
  border: 1px solid rgba(244, 114, 182, 0.25);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(2, 6, 23, 0.9));
  box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.12), 0 0 24px rgba(34, 211, 238, 0.12);
}

video {
  filter: blur(0.4px);
}

::selection {
  background: rgba(34, 211, 238, 0.35);
  color: white;
}

.bottom-right-player {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}