/**
 * Generated from Optimism — 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: #ff0420;
  --on-brand: #ffffff;
  --border: #e0e0e0;
  --border-strong: #c0c0c0;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f5f5;
  --color-bg-strong: #e6e6e6;
  --color-bg-dark: #000000;
  --color-bg-dark-elev: #1a1a1a;
  --color-bg-dark-deep: #0a0a0a;
  --color-surface-card: #ffffff;
  --color-surface-card-soft: #f5f5f5;
  --color-text: #000000;
  --color-text-body: #1a1a1a;
  --color-text-muted: #5a5a5a;
  --color-text-subtle: #8a8a8a;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: #a8a8a8;
  --color-brand: #ff0420;
  --color-brand-hover: #cc0319;
  --color-brand-active: #a30214;
  --color-brand-soft: #ff04201a;
  --color-brand-glow: rgba(255,4,32,0.40);
  --color-on-brand: #ffffff;
  --color-brand-deep: #7d020f;
  --color-brand-bright: #ff3344;
  --color-border: #e0e0e0;
  --color-border-soft: #ebebeb;
  --color-border-strong: #c0c0c0;
  --color-semantic-up: #10b981;
  --color-semantic-down: #ef4444;
  --color-semantic-warning: #f59e0b;
  --color-semantic-info: #ff0420;
  --color-gradient-hero: linear-gradient(135deg, #000000 0%, #1a1a1a 60%, #7d020f 100%);
  --color-gradient-red: linear-gradient(135deg, #ff0420 0%, #cc0319 100%);
  --color-focus-ring: rgba(255,4,32,0.45);
  --color-scrim: rgba(0,0,0,0.65);
  --color-link: #ff0420;
  --color-link-hover: #cc0319;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'Optimism Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
