/* ── GLOBAL THEME CSS — tüm tab'larda geçerli ──
   Synet AI Social'ın (app.synet-ai.com/theme.css) AYNI renk paletinin
   birebir kopyası — Synet ailesinin tüm bağımsız panelleri (Restaurant,
   Booking, Cars, Immobilien, Delivery) aynı görsel dili paylaşsın diye
   (2026-08-28). Bileşen-özel light-mode override'ları bu dosyaya
   Restaurant'ın kendi sınıf adları netleşince (Round 2) eklenecek. */

/* Dark (default) */
:root {
    --bg:       #0a0a0f;
    --surface:  #13131a;
    --surface2: #1a1a24;
    --border:   #1e1e2a;
    --accent:   #7c3aed;
    --accent2:  #a855f7;
    --text:     #f0f0f5;
    --text2:    #8888a0;
    --text3:    #3a3a4a;
    --green:    #10b981;
    --red:      #ef4444;
    --yellow:   #f59e0b;
    --shadow:   rgba(0,0,0,0.4);
}

/* Light */
[data-theme="light"] {
    --bg:       #f0f0f7;
    --surface:  #ffffff;
    --surface2: #f5f5fa;
    --border:   #e0e0ea;
    --text:     #1a1a2e;
    --text2:    #666680;
    --text3:    #c0c0d0;
    --shadow:   rgba(0,0,0,0.08);
}
