@media (min-width:1024px){#desktop-side-panel{transform:translateX(100%);transition:transform 0.45s ease;z-index:9999}#desktop-side-panel.open{transform:translateX(0)}#desktop-hamburger{ cursor:pointer; font-size:28px;transition:transform 0.3s ease;z-index:10000;cursor:pointer}#desktop-hamburger.active{transform:rotate(90deg)}#side-overlay{position:fixed;inset:0;background:transparent;z-index:9998;display:none}#side-overlay.active{display:block}}#gallery-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:999;display:none}#gallery-overlay.active{display:block}#gallery-popup{display:none;background:#ffffff;z-index:1000;padding:20px;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,0.35)}#gallery-popup.active{display:block}#gallery-popup-close{text-align:right;font-size:22px;cursor:pointer;color:#111111!important}#gallery-popup-desc{color:#222222!important;font-size:16px;line-height:1.6;max-height:500px;overflow-y:auto;padding-right:10px;height:80%}#gallery-popup-desc::-webkit-scrollbar{width:6px}#gallery-popup-desc::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.3);border-radius:6px}#gallery-popup-desc::-webkit-scrollbar-track{background:transparent}#gallery-popup img{filter:brightness(1) contrast(1) saturate(1)!important;opacity:1!important;mix-blend-mode:normal!important}