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

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

.jgbrk-back {
    display: inline-block;
    color: #4a8a5f;
    text-decoration: none;
    font-size: 10px;
    margin-bottom: 16px;
}
.jgbrk-back:hover { color: #d9f2df; }

.jgbrk-title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffd23f;
    text-shadow: 0 0 10px rgba(255, 210, 63, 0.7);
    margin: 0 0 24px;
}

.jgbrk-empty {
    font-size: 12px;
    color: #4a8a5f;
    line-height: 1.8;
}

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

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

.jgbrk-table td {
    padding: 9px 6px;
    border-bottom: 1px dashed #123a1e;
    color: #a8d9b6;
    white-space: nowrap;
}

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

.jgbrk-time {
    color: #4a8a5f;
    font-size: 9px;
}

.jgbrk-top1 td { color: #ffd23f; }
.jgbrk-top2 td { color: #d9f2df; }
.jgbrk-top3 td { color: #3fae5c; }

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