.mgw-grid{display:grid;gap:10px;width:100%}.mgw-cols-1{grid-template-columns:repeat(1,1fr)}.mgw-cols-2{grid-template-columns:repeat(2,1fr)}.mgw-cols-3{grid-template-columns:repeat(3,1fr)}.mgw-cols-4{grid-template-columns:repeat(4,1fr)}.mgw-cols-5{grid-template-columns:repeat(5,1fr)}@media (max-width:1024px){.mgw-cols-5{grid-template-columns:repeat(3,1fr)}.mgw-cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.mgw-cols-3,.mgw-cols-4,.mgw-cols-5{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.mgw-cols-2,.mgw-cols-3,.mgw-cols-4,.mgw-cols-5{grid-template-columns:1fr}}.mgw-item{position:relative;overflow:hidden;border-radius:4px;background:#f0f0f0;transition:transform 0.3s ease,box-shadow 0.3s ease}.mgw-item:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgb(0 0 0 / .13)}.mgw-item a{display:block;width:100%;text-decoration:none}.mgw-item img{display:block;width:100%;height:auto;transition:transform 0.4s ease}.mgw-item:hover img{transform:scale(1.04)}.mgw-caption{position:absolute;bottom:0;left:0;right:0;background:rgb(0 0 0 / .58);color:#fff;padding:9px 12px;font-size:13px;line-height:1.4;text-align:center;transform:translateY(100%);transition:transform 0.3s ease;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.mgw-item:hover .mgw-caption{transform:translateY(0)}@media (hover:none){.mgw-caption{transform:translateY(0);opacity:.9}}.mgw-empty-front{padding:30px;text-align:center;color:#999;font-size:14px;border:2px dashed #ddd;border-radius:8px}.mgw-lb-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .92);z-index:999999;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px;animation:mgwFadeIn 0.2s ease}@keyframes mgwFadeIn{from{opacity:0}to{opacity:1}}.mgw-lb-img-wrap{max-width:min(90vw, 1200px);max-height:80vh;display:flex;align-items:center;justify-content:center}.mgw-lb-img-wrap img{max-width:100%;max-height:80vh;width:auto;height:auto;border-radius:6px;display:block;box-shadow:0 20px 60px rgb(0 0 0 / .5)}.mgw-lb-caption{color:rgb(255 255 255 / .8);margin-top:14px;font-size:14px;text-align:center;max-width:600px}.mgw-lb-close{position:fixed;top:16px;right:18px;background:rgb(255 255 255 / .12);border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s;z-index:10}.mgw-lb-close:hover{background:rgb(255 255 255 / .25)}.mgw-lb-nav{position:fixed;top:50%;transform:translateY(-50%);background:rgb(255 255 255 / .12);border:none;color:#fff;width:46px;height:46px;border-radius:50%;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s;z-index:10}.mgw-lb-nav:hover{background:rgb(255 255 255 / .25)}.mgw-lb-prev{left:16px}.mgw-lb-next{right:16px}.mgw-lb-counter{position:fixed;top:20px;left:50%;transform:translateX(-50%);color:rgb(255 255 255 / .6);font-size:13px}@media (prefers-reduced-motion:reduce){.mgw-item,.mgw-item img,.mgw-caption{transition:none!important}.mgw-lb-overlay{animation:none}}