:root {
  color-scheme: light;
  --brand: #ee4c2c;
  --accent: #c43a20;
  --accent-fill: #d63f21;
  --accent-hover: #b83218;
  --accent-soft: #fff0eb;
  --font-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sidebar: #f8f9fb;
  --sidebar-hover: #eceef2;
  --sidebar-selected: #e9ebef;
  --sidebar-icon: #707782;
  --footer-surface: #fafafb;
  --footer-border: #e7e9ed;
  --footer-ink: #6b717c;
  --bg: #f6f7f9;
  --workbench: #f6f7f9;
  --panel: #ffffff;
  --panel-raised: #f8f9fb;
  --input: #fafafa;
  --field-border: #dfe1e5;
  --field-hover: #b8bec7;
  --field-focus: #737f8e;
  --field-ring: #737f8e22;
  --field-height: 36px;
  --field-radius: 6px;
  --field-font-size: 13px;
  --field-padding-block: 7px;
  --canvas: #f1f3f6;
  --border: #e1e5eb;
  --border-strong: #cbd2dc;
  --text: #182230;
  --muted: #566477;
  --hover: #edf0f4;
  --success: #18734b;
  --success-bg: #edf9f2;
  --warning: #875b0c;
  --warning-bg: #fff8e8;
  --error: #b42335;
  --error-bg: #fff0f1;
  --error-fill: #ae2639;
  --on-fill: #ffffff;
  --info: #245fa8;
  --purple: #7745a5;
  --teal: #176a71;
  --shadow: #18223018;
  --backdrop: #18223077;
  --left-width: 220px;
  --right-width: 380px;
  --console-height: 240px;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --accent: #ff967e;
  --accent-fill: #d63f21;
  --accent-hover: #bd341a;
  --accent-soft: #36231f;
  --sidebar: #14171c;
  --sidebar-hover: #23272e;
  --sidebar-selected: #2b3038;
  --sidebar-icon: #a6adb8;
  --footer-surface: #171b21;
  --footer-border: #2c323c;
  --footer-ink: #aab1bd;
  --bg: #0c0e12;
  --workbench: #101318;
  --panel: #161a22;
  --panel-raised: #1d232d;
  --input: #1b2028;
  --field-border: #38414c;
  --field-hover: #586371;
  --field-focus: #9da8b7;
  --field-ring: #9da8b726;
  --canvas: #0c1017;
  --border: #2e3744;
  --border-strong: #4b586b;
  --text: #edf1f7;
  --muted: #a4b0c1;
  --hover: #283140;
  --success: #86d4ad;
  --success-bg: #172e27;
  --warning: #e7c17d;
  --warning-bg: #342d1c;
  --error: #ffa2af;
  --error-bg: #3c2029;
  --error-fill: #a12439;
  --info: #8ebdf9;
  --purple: #c9a4ed;
  --teal: #91d4da;
  --shadow: #00000055;
  --backdrop: #000000aa;
}
