/* 연결 끊김 플레이어 스타일 */
.player-card.disconnected {
    border: 2px dashed #ffaa00;
    opacity: 0.8;
}

.disconnected-indicator {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    background-color: #ffaa00;
    color: #1a1a1a;
    font-size: 10px;
    padding: 2px 0;
    border-radius: 0 0 8px 8px;
    text-align: center;
    font-weight: 500;
    z-index: 1;
}