:root {
  --bg: #111111;
  --bg-elevated: #171717;
  --bg-panel: #1d1d1d;
  --bg-input: #0e0e0e;
  --bg-muted: #242424;
  --text: #f5f2e8;
  --text-soft: #c8c2af;
  --text-dim: #948d79;
  --border: #3a3423;
  --border-strong: #67592f;
  --gold: #d8b64b;
  --gold-soft: #8f7530;
  --danger: #d96b63;
  --success: #72b673;
  --shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  --radius: 14px;
  --radius-small: 10px;
  --sidebar-width: 300px;
  --sticky-top: 16px;
  --font-stack: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
