/*
Theme Name: exAI Theme
Theme URI: https://gitlab.com/exadevelopment/custom/exai-wp-theme
Author: ExaDevelopment
Author URI: https://exadev.com
Description: Blank canvas theme for the exAI WP Builder. Header, content, and footer slots only — no chrome.
Version: 1.0.28
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exai-wp-theme
Tags: full-site-editing, block-themes, blank, custom
*/

/* -------------------------------------------------------------------------
   Blank canvas reset — AI blocks own typography, color, and layout.
   ------------------------------------------------------------------------- */

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

html,
body {
	margin: 0;
	padding: 0;
}

body {
	min-height: 100vh;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, blockquote, pre, hr,
dl, dd {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: inherit;
}

button, input, select, textarea {
	font: inherit;
	color: inherit;
}

img, video, svg, canvas, iframe {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Stub notice when builder plugin is inactive (editors only). */
.exai-block--stub {
	padding: 1rem 1.25rem;
	border: 1px dashed #94a3b8;
	color: #64748b;
	font-family: system-ui, sans-serif;
	font-size: 0.875rem;
	line-height: 1.4;
	text-align: center;
}

.exai-404 {
	padding: 3rem 1.25rem;
	text-align: center;
	font-family: system-ui, sans-serif;
	color: #64748b;
}
