:root {
  --cme-color-navy: #1B2A4A;
  --cme-color-sakura: #F4B8C1;
  --cme-color-white: #FBFCF8; /* Cosmetic White */
  --cme-color-pearl: #F0EDE8; /* Pearl — VIP/Premium bg */
  --cme-color-pearl-soft: #F7F4F0;
  --cme-color-peach: #F5C5A3; /* Warm Peach — skin-tone warmth */
  --cme-color-peach-soft: #FAE5D3;
  --cme-color-dustyrose: #C9848F; /* Dusty Rose — mid accent */
  --cme-color-dustyrose-soft: #E8B4BA;
  --cme-color-hotpink: #E05080;
  /* Dark Science Gradients — 30% Structure tier (Clinical/Trust contexts) */
  --cme-dark-hero:   linear-gradient(135deg, #0F172A 0%, #1E1B4B 60%, #8E9DC5 100%);
  --cme-dark-bundle: linear-gradient(135deg, #1E1B4B 0%, #4F46E5 60%, #A8B5E8 100%);
  --cme-dark-card:   linear-gradient(135deg, #1E1B4B 0%, #4F46E5 100%);
  --cme-lav-hero:    linear-gradient(135deg, #0F172A 0%, #1B2A4A 55%, #C0D0F2 100%);
  --cme-lav-deep:    linear-gradient(135deg, #0D1B3E 0%, #2E5090 45%, #7BA3D8 75%, #C0D0F2 100%);
  --cme-lav-card:    linear-gradient(135deg, #1B2A4A 0%, #5B7EC9 50%, #C0D0F2 100%);
  --cme-cyan-glow:   #22D3EE;
  --cme-color-blush: #F8F5F5;
  --cme-color-text-dark: #2D3436;
  --cme-color-text-light: #636E72;
  --cme-color-border-subtle: #E8E8E8;
  --cme-color-border-strong: #D0D0D0;
  --cme-color-success: #27AE60;
  --cme-color-warning: #F39C12;
  --cme-color-error: #E74C3C;
  --cme-font-heading: 'Sarabun', sans-serif;
  --cme-font-body: 'DM Sans', sans-serif;
  --cme-font-luxury: 'Playfair Display', serif;
  --cme-space-xs: 4px;
  --cme-space-sm: 8px;
  --cme-space-md: 16px;
  --cme-space-lg: 24px;
  --cme-space-xl: 32px;
  --cme-space-2xl: 40px;
  --cme-space-3xl: 48px;
  --cme-space-4xl: 56px;
  --cme-space-5xl: 64px;
  --cme-space-6xl: 80px;
  --cme-space-7xl: 96px;
  --cme-radius-small: 4px;
  --cme-radius-regular: 8px;
  --cme-radius-medium: 12px;
  --cme-radius-large: 16px;
  --cme-radius-full: 9999px;
  --cme-shadow-none: none;
  --cme-shadow-subtle: 0 2px 8px rgba(0, 0, 0, 0.08);
  --cme-shadow-medium: 0 4px 12px rgba(0, 0, 0, 0.12);
  --cme-shadow-focus: 0 0 0 3px rgba(244, 184, 193, 0.3);
}
