/* Theme toggle button — matches index header area; far right and in mobile drawer */

.desiree-landing-theme-toggle {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.7);
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}

.desiree-landing-theme-toggle:hover {
  background: rgba(15, 23, 42, 0.95);
  border-color: rgba(248, 113, 113, 0.5);
}

.desiree-landing-theme-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
}

html.desiree-landing-light .desiree-landing-theme-toggle {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(24, 24, 34, 0.14);
  color: rgba(11, 11, 20, 0.86);
}

html.desiree-landing-light .desiree-landing-theme-toggle:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(109, 40, 217, 0.34);
}

/* Mobile: theme toggle in drawer */
.nav-mobile-cta .desiree-landing-theme-toggle {
  margin-left: auto;
}
