/**
 * Generated from Drizzle ORM — 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: #9aa0a6;
  --brand: #c5f74f;
  --on-brand: #000000;
  --border: #e5e7eb;
  --border-strong: #d0d3d8;
  --success: #22863a;
  --warning: #b45309;
  --danger: #cf222e;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-subtle: #fbfbfc;
  --color-surface: #ffffff;
  --color-surface-alt: #f6f6f7;
  --color-surface-faint: #f1f2f3;
  --color-brand: #c5f74f;
  --color-brand-hover: #b9ee3c;
  --color-brand-pressed: #a9dd2f;
  --color-brand-soft: #eefbcf;
  --color-on-brand: #000000;
  --color-control: #282b3b;
  --color-control-hover: #34384c;
  --color-control-pressed: #1f2230;
  --color-on-control: #ffffff;
  --color-link: #000000;
  --color-link-hover: #282b3b;
  --color-link-code: #22863a;
  --color-selected: #c5f74f59;
  --color-disabled: #f1f2f3;
  --color-disabled-text: #b0b3b8;
  --color-text: #000000;
  --color-text-heading: #222222;
  --color-text-muted: #555555;
  --color-text-soft: #6b7280;
  --color-text-code: #414141;
  --color-text-faint: #9aa0a6;
  --color-border: #e5e7eb;
  --color-border-soft: #f0f1f2;
  --color-border-strong: #d0d3d8;
  --color-border-dark: #282b3b;
  --color-shadow-ambient: rgba(17,24,39,0.04);
  --color-shadow-standard: rgba(17,24,39,0.08);
  --color-shadow-elevated: rgba(17,24,39,0.12);
  --color-shadow-deep: rgba(17,24,39,0.16);
  --color-success: #22863a;
  --color-success-bg: #e9f6ec;
  --color-warning: #b45309;
  --color-warning-bg: #fdf3e7;
  --color-danger: #cf222e;
  --color-danger-bg: #fbeaec;
  --color-info: #282b3b;
  --color-info-bg: #f6f6f7;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
