:root {
  --rotina-bg: #f4f7fb;
  --rotina-surface: #ffffff;
  --rotina-surface-soft: #f8faff;
  --rotina-line: #e2e8f0;
  --rotina-line-strong: #cfd8e7;
  --rotina-primary: #4f46e5;
  --rotina-primary-dark: #4338ca;
  --rotina-primary-soft: #eef2ff;
  --rotina-navy: #071d3c;
  --rotina-navy-2: #0b2a54;
  --rotina-text: #172033;
  --rotina-text-soft: #64748b;
  --rotina-text-muted: #94a3b8;
  --rotina-success: #16845b;
  --rotina-success-soft: #eaf8f2;
  --rotina-warning: #a45b0b;
  --rotina-warning-soft: #fff6e6;
  --rotina-danger: #b42318;
  --rotina-danger-soft: #fff0ee;
  --rotina-info: #0d5bd7;
  --rotina-info-soft: #eaf2ff;
  --rotina-radius-sm: 10px;
  --rotina-radius-md: 16px;
  --rotina-radius-lg: 24px;
  --rotina-radius-pill: 999px;
  --rotina-shadow-card: 0 12px 28px rgba(15, 23, 42, .05), 0 2px 6px rgba(15, 23, 42, .04);
  --rotina-shadow-hover: 0 22px 50px rgba(79, 70, 229, .10), 0 8px 18px rgba(15, 23, 42, .06);
  --rotina-sidebar-width: 240px;
  --rotina-admin-sidebar-width: 254px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
