.fmuni-floating{position:fixed;z-index:999999;bottom:22px;display:block;width:var(--fmuni-size);height:var(--fmuni-size);font-family:Arial,sans-serif}.fmuni-floating.bottom-right{right:22px}.fmuni-floating.bottom-left{left:22px}.fmuni-ball{position:relative;width:var(--fmuni-size);height:var(--fmuni-size);border-radius:50%;border:0;padding:0;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.28);cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:box-shadow .25s ease;animation:fmuni-start-bounce 1.45s cubic-bezier(.22,.85,.28,1.18) .35s 1 both, fmuni-attention-bounce 20s ease-in-out 5s infinite}.fmuni-ball:hover,.fmuni-ball.fmuni-hover-bounce{box-shadow:0 12px 30px rgba(0,0,0,.35);animation:fmuni-hover-bounce .72s cubic-bezier(.25,.85,.32,1.12) 1 both}.fmuni-ball img{width:100%;height:100%;object-fit:contain;border-radius:50%;display:block;animation:fmuni-start-spin 1.55s ease-out .15s 1 both}.fmuni-ball:hover img,.fmuni-ball.fmuni-hover-bounce img{animation:fmuni-hover-spin .72s ease-out 1 both}.fmuni-menu{position:absolute;right:calc((var(--fmuni-size) - 48px)/2);bottom:calc(var(--fmuni-size) + var(--fmuni-gap));display:flex;flex-direction:column-reverse;gap:var(--fmuni-gap);align-items:center;pointer-events:auto;opacity:1;visibility:visible;max-height:520px;transform:translateY(0);overflow:visible;transition:opacity .25s ease,transform .25s ease,max-height .25s ease,visibility .25s ease}.fmuni-menu:not(.fmuni-open){opacity:0;visibility:hidden;max-height:0;transform:translateY(14px);pointer-events:none;overflow:hidden}.fmuni-floating.bottom-left .fmuni-menu{left:calc((var(--fmuni-size) - 48px)/2);right:auto}.fmuni-social{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 6px 16px rgba(0,0,0,.24);opacity:1;transform:none;transition:transform .22s ease,filter .2s ease,box-shadow .2s ease;pointer-events:auto}.fmuni-social svg{width:24px;height:24px}.fmuni-social:hover{filter:brightness(1.08);transform:translateY(-3px) scale(1.1);box-shadow:0 8px 20px rgba(0,0,0,.32)}.fmuni-wa{background:#25D366}.fmuni-fb{background:#1877F2}.fmuni-ig{background:linear-gradient(135deg,#833AB4,#FD1D1D,#FCAF45)}.fmuni-yt{background:#FF0000}.fmuni-x{background:#111}.fmuni-web{background:#10A8E8}
@keyframes fmuni-start-spin{0%{transform:rotate(0deg)}100%{transform:rotate(720deg)}}
@keyframes fmuni-start-bounce{0%{transform:translateY(0) scale(1);opacity:0}10%{opacity:1}28%{transform:translateY(-34px) scale(1.02)}45%{transform:translateY(0) scale(1.08,.92)}60%{transform:translateY(-18px) scale(.97,1.03)}75%{transform:translateY(0) scale(1.04,.96)}88%{transform:translateY(-7px) scale(.99,1.01)}100%{transform:translateY(0) scale(1);opacity:1}}
@keyframes fmuni-hover-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes fmuni-hover-bounce{0%{transform:translateY(0) scale(1)}28%{transform:translateY(-22px) scale(1.08)}48%{transform:translateY(0) scale(1.12,.9)}66%{transform:translateY(-10px) scale(1.03)}82%{transform:translateY(0) scale(1.06,.95)}100%{transform:translateY(0) scale(1.1)}}
@keyframes fmuni-attention-bounce{0%,86%,100%{transform:translateY(0) scale(1)}89%{transform:translateY(-12px) scale(1.03)}92%{transform:translateY(0) scale(1.04,.95)}95%{transform:translateY(-5px) scale(1.01)}98%{transform:translateY(0) scale(1)}}
.fmuni-confetti-piece{position:fixed;z-index:2147483647;pointer-events:none;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.18);animation:fmuni-confetti-party var(--d) cubic-bezier(.12,.74,.36,1) forwards;will-change:transform,opacity}
@keyframes fmuni-confetti-party{0%{opacity:0;transform:translate(-50%,-50%) rotate(0deg) scale(.75)}8%{opacity:1}45%{opacity:1;transform:translate(calc(-50% + var(--x1)),calc(-50% + var(--y1))) rotate(var(--r1)) scale(1)}100%{opacity:0;transform:translate(calc(-50% + var(--x2)),calc(-50% + var(--y2))) rotate(var(--r2)) scale(.82)}}
@media (max-width:600px){.fmuni-floating{bottom:16px}.fmuni-floating.bottom-right{right:16px}.fmuni-floating.bottom-left{left:16px}.fmuni-menu{right:calc((var(--fmuni-size) - 44px)/2)}.fmuni-floating.bottom-left .fmuni-menu{left:calc((var(--fmuni-size) - 44px)/2);right:auto}.fmuni-social{width:44px;height:44px}.fmuni-social svg{width:22px;height:22px}}@media (prefers-reduced-motion:reduce){.fmuni-ball,.fmuni-ball img{animation:none}.fmuni-social{transition:none}}


/* Full screen confetti layer */
.fmuni-confetti-piece{
position:fixed !important;
z-index:2147483647 !important;
}
