:root {
  --bg: #0A0A0A;
  --surface: #0F0D0B;
  --fg: #FFFFFF;
  --muted: #DADADA;
  --border: rgba(200, 170, 130, .35);
  --accent: #E8B86D;
  --accent-hover: #F0C88C;
  --on-accent: #0A0A0A;
  --glow: rgba(255, 220, 160, .6);
  --error: #E8907A;
  --serif: "Noto Serif SC", "Songti SC", "SimSun", serif;
  --sans: "Noto Sans SC", "Inter", "PingFang SC", sans-serif;
  --mono: "Geist Mono", "JetBrains Mono", "Fira Code", ui-monospace, Menlo, monospace;
  --garamond: "EB Garamond", Georgia, serif;
  --toast-bottom: calc(88px + env(safe-area-inset-bottom));
}
@media (prefers-reduced-motion: reduce) {
  :root {
    --transition-fast: 0ms;
  }
}
