/* CEE DARK-FIX (2026-09-01) — karanlik mod onarimlari + mobil duzen
   Olcumle bulunan kusurlar hedefli duzeltilir; acik moda dokunulmaz. */

/* ── kok senkronu: html de karanlik bilsin (scrollbar, form, overscroll) ── */
html.dark-mode, html.cee-dark { color-scheme: dark; background: #111 !important; }

/* ── CEE ACILIMI (ceeZ) — sabit acik-zemin renkleri karanlikta okunmuyordu ── */
body.dark-mode .ceeZ-en   { color: #e2e2e2; }
body.dark-mode .ceeZ-tr   { color: #9a9a9a; }
body.dark-mode .ceeZ-desc { color: #a8a8a8; }
body.dark-mode .ceeZ-slogan { color: #d6d6d6; }
body.dark-mode .ceeZ-col + .ceeZ-col { border-color: #333; }
@media (max-width: 768px) {
  body.dark-mode .ceeZ-col + .ceeZ-col { border-top-color: #333; }
}
body.dark-mode .ceeZ-bar { background: linear-gradient(180deg,#4a4a4a,#3a3a3a 35%,#2c2c2c 65%,#222); box-shadow: 0 1px 4px rgba(0,0,0,.5); }
body.dark-mode .ceeZ-bar span { background: linear-gradient(180deg,#3a3a3a,#222); }

/* ── MIMARI GECIS BANDI — sabit beyaz SVG kenarlar karanlikta serit yapiyordu ── */
body.dark-mode .architect-divider svg path { fill: #111 !important; }

/* ── AI PANEL — beyaz zeminde beyaz yazi ── */
body.dark-mode .ai-panel-quick-btn { background: #262626 !important; color: #e0e0e0 !important; border-color: #3a3a3a !important; }
body.dark-mode .ai-panel-logo { background: #1c1c1c !important; }

/* ── MOBIL BASLIK — bayrak/tema kutulari dev gorunuyordu ── */
@media (max-width: 768px) {
  .header-actions { gap: 8px !important; }
  .header-actions > * { padding: 6px 10px !important; min-height: 0 !important; }
  .header-actions .btn-minimal { width: 42px !important; height: 36px !important; padding: 4px !important; }
  .header-actions select, .header-actions .lang-btn { height: 36px !important; }
}

/* ── MOBIL SOSYAL KUTU — ekrani kaplamasin, golge disinda icerik tasmasin ── */
@media (max-width: 768px) {
  .social-sidebar-content { max-width: 210px; }
}
