/*
 * Video Arena design-system tokens.
 * Generated by scripts/build-design-system.mjs from design-system/tokens.json.
 * Do not edit this file directly.
 */

:root {
  color-scheme: light;
  /* color */
  --wm-color-canvas: #f6f4ee;
  --wm-color-canvas-muted: #ece8dc;
  --wm-color-surface: #fffefa;
  --wm-color-surface-raised: #fbfaf4;
  --wm-color-surface-pressed: #e5dfd1;
  --wm-color-surface-sunken: #080808;
  --wm-color-surface-translucent: rgba(255, 254, 250, 0.94);
  --wm-color-border: #111111;
  --wm-color-border-soft: rgba(17, 17, 17, 0.16);
  --wm-color-border-strong: #000000;
  --wm-color-text: #090909;
  --wm-color-text-muted: #5b5850;
  --wm-color-text-faint: #908a7d;
  --wm-color-text-inverse: #fffefa;
  --wm-color-accent: #164bff;
  --wm-color-accent-soft: rgba(22, 75, 255, 0.12);
  --wm-color-danger: #c72222;
  --wm-color-danger-soft: rgba(199, 34, 34, 0.12);
  --wm-color-warning: #a86600;
  --wm-color-warning-soft: rgba(168, 102, 0, 0.12);
  --wm-color-info: #164bff;
  --wm-color-shadow: rgba(9, 9, 9, 0.18);
  /* font */
  --wm-font-family-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wm-font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --wm-font-family-serif: Georgia, "Times New Roman", serif;
  --wm-font-size-xs: 11px;
  --wm-font-size-sm: 12px;
  --wm-font-size-md: 14px;
  --wm-font-size-lg: 16px;
  --wm-font-size-xl: 18px;
  --wm-font-size-2xl: 22px;
  --wm-font-size-3xl: 28px;
  --wm-font-size-brand: 34px;
  --wm-font-line-tight: 1.08;
  --wm-font-line-compact: 1.18;
  --wm-font-line-normal: 1.4;
  --wm-font-line-loose: 1.6;
  --wm-font-weight-regular: 400;
  --wm-font-weight-medium: 550;
  --wm-font-weight-semibold: 650;
  --wm-font-weight-bold: 750;
  /* space */
  --wm-space-0: 0;
  --wm-space-1: 4px;
  --wm-space-2: 8px;
  --wm-space-3: 12px;
  --wm-space-4: 16px;
  --wm-space-5: 20px;
  --wm-space-6: 24px;
  --wm-space-8: 32px;
  --wm-space-10: 40px;
  --wm-space-12: 48px;
  --wm-space-16: 64px;
  /* radius */
  --wm-radius-xs: 0;
  --wm-radius-sm: 2px;
  --wm-radius-md: 4px;
  --wm-radius-lg: 6px;
  --wm-radius-round: 999px;
  /* shadow */
  --wm-shadow-panel: 0 18px 48px rgba(9, 9, 9, 0.18);
  --wm-shadow-focus: 0 0 0 2px rgba(22, 75, 255, 0.26);
  --wm-shadow-winner: 0 0 0 2px #164bff;
  --wm-shadow-danger: 0 0 0 2px #c72222;
  /* motion */
  --wm-motion-duration-fast: 140ms;
  --wm-motion-duration-normal: 180ms;
  --wm-motion-duration-slow: 260ms;
  --wm-motion-easing-standard: cubic-bezier(0.2, 0, 0, 1);
  /* size */
  --wm-size-sidebar-expanded: 260px;
  --wm-size-sidebar-collapsed: 64px;
  --wm-size-topbar: 58px;
  --wm-size-control: 40px;
  --wm-size-control-compact: 34px;
}

