/* ===== CriAI Studio — Master Theme ===== */
/* Single source of truth for all colors. Import this before any other CSS. */

:root {
  /* Backgrounds */
  --bg-dark: #1e1e2a;
  --bg-sidebar: #232334;
  --bg-panel: #282840;
  --bg-tab: #2e2e46;
  --bg-tab-active: #282840;
  --bg-input: #2a2a42;

  /* Borders */
  --border: #3c3c58;
  --border-bright: #4e4e6a;

  /* Text */
  --text: #d0d2da;
  --text-dim: #7a7c90;
  --text-bright: #eeeef3;

  /* Accents */
  --accent: #5b8af0;
  --accent-glow: rgba(91, 138, 240, 0.15);
  --accent-green: #7baed4;
  --accent-green-glow: rgba(123, 174, 212, 0.12);
  --accent-pink: #b0a0c8;
  --accent-yellow: #a0a8be;
  --accent-red: #c87080;
  --accent-purple: #9b7ae0;

  /* Radii */
  --radius-sm: 3px;
  --radius-md: 4px;
  --radius-lg: 6px;
}
