#fw-content #back-to-top-btn{position:fixed;bottom:44px;right:max(36px,calc(50vw - 790px));left:auto;z-index:9;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:48px;width:0;height:0;opacity:0;font-size:16px;background-color:#0a60ff;color:#ffffff;box-shadow:0 4px 16px rgba(0,0,0,.07);overflow:hidden;transition:opacity .5s ease-in-out,width .5s ease-in-out,height .5s ease-in-out,right .3s ease-in-out;}#fw-content #back-to-top-btn .back-to-top-btn-icon{flex-shrink:0;width:0;height:0;opacity:0;display:block;transition:opacity .5s ease-in-out,width .5s ease-in-out,height .5s ease-in-out;}#fw-content #back-to-top-btn.show{opacity:1;width:40px;height:40px;transform:scale(1);transition:opacity .5s ease-in-out,width .5s ease-in-out,height .5s ease-in-out,transform .25s cubic-bezier(.4,0,.2,1);}#fw-content #back-to-top-btn.show .back-to-top-btn-icon{opacity:1;width:20px;height:20px;}#fw-content #back-to-top-btn.show:hover{transform:scale(1.15);}#fw-content #back-to-top-btn.show:focus-visible{outline:2px solid #0a60ff;outline-offset:2px;}@media (max-width:480px){#fw-content #back-to-top-btn{bottom:24px;right:24px}}#fw-content .share-top-fixed-actions{position:fixed;bottom:44px;right:44px;width:0;height:0;opacity:0;z-index:9;display:flex;align-items:flex-end;gap:8px;overflow:visible;transition:opacity .5s ease-in-out,width .5s ease-in-out,height .5s ease-in-out;}#fw-content .share-top-fixed-actions .share-top-share-wrapper{position:relative;display:flex;align-items:center;}#fw-content .share-top-fixed-actions .share-top-share-menu{display:flex;position:absolute;bottom:100%;left:0;margin-bottom:8px;width:168px;max-width:calc(100vw - 32px);box-sizing:border-box;flex-wrap:wrap;gap:0;align-items:center;padding:8px 0;background-color:#FFFFFF;border:1px solid #E1E6EB;border-radius:8px;box-shadow:0 4px 24px 0 rgba(0,0,0,.08);list-style:none;transform-origin:bottom left;transform:scaleY(0);opacity:0;visibility:hidden;pointer-events:none;transition:transform .5s ease-out,opacity .5s ease-out,visibility 0s linear .5s;}#fw-content .share-top-fixed-actions .share-top-share-menu.is-open{transform:scaleY(1);opacity:1;visibility:visible;pointer-events:auto;transition:transform .5s ease-out,opacity .5s ease-out,visibility 0s linear 0s;}#fw-content .share-top-fixed-actions .share-top-share-menu .share-top-share-option{flex:0 0 auto;width:100%;min-width:0;}#fw-content .share-top-fixed-actions .share-top-share-menu .share-top-share-option a,#fw-content .share-top-fixed-actions .share-top-share-menu .share-top-share-option button.share-top-qrcode-link{display:flex;align-items:center;gap:12px;padding:12px;color:#000000;text-decoration:none;font-size:14px;font-weight:400;line-height:1.25;white-space:nowrap;width:100%;max-width:100%;box-sizing:border-box;min-width:0;border:0;background:none;cursor:pointer;font-family:inherit;text-align:left;justify-content:flex-start;box-shadow:unset;border-radius:unset;}#fw-content .share-top-fixed-actions .share-top-share-menu .share-top-share-option a:hover,#fw-content .share-top-fixed-actions .share-top-share-menu .share-top-share-option button.share-top-qrcode-link:hover{background-color:rgba(10,96,255,.08);color:#0A60FF;text-decoration:none;}#fw-content .share-top-fixed-actions .share-top-share-menu .share-top-share-option a:focus-visible,#fw-content .share-top-fixed-actions .share-top-share-menu .share-top-share-option button.share-top-qrcode-link:focus-visible{outline:2px solid #0A60FF;outline-offset:-2px;}#fw-content .share-top-fixed-actions .share-top-share-menu .share-top-share-option svg{flex-shrink:0;width:16px;height:16px;}#fw-content .share-top-fixed-actions button{width:0;height:0;opacity:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid #0A60FF;border-radius:48px;background-color:#FFFFFF;color:#000000;box-shadow:0 4px 16px rgba(0,0,0,.07);cursor:pointer;font-size:16px;font-weight:400;line-height:1.25;overflow:hidden;transition:opacity .5s ease-in-out,width .5s ease-in-out,height .5s ease-in-out,color .2s ease-in-out,background-color .2s ease-in-out;}#fw-content .share-top-fixed-actions button .back-to-top-link-icon,#fw-content .share-top-fixed-actions button .share-link-icon{flex-shrink:0;width:0;height:0;opacity:0;display:block;transition:opacity .5s ease-in-out,width .5s ease-in-out,height .5s ease-in-out;}#fw-content .share-top-fixed-actions button .share-top-share-link-text{overflow:hidden;width:0;height:0;opacity:0;white-space:nowrap;font-size:14px;font-weight:700;line-height:1;display:flex;align-items:center;transition:opacity .5s ease-in-out,width .5s ease-in-out,height .5s ease-in-out,overflow .5s ease-in-out;}#fw-content .share-top-fixed-actions.show{opacity:1;width:188px;height:44px;}#fw-content .share-top-fixed-actions.show button{width:auto;height:44px;opacity:1;}#fw-content .share-top-fixed-actions.show button .back-to-top-link-icon,#fw-content .share-top-fixed-actions.show button .share-link-icon{opacity:1;width:20px;height:20px;}#fw-content .share-top-fixed-actions.show button .share-top-share-link-text{opacity:1;width:4.5em;height:20px;}#fw-content .share-top-fixed-actions.show button#back-to-top-link{width:64px;height:44px;}#fw-content .share-top-fixed-actions.show button#back-to-top-link:hover{background-color:#0A60FF;color:#FFFFFF;}#fw-content .share-top-fixed-actions.show button#back-to-top-link:focus-visible{outline:2px solid #0A60FF;outline-offset:2px;}#fw-content .share-top-fixed-actions.show button#share-top-share-link{width:116px;height:44px;}#fw-content .share-top-fixed-actions.show button#share-top-share-link:hover{background-color:#124FC9;border-color:#124FC9;}#fw-content .share-top-fixed-actions.show button#share-top-share-link:focus-visible{outline:2px solid #0A60FF;outline-offset:2px;}#fw-content .share-top-fixed-actions button#share-top-share-link{background-color:#0A60FF;color:#FFFFFF;}@media (min-width:2124px){#fw-content .share-top-fixed-actions{right:calc(50vw - 32px - 986px)}}@media (max-width:480px){#fw-content .share-top-fixed-actions{bottom:24px;right:24px}}.share-top-qr-modal{display:none;position:fixed;inset:0;z-index:100;background-color:rgba(0,0,0,.5);align-items:center;justify-content:center;padding:24px;}.share-top-qr-modal.is-open{display:flex;}.share-top-qr-modal .share-top-qr-modal__inner{position:relative;background-color:#FFFFFF;border-radius:8px;padding:24px;box-shadow:0 4px 24px 0 rgba(0,0,0,.08);}.share-top-qr-modal .share-top-qr-modal__close{position:absolute;top:8px;right:8px;width:40px;height:40px;padding:0;border:0;background:none;color:#000000;font-size:28px;line-height:1;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;}.share-top-qr-modal .share-top-qr-modal__close:hover,.share-top-qr-modal .share-top-qr-modal__close:focus-visible{background-color:rgba(10,96,255,.08);color:#0A60FF;}.share-top-qr-modal .share-top-qr-modal__close:focus-visible{outline:2px solid #0A60FF;outline-offset:2px;}.share-top-qr-modal .share-top-qr-modal__img{display:block;width:auto;height:auto;max-width:280px;max-height:70vh;object-fit:contain;}