/**
 * Generated from Luma AI — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #d4d4d4;
  --success: #16a34a;
  --warning: #d97706;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #000000;
  --color-bg-near: #0a0a0a;
  --color-text: #000000;
  --color-text-invert: #ffffff;
  --color-text-muted: #666666;
  --color-text-soft: #999999;
  --color-text-muted-dark: #a3a3a3;
  --color-brand: #000000;
  --color-brand-invert: #ffffff;
  --color-on-brand: #ffffff;
  --color-accent-ink: #000000;
  --color-accent-snow: #ffffff;
  --color-accent-graphite: #171717;
  --color-accent-fog: #f5f5f5;
  --color-link: #000000;
  --color-link-hover: #666666;
  --color-link-invert: #ffffff;
  --color-link-invert-hover: #cccccc;
  --color-selected: #f0f0f0;
  --color-disabled: #cccccc;
  --color-neutral-0: #ffffff;
  --color-neutral-50: #fafafa;
  --color-neutral-100: #f5f5f5;
  --color-neutral-200: #e5e5e5;
  --color-neutral-300: #d4d4d4;
  --color-neutral-400: #a3a3a3;
  --color-neutral-500: #737373;
  --color-neutral-600: #525252;
  --color-neutral-700: #404040;
  --color-neutral-800: #262626;
  --color-neutral-900: #171717;
  --color-neutral-950: #0a0a0a;
  --color-neutral-1000: #000000;
  --color-surface: #ffffff;
  --color-surface-fog: #f5f5f5;
  --color-surface-dark: #0a0a0a;
  --color-surface-graphite: #171717;
  --color-border: #e5e5e5;
  --color-border-strong: #d4d4d4;
  --color-border-dark: #ffffff1f;
  --color-border-dark-soft: #ffffff0d;
  --color-ring: #000000;
  --color-ring-invert: #ffffff;
  --color-shadow-ambient: rgba(0,0,0,0.06);
  --color-shadow-standard: rgba(0,0,0,0.10);
  --color-shadow-elevated: rgba(0,0,0,0.16);
  --color-shadow-dark: rgba(0,0,0,0.6);
  --color-success: #16a34a;
  --color-success-bg: #f0fdf4;
  --color-success-text: #15803d;
  --color-warning: #d97706;
  --color-warning-bg: #fffbeb;
  --color-warning-text: #b45309;
  --color-danger: #dc2626;
  --color-danger-bg: #fef2f2;
  --color-danger-text: #b91c1c;
  --color-info: #2563eb;
  --color-info-bg: #eff6ff;
  --color-info-text: #1d4ed8;

  /* type */
  --display-size: 80px;
  --h1-size: 52px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

  /* fonts */
  --font-display: '__graphik_7126cf', ui-sans-serif, system-ui, sans-serif;
  --font-body:    '__graphik_7126cf', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
