:root {
  color-scheme: dark;
  --ut-bg: #15181a;
  --ut-bg-start: #1e2326;
  --ut-bg-end: #101315;
  --ut-bg-grid: rgba(111, 160, 255, 0.11);
  --ut-bg-grid-soft: rgba(111, 160, 255, 0.07);
  --ut-bg-inset: #111416;
  --ut-surface: #1d2225;
  --ut-surface-raised: #232a2e;
  --ut-surface-muted: #20262a;
  --ut-surface-selected: #1d3150;
  --ut-text: #f3f0e8;
  --ut-text-muted: #a9aaa4;
  --ut-text-subtle: #7f8586;
  --ut-border: #343c40;
  --ut-border-strong: #4a5458;
  --ut-primary: #6fa0ff;
  --ut-primary-hover: #8cb4ff;
  --ut-primary-text: #0d1218;
  --ut-primary-soft: #22385e;
  --ut-success: #6fd0aa;
  --ut-success-soft: #19372d;
  --ut-warning: #f0b763;
  --ut-warning-soft: #3a2d1c;
  --ut-danger: #ff8a7a;
  --ut-danger-soft: #3f2322;
  --ut-focus: #9bbcff;
  --ut-sidebar: #0f1214;
  --ut-sidebar-top: #171b1e;
  --ut-sidebar-bottom: #0b0d0f;
  --ut-brand-mark-top: #89b8ff;
  --ut-brand-mark-bottom: #4d77d6;
  --ut-brand-mark-shadow: rgba(111, 160, 255, 0.24);
  --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.05) inset, 0 2px 10px rgba(0, 0, 0, 0.26);
  --ut-shadow-md: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 18px 42px rgba(0, 0, 0, 0.36);
  --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;
}
