/**
 * Legacy entry: chess_immersion.css (v1.0 rework)
 * Prefer /css/public/immersion/immersion.css + Immersion.js.
 * This file only strips the old board/rail float animations so
 * cached pages or older links stay gameplay-safe.
 */

/* Kill legacy transform floats on gameplay shells */
body.chess-page .flight-deck,
body.chess-page aside.chess-match-rail,
body.chess-page .chess-match-rail.tactical-sidebar,
body.chess-page aside.chess-controls-rail,
body.chess-page .chess-hero-portrait,
body.chess-page #board-wrapper,
body.m-body-chess .flight-deck,
body.m-body-battle .flight-deck {
  animation: none !important;
  will-change: auto !important;
}
