/*
Theme Name: MyCasinoGuru
Theme URI: https://mycasinoguru.com/
Author: MyCasinoGuru
Author URI: https://mycasinoguru.com/
Description: Crypto casino affiliate theme. Casino, bonus, comparison and game post types, curated toplists, a cloaked affiliate redirect layer with click logging, geo-aware offer suppression, per-term landing pages and built-in compliance furniture.
Version: 1.14.0
Requires at least: 6.0
Tested up to: 6.8
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: mycasinoguru
Tags: dark, custom-menu, custom-logo, featured-images, translation-ready, two-columns, right-sidebar
*/

/* -------------------------------------------------------------------------
   Design tokens
   Derived from the reference design. Change values here, not in main.css.
   The Customiser writes overrides for a subset of these at runtime.
   ---------------------------------------------------------------------- */

:root {
	/* Surfaces — near-black with a green cast, lightening as elements nest */
	--mcg-bg: #070b09;
	--mcg-surface: #0d1310;
	--mcg-panel: #111815;
	--mcg-card: #151d19;
	--mcg-card-raised: #1b2420;
	--mcg-line: #222d28;
	--mcg-line-soft: #1a2320;

	/* Ink */
	--mcg-text: #f2f6f3;
	--mcg-text-dim: #b6c2bb;
	--mcg-muted: #8a978f;
	--mcg-faint: #63706a;

	/* Brand */
	--mcg-green: #22b24c;
	--mcg-green-hover: #1c9d42;
	--mcg-green-soft: rgba(34, 178, 76, 0.14);
	--mcg-lime: #6fdc3f;
	--mcg-lime-glow: rgba(111, 220, 63, 0.28);

	/* Accents */
	--mcg-gold: #f5b518;
	--mcg-rank-1: #f59e0b;
	--mcg-rank-2: #f59e0b;
	--mcg-rank-3: #f59e0b;
	--mcg-rank-alt: #39443f;
	--mcg-danger: #e5484d;

	/* Type */
	--mcg-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--mcg-font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;

	--mcg-step--1: 0.8125rem;
	--mcg-step-0: 0.9375rem;
	--mcg-step-1: 1.0625rem;
	--mcg-step-2: 1.375rem;
	--mcg-step-3: 1.75rem;
	--mcg-step-4: clamp(2rem, 1.4rem + 2.6vw, 3.25rem);

	/* Space */
	--mcg-gap: 16px;
	--mcg-gap-lg: 24px;
	--mcg-section: clamp(40px, 5vw, 64px);
	--mcg-container: 1200px;

	/* Shape */
	--mcg-radius: 12px;
	--mcg-radius-sm: 8px;
	--mcg-radius-lg: 16px;
	--mcg-radius-pill: 999px;

	--mcg-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 8px 24px rgba(0, 0, 0, 0.28);
	--mcg-ring: 0 0 0 3px rgba(111, 220, 63, 0.45);
}
