body {
    background-color: #f8f9fa;
}
.card-stats {
    transition: transform 0.2s;
}
.card-stats:hover {
    transform: translateY(-5px);
}
.table th {
    background-color: #f1f3f5;
    font-weight: 600;
}
.grant-item {
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
}
.sql-full {
    background-color: #2d3748;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.92rem;
    line-height: 1.55;
    white-space: pre-wrap;
    word-break: break-all;
    max-height: 70vh;
    overflow-y: auto;
}

.modal-xl {
    max-width: 95%;
}

.nav.nav-tabs.custom-tabs {
    background: linear-gradient(180deg, 
                rgba(248, 249, 250, 0.95) 0%,
                rgba(240, 242, 245, 0.85) 100%);
    border-radius: 10px 10px 0 0;
    padding: 10px 15px 0 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.nav.nav-tabs.custom-tabs .nav-link {
    border-radius: 6px 6px 0 0;
    transition: all 0.2s ease;
}