.fpop-geek-symbol {
    position: fixed;
    pointer-events: none;
    z-index: 99999;
    font-size: 2rem;
    line-height: 1;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: none;
    filter: drop-shadow(0 0 6px rgba(255,255,255,0.8));
    user-select: none;
}

.fpop-geek-symbol.fpop-pop {
    animation: fpop-burst 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes fpop-burst {
    0%   { transform: translate(-50%, -50%) scale(0) rotate(-15deg); opacity: 1; }
    40%  { transform: translate(-50%, -80%) scale(1.4) rotate(8deg);  opacity: 1; }
    70%  { transform: translate(-50%, -95%) scale(1.1) rotate(-4deg); opacity: 0.9; }
    100% { transform: translate(-50%, -120%) scale(0.9) rotate(0deg); opacity: 0; }
}

/* SVG do cano do Mario injetado como img */
.fpop-geek-symbol.is-pipe {
    font-size: 0;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 50'%3E%3Crect x='4' y='20' width='32' height='30' rx='3' fill='%2322c55e'/%3E%3Crect x='0' y='14' width='40' height='10' rx='3' fill='%2316a34a'/%3E%3Crect x='8' y='0' width='24' height='18' rx='3' fill='%2322c55e'/%3E%3Crect x='4' y='8' width='32' height='8' rx='2' fill='%2316a34a'/%3E%3Crect x='10' y='2' width='8' height='20' rx='1' fill='%234ade80' opacity='.4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
