/* Un único gesto para cualquier visitante; el selector de Mi cuenta mantiene Automática. */
.head-actions .qeubo-theme-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  min-width: 39px;
  min-height: 39px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  color: var(--forest);
  cursor: pointer;
}
.head-actions .qeubo-theme-toggle:hover { border-color: var(--forest); }
.head-actions .qeubo-theme-toggle:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.qeubo-theme-toggle svg { width: 19px; height: 19px; display: block; }
.qeubo-theme-toggle svg[hidden] { display: none !important; }
html[data-theme="dark"] .head-actions .qeubo-theme-toggle {
  background: #283b30;
  border-color: #45624f;
  color: #c9f3d7;
}
@media (max-width: 750px) {
  .topbar { gap: 6px; }
  .head-actions { gap: 6px; }
  .head-actions .qeubo-theme-toggle { width: 40px; min-width: 40px; height: 43px; min-height: 43px; }
}
@media (max-width: 390px) {
  .topbar { gap: 4px; }
  .brand { font-size: 23px; gap: 6px; }
  .brand .mark { width: 29px; height: 29px; }
  .head-actions { gap: 4px; }
  .head-actions .qeubo-theme-toggle { width: 35px; min-width: 35px; height: 40px; min-height: 40px; border-radius: 11px; }
  .head-actions .qeubo-scan-trigger { width: 36px; min-width: 36px; min-height: 40px; padding: 0; }
  .head-actions .btn.coral { padding: 8px 9px; font-size: 12px; }
  .head-actions .btn.coral .inline-icon { width: 17px; height: 17px; }
}
