/* name: Clean Lab
   blurb: Bright, clinical, very serious business.
   order: 30 */
html[data-theme="lab"] {
  --os-desktop: #cfd6db;
  --os-desktop-glow: rgba(23, 129, 210, 0.06);
  --os-win-bg: #f4f6f8;
  --os-win-text: #1d2935;
  --os-win-muted: #5d6f7e;
  --os-title-bg: linear-gradient(90deg, #1781d2, #0d5a96);
  --os-title-text: #ffffff;
  --os-title-inactive-bg: #b9c4cc;
  --os-title-inactive-text: #5d6f7e;
  --os-bevel-light: #ffffff;
  --os-bevel-dark: #8a99a5;
  --os-chrome: #e4e9ec;
  --os-chrome-text: #1d2935;
  --os-accent: #1781d2;
  --os-accent-text: #ffffff;
  --os-link: #0d5a96;
  --os-icon-text: #1d2935;
  --os-icon-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  --os-selection-bg: #1781d2;
  --os-selection-text: #ffffff;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: none;
  --os-h1: #0d5a96;
  --os-h2: #1781d2;
  --os-h3: #e8722c;
  --os-code-bg: #e8eef3;
  --os-code-text: #0d5a96;
  --os-code-border: #b9c4cc;
  /* light code/terminal surface — Lab is a light theme, so this must contrast
     with the dark --os-win-text (they were both #1d2935 → invisible Notepad). */
  --os-pre-bg: #e8eef3;
  --os-strong: #e8722c;
  --os-quote: #e8eef3;
}
