.shell-root{--shell-sidebar-width:280px;--shell-header-height:56px;--shell-content-bg:hsl(var(--background));--shell-surface:hsl(var(--card));--shell-border:hsl(var(--border))}[data-theme=superadmin]{--shell-accent:263 70% 50%;--shell-accent-foreground:0 0% 100%;--shell-avatar-bg:263 70% 42%;--shell-avatar-fg:0 0% 100%}[data-theme=company]{--shell-accent:var(--aviation);--shell-accent-foreground:var(--aviation-foreground);--shell-avatar-bg:var(--aviation);--shell-avatar-fg:var(--aviation-foreground)}.shell-sidebar{width:var(--shell-sidebar-width);background:var(--shell-surface);border-right:1px solid var(--shell-border)}.shell-main{margin-left:var(--shell-sidebar-width);width:calc(100% - var(--shell-sidebar-width));min-width:0;max-width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--shell-content-bg)}.shell-main--mobile{margin-left:0;width:100%}.shell-header{height:var(--shell-header-height);flex-shrink:0;display:flex;align-items:center;gap:.75rem;padding:0 1.25rem;border-bottom:1px solid var(--shell-border);background:var(--shell-surface);z-index:20}.shell-content{flex:1 1 auto;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;padding:2rem}.shell-content--mobile{padding:1rem}.shell-avatar,[data-theme=company] .shell-avatar{background:hsl(var(--shell-avatar-bg));color:hsl(var(--shell-avatar-fg))}