/*
Theme Name:        eveCloud AI Theme
Theme URI:         https://neweve.com/themes/evecloud-ai-theme
Description:       A deliberately minimal WordPress theme. Provides no styling, no widgets, and no menu locations beyond a single primary nav. Designed as a clean stage for the eveCloud AI plugin's header / footer / page generators — when the plugin is active, AI-generated chrome replaces the theme's defaults; otherwise you get bare semantic HTML. If you want a "real" theme with built-in design, switch to anything else.
Version:           1.2.0
Requires at least: 5.8
Requires PHP:      7.4
Author:            New Eve
Author URI:        https://neweve.com
License:           GPLv2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       evecloud-ai-theme
*/

/* Minimal reset — kills the browser's default body margin (the 8px the
   user kept seeing around AI-rendered pages), normalizes box-sizing so
   widths don't surprise anyone, and makes media respect its container.
   Anything beyond this is left for the eveCloud AI plugin's brand
   variables and AI-generated CSS to set. */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img, svg, video { max-width: 100%; height: auto; display: block; }
