
:root {
  --bg: #07090c;
  --panel: #101318;
  --panel-soft: #151922;
  --text: #f5f5f5;
  --muted: #b8b8b8;

  --accent: #d6a037;
  --accent-rgb: 214, 160, 55;
  --accent-light: #e1ae45;
  --accent-dark: #9f6d1e;
  --accent-soft: rgba(214, 160, 55, 0.08);
  --accent-border: rgba(214, 160, 55, 0.70);
  --accent-shadow: rgba(214, 160, 55, 0.35);

  --border: rgba(255, 255, 255, 0.12);
}