/* Walker 模組樣式 */
#walker {
    position: fixed;
    bottom: 20px;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; /* 避免阻擋點擊 */
    transition: right 25s linear;
}