/**
 * Generated from MiniMax — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0a0a0a;
  --text-dim: #0a0a0a;
  --text-faint: #a8aab2;
  --brand: #0a0a0a;
  --on-brand: #ffffff;
  --border: #e5e7eb;
  --border-strong: #e5e7eb;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-surface: #f7f8fa;
  --color-bg-surface-soft: #f2f3f5;
  --color-bg-footer: #0a0a0a;
  --color-surface: #ffffff;
  --color-surface-card: #ffffff;
  --color-surface-feature: #f7f8fa;
  --color-text: #0a0a0a;
  --color-text-strong: #000000;
  --color-text-body: #222222;
  --color-text-secondary: #45515e;
  --color-text-tertiary: #5f5f5f;
  --color-text-muted: #8e8e93;
  --color-text-faint: #a8aab2;
  --color-brand: #0a0a0a;
  --color-brand-pressed: #222222;
  --color-brand-coral: #ff5530;
  --color-brand-magenta: #ea5ec1;
  --color-brand-blue: #1456f0;
  --color-brand-blue-deep: #1d4ed8;
  --color-brand-blue-mid: #3b82f6;
  --color-brand-blue-700: #17437d;
  --color-brand-blue-200: #bfdbfe;
  --color-brand-cyan: #3daeff;
  --color-brand-purple: #a855f7;
  --color-border: #e5e7eb;
  --color-border-soft: #eaecf0;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-coral: #ffffff;
  --color-semantic-success-bg: #e8ffea;
  --color-semantic-success-text: #1ba673;
  --color-semantic-error: #d45656;

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

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

  /* spacing */
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 20px;
  --space-xl: 24px;

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