/* تحسينات طفيفة للداكن دون لمس الفاتح */
:root.theme-dark .badge{ color:#fff !important; }
:root.theme-dark .brand .name{ color:#fff !important; }
@media (prefers-color-scheme: dark){
  :root:not(.theme-light) .badge{ color:#fff !important; }
}
