/* CRM Clientes Convertidos - Main Styles */

* {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #333;
}

/* Utility Classes */
.crm-loading {
    text-align: center;
    color: #999;
    padding: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .crm-dashboard {
        border-radius: 0;
    }
}
