html[data-theme="appleRetro"] {
  --theme-bg: #f5f5f7;
  --theme-panel: #ffffff;
  --theme-surface: #f9f9fb;
  --theme-card: #ffffff;
  --theme-border: #e1e1e6;
  --theme-text: #1d1d1f;
  --theme-muted: #6e6e73;
  --theme-accent: #d32027;
  --theme-accent-dark: #a3161b;
  --theme-button-bg: #f1f1f4;
  --theme-button-text: #1d1d1f;
  --theme-input-bg: #ffffff;
  --theme-badge-bg: #e5e5ea;
  --theme-chip-bg: transparent;
  --theme-chip-active-bg: #d32027;
  --theme-chip-active-text: #ffffff;
  --theme-placeholder-bg: #ededf2;
  --theme-modal-bg: #ffffff;
  --theme-info-bg: #f9f9fb;
  --theme-topbar-bg: #ffffff;
  --theme-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  --theme-shadow-card: 0 6px 14px rgba(0, 0, 0, 0.08);
  --theme-radius: 18px;
  --theme-radius-card: 16px;
  --theme-radius-small: 12px;
  --theme-radius-pill: 999px;
  --theme-focus: 0 0 0 3px rgba(211, 32, 39, 0.25);
}
