/* Shared admin design tokens — derived from landing brand (frontend/public/landing/landing.css). */
/* Source of truth for the vanilla admin shell; the React admin-ui bundle mirrors these values. */
:root {
  --brand: #fb651e;
  --brand-strong: #e5461c;
  --bg: #0b0b0e;
  --panel: #131318;
  --surface: #1a1a21;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text: #f5f5f7;
  --muted: rgba(245, 245, 247, 0.62);
  --muted-2: rgba(245, 245, 247, 0.42);
  --ok: #3dd68c;
  --warn: #f5b942;
  --danger: #f07178;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif;
}
