.cmd-module{position:relative;display:flex;flex-direction:column;gap:var(--cmd-gap-md);padding:var(--cmd-padding-md);border-radius:var(--cmd-radius-md);min-height:0;overflow:hidden;background:hsl(var(--_glass-bg));backdrop-filter:blur(var(--_glass-blur));border:1px solid hsl(var(--_glass-border));box-shadow:var(--_shadow);z-index:var(--_z);transition:all var(--cmd-motion-duration-normal) var(--cmd-motion-easing);will-change:transform;isolate:isolate}.cmd-module:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:var(--_keyline);pointer-events:none;border-radius:var(--cmd-radius-md) var(--cmd-radius-md) 0 0}.cmd-module[data-glass=subtle]{--_glass-bg:var(--cmd-glass-subtle-bg);--_glass-blur:var(--cmd-glass-subtle-blur);--_glass-border:var(--cmd-glass-subtle-border);--_keyline:var(--cmd-keyline-subtle)}.cmd-module[data-glass=moderate]{--_glass-bg:var(--cmd-glass-moderate-bg);--_glass-blur:var(--cmd-glass-moderate-blur);--_glass-border:var(--cmd-glass-moderate-border);--_keyline:var(--cmd-keyline-moderate)}.cmd-module[data-glass=pronounced]{--_glass-bg:var(--cmd-glass-pronounced-bg);--_glass-blur:var(--cmd-glass-pronounced-blur);--_glass-border:var(--cmd-glass-pronounced-border);--_keyline:var(--cmd-keyline-pronounced)}.cmd-module[data-glass=cockpit]{--_glass-bg:var(--cockpit-module-bg,var(--cmd-glass-moderate-bg));--_glass-blur:var(--cockpit-module-glass-blur,var(--cmd-glass-moderate-blur));--_keyline:transparent;background:hsl(var(--cockpit-module-bg,var(--_glass-bg))/var(--cockpit-module-bg-opacity,.82));border:var(--cockpit-module-glass-border,1px solid hsl(var(--cmd-glass-moderate-border)));box-shadow:var(--cockpit-module-elevation,var(--_shadow))}.cmd-module[data-glass=minimal]{--_glass-bg:transparent;--_glass-border:transparent;--_keyline:transparent;--_shadow:none;background:transparent;border:none;box-shadow:none;padding:var(--cmd-padding-sm) var(--cmd-padding-md)}.cmd-module[data-glass=minimal]:before{display:none}.cmd-module[data-glass=compact]{--_glass-bg:var(--cockpit-module-bg,var(--cmd-glass-moderate-bg));--_glass-blur:var(--cockpit-module-glass-blur,var(--cmd-glass-moderate-blur));--_keyline:transparent;background:hsl(var(--cockpit-module-bg,var(--_glass-bg))/var(--cockpit-module-bg-opacity,.82));border:var(--cockpit-module-glass-border,1px solid hsl(var(--cmd-glass-moderate-border)));box-shadow:var(--cockpit-module-elevation,var(--_shadow));min-height:var(--cockpit-module-compact-height,var(--cockpit-module-icon-size,1.5rem));max-height:var(--cockpit-module-compact-height,var(--cockpit-module-icon-size,1.5rem));padding:var(--command-padding,.375rem);gap:0}.cmd-module[data-depth="1"]{--_z:var(--cmd-depth-1-z);--_shadow:var(--cmd-shadow-depth-1);transform:translateZ(12px)}.cmd-module[data-depth="2"]{--_z:var(--cmd-depth-2-z);--_shadow:var(--cmd-shadow-depth-2);transform:translateZ(6px)}.cmd-module[data-depth="3"]{--_z:var(--cmd-depth-3-z);--_shadow:var(--cmd-shadow-depth-3);transform:translateZ(2px)}.cmd-module-responsive{width:auto}.cmd-module-safe-area{padding:max(var(--cmd-padding-md),env(safe-area-inset-top)) max(var(--cmd-padding-md),env(safe-area-inset-right)) max(var(--cmd-padding-md),env(safe-area-inset-bottom)) max(var(--cmd-padding-md),env(safe-area-inset-left))}@supports not (backdrop-filter:blur(1px)){.cmd-module{background:hsl(var(--_glass-bg));backdrop-filter:none}}@media (prefers-reduced-motion:reduce){.cmd-module{transition:none;transform:none}}.module-shell-default{--_glass-blur:var(--glass-blur,var(--cockpit-module-glass-blur,10px));--_bracket-w:var(--corner-bracket-width,var(--module-shell-bracket-width));position:relative;isolation:isolate;width:var(--module-shell-width,min(100%,-moz-max-content));width:var(--module-shell-width,min(100%,max-content));min-width:var(--module-shell-min-width);max-width:100%;min-height:var(--module-shell-content-min-height);max-height:var(--module-shell-content-min-height);padding:calc(var(--module-shell-inset) + var(--module-shell-bracket-size));background:linear-gradient(var(--module-light-angle,145deg),hsl(var(--cockpit-module-bg)/.98),hsl(var(--cockpit-module-bg)/.92));border:1px solid hsl(var(--module-border-primary,var(--cockpit-module-outline))/.5);box-shadow:var(--module-depth-shadow,var(--cockpit-module-elevation)),var(--module-inset-highlight);transition:border-color var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease,filter var(--module-hover-duration,.2s) ease;box-sizing:border-box;overflow:hidden}.module-shell-default:hover{box-shadow:var(--module-hover-elevation),var(--module-hover-glow),var(--module-inset-highlight);filter:brightness(var(--module-hover-brightness,1))}.module-shell-default__surface{position:absolute;inset:0;z-index:0;pointer-events:none;background:var(--module-glass-bg);backdrop-filter:blur(var(--_glass-blur));-webkit-backdrop-filter:blur(var(--_glass-blur))}.module-shell-default__container{position:relative;z-index:1;padding:var(--module-shell-inset);min-width:0;width:100%;height:100%;min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}@supports not (backdrop-filter:blur(1px)){.module-shell-default{background:hsl(var(--cockpit-module-bg)/.88)}.module-shell-default__surface{background:hsl(var(--cockpit-module-bg)/.06)}}.module-shell-default:after,.module-shell-default:before{content:"";position:absolute;width:var(--corner-accent-length,var(--module-shell-bracket-size));height:var(--corner-accent-length,var(--module-shell-bracket-size));border-color:var(--corner-accent-color,var(--module-shell-bracket-color));border-style:solid;border-width:0;pointer-events:none;z-index:2;transition:width var(--module-hover-duration,.2s) ease,height var(--module-hover-duration,.2s) ease,top var(--module-hover-duration,.2s) ease,left var(--module-hover-duration,.2s) ease,bottom var(--module-hover-duration,.2s) ease,right var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease}.module-shell-default:before{top:var(--module-shell-bracket-offset);left:var(--module-shell-bracket-offset);border-top-width:var(--_bracket-w);border-left-width:var(--_bracket-w)}.module-shell-default:hover:before{top:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));left:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));height:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));box-shadow:0 0 6px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.module-shell-default:after{bottom:var(--module-shell-bracket-offset);right:var(--module-shell-bracket-offset);border-bottom-width:var(--_bracket-w);border-right-width:var(--_bracket-w)}.module-shell-default:hover:after{bottom:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));right:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));height:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));box-shadow:0 0 6px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.module-shell-default__content{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--cmd-gap,.5rem);min-width:0;width:100%;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.module-shell-default,.module-shell-default:after,.module-shell-default:before{transition:none}.module-shell-default:hover:after,.module-shell-default:hover:before{top:var(--module-shell-bracket-offset);left:var(--module-shell-bracket-offset);bottom:var(--module-shell-bracket-offset);right:var(--module-shell-bracket-offset);width:var(--corner-accent-length);height:var(--corner-accent-length);box-shadow:none}}.brand-module{gap:var(--cmd-gap-sm);padding:var(--cmd-padding-sm) var(--cmd-padding-md)}.brand-logo,.brand-module{display:flex;align-items:center}.brand-logo{height:var(--cmd-control-size-md);width:auto;justify-content:center}.brand-logo img{height:100%;width:auto;-o-object-fit:contain;object-fit:contain}.brand-logo-placeholder{font-size:var(--cmd-text-lg);font-weight:600;color:hsl(var(--cmd-primary))}.identity-module{display:flex;align-items:center;padding:var(--cmd-padding-sm) var(--cmd-padding-md)}.identity-avatar{width:2rem;height:2rem;border-radius:var(--cmd-radius-full);flex-shrink:0;display:flex;align-items:center;justify-content:center;background:hsl(var(--cmd-muted));overflow:hidden}.identity-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.identity-avatar-placeholder{font-size:var(--cmd-text-sm);font-weight:600;color:hsl(var(--cmd-primary));background:hsl(var(--cmd-primary)/.1)}.identity-name{font-size:var(--cmd-text-sm);font-weight:500;color:hsl(var(--cmd-fg));white-space:nowrap}.identity-status-indicator{width:var(--cmd-space-2);height:var(--cmd-space-2);border-radius:var(--cmd-radius-full);flex-shrink:0;margin-left:auto}.identity-status-healthy .identity-status-indicator{background:hsl(var(--cmd-status-success));box-shadow:0 0 8px hsl(var(--cmd-status-success)/.5)}.identity-status-stale .identity-status-indicator{background:hsl(var(--cmd-status-warning));box-shadow:0 0 8px hsl(var(--cmd-status-warning)/.5)}.identity-status-reauth-required .identity-status-indicator{background:hsl(var(--cmd-status-error));box-shadow:0 0 8px hsl(var(--cmd-status-error)/.5);animation:pulse 2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.identity-status-reauth-required .identity-status-indicator{animation:none}}.submodule-shell-default{--_glass-blur:var(--glass-blur,var(--cockpit-module-glass-blur,10px));--_bracket-size:var(--submodule-shell-bracket-size,4px);--_bracket-offset:var(--submodule-shell-bracket-offset,2px);--_bracket-w:var(--corner-bracket-width,var(--module-shell-bracket-width));position:relative;isolation:isolate;width:var(--module-shell-width,min(100%,-moz-max-content));width:var(--module-shell-width,min(100%,max-content));min-width:var(--submodule-shell-min-width);max-width:100%;min-height:var(--submodule-shell-content-min-height);max-height:var(--submodule-shell-content-min-height);padding:var(--submodule-shell-padding-y) var(--submodule-shell-padding-x);background:linear-gradient(var(--module-light-angle,145deg),hsl(var(--cockpit-module-bg)/.96),hsl(var(--cockpit-module-bg)/var(--cockpit-module-bg-opacity)));border:1px solid hsl(var(--module-border-primary,var(--cockpit-module-outline))/.5);box-shadow:var(--module-depth-shadow,var(--cockpit-module-elevation)),var(--module-inset-highlight);transition:border-color var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease,filter var(--module-hover-duration,.2s) ease;box-sizing:border-box;overflow:hidden}.submodule-shell-default:hover{box-shadow:var(--module-hover-elevation),var(--module-hover-glow),var(--module-inset-highlight);filter:brightness(var(--module-hover-brightness,1))}.submodule-shell-default__surface{position:absolute;inset:0;z-index:0;pointer-events:none;background:var(--module-glass-bg);backdrop-filter:blur(var(--_glass-blur));-webkit-backdrop-filter:blur(var(--_glass-blur))}.submodule-shell-default__container{position:relative;z-index:1;min-width:0;width:100%;height:100%;min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}@supports not (backdrop-filter:blur(1px)){.submodule-shell-default{background:hsl(var(--cockpit-module-bg)/.88)}.submodule-shell-default__surface{background:hsl(var(--cockpit-module-bg)/.06)}}.submodule-shell-default:after,.submodule-shell-default:before{content:"";position:absolute;width:var(--corner-accent-length,var(--_bracket-size));height:var(--corner-accent-length,var(--_bracket-size));border-color:var(--corner-accent-color,var(--module-shell-bracket-color));border-style:solid;border-width:0;pointer-events:none;z-index:2;transition:width var(--module-hover-duration,.2s) ease,height var(--module-hover-duration,.2s) ease,top var(--module-hover-duration,.2s) ease,left var(--module-hover-duration,.2s) ease,bottom var(--module-hover-duration,.2s) ease,right var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease}.submodule-shell-default:before{top:var(--_bracket-offset);left:var(--_bracket-offset);border-top-width:var(--_bracket-w);border-left-width:var(--_bracket-w)}.submodule-shell-default:hover:before{top:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));left:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));height:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));box-shadow:0 0 4px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.submodule-shell-default:after{bottom:var(--_bracket-offset);right:var(--_bracket-offset);border-bottom-width:var(--_bracket-w);border-right-width:var(--_bracket-w)}.submodule-shell-default:hover:after{bottom:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));right:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));height:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));box-shadow:0 0 4px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.submodule-shell-default__content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--cmd-gap,.5rem);min-width:0;width:100%;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.submodule-shell-default,.submodule-shell-default:after,.submodule-shell-default:before{transition:none}.submodule-shell-default:hover:after,.submodule-shell-default:hover:before{top:var(--_bracket-offset);left:var(--_bracket-offset);bottom:var(--_bracket-offset);right:var(--_bracket-offset);width:var(--_bracket-size);height:var(--_bracket-size);box-shadow:none}}.control-strip{display:flex;align-items:center;justify-content:center;padding:var(--cmd-padding-md)}.control-trigger-icon{width:1.25rem;height:1.25rem;color:hsl(var(--cmd-fg))}.nav-module{width:var(--cmd-rail-width-md);min-height:100%;gap:var(--cmd-gap-md)}.nav-context-stack,.nav-module{display:flex;flex-direction:column}.nav-context-stack{gap:var(--cmd-gap-sm);padding-bottom:var(--cmd-padding-md)}.nav-context-item{display:flex;align-items:center;gap:var(--cmd-gap-sm);padding:var(--cmd-padding-md);border-radius:var(--cmd-radius-sm);min-height:var(--cmd-hit-target-min);font-size:var(--cmd-text-sm);font-weight:500;color:hsl(var(--cmd-fg));text-decoration:none;transition:all var(--cmd-motion-duration-normal) var(--cmd-motion-easing);cursor:pointer}.nav-context-item:hover{background:hsl(var(--cmd-muted));opacity:var(--cmd-hover-opacity);transform:scale(var(--cmd-hover-scale))}.nav-context-item:focus-visible{outline:var(--cmd-focus-visible-outline);outline-offset:var(--cmd-focus-visible-outline-offset)}.nav-context-item.active{background:hsl(var(--cmd-primary)/.1);color:hsl(var(--cmd-primary));border-left:2px solid hsl(var(--cmd-primary))}.nav-divider{height:1px;background:hsl(var(--cmd-border));margin:var(--cmd-gap-md) 0}.nav-local-set{display:flex;flex-direction:column;gap:var(--cmd-gap-xs);flex:1}.nav-item-wrapper{display:flex;flex-direction:column}.nav-item{display:flex;align-items:center;gap:var(--cmd-gap-sm);padding:var(--cmd-padding-md);border-radius:var(--cmd-radius-sm);min-height:var(--cmd-hit-target-min);font-size:var(--cmd-text-sm);font-weight:500;color:hsl(var(--cmd-fg));background:transparent;border:none;cursor:pointer;text-align:left;width:100%;transition:all var(--cmd-motion-duration-normal) var(--cmd-motion-easing)}.nav-item:hover{background:hsl(var(--cmd-muted));opacity:var(--cmd-hover-opacity);transform:scale(var(--cmd-hover-scale))}.nav-item:active{opacity:var(--cmd-active-opacity);transform:scale(var(--cmd-active-scale))}.nav-item:focus-visible{outline:var(--cmd-focus-visible-outline);outline-offset:var(--cmd-focus-visible-outline-offset)}.nav-item.active{background:hsl(var(--cmd-primary)/.1);color:hsl(var(--cmd-primary));border-left:2px solid hsl(var(--cmd-primary))}.nav-item.open{background:hsl(var(--cmd-muted))}.nav-icon{width:var(--cockpit-module-icon-size);height:var(--cockpit-module-icon-size);flex-shrink:0;color:hsl(var(--cmd-muted-foreground))}.nav-context-item.active .nav-icon,.nav-item.active .nav-icon{color:hsl(var(--cmd-primary))}.nav-icon-img{width:var(--cockpit-module-icon-size);height:var(--cockpit-module-icon-size);flex-shrink:0}.nav-icon-text{font-size:var(--cmd-text-sm)}.nav-expand-icon{width:.75rem;height:.75rem;margin-left:auto;color:hsl(var(--cmd-muted-foreground));transition:transform var(--cmd-motion-duration-fast) var(--cmd-motion-easing)}.nav-item.open .nav-expand-icon{transform:rotate(90deg)}.nav-item-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-children{display:flex;flex-direction:column;gap:var(--cmd-gap-xs);padding-left:var(--cmd-padding-lg);margin-top:var(--cmd-gap-xs)}.nav-child-item{font-size:var(--cmd-text-xs);padding:var(--cmd-padding-sm) var(--cmd-padding-md)}.nav-module-zones{display:flex;height:100%;width:100%}.nav-zone-a,.nav-zone-b,.nav-zone-c{display:flex;align-items:center;justify-content:center}.nav-zone-b{min-height:0}.nav-empty-state{padding:var(--cmd-padding-lg);text-align:center;color:hsl(var(--cmd-muted-foreground))}.nav-empty-message{font-size:var(--cmd-text-sm);margin:0}@media (max-width:1023px){.nav-module{width:var(--cmd-rail-width-sm);padding:var(--cmd-padding-sm)}.nav-context-item .nav-item-label,.nav-item-label{display:none}.nav-context-item,.nav-item{justify-content:center;padding:var(--cmd-padding-sm)}.nav-children{display:none}}@media (max-width:639px){.nav-module{display:none}}@media (prefers-reduced-motion:reduce){.nav-context-item,.nav-expand-icon,.nav-item{transition:none}.nav-context-item:hover,.nav-item:hover{transform:none}}.module-shell-ghost{--_glass-blur:var(--glass-blur,var(--cockpit-module-glass-blur,10px));--_bg:var(--module-shell-ghost-bg,var(--cockpit-module-bg));--_bg-opacity:var(--module-shell-ghost-bg-opacity,0.12);--_border:var(--module-shell-ghost-border,1px solid hsl(var(--cockpit-module-outline)/0.2));--_elevation:var(--module-shell-ghost-elevation,none);--_bracket-color:var(--module-shell-ghost-bracket-color,hsl(var(--cockpit-module-outline)/0.4));--_bracket-w:var(--corner-bracket-width,var(--module-shell-bracket-width));position:relative;isolation:isolate;width:var(--module-shell-width,min(100%,-moz-max-content));width:var(--module-shell-width,min(100%,max-content));min-width:var(--module-shell-min-width);max-width:100%;min-height:var(--module-shell-content-min-height);max-height:var(--module-shell-content-min-height);padding:calc(var(--module-shell-inset) + var(--module-shell-bracket-size));background:hsl(var(--_bg)/var(--_bg-opacity));border:var(--_border);box-shadow:var(--_elevation);transition:border-color var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease,filter var(--module-hover-duration,.2s) ease;box-sizing:border-box;overflow:hidden}.module-shell-ghost:hover{box-shadow:var(--module-hover-glow);filter:brightness(var(--module-hover-brightness,1))}.module-shell-ghost__surface{position:absolute;inset:0;z-index:0;pointer-events:none;background:var(--module-shell-ghost-glass-bg,var(--module-glass-bg));backdrop-filter:blur(var(--_glass-blur));-webkit-backdrop-filter:blur(var(--_glass-blur))}.module-shell-ghost__container{position:relative;z-index:1;padding:var(--module-shell-inset);min-width:0;width:100%;height:100%;min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}@supports not (backdrop-filter:blur(1px)){.module-shell-ghost__surface{background:hsl(var(--_bg)/.08)}}.module-shell-ghost:after,.module-shell-ghost:before{content:"";position:absolute;width:var(--corner-accent-length,var(--module-shell-bracket-size));height:var(--corner-accent-length,var(--module-shell-bracket-size));border-color:var(--_bracket-color);border-style:solid;border-width:0;pointer-events:none;z-index:2;transition:width var(--module-hover-duration,.2s) ease,height var(--module-hover-duration,.2s) ease,top var(--module-hover-duration,.2s) ease,left var(--module-hover-duration,.2s) ease,bottom var(--module-hover-duration,.2s) ease,right var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease}.module-shell-ghost:before{top:var(--module-shell-bracket-offset);left:var(--module-shell-bracket-offset);border-top-width:var(--_bracket-w);border-left-width:var(--_bracket-w)}.module-shell-ghost:hover:before{top:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));left:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));height:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));box-shadow:0 0 6px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.module-shell-ghost:after{bottom:var(--module-shell-bracket-offset);right:var(--module-shell-bracket-offset);border-bottom-width:var(--_bracket-w);border-right-width:var(--_bracket-w)}.module-shell-ghost:hover:after{bottom:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));right:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));height:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));box-shadow:0 0 6px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.module-shell-ghost__content{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--cmd-gap,.5rem);min-width:0;width:100%;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.module-shell-ghost,.module-shell-ghost:after,.module-shell-ghost:before{transition:none}.module-shell-ghost:hover:after,.module-shell-ghost:hover:before{top:var(--module-shell-bracket-offset);left:var(--module-shell-bracket-offset);bottom:var(--module-shell-bracket-offset);right:var(--module-shell-bracket-offset);width:var(--corner-accent-length);height:var(--corner-accent-length);box-shadow:none}}.submodule-shell-ghost{--_glass-blur:var(--glass-blur,var(--cockpit-module-glass-blur,10px));--_bg:var(--module-shell-ghost-bg,var(--cockpit-module-bg));--_bg-opacity:var(--module-shell-ghost-bg-opacity,0.12);--_border:var(--module-shell-ghost-border,1px solid hsl(var(--cockpit-module-outline)/0.2));--_elevation:var(--module-shell-ghost-elevation,none);--_bracket-color:var(--module-shell-ghost-bracket-color,hsl(var(--cockpit-module-outline)/0.4));--_bracket-size:var(--submodule-shell-bracket-size,4px);--_bracket-offset:var(--submodule-shell-bracket-offset,2px);--_bracket-w:var(--corner-bracket-width,var(--module-shell-bracket-width));position:relative;isolation:isolate;width:var(--module-shell-width,min(100%,-moz-max-content));width:var(--module-shell-width,min(100%,max-content));min-width:var(--submodule-shell-min-width);max-width:100%;min-height:var(--submodule-shell-content-min-height);max-height:var(--submodule-shell-content-min-height);padding:var(--submodule-shell-padding-y) var(--submodule-shell-padding-x);background:hsl(var(--_bg)/var(--_bg-opacity));border:var(--_border);box-shadow:var(--_elevation);transition:border-color var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease,filter var(--module-hover-duration,.2s) ease;box-sizing:border-box;overflow:hidden}.submodule-shell-ghost:hover{box-shadow:var(--module-hover-glow);filter:brightness(var(--module-hover-brightness,1))}.submodule-shell-ghost__surface{position:absolute;inset:0;z-index:0;pointer-events:none;background:var(--module-glass-bg);backdrop-filter:blur(var(--_glass-blur));-webkit-backdrop-filter:blur(var(--_glass-blur))}.submodule-shell-ghost__container{position:relative;z-index:1;min-width:0;width:100%;height:100%;min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}@supports not (backdrop-filter:blur(1px)){.submodule-shell-ghost__surface{background:hsl(var(--_bg)/.08)}}.submodule-shell-ghost:after,.submodule-shell-ghost:before{content:"";position:absolute;width:var(--_bracket-size);height:var(--_bracket-size);border-color:var(--_bracket-color);border-style:solid;border-width:0;pointer-events:none;z-index:2;transition:width var(--module-hover-duration,.2s) ease,height var(--module-hover-duration,.2s) ease,top var(--module-hover-duration,.2s) ease,left var(--module-hover-duration,.2s) ease,bottom var(--module-hover-duration,.2s) ease,right var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease}.submodule-shell-ghost:before{top:var(--_bracket-offset);left:var(--_bracket-offset);border-top-width:var(--_bracket-w);border-left-width:var(--_bracket-w)}.submodule-shell-ghost:hover:before{top:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));left:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));height:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));box-shadow:0 0 4px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.submodule-shell-ghost:after{bottom:var(--_bracket-offset);right:var(--_bracket-offset);border-bottom-width:var(--_bracket-w);border-right-width:var(--_bracket-w)}.submodule-shell-ghost:hover:after{bottom:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));right:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));height:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));box-shadow:0 0 4px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.submodule-shell-ghost__content{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--cmd-gap,.5rem);min-width:0;width:100%;position:relative;overflow:hidden;pointer-events:auto}@media (prefers-reduced-motion:reduce){.submodule-shell-ghost,.submodule-shell-ghost:after,.submodule-shell-ghost:before{transition:none}.submodule-shell-ghost:hover:after,.submodule-shell-ghost:hover:before{top:var(--_bracket-offset);left:var(--_bracket-offset);bottom:var(--_bracket-offset);right:var(--_bracket-offset);width:var(--_bracket-size);height:var(--_bracket-size);box-shadow:none}}.breadcrumb-module{font-size:var(--cmd-text-sm)}.breadcrumb-module.breadcrumb-module--stacked{max-height:none;min-height:calc(var(--submodule-shell-content-min-height) * 2 + var(--cmd-gap, .5rem));justify-content:flex-start}.breadcrumb-module.breadcrumb-module--stacked .submodule-shell-ghost__content{flex-direction:column;align-items:stretch}.cockpit-zone-panel{--_glass-blur:var(--cockpit-module-glass-blur,10px);position:relative;isolation:isolate;width:100%;min-width:0;min-height:var(--cockpit-module-height);max-height:var(--cockpit-module-height);display:flex;flex-direction:column;justify-content:center;background:hsl(var(--cockpit-module-bg)/var(--cockpit-module-bg-opacity));border:var(--cockpit-module-glass-border);box-shadow:var(--cockpit-module-elevation);backdrop-filter:blur(var(--_glass-blur));-webkit-backdrop-filter:blur(var(--_glass-blur));transition:border-color .15s ease,box-shadow .15s ease}@supports not (backdrop-filter:blur(1px)){.cockpit-zone-panel{background:hsl(var(--cockpit-module-bg)/.88)}}.cockpit-zone-panel__row{display:flex;align-items:center;justify-content:flex-start;gap:var(--cmd-gap,.5rem);min-height:var(--cockpit-module-height);height:var(--cockpit-module-height);padding:var(--zone-pad,0) var(--command-padding,.375rem);padding-left:calc(var(--zone-pad, 0) + var(--command-padding, .375rem));padding-right:calc(var(--zone-pad, 0) + var(--command-padding, .5rem));position:relative;z-index:1;min-width:0}@media (prefers-reduced-motion:reduce){.cockpit-zone-panel{transition:none}}.module-shell-dark{--_glass-blur:var(--glass-blur,var(--cockpit-module-glass-blur,10px));--_bg:var(--module-shell-dark-bg,var(--cockpit-module-bg));--_bg-opacity:var(--module-shell-dark-bg-opacity,var(--cockpit-module-bg-opacity));--_border:var(--module-shell-dark-border,var(--cockpit-module-glass-border));--_elevation:var(--module-shell-dark-elevation,var(--cockpit-module-elevation));--_bracket-color:var(--module-shell-dark-bracket-color,var(--module-shell-bracket-color));--_bracket-w:var(--corner-bracket-width,var(--module-shell-bracket-width));position:relative;isolation:isolate;width:var(--module-shell-width,min(100%,-moz-max-content));width:var(--module-shell-width,min(100%,max-content));min-width:var(--module-shell-min-width);max-width:100%;min-height:var(--module-shell-content-min-height);max-height:var(--module-shell-content-min-height);padding:calc(var(--module-shell-inset) + var(--module-shell-bracket-size));background:linear-gradient(var(--module-light-angle,145deg),hsl(var(--_bg)/calc(var(--_bg-opacity) + .05)),hsl(var(--_bg)/var(--_bg-opacity)));border:var(--_border);box-shadow:var(--_elevation),var(--module-inset-highlight);transition:border-color var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease,filter var(--module-hover-duration,.2s) ease;box-sizing:border-box;overflow:hidden}.module-shell-dark:hover{box-shadow:var(--module-hover-elevation),var(--module-hover-glow),var(--module-inset-highlight);filter:brightness(var(--module-hover-brightness,1))}.module-shell-dark__surface{position:absolute;inset:0;z-index:0;pointer-events:none;background:var(--module-shell-dark-glass-bg,var(--module-glass-bg));backdrop-filter:blur(var(--_glass-blur));-webkit-backdrop-filter:blur(var(--_glass-blur))}.module-shell-dark__container{position:relative;z-index:1;padding:var(--module-shell-inset);min-width:0;width:100%;height:100%;min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}@supports not (backdrop-filter:blur(1px)){.module-shell-dark{background:hsl(var(--_bg)/.88)}.module-shell-dark__surface{background:hsl(var(--_bg)/.08)}}.module-shell-dark:after,.module-shell-dark:before{content:"";position:absolute;width:var(--corner-accent-length,var(--module-shell-bracket-size));height:var(--corner-accent-length,var(--module-shell-bracket-size));border-color:var(--_bracket-color);border-style:solid;border-width:0;pointer-events:none;z-index:2;transition:width var(--module-hover-duration,.2s) ease,height var(--module-hover-duration,.2s) ease,top var(--module-hover-duration,.2s) ease,left var(--module-hover-duration,.2s) ease,bottom var(--module-hover-duration,.2s) ease,right var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease}.module-shell-dark:before{top:var(--module-shell-bracket-offset);left:var(--module-shell-bracket-offset);border-top-width:var(--_bracket-w);border-left-width:var(--_bracket-w)}.module-shell-dark:hover:before{top:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));left:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));height:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));box-shadow:0 0 6px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.module-shell-dark:after{bottom:var(--module-shell-bracket-offset);right:var(--module-shell-bracket-offset);border-bottom-width:var(--_bracket-w);border-right-width:var(--_bracket-w)}.module-shell-dark:hover:after{bottom:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));right:calc(var(--module-shell-bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));height:calc(var(--corner-accent-length) + var(--corner-hover-expand, 0px));box-shadow:0 0 6px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.module-shell-dark__content{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--cmd-gap,.5rem);min-width:0;width:100%;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.module-shell-dark,.module-shell-dark:after,.module-shell-dark:before{transition:none}.module-shell-dark:hover:after,.module-shell-dark:hover:before{top:var(--module-shell-bracket-offset);left:var(--module-shell-bracket-offset);bottom:var(--module-shell-bracket-offset);right:var(--module-shell-bracket-offset);width:var(--corner-accent-length);height:var(--corner-accent-length);box-shadow:none}}.submodule-shell-dark{--_glass-blur:var(--glass-blur,var(--cockpit-module-glass-blur,10px));--_bg:var(--module-shell-dark-bg,var(--cockpit-module-bg));--_bg-opacity:var(--module-shell-dark-bg-opacity,var(--cockpit-module-bg-opacity));--_border:var(--module-shell-dark-border,var(--cockpit-module-glass-border));--_elevation:var(--module-shell-dark-elevation,var(--cockpit-module-elevation));--_bracket-color:var(--module-shell-dark-bracket-color,var(--module-shell-bracket-color));--_bracket-size:var(--submodule-shell-bracket-size,4px);--_bracket-offset:var(--submodule-shell-bracket-offset,2px);--_bracket-w:var(--corner-bracket-width,var(--module-shell-bracket-width));position:relative;isolation:isolate;width:var(--module-shell-width,min(100%,-moz-max-content));width:var(--module-shell-width,min(100%,max-content));min-width:var(--submodule-shell-min-width);max-width:100%;min-height:var(--submodule-shell-content-min-height);max-height:var(--submodule-shell-content-min-height);padding:var(--submodule-shell-padding-y) var(--submodule-shell-padding-x);background:linear-gradient(var(--module-light-angle,145deg),hsl(var(--_bg)/calc(var(--_bg-opacity) + .05)),hsl(var(--_bg)/var(--_bg-opacity)));border:var(--_border);box-shadow:var(--_elevation),var(--module-inset-highlight);transition:border-color var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease,filter var(--module-hover-duration,.2s) ease;box-sizing:border-box;overflow:hidden}.submodule-shell-dark:hover{box-shadow:var(--module-hover-elevation),var(--module-hover-glow),var(--module-inset-highlight);filter:brightness(var(--module-hover-brightness,1))}.submodule-shell-dark__surface{position:absolute;inset:0;z-index:0;pointer-events:none;background:var(--module-glass-bg);backdrop-filter:blur(var(--_glass-blur));-webkit-backdrop-filter:blur(var(--_glass-blur))}.submodule-shell-dark__container{position:relative;z-index:1;min-width:0;width:100%;height:100%;min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}@supports not (backdrop-filter:blur(1px)){.submodule-shell-dark{background:hsl(var(--_bg)/.88)}.submodule-shell-dark__surface{background:hsl(var(--_bg)/.08)}}.submodule-shell-dark:after,.submodule-shell-dark:before{content:"";position:absolute;width:var(--_bracket-size);height:var(--_bracket-size);border-color:var(--_bracket-color);border-style:solid;border-width:0;pointer-events:none;z-index:2;transition:width var(--module-hover-duration,.2s) ease,height var(--module-hover-duration,.2s) ease,top var(--module-hover-duration,.2s) ease,left var(--module-hover-duration,.2s) ease,bottom var(--module-hover-duration,.2s) ease,right var(--module-hover-duration,.2s) ease,box-shadow var(--module-hover-duration,.2s) ease}.submodule-shell-dark:before{top:var(--_bracket-offset);left:var(--_bracket-offset);border-top-width:var(--_bracket-w);border-left-width:var(--_bracket-w)}.submodule-shell-dark:hover:before{top:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));left:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));height:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));box-shadow:0 0 4px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.submodule-shell-dark:after{bottom:var(--_bracket-offset);right:var(--_bracket-offset);border-bottom-width:var(--_bracket-w);border-right-width:var(--_bracket-w)}.submodule-shell-dark:hover:after{bottom:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));right:calc(var(--_bracket-offset) - var(--corner-hover-expand, 0px));width:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));height:calc(var(--_bracket-size) + var(--corner-hover-expand, 0px));box-shadow:0 0 4px hsl(var(--cockpit-module-outline)/var(--corner-hover-glow,.25))}.submodule-shell-dark__content{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--cmd-gap,.5rem);min-width:0;width:100%;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.submodule-shell-dark,.submodule-shell-dark:after,.submodule-shell-dark:before{transition:none}.submodule-shell-dark:hover:after,.submodule-shell-dark:hover:before{top:var(--_bracket-offset);left:var(--_bracket-offset);bottom:var(--_bracket-offset);right:var(--_bracket-offset);width:var(--_bracket-size);height:var(--_bracket-size);box-shadow:none}}.panel-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:var(--cmd-z-modal);padding:var(--cmd-padding-lg)}.panel-overlay:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:var(--cmd-z-modal-backdrop)}.panel-module{width:90vw;max-width:32rem;max-height:90vh;display:flex;flex-direction:column;position:relative;z-index:var(--cmd-z-modal)}.panel-connector{position:absolute;width:2px;height:2rem;background:hsl(var(--cmd-primary)/.3);border-radius:0 0 2px 2px;top:-2rem;left:50%;transform:translateX(-50%);opacity:.6;pointer-events:none}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:var(--cmd-padding-lg);border-bottom:1px solid hsl(var(--cmd-border));flex-shrink:0}.panel-title{font-size:var(--cmd-text-lg);font-weight:600;color:hsl(var(--cmd-fg));margin:0}.panel-actions{display:flex;align-items:center;gap:var(--cmd-gap-sm)}.panel-icon{width:1rem;height:1rem}.panel-content{padding:var(--cmd-padding-lg);overflow-y:auto;flex:1}@media (max-width:639px){.panel-overlay{padding:0;align-items:flex-end}.panel-module{width:100vw;max-width:100vw;max-height:90vh;border-radius:var(--cmd-radius-lg) var(--cmd-radius-lg) 0 0}.panel-connector{display:none}}.scope-module{display:flex;align-items:center;padding:var(--cmd-padding-sm) var(--cmd-padding-md);position:relative}.scope-label{color:hsl(var(--cmd-muted-foreground))}.scope-label,.scope-value{font-size:var(--cmd-text-sm);font-weight:500}.scope-value{flex:1;color:hsl(var(--cmd-fg))}.scope-selector-icon{width:.75rem;height:.75rem;color:hsl(var(--cmd-muted-foreground));transition:transform var(--cmd-motion-duration-fast) var(--cmd-motion-easing);flex-shrink:0}.scope-selector[aria-expanded=true] .scope-selector-icon{transform:rotate(180deg)}.scope-dropdown{position:absolute;top:calc(100% + var(--cmd-gap-xs));left:0;right:0;background:hsl(var(--cmd-bg));border:1px solid hsl(var(--cmd-border));border-radius:var(--cmd-radius-md);box-shadow:var(--cmd-shadow-lg);list-style:none;margin:0;padding:var(--cmd-padding-xs);z-index:var(--cmd-z-dropdown);max-height:20rem;overflow-y:auto}@media (prefers-reduced-motion:reduce){.scope-selector-icon{transition:none}}.status-module{display:flex;align-items:center;padding:var(--cmd-padding-sm) var(--cmd-padding-md)}.status-dot{width:.5rem;height:.5rem;border-radius:var(--cmd-radius-full);flex-shrink:0}.status-label{font-size:var(--cmd-text-xs);font-weight:500;color:hsl(var(--cmd-muted-foreground));text-transform:capitalize}.status-online .status-dot{background:hsl(var(--cmd-status-success));box-shadow:0 0 8px hsl(var(--cmd-status-success)/.5)}.status-syncing .status-dot{background:hsl(var(--cmd-status-info));box-shadow:0 0 8px hsl(var(--cmd-status-info)/.5);animation:pulse 2s ease-in-out infinite}.status-offline .status-dot{background:hsl(var(--cmd-status-error));box-shadow:0 0 8px hsl(var(--cmd-status-error)/.5)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (prefers-reduced-motion:reduce){.status-syncing .status-dot{animation:none}}.environment-module{display:flex;align-items:center;padding:var(--cmd-padding-sm) var(--cmd-padding-md)}.environment-name{font-size:var(--cmd-text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.environment-info{font-size:var(--cmd-text-xs);opacity:.8}.notification-module{display:flex;align-items:center;justify-content:center;padding:var(--cmd-padding-sm)}.notification-icon{width:1.25rem;height:1.25rem}.help-module{display:flex;align-items:center;justify-content:center;padding:var(--cmd-padding-sm)}.help-icon{width:1.25rem;height:1.25rem}.guidance-module{width:16rem;display:flex;flex-direction:column;gap:var(--cmd-gap-md)}.guidance-header{display:flex;align-items:center;gap:var(--cmd-gap-sm);padding-bottom:var(--cmd-padding-sm);border-bottom:1px solid hsl(var(--cmd-border))}.guidance-icon{font-size:var(--cmd-text-lg);flex-shrink:0}.guidance-title{font-size:var(--cmd-text-sm);font-weight:600;color:hsl(var(--cmd-fg));margin:0}.guidance-list{display:flex;flex-direction:column;gap:var(--cmd-gap-md)}.insight-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:var(--cmd-z-modal);padding:var(--cmd-padding-lg)}.insight-overlay:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:var(--cmd-z-modal-backdrop)}.insight-module{width:90vw;max-width:36rem;display:flex;flex-direction:column;gap:var(--cmd-gap-md);position:relative;z-index:var(--cmd-z-modal)}.insight-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:var(--cmd-padding-md);border-bottom:1px solid hsl(var(--cmd-border))}.insight-header-content{display:flex;align-items:center;gap:var(--cmd-gap-sm)}.insight-icon{font-size:var(--cmd-text-lg);flex-shrink:0}.insight-title{font-size:var(--cmd-text-lg);font-weight:600;color:hsl(var(--cmd-fg));margin:0}.insight-content{font-size:var(--cmd-text-base);line-height:1.6;color:hsl(var(--cmd-fg))}.insight-reason{font-size:var(--cmd-text-sm);color:hsl(var(--cmd-muted-foreground));margin-top:var(--cmd-gap-sm);padding-left:var(--cmd-padding-md);border-left:2px solid hsl(var(--cmd-border))}.insight-actions{display:flex;align-items:center;gap:var(--cmd-gap-sm);padding-top:var(--cmd-padding-md);border-top:1px solid hsl(var(--cmd-border))}@media (max-width:639px){.insight-overlay{padding:0;align-items:flex-end}.insight-module{width:100vw;max-width:100vw;border-radius:var(--cmd-radius-lg) var(--cmd-radius-lg) 0 0}}.assist-module{width:16rem;display:flex;flex-direction:column;gap:var(--cmd-gap-md)}.assist-header{display:flex;align-items:center;gap:var(--cmd-gap-sm);padding-bottom:var(--cmd-padding-sm);border-bottom:1px solid hsl(var(--cmd-border))}.assist-icon{font-size:var(--cmd-text-lg);flex-shrink:0}.assist-title{font-size:var(--cmd-text-sm);font-weight:600;color:hsl(var(--cmd-fg));margin:0}.assist-list{flex-direction:column}.assist-hint,.assist-list{display:flex;gap:var(--cmd-gap-sm)}.assist-hint{align-items:flex-start;padding:var(--cmd-padding-sm);border-radius:var(--cmd-radius-sm);background:hsl(var(--cmd-muted)/.5)}.assist-hint-icon{font-size:var(--cmd-text-sm);flex-shrink:0;margin-top:.125rem}.assist-hint-text{font-size:var(--cmd-text-xs);color:hsl(var(--cmd-fg));line-height:1.5;flex:1}