/* PR93 — shared profile/account menu using the workspace-selector primitive. */
[data-oroko-profile-trigger]{cursor:pointer}
.top-actions [data-oroko-profile-trigger]{transition:box-shadow .14s ease,transform .14s ease}
.top-actions [data-oroko-profile-trigger]:hover{box-shadow:0 0 0 3px var(--surface-soft)}
.sidebar-foot .profile[data-oroko-profile-trigger]{border-radius:10px;padding:10px 8px;transition:background-color .14s ease}
.sidebar-foot .profile[data-oroko-profile-trigger]:hover{background:var(--surface-soft)}

.oroko-profile-menu{padding:6px!important;overflow:visible!important}
.oroko-profile-head{display:flex;align-items:center;gap:10px;padding:8px 9px 10px}
.oroko-profile-head>.avatar{width:32px;height:32px;flex:0 0 32px}
.oroko-profile-head>span:last-child{display:flex;flex-direction:column;gap:2px;min-width:0}
.oroko-profile-head strong{font-size:11.5px;color:var(--ink);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.oroko-profile-head small{font-size:10px;color:var(--muted);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.oroko-profile-theme{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px;border:0;border-radius:8px;background:transparent;color:var(--ink);font:inherit;cursor:pointer;text-align:left}
.oroko-profile-theme:hover{background:var(--surface-soft)}
.oroko-profile-theme>span:first-child{font-size:12px;color:var(--ink)}
.oroko-profile-switch{position:relative;width:30px;height:17px;flex:0 0 30px;border-radius:999px;background:var(--line-strong);transition:background-color .14s ease}
.oroko-profile-switch i{position:absolute;top:2px;left:2px;width:13px;height:13px;border-radius:50%;background:var(--surface);box-shadow:var(--shadow-xs);transition:transform .14s ease}
.oroko-profile-theme[aria-pressed="true"] .oroko-profile-switch{background:var(--primary)}
.oroko-profile-theme[aria-pressed="true"] .oroko-profile-switch i{transform:translateX(13px)}

.oroko-profile-logout{color:var(--red)!important}
.oroko-profile-logout:hover{background:var(--red-soft)!important;color:var(--red)!important}

:root[data-theme="dark"] .top-actions [data-oroko-profile-trigger]:hover{box-shadow:0 0 0 3px rgba(97,195,255,.14)}
:root[data-theme="dark"] .oroko-profile-menu{background:var(--surface)!important;border-color:var(--line)!important;color:var(--ink)!important}
:root[data-theme="dark"] .oroko-profile-head strong{color:var(--ink)!important}
:root[data-theme="dark"] .oroko-profile-head small{color:var(--muted)!important}

@media(max-width:820px){
  .oroko-profile-menu{max-width:calc(100vw - 16px)!important}
}
