:root {
  --ut-bg: #eef2f4;
  --ut-bg-start: #fafcff;
  --ut-bg-end: #dbe4e8;
  --ut-bg-grid: rgba(31, 95, 153, 0.085);
  --ut-bg-grid-soft: rgba(31, 95, 153, 0.06);
  --ut-bg-inset: #e2e9ed;
  --ut-surface: #fcfeff;
  --ut-surface-raised: #ffffff;
  --ut-surface-muted: #f4f7f8;
  --ut-surface-selected: #e4f0fa;
  --ut-text: #15191c;
  --ut-text-muted: #5d6870;
  --ut-text-subtle: #7d8a91;
  --ut-border: #cbd5da;
  --ut-border-strong: #aebcc4;
  --ut-primary: #1f5f99;
  --ut-primary-hover: #174a78;
  --ut-primary-text: #ffffff;
  --ut-primary-soft: #e0eef8;
  --ut-success: #16716b;
  --ut-success-soft: #def1ee;
  --ut-warning: #9a671c;
  --ut-warning-soft: #f3ead9;
  --ut-danger: #aa3f45;
  --ut-danger-soft: #f5e2e4;
  --ut-focus: #77a8d9;
  --ut-sidebar: #17232b;
  --ut-sidebar-top: #1d2d36;
  --ut-sidebar-bottom: #121a20;
  --ut-brand-mark-top: #70c7d8;
  --ut-brand-mark-bottom: #3d8fb4;
  --ut-brand-mark-shadow: rgba(61, 143, 180, 0.2);
  --ut-space-1: 4px;
  --ut-space-2: 8px;
  --ut-space-3: 12px;
  --ut-space-4: 16px;
  --ut-space-5: 20px;
  --ut-space-6: 24px;
  --ut-space-8: 32px;
  --ut-space-10: 40px;
  --ut-radius-xs: 2px;
  --ut-radius-sm: 4px;
  --ut-radius-md: 6px;
  --ut-radius-lg: 8px;
  --ut-shadow-sm: 0 1px 0 rgba(255, 255, 255, 0.82) inset, 0 2px 8px rgba(21, 25, 28, 0.08);
  --ut-shadow-md: 0 1px 0 rgba(255, 255, 255, 0.84) inset, 0 16px 34px rgba(21, 25, 28, 0.13);
  --ut-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ut-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", ui-monospace, monospace;
  --ut-button-height: 34px;
  --ut-input-height: 36px;
  --ut-table-row-height: 42px;
  --ut-sidebar-width: 220px;
  --ut-drawer-width: 320px;
  --ut-toolbar-height: 56px;
}
