.deck-purchase{margin-top:20px;max-width:440px;padding:18px 20px;border:1px solid #615030;border-radius:16px;background:linear-gradient(135deg,rgba(216,177,91,.08),rgba(17,22,32,.9))}
.deck-price-heading{display:flex;flex-direction:column;gap:4px}
.deck-price-heading>span,.gallery-price>span{font-size:12px;color:#bdc4cf}
.deck-price-heading strong{font-size:36px;line-height:1.15;letter-spacing:-.04em;color:#f1cf84;font-variant-numeric:tabular-nums}
.deck-price-heading strong small,.gallery-price strong small{font-size:12px;letter-spacing:0;font-weight:600;color:#bdc4cf}
.deck-hero-copy .deck-purchase .price-source{font-size:12px;margin:7px 0 14px;color:var(--muted)}
.deck-purchase .buy-deck{width:100%}
.purchase-secondary{display:flex;justify-content:space-between;gap:16px;margin-top:12px}
.purchase-secondary button{border:0;background:none;padding:0;cursor:pointer}
.purchase-secondary .text-link{font-size:12px}
.deck-hero-copy .deck-purchase .affiliate-note{font-size:11px;color:var(--muted);line-height:1.5;margin:14px 0 0}
.copy-status{display:block;font-size:12px;color:#c2decf}
.copy-status:empty{display:none}
.gallery-price{margin-top:16px;display:grid;gap:2px}
.gallery-price strong{font-size:27px;line-height:1.2;color:#f1cf84;font-variant-numeric:tabular-nums}
.gallery-price>small{font-size:11px;color:var(--muted)}
.deck-price-section{padding:16px 0 0}
.price-details{border:1px solid var(--line);border-radius:14px;background:rgba(17,22,32,.65);scroll-margin-top:96px}
.price-details>summary{padding:17px 20px;cursor:pointer;font-size:15px;font-weight:700}
.price-details>summary span{float:right;color:var(--muted);font-size:12px;font-weight:400}
.price-details-body{padding:0 20px 20px}
.price-details-body>p,.deck-export>p{font-size:13px;color:var(--muted);max-width:850px}
.price-table-wrap{overflow-x:auto}
.price-table{width:100%;border-collapse:collapse;font-size:13px;font-variant-numeric:tabular-nums}
.price-table caption{text-align:left;font-size:12px;color:var(--muted);padding:12px 0}
.price-table th,.price-table td{padding:11px 9px;border-bottom:1px solid var(--line);text-align:left}
.price-table thead th{color:var(--muted);font-size:12px}
.price-table tbody th{font-weight:600}
.price-table tbody th small{display:block;color:var(--muted);font-size:11px;font-weight:400;margin-top:3px}
.price-table tbody a{color:#f1cf84}
.price-table a:hover{text-decoration:underline}
.price-table td:nth-last-child(-n+2),.price-table thead th:nth-last-child(-n+2){text-align:right;white-space:nowrap}
.price-table tfoot td{text-align:right;font-weight:800;color:#f1cf84;white-space:nowrap}
.deck-export{margin-top:20px;font-size:13px}
.deck-export summary{cursor:pointer;color:#f1cf84}
.deck-export textarea{display:block;width:100%;height:200px;padding:12px;background:#080a0f;border:1px solid var(--line);border-radius:8px;color:var(--text);font:12px/1.6 ui-monospace,monospace;resize:vertical}
.deck-preview-dialog{max-height:calc(100dvh - 32px);overflow-y:auto;overflow-x:hidden;padding:6px 6px 16px}
.deck-preview-dialog .deck-preview-close{top:8px;right:8px;z-index:2}
.deck-preview-dialog>img{max-height:58dvh;max-width:100%;object-fit:contain;flex-shrink:0}
.deck-preview-dialog .deck-preview-name{margin-top:8px;font-size:12px}
.card-commerce{display:grid;justify-items:center;gap:7px;text-align:center;width:100%;background:rgba(8,10,15,.96);padding:8px 12px;border-radius:12px}
.card-commerce:empty{display:none}
.card-commerce .card-price{margin:0;font-size:13px;color:#f1cf84}
.card-commerce small{font-size:10px;color:var(--muted)}
.card-commerce .button{min-height:40px;padding:8px 14px;font-size:13px}
@media(max-width:600px){
 .deck-purchase{max-width:none;padding:16px}
 .deck-price-heading strong{font-size:32px}
 .price-details>summary{padding:15px;font-size:14px}
 .price-details>summary span{display:none}
 .price-details-body{padding:0 12px 16px}
 .price-table{font-size:12px}
 .price-table th,.price-table td{padding:9px 5px}
 .price-table th:nth-child(2){min-width:130px}
}
