/**
 * Generated from shadcn/ui — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fafafa;
  --surface-alt: #fafafa;
  --text: #0a0a0a;
  --text-dim: #0a0a0a;
  --text-faint: #a1a1aa;
  --brand: #0a0a0a;
  --on-brand: #fafafa;
  --border: #e4e4e7;
  --border-strong: #d4d4d8;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #fafafa;
  --color-surface-strong: #f4f4f5;
  --color-surface-muted: #f4f4f5;
  --color-surface-accent: #f4f4f5;
  --color-surface-elevated: #ffffff;
  --color-text: #0a0a0a;
  --color-text-strong: #000000;
  --color-text-secondary: #3f3f46;
  --color-text-muted: #71717a;
  --color-text-faint: #a1a1aa;
  --color-brand: #0a0a0a;
  --color-brand-hover: #1a1a1a;
  --color-brand-active: #27272a;
  --color-on-brand: #fafafa;
  --color-link: #0a0a0a;
  --color-link-hover: #3f3f46;
  --color-destructive: #ef4444;
  --color-destructive-hover: #dc2626;
  --color-destructive-foreground: #fafafa;
  --color-border: #e4e4e7;
  --color-border-soft: #f4f4f5;
  --color-border-strong: #d4d4d8;
  --color-input: #e4e4e7;
  --color-input-border: #e4e4e7;
  --color-ring: #0a0a0a;
  --color-selection-bg: rgba(10, 10, 10, 0.1);
  --color-shadow-color: rgba(0, 0, 0, 0.05);
  --color-shadow-color-md: rgba(0, 0, 0, 0.1);
  --color-shadow-color-lg: rgba(0, 0, 0, 0.15);
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-info: #3b82f6;
  --color-chart-1: #e76e50;
  --color-chart-2: #2a9d90;
  --color-chart-3: #274754;
  --color-chart-4: #e8c468;
  --color-chart-5: #f4a462;

  /* type */
  --display-size: 56px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Geist', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Geist', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Geist Mono', ui-monospace, monospace;
}
