:root {
  color-scheme: dark;
  --color-bg: #0b1020;
  --color-surface: #17122b;
  --color-surface-soft: #211a39;
  --color-gold: #d8b66a;
  --color-gold-light: #f0d99b;
  --color-purple: #6e4c8f;
  --color-text: #eee8f4;
  --color-text-muted: #aaa1b7;
  --color-danger: #c95a6b;
  --color-success: #78b995;
  --color-border: rgba(216, 182, 106, 0.28);
  --font-serif: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  --font-sans: system-ui, -apple-system, "Segoe UI", sans-serif;
  --shadow-deep: 0 28px 80px rgba(0, 0, 0, 0.42);
  --radius-lg: 28px;
  --radius-md: 16px;
}

