/*
Theme Name: EN Media — Digital Marketing & Creative Agency
Theme URI: https://example.com/
Author: EN Media
Description: WordPress conversion of the original React/Vite agency theme, preserving the original visual design, responsive layout, animations, bilingual interface, calculators, portfolio modals, and interactive sections.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: en-media
*/

html, body {
  margin: 0;
  min-height: 100%;
  background: #020617;
}

body.admin-bar #root > div > nav,
body.admin-bar #root > div > header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #root > div > nav,
  body.admin-bar #root > div > header {
    top: 46px;
  }
}

#root:empty::before {
  content: "Loading…";
  display: grid;
  min-height: 100vh;
  place-items: center;
  color: #f59e0b;
  font-family: Cairo, sans-serif;
  background: #020617;
}
