.openui-gallery{display:flex;flex-direction:column;width:100%;overflow:hidden;position:relative;border-radius:var(--openui-radius-m)}.openui-gallery__grid{display:grid;width:100%;max-height:376px;grid-gap:var(--openui-space-s)}.openui-gallery--single .openui-gallery__grid{grid-template-columns:1fr}.openui-gallery--double .openui-gallery__grid{grid-template-columns:repeat(2, 1fr)}.openui-gallery--triple .openui-gallery__grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.openui-gallery--triple .openui-gallery__grid .openui-gallery__image:first-child{grid-row:1/-1}.openui-gallery--quad .openui-gallery__grid{grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(2, 1fr);grid-template-areas:"img1 img1 img2 img2 " "img1 img1 img3 img4"}.openui-gallery--quad .openui-gallery__grid .openui-gallery__image:nth-child(1){grid-area:img1}.openui-gallery--quad .openui-gallery__grid .openui-gallery__image:nth-child(2){grid-area:img2}.openui-gallery--quad .openui-gallery__grid .openui-gallery__image:nth-child(3){grid-area:img3}.openui-gallery--quad .openui-gallery__grid .openui-gallery__image:nth-child(4){grid-area:img4}.openui-gallery--default .openui-gallery__grid{grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr}.openui-gallery--default .openui-gallery__grid .openui-gallery__image:first-child{grid-row:1/-1}.openui-gallery__image{position:relative;overflow:hidden}.openui-gallery__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.openui-gallery__image img:hover{transform:scale(1.05)}.openui-gallery__image--main img{height:100%}.openui-gallery__show-all-button{display:flex;align-items:center;justify-content:center;position:absolute;bottom:5px;right:5px}.openui-gallery__modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease;backdrop-filter:blur(3px);background-color:var(--openui-overlay)}.openui-gallery__modal-content{width:calc(100% - 80px);height:calc(100% - 80px);max-width:720px;max-height:640px;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;border:1px solid var(--openui-border-default);background-color:var(--openui-foreground);border-radius:var(--openui-radius-xl);gap:var(--openui-space-xl);padding-top:var(--openui-space-xl);padding-bottom:var(--openui-space-xl)}.openui-gallery__modal-header{display:flex;align-items:center;justify-content:space-between;padding-left:var(--openui-space-xl);padding-right:var(--openui-space-xl)}.openui-gallery__modal-heading{font:var(--openui-text-heading-xs);letter-spacing:var(--openui-text-heading-xs-letter-spacing);color:var(--openui-text-neutral-primary)}.openui-gallery__modal-main{flex:1;min-height:0;display:flex;justify-content:center;align-items:center;padding-left:var(--openui-space-xl);padding-right:var(--openui-space-xl)}.openui-gallery__modal-main img{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--openui-radius-s)}.openui-gallery__modal-main:hover .openui-gallery__modal-details{display:flex}.openui-gallery__modal-carousel-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.openui-gallery__modal-carousel{display:flex;gap:var(--openui-space-s);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-left:var(--openui-space-xl);padding-right:var(--openui-space-xl)}.openui-gallery__modal-carousel::-webkit-scrollbar{display:none}.openui-gallery__modal-carousel-button-container{position:absolute;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;background-color:var(--openui-foreground);border-radius:var(--openui-radius-xs);overflow:hidden}.openui-gallery__modal-carousel-button-container-left{left:24px}.openui-gallery__modal-carousel-button-container-right{right:24px}.openui-gallery__modal-thumbnail{flex:1;height:116px;min-width:174px;cursor:pointer;opacity:.6;border-radius:var(--openui-radius-s);border:1px solid rgba(0,0,0,0);overflow:hidden;transition:opacity .2s ease;box-sizing:border-box}.openui-gallery__modal-thumbnail:hover{opacity:.8}.openui-gallery__modal-thumbnail--active{opacity:1;border-color:var(--openui-border-interactive-selected);border-radius:var(--openui-radius-s)}.openui-gallery__modal-thumbnail img{width:100%;height:100%;object-fit:cover}@media(max-width: 768px){.openui-gallery--default .openui-gallery__grid{grid-template-columns:repeat(6, 1fr);grid-template-rows:repeat(2, 1fr);grid-template-areas:"img1 img1 img1  img2 img2 img2 " "img3 img3 img4  img4 img5 img5"}.openui-gallery--default .openui-gallery__grid .openui-gallery__image:nth-child(1){grid-area:img1}.openui-gallery--default .openui-gallery__grid .openui-gallery__image:nth-child(2){grid-area:img2}.openui-gallery--default .openui-gallery__grid .openui-gallery__image:nth-child(3){grid-area:img3}.openui-gallery--default .openui-gallery__grid .openui-gallery__image:nth-child(4){grid-area:img4}.openui-gallery--default .openui-gallery__grid .openui-gallery__image:nth-child(5){grid-area:img5}.openui-gallery--triple .openui-gallery__grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);grid-template-areas:"img1 img1" "img2 img3"}.openui-gallery--triple .openui-gallery__grid .openui-gallery__image:nth-child(1){grid-area:img1}.openui-gallery--triple .openui-gallery__grid .openui-gallery__image:nth-child(2){grid-area:img2}.openui-gallery--triple .openui-gallery__grid .openui-gallery__image:nth-child(3){grid-area:img3}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media(max-width: 768px){.openui-gallery__modal-content{width:100%;height:100%;border-radius:0;max-height:none;max-width:none}}
