/* AUTO-GERADO — editar apenas packages/ui/src/tokens/index.ts e rodar pnpm build:tokens */
/* Gerado em: 2026-06-29 */

:root {
  /* typography */
  --fs-display-lg: 32px;
  --lh-display-lg: 40px;
  --fw-display-lg: 700;
  --fs-display-md: 28px;
  --lh-display-md: 36px;
  --fw-display-md: 700;
  --fs-display-sm: 24px;
  --lh-display-sm: 32px;
  --fw-display-sm: 700;
  --fs-heading-lg: 22px;
  --lh-heading-lg: 28px;
  --fw-heading-lg: 600;
  --fs-heading-md: 18px;
  --lh-heading-md: 24px;
  --fw-heading-md: 600;
  --fs-heading-sm: 16px;
  --lh-heading-sm: 22px;
  --fw-heading-sm: 600;
  --fs-body-lg: 16px;
  --lh-body-lg: 24px;
  --fw-body-lg: 400;
  --fs-body-md: 14px;
  --lh-body-md: 20px;
  --fw-body-md: 400;
  --fs-body-sm: 12px;
  --lh-body-sm: 16px;
  --fw-body-sm: 400;
  --fs-label-lg: 14px;
  --lh-label-lg: 20px;
  --fw-label-lg: 500;
  --fs-label-md: 12px;
  --lh-label-md: 16px;
  --fw-label-md: 500;
  --fs-label-sm: 10px;
  --lh-label-sm: 14px;
  --fw-label-sm: 500;
  --fs-caption: 11px;
  --lh-caption: 14px;
  --fw-caption: 400;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;

  /* border-radius */
  --br-sm: 4px;
  --br-md: 8px;
  --br-lg: 12px;
  --br-xl: 16px;
  --br-full: 9999px;

  /* z-index */
  --z-base: 0;
  --z-dropdown: 10;
  --z-sticky: 20;
  --z-fixed: 30;
  --z-overlay: 40;
  --z-modal: 50;
  --z-toast: 70;

  /* motion */
  --duration-instant: 100ms;
  --duration-fast: 200ms;
  --duration-normal: 300ms;
  --duration-slow: 500ms;
  --spring-damping: 15;
  --spring-stiffness: 150;

  /* glass widget (tela de descanso) */
  --glass-surface: rgba(11,22,40,0.82);
  --glass-surface-light: rgba(11,22,40,0.62);
  --glass-border-color: rgba(255,255,255,0.12);
  --glass-text: #ffffff;
  --glass-text-muted: rgba(255,255,255,0.72);
  --glass-radius: 16px;

  /* touch targets */
  --touch-min: 44px;
  --touch-senior: 56px;

  /* status badges */
  --status-concluida-fg: #16a34a;
  --status-concluida-bg: rgba(22,163,74,0.14);
  --status-pendente-fg: #b45309;
  --status-pendente-bg: rgba(245,158,11,0.16);
  --status-atrasada-fg: #dc2626;
  --status-atrasada-bg: rgba(220,38,38,0.14);
  --status-agendada-fg: var(--t-text3);
  --status-agendada-bg: var(--t-bg3);
}
