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

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

.brkrk-back {
    display: inline-block;
    color: #7a5ba8;
    text-decoration: none;
    font-size: 10px;
    margin-bottom: 16px;
}
.brkrk-back:hover { color: #e8d9ff; }

.brkrk-title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #33e0ff;
    text-shadow: 0 0 10px rgba(51, 224, 255, 0.8);
    margin: 0 0 24px;
}

.brkrk-empty {
    font-size: 12px;
    color: #7a5ba8;
    line-height: 1.8;
}

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

.brkrk-table th {
    text-align: left;
    color: #b39ddb;
    font-weight: normal;
    padding: 8px 6px;
    border-bottom: 2px solid #3a1a5c;
    white-space: nowrap;
}

.brkrk-table td {
    padding: 9px 6px;
    border-bottom: 1px dashed #241238;
    color: #c9b8ff;
    white-space: nowrap;
}

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

.brkrk-time {
    color: #7a5ba8;
    font-size: 9px;
}

.brkrk-top1 td { color: #33e0ff; }
.brkrk-top2 td { color: #ff33e0; }
.brkrk-top3 td { color: #ffe433; }

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