/* snake/ranking.php 전용 스타일 */
.snkrk-page {
    margin: 0;
    min-height: 100vh;
    background: #001100;
    color: #33ff33;
    font-family: 'Press Start 2P', 'Courier New', monospace;
    display: flex;
    justify-content: center;
    padding: 24px 16px 40px;
    box-sizing: border-box;
}
.snkrk-page *, .snkrk-page *::before, .snkrk-page *::after {
    box-sizing: border-box;
}

.snkrk-wrap {
    width: 100%;
    max-width: 640px;
}

.snkrk-back {
    display: inline-block;
    color: #1f8a1f;
    text-decoration: none;
    font-size: 10px;
    margin-bottom: 16px;
}
.snkrk-back:hover { color: #33ff33; }

.snkrk-title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #33ff33;
    text-shadow: 0 0 8px rgba(51, 255, 51, 0.7);
    margin: 0 0 24px;
}

.snkrk-empty {
    font-size: 12px;
    color: #1f8a1f;
    line-height: 1.8;
}

.snkrk-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
}

.snkrk-table th {
    text-align: left;
    color: #1f8a1f;
    font-weight: normal;
    padding: 8px 6px;
    border-bottom: 2px solid #1f8a1f;
    white-space: nowrap;
}

.snkrk-table td {
    padding: 9px 6px;
    border-bottom: 1px dashed #113311;
    color: #7fff7f;
    white-space: nowrap;
}

.snkrk-name {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.snkrk-time {
    color: #1f8a1f;
    font-size: 9px;
}

.snkrk-top1 td { color: #baffba; }
.snkrk-top2 td { color: #7fff7f; }
.snkrk-top3 td { color: #33ff33; }

@media (max-width: 520px) {
    .snkrk-table { font-size: 9px; }
    .snkrk-time { display: none; }
    .snkrk-table th:last-child { display: none; }
}
