.pyr { display: flex; flex-direction: column; align-items: center; gap: 2px; margin: 8px 0; }
.pyr-row { display: flex; gap: 2px; }
.pcard { width: 30px; height: 42px; border-radius: 5px; background: #fff; color: #222; border: 1px solid #ccc; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; cursor: pointer; }
.pcard.red { color: #e23b3b; }
.pcard.gone { visibility: hidden; }
.pcard.sel { outline: 3px solid var(--mint, #3ddc97); }
.pcard.cov { opacity: .35; cursor: default; }
.pyr-waste { display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 8px; min-height: 44px; }
.wcard { width: 40px; height: 56px; border-radius: 6px; background: #fff; color: #222; border: 1px solid #ccc; display: flex; align-items: center; justify-content: center; font-weight: 800; cursor: pointer; }
.wcard.red { color: #e23b3b; }
.wcard.sel { outline: 3px solid var(--mint, #3ddc97); }
.wcard.stock { background: #eef; border-style: dashed; }
