.lh-app-shell{display:flex;flex-direction:column;height:100vh;color:var(--lh-color-text-default);position:relative}.lh-app-shell,.lh-app-shell__header{width:100%;background-color:var(--lh-color-bg-canvas)}.lh-app-shell__header{position:sticky;top:0;flex-shrink:0}.lh-app-shell__body{flex:1 1 0%;display:grid;grid-template-columns:var(--_sidebar-width,0) minmax(0,1fr) var(--_right-panel-width,0);grid-template-rows:minmax(0,1fr);padding:.5rem;overflow:hidden;position:relative}.lh-app-shell__sidebar{grid-column:1;grid-row:1;height:100%;overflow-y:auto;overflow-x:hidden;background-color:var(--lh-color-bg-canvas);transition:width .25s ease;flex-shrink:0}@media(max-width:768px){.lh-app-shell__sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--lh-sidebar-width,250px)!important;transform:translateX(-100%);transition:transform .25s ease;box-shadow:var(--lh-shadow-lg)}[data-mobile-nav-open=true] .lh-app-shell__sidebar{transform:translateX(0)}}.lh-app-shell__main{grid-column:2;grid-row:1;min-width:0;min-height:0;overflow-y:auto;box-shadow:var(--lh-shadow-sm);background-color:var(--lh-color-bg-default);padding:1rem;border-radius:.75rem}.lh-app-shell__main-content-scroll{height:100%;overflow-y:auto;outline:none}.lh-app-shell__right-panel{grid-column:3;grid-row:1;height:100%;overflow-y:auto;overflow-x:hidden;background-color:var(--lh-color-bg-default);border-left:1px solid var(--lh-color-border-subtle);border-radius:.75rem;flex-shrink:0}.lh-app-shell__right-panel[style*="--_right-panel-width: 0px"]{border-left:none;visibility:hidden}@media(max-width:1024px){.lh-app-shell__right-panel{position:fixed;right:0;top:0;bottom:0;width:var(--lh-right-panel-width,320px)!important;transform:translateX(100%);transition:transform .25s ease;box-shadow:var(--lh-shadow-lg);border-left:1px solid var(--lh-color-border-subtle)}.lh-app-shell--right-panel-open .lh-app-shell__right-panel{transform:translateX(0)}}.lh-app-shell--right-panel-open .lh-app-shell__main{border-start-end-radius:0;border-end-end-radius:0}.lh-app-shell--right-panel-open .lh-app-shell__right-panel{border-start-start-radius:0;border-end-start-radius:0}.lh-app-shell{--_sidebar-width:0px;--_right-panel-width:0px}.lh-app-shell--with-sidebar{--_sidebar-width:var(--lh-sidebar-width,250px)}.lh-app-shell--with-sidebar.lh-app-shell--sidebar-collapsed{--_sidebar-width:var(--lh-sidebar-collapsed-width,64px)}.lh-app-shell--with-right-panel.lh-app-shell--right-panel-open{--_right-panel-width:var(--lh-right-panel-width,320px)}.lh-app-shell__mobile-overlay{position:fixed;inset:0;background-color:var(--lh-color-overlay,rgba(0,0,0,.5));z-index:-10;display:none;opacity:0;transition:opacity .25s ease}.lh-app-shell--mobile.lh-app-shell--right-panel-open .lh-app-shell__mobile-overlay--right .lh-app-shell__mobile-overlay,:has(>.lh-app-shell__sidebar[style*="translateX(0)"]) .lh-app-shell__mobile-overlay{display:block;opacity:1}[dir=rtl] .lh-app-shell__sidebar{border-right:none;border-left:1px solid var(--lh-color-border-subtle)}@media(max-width:768px){[dir=rtl] .lh-app-shell__sidebar{left:auto;right:0;transform:translateX(100%)}[data-mobile-nav-open=true] [dir=rtl] .lh-app-shell__sidebar{transform:translateX(0)}}[dir=rtl] .lh-app-shell__right-panel{border-left:none;border-right:1px solid var(--lh-color-border-subtle)}@media(max-width:1024px){[dir=rtl] .lh-app-shell__right-panel{right:auto;left:0;transform:translateX(-100%)}.lh-app-shell--right-panel-open [dir=rtl] .lh-app-shell__right-panel{transform:translateX(0)}}.lh-container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:640px}@media(min-width:640px){.lh-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.lh-container{max-width:768px}}@media(min-width:1024px){.lh-container{max-width:1024px}}@media(min-width:1280px){.lh-container{max-width:1280px}}@media(min-width:1536px){.lh-container{max-width:1536px}}.lh-container--no-padding{padding-left:0;padding-right:0}.lh-container--fluid{max-width:100%}.lh-container--narrow{max-width:65ch}.lh-dashboard-layout{width:100%}.lh-page-header{position:sticky;top:calc(-1*1rem);border-bottom:1px solid var(--lh-color-border-default);padding-top:1rem;padding-bottom:1rem;margin-inline:calc(-1*1rem);padding-inline:1rem;background-color:var(--lh-color-bg-default);display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.lh-page-header__title{font-size:1.875rem;font-weight:700;line-height:1.25;margin:0}.lh-page-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.LHPageLayout_pageLayout__PNpSP{display:flex;flex-direction:column;min-height:100vh;background-color:var(--lh-color-bg-page)}.LHPageLayout_contentWrapper__Xo0MI{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding:1.5rem 1rem}@media(max-width:768px){.LHPageLayout_contentWrapper__Xo0MI{padding:1.25rem .75rem}}@media(max-width:640px){.LHPageLayout_contentWrapper__Xo0MI{padding:1rem .5rem}}.lh-stack{display:flex;width:100%}.lh-stack--row{flex-direction:row}.lh-stack--column{flex-direction:column}.lh-stack--wrap{flex-wrap:wrap}.lh-stack--align-start{align-items:flex-start}.lh-stack--align-center{align-items:center}.lh-stack--align-end{align-items:flex-end}.lh-stack--align-stretch{align-items:stretch}.lh-stack--justify-start{justify-content:flex-start}.lh-stack--justify-center{justify-content:center}.lh-stack--justify-end{justify-content:flex-end}.lh-stack--justify-between{justify-content:space-between}.lh-stack--justify-around{justify-content:space-around}.lh-stack--gap-none{gap:0}.lh-stack--gap-xs{gap:.25rem}.lh-stack--gap-sm{gap:.5rem}.lh-stack--gap-md{gap:1rem}.lh-stack--gap-lg{gap:1.5rem}.lh-stack--gap-xl{gap:2rem}