/* ========================================
   ТЁМНАЯ ТЕМА (по умолчанию)
   ======================================== */
:root {
    --bg-primary: #0a0e1a;
    --bg-secondary: #1a1f2e;
    --bg-card: rgba(255, 215, 0, 0.03);
    --text-primary: #e8d5b5;
    --text-secondary: #c4b59a;
    --text-muted: #8a7a5a;
}
