:root {
  /* Core background */
  --bg-main: #05090b;
  --bg-panel: #071014;
  --bg-panel-strong: #0b151a;
  --bg-panel-soft: rgba(9, 18, 22, 0.88);

  /* Borders and metal lines */
  --border-dark: #1c2a2f;
  --border-muted: #2d3a3f;
  --border-bright: #7a5830;
  --border-gold: #b87918;

  /* Primary UI colours */
  --gold: #f0a51a;
  --gold-soft: #c98216;
  --gold-dim: #7b5217;

  /* Text */
  --text-main: #d7d1c6;
  --text-muted: #9c9a94;
  --text-dim: #666a6b;
  --text-heading: #f0c16a;

  /* Status */
  --success: #7bb342;
  --danger: #e44125;
  --warning: #f0a51a;
  --info: #2ab6d6;
  --blue: #4f9cff;
  --purple: #a45be8;
  --red: #f04b2f;
  --green: #8bc34a;
  --cyan: #26c6da;

  /* Transparent overlays */
  --glass: rgba(255, 255, 255, 0.03);
  --shadow-deep: rgba(0, 0, 0, 0.75);
}