/**
 * Generated from Tailwind CSS — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f1f5f9;
  --surface-alt: #f1f5f9;
  --text: #0f172a;
  --text-dim: #0f172a;
  --text-faint: #94a3b8;
  --brand: #06b6d4;
  --on-brand: #ffffff;
  --border: #e2e8f0;
  --border-strong: #cbd5e1;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-quiet: #f8fafc;
  --color-bg-elev: #f1f5f9;
  --color-bg-elev-2: #e2e8f0;
  --color-bg-tint: #ecfeff;
  --color-bg-tint-2: #cffafe;
  --color-surface: #ffffff;
  --color-surface-2: #f8fafc;
  --color-text: #0f172a;
  --color-text-soft: #475569;
  --color-text-muted: #64748b;
  --color-text-faint: #94a3b8;
  --color-text-quiet: #cbd5e1;
  --color-brand: #06b6d4;
  --color-brand-hover: #0891b2;
  --color-brand-active: #0e7490;
  --color-brand-soft: #cffafe;
  --color-brand-soft-2: #ecfeff;
  --color-brand-deep: #155e75;
  --color-brand-bright: #22d3ee;
  --color-accent-sky: #0ea5e9;
  --color-accent-sky-soft: #e0f2fe;
  --color-accent-blue: #3b82f6;
  --color-accent-violet: #8b5cf6;
  --color-accent-pink: #ec4899;
  --color-accent-emerald: #10b981;
  --color-accent-amber: #f59e0b;
  --color-accent-rose: #f43f5e;
  --color-border: #e2e8f0;
  --color-border-strong: #cbd5e1;
  --color-border-soft: #f1f5f9;
  --color-border-brand: #06b6d4;
  --color-link: #0891b2;
  --color-link-hover: #0e7490;
  --color-on-brand: #ffffff;
  --color-code-bg: #0f172a;
  --color-code-bg-light: #1e293b;
  --color-code-text: #e2e8f0;
  --color-code-keyword: #22d3ee;
  --color-code-string: #86efac;
  --color-code-attribute: #fbbf24;
  --color-code-comment: #64748b;
  --color-code-tag: #f87171;
  --color-shadow-soft: rgba(15,23,42,0.04);
  --color-shadow-medium: rgba(15,23,42,0.08);
  --color-shadow-strong: rgba(15,23,42,0.16);
  --color-shadow-deep: rgba(15,23,42,0.24);

  /* type */
  --display-size: 96px;
  --h1-size: 56px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.7;
  --display-tracking: -0.03em;

  /* 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: 'Inter Variable', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter Variable', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Fira Code Variable', ui-monospace, monospace;
}
