#scene-shop { max-width:1000px; }
.shop-intro { text-align:center; }
.shop-intro h2 { font:400 30px/1.6 'Pridi',serif; color:#eee8d8; margin:10px 0; }
.shop-intro p { color:#b9cabe; font-size:16px; line-height:1.8; }
.shop-preview-notice { padding:16px 20px; border:1px solid #d8c49d45; border-radius:14px; background:#18302ed9; font-size:15px; color:#b9cabe; }
.shop-preview-notice strong { color:#e1cfaa; font-weight:500; }
.shop-preview-notice p { margin-top:4px; }
#shop-products { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.shop-product { overflow:hidden; border-radius:16px; background:#17302ddf; border:1px solid #d8c49d30; }
.shop-artwork { padding:20px 20px 0; text-align:center; }
.shop-artwork img { width:100%; max-height:300px; object-fit:contain; border-radius:8px; }
.shop-artwork-set { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); align-items:center; gap:12px; padding:28px; }
.shop-artwork-set img { width:100%; max-height:none; }
.shop-bundle { grid-column:1/-1; }
.shop-product-body { padding:22px; }
.shop-eyebrow { color:#c8b481; font-size:11px; letter-spacing:1.6px; }
.shop-product h3 { font:400 22px/1.6 'Pridi',serif; color:#eee8d8; margin:6px 0; }
.shop-product p { color:#b9cabe; font-size:15px; line-height:1.8; }
.shop-price { font-size:24px; color:#e1cfaa; margin:16px 0; }
.shop-price small { font:13px 'Sarabun',sans-serif; color:#a8bfb2; margin-left:12px; }
.shop-details { width:100%; padding:12px; font-size:16px; }
.shop-footnote { text-align:center; font-size:14px; color:#a8bfb2; line-height:1.8; }
#shop-preview-dialog { width:min(460px,calc(100% - 32px)); margin:auto; padding:32px 24px; border:1px solid #d8c49d60; border-radius:18px; background:#17302e; color:#eee8d8; max-height:90dvh; overflow:auto; }
#shop-preview-dialog::backdrop { background:#091c1deb; backdrop-filter:blur(6px); }
#shop-preview-close { position:absolute; top:8px; right:8px; width:44px; height:44px; color:#b9cabe; }
#shop-preview-title { font:400 24px/1.6 'Pridi',serif; margin:12px 0; }
#shop-preview-items { list-style:none; padding:0; margin:18px 0; }
#shop-preview-items li { display:flex; justify-content:space-between; gap:12px; font-size:16px; padding:12px 0; border-bottom:1px solid #d8c49d20; }
#shop-preview-items span { color:#c8b481; font-size:12px; }
#shop-preview-price { font-size:22px; color:#e1cfaa; }
.shop-dialog-note { font-size:14px; color:#b9cabe; line-height:1.8; margin:18px 0; }
#shop-preview-dialog button:disabled { width:100%; padding:12px; opacity:.5; cursor:not-allowed; }
.game-bottom-dock { gap:20px; }
@media(max-width:640px) {
 #shop-products { gap:16px; }
 .shop-artwork { padding:12px 12px 0; }
 .shop-artwork-set { padding:16px; gap:7px; }
 .shop-product-body { padding:14px; }
 .shop-product h3 { font-size:18px; }
 .shop-product p { font-size:14px; }
 .shop-price { font-size:22px; }
 .shop-price small { display:block; margin:0; font-size:12px; }
 .shop-details { font-size:14px; }
 .game-bottom-dock { gap:0; }
 .game-tab-label { font-size:12px; }
}

.shop-product { display:flex; flex-direction:column; }
.shop-product-body { display:flex; flex-direction:column; flex:1; }
.shop-price { margin-top:auto; padding-top:16px; }
