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