.open-layout-button-wrapper{z-index:1000;pointer-events:none;justify-content:flex-start;align-items:flex-start;width:280px;height:64px;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.open-layout-button-wrapper>*{pointer-events:auto}.open-layout-button-wrapper.idle,.open-layout-button-wrapper.loading{transform:translate(calc(50vw - 50%),calc(50vh - 50%))}.open-layout-button-wrapper.opened{transform:translate(12px,12px)}.open-layout-button{color:#fff;cursor:pointer;letter-spacing:.02em;z-index:0;white-space:nowrap;background:#111;border:none;border-radius:32px;outline:none;justify-content:center;align-items:center;gap:12px;width:280px;height:64px;padding:0 24px 0 64px;font-family:sans-serif;font-size:18px;font-weight:600;transition:width .2s cubic-bezier(.4,0,.2,1),height .2s cubic-bezier(.4,0,.2,1),border-radius .2s cubic-bezier(.4,0,.2,1),padding .17s,gap .17s,transform 50ms;display:flex;position:relative}.open-layout-button.opened{border-radius:50%;gap:0;width:24px;height:24px;padding:0}.open-layout-button.opened:hover{border-radius:16px;gap:6px;width:110px;height:24px;padding:0 10px 0 32px}.open-layout-button:hover{transform:scale(1.04)}.open-layout-button:active{transform:scale(.97)}.button-icon{justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.button-icon img{object-fit:cover;width:100%;height:100%;margin-top:2px}.button-icon-progress{color:#ff544a!important;position:absolute!important}@keyframes glow-spin{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}.button-text{opacity:1;white-space:nowrap;max-width:200px;transition:opacity .1s,max-width .17s cubic-bezier(.4,0,.2,1);overflow:hidden}.open-layout-button.opened .button-text{opacity:0;max-width:0}.open-layout-button.opened:hover .button-text{opacity:1;max-width:100px;font-size:11px}.open-layout-button:before{content:"";z-index:-1;filter:blur(5px);opacity:1;border-radius:inherit;background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red) 0 0/400%;width:calc(100% + 4px);height:calc(100% + 4px);transition:border-radius .2s cubic-bezier(.4,0,.2,1);animation:20s linear infinite glowing;position:absolute;top:-2px;left:-2px}.open-layout-button:after{z-index:-1;content:"";border-radius:inherit;background:#111;width:100%;height:100%;transition:border-radius .2s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}
