/**
 * Generated from Cursor — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f7f7f4;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #26251e;
  --text-dim: #26251e;
  --text-faint: #a09c92;
  --brand: #f54e00;
  --on-brand: #ffffff;
  --border: #e6e5e0;
  --border-strong: #cfcdc4;
  --success: #1f8a65;
  --warning: #c08532;
  --danger: #cf2d56;

  /* full color palette */
  --color-bg: #f7f7f4;
  --color-bg-soft: #fafaf7;
  --color-surface: #ffffff;
  --color-surface-soft: #f2f1ed;
  --color-surface-strong: #e6e5e0;
  --color-text: #26251e;
  --color-text-strong: #26251e;
  --color-text-body: #5a5852;
  --color-text-soft: rgba(38, 37, 30, 0.6);
  --color-text-muted: #807d72;
  --color-text-faint: #a09c92;
  --color-brand: #f54e00;
  --color-brand-active: #d04200;
  --color-on-brand: #ffffff;
  --color-link: #26251e;
  --color-link-hover: #f54e00;
  --color-border: #e6e5e0;
  --color-border-soft: #efeee8;
  --color-border-strong: #cfcdc4;
  --color-border-translucent: rgba(38, 37, 30, 0.1);
  --color-timeline-thinking: #dfa88f;
  --color-timeline-grep: #9fc9a2;
  --color-timeline-read: #9fbbe0;
  --color-timeline-edit: #c0a8dd;
  --color-timeline-done: #c08532;
  --color-selection-orange: #f54e00;
  --color-diff-add-bg: rgba(31, 138, 101, 0.12);
  --color-diff-remove-bg: rgba(207, 45, 86, 0.12);
  --color-success: #1f8a65;
  --color-warning: #c08532;
  --color-danger: #cf2d56;
  --color-info: #9fbbe0;
  --color-shadow-tint: rgba(38, 37, 30, 0.08);

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.03em;

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

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

  /* fonts */
  --font-display: 'CursorGothic', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'CursorGothic', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-serif:   'EB Garamond', Georgia, serif;
}
