.marketShop{height:100%;display:flex;flex-direction:column;background-size:cover;background-position:center;border-radius:9px;padding:16px;gap:12px}
#stage .marketShop .marketOffers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;flex:1;min-height:0;padding:0;background:none}
#stage .marketShop .saleOffer{display:flex;flex-direction:column;min-height:0;padding:12px;background:#08232dde;border:1px solid #ead19888;border-radius:8px;gap:8px;text-align:center}
#stage .marketShop .saleOffer>img{width:100%;height:130px;object-fit:contain;flex-shrink:0}
#stage .marketShop .saleOffer>div{flex:1;min-height:0}#stage .marketShop .saleOffer b{font-size:27px;line-height:1.3}#stage .marketShop .saleOffer p{font-size:25px;margin:8px 0}
#stage .marketShop .saleOffer button{font-size:26px!important;min-height:52px!important;padding:8px 18px!important;width:100%;flex-shrink:0}
.marketNote{font-size:23px;color:#fff2ce;text-align:center;margin:0;flex:none}.marketShop .marketOffers>p{font-size:28px;grid-column:1/-1;text-align:center;color:white}
#modal:has(.marketShop) #modalFooter{gap:8px}#stage #modal:has(.marketShop) #modalFooter button{padding:10px 14px;font-size:23px}
