:root {
  --bg: #05060a;
  --bg-elev: #0c0f18;
  --surface: #111827;
  --surface-2: #151d2e;
  --border: rgba(245, 200, 72, 0.18);
  --border-strong: rgba(245, 200, 72, 0.45);
  --text: #f4f6fb;
  --muted: #9aa4bf;
  --accent: #f5c842;
  --accent-dim: #c9a035;
  --accent-glow: rgba(245, 200, 72, 0.35);
  --danger: #fb7185;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  --font: "Noto Sans SC", "Segoe UI", system-ui, sans-serif;
  --font-display: "Noto Sans SC", system-ui, sans-serif;
  --container: 1120px;
  --header-h: 64px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
