/* Selector global de idioma. El motor de Google permanece oculto: la interfaz
   visible es propia, pequeña y consistente con Forjando Atletas. */
.forjando-live-translate {
  position: fixed;
  z-index: 1100;
  right: 14px;
  /* Se apila junto al acceso flotante de WhatsApp. */
  bottom: 60px;
  font-family: var(--fya-font, Inter, system-ui, sans-serif);
}
.forjando-live-translate__toggle {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-height: 42px;
  padding: 0 .7rem;
  border: 1px solid #76f0bd;
  border-radius: 999px;
  background: linear-gradient(135deg, #27c678, #59dfac);
  box-shadow: 0 8px 22px rgba(0,0,0,.25), 0 0 0 3px rgba(39,198,120,.12);
  color: #06251d;
  cursor: pointer;
}
.forjando-live-translate__toggle svg { width: 1rem; height: 1rem; }
.forjando-live-translate__code { font-size: .65rem; font-weight: 850; letter-spacing: .09em; }
.forjando-live-translate__toggle:hover,
.forjando-live-translate__toggle:focus-visible { border-color: #f6f5f0; background: #7af2bd; color: #06251d; }
.forjando-live-translate__toggle:focus-visible { outline: 2px solid #63e9b5; outline-offset: 3px; }
.forjando-live-translate__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + .7rem);
  width: min(280px, calc(100vw - 32px));
  padding: .9rem;
  border: 1px solid rgba(246,245,240,.22);
  border-radius: 12px;
  background: #0d2130;
  box-shadow: 0 16px 40px rgba(0,0,0,.34);
  color: #f6f5f0;
}
.forjando-live-translate__panel header { display: flex; align-items: baseline; justify-content: space-between; gap: .8rem; margin-bottom: .8rem; }
.forjando-live-translate__panel strong { font-size: .82rem; }
.forjando-live-translate__panel header span,
.forjando-live-translate__status { color: rgba(246,245,240,.66); font-size: .65rem; line-height: 1.35; }
.forjando-live-translate__panel input { width: 100%; min-height: 36px; box-sizing: border-box; padding: 0 .65rem; border: 1px solid rgba(246,245,240,.25); border-radius: 7px; background: #081620; color: #f6f5f0; font: inherit; font-size: .77rem; }
.forjando-live-translate__languages { display: grid; max-height: min(44vh, 330px); margin-top: .65rem; overflow-y: auto; }
.forjando-live-translate__language { width: 100%; padding: .56rem .45rem; border: 0; border-bottom: 1px solid rgba(246,245,240,.1); background: transparent; color: #f6f5f0; font: inherit; font-size: .77rem; text-align: left; cursor: pointer; }
.forjando-live-translate__language:hover,
.forjando-live-translate__language:focus-visible,
.forjando-live-translate__language[aria-selected="true"] { background: rgba(99,233,181,.13); color: #63e9b5; outline: 0; }
.forjando-live-translate__status { margin: .7rem 0 0; }
.forjando-google-translate { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); pointer-events: none; }
body > .skiptranslate { display: none !important; }
body { top: 0 !important; }
@media (max-width: 700px) {
  .forjando-live-translate { right: 11px; bottom: 57px; }
  .forjando-live-translate__panel { right: 0; bottom: calc(100% + .55rem); }
}
