/* Base Container */
.bal-container-7e13c31d {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 8px;
    margin-top: 20px;
    font-family: system-ui, -apple-system, sans-serif;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.bal-header-7e13c31d {
    margin-bottom: 25px;
    border-bottom: 2px solid #F8002F;
    padding-bottom: 15px;
}

.bal-title-7e13c31d {
    color: #F8002F;
    margin: 0 0 5px 0 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.bal-subtitle-7e13c31d {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

/* Tabs */
.bal-tabs-7e13c31d {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.bal-tab-btn-7e13c31d {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #334155;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bal-tab-btn-7e13c31d:hover {
    background: #e2e8f0;
}

.bal-tab-btn-7e13c31d.active {
    background: #000c14;
    border-color: #000c14;
    color: #ffffff;
}

/* Table */
.bal-table-responsive-7e13c31d {
    overflow-x: auto;
}

.bal-table-7e13c31d {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}

.bal-table-7e13c31d th,
.bal-table-7e13c31d td {
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
}

.bal-table-7e13c31d th {
    background: #f8fafc;
    color: #0f172a;
    font-weight: bold;
}

.bal-table-7e13c31d tr:nth-child(even) {
    background: #f8fafc;
}

/* Badges */
.bal-user-badge-7e13c31d {
    background: #e2e8f0;
    color: #0f172a;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.bal-type-badge-7e13c31d {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.bal-type-badge-7e13c31d.live {
    background: #F8002F;
    color: #ffffff;
}

.bal-type-badge-7e13c31d.test {
    background: #fbbf24;
    color: #000000;
}

.bal-empty-state-7e13c31d {
    color: #64748b;
    font-style: italic;
    text-align: center;
    padding: 30px;
    background: #f8fafc;
    border-radius: 6px;
    border: 1px dashed #cbd5e1;
}
