/* Shared shell for games.alxevt.com */
:root {
  --bg: #0b0e24;
  --card: #171b3e;
  --line: #2b3061;
  --fg: #eef1ff;
  --fg-dim: #a2a9d4;
  --accent: #7dffc4;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--fg);
  font: 16px/1.55 system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
a { color: var(--accent); }
