/* DERIVED FROM config/design-tokens.json — do not hand-edit.
 * Regenerate via `bin/fetch-design-tokens --regenerate` or wait for the next theme-bot PR.
 * Theme: LiftMonkey v1.0.0
 * Rendered at: 2026-05-24T00:00:00Z
 */
:root {
  /* Colors */
  --color-held: #ea580c;
  --color-info: #2563eb;
  --color-text: #111827;
  --color-muted: #e5e7eb;
  --color-accent: #4f46e5;
  --color-danger: #dc2626;
  --color-notice: #ca8a04;
  --color-primary: #f9fafb;
  --color-success: #16a34a;
  --color-surface: #ffffff;
  --color-warning: #d97706;
  --color-accent-2: #9333ea;
  --color-text-muted: #6b7280;
  --color-muted-hover: #d1d5db;
  --color-accent-hover: #6366f1;
  --color-border-subtle: #e5e7eb;
  --color-accent-foreground: #ffffff;

  /* Typography */
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  --font-sans: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-weight-bold: 700;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --tracking-wide: 0.025em;
  --font-weight-semibold: 600;
  --tracking-tight: -0.025em;
  --tracking-wider: 0.05em;

  /* Border radius */
  --radius-lg: 0.5rem;
  --radius-md: 0.375rem;
  --radius-sm: 0.125rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;

  /* Shadows */
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-glow-held: 0 0 25px rgba(251,146,60,0.45);
  --shadow-glow-danger: 0 0 20px rgba(248,113,113,0.35);
  --shadow-glow-success: 0 0 25px rgba(74,222,128,0.45);
  --shadow-glow-held-strong: 0 0 35px rgba(251,146,60,0.65);
  --shadow-glow-danger-strong: 0 0 30px rgba(248,113,113,0.55);
  --shadow-glow-success-strong: 0 0 35px rgba(74,222,128,0.65);
}

.dark {
  /* Colors — dark-mode override */
  --color-held: #fb923c;
  --color-info: #60a5fa;
  --color-text: #ffffff;
  --color-muted: #374151;
  --color-accent: #818cf8;
  --color-danger: #f87171;
  --color-notice: #facc15;
  --color-primary: #111827;
  --color-success: #4ade80;
  --color-surface: #1f2937;
  --color-warning: #fbbf24;
  --color-accent-2: #c084fc;
  --color-text-muted: #9ca3af;
  --color-muted-hover: #4b5563;
  --color-accent-hover: #6366f1;
  --color-border-subtle: #374151;
  --color-accent-foreground: #ffffff;
}
