.tr-switcher{position:relative}.tr-switcher,.tr-switcher__trigger{align-items:center;display:inline-flex}.tr-switcher__trigger{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 4px rgba(0,0,0,.06);cursor:pointer;gap:.5rem;outline:none;padding:.375rem .75rem .375rem .375rem;transition:all .18s ease}.tr-switcher__trigger:hover{border-color:#94a3b8;box-shadow:0 2px 8px rgba(0,0,0,.1)}.tr-switcher__trigger:focus-visible{outline:2px solid currentColor;outline-offset:2px}.tr-switcher__arrow{border-bottom:2px solid #64748b;border-right:2px solid #64748b;flex-shrink:0;height:.75rem;transform:rotate(45deg) translateY(-2px);transition:transform .18s;width:.75rem}.tr-switcher[aria-expanded=true] .tr-switcher__arrow,.tr-switcher__trigger[aria-expanded=true] .tr-switcher__arrow{transform:rotate(-135deg) translateY(-2px)}.tr-switcher__flag{align-items:center;display:flex;flex-shrink:0;justify-content:center;overflow:hidden}.tr-switcher__flag .tr-flag-emoji,.tr-switcher__flag svg{display:block}.tr-switcher__flag--round{border:1.5px solid #e2e8f0;border-radius:50%;height:2rem;width:2rem}.tr-switcher__flag--round svg{height:120%;-o-object-fit:cover;object-fit:cover;width:120%}.tr-switcher__flag--square{border:1.5px solid #e2e8f0;border-radius:4px;height:2rem;width:2rem}.tr-switcher__flag--square svg{height:100%;width:100%}.tr-switcher__dropdown{animation:tr-dropdown-in .15s ease;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.12);display:none;flex-direction:column;gap:.125rem;min-width:8rem;padding:.375rem;position:absolute;right:0;top:calc(100% + .5rem);z-index:9998}.tr-switcher__dropdown--open{display:flex}.tr-switcher__option{align-items:center;background:transparent;border:none;border-radius:7px;color:#1e293b;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.625rem;padding:.5rem .75rem;text-align:left;transition:background .12s;width:100%}.tr-switcher__option:hover{background:#f1f5f9}.tr-switcher__option:focus-visible{outline:2px solid currentColor;outline-offset:-2px}.tr-switcher__option span{letter-spacing:.04em}.tr-switcher__option svg{border:1px solid #e2e8f0;border-radius:3px;flex-shrink:0;height:1.75rem;width:1.75rem}.tr-switcher__option .tr-flag-emoji{flex-shrink:0;font-size:1.25rem;line-height:1}.tr-switcher__option--active{background:#f0f9ff}.tr-switcher__option--active span:after{color:#0e7abc;content:" ✓";font-weight:800}.tr-switcher__option--active:hover{background:#e0f2fe}.tr-flag{display:block;flex-shrink:0}@keyframes tr-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tr-switcher--fixed-desktop,.tr-switcher--fixed-mobile{z-index:9999}[dir=rtl] .tr-switcher__dropdown{left:0;right:auto}@media(max-width:768px){.tr-switcher__trigger{padding:.3rem .6rem .3rem .3rem}.tr-switcher__flag--round,.tr-switcher__flag--square{height:1.75rem;width:1.75rem}}
