/* One compact, accessible group summary per catalogue card. */
.cota-group-stat{min-width:0;width:100%;margin-top:12px;padding:10px;border:1px solid #dce2eb;border-radius:10px;background:#f6f8fc;color:#182230;font-size:12px;line-height:1.5;overflow-wrap:anywhere}
.cota-group-heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px 10px}
.cota-group-heading>strong{font-size:13px;font-weight:800;line-height:1.4}
.cota-group-status{max-width:100%;font-size:10px;line-height:1.5;font-weight:700;color:#2444b4;background:#e9eeff;padding:2px 6px;border-radius:4px}
.cota-group-status.is-complete{color:#126040;background:#e0f3e9}
.cota-group-summary{margin:9px 0 7px;color:#536174;font-size:12px;line-height:1.5}
.cota-group-bar{display:block;appearance:none;-webkit-appearance:none;width:100%;height:7px;padding:0;border:0;border-radius:20px;background:#dce2eb;color:#244bff;overflow:hidden}
.cota-group-bar::-webkit-progress-bar{background:#dce2eb;border-radius:20px}
.cota-group-bar::-webkit-progress-value{background:#244bff;border-radius:20px}
.cota-group-bar::-moz-progress-bar{background:#244bff;border-radius:20px}
.cota-group-bar.is-complete{color:#168052}
.cota-group-bar.is-complete::-webkit-progress-value{background:#168052}
.cota-group-bar.is-complete::-moz-progress-bar{background:#168052}
.cota-group-bar.is-unknown{background:#dce2eb}
.cota-group-remaining{margin:6px 0 0;color:#2444b4;font-size:12px;font-weight:700;line-height:1.5}
.cota-group-history{margin-top:8px;border-top:1px solid #dce2eb;color:#536174}
.cota-group-history>summary{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:44px;padding-top:4px;cursor:pointer;font-size:11px}
.cota-group-history>p{margin:0 0 5px;font-size:11px;line-height:1.5}
.cota-group-unknown>span{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 12px;font-size:10px}
.cota-group-unknown .cota-group-summary{margin:2px 0 0;font-size:10px}
.cota-group-history-label{font-weight:400;color:#536174}
.cota-group-history-label>strong{margin-left:4px}
.cota-group-history strong{color:#182230;font-size:13px;font-variant-numeric:tabular-nums}
@media(max-width:360px){.cota-group-stat{padding:11px}.cota-group-heading{gap:6px}.cota-group-status{font-size:10px}}
@media(forced-colors:active){.cota-group-stat,.cota-group-history{border-color:CanvasText}.cota-group-bar{border:1px solid CanvasText}.cota-group-status{border:1px solid CanvasText}}
