/* Mascot Inc. — fun layer: confetti, logo wink, WhatsApp bubble */
.mkfun-p{position:fixed;z-index:99999;border-radius:2px;pointer-events:none}
.mkfun-wa{position:fixed;right:18px;bottom:18px;z-index:9998;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px -8px rgba(37,211,102,.6);transition:transform .25s cubic-bezier(.22,.61,.36,1);text-decoration:none}
.mkfun-wa:hover{transform:scale(1.08)}
.mkfun-tip{position:absolute;right:66px;bottom:10px;background:#0A0C10;color:#fff;font:500 13px/1.4 'General Sans',-apple-system,sans-serif;padding:9px 14px;border-radius:12px;white-space:nowrap;opacity:0;transform:translateX(8px);transition:all .35s cubic-bezier(.22,.61,.36,1);pointer-events:none;box-shadow:0 10px 30px -12px rgba(0,0,0,.5)}
.mkfun-wa.tip .mkfun-tip{opacity:1;transform:none}
@keyframes mkwink{0%,90%,100%{transform:scale(1)}93%{transform:scale(1.45)}96%{transform:scale(.8)}}
.brand .dot,.fb .dot,.foot .fb .dot,.mkp-brand span{display:inline-block;animation:mkwink 6s ease-in-out infinite}
@media(max-width:640px){.mkfun-wa{width:50px;height:50px;right:14px;bottom:14px}}
@media(prefers-reduced-motion:reduce){.brand .dot,.fb .dot,.foot .fb .dot,.mkp-brand span{animation:none}}
