:root {
  --brand-name: "Custom Bots";
  --brand-primary: #7c8cff;
  --brand-secondary: #58d6c7;
  --brand-accent: #b891ff;
  --brand-background: #080b12;
  --brand-surface: #101521;
  --brand-surface-raised: #151b29;
  --brand-border: rgba(255, 255, 255, 0.09);
  --brand-text: #f5f7fb;
  --brand-muted: #99a3b6;
  --brand-success: #54d49b;
  --brand-warning: #f4bd62;
  --brand-danger: #fa7179;
  --brand-radius-sm: 10px;
  --brand-radius-md: 16px;
  --brand-radius-lg: 24px;
  --brand-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --brand-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --brand-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
