:root {
  color-scheme: light;

  /* 未至旅行 · 冷银旅舱 */
  --canvas: #f7f7f8;
  --surface: #f7f7f8;
  --surface-soft: #f2f2f4;
  --paper: #ffffff;
  --soft: #f2f2f4;
  --ink: #111113;
  --muted: #5f5f66;
  --quiet: #727278;
  --line: rgb(17 17 19 / 10%);
  --line-strong: rgb(17 17 19 / 16%);
  --accent: #e4002b;
  --accent-hover: #c70026;
  --accent-soft: rgb(228 0 43 / 7%);

  --success: #237a4b;
  --success-soft: #edf7f1;
  --warning: #9a6300;
  --warning-soft: #fff7df;
  --danger: #c91d36;
  --danger-soft: #fff0f2;
  --info: #315a8a;
  --info-soft: #eef4fb;

  --sidebar: #1f2d3d;
  --sidebar-active: #172432;
  --sidebar-text: #c8d0da;
  --font: "Segoe UI Variable Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --font-numeric: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;

  --radius-control: 12px;
  --radius-panel: 20px;
  --radius-dialog: 24px;
  --shadow-raised: 0 12px 32px rgb(48 52 63 / 8%), 0 2px 8px rgb(48 52 63 / 4%);
  --shadow-floating: 0 24px 72px rgb(38 42 52 / 16%), 0 8px 24px rgb(38 42 52 / 8%);
  --ease-standard: cubic-bezier(.32, .72, 0, 1);
  --ease-enter: cubic-bezier(.16, 1, .3, 1);
}
