/* Finance Module Styles */
.app-tab[data-type="income"].active {
    background-color: rgba(16, 185, 129, 0.08) !important;
    color: #059669 !important;
    border-bottom: 2px solid #10b981 !important;
}

.app-tab[data-type="expense"].active {
    background-color: rgba(239, 68, 68, 0.08) !important;
    color: #dc2626 !important;
    border-bottom: 2px solid #ef4444 !important;
}
