.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-primary{background:var(--color-primary-130)}.fullscreen-modal__root--dark-mode-secondary{background:var(--color-secondary-130)}
