.ufh-lang-switcher{position:fixed;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;transition:all 0.3s cubic-bezier(.4,0,.2,1)}.ufh-lang-switcher.bottom-left{bottom:30px;left:30px}.ufh-lang-switcher.bottom-right{bottom:30px;right:30px}.ufh-lang-switcher.top-left{top:30px;left:30px}.ufh-lang-switcher.top-right{top:30px;right:30px}.ufh-lang-switcher.ufh-hidden-mobile{display:none!important}.ufh-lang-button{display:flex;align-items:center;gap:8px;background:#026f4f;color:#fff;border:none;border-radius:15px;padding:12px 18px;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 4px 12px rgb(0 0 0 / .15);transition:all 0.3s cubic-bezier(.4,0,.2,1);outline:none;position:relative;min-width:120px;justify-content:space-between}.ufh-lang-button:hover{background:#024d38;transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .2)}.ufh-lang-button:focus{outline:2px solid #daeae5;outline-offset:2px}.ufh-lang-button:active{transform:translateY(0);box-shadow:0 2px 8px rgb(0 0 0 / .15)}.ufh-lang-button.ufh-loading{cursor:not-allowed;opacity:.7}.ufh-lang-button .flag-icon{width:20px;height:15px;border-radius:2px;object-fit:cover;border:1px solid rgb(255 255 255 / .2);flex-shrink:0}.ufh-lang-button .lang-text{font-weight:500;white-space:nowrap;flex:1;text-align:left}.ufh-lang-button .arrow-icon{font-size:10px;transition:transform 0.3s ease;flex-shrink:0}.ufh-lang-switcher.ufh-open .ufh-lang-button .arrow-icon{transform:rotate(180deg)}.ufh-lang-dropdown{position:absolute;bottom:100%;left:0;right:0;background:#f7f7f7;border-radius:15px;box-shadow:0 8px 32px rgb(0 0 0 / .15);margin-bottom:8px;opacity:0;transform:translateY(10px);transition:all 0.3s cubic-bezier(.4,0,.2,1);display:none;overflow:hidden;border:1px solid rgb(0 0 0 / .08);z-index:10}.ufh-lang-dropdown.ufh-dropdown-visible{opacity:1;transform:translateY(0)}.ufh-lang-switcher.top-left .ufh-lang-dropdown,.ufh-lang-switcher.top-right .ufh-lang-dropdown{bottom:auto;top:100%;margin-bottom:0;margin-top:8px}.ufh-lang-option{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:#333;transition:all 0.2s ease;border-bottom:1px solid rgb(0 0 0 / .05);cursor:pointer;outline:none}.ufh-lang-option:last-child{border-bottom:none}.ufh-lang-option:hover,.ufh-lang-option:focus,.ufh-lang-option.ufh-lang-option-hover{background:#daeae5;color:#026f4f}.ufh-lang-option:focus{outline:2px solid #026f4f;outline-offset:-2px}.ufh-lang-option .flag-icon{width:24px;height:18px;border-radius:3px;object-fit:cover;border:1px solid rgb(0 0 0 / .1);flex-shrink:0}.ufh-lang-option .lang-info{display:flex;flex-direction:column;gap:2px;flex:1}.ufh-lang-option .lang-native{font-weight:500;font-size:14px;line-height:1.2}.ufh-lang-option .lang-english{font-size:12px;color:#666;line-height:1.2}.ufh-lang-option:hover .lang-english,.ufh-lang-option:focus .lang-english{color:#024d38}.ufh-spinner{display:inline-block;width:10px;height:10px;border:2px solid rgb(255 255 255 / .3);border-radius:50%;border-top-color:#fff;animation:ufh-spin 0.8s linear infinite}@keyframes ufh-spin{to{transform:rotate(360deg)}}.ufh-notification{position:fixed;top:20px;right:20px;background:#fff;border-radius:15px;padding:16px 20px;box-shadow:0 4px 20px rgb(0 0 0 / .15);border-left:4px solid #026f4f;z-index:1000000;opacity:0;transform:translateX(100%);transition:all 0.3s cubic-bezier(.4,0,.2,1);max-width:300px;display:flex;align-items:center;gap:12px}.ufh-notification.ufh-notification-visible{opacity:1;transform:translateX(0)}.ufh-notification.ufh-notification-error{border-left-color:#dc3545}.ufh-notification-message{flex:1;font-size:14px;color:#333;line-height:1.4}.ufh-notification-close{background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:color 0.2s ease}.ufh-notification-close:hover{color:#333}@media (max-width:768px){.ufh-lang-switcher.bottom-left,.ufh-lang-switcher.bottom-right,.ufh-lang-switcher.top-left,.ufh-lang-switcher.top-right{top:20px!important;left:20px!important;bottom:auto!important;right:auto!important}.ufh-lang-switcher .ufh-lang-dropdown{bottom:auto!important;top:100%!important;margin-bottom:0!important;margin-top:8px!important;transform:translateY(-10px)!important}.ufh-lang-switcher .ufh-lang-dropdown.ufh-dropdown-visible{transform:translateY(0)!important}.ufh-lang-button{padding:10px 14px;font-size:13px;min-width:100px;gap:6px}.ufh-lang-button .flag-icon{width:18px;height:13px}.ufh-lang-option{padding:10px 12px;gap:10px}.ufh-lang-option .flag-icon{width:20px;height:15px}.ufh-lang-option .lang-native{font-size:13px}.ufh-lang-option .lang-english{font-size:11px}.ufh-notification{top:10px;right:10px;left:10px;max-width:none;transform:translateY(-100%)}.ufh-notification.ufh-notification-visible{transform:translateY(0)}}@media (max-width:480px){.ufh-lang-switcher.bottom-left,.ufh-lang-switcher.bottom-right,.ufh-lang-switcher.top-left,.ufh-lang-switcher.top-right{top:15px!important;left:15px!important;bottom:auto!important;right:auto!important}.ufh-lang-switcher .ufh-lang-dropdown{bottom:auto!important;top:100%!important;margin-bottom:0!important;margin-top:6px!important;transform:translateY(-10px)!important}.ufh-lang-switcher .ufh-lang-dropdown.ufh-dropdown-visible{transform:translateY(0)!important}.ufh-lang-button{padding:8px 12px;font-size:12px;min-width:90px;gap:5px}.ufh-lang-button .flag-icon{width:16px;height:12px}.ufh-lang-button .lang-text{font-size:12px}}@media (prefers-reduced-motion:reduce){.ufh-lang-switcher,.ufh-lang-button,.ufh-lang-dropdown,.ufh-lang-option,.ufh-notification,.ufh-spinner{transition:none!important;animation:none!important}}@media (hover:none) and (pointer:coarse){.ufh-lang-button:hover{transform:none}.ufh-lang-option:hover{background:#fff0;color:inherit}}.ufh-lang-switcher[data-hide-mobile="1"]{display:block}@media (max-width:768px){.ufh-lang-switcher[data-hide-mobile="1"]{display:none!important}}@supports (-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px)){.ufh-lang-dropdown{background:rgb(247 247 247 / .9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}