.cookie-mascot {
    position: absolute;
    bottom: calc(100% - 6px);
    left: 20px;
    height: 80px;
    width: auto;
    pointer-events: none;
    z-index: 10001;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
    will-change: left, transform;
    transform-origin: center bottom;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cookie-mascot-shadow {
    position: absolute;
    bottom: calc(100% - 12px);
    left: 20px;
    width: 56px;
    height: 14px;
    pointer-events: none;
    z-index: 10000;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 70%);
    opacity: 0.8;
    filter: blur(1.5px);
    transform: translateX(-50%);
    will-change: left, opacity;
    transition: opacity 0.2s ease-out;
}
