/* 4 - 琥珀橙 */
:root {
  --theme-primary: #ea580c;
  --theme-primary-hover: #c2410c;
  --theme-primary-light: color-mix(in srgb, #ea580c 14%, transparent);
  --theme-deep: #9a3412;
  --theme-deep-soft: color-mix(in srgb, #9a3412 85%, white);
  --bg-page: #fff7ed;
  --surface: #ffffff;
  --border-light: #fed7aa;
  --text-main: #1f2937;
  --text-muted: #64748b;
  --live: #0284c7;
}
