﻿/* ══════════════════════════════════════════════
   INDUSTRIAL EQUIPMENT - Hydraulic (B)
   c1: #0891b2 Deep Cyan → c2: #67e8f9 Ice
   
   SCOPED TO <main> - Header & Footer inherit global defaults.
   ══════════════════════════════════════════════ */
main {
  --accent-primary: #22d3ee !important;
  --accent-primary-soft: rgba(34, 211, 238, 0.1) !important;
  --accent-primary-glow: rgba(34, 211, 238, 0.3) !important;
  --accent-secondary: #67e8f9 !important;
  --accent-secondary-soft: rgba(103, 232, 249, 0.1) !important;
  --accent-tertiary: #a5f3fc !important;
  --accent-tertiary-soft: rgba(165, 243, 252, 0.1) !important;
  --accent-warm: #06b6d4 !important;
  --accent-warm-soft: rgba(6, 182, 212, 0.1) !important;
  --accent-gradient: linear-gradient(135deg, #0891b2 0%, #22d3ee 40%, #67e8f9 100%) !important;
  --accent-gradient-vivid: linear-gradient(135deg, #0891b2 0%, #22d3ee 50%, #67e8f9 100%) !important;
  --accent-gradient-cool: linear-gradient(135deg, #0e7490 0%, #0891b2 50%, #22d3ee 100%) !important;
  --accent-gradient-warm: linear-gradient(135deg, #22d3ee 0%, #67e8f9 100%) !important;
  --blue-core: #0891b2 !important;
  --blue-sky: #22d3ee !important;
  --blue-deep: #0e7490 !important;
  --accent: #22d3ee !important;
  --c1: #0891b2;
  --c2: #67e8f9;
  --accent-blue: var(--accent-primary);

  --accent-deep: #155e75;
  --accent-deep-rgb: 21, 94, 117;
  --blue-core-rgb: 8, 145, 178;
  --accent-primary-rgb: 34, 211, 238;
  --accent-secondary-rgb: 103, 232, 249;
  --accent-tertiary-vivid: #67e8f9;
  --accent-tertiary-vivid-rgb: 103, 232, 249;
  --accent-tertiary-rgb: 165, 243, 252;
  --blue-deep-rgb: 14, 116, 144;
  --accent-dark: #155e75;
  --accent-mid: #0891b2;
  --accent-darkest: #164e63;
}

/* Light mode: use darker cyan for text readability */
[data-theme='light'] main {
  --accent-primary: #0e7490 !important;
  --accent-primary-rgb: 14, 116, 144 !important;
  --blue-core: #155e75 !important;
  --blue-core-rgb: 21, 94, 117 !important;
  --accent-deep: #164e63;
  --accent-deep-rgb: 22, 78, 99;
}
