/*
Theme Name: Neon Academy
Theme URI: https://www.instagram.com/jeroomuwaanaa/
Author: Jerome Werner
Author URI: https://www.instagram.com/jeroomuwaanaa/
Description: NEON ACADEMY — full-page cyberpunk e-learning terminal for affiliate media buyers. Port of the Neon Academy macOS app: Academy modules, NewsBreak launchpad, compendium, platforms, resources, and audio deck. Progress saved in the browser. Built by Jerome Werner · Instagram @jeroomuwaanaa.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 7.4
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: neon-academy
Tags: education, full-width-template, custom-colors, one-column
*/

body.neon-body {
  margin: 0 !important;
  padding: 0 !important;
  background: #050508 !important;
}

body.admin-bar #neon-app {
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar #neon-app {
    height: calc(100vh - 46px);
    height: calc(100dvh - 46px);
  }
}
