/* css/modules/cierres.css */

#cierres-container { display: flex; flex-direction: column; gap: 12px; padding: 14px; }

.cierre-card { border: 1px solid #e2e8f0; border-radius: 10px; padding: 12px 14px; background: #fff; }

.cierre-card-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

.cierre-card-titulo { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cierre-card-titulo strong { font-size: 0.9rem; color: #0f172a; }

.cierre-card-tag { font-size: 0.65rem; font-weight: 700; color: #10b981; background: #ecfdf5; border-radius: 20px; padding: 2px 9px; }
.cierre-card-tag--individual { color: #64748b; background: #f1f5f9; }

.cierre-card-actions { display: flex; gap: 8px; }
.btn-cierre-detalle, .btn-cierre-deshacer {
    font-size: 0.72rem; font-weight: 600; padding: 6px 12px; border-radius: 6px; border: none; cursor: pointer; font-family: inherit;
}
.btn-cierre-detalle { background: #f1f5f9; color: #334155; }
.btn-cierre-detalle:hover { background: #e2e8f0; }
.btn-cierre-deshacer { background: #fee2e2; color: #dc2626; }
.btn-cierre-deshacer:hover { background: #fecaca; }

.cierre-card-sums { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #e2e8f0; }
.cierre-card-sum { display: flex; flex-direction: column; gap: 2px; font-size: 0.68rem; color: #64748b; }
.cierre-card-sum strong { font-size: 0.85rem; color: #0f172a; }
.cierre-card-sum--highlight strong { color: #16a34a; }

.cierre-card-detalle { margin-top: 12px; overflow-x: auto; border-radius: 6px; border: 1px solid #f1f5f9; }
