/*
Theme Name: Supreme Projects Purchasing
Theme URI: https://supremeprojects.co.uk
Author: Supreme Projects
Description: Minimal companion theme for the Supreme Projects Construction Management plugin. Every request renders the [supreme_projects] (or legacy [antvic_purchasing]) shortcode full-width, with no header/sidebar/footer clutter and no page/template setup required — just activate this theme and make sure the plugin is active. Activate this theme only on the site (or in a multisite) dedicated to running the management app; your public marketing site should keep using its own theme.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Private
Text Domain: supreme-projects-purchasing
*/

html, body {
	margin: 0;
	padding: 0;
	background: #F5F9FD; /* matches the app's own --bg (cool near-white, v6.2.0 palette) */
	min-height: 100%;
}

/* Full-width host: index.php renders only the shortcode output (the app's
   iframe) — this just makes sure nothing above/below it adds unwanted
   margins or max-width constraints. */
.supreme-app-host {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

.supreme-app-host .entry-content,
.supreme-app-host .entry-content > * {
	margin: 0;
	padding: 0;
	max-width: none;
}

/* Shown for a moment before the plugin's iframe/app finishes loading. */
.supreme-app-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	color: #5B6B84;
	font-size: 13px;
	letter-spacing: .3px;
}
