.unified-layout{width:100%;height:100vh;display:flex;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.unified-layout,.unified-layout *{transition-duration:.01ms!important;animation-duration:.01ms!important}}.left-sidebar-container{background:hsl(var(--background));border-right:1px solid hsl(var(--border));height:100vh;transition:width var(--animation-duration,.3s)var(--animation-easing,cubic-bezier(.4,0,.2,1));z-index:35;position:fixed;top:0;left:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.main-content-container{background:hsl(var(--background));height:100%;transition:all var(--animation-duration,.3s)var(--animation-easing,cubic-bezier(.4,0,.2,1));z-index:10;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.subheader{z-index:5;height:3.5rem;position:relative}.right-sidebar-container{background:hsl(var(--background));border-left:1px solid hsl(var(--border));height:100vh;transition:width var(--animation-duration,.3s)var(--animation-easing,cubic-bezier(.4,0,.2,1));z-index:20;position:fixed;top:0;right:0}.sidebar-resize-handle{cursor:col-resize;z-index:10;background:0 0;width:4px;height:100%;transition:background-color .2s;position:absolute;top:0}.sidebar-resize-handle:hover{background:hsl(var(--border))}.sidebar-resize-handle:before{content:"";background:0 0;width:12px;position:absolute;inset:0}.left-sidebar-resize-handle{right:-2px}.left-sidebar-resize-handle:before{right:-4px}.right-sidebar-resize-handle{left:-2px}.right-sidebar-resize-handle:before{left:-4px}.left-sidebar-mobile{width:var(--left-sidebar-width)}.right-sidebar-mobile{width:var(--right-sidebar-width)}@media (max-width:768px){.left-sidebar-container{z-index:35}.right-sidebar-container{z-index:30}.main-content-container{padding-left:0!important;padding-right:0!important}}.slide-in-from-left{animation:slideInFromLeft var(--animation-duration,.3s)var(--animation-easing,cubic-bezier(.4,0,.2,1))}.slide-in-from-right{animation:slideInFromRight var(--animation-duration,.3s)var(--animation-easing,cubic-bezier(.4,0,.2,1))}.fade-in{animation:fadeIn var(--animation-duration,.3s)var(--animation-easing,cubic-bezier(.4,0,.2,1))}@keyframes slideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar-resize-handle:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}@media (prefers-contrast:high){.left-sidebar-container,.right-sidebar-container{border-width:2px}.sidebar-resize-handle:hover{background:hsl(var(--foreground))}}
