/**
 * Generated from Deno — 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: #8c8f95;
  --brand: #70ffaf;
  --on-brand: #000000;
  --border: #e1e3e7;
  --border-strong: #c3c6ca;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f8f9fa;
  --color-bg-strong: #f4f5f7;
  --color-surface: #ffffff;
  --color-surface-strong: #f4f5f7;
  --color-surface-muted: #e8eaed;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #5b5e64;
  --color-text-faint: #8c8f95;
  --color-text-disabled: #b8babf;
  --color-brand: #70ffaf;
  --color-brand-strong: #34d399;
  --color-brand-deep: #10b981;
  --color-brand-soft: #dcfce7;
  --color-brand-faint: #f0fdf4;
  --color-accent: #000000;
  --color-accent-warm: #f59e0b;
  --color-accent-warm-soft: #fef3c7;
  --color-link: #0066cc;
  --color-link-hover: #004999;
  --color-link-visited: #553c9a;
  --color-selected: #dcfce7;
  --color-disabled-bg: #f4f5f7;
  --color-disabled-text: #b8babf;
  --color-border: #e1e3e7;
  --color-border-strong: #c3c6ca;
  --color-border-subtle: #eef0f2;
  --color-divider: #e8eaed;
  --color-inverse-bg: #0d1117;
  --color-inverse-text: #e6e6e6;
  --color-inverse-text-muted: #8b949e;
  --color-inverse-border: #30363d;
  --color-shadow-soft: rgba(0, 0, 0, 0.04);
  --color-shadow-standard: rgba(0, 0, 0, 0.08);
  --color-shadow-mint: rgba(112, 255, 175, 0.32);
  --color-success-bg: #dcfce7;
  --color-success-text: #166534;
  --color-success-border: #86efac;
  --color-warning-bg: #fef3c7;
  --color-warning-text: #854d0e;
  --color-warning-border: #fbbf24;
  --color-danger-bg: #fee2e2;
  --color-danger-text: #991b1b;
  --color-danger-border: #fca5a5;
  --color-info-bg: #dbeafe;
  --color-info-text: #1e3a8a;
  --color-info-border: #93c5fd;
  --color-on-brand: #000000;
  --color-on-accent-warm: #000000;

  /* type */
  --display-size: 88px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 17px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.035em;

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

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Inter 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;
}
