:root {
  --bg: #07090c;
  --bg-2: #0a0e13;
  --panel: #0d1218;
  --panel-2: #101720;
  --panel-3: #121b25;
  --line: #27313c;
  --line-soft: #1b242e;
  --text: #d7e0e7;
  --text-strong: #f4f7f9;
  --muted: #9aa6b3;
  --muted-2: #aab4be;
  --amber: #ffb000;
  --amber-2: #ffd166;
  --green: #2dd68f;
  --red: #ff6262;
  --cyan: #49c6e5;
  --blue: #6aa2ff;
  --purple: #b98cff;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(0, 0, 0, .28);
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, "Noto Sans Mono CJK TC", "PingFang TC", monospace;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang TC", "Noto Sans TC", sans-serif;
  --fs-micro: 13px;   /* was 10px floor — labels, table, badges, nav-keys, footers, crumbs, ticker */
  --fs-small: 13px;   /* was 11px — nav items, command input, top values */
}
