.screenshot-gallery{display:flex;overflow-x:auto;gap:10px;padding:10px 0;scroll-behavior:smooth}.screenshot{width:160px;height:auto;border-radius:10px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.screenshot:hover{transform:scale(1.05);box-shadow:0 4px 10px rgba(0,0,0,.2)}.lightbox{display:none;position:fixed;z-index:9999;padding-top:60px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.9);text-align:center}.lightbox-content{margin:auto;max-width:90%;max-height:85vh;border-radius:10px}.lightbox-close{position:absolute;top:20px;right:35px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;transition:color .3s}.lightbox-close:hover{color:#ccc}
