html[data-theme="techLab"] {
  --theme-bg: #0f1115;
  --theme-panel: #151922;
  --theme-surface: #1b202b;
  --theme-card: #161b26;
  --theme-border: #2a3240;
  --theme-text: #e5e9f0;
  --theme-muted: #94a3b8;
  --theme-accent: #22c55e;
  --theme-accent-dark: #16a34a;
  --theme-button-bg: #1f2533;
  --theme-button-text: #e5e9f0;
  --theme-input-bg: #141a26;
  --theme-badge-bg: #0f766e;
  --theme-chip-bg: transparent;
  --theme-chip-active-bg: #22c55e;
  --theme-chip-active-text: #0f1115;
  --theme-placeholder-bg: #1b2230;
  --theme-modal-bg: #151922;
  --theme-info-bg: #1b202b;
  --theme-topbar-bg: #141922;
  --theme-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  --theme-shadow-card: 0 2px 6px rgba(0, 0, 0, 0.4);
  --theme-radius: 10px;
  --theme-radius-card: 8px;
  --theme-radius-small: 6px;
  --theme-radius-pill: 999px;
  --theme-focus: 0 0 0 3px rgba(34, 197, 94, 0.4);
}

html[data-theme="techLab"] body {
  font-family: "IBM Plex Mono", "Consolas", monospace;
}
