.gallery-modal{max-height:90vh}.gallery-modal .ant-modal-content{overflow:hidden}.gallery-modal .ant-modal-body{scrollbar-width:none;-ms-overflow-style:none;max-height:calc(90vh - 110px);padding:16px;overflow-y:auto}.gallery-modal .ant-modal-body::-webkit-scrollbar{width:6px;height:6px}.gallery-modal .ant-modal-body::-webkit-scrollbar-track{background:0 0}.gallery-modal .ant-modal-body::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.gallery-modal .ant-modal-body::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:32px;width:100%;margin-bottom:16px;display:grid}.gallery-item{background-color:#f0f0f0;border-radius:12px;min-height:150px;position:relative;overflow:hidden}.gallery-item-large{grid-area:span 2/span 2;min-height:300px}.gallery-image{object-fit:cover;cursor:pointer;width:100%;height:100%;transition:transform .3s}.gallery-image:hover{transform:scale(1.05)}.gallery-caption{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:rgba(0,0,0,.3);padding:8px 12px;font-size:14px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gallery-item:hover .gallery-caption{opacity:1}.ant-typography+.gallery-grid{margin-top:4px}@media (max-width:480px){.gallery-modal{max-height:100vh!important}.gallery-modal .ant-modal-content{border-radius:0;min-height:100vh}.gallery-modal .ant-modal-body{height:calc(100vh - 45px);max-height:calc(100vh - 45px);padding:12px}.gallery-grid{grid-template-columns:1fr;gap:24px}.gallery-item,.gallery-item-large{grid-area:span 1/span 1;height:200px}.gallery-modal .ant-modal{margin:0!important;padding:0!important;top:0!important}.gallery-modal .ant-modal-close{top:8px}.gallery-caption{opacity:1}}
