/* Console theme — elevated dark product UI with Casting Studio DNA.
   Load after tokens.css (no @import — static hosting). */
:root {
  color-scheme: dark;
  --bg: #0e1118;
  --surface: #151922;
  --surface-raised: #1c2230;
  --surface-overlay: #232a3a;
  --border: #2c3345;
  --text: #e8e9ee;
  --text-dim: #9598a6;
  --accent: #0f766e;
  --accent-deep: #0d5c56;
  --accent-bright: #5eead4;
  --accent-hover: #14b8a6;
  --danger: #e5544f;
  --success: #3fbf7f;
  --warning: #d9b95c;
  --radius: 10px;
  --sidebar-width: 15.5rem;
  --header-h: 3.5rem;
  --shadow-soft: 0 12px 40px rgba(0, 0, 0, 0.35);
}
