/*
Theme Name: Campaign & Ad Manager Dashboard
Theme URI: https://aicstudio.example
Author: AIC Studio
Author URI: https://aicstudio.example
Description: A full-featured Campaign & Advertisement Manager Dashboard theme for advertisers, publishers, agencies, and administrators. Includes role-aware dashboards, campaign creation wizard, ad/creative library, inventory & zone code generator, analytics, billing, notifications, and admin settings (incl. social login).
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: campaign-manager
Tags: dashboard, advertising, campaign-manager, custom-post-type
*/

/* Base fallback styles — main dashboard UI styling lives in assets/css/dashboard.css */
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
	background: #f4f6f9;
	color: #1f2430;
}

a {
	color: inherit;
}

.cm-app-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	font-size: 14px;
	color: #6b7280;
}
