.turnstile-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;z-index:10000}.turnstile-modal-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 0 16px rgba(0,0,0,.15);text-align:center}body{background-color:transparent!important}.hs-embed-content{align-self:center;margin:0;padding:5px;background-color:transparent;max-width:-moz-fit-content;max-height:-moz-fit-content;width:100%;height:100%}.hs-chat-container,.hs-embed-content{display:flex;align-items:center;flex-direction:column;gap:10px}.hs-chat-container{transition:max-height .5s ease,opacity .5s ease;overflow:visible;opacity:0}.hs-chat-container.expanded{max-height:160px;opacity:1}.hs-embed-common-btn-grp{display:block!important;background-color:#000;color:#fff!important;padding:5px 10px!important;min-height:45px;min-width:160px;max-width:-moz-fit-content;max-width:fit-content;max-height:60px;border:none;cursor:pointer;border-radius:5px;transition:transform .3s ease,background-color .3s ease}.hs-embed-common-btn-grp:hover{transform:scale(1.05);max-width:165px;max-height:65px}.hs-close-btn{width:45px!important;min-width:45px!important;height:45px!important;min-height:45px!important;border-radius:50%!important}.hs-embed-floating-canvas{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:auto;z-index:1000}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hs-chat-container.expanded{animation:fadeInUp .5s ease}