.ugc-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:12px;gap:12px}@media(max-width:576px){.ugc-gallery{grid-template-columns:repeat(2,1fr);gap:8px}}.ugc-gallery__item{position:relative;overflow:hidden;border-radius:8px;border:none;padding:0;cursor:pointer;background:transparent;aspect-ratio:1/1}.ugc-gallery__item:hover .ugc-gallery__overlay{opacity:1}.ugc-gallery__item:hover .ugc-gallery__image{transform:scale(1.05)}.ugc-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.ugc-gallery__overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:flex-end;justify-content:flex-start;padding:12px;opacity:0;transition:opacity .3s ease}.ugc-gallery__username{color:#fff;font-size:.85rem;font-weight:600}.ugc-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:9999;padding:1rem}.ugc-modal-nav,.ugc-modal-overlay{display:flex;align-items:center;justify-content:center}.ugc-modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #ddd;border-radius:50%;width:44px;height:44px;font-size:1.8rem;line-height:1;cursor:pointer;color:#333;z-index:10;transition:box-shadow .2s}.ugc-modal-nav:hover{box-shadow:0 2px 8px rgba(0,0,0,.15)}.ugc-modal-nav--prev{left:12px}.ugc-modal-nav--next{right:12px}@media(max-width:768px){.ugc-modal-nav{width:36px;height:36px;font-size:1.4rem}.ugc-modal-nav--prev{left:6px}.ugc-modal-nav--next{right:6px}}.ugc-modal{background:#fff;border-radius:12px;max-width:960px;width:100%;max-height:90vh;overflow:hidden;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3)}.ugc-modal__close{position:absolute;top:8px;right:12px;background:#fff;border:1px solid #ddd;border-radius:50%;width:36px;height:36px;font-size:1.5rem;cursor:pointer;color:#555;z-index:2;display:flex;align-items:center;justify-content:center;line-height:1}.ugc-modal__close:hover{color:#000;border-color:#999}.ugc-modal__body{display:flex}@media(max-width:768px){.ugc-modal__body{flex-direction:column;max-height:90vh;overflow-y:auto}}.ugc-modal__image-col{flex:0 0 55%;max-width:55%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.ugc-modal__image-col{flex:none;max-width:100%}}.ugc-modal__image{width:100%;max-height:80vh;object-fit:contain;display:block}@media(max-width:768px){.ugc-modal__image{max-height:50vh}}.ugc-modal__info-col{flex:1 1;padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}@media(max-width:768px){.ugc-modal__info-col{padding:1.25rem;text-align:center}}.ugc-modal__username{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1rem;color:#333;text-decoration:none}.ugc-modal__username:hover{color:#e1306c}@media(max-width:768px){.ugc-modal__username{justify-content:center}}.ugc-modal__caption{color:#555;font-size:.9rem;line-height:1.6;margin:0}@media(max-width:768px){.ugc-modal__caption{text-align:center}}.ugc-modal__shop{margin-top:auto;padding-top:1rem;border-top:1px solid #eee}.ugc-modal__shop-title{font-size:1rem;font-weight:700;color:#333;margin:0 0 .75rem;text-align:center}.ugc-modal__products{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ccc transparent}.ugc-modal__products::-webkit-scrollbar{height:4px}.ugc-modal__products::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.ugc-modal__product-card{flex:0 0 140px;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#333;transition:transform .2s}.ugc-modal__product-card:hover{transform:translateY(-2px)}@media(max-width:768px){.ugc-modal__product-card{flex:0 0 120px}}.ugc-modal__product-img{width:120px;height:120px;object-fit:contain;border-radius:8px;background:#f9f9f9;margin-bottom:8px}.ugc-modal__product-img--placeholder{background:#eee}@media(max-width:768px){.ugc-modal__product-img{width:100px;height:100px}}.ugc-modal__product-name{font-size:.8rem;text-align:center;line-height:1.3;color:#555;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}