:root {
  --page: #f6f3ed;
  --surface: #fffefb;
  --ink: #122033;
  --muted: #5e6875;
  --brand: #0e4f9a;
  --brand-deep: #0a315f;
  --confirmed: #287a56;
  --pending: #2d6ea8;
  --danger: #b74b43;
  --accent: #c77b32;
  --line: #d8d3ca;
  --line-strong: #aeb7c1;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --radius-sm: 8px;
  --radius-md: 12px;
  --shadow-float: 0 18px 50px rgb(18 32 51 / .14);
  --sans: Inter, "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  --serif: Georgia, "Noto Serif SC", "Songti SC", serif;
  --measure: 720px;

  /* Compatibility aliases removed as component styles migrate task-by-task. */
  --paper: var(--page);
  --paper-deep: #ede9e1;
  --sheet: var(--surface);
  --archive: var(--brand);
  --stamp: var(--danger);
  --rule: var(--line);
  --radius: var(--radius-sm);
  --condensed: var(--serif);
  --mono: "SFMono-Regular", Consolas, monospace;
}
