/* Tema: html[data-theme="dark"] — açık tema varsayılan (öznitelik yok) */

.theme-top-actions .theme-toggle {
  margin-right: 0.75rem;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.theme-toggle:hover,
.theme-toggle:focus {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  outline: none;
}

.theme-toggle .theme-toggle-label {
  display: none;
}

@media (min-width: 576px) {
  .theme-toggle .theme-toggle-label {
    display: inline;
  }
}

/* ---------- Koyu tema ---------- */
html[data-theme="dark"] {
  color-scheme: dark;
}

html[data-theme="dark"] body {
  background: #12151c;
  color: #e5e7eb;
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6 {
  color: #f3f4f6;
}

html[data-theme="dark"] a {
  color: #93c5fd;
}

html[data-theme="dark"] a:hover {
  color: #bfdbfe;
}

html[data-theme="dark"] .text-black {
  color: #e5e7eb !important;
}

html[data-theme="dark"] .text-gray {
  color: #9ca3af !important;
}

html[data-theme="dark"] .border-bottom {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

html[data-theme="dark"] .header-top .text-muted {
  color: rgba(255, 255, 255, 0.45) !important;
}

html[data-theme="dark"] .header-top .sepet-header a,
html[data-theme="dark"] .header-top .small {
  color: #fff !important;
}

html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea {
  background-color: #1e2430 !important;
  border-color: #3d4558 !important;
  color: #e5e7eb !important;
}

html[data-theme="dark"] .header-menu {
  background-color: #1a1f2e !important;
}

html[data-theme="dark"] .ana-menu .dropdown-menu {
  background-color: #252b3a !important;
  border-color: #3d4558 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

html[data-theme="dark"] .nav-katlinkler li a,
html[data-theme="dark"] .nav-katlinkler2 li a {
  color: #e5e7eb !important;
}

html[data-theme="dark"] .nav-katlinkler li a:hover,
html[data-theme="dark"] .nav-katlinkler2 li a:hover {
  background-color: #3d4a5f !important;
  color: #fff !important;
}

html[data-theme="dark"] .slide-alt {
  background-color: #1e2430 !important;
}

html[data-theme="dark"] .sld-slogan {
  color: #f3f4f6 !important;
}

html[data-theme="dark"] .guncel-setler {
  background-color: #12151c !important;
}

html[data-theme="dark"] .guncel-setler h1 span {
  color: #f87171 !important;
}

html[data-theme="dark"] .guncel-setler .nav-pills .nav-link {
  background-color: #2d3548 !important;
  color: #e5e7eb !important;
}

html[data-theme="dark"] .guncel-setler .nav-pills .nav-link.active,
html[data-theme="dark"] .guncel-setler .nav-pills .show > .nav-link {
  background-color: #aa151b !important;
  color: #fff !important;
}

html[data-theme="dark"] .guncel-setler .tab-content {
  background-color: #1e2430 !important;
  color: #e5e7eb;
}

html[data-theme="dark"] .egitim-bilgi .tab-content {
  background-color: #1e2430 !important;
  color: #e5e7eb;
}

html[data-theme="dark"] .egitim-bilgi .nav-pills .nav-link {
  background-color: #2d3548 !important;
  color: #e5e7eb !important;
}

html[data-theme="dark"] .egitim-bilgi .nav-pills .nav-link.active,
html[data-theme="dark"] .egitim-bilgi .nav-pills .show > .nav-link {
  background-color: #aa151b !important;
  color: #fff !important;
}

html[data-theme="dark"] .urun-liste-genel {
  border-color: #2d3548 !important;
}

html[data-theme="dark"] .urun-liste-genel:before {
  background-color: #1e2430 !important;
}

html[data-theme="dark"] .urun-isim a,
html[data-theme="dark"] .urun-bilgi {
  color: #e5e7eb !important;
}

html[data-theme="dark"] .urun-fiyat {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] .modal-content {
  background-color: #1e2430 !important;
  color: #e5e7eb !important;
  border-color: #3d4558 !important;
}

html[data-theme="dark"] .modal-header,
html[data-theme="dark"] .modal-footer {
  border-color: #3d4558 !important;
}

html[data-theme="dark"] .close {
  color: #e5e7eb;
  text-shadow: none;
  opacity: 0.85;
}

html[data-theme="dark"] .table {
  color: #e5e7eb;
}

html[data-theme="dark"] .table-bordered,
html[data-theme="dark"] .table th,
html[data-theme="dark"] .table td {
  border-color: #3d4558 !important;
}

html[data-theme="dark"] .card {
  background-color: #1e2430 !important;
  border-color: #3d4558 !important;
  color: #e5e7eb;
}

html[data-theme="dark"] .breadcrumb,
html[data-theme="dark"] .breadcrumb-item,
html[data-theme="dark"] .breadcrumb-item.active {
  background: transparent !important;
  color: #9ca3af !important;
}

html[data-theme="dark"] .breadcrumb-item + .breadcrumb-item::before {
  color: #6b7280;
}

html[data-theme="dark"] .login-tablo,
html[data-theme="dark"] .login-background .container {
  color: #e5e7eb;
}

html[data-theme="dark"] .login-tablo h3,
html[data-theme="dark"] .login-tablo p {
  color: #f3f4f6 !important;
}

html[data-theme="dark"] .cd-main-content {
  background: #12151c !important;
}

html[data-theme="dark"] .cd-primary-nav,
html[data-theme="dark"] .cd-nav .cd-primary-nav {
  background: #1a1f2e !important;
}

html[data-theme="dark"] .cd-primary-nav a,
html[data-theme="dark"] .cd-secondary-nav a {
  color: #e5e7eb !important;
}

html[data-theme="dark"] .nav-is-visible .cd-header-buttons {
  background: #1a1f2e !important;
}

html[data-theme="dark"] .referanslar {
  background: transparent;
}

html[data-theme="dark"] .referanslar h1 span {
  color: #f87171 !important;
}

html[data-theme="dark"] .footer:before {
  background: rgba(10, 12, 18, 0.92) none repeat scroll 0 0 !important;
}

html[data-theme="dark"] .foot-limit p,
html[data-theme="dark"] .footlogo-alt a,
html[data-theme="dark"] .foot-menu ul li a {
  color: #9ca3af !important;
}

html[data-theme="dark"] .footer-ara {
  border-top-color: #3d4558 !important;
}

html[data-theme="dark"] .footer-alt {
  background-color: #0c0e12 !important;
}

html[data-theme="dark"] .copyright,
html[data-theme="dark"] .son-link,
html[data-theme="dark"] .son-link a {
  color: #9ca3af !important;
}

html[data-theme="dark"] .theme-toggle {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .theme-toggle:hover,
html[data-theme="dark"] .theme-toggle:focus {
  background: rgba(255, 255, 255, 0.15);
}

html[data-theme="dark"] .btn-slide {
  background-color: #374151 !important;
}

html[data-theme="dark"] .btn-slide:hover {
  background-color: #4b5563 !important;
}

html[data-theme="dark"] .baslik_h1 {
  color: #f3f4f6 !important;
}

html[data-theme="dark"] .container.bg-white,
html[data-theme="dark"] .bg-white {
  background-color: #1e2430 !important;
  color: #e5e7eb;
}

html[data-theme="dark"] .list-group-item {
  background-color: #1e2430 !important;
  border-color: #3d4558 !important;
  color: #e5e7eb;
}
