:root {
  --color-bg: #0d0f12;
  --color-bg-panel: rgba(18, 20, 26, 0.92);
  --color-border: #3d3428;
  --color-border-gold: #c9a227;
  --color-text: #e8e0d0;
  --color-text-muted: #8a8278;
  --color-accent: #4a9e6e;
  --color-accent-dim: rgba(74, 158, 110, 0.35);
  --color-danger: #b44;
  --color-selection: #d4af37;
  --color-portrait-bg: #1a1e28;

  --font-ui: "Segoe UI", system-ui, sans-serif;
  --radius-sm: 4px;
  --radius-md: 8px;
  --shadow-panel: 0 4px 24px rgba(0, 0, 0, 0.5);
}
