:root {
  color-scheme: dark;
  --color-bg: #090a0d;
  --color-stage: #06070a;
  --color-surface: #101217;
  --color-surface-raised: #15181e;
  --color-surface-hover: #1a1e25;
  --color-border: rgba(255, 255, 255, .08);
  --color-border-strong: rgba(255, 255, 255, .14);
  --color-text: rgba(255, 255, 255, .92);
  --color-text-muted: rgba(255, 255, 255, .60);
  --color-text-faint: rgba(255, 255, 255, .40);
  --color-accent: #6c4dff;
  --color-accent-hover: #8067ff;
  --color-accent-active: #5b3de5;
  --color-accent-soft: rgba(108, 77, 255, .15);
  --color-accent-border: rgba(128, 103, 255, .55);
  --color-accent-text: #fff;
  --color-success: #54c77a;
  --color-warning: #d5a54b;
  --color-danger: #e46c70;
  --focus-ring: 0 0 0 2px var(--color-bg), 0 0 0 4px rgba(128, 103, 255, .82);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --toolbar-height: 60px;
  --filmstrip-height: 148px;
  --status-height: 34px;
  --inspector-width: 368px;
  --font-ui: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
  --text-xs: 11.5px;
  --text-sm: 12.5px;
  --text-md: 13.5px;
  --text-lg: 16px;
  --text-xl: 26px;
  --motion-fast: 150ms;
}
