body {
    background: #f6f8fb;
}

.theme-operador {
    --bs-primary: #16a34a;
    --bs-primary-rgb: 22, 163, 74;
}

.theme-operador .sidebar .nav-link.active,
.theme-operador .sidebar .nav-link:hover {
    background-color: #dcfce7;
    color: #166534;
}

.theme-operador .btn-primary {
    background-color: #16a34a;
    border-color: #16a34a;
}

.theme-operador .btn-primary:hover {
    background-color: #15803d;
    border-color: #15803d;
}

.operador-search-results {
    max-height: 240px;
    overflow-y: auto;
}

.operador-search-item {
    cursor: pointer;
}

.operador-add-hint {
    background: #dcfce7;
    color: #166534;
    border: 1px dashed #86efac;
}

.sidebar {
    width: 240px;
    min-height: 100vh;
    position: sticky;
    top: 0;
}

.sidebar .nav-link {
    color: #4b5563;
    border-radius: 8px;
    margin: 4px 0;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
    background-color: #e7f1ff;
    color: #0d6efd;
}

.card {
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.table thead th {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Tono distinto para saldo positivo (ganancia) */
.text-emerald {
    color: #0d9488 !important;
}
