/*
Theme Name: AI Accountability Partner
Theme URI: https://accountabilitypartner360.com/
Author: William Shihata
Author URI: https://accountabilitypartner360.com/
Description: AI-powered wellness accountability platform with sport, nutrition, coaching, meditation, calendar, recipe, personality, and admin portal pages.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Private
Text Domain: ai-accountability-partner
Tags: full-width-template, custom-background, one-column
*/

/* ─── WordPress full-width reset ─────────────────────────── */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
  box-sizing: border-box;
}

*, *::before, *::after { box-sizing: inherit; }

/* Strip all WP wrapper constraints */
#page, #content, .site, .site-content, .site-main,
.wp-site-blocks, .entry-content, .wp-block-post-content,
.is-layout-constrained, .has-global-padding,
.wp-block-group, main, #main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide any block-theme header/footer parts */
.wp-block-template-part {
  display: none !important;
}

/* Fallback body if static serve fails */
body.wp-theme-shell {
  background: #090d1c;
  color: #f3f6ff;
  font-family: 'Manrope', Arial, sans-serif;
  min-height: 100vh;
}

.wp-theme-fallback {
  width: 100%;
  max-width: 100%;
  padding: 2rem;
  color: #f3f6ff;
  background: #090d1c;
}

/* ─── Admin bar offset for logged-in WP users ────────────── */
html body.admin-bar {
  margin-top: 32px !important;
}
@media screen and (max-width: 782px) {
  html body.admin-bar {
    margin-top: 46px !important;
  }
}
