/* ai_play.php 전용 CSS */

#status-bar { color: #fff !important; }

.grid-center { padding: 0 !important; }

/* 좌표 */
.coord-letters { width: calc(10 * var(--cell-size) + 2 * var(--game-pad) + 1px) !important; }
.coord-nums span   { color: #000000; font-weight: normal; }
.coord-letters span { color: #000000; font-weight: normal; }

/* 타이머 바 */
#timer-bar, #timer-bar-ai {
    width: 100%; box-sizing: border-box;
    height: 30px; line-height: 30px;
    font-size: 0.85rem; letter-spacing: 0.05em;
    margin-top: 6px; margin-bottom: 0 !important;
}

/* vs 카드 */
.user-card {
    background: rgba(255,255,255,0.08);
    border-radius: 6px; padding: 8px 12px;
    display: flex; flex-direction: column; gap: 2px;
}
.user-name { font-weight: bold; color: #fff; font-size: 0.9rem; }
.user-stat { font-size: 0.78rem; color: rgba(255,255,255,0.6); }
.vs-label  { text-align: center; font-weight: bold; color: var(--orange); font-size: 0.85rem; }

@media (max-width: 600px) {
    .grid-center { width: 100% !important; }
    .grid-right  { width: 100% !important; min-width: 0 !important; max-width: none !important; padding: 0 4px !important; box-sizing: border-box !important; }
}
