/* Blitz Health Revamp — design tokens (professional pass). BRAND GREENS UNCHANGED. */
:root{
	/* brand greens — existing values, untouched */
	--bh-green:#4aa340;          /* primary action */
	--bh-green-dk:#3c8533;       /* darker green (hover) */
	--bh-green-br:#76c04a;       /* bright accent — icons, highlights */
	--bh-green-soft:#bfe9a6;     /* soft green text on dark */

	/* neutral surfaces (consolidated, green-tinted dark) */
	--bh-bg:#06100b;             /* page background */
	--bh-surface:#0d1c13;        /* cards / panels (flat) */
	--bh-surface-2:#13241a;      /* raised / hover */

	/* text */
	--bh-text:#f3f6f4;           /* primary */
	--bh-text-muted:#9fb0a6;     /* secondary */
	--bh-text-subtle:#7f9488;    /* tertiary / labels */

	/* borders — neutral, not green-tinted */
	--bh-border:rgba(255,255,255,.09);
	--bh-border-2:rgba(255,255,255,.16);

	/* elevation — neutral (no green glow) */
	--bh-sh-1:0 1px 2px rgba(0,0,0,.30);
	--bh-sh-2:0 10px 28px rgba(0,0,0,.38);
	--bh-sh-3:0 20px 48px rgba(0,0,0,.50);

	/* radius scale */
	--bh-r-sm:8px;
	--bh-r-md:12px;
	--bh-r-lg:16px;
	--bh-r-pill:999px;

	/* spacing scale — 8px rhythm */
	--bh-s2:8px; --bh-s3:12px; --bh-s4:16px; --bh-s5:24px; --bh-s6:32px; --bh-s7:48px; --bh-s8:64px;

	/* focus ring — brand green, kept for accessibility */
	--bh-ring:0 0 0 3px rgba(118,192,74,.45);
}
