#debug-panel {
    position: absolute;
    top: 2cqh;
    left: 2cqw;
    z-index: 200;
    display: none;
}

.debug-btn {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ff3333;
    border: 0.2cqw solid #ff3333;
    border-radius: 1cqh;
    padding: 1cqh 2cqw;
    font-size: 2cqh;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
}

.debug-btn:hover {
    background-color: rgba(255, 51, 51, 0.3);
}

#game-container.paused * {
    animation-play-state: paused !important;
}
