.mw-gallery-wrapper{display:flex;justify-content:center;background:#000}.mw-gallery-container{margin:2rem 0}.mw-gallery-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:200;color:#1a1a2e;text-align:center;position:relative;padding-bottom:.75rem}.mw-gallery-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:0}.mw-gallery-grid,.mw-gallery-container .mw-gallery-grid{display:grid!important;justify-content:center}.mw-gallery-item{position:relative;overflow:hidden;border-radius:0;background:transparent;b_ox-shadow:0 4px 6px rgba(0,0,0,.07),0 10px 20px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;justify-content:center}.mw-gallery-item img{width:100%!important;height:100%!important;object-fit:cover!important;display:block;max-width:none!important}.mw-gallery-link{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;text-decoration:none;border-radius:0}.mw-gallery-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000,#0000001a,#0009);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease;border-radius:0}.mw-gallery-link:hover .mw-gallery-overlay{opacity:1}.mw-gallery-overlay-content{display:flex;flex-direction:column;align-items:center;justify-content:center;t_ransform:translateY(20px);t_ransition:transform .4s cubic-bezier(.25,.46,.45,.94)}.mw-gallery-link:hover .mw-gallery-overlay-content{transform:translateY(0)}.mw-gallery-icon{width:48px;height:48px;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));opacity:.9}.mw-lightbox-overlay{position:fixed;inset:0;background:#0a0a0ff7;z-index:9999;display:none;align-items:center;justify-content:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mw-lightbox-overlay.active{display:flex;animation:mwFadeIn .3s ease}@keyframes mwFadeIn{0%{opacity:0}to{opacity:1}}.mw-lightbox-content{position:relative;max-width:90vw;max-height:85vh;display:flex;flex-direction:column;align-items:center}.mw-lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 25px 80px #00000080;animation:mwImageIn .4s cubic-bezier(.25,.46,.45,.94)}@keyframes mwImageIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.mw-lightbox-title{color:#ffffffe6;font-size:1rem;font-weight:500;margin-top:1rem;text-align:center;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mw-lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.875rem;font-weight:500;background:#0006;padding:.5rem 1rem;border-radius:20px;backdrop-filter:blur(10px)}.mw-lightbox-close,.mw-lightbox-prev,.mw-lightbox-next{position:absolute;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:56px;height:56px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25,.46,.45,.94);z-index:10000}.mw-lightbox-close:hover,.mw-lightbox-prev:hover,.mw-lightbox-next:hover{background:#fff3;border-color:#fff6;transform:scale(1.1)}.mw-lightbox-close:active,.mw-lightbox-prev:active,.mw-lightbox-next:active{transform:scale(.95)}.mw-lightbox-close{top:24px;right:24px}.mw-lightbox-close svg,.mw-lightbox-prev svg,.mw-lightbox-next svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none}.mw-lightbox-prev,.mw-lightbox-next{top:50%;transform:translateY(-50%)}.mw-lightbox-prev:hover,.mw-lightbox-next:hover{transform:translateY(-50%) scale(1.1)}.mw-lightbox-prev:active,.mw-lightbox-next:active{transform:translateY(-50%) scale(.95)}.mw-lightbox-prev{left:24px}.mw-lightbox-next{right:24px}.mw-lightbox-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border:3px solid rgba(255,255,255,.1);border-top-color:#fffc;border-radius:50%;animation:mwSpin .8s linear infinite}@keyframes mwSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}@media(max-width:1024px){.mw-gallery-container.mw-gallery-style-standard .mw-gallery-grid{grid-template-columns:repeat(3,1fr)!important}.mw-gallery-container.mw-gallery-style-standard .mw-gallery-item{width:100%!important;aspect-ratio:1 / 1}.mw-gallery-container.mw-gallery-style-masonry .mw-gallery-grid{column-count:3!important;grid-template-columns:none!important}.mw-gallery-container.mw-gallery-style-polaroid .mw-gallery-grid,.mw-gallery-container.mw-gallery-style-cards .mw-gallery-grid{grid-template-columns:repeat(3,1fr)!important}.mw-gallery-container.mw-gallery-style-minimal .mw-gallery-grid{grid-template-columns:repeat(4,1fr)!important}.mw-gallery-container.mw-gallery-style-cinema .mw-gallery-grid{max-width:100%}}@media(max-width:768px){.mw-gallery-title{font-size:1.5rem}.mw-gallery-container.mw-gallery-style-standard .mw-gallery-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.mw-gallery-container.mw-gallery-style-standard .mw-gallery-item{width:100%!important;aspect-ratio:1 / 1}.mw-gallery-container.mw-gallery-style-masonry .mw-gallery-grid{column-count:2!important;grid-template-columns:none!important}.mw-gallery-container.mw-gallery-style-polaroid .mw-gallery-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.mw-gallery-container.mw-gallery-style-cards .mw-gallery-grid{grid-template-columns:repeat(2,1fr)!important}.mw-gallery-container.mw-gallery-style-minimal .mw-gallery-grid{grid-template-columns:repeat(3,1fr)!important}.mw-lightbox-prev,.mw-lightbox-next,.mw-lightbox-close{width:48px;height:48px}.mw-lightbox-prev svg,.mw-lightbox-next svg,.mw-lightbox-close svg{width:20px;height:20px}.mw-lightbox-prev{left:12px}.mw-lightbox-next{right:12px}.mw-lightbox-close{top:12px;right:12px}}@media(max-width:480px){.mw-gallery-container.mw-gallery-style-standard .mw-gallery-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.mw-gallery-container.mw-gallery-style-standard .mw-gallery-item{border-radius:12px;width:100%!important;aspect-ratio:1 / 1}.mw-gallery-container.mw-gallery-style-standard .mw-gallery-link,.mw-gallery-container.mw-gallery-style-standard .mw-gallery-overlay{border-radius:12px}.mw-gallery-icon{width:36px;height:36px}.mw-gallery-container.mw-gallery-style-masonry .mw-gallery-grid{column-count:2!important;grid-template-columns:none!important;gap:8px!important}.mw-gallery-container.mw-gallery-style-polaroid .mw-gallery-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.mw-gallery-container.mw-gallery-style-polaroid .mw-gallery-item{transform:rotate(0)!important}.mw-gallery-container.mw-gallery-style-cards .mw-gallery-grid{grid-template-columns:repeat(2,1fr)!important}.mw-gallery-container.mw-gallery-style-minimal .mw-gallery-grid{grid-template-columns:repeat(2,1fr)!important;grid-auto-rows:150px!important}.mw-lightbox-prev,.mw-lightbox-next{width:44px;height:44px}.mw-lightbox-close{width:40px;height:40px}}@media(prefers-reduced-motion:reduce){.mw-gallery-item,.mw-gallery-item img,.mw-gallery-overlay,.mw-gallery-overlay-content,.mw-lightbox-close,.mw-lightbox-prev,.mw-lightbox-next{transition:none}.mw-gallery-item:hover,.mw-gallery-item:hover img{transform:none}}
