/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 26 2025 | 01:13:22 */
.roc-leaderboard-table th, .roc-leaderboard-table td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb00;
    font-size: 13px;
}

    body .roc-stat-item .roc-stat-value, .roc-stat-item.roc-stat-item .roc-stat-value {
        font-size: 1.8em !important;
        color: #000000 !important;
        background: linear-gradient(135deg, #ffffff 0%, #c7d2fe 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: #000000 !important;
        background-clip: text !important;
    }


body:has(.roc-character-sheet), html:has(.roc-character-sheet) {
    background: #f8fafc !important;
}

    body .roc-stat-item .roc-stat-value, .roc-stat-item.roc-stat-item .roc-stat-value {
        font-size: 1.8em !important;
        color: #ffffff !important;
        background: linear-gradient(135deg, #ffffff 0%, #c7d2fe 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: #000000 !important;
        background-clip: text !important;
    }

body .roc-sheet-title h2, .roc-sheet-title.roc-sheet-title h2
 {
        font-size: 2em !important;
        color: #ffffff !important;
        background: linear-gradient(135deg, #ffffff 0%, #a5b4fc 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: #000000 !important;
        background-clip: text !important;
        text-align: center !important;
    }

    body .roc-character-sheet, .roc-character-sheet.roc-character-sheet.roc-character-sheet {
        padding: 20px 15px !important;
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
        min-height: 100vh !important;
        box-sizing: border-box !important;
        background: white !important;
    }

.roc-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
    padding: 15px;
    background: #f3f4f600;
    border-radius: 8px;
}