/* WEBCommit: tokens opt-in; no global Ext JS theme replacement. */
:root {
  --wc-primary: #2563eb;
  --wc-primary-hover: #1d4ed8;
  --wc-bg: #f4f6fa;
  --wc-surface: #ffffff;
  --wc-surface-alt: #eef3fa;
  --wc-text: #17243b;
  --wc-text-muted: #5c6b82;
  --wc-border: #dce3ee;
  --wc-success: #087f5b;
  --wc-warning: #946200;
  --wc-danger: #be3455;
  --wc-info: #2563eb;
  --wc-sidebar-bg: #15243c;
  --wc-sidebar-text: #d3deed;
  --wc-sidebar-active: #274466;
  --wc-radius-sm: 6px;
  --wc-radius-md: 10px;
  --wc-radius-lg: 14px;
  --wc-space-xs: 4px;
  --wc-space-sm: 8px;
  --wc-space-md: 16px;
  --wc-space-lg: 24px;
  --wc-shadow-sm: 0 2px 6px rgb(23 36 59 / 4%);
  --wc-shadow-md: 0 8px 28px rgb(23 36 59 / 8%);
  --wc-sidebar-width: 252px;
  --wc-sidebar-micro-width: 68px;
  --wc-topbar-height: 64px;
  --wc-transition-fast: 160ms;
  --wc-font: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
.wc-shell[data-wc-theme='dark'], .wc-home[data-wc-theme='dark'] {
  --wc-bg: #101a2b;
  --wc-surface: #19273c;
  --wc-surface-alt: #243650;
  --wc-text: #edf3fc;
  --wc-text-muted: #b2c1d5;
  --wc-border: #36475f;
  --wc-primary: #87b5ff;
  --wc-primary-hover: #b3d0ff;
  --wc-success: #7bdfba;
  --wc-danger: #ffa8b8;
}
