/* ── صقر RP — theme matching asset-kit (saqr-rp) palette ── */
/*
  Source colors extracted from live saqr-rp dev server:
  #070B09 bg  · #141F17 card  · #D4A843 gold  · #F2C84A accent-gold
  #F0E8D0 cream · #B0A07A muted-fg · #9E7A2E deep-gold · #5A6855 muted
*/
:root,
.dark {
  /* Background: #070B09 — near-black with warm green undertone */
  --background: 150 23% 4%;

  /* Foreground: warm white (#F0E8D0) */
  --foreground: 40 56% 88%;

  /* Card: #141F17 — dark forest green */
  --card: 136 22% 12%;
  --card-foreground: 40 56% 88%;
  --card-border: 136 18% 18%;

  /* Popover */
  --popover: 136 22% 12%;
  --popover-foreground: 40 56% 88%;
  --popover-border: 136 18% 18%;

  /* Primary: #D4A843 — rich amber gold */
  --primary: 42 63% 55%;
  --primary-foreground: 150 23% 4%;

  /* Secondary: #0D1410 — slightly lighter dark */
  --secondary: 150 22% 7%;
  --secondary-foreground: 40 56% 88%;

  /* Muted: #141F17 */
  --muted: 136 22% 12%;
  /* Muted foreground: #B0A07A — warm tan */
  --muted-foreground: 42 26% 58%;

  /* Accent: #F2C84A — bright gold */
  --accent: 45 87% 62%;
  --accent-foreground: 150 23% 4%;

  /* Destructive: keep */
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;

  /* Border / Input: dark with subtle warm tint */
  --border: 136 15% 18%;
  --input: 136 15% 18%;

  /* Ring: gold */
  --ring: 42 63% 55%;
}
