.db-principal { background: #f8f9fa; padding: 15px; border-radius: 12px; margin-bottom: 25px; }
.db-fila-box {
    background: #fff; border-radius: 15px; padding: 20px; border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,.05); transition: transform .2s, box-shadow .2s; min-width: 180px;
}
.db-fila-box:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,.1); }
.dbfb-tit { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #6c757d; }
.dbfb-val { font-size: 24px; font-weight: 700; color: #2d3748; margin: 10px 0; }
.icon-box { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.bg-light-primary { background: #e0e7ff; color: #4338ca; }
.bg-light-success { background: #dcfce7; color: #15803d; }
.bg-light-warning { background: #fef9c3; color: #a16207; }
.bg-light-info    { background: #e0f2fe; color: #0369a1; }
.bg-light-danger  { background: #fee2e2; color: #b91c1c; }
