/* ── Vantage Battles – minimal custom rules (Tailwind handles the rest) ─── */

[x-cloak] { display: none !important; }

body {
  background:
    radial-gradient(circle at top right, rgba(39, 211, 255, 0.18), transparent 42%),
    radial-gradient(circle at bottom left, rgba(255, 122, 89, 0.14), transparent 38%),
    #06080D;
  background-attachment: fixed;
}

/* Battle row highlights (used dynamically via EJS ternary) */
.my-battle    { background: rgba(39, 211, 255, 0.11) !important; }
.other-battle { background: rgba(255, 255, 255, 0.02) !important; }
