:root, [data-theme-mode="light"] {
  --tdm-theme-schema-version: "theme-design-tokens.v2";
  --tdm-primary: #2563eb;
  --tdm-primary-hover: #1d4ed8;
  --tdm-primary-soft: #dbeafe;
  --tdm-secondary: #475569;
  --tdm-accent: #0f766e;
  --tdm-bg: #f4f7fb;
  --tdm-main-panel-bg: #f4f7fb;
  --tdm-left-panel-bg: #ffffff;
  --tdm-content-panel-bg: #ffffff;
  --tdm-page-header-bg: #f4f7fb;
  --tdm-surface: #ffffff;
  --tdm-surface-muted: #f8fafc;
  --tdm-card-bg: #ffffff;
  --tdm-input-bg: #ffffff;
  --tdm-modal-bg: #ffffff;
  --tdm-text: #172033;
  --tdm-text-muted: #64748b;
  --tdm-text-disabled: #94a3b8;
  --tdm-text-inverse: #ffffff;
  --tdm-link: #1d4ed8;
  --tdm-link-hover: #1e40af;
  --tdm-border: #dbe3ef;
  --tdm-border-strong: #b8c4d5;
  --tdm-focus: #2563eb;
  --tdm-success: #15803d;
  --tdm-warning: #b45309;
  --tdm-danger: #b91c1c;
  --tdm-info: #0369a1;
  --tdm-sidebar-bg: #111827;
  --tdm-sidebar-text: #dbe4f0;
  --tdm-sidebar-group-text: #93c5fd;
  --tdm-sidebar-active: #2563eb;
  --tdm-sidebar-hover: #1f2937;
  --tdm-topbar-bg: #ffffff;
  --tdm-topbar-text: #172033;
  --tdm-table-header-bg: #f1f5f9;
  --tdm-table-hover: #f8fafc;
  --tdm-toast-bg: #ffffff;
  --tdm-tooltip-bg: #111827;
  --tdm-overlay: #0f172a;
  --tdm-switch-on: #2563eb;
  --tdm-switch-off: #cbd5e1;
  --tdm-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-heading-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-label-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-button-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-table-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-mono-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --tdm-font-size: 15px;
  --tdm-line-height: 1.55;
  --tdm-heading-weight: 800;
  --tdm-body-weight: 400;
  --tdm-label-weight: 600;
  --tdm-page-space: 24px;
  --tdm-page-space-mobile: 12px;
  --tdm-section-space: 18px;
  --tdm-card-space: 18px;
  --tdm-card-gap: 14px;
  --tdm-control-x: 12px;
  --tdm-control-y: 10px;
  --tdm-field-gap: 14px;
  --tdm-table-x: 12px;
  --tdm-table-y: 10px;
  --tdm-modal-space: 18px;
  --tdm-toast-space: 12px;
  --tdm-button-radius: 9px;
  --tdm-input-radius: 9px;
  --tdm-card-radius: 14px;
  --tdm-table-radius: 12px;
  --tdm-modal-radius: 16px;
  --tdm-toast-radius: 10px;
  --tdm-badge-radius: 999px;
  --tdm-dropdown-radius: 10px;
  --tdm-card-shadow: 0 8px 22px color-mix(in srgb, var(--tdm-overlay) 7%, transparent);
  --tdm-dropdown-shadow: 0 16px 36px color-mix(in srgb, var(--tdm-overlay) 14%, transparent);
  --tdm-drawer-shadow: 0 16px 36px color-mix(in srgb, var(--tdm-overlay) 14%, transparent);
  --tdm-modal-shadow: 0 22px 56px color-mix(in srgb, var(--tdm-overlay) 22%, transparent);
  --tdm-toast-shadow: 0 16px 36px color-mix(in srgb, var(--tdm-overlay) 14%, transparent);
  --tdm-focus-shadow: 0 0 0 3px color-mix(in srgb, var(--tdm-focus) 24%, transparent);
  --tdm-disabled-opacity: 0.55;
  --tdm-muted-opacity: 0.72;
  --tdm-overlay-opacity: 0.58;
  --tdm-hover-opacity: 0.92;
  --tdm-loading-opacity: 0.68;
  --tdm-control-small: 34px;
  --tdm-control-height: 42px;
  --tdm-control-large: 48px;
  --tdm-sidebar-width: 272px;
  --tdm-sidebar-compact: 76px;
  --tdm-topbar-height: 64px;
  --tdm-icon-size: 18px;
  --tdm-modal-small: 420px;
  --tdm-modal-medium: 620px;
  --tdm-modal-large: 900px;
  --tdm-drawer-width: 420px;
  --tdm-motion-fast: 120ms;
  --tdm-motion-normal: 180ms;
  --tdm-motion-slow: 280ms;
  --tdm-easing: ease;
  --tdm-motion-enabled: 1;
  --tdm-reduced-motion-ready: 1;
  --tdm-z-sticky: 100;
  --tdm-z-dropdown: 300;
  --tdm-z-drawer: 700;
  --tdm-z-modal: 900;
  --tdm-z-toast: 1100;
  --tdm-z-tooltip: 1200;
  --tdm-z-context: 1250;
  --tdm-z-loader: 1400;
  --tdm-content-max: 1600px;
  --tdm-sidebar-item-height: 42px;
  --tdm-page-background-style: "soft";
  --tdm-component-density: "inherit";
  --tdm-component-size-scale: "inherit";
  --tdm-component-focus-style: "inherit";
  --tdm-type-h1-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-h1-color: #172033;
  --tdm-type-h1-size: 28px;
  --tdm-type-h1-line: 1.20;
  --tdm-type-h1-weight: 800;
  --tdm-type-h1-style: normal;
  --tdm-type-h1-letter: 0px;
  --tdm-type-h1-word: 0px;
  --tdm-type-h1-transform: none;
  --tdm-type-h1-decoration: none;
  --tdm-type-h2-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-h2-color: #172033;
  --tdm-type-h2-size: 23px;
  --tdm-type-h2-line: 1.22;
  --tdm-type-h2-weight: 700;
  --tdm-type-h2-style: normal;
  --tdm-type-h2-letter: 0px;
  --tdm-type-h2-word: 0px;
  --tdm-type-h2-transform: none;
  --tdm-type-h2-decoration: none;
  --tdm-type-h3-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-h3-color: #172033;
  --tdm-type-h3-size: 19px;
  --tdm-type-h3-line: 1.28;
  --tdm-type-h3-weight: 700;
  --tdm-type-h3-style: normal;
  --tdm-type-h3-letter: 0px;
  --tdm-type-h3-word: 0px;
  --tdm-type-h3-transform: none;
  --tdm-type-h3-decoration: none;
  --tdm-type-h4-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-h4-color: #172033;
  --tdm-type-h4-size: 17px;
  --tdm-type-h4-line: 1.32;
  --tdm-type-h4-weight: 600;
  --tdm-type-h4-style: normal;
  --tdm-type-h4-letter: 0px;
  --tdm-type-h4-word: 0px;
  --tdm-type-h4-transform: none;
  --tdm-type-h4-decoration: none;
  --tdm-type-h5-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-h5-color: #172033;
  --tdm-type-h5-size: 15px;
  --tdm-type-h5-line: 1.38;
  --tdm-type-h5-weight: 600;
  --tdm-type-h5-style: normal;
  --tdm-type-h5-letter: 0px;
  --tdm-type-h5-word: 0px;
  --tdm-type-h5-transform: none;
  --tdm-type-h5-decoration: none;
  --tdm-type-h6-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-h6-color: #172033;
  --tdm-type-h6-size: 14px;
  --tdm-type-h6-line: 1.42;
  --tdm-type-h6-weight: 600;
  --tdm-type-h6-style: normal;
  --tdm-type-h6-letter: 0px;
  --tdm-type-h6-word: 0px;
  --tdm-type-h6-transform: none;
  --tdm-type-h6-decoration: none;
  --tdm-type-body-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-body-color: #172033;
  --tdm-type-body-size: 15px;
  --tdm-type-body-line: 1.55;
  --tdm-type-body-weight: 400;
  --tdm-type-body-style: normal;
  --tdm-type-body-letter: 0px;
  --tdm-type-body-word: 0px;
  --tdm-type-body-transform: none;
  --tdm-type-body-decoration: none;
  --tdm-type-body-large-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-body-large-color: #172033;
  --tdm-type-body-large-size: 17px;
  --tdm-type-body-large-line: 1.55;
  --tdm-type-body-large-weight: 400;
  --tdm-type-body-large-style: normal;
  --tdm-type-body-large-letter: 0px;
  --tdm-type-body-large-word: 0px;
  --tdm-type-body-large-transform: none;
  --tdm-type-body-large-decoration: none;
  --tdm-type-body-small-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-body-small-color: #172033;
  --tdm-type-body-small-size: 14px;
  --tdm-type-body-small-line: 1.50;
  --tdm-type-body-small-weight: 400;
  --tdm-type-body-small-style: normal;
  --tdm-type-body-small-letter: 0px;
  --tdm-type-body-small-word: 0px;
  --tdm-type-body-small-transform: none;
  --tdm-type-body-small-decoration: none;
  --tdm-type-small-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-small-color: #64748b;
  --tdm-type-small-size: 13px;
  --tdm-type-small-line: 1.45;
  --tdm-type-small-weight: 400;
  --tdm-type-small-style: normal;
  --tdm-type-small-letter: 0px;
  --tdm-type-small-word: 0px;
  --tdm-type-small-transform: none;
  --tdm-type-small-decoration: none;
  --tdm-type-caption-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-caption-color: #64748b;
  --tdm-type-caption-size: 12px;
  --tdm-type-caption-line: 1.40;
  --tdm-type-caption-weight: 400;
  --tdm-type-caption-style: normal;
  --tdm-type-caption-letter: 0px;
  --tdm-type-caption-word: 0px;
  --tdm-type-caption-transform: none;
  --tdm-type-caption-decoration: none;
  --tdm-type-label-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-label-color: #172033;
  --tdm-type-label-size: 13px;
  --tdm-type-label-line: 1.30;
  --tdm-type-label-weight: 600;
  --tdm-type-label-style: normal;
  --tdm-type-label-letter: 0px;
  --tdm-type-label-word: 0px;
  --tdm-type-label-transform: none;
  --tdm-type-label-decoration: none;
  --tdm-type-button-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-button-color: #172033;
  --tdm-type-button-size: 14px;
  --tdm-type-button-line: 1.20;
  --tdm-type-button-weight: 600;
  --tdm-type-button-style: normal;
  --tdm-type-button-letter: 0px;
  --tdm-type-button-word: 0px;
  --tdm-type-button-transform: none;
  --tdm-type-button-decoration: none;
  --tdm-type-table-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-table-color: #172033;
  --tdm-type-table-size: 13px;
  --tdm-type-table-line: 1.45;
  --tdm-type-table-weight: 400;
  --tdm-type-table-style: normal;
  --tdm-type-table-letter: 0px;
  --tdm-type-table-word: 0px;
  --tdm-type-table-transform: none;
  --tdm-type-table-decoration: none;
  --tdm-type-report-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-report-color: #172033;
  --tdm-type-report-size: 14px;
  --tdm-type-report-line: 1.50;
  --tdm-type-report-weight: 500;
  --tdm-type-report-style: normal;
  --tdm-type-report-letter: 0px;
  --tdm-type-report-word: 0px;
  --tdm-type-report-transform: none;
  --tdm-type-report-decoration: none;
  --tdm-type-navigation-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-navigation-color: #172033;
  --tdm-type-navigation-size: 13px;
  --tdm-type-navigation-line: 1.30;
  --tdm-type-navigation-weight: 600;
  --tdm-type-navigation-style: normal;
  --tdm-type-navigation-letter: 0px;
  --tdm-type-navigation-word: 0px;
  --tdm-type-navigation-transform: none;
  --tdm-type-navigation-decoration: none;
  --tdm-type-badge-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-badge-color: #172033;
  --tdm-type-badge-size: 11px;
  --tdm-type-badge-line: 1.10;
  --tdm-type-badge-weight: 700;
  --tdm-type-badge-style: normal;
  --tdm-type-badge-letter: 0px;
  --tdm-type-badge-word: 0px;
  --tdm-type-badge-transform: none;
  --tdm-type-badge-decoration: none;
  --tdm-type-tooltip-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-tooltip-color: #ffffff;
  --tdm-type-tooltip-size: 12px;
  --tdm-type-tooltip-line: 1.40;
  --tdm-type-tooltip-weight: 400;
  --tdm-type-tooltip-style: normal;
  --tdm-type-tooltip-letter: 0px;
  --tdm-type-tooltip-word: 0px;
  --tdm-type-tooltip-transform: none;
  --tdm-type-tooltip-decoration: none;
  --tdm-type-modal-title-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-modal-title-color: #172033;
  --tdm-type-modal-title-size: 20px;
  --tdm-type-modal-title-line: 1.25;
  --tdm-type-modal-title-weight: 700;
  --tdm-type-modal-title-style: normal;
  --tdm-type-modal-title-letter: 0px;
  --tdm-type-modal-title-word: 0px;
  --tdm-type-modal-title-transform: none;
  --tdm-type-modal-title-decoration: none;
  --tdm-type-toast-title-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --tdm-type-toast-title-color: #172033;
  --tdm-type-toast-title-size: 14px;
  --tdm-type-toast-title-line: 1.30;
  --tdm-type-toast-title-weight: 700;
  --tdm-type-toast-title-style: normal;
  --tdm-type-toast-title-letter: 0px;
  --tdm-type-toast-title-word: 0px;
  --tdm-type-toast-title-transform: none;
  --tdm-type-toast-title-decoration: none;
  --tdm-type-code-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --tdm-type-code-color: #172033;
  --tdm-type-code-size: 13px;
  --tdm-type-code-line: 1.45;
  --tdm-type-code-weight: 400;
  --tdm-type-code-style: normal;
  --tdm-type-code-letter: 0px;
  --tdm-type-code-word: 0px;
  --tdm-type-code-transform: none;
  --tdm-type-code-decoration: none;
}
