/* Item finishes: fixed geometry, paint-only previews and a saved purchase choice. */
.paint-modal{width:min(1000px,calc(100% - 36px));max-width:1000px;padding:26px;max-height:calc(100dvh - 36px)}
.paint-modal .modal-head{margin-bottom:22px}.paint-modal .modal-head h2{font-size:24px}
.paint-configurator{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,1fr);gap:32px;align-items:stretch}
.paint-showroom{min-width:0;border-radius:14px;border:1px solid #334955;background:radial-gradient(ellipse at 50% 48%,color-mix(in srgb,var(--paint) 18%,#1a2d3a),#101d29 72%);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.paint-showroom-caption{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:21px 23px 0;font-size:10px;letter-spacing:.16em;color:#b9c9d3}.paint-showroom-caption .rarity{font-size:10px;letter-spacing:.04em}
#paint-preview{display:grid;place-items:center;flex:1;min-height:0}.paint-showroom .product-art{width:100%;height:auto;max-width:500px;aspect-ratio:1;transform:none}.paint-showroom .standalone-art>img{padding:2%;object-fit:contain}
.paint-caption{padding:0 23px 23px;text-align:center;display:grid;gap:7px}.paint-caption>span{font-size:9px;letter-spacing:.18em;color:#91aaba}.paint-caption strong{font-size:17px;color:#f4f8fb}
.paint-title>small{text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:#8eabba}.paint-title h3{font-size:30px;line-height:1.15;margin:7px 0 10px}.paint-title p{font-size:13px;line-height:1.6;color:#a9bdca;margin:0 0 19px}
.paint-choices{border:0;margin:0;padding:0;min-width:0}.paint-choices legend{display:flex;justify-content:space-between;width:100%;font-size:13px;font-weight:600;margin-bottom:10px}.paint-choices legend>span{font-size:11px;color:#8199a9;font-weight:400}
.paint-options{display:grid;gap:8px}.paint-option{background:#0e1d28;border:1px solid #344b5a;border-radius:9px;display:flex;align-items:center;gap:13px;padding:10px 12px;width:100%;text-align:left;min-height:51px;font-size:13px;color:#c7d6df}.paint-option.selected{border-color:#a6ff72;background:#253827;color:#f5fff0;box-shadow:inset 0 0 0 1px #a6ff7233}.paint-option:hover:not(:disabled){background:#203643}.paint-option.selected:hover{background:#2b4130}
.paint-chip{height:30px;width:40px;border-radius:7px;background:linear-gradient(135deg,#ffffff66,transparent 47%),linear-gradient(135deg,var(--paint) 0 68%,var(--accent) 68%);box-shadow:inset 0 0 0 1px #ffffff45,0 3px 7px #0004;flex-shrink:0}.paint-check{margin-left:auto;width:18px;color:#a6ff72}.paint-check .icon{width:18px;height:18px}
.paint-price{margin-top:20px;border-top:1px solid #314653;padding-top:17px;display:flex;justify-content:space-between;align-items:center;gap:12px}.paint-price>span:first-child{font-size:12px;color:#a9bdca}.paint-price>.money{font-size:21px}.paint-included{font-size:11px;color:#8fa8b8;margin:5px 0 16px}.paint-purchase{min-height:49px}.paint-purchase-note{font-size:11px;line-height:1.5;color:#a0b5c3;text-align:center;margin:10px 0 0;min-height:17px}
.item-preview-button{display:block;background:transparent;border:0;padding:0;width:100%;border-radius:12px}.item-preview-button:hover:not(:disabled){filter:none;background:#ffffff03}.finish-preview-hint{display:flex;align-items:center;justify-content:center;gap:5px;margin:-10px 0 15px;color:#acbdc8;font-size:11px}.finish-preview-hint>i,.item-finish>i{display:inline-block;width:13px;height:13px;border-radius:50%;background:linear-gradient(135deg,var(--paint) 0 65%,var(--accent) 65%);box-shadow:inset 0 0 0 1px #ffffff55;flex-shrink:0}.finish-preview-hint>span{display:flex;align-items:center;margin-left:5px}.finish-preview-hint .icon{height:12px;width:12px;margin-left:2px}.item-finish{display:flex;gap:7px;align-items:center;justify-content:center;font-size:11px;line-height:1.4;color:#bacbd7;margin:7px 0 12px}.shop-item>.item-finish{justify-content:flex-start}.item-copy .item-finish{min-height:30px;margin:0 0 5px}.purchase-confirm .item-finish{margin-bottom:20px}
@media(min-width:761px) and (max-height:760px){.paint-modal{padding:22px}.paint-modal .modal-head{margin-bottom:16px}.paint-configurator{gap:25px}.paint-title p{margin-bottom:14px}.paint-option{min-height:46px;padding:8px 11px}.paint-price{margin-top:15px;padding-top:13px}.paint-included{margin-bottom:12px}}
@media(max-width:760px){.paint-modal{padding:18px;width:calc(100% - 22px);max-height:calc(100dvh - 22px)}.paint-modal .modal-head{margin-bottom:15px}.paint-configurator{grid-template-columns:1fr;gap:21px}.paint-showroom .product-art{max-width:300px}.paint-showroom-caption{padding:16px 17px 0}.paint-caption{padding:0 16px 17px}.paint-title h3{font-size:26px}.paint-title p{margin-bottom:17px}}
/* Keep the complete preview, finish names and checkout inside a laptop viewport. */
.paint-showroom .product-art{height:clamp(220px,calc(100dvh - 280px),430px);aspect-ratio:auto}
@media(max-width:760px){.paint-showroom .product-art{height:260px;max-width:340px}}
@media(max-width:760px){.paint-modal .modal-head{position:sticky;top:-18px;z-index:2;background:#111b26;padding:10px 0;margin-top:-10px}}

.paint-owned-label{display:block;color:#9cb0bf;font-size:10px;margin-top:3px;font-weight:400}
