/* Stage28D: always-visible global EL/EN selector. */
.taroteyes-lang-switch{
  position:fixed!important;top:82px!important;right:18px!important;z-index:2147483000!important;
  display:flex!important;align-items:center!important;gap:3px!important;
  padding:4px!important;border:1px solid rgba(220,195,126,.52)!important;border-radius:999px!important;
  background:rgba(3,15,21,.96)!important;box-shadow:0 8px 24px rgba(0,0,0,.34)!important;
  backdrop-filter:blur(12px);visibility:visible!important;opacity:1!important;pointer-events:auto!important;
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif!important;transform:none!important;
}
.taroteyes-lang-switch__globe{display:none!important}
.taroteyes-lang-switch a,.taroteyes-lang-switch button{
  appearance:none!important;border:0!important;border-radius:999px!important;background:transparent!important;
  color:#9aabb0!important;min-width:38px!important;height:30px!important;padding:0 9px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  text-decoration:none!important;font:800 10px/1 system-ui,-apple-system,"Segoe UI",sans-serif!important;
  letter-spacing:.08em!important;cursor:pointer!important;box-sizing:border-box!important;
}
.taroteyes-lang-switch a.is-active,.taroteyes-lang-switch button.is-active{
  background:rgba(222,199,132,.18)!important;color:#f1d889!important;
  box-shadow:inset 0 0 0 1px rgba(222,199,132,.28)!important;
}
.taroteyes-lang-switch a:focus-visible,.taroteyes-lang-switch button:focus-visible{outline:2px solid #e3c77f!important;outline-offset:2px!important}
@media(max-width:700px){
  .taroteyes-lang-switch{top:66px!important;right:8px!important;padding:3px!important}
  .taroteyes-lang-switch a,.taroteyes-lang-switch button{min-width:34px!important;height:28px!important;padding:0 7px!important;font-size:9px!important}
}


/* Stage31 final navigation polish: the language switch never covers navigation. */
.taroteyes-lang-switch.is-docked{
  position:static!important;top:auto!important;right:auto!important;z-index:auto!important;
  margin:0!important;flex:0 0 auto!important;box-shadow:none!important;background:rgba(3,15,21,.72)!important;
}
.taroteyes-lang-switch.is-fallback{top:82px!important;right:18px!important;}
.taroteyes-lang-switch.is-suppressed{display:none!important;}
.taroteyes-landing-classic .tlh10-top-actions .taroteyes-lang-switch{margin-left:2px!important;}
.tlv10__topmeta .taroteyes-lang-switch{margin-left:2px!important;}
@media(max-width:700px){
  .taroteyes-lang-switch.is-fallback{top:66px!important;right:8px!important;}
  .taroteyes-lang-switch.is-docked a,.taroteyes-lang-switch.is-docked button{min-width:31px!important;height:27px!important;padding:0 6px!important;}
}

/* EN first-paint guard — prevents the Greek-first compatibility markup from
   flashing before the English dictionary finishes its first DOM pass. */
@keyframes taroteyes-i18n-failsafe-reveal{to{opacity:1}}
html[lang="en"]:not([data-taroteyes-i18n-ready="1"]) body{background:#071923}
html[lang="en"]:not([data-taroteyes-i18n-ready="1"]) body > *:not(script):not(style){
  opacity:0;
  animation:taroteyes-i18n-failsafe-reveal .01s linear 1.2s forwards;
}
html[lang="en"][data-taroteyes-i18n-ready="1"] body > *{opacity:1;animation:none}
