body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
    border-radius: 12px;
    transition: transform 0.2s;
}

.navbar-brand {
    font-weight: bold;
    letter-spacing: -0.5px;
}

/* Ajustes para Mobile */
@media (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    h2 {
        font-size: 1.5rem;
    }
}

.badge {
    font-weight: 500;
}

/* Custom colors for types */
.text-receita { color: #198754; }
.text-despesa { color: #dc3545; }

.table-responsive {
    border-radius: 12px;
}

#btn-install {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 991.98px) {
    #install-container {
        margin-bottom: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    #btn-install {
        width: 100%;
        justify-content: center;
    }
}
