/* Final launch polish */
.phone-image-wrap,.offer-image-wrap,.card-img-wrap{background:#f8fafc;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:18px 18px 0 0;min-height:220px}
.phone-img,.offer-card img,.phone-card img{object-fit:contain!important;background:#f8fafc;max-width:100%;max-height:260px;transition:transform .25s ease}
.offer-card:hover .phone-img,.phone-card:hover .phone-img{transform:scale(1.025)}
.sell-upload-box{border:2px dashed #cbd5e1;background:#f8fafc;border-radius:18px;padding:18px;transition:.2s}
.sell-upload-box:focus-within{border-color:#2563eb;background:#eff6ff}
.sell-image-preview{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:12px!important}
.sell-preview-item{border:1px solid #e2e8f0;background:#fff;border-radius:16px;padding:8px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.sell-preview-item img{width:100%;height:110px;object-fit:contain;background:#f8fafc;border-radius:12px;border:1px solid #eef2f7}
.sell-preview-meta{display:flex;flex-direction:column;gap:2px;font-size:11px;color:#64748b;margin:6px 0;min-height:40px;overflow:hidden}
.sell-preview-meta strong{font-size:11px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.offer-detail-hero{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;border-radius:26px;padding:24px;margin-bottom:18px}
.offer-detail-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:20px}
.offer-detail-image{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;min-height:380px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.offer-detail-image img{max-width:100%;max-height:420px;object-fit:contain}
.gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.gallery-thumbs button{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:4px}.gallery-thumbs img{width:78px;height:78px;object-fit:contain;background:#f8fafc;border-radius:10px}
.report-box{border:1px solid #fee2e2;background:#fff7f7;border-radius:18px;padding:16px}.filters-panel{border:1px solid #e2e8f0;background:#fff;border-radius:20px;padding:16px;margin-bottom:16px;box-shadow:0 8px 30px rgba(15,23,42,.05)}
.empty-state{background:#fff;border:1px dashed #cbd5e1;border-radius:20px;padding:28px;text-align:center;color:#64748b}.admin-table-img{width:76px;height:76px;object-fit:contain;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.store-logo-clean{width:100px;height:100px;border-radius:26px;background:linear-gradient(135deg,#e0f2fe,#dcfce7);display:flex;align-items:center;justify-content:center;font-size:44px;margin:auto;color:#0f172a}
@media(max-width:768px){.offer-detail-grid{grid-template-columns:1fr}.offer-detail-image{min-height:260px}.phone-image-wrap,.offer-image-wrap{min-height:190px}.sell-image-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}
