body { 
    font-family: 'Inter', sans-serif; 
    background-color: #f8fafc; 
    color: #1e293b; 
}

.card { 
    border-radius: 20px; 
    border: none; 
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); 
}

.glass-stat { 
    background: white; 
    border-left: 4px solid #4f46e5; 
}

.btn-primary { 
    background: #4f46e5; 
    border: none; 
    border-radius: 12px; 
    padding: 12px; 
    font-weight: 600; 
}

.form-control { 
    border-radius: 10px; 
    border: 1px solid #e2e8f0; 
    padding: 10px 15px; 
}

.progress { 
    height: 6px; 
    border-radius: 10px; 
    background: #e2e8f0; 
}

.badge-asset { 
    font-family: 'monospace'; 
    letter-spacing: 1px; 
    font-weight: 700; 
}

.table thead th { 
    font-size: 11px; 
    text-transform: uppercase; 
    color: #64748b; 
    padding: 15px; 
}

.x-small {
    font-size: 0.75rem;
}

.bg-indigo {
    background-color: #6610f2;
}