/* Schaefer Defense design tokens — the raffle/My Account design language, now at
   the theme layer. Values copied verbatim from cc-raffles/assets/css/cc-raffles.css
   (server, CCR_VERSION 1.6.5, 2026-08-07). cc-raffles keeps its own identical
   :root block until the raffle session retires it — same values, so duplication
   is harmless. Keep the --ccr-* names permanently. */
:root {
	--ccr-accent: #d24034;
	--ccr-accent-hover: #e85a4c;
	--ccr-accent-2: #ff7a45;
	--ccr-blue: #38aee8;
	--ccr-bg: transparent;
	--ccr-card-bg: #101a2c;
	--ccr-card-border: #1e2c44;
	--ccr-text: #f2f5fa;
	--ccr-text-dim: #9aa7bd;
	--ccr-progress-track: #1a2438;
	--ccr-badge-active: #2e7d32;
	--ccr-badge-soon: #ef6c00;
	--ccr-badge-drawn: #1565c0;
	--ccr-badge-ended: #555;
	--ccr-glow: 0 0 24px rgba(210, 64, 52, .35);
}

/* Legacy accent shim — was `:root { --ac-accent }` in the Customizer post (itself a
   relic of the pre-plugin My Account skin). Consumers: JetSearch dropdown +
   single-product blocks, both now in main.css. Retire by retokenizing consumers to
   the --ccr-* system during their Phase 3 design passes. */
:root { --ac-accent: #0177E3; }
