.dashboard-shell-header-action{width:32px;height:32px;color:var(--app-shell-text-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;outline:none;flex:0 0 32px;justify-content:center;align-items:center;padding:0;display:inline-flex}.dashboard-shell-header-action:hover,.dashboard-shell-header-action:focus-visible,.dashboard-shell-header-action[data-active=true]{color:var(--app-shell-text);background:var(--app-shell-control)}.dashboard-shell-header-action:focus-visible{outline:2px solid var(--app-shell-text);outline-offset:2px}.dashboard-shell-profile-avatar{width:32px;height:32px;color:var(--app-shell-text-muted);background:var(--app-shell-panel-muted);border:1px solid var(--app-shell-border);border-radius:50%;flex:0 0 32px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.dashboard-shell-profile-avatar[data-size=large]{flex-basis:36px;width:36px;height:36px}.dashboard-shell-profile-avatar-image{object-fit:cover;width:100%;height:100%}.dashboard-shell-profile-avatar-initial{font-size:13px;font-weight:650;line-height:1}.dashboard-shell-profile-avatar[data-size=large] .dashboard-shell-profile-avatar-initial{font-size:14px}.dashboard-shell-profile-menu-content{z-index:120;min-width:218px;color:var(--app-shell-text);background:var(--app-shell-panel);border:1px solid var(--app-shell-border-strong);transform-origin:var(--radix-dropdown-menu-content-transform-origin);animation:dashboard-profile-menu-in .12s var(--app-shell-easing);border-radius:10px;padding:6px;box-shadow:0 8px 24px #00000029}.dashboard-shell-profile-menu-identity{align-items:center;gap:10px;min-width:0;padding:5px 6px 8px;display:flex}.dashboard-shell-profile-menu-copy{min-width:0}.dashboard-shell-profile-menu-name,.dashboard-shell-profile-menu-subtitle{text-overflow:ellipsis;white-space:nowrap;max-width:152px;margin:0;overflow:hidden}.dashboard-shell-profile-menu-name{color:var(--app-shell-text);font-size:13px;font-weight:650;line-height:18px}.dashboard-shell-profile-menu-subtitle{color:var(--app-shell-text-muted);margin-top:1px;font-size:12px;line-height:16px}.dashboard-shell-profile-menu-separator{background:var(--app-shell-border);height:1px;margin:4px 3px}.dashboard-shell-settings-version{color:var(--app-shell-text-muted);padding:5px 8px;font-size:12px;line-height:16px}.dashboard-shell-profile-menu-item{height:30px;color:var(--app-shell-text);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;outline:none;align-items:center;gap:8px;padding:0 8px;font-size:13px;font-weight:500;line-height:18px;display:flex}.dashboard-shell-profile-menu-item[data-highlighted]{background:var(--app-shell-control-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:#e5484d}.dashboard-shell-profile-menu-item[data-variant=destructive][data-highlighted]{background:#e5484d1f}.dashboard-shell-profile-menu-arrow{fill:var(--app-shell-panel)}.dashboard-shell-tooltip{z-index:100;color:var(--app-shell-panel);background:var(--app-shell-text);border-radius:6px;padding:5px 8px;font-size:12px;line-height:16px;box-shadow:0 4px 12px #0000002e}.dashboard-shell-tooltip-arrow{fill:var(--app-shell-text)}@media (prefers-reduced-motion:reduce){.dashboard-shell-profile-menu-content{animation:none}}@keyframes dashboard-profile-menu-in{0%{opacity:0;transform:translateY(-2px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}