.fullscreen-modal__root{opacity:0;background-color:var(--color-neutral-70);z-index:9;width:100%;height:100vh;transition:all .225s cubic-bezier(.4,0,.2,1);position:fixed;top:-60px;right:0}.fullscreen-modal__root--active{opacity:1;top:0}.fullscreen-modal__root--upper-layer{z-index:11}.fullscreen-modal__root--dark-mode{background:var(--color-primary-130)}
.fullscreen-gallery__controls{gap:var(--spacing-2);padding:var(--spacing-2);justify-content:space-between;display:flex}.fullscreen-gallery__zoom{margin-left:auto}.fullscreen-gallery__button--rotate{display:none}.fullscreen-gallery__button--zoom-in,.fullscreen-gallery__button--zoom-out{width:48px;height:48px}.fullscreen-gallery__zoom-buttons{gap:var(--spacing-1);margin-left:auto;display:flex}@media only screen and (max-width:719px){.fullscreen-gallery__button--rotate,.fullscreen-gallery__button--zoom-in,.fullscreen-gallery__button--zoom-out{border-radius:var(--border-radius-1-5)}.fullscreen-gallery__button--zoom-in,.fullscreen-gallery__button--zoom-out{width:32px;height:32px;padding:0}.fullscreen-gallery__button--rotate{height:32px;display:flex}}@media screen and (max-device-width:1024px) and (orientation:landscape){.fullscreen-gallery__button--rotate,.fullscreen-gallery__button--zoom-in,.fullscreen-gallery__button--zoom-out{border-radius:var(--border-radius-1-5)}.fullscreen-gallery__button--zoom-in,.fullscreen-gallery__button--zoom-out{width:32px;height:32px;padding:0}.fullscreen-gallery__button--rotate{height:32px;display:flex}}
.fullscreen-gallery__header{padding:var(--spacing-2);justify-content:space-between;align-items:center;display:flex}.fullscreen-gallery__header-button{cursor:pointer;background-color:#0000;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.fullscreen-gallery__header-title{color:var(--color-neutral-70);font-weight:var(--font-weight-semibold);font-size:1.25rem}.fullscreen-gallery__header>div{align-items:center;gap:var(--spacing-1);flex-direction:row;display:flex}@media only screen and (max-width:719px){.fullscreen-gallery__header-title{font-size:var(--font-size-2-25)}.fullscreen-gallery__header-button{width:32px;height:32px}}@media screen and (max-device-width:1024px) and (orientation:landscape){.fullscreen-gallery__header-title{font-size:var(--font-size-2-25)}.fullscreen-gallery__header-button{width:32px;height:32px}}
