body { margin: 0; background: #000; color: #fff; font-family: sans-serif; overflow: hidden; }
.screen { height: 100vh; width: 100vw; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hidden { display: none !important; }

/* Вертикальный стол */
.vertical-table {
    width: 85vw; height: 50vh;
    border: 4px solid #00ecff; border-radius: 100px;
    position: relative; margin-top: 20px;
    box-shadow: 0 0 15px #00ecff;
}

/* Кнопки */
.btn-main {
    width: 80%; padding: 15px; margin: 10px;
    background: #00ecff; color: #000; border: none;
    border-radius: 12px; font-weight: bold; font-size: 1.1em;
}

/* Рука с картами */
.hand {
    position: fixed; bottom: 0; width: 100%; height: 25vh;
    display: flex; overflow-x: auto; padding: 10px;
    background: rgba(20,20,20,0.8);
}
.player-card { height: 90%; margin-right: 10px; border-radius: 10px; border: 2px solid #555; }
