
/* Dance Studio Template - dark.css
   Activated via html.theme-dark
*/
html.theme-dark{
  --bg:#0b0f14;
  --surface:#0f1620;
  --text:#eef2f7;
  --muted:#aab6c5;
  --border: rgba(255,255,255,.08);

  /* тени карточек (тёмная тема) — без “серого ореола” */
  --card-shadow: 0 12px 30px rgba(0,0,0,.35);
  --card-shadow-hover: 0 18px 44px rgba(0,0,0,.55);
}


html.theme-dark .navbar{
  background: rgba(15,22,32,.78);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
html.theme-dark .navbar .navbar-brand,
html.theme-dark .navbar .navbar-nav>li>a{
  color: rgba(255,255,255,.92) !important;
}
html.theme-dark .navbar .navbar-toggle .icon-bar{
  background: rgba(255,255,255,.85);
}

html.theme-dark .ds-badge{
  background: rgba(103,157,198,.16);
}

html.theme-dark .btn-accent{
  color: #140314;
}

html.theme-dark .carousel-indicators li{
  background: rgba(255,255,255,.22);
}

html.theme-dark .modal-content{
  background: var(--surface);
  border-color: rgba(255,255,255,.08);
  color: var(--text);
}
html.theme-dark .modal-header{
  border-bottom-color: rgba(255,255,255,.08);
}
html.theme-dark .modal-footer{
  border-top-color: rgba(255,255,255,.08);
}
html.theme-dark .close{
  color: rgba(255,255,255,.85);
  text-shadow: none;
  opacity: .9;
}
html.theme-dark .close:hover{ opacity: 1; }

html.theme-dark .form-control{
  background: rgba(255,255,255,.04);
  color: var(--text);
  border-color: rgba(255,255,255,.08);
}
html.theme-dark .form-control::placeholder{
  color: rgba(255,255,255,.45);
}

html.theme-dark .alert{
  background: rgba(255,255,255,.03);
}

html.theme-dark .ds-footer{
  color: rgba(255,255,255,.58);
}


html.theme-dark .ds-cookie-notice{
  box-shadow: 0 6px 16px rgba(0,0,0,.55);
  background: rgba(16,20,28,.96);
}