/**
 * Generated from PlanetScale — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #111111;
  --surface: #1a1a1a;
  --surface-alt: #1a1a1a;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #4a4a4a;
  --brand: #c11027;
  --on-brand: #ffffff;
  --border: #ffffff1a;
  --border-strong: #ffffff33;
  --success: #22a652;
  --warning: #f5a623;
  --danger: #ff4d4d;

  /* full color palette */
  --color-bg: #111111;
  --color-bg-deep: #000000;
  --color-bg-elev-1: #1a1a1a;
  --color-bg-elev-2: #222222;
  --color-bg-elev-3: #2a2a2a;
  --color-surface: #1a1a1a;
  --color-surface-alt: #222222;
  --color-surface-elevated: #2a2a2a;
  --color-brand: #c11027;
  --color-brand-hover: #e0142f;
  --color-brand-pressed: #a00d22;
  --color-brand-deep: #7d091a;
  --color-brand-glow: #c1102733;
  --color-on-brand: #ffffff;
  --color-accent-green: #22a652;
  --color-accent-green-hover: #2bc060;
  --color-accent-green-deep: #188440;
  --color-accent-amber: #f5a623;
  --color-accent-amber-hover: #ffba3d;
  --color-accent-soft: #c1102714;
  --color-link: #7ab2ff;
  --color-link-hover: #a3c8ff;
  --color-link-visited: #5d96e0;
  --color-selected: #c1102726;
  --color-disabled: #3a3a3a;
  --color-disabled-text: #666666;
  --color-text: #ffffff;
  --color-text-heading: #ffffff;
  --color-text-muted: #a0a0a0;
  --color-text-soft: #6a6a6a;
  --color-text-faint: #4a4a4a;
  --color-text-disabled: #666666;
  --color-border: #ffffff1a;
  --color-border-soft: #ffffff0d;
  --color-border-strong: #ffffff33;
  --color-border-brand: #c1102766;
  --color-shadow-ambient: rgba(0,0,0,0.4);
  --color-shadow-standard: rgba(0,0,0,0.6);
  --color-shadow-elevated: rgba(0,0,0,0.75);
  --color-shadow-glow: rgba(193,16,39,0.35);
  --color-success: #22a652;
  --color-success-bg: #0f3a1f;
  --color-warning: #f5a623;
  --color-warning-bg: #3a2710;
  --color-danger: #ff4d4d;
  --color-danger-bg: #3a1818;
  --color-info: #7ab2ff;
  --color-info-bg: #1a2030;

  /* type */
  --display-size: 88px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 15px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.035em;

  /* shape */
  --radius-button: 6px;
  --radius-card: 16px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

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