/*
Theme Name: Sidigiqor Technologies
Theme URI: https://sidigiqor.com
Author: Sidigiqor Technologies
Author URI: https://sidigiqor.com
Description: Official WordPress theme for Sidigiqor Technologies (Enterprise IT Consulting, Cyber Security & AI Systems). This theme packages the original React application exactly as built — every component, interaction, and piece of content (Hero, Overview, Team, Alliances, Divisions, Services, Insights/Blogs, Careers, Testimonials, Global Presence, Contact form, Legal & Policies) is preserved with no functional changes. The compiled app is loaded into a single WordPress-served page shell.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sidigiqor
*/

/* ==========================================================================
   Minimal shell CSS.
   NOTE: All real design/utility styles (Tailwind v4 build + custom brand
   theme) live in assets/css/app.css, compiled from the original project's
   src/index.css via `npm run build`. Nothing in that file has been altered.
   The rules below only handle WordPress-specific integration concerns.
   ========================================================================== */

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #0a0a0a;
}

/* Keep the app's fixed header (id="main-header") from being covered by
   the WordPress admin toolbar when an editor is logged in. This does not
   alter any theme functionality — it only offsets the fixed header the
   same way WordPress core themes do. */
body.admin-bar #main-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #main-header {
    top: 46px;
  }
}

/* Graceful fallback while the compiled app boots / if JS is blocked. */
#root:empty::before {
  content: "Loading Sidigiqor Technologies…";
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  color: #D4AF37;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #0a0a0a;
}

.sidigiqor-noscript-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
  text-align: center;
  background-color: #0a0a0a;
  color: #d1d5db;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
}
