.sb-container{--sidebarWidth:20rem;--sidebarEndWidth:minmax(0,0);grid-template-areas:"header sidebar-end" "content sidebar-end" "footer footer";grid-template-columns:minmax(auto,100vw) var(--sidebarEndWidth);grid-template-rows:auto 1fr auto;transition:all .1s ease-out}.sb-container-no-header{grid-template-areas:"content sidebar-end" "footer footer";grid-template-rows:1fr auto}.sb-header{grid-area:header}.sb-content{grid-area:content}.sb-sidebar-end{grid-area:sidebar-end}.sb-footer{grid-area:footer}[class^=sb-sidebar-]>div{width:var(--sidebarWidth)}.sb-open{--sidebarEndWidth:minmax(0,var(--sidebarWidth))}.sb-container .lk-grid-layout{min-width:100%;padding:0;width:auto}.sb-container .lk-participant-tile .lk-participant-placeholder{background-color:var(--secondary)}.lk-participant-placeholder svg{fill:var(--muted-foreground);max-height:30rem}.lk-participant-placeholder svg>path{fill:currentColor}.sb-container .lk-chat-entry[data-lk-message-origin=local] .lk-message-body{background-color:var(--background)}
/*# sourceMappingURL=7c9e9ab30eedd9b9.css.map*/