/* Performance360 — minimal overrides on top of Bootstrap 5.
   Per Build Book §3.5, the frontend presents information only;
   this file intentionally contains no logic. */

body {
    background-color: #F8FAFC;
}

/* Opt-in soft-card style (Pulso Operacional's manager-facing redesign)
   - rounded corners, very soft shadow, no dark header blocks. Applied
   via class, not globally, so existing pages are unaffected unless a
   future decision extends this look everywhere. */
.card-soft {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.card-soft .card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 600;
    color: #334155;
}
