.open-layout-button-wrapper{position:fixed;z-index:1000;transition:top .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.open-layout-button-wrapper.idle,.open-layout-button-wrapper.loading{top:50%;left:50%;transform:translate(-50%,-50%)}.open-layout-button-wrapper.opened{top:calc(100% - 64px);left:12px;transform:translate(0)}.open-layout-button-wrapper.opened:has(:hover){left: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:48px;height:48px;border-radius:50%;padding:0;gap:0}.open-layout-button.opened:hover{width:200px;height:48px;border-radius:32px;padding:0 20px 0 48px;gap:12px}.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:200px;opacity:1}.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}}
