#__qvmodal { position: fixed; inset: 0; z-index: 9000; display: none }
#__qvmodal.open { display: flex; align-items: center; justify-content: center; padding: 20px }
#__qvmodal .qv-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.85) }
#__qvmodal .qv-box { position: relative; background: #0f172a; border: 1px solid #22d3ee; border-radius: 10px; max-width: 900px; width: 100%; max-height: 90vh; overflow: auto; z-index: 1; box-shadow: 0 10px 50px rgba(0,0,0,0.6) }
#__qvmodal .qv-close { position: absolute; top: 12px; right: 12px; background: rgba(15,23,42,0.95); color: #22d3ee; border: 1px solid #22d3ee; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-size: 20px; z-index: 2 }
#__qvmodal .qv-loading { padding: 60px; text-align: center; color: #94a3b8 }
.qv-content { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px }
.qv-images .qv-main { width: 100%; height: 300px; object-fit: cover; background: #0b1220; border-radius: 6px; cursor: zoom-in }
.qv-noimg { width: 100%; height: 300px; background: #0b1220; border-radius: 6px; display: flex; align-items: center; justify-content: center; color: #64748b }
.qv-thumbs { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap }
.qv-thumbs img { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; cursor: pointer; opacity: 0.7; transition: opacity 0.15s }
.qv-thumbs img:hover { opacity: 1 }
.qv-info h2 { color: #22d3ee; margin: 0 0 10px; font-size: 22px }
.qv-info .qv-price { color: #10b981; font-size: 30px; font-weight: 700; font-family: monospace }
.qv-info .qv-seller { color: #94a3b8; margin: 8px 0 }
.qv-info .qv-seller a { color: #22d3ee; text-decoration: none }
.qv-info .qv-meta { color: #64748b; font-size: 12px }
.qv-info .qv-desc { color: #e2e8f0; margin: 14px 0; line-height: 1.5; font-size: 14px }
.qv-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap }
.qv-btn { padding: 10px 18px; background: #1e293b; color: #22d3ee; border: 1px solid #334155; border-radius: 4px; text-decoration: none; font-weight: 700; cursor: pointer; font-size: 13px }
.qv-btn.primary { background: #22d3ee; color: #000 }
.qv-btn:hover { background: #22d3ee; color: #000 }
@media (max-width: 700px) {
    .qv-content { grid-template-columns: 1fr }
}
