.lang-popup-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);background:#00000073;justify-content:center;align-items:flex-end;animation:.25s ease-out langFadeIn;display:flex;position:fixed;inset:0}@keyframes langFadeIn{0%{opacity:0}to{opacity:1}}.lang-popup-sheet{background:#fff;border-radius:28px 28px 0 0;width:100%;max-width:480px;max-height:85vh;padding:0 20px 32px;animation:.3s cubic-bezier(.4,0,.2,1) forwards langSlideUp;position:relative;overflow-y:auto;box-shadow:0 -10px 40px #0000001f}@keyframes langSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.lang-popup-handle{background:#e0e0e0;border-radius:100px;width:40px;height:4px;margin:12px auto 0}.lang-popup-header{text-align:center;padding:20px 0 12px;position:relative}.lang-popup-globe{background:#6366f10f;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 12px;font-size:40px;animation:3s ease-in-out infinite langGlobeFloat;display:flex}@keyframes langGlobeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.lang-popup-title{color:#1c1c1e;margin:0 0 4px;font-size:20px;font-weight:800}.lang-popup-subtitle{color:#8e8e93;margin:0;font-size:14px;font-weight:500}.lang-popup-close{color:#636366;cursor:pointer;background:#f2f2f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:20px;right:0}.lang-popup-close:hover{color:#1c1c1e;background:#e5e5ea}.lang-popup-options{flex-direction:column;gap:10px;margin-top:8px;display:flex}.lang-popup-option{cursor:pointer;background:#f8f9fb;border:2px solid #0000;border-radius:18px;justify-content:space-between;align-items:center;width:100%;padding:16px 18px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.lang-popup-option:hover{background:#6366f10a;border-color:#6366f126}.lang-popup-option:active{transform:scale(.98)}.lang-popup-option.selected{background:linear-gradient(135deg,#6366f10a 0%,#6366f114 100%);border-color:#6366f1;box-shadow:0 2px 16px #6366f11f}.lang-popup-option-left{align-items:center;gap:14px;display:flex}.lang-popup-flag-wrapper{background:#fff;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;transition:all .25s;display:flex;box-shadow:0 1px 4px #0000000a}.lang-popup-flag-wrapper.selected{background:#6366f11a;box-shadow:0 2px 10px #6366f126}.lang-popup-flag{font-size:24px}.lang-popup-info{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.lang-popup-name{color:#1c1c1e;font-size:16px;font-weight:700}.lang-popup-desc{color:#8e8e93;font-size:12px;font-weight:500}.lang-popup-option-right{align-items:center;display:flex}.lang-popup-check-active{color:#fff;background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;animation:.3s cubic-bezier(.4,0,.2,1) langCheckPop;display:flex;box-shadow:0 2px 10px #6366f159}@keyframes langCheckPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.lang-popup-check-inactive{background:0 0;border:2px solid #0000001a;border-radius:50%;width:26px;height:26px;transition:border-color .2s}.lang-popup-option:hover .lang-popup-check-inactive{border-color:#6366f14d}.lang-popup-current{color:#636366;background:#6366f10d;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:20px;padding:12px 16px;font-size:13px;display:flex}.lang-popup-current strong{color:#6366f1;font-weight:700}.lang-popup-current-dot{background:#6366f1;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite langDotPulse}@keyframes langDotPulse{0%,to{opacity:1}50%{opacity:.4}}@media (min-width:768px){.lang-popup-overlay{align-items:center}.lang-popup-sheet{border-radius:28px;max-width:420px;animation:.25s cubic-bezier(.4,0,.2,1) forwards langScaleIn}@keyframes langScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}}
