/* Custom Styles for IT Asset Manager */
body { 
    background-color: #f4f7f6; 
    font-family: 'Inter', sans-serif; 
}

.card { 
    border: none; 
    border-radius: 12px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); 
}

.btn-edit { 
    color: #0d6efd; 
    cursor: pointer; 
    transition: 0.2s; 
}

.btn-edit:hover { 
    color: #0a58ca; 
    transform: scale(1.1); 
}

.table thead th { 
    background-color: #f8f9fa; 
    text-transform: uppercase; 
    font-size: 0.75rem; 
    letter-spacing: 0.5px; 
}

.badge-category { 
    font-weight: 500; 
    padding: 0.5em 0.8em; 
}