#halo-launcher{position:fixed;right:24px;bottom:max(24px,env(safe-area-inset-bottom));z-index:9998;width:64px;height:64px;padding:0;margin:0;border:none;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#fff;box-shadow:0 14px 30px rgba(34,12,71,0.22);cursor:pointer;transition:transform 0.2s ease,box-shadow 0.2s ease}#halo-launcher picture{display:grid;place-items:center;width:100%;height:100%;line-height:0}#halo-launcher img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:transparent;pointer-events:none}#halo-launcher:hover{transform:scale(1.06);box-shadow:0 18px 36px rgba(34,12,71,0.28)}#halo-launcher:active{transform:scale(0.96)}#halo-launcher:focus-visible{outline:3px solid var(--purple,#551ce3);outline-offset:3px}#halo-launcher[aria-busy="true"]{cursor:wait}#halo-launcher[aria-busy="true"] img{opacity:0.55;animation:halo-pulse 1s ease-in-out infinite}@keyframes halo-pulse{0%,100%{opacity:0.55}50%{opacity:0.9}}@media (prefers-reduced-motion:reduce){#halo-launcher,#halo-launcher img{transition:none;animation:none}}#fab-root{display:none !important}body.halo-open #fab-root{display:block !important}body.halo-open .mobile-sticky-cta{display:none !important}@media (max-width:480px){#halo-launcher{right:16px}}@media (max-width:900px){body.cta-visible #halo-launcher{bottom:calc(88px + max(24px,env(safe-area-inset-bottom)))}body.cta-visible .whatsapp-float{bottom:calc(88px + 96px)}}