/* Admin Dashboard Styles */

.admin-page {
    background-color: #090d16;
}

.admin-header {
    background: rgba(15, 23, 42, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Stat Cards */
.stat-card {
    text-align: center;
    padding: 16px 12px;
}

.stat-icon {
    font-size: 1.8rem;
    margin-bottom: 4px;
}

.stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 4px;
}

/* Toggle Card */
.toggle-card {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px;
    height: 100%;
}

.table-dark {
    --bs-table-bg: rgba(15, 23, 42, 0.6);
    --bs-table-border-color: rgba(255, 255, 255, 0.08);
}
