.junior-fullscreen-wrapper{position:fixed;inset:0;z-index:1000;background-color:var(--juniorui-bg,#ffffff);transition:background-color .2s ease}[data-bs-theme=dark] .junior-fullscreen-wrapper{background-color:hsl(224,10%,10%)}.junior-slide-panel-overlay{position:fixed;top:0;right:0;bottom:0;z-index:1050;display:flex;flex-direction:column;background:linear-gradient(90deg,rgb(50,4,144),rgb(1,59,151));box-shadow:-6px 0 32px rgba(0,0,0,.28);animation:junior-panel-slide-in .22s ease;padding:8px 8px 8px 10px}.junior-slide-panel-overlay__resize-handle{position:absolute;top:0;left:0;bottom:0;width:6px;cursor:ew-resize;z-index:10;background:rgba(0,0,0,0);transition:background .15s}.junior-slide-panel-overlay__resize-handle:hover{background:hsla(0,0%,100%,.25)}.junior-slide-panel-overlay .juniorui{flex:1 1;border-radius:12px;overflow:hidden;min-width:0}@keyframes junior-panel-slide-in{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}