:root {
  /* Extracted from https://vvsvs.pro/cinematique, then normalized for AI Video Blackbook. */
  --font-heading: Poppins, "Helvetica Neue", Arial, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --font-body: Poppins, "Helvetica Neue", Arial, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", "Noto Sans SC", monospace;

  --bb-color-bg: #0a0a0a;
  --bb-color-surface: #111111;
  --bb-color-surface-elevated: #151515;
  --bb-color-surface-soft: rgba(255, 255, 255, 0.04);
  --bb-color-text: #ffffff;
  --bb-color-text-strong: rgba(255, 255, 255, 0.9);
  --bb-color-text-muted: rgba(255, 255, 255, 0.68);
  --bb-color-text-dim: rgba(255, 255, 255, 0.4);
  --bb-color-line: rgba(255, 255, 255, 0.1);
  --bb-color-line-soft: rgba(255, 255, 255, 0.06);
  --bb-color-line-hover: rgba(255, 0, 68, 0.7);
  --bb-color-accent: #ff0044;
  --bb-color-accent-active: rgba(255, 0, 68, 0.1);
  --bb-color-success: #10b981;
  --bb-color-warning: #f59e0b;
  --bb-color-danger: #ef4444;

  --space-1: 2px;
  --space-2: 4px;
  --space-3: 6px;
  --space-4: 8px;
  --space-5: 10px;
  --space-6: 12px;
  --space-7: 14px;
  --space-8: 16px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 32px;
  --space-12: 40px;
  --space-13: 48px;
  --space-14: 64px;
  --space-15: 80px;
  --space-16: 96px;
  --space-17: 128px;

  --bb-radius-xs: 6px;
  --bb-radius-sm: 8px;
  --bb-radius-md: 12px;
  --bb-radius-panel: 14px;
  --bb-radius-card: 16px;
  --bb-radius-pill: 9999px;

  --bb-shadow-card: 0 18px 38px rgba(0, 0, 0, 0.28);
  --bb-shadow-modal: 0 24px 88px rgba(0, 0, 0, 0.6);
  --bb-shadow-accent: 0 0 40px -10px #ff0044;

  --bb-page-min-width: 1180px;
  --bb-page-min-height: 680px;
  --bb-page-inset-x: 76px;
  --bb-topbar-top: 58px;
  --bb-layout-top: 142px;
  --bb-layout-bottom: 52px;
  --bb-layout-gap: clamp(36px, 3.35vw, 64px);
  --bb-layout-bottom-rail-gap: 20px;
  --bb-column-sidebar: 300px;
  --bb-column-prompt-min: 500px;
  --bb-column-prompt-max: 700px;
  --bb-column-detail-min: 500px;
  --bb-prompt-tab-width: 230px;
  --bb-prompt-field-column: 112px;
}
