.layout{background-color:var(--storefront-bg,var(--md-sys-color-surface));min-height:100dvh;display:flex}.layout--chat{height:100dvh;max-height:100dvh;overflow:hidden}.content-wrapper{flex-direction:column;flex:1;min-width:0;margin-left:0;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex}.content-wrapper--expanded{margin-left:var(--navbar-expanded-width)}.content-wrapper--collapsed{margin-left:var(--navbar-width)}.content-wrapper--hidden{margin-left:0;padding-left:0}.app-header{background-color:var(--md-sys-color-surface);border-bottom:1px solid var(--md-sys-color-outline-variant);z-index:10;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:sticky;top:0}.header-left,.header-right{align-items:center;gap:1rem;display:flex}.page-title{font-family:var(--md-sys-typescale-headline-small-font);font-size:var(--md-sys-typescale-headline-small-size);color:var(--md-sys-color-on-surface);margin:0}.main-area{background-color:var(--storefront-bg,var(--md-sys-color-surface));flex:1;min-width:0;min-height:0;padding:1.5rem}.main-area--chat{flex-direction:column;height:100dvh;min-height:0;padding:0;display:flex;overflow:hidden}@media (max-width:768px){.content-wrapper{padding-left:0;margin-left:0!important}.app-header{padding:0 1rem}.main-area{padding:1rem;padding-bottom:calc(4.5rem + env(safe-area-inset-bottom))!important}.main-area--chat{padding:0;padding-bottom:0!important}.menu-button{display:flex!important}}.menu-button{display:none}.loadingOverlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background-color:#0006;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loadingText{font-family:var(--md-sys-typescale-headline-small-font);font-size:var(--md-sys-typescale-headline-small-size);text-shadow:0 2px 4px #0000004d}