.shop-item-card{position:relative;min-width:200px;max-width:200px;background:linear-gradient(160deg,#0f1724,#162033 50%,#111926);border-radius:14px;overflow:hidden;border:1px solid rgba(46,67,103,.25);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease,border-color .3s ease;flex-shrink:0}.shop-item-card:before{content:"";position:absolute;inset:0;border-radius:14px;background:linear-gradient(135deg,rgba(236,8,136,.06),transparent 40%,transparent 60%,rgba(3,198,247,.04));opacity:0;transition:opacity .3s ease;z-index:1;pointer-events:none}.shop-item-card:hover:before{opacity:1}.shop-item-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 40px rgba(236,8,136,.12),0 6px 20px rgba(3,198,247,.07),0 2px 8px rgba(0,0,0,.3);border-color:rgba(236,8,136,.3)}.shop-item-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;position:relative;z-index:2;background:transparent;border:none;padding:0;width:100%;text-align:left;font-family:inherit;cursor:pointer}.shop-item-card-image-wrapper{position:relative;width:100%;aspect-ratio:1;background:linear-gradient(180deg,#080c14,#0c1220);overflow:hidden}.shop-item-card-image-wrapper img{width:100%;height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.34,1.56,.64,1);padding:12px}.shop-item-card:hover .shop-item-card-image-wrapper img{transform:scale(1.08)}.shop-item-card-image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30px;background:linear-gradient(0deg,#0f1724,transparent);pointer-events:none}.shop-item-card-condition{position:absolute;top:10px;right:10px;padding:3px 9px;border-radius:8px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;z-index:3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.shop-item-card-condition.new{background:linear-gradient(135deg,rgba(3,198,247,.85),rgba(24,67,154,.85));color:#fff;box-shadow:0 2px 8px rgba(3,198,247,.25)}.shop-item-card-condition.used{background:rgba(46,67,103,.7);color:#b7c5de}.shop-item-card-info{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1 1}.shop-item-card-title{font-size:.8rem;font-weight:500;color:#b7c5de;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0;transition:color .2s}.shop-item-card:hover .shop-item-card-title{color:#dce4f0}.shop-item-card-price{font-size:1.1rem;font-weight:700;color:#f0f8ff;margin:auto 0 0;display:flex;align-items:baseline;gap:2px}.shop-item-card-price span{font-size:.7rem;font-weight:500;color:#576a8c}.shop-item-card-external{position:absolute;bottom:14px;right:14px;width:24px;height:24px;border-radius:6px;background:rgba(236,8,136,.15);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;color:#ec0888;font-size:.65rem;z-index:3}.shop-item-card:hover .shop-item-card-external{opacity:1;transform:translateY(0)}@media (max-width:768px){.shop-item-card{min-width:165px;max-width:165px;border-radius:12px}.shop-item-card-title{font-size:.75rem}.shop-item-card-price{font-size:1rem}.shop-item-card-info{padding:10px 12px}}@media (max-width:480px){.shop-item-card{min-width:145px;max-width:145px}}.shop-item-modal-overlay{background-color:rgba(10,15,25,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9998;animation:fadeInOverlay .25s ease-out forwards}.shop-item-modal-container,.shop-item-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh}.shop-item-modal-container{display:flex;justify-content:center;align-items:center;z-index:9999;padding:1.5rem;pointer-events:none}.shop-item-modal-content{background:linear-gradient(160deg,#0f1724,#162033 50%,#111926);border:1px solid rgba(46,67,103,.4);border-radius:20px;width:100%;max-width:850px;max-height:90vh;position:relative;pointer-events:auto;box-shadow:0 25px 50px rgba(0,0,0,.5),inset 0 0 0 1px hsla(0,0%,100%,.05);animation:slideUpModal .4s cubic-bezier(.16,1,.3,1) forwards;overflow-y:auto;display:flex;flex-direction:column}.shop-item-modal-content::-webkit-scrollbar{width:8px}.shop-item-modal-content::-webkit-scrollbar-track{background:transparent}.shop-item-modal-content::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:4px}.shop-item-modal-close{position:absolute;top:1.25rem;right:1.25rem;background:rgba(15,23,36,.6);border:1px solid hsla(0,0%,100%,.1);color:#a0aec0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.shop-item-modal-close:hover{background:rgba(236,8,136,.15);color:#fff;border-color:rgba(236,8,136,.4);transform:scale(1.05)}.shop-item-modal-body{display:flex;flex-direction:column;min-height:400px}@media (min-width:768px){.shop-item-modal-body{flex-direction:row}}.shop-item-modal-gallery{display:flex;flex-direction:column;width:100%}@media (min-width:768px){.shop-item-modal-gallery{width:45%;border-right:1px solid rgba(46,67,103,.4)}}.shop-item-modal-image-wrapper{position:relative;width:100%;background:linear-gradient(180deg,#080c14,#0c1220);display:flex;align-items:center;justify-content:center;padding:3rem 2rem;min-height:250px;flex:1 1}.shop-item-modal-image{max-width:100%;max-height:350px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));transition:transform .4s ease}.shop-item-modal-image-wrapper:hover .shop-item-modal-image{transform:scale(1.05)}.shop-item-modal-thumbnails{display:flex;gap:8px;padding:1rem;overflow-x:auto;background:#0c1220;border-top:1px solid rgba(46,67,103,.4)}.shop-item-modal-thumbnails::-webkit-scrollbar{height:6px}.shop-item-modal-thumbnails::-webkit-scrollbar-track{background:transparent}.shop-item-modal-thumbnails::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:4px}.shop-item-modal-thumb{width:60px;min-width:60px;height:60px;border-radius:6px;background:#080c14;border:2px solid transparent;padding:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.shop-item-modal-thumb img{max-width:100%;max-height:100%;object-fit:contain}.shop-item-modal-thumb:hover{border-color:hsla(0,0%,100%,.2)}.shop-item-modal-thumb.active{border-color:#ec0888;background:rgba(236,8,136,.1)}.shop-item-modal-condition{position:absolute;top:1.5rem;left:1.5rem;padding:4px 12px;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.shop-item-modal-condition.new{background:linear-gradient(135deg,rgba(3,198,247,.85),rgba(24,67,154,.85));box-shadow:0 4px 10px rgba(3,198,247,.25);border:1px solid rgba(3,198,247,.4)}.shop-item-modal-condition.used{background:rgba(46,67,103,.7);color:#b7c5de;border:1px solid rgba(183,197,222,.2)}.shop-item-modal-info{padding:2.5rem;display:flex;flex-direction:column;flex:1 1;max-height:100%}@media (min-width:768px){.shop-item-modal-info{width:55%}}.shop-item-modal-title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;line-height:1.35;color:#e2e8f0}.shop-item-modal-price{font-size:2.75rem;font-weight:800;color:#fff;margin:0 0 1.5rem;display:flex;align-items:flex-start;gap:.35rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}.shop-item-modal-price span{font-size:1.25rem;margin-top:.6rem;color:#a0aec0;font-weight:600}.shop-item-modal-divider{border:none;border-top:1px solid hsla(0,0%,100%,.08);margin:0 0 1.5rem;width:100%}.shop-item-modal-description-wrapper{flex:1 1;overflow-y:auto;margin-bottom:2rem;padding-right:8px}.shop-item-modal-description-wrapper::-webkit-scrollbar{width:6px}.shop-item-modal-description-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:4px}.shop-item-modal-description-wrapper::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:4px}.shop-item-modal-description-wrapper::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.2)}.shop-item-modal-description{font-size:.95rem;color:#a0aec0;line-height:1.6;margin:0}.whitespace-pre-line{white-space:pre-line}.shop-item-modal-actions{margin-top:auto}.shop-item-modal-buy-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#ffe000,#ffb300);color:#1a1a1a;font-weight:700;font-size:1.1rem;border-radius:12px;text-decoration:none;border:none;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 6px 20px rgba(255,224,0,.25);position:relative;overflow:hidden}.shop-item-modal-buy-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);transition:left .5s ease}.shop-item-modal-buy-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(255,224,0,.4);color:#000}.shop-item-modal-buy-button:hover:before{left:100%}.shop-item-modal-buy-button svg{transition:transform .2s ease}.shop-item-modal-buy-button:hover svg{transform:translateX(4px)}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideUpModal{0%{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}