html[data-theme="cyberRetro90s"] {
  --theme-bg: #120922;
  --theme-panel: #1b1033;
  --theme-surface: #20123d;
  --theme-card: #1d1236;
  --theme-border: #3b275a;
  --theme-text: #f5e9ff;
  --theme-muted: #c2a6ff;
  --theme-accent: #ff4dd2;
  --theme-accent-dark: #e12ab6;
  --theme-button-bg: #28184a;
  --theme-button-text: #f5e9ff;
  --theme-input-bg: #1f1538;
  --theme-badge-bg: #2dd4bf;
  --theme-chip-bg: transparent;
  --theme-chip-active-bg: #ff4dd2;
  --theme-chip-active-text: #120922;
  --theme-placeholder-bg: #261646;
  --theme-modal-bg: #1b1033;
  --theme-info-bg: #20123d;
  --theme-topbar-bg: #1a0f31;
  --theme-shadow: 0 2px 10px rgba(255, 77, 210, 0.15);
  --theme-shadow-card: 0 2px 8px rgba(45, 212, 191, 0.2);
  --theme-radius: 16px;
  --theme-radius-card: 14px;
  --theme-radius-small: 10px;
  --theme-radius-pill: 999px;
  --theme-focus: 0 0 0 3px rgba(255, 77, 210, 0.35);
}

html[data-theme="cyberRetro90s"] .panel,
html[data-theme="cyberRetro90s"] .card {
  border-color: #4c2d73;
}
