/*
Theme Name: AI Admin Pro
Theme URI: https://example.com/ai-admin-pro
Author: Your Studio
Author URI: https://example.com
Description: A lightweight WordPress theme inspired by the "AI Admin Pro" SaaS UI — clean SaaS landing page with an AI-forward green gradient design system, glass navigation, feature grids, pricing cards, and a contact section. Built from scratch in plain PHP (no build step, no framework dependency).
Version: 1.0.0
Requires at least: 6.0
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: ai-admin-pro
Tags: one-column, custom-menu, custom-colors, featured-images, footer-widgets, translation-ready
*/

/* All real styling lives in assets/css/style.css (enqueued in functions.php).
   This file only needs the header block above for WordPress to recognize the theme,
   but we keep a tiny reset here too in case it ever loads standalone. */
* { box-sizing: border-box; }
body { margin: 0; }
