/**
 * Generated from OpenAI — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fafafa;
  --surface-alt: #fafafa;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #b4b4b4;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: rgba(0,0,0,0.1);
  --border-strong: rgba(0,0,0,0.16);
  --success: #10a37f;
  --warning: #d97706;
  --danger: #cc2525;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f1f1f1;
  --color-bg-section: #f7f7f7;
  --color-surface: #fafafa;
  --color-surface-card: #ffffff;
  --color-surface-hover: rgba(0,0,0,0.04);
  --color-surface-press: rgba(0,0,0,0.08);
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #5d5d5d;
  --color-text-subtle: #8e8e8e;
  --color-text-faint: #b4b4b4;
  --color-text-on-brand: #ffffff;
  --color-text-on-dark: #ededed;
  --color-brand: #000000;
  --color-brand-hover: #1a1a1a;
  --color-brand-active: #2c2c2c;
  --color-brand-on-dark: #ffffff;
  --color-on-brand: #ffffff;
  --color-accent: #10a37f;
  --color-accent-hover: #0d8a6b;
  --color-accent-soft: #d6f3e8;
  --color-link: #000000;
  --color-link-hover: #5d5d5d;
  --color-link-visited: #000000;
  --color-border: rgba(0,0,0,0.1);
  --color-border-soft: rgba(0,0,0,0.08);
  --color-border-strong: rgba(0,0,0,0.16);
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-card: rgba(0,0,0,0.06);
  --color-shadow-elev: rgba(0,0,0,0.10);
  --color-shadow-modal: rgba(0,0,0,0.20);
  --color-success: #10a37f;
  --color-warning: #d97706;
  --color-warning-soft: #fdf3e7;
  --color-danger: #cc2525;
  --color-danger-soft: #fae5e5;
  --color-info: #3a3a3a;

  /* type */
  --display-size: 48px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -1.44px;

  /* 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: 'OpenAI Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'OpenAI Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'OpenAI Sans Mono', ui-monospace, monospace;
}
