/* harbor-cyan · site 2 · 湖蓝主色 + 珊瑚橙 CTA + 青绿点缀 */
:root {
  --pink: #0ea5e9;
  --blue: #0284c7;
  --green: #14b8a6;
  --orange: #f97316;
  --brand: #0ea5e9;
  --accent: #0ea5e9;
  --accent-2: #0284c7;
  --highlight: #f97316;
  --portal-accent: #0ea5e9;
  --bg: #ffffff;
  --surface: #f0f9ff;
  --text: #0c4a6e;
  --muted: #64748b;
  --hr-primary: #0ea5e9;
  --hr-secondary: #0284c7;
  --hr-cta: #f97316;
  --hr-badge: #f97316;
  --hr-accent: #14b8a6;
  --hr-bg: #ffffff;
  --hr-surface: #f0f9ff;
  --hr-surface-2: #e0f2fe;
  --hr-text: #0c4a6e;
  --hr-muted: #64748b;
  --hr-dim: #94a3b8;
  --hr-line: rgba(14, 165, 233, 0.18);
  --hr-shadow: 0 12px 40px rgba(14, 165, 233, 0.12);
}
