.psig-image-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}.psig-image-grid img{width:100%;height:auto;object-fit:cover;border-radius:8px;cursor:pointer}.psig-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgb(0 0 0 / .9);z-index:10000;align-items:center;justify-content:center;overflow-y:auto;-webkit-overflow-scrolling:touch}.psig-modal{max-height:100vh;box-sizing:border-box}.psig-modal-content{max-width:90%;max-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 0}.psig-modal-content img{width:100%;height:auto;max-height:80vh;object-fit:contain;border-radius:8px}.psig-modal-buttons{margin-top:15px;display:flex;justify-content:center;gap:20px;padding-bottom:20px}.psig-modal-buttons button,.psig-modal-buttons a{padding:10px 20px;font-size:16px;border:none;border-radius:4px;cursor:pointer;text-decoration:none;color:#fff;font-family:'Satoshi',sans-serif}.psig-back-btn{background-color:#333}.psig-download-btn{background-color:#d2122e}.psig-back-btn:hover{background-color:#555}.psig-download-btn:hover{background-color:#b10e1e}@media (max-width:768px){.psig-image-grid{grid-template-columns:repeat(2,1fr)}.psig-modal-content{max-width:95%;max-height:85vh}.psig-modal-content img{max-height:75vh}}@media (max-width:480px){.psig-image-grid{grid-template-columns:1fr}.psig-modal-content{max-width:98%;max-height:80vh;padding:10px 0}.psig-modal-content img{max-height:70vh}.psig-modal-buttons{flex-direction:column;gap:10px;padding-bottom:15px}}.dark .psig-modal{background-color:rgb(0 0 0 / .95)}.dark .psig-back-btn{background-color:#1a1a1a}.dark .psig-back-btn:hover{background-color: #333}