#quail {
    position: fixed;
    background-image: url('/theme/community/img/resized_quail_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 9999;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
}

@keyframes flap {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}

.flapping {
    /* 이 클래스는 JavaScript가 배경 이미지를 제어하도록 비워둡니다. */
}
