.gallery-detail-page-container{padding:0 100px 200px;margin-top:calc(var(--header-height) + 36px);position:relative}.gallery-detail-page-header{padding-bottom:50px;border-bottom:1px solid rgba(18,104,251,.3)}.gallery-detail-page-header .section-header-back-btn-container{display:inline-flex;align-items:center;gap:8px;position:static}.section-header-back-btn-container img{border-radius:8px;border:1px solid #e3e7fc;background:#fff}.section-header-back-btn-text{color:#000;font-size:14px;font-weight:500}.gallery-detail-page-title{width:60%;margin-top:24px;color:#000;font-size:40px;font-style:normal;font-weight:700;line-height:normal}.gallery-detail-page-list{margin-top:50px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.gallery-detail-page-list-item{border-radius:12px;overflow:hidden;width:100%;height:100%;aspect-ratio:1.33/1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.gallery-detail-page-list-item:hover{transform:scale(1.02);box-shadow:0 8px 25px rgba(0,0,0,.15)}.gallery-detail-page-list-item img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.gallery-detail-page-list-item:hover img{transform:scale(1.05)}@media (max-width:1280px){.gallery-detail-page-container{padding:0 60px 100px}.gallery-detail-page-title{font-size:28px;width:80%}}@media (max-width:900px){.gallery-detail-page-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.gallery-detail-page-list{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:29px}.gallery-detail-page-header .section-header-back-btn-container{margin:0}.gallery-detail-page-container{padding:0 16px 100px}.gallery-detail-page-title{font-size:20px;width:100%}.gallery-detail-page-header{padding-bottom:32px}}.image-gallery-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(46,49,146,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease;height:100vh;width:100vw;overflow:hidden;touch-action:none}.image-gallery-modal-container{width:100%;height:100%;display:flex;flex-direction:column;position:relative;max-width:1200px;margin:43px auto 0}.image-gallery-modal-counter{text-align:center;color:#fff;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.image-gallery-modal-actions{display:flex;gap:32px;align-items:center;position:absolute;top:24px;right:100px;z-index:10}.image-gallery-modal-close-btn,.image-gallery-modal-download-btn{color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.image-gallery-modal-download-btn:disabled{opacity:.5;cursor:not-allowed}.image-gallery-modal-close-btn{font-size:35px;font-weight:400}.image-gallery-modal-content{flex:1 1}.image-gallery-modal-content,.image-gallery-modal-image-container{display:flex;align-items:center;justify-content:center;position:relative}.image-gallery-modal-image-container{width:100%;height:100%;max-width:80%;max-height:70vh;touch-action:pan-x;-webkit-user-select:none;-moz-user-select:none;user-select:none}.image-gallery-modal-nav-btn{position:absolute;top:50%;transform:translateY(-50%);color:#fff;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:5;border-radius:8px;border:1px solid #fff;background:rgba(219,224,255,.2)}.image-gallery-modal-nav-btn:hover{border-color:hsla(0,0%,100%,.5);transform:translateY(-50%) scale(1.1)}.image-gallery-modal-prev-btn{left:20px}.image-gallery-modal-next-btn{right:20px}.rotate-180{transform:rotate(180deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:900px){.image-gallery-modal-nav-btn{display:none}.image-gallery-modal-actions{right:20px}.image-gallery-modal-counter{font-size:20px}}@media (max-width:600px){.image-gallery-modal-actions{right:16px;top:16px;gap:20px}.image-gallery-modal-counter{font-size:18px}.image-gallery-modal-close-btn{font-size:28px}.image-gallery-modal-image-container{max-width:100%;max-height:80vh}}