.fsb-container{position:fixed;z-index:999999;display:flex;flex-direction:column;gap:12px;direction:ltr}.fsb-position-bottom-right{bottom:20px;right:20px}.fsb-position-bottom-left{bottom:20px;left:20px}.fsb-position-top-right{top:20px;right:20px}.fsb-position-top-left{top:20px;left:20px}.fsb-size-small .fsb-btn{width:45px;height:45px}.fsb-size-normal .fsb-btn{width:60px;height:60px}.fsb-size-large .fsb-btn{width:75px;height:75px}.fsb-mode-separate .fsb-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;border-radius:50%;transition:all 0.3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 12px rgb(0 0 0 / .25);position:relative;overflow:visible}.fsb-mode-separate .fsb-btn:hover{transform:scale(1.1);box-shadow:0 8px 20px rgb(0 0 0 / .3)}.fsb-mode-separate .fsb-btn:active{transform:scale(.95)}.fsb-mode-separate .fsb-btn img{width:55%;height:55%;object-fit:contain;transition:transform 0.3s ease}.fsb-mode-separate .fsb-btn:hover img{transform:scale(1.05)}.fsb-mode-combined{position:relative}.fsb-mode-combined .fsb-main-btn-wrapper{position:relative}.fsb-mode-combined .fsb-main-btn{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 12px rgb(0 0 0 / .25);position:relative}.fsb-size-small.fsb-mode-combined .fsb-main-btn{width:45px;height:45px}.fsb-size-large.fsb-mode-combined .fsb-main-btn{width:75px;height:75px}.fsb-mode-combined .fsb-main-btn:hover{transform:scale(1.05);box-shadow:0 6px 16px rgb(0 0 0 / .3)}.fsb-mode-combined .fsb-main-btn img{width:55%;height:55%;object-fit:contain}.fsb-mode-combined .fsb-submenu{position:absolute;bottom:70px;right:0;background:#fff;border-radius:16px;box-shadow:0 8px 24px rgb(0 0 0 / .15);padding:8px;min-width:200px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.3s ease;z-index:100001}.fsb-position-bottom-left.fsb-mode-combined .fsb-submenu{right:auto;left:0}.fsb-position-top-right.fsb-mode-combined .fsb-submenu{bottom:auto;top:70px;bottom:auto}.fsb-position-top-left.fsb-mode-combined .fsb-submenu{bottom:auto;top:70px;right:auto;left:0}.fsb-mode-combined .fsb-main-btn-wrapper:hover .fsb-submenu{opacity:1;visibility:visible;transform:translateY(0)}.fsb-mode-combined .fsb-submenu-btn{display:flex;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;border-radius:12px;transition:all 0.2s ease;color:#333}.fsb-mode-combined .fsb-submenu-btn:hover{background-color:#f5f5f5}.fsb-mode-combined .fsb-submenu-btn img{width:32px;height:32px;border-radius:50%;object-fit:cover}.fsb-mode-combined .fsb-submenu-label{font-size:13px;font-weight:500;white-space:nowrap}@media (max-width:768px){.fsb-mode-combined .fsb-submenu{min-width:170px;bottom:55px}.fsb-mode-combined .fsb-submenu-btn img{width:28px;height:28px}.fsb-mode-combined .fsb-submenu-label{font-size:12px}.fsb-position-top-right.fsb-mode-combined .fsb-submenu,.fsb-position-top-left.fsb-mode-combined .fsb-submenu{top:55px}}.fsb-btn[data-title],.fsb-submenu-btn[data-title]{position:relative}.fsb-btn[data-title]::before,.fsb-submenu-btn[data-title]::before{content:attr(data-title);position:absolute;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .85);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-family:inherit;white-space:nowrap;opacity:0;visibility:hidden;transition:all 0.2s ease;pointer-events:none;z-index:10000}.fsb-position-bottom-right .fsb-btn[data-title]::before,.fsb-position-bottom-right .fsb-submenu-btn[data-title]::before,.fsb-position-top-right .fsb-btn[data-title]::before,.fsb-position-top-right .fsb-submenu-btn[data-title]::before{right:70px;left:auto}.fsb-position-bottom-left .fsb-btn[data-title]::before,.fsb-position-bottom-left .fsb-submenu-btn[data-title]::before,.fsb-position-top-left .fsb-btn[data-title]::before,.fsb-position-top-left .fsb-submenu-btn[data-title]::before{left:70px;right:auto}.fsb-btn[data-title]:hover::before,.fsb-submenu-btn[data-title]:hover::before{opacity:1!important;visibility:visible!important}@media (max-width:768px){.fsb-position-bottom-right .fsb-btn[data-title]::before,.fsb-position-top-right .fsb-btn[data-title]::before{right:55px}.fsb-position-bottom-left .fsb-btn[data-title]::before,.fsb-position-top-left .fsb-btn[data-title]::before{left:55px}}@media (max-width:768px){.fsb-mobile-hidden{display:none!important}}@media (min-width:769px){.fsb-desktop-hidden{display:none!important}}@keyframes fsbFadeIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.fsb-container{animation:fsbFadeIn 0.3s ease forwards}