.dashboard-shell-header-action{width:var(--app-shell-control-height);height:var(--app-shell-control-height);flex:0 0 var(--app-shell-control-height);color:var(--app-shell-text);border:var(--app-shell-edge-width) solid transparent;border-radius:var(--app-shell-radius-pill);cursor:pointer;background:0 0;outline:none;justify-content:center;align-items:center;padding:0;transition:background-color 75ms,border-color 75ms;display:inline-flex}.dashboard-shell-header-action:hover,.dashboard-shell-header-action:focus-visible{color:var(--app-shell-text-primary);background:var(--app-shell-control-hover);border-color:#0000}.dashboard-shell-header-action:active,.dashboard-shell-header-action[data-active=true]{background:var(--app-shell-control-active);border-color:#0000}.dashboard-shell-header-action:focus-visible{outline:var(--app-shell-focus-ring-width) solid var(--app-shell-focus-ring);outline-offset:var(--app-shell-focus-ring-offset)}.dashboard-shell-header-action>svg{width:var(--app-shell-nav-icon-size);height:var(--app-shell-nav-icon-size)}.dashboard-shell-profile-menu-content{z-index:120;min-width:218px;padding:var(--app-space-6);color:var(--app-shell-text-primary);background:var(--app-shell-glass-dropdown);border:var(--app-shell-edge-width) solid var(--app-shell-popover-border);border-radius:var(--app-shell-radius-popover);box-shadow:var(--app-shell-popover-shadow);-webkit-backdrop-filter:blur(18px);transform-origin:var(--transform-origin)}[data-slot=menu-positioner]:has(>.dashboard-shell-profile-menu-content){z-index:120}.dashboard-shell-profile-menu-content>div,.dashboard-shell-tooltip>[data-slot=tooltip-viewport]{padding:0}.dashboard-shell-profile-menu-separator{height:var(--app-shell-edge-width);margin:var(--app-space-4) 3px;background:var(--app-shell-border)}.dashboard-shell-settings-version{padding:5px var(--app-space-8);color:var(--app-shell-text-muted);font-size:var(--app-type-mini);line-height:16px}.dashboard-shell-profile-menu-item{height:var(--app-shell-control-height);align-items:center;gap:var(--app-space-8);padding:0 var(--app-space-8);color:var(--app-shell-text-secondary);font-size:var(--app-type-small);font-weight:var(--app-weight-medium);border-radius:var(--app-shell-radius-chip);cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;line-height:20px;display:flex}.dashboard-shell-profile-menu-item[data-highlighted]{color:var(--app-shell-text-primary);background:var(--app-shell-popover-hover)}.dashboard-shell-profile-menu-item[data-disabled]{color:var(--app-shell-text-muted);cursor:default;opacity:.72}.dashboard-shell-profile-menu-item[data-variant=destructive]{color:var(--app-shell-danger)}.dashboard-shell-profile-menu-item[data-variant=destructive][data-highlighted]{background:color-mix(in srgb, var(--app-shell-danger) 12%, transparent)}.dashboard-shell-tooltip{z-index:100;padding:5px var(--app-space-8);color:var(--app-shell-text-primary);font-size:var(--app-type-mini);background:var(--app-shell-popover);border:var(--app-shell-edge-width) solid var(--app-shell-popover-border);border-radius:var(--app-shell-radius-chip);box-shadow:var(--app-shell-popover-shadow);line-height:16px}[data-slot=tooltip-positioner]:has(>.dashboard-shell-tooltip){z-index:100}@media (prefers-reduced-motion:reduce){.dashboard-shell-header-action,.dashboard-shell-profile-menu-item,.dashboard-shell-tooltip{transition-duration:1ms}}