/* Fest-modulen -- stilar
   Prefix: .ev-*
   Delar variabler med JoyBus-temat: --bg, --surface, --accent, --text, --muted, etc.
*/

/* ---- Platshallare: byggs ut i Sprint 4 ---- */

.ev-screen {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 100;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
