:root {
  /* Brand Core - Azure Blue */
  --primary-color: #2585F8;
  --primary-color-rgb: 37, 133, 248;
  /* Brand Accent - Coral Glow */
  --secondary-color: #FF7851;
  --secondary-color-rgb: 255, 120, 81;
  /* Brand Pop - Electric Violet */
  --tertiary-color: #8B5CF6;
  --tertiary-color-rgb: 139, 92, 246;
  /* Neutrals */
  --text-main: #0F172A;
  --text-muted: #64748B;
  --border-color: #E2E8F0;
  --bg-page: #F8FAFC;
  /* Semantic */
  --success-color: #10B981;
  --error-color: #EF4444;
}