
.anet-global-language{min-height:42px;max-width:150px;border:1px solid rgba(125,174,215,.45);border-radius:14px;background:#fff;color:#10243a;padding:0 34px 0 12px;font:800 14px/1 system-ui,-apple-system,"Segoe UI",sans-serif;box-shadow:0 5px 18px rgba(24,85,135,.08)}
.anet-global-language.floating-language{position:fixed;right:12px;top:12px;z-index:10000}
@media(max-width:760px){.anet-global-language{min-height:44px;max-width:128px;font-size:14px}.anet-global-language.floating-language{top:calc(env(safe-area-inset-top) + 8px)}}


/* V85.11 compact global language control */
.lang,.lang-switch{display:none!important}
#homeLangEn,#homeLangTh,#enBtn,#thBtn{display:none!important}
.anet-global-language{
  width:auto!important;
  min-width:92px!important;
  max-width:118px!important;
  min-height:34px!important;
  height:34px!important;
  padding:0 27px 0 10px!important;
  border-radius:10px!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  box-shadow:0 3px 10px rgba(24,85,135,.08)!important;
}
.anet-global-language option{font-size:12px!important}
@media(max-width:760px){
  .anet-global-language{
    min-width:88px!important;
    max-width:110px!important;
    min-height:34px!important;
    height:34px!important;
    padding:0 25px 0 9px!important;
    border-radius:10px!important;
    font-size:12px!important;
  }
  .anet-global-language.floating-language{right:10px!important;top:calc(env(safe-area-inset-top) + 7px)!important}
}


/* V85.12 compact custom language menu */
.lang,.lang-switch,#languageSelect,#builderLanguage,#homeLangEn,#homeLangTh,#enBtn,#thBtn{display:none!important}
.anet-language-root{position:relative;z-index:10020;display:inline-flex;align-items:center}
.anet-language-root.floating-language{position:fixed;right:10px;top:calc(env(safe-area-inset-top) + 8px)}
.anet-global-language{
  appearance:none!important;-webkit-appearance:none!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:7px!important;
  width:88px!important;min-width:88px!important;max-width:88px!important;
  height:32px!important;min-height:32px!important;
  padding:0 8px 0 10px!important;border:1px solid rgba(125,174,215,.5)!important;
  border-radius:9px!important;background:#fff!important;color:#10243a!important;
  font:800 11px/1 system-ui,-apple-system,"Segoe UI",sans-serif!important;
  box-shadow:0 3px 9px rgba(24,85,135,.09)!important;cursor:pointer!important;
}
.anet-language-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.anet-language-chevron{font-size:12px;line-height:1}
.anet-language-panel{
  position:absolute;right:0;top:calc(100% + 6px);width:210px;
  background:#fff;border:1px solid #d8e3ec;border-radius:14px;
  box-shadow:0 16px 42px rgba(4,29,56,.24);overflow:hidden;
  opacity:0;visibility:hidden;transform:translateY(-5px) scale(.98);
  transform-origin:top right;transition:.15s ease;z-index:10030;
}
.anet-language-panel.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.anet-language-panel-head{height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 8px 0 12px;border-bottom:1px solid #edf2f6}
.anet-language-panel-head strong{font-size:11px;color:#52677a;letter-spacing:.02em}

.anet-language-list{display:grid;grid-template-columns:1fr 1fr;padding:6px;gap:3px}
.anet-language-option{
  height:34px;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:6px;
  padding:0 8px;border:0;border-radius:8px;background:#fff;color:#172c40;
  font:750 11px/1 system-ui,-apple-system,"Segoe UI",sans-serif;text-align:left;cursor:pointer;
}
.anet-language-option:hover,.anet-language-option.active{background:#eaf5ff;color:#086fd9}
.anet-language-option i{width:8px;height:8px;border:1.5px solid #8092a3;border-radius:50%;flex:0 0 auto}
.anet-language-option.active i{border-color:#1677ff;background:#1677ff;box-shadow:inset 0 0 0 2px #fff}
@media(max-width:760px){
 .anet-global-language{width:88px!important;min-width:88px!important;max-width:88px!important;height:32px!important;font-size:11px!important}
 .anet-language-panel{position:fixed;right:10px;top:calc(env(safe-area-inset-top) + 52px);width:210px;max-height:390px}
 .anet-language-list{grid-template-columns:1fr 1fr}
}

/* V85.14 language panel hardening */
.anet-language-panel-head{justify-content:flex-start!important}
.anet-language-panel-head strong{display:block!important}
.anet-language-close{display:none!important}
.anet-lang-switch,.lang-switch,.lang-toggle{display:none!important}
