.auth-control{position:relative;display:flex;align-items:center}.auth-button{display:flex;align-items:center;gap:8px;max-width:176px;white-space:nowrap}.auth-button.signed-in{padding:4px 6px 4px 4px;border:1px solid #e4e4e7;border-radius:999px;background:#fff}.auth-button.signed-in:hover{background:#f7f7f8}.auth-button img{width:27px;height:27px;border-radius:50%;object-fit:cover;background:#f1f1f2}.auth-button span{overflow:hidden;text-overflow:ellipsis}.auth-popover{position:absolute;right:0;top:calc(100% + 12px);width:280px;padding:10px;background:#fff;border:1px solid #e4e4e7;border-radius:14px;box-shadow:0 18px 45px rgba(9,9,11,.14);z-index:20}.auth-popover[hidden]{display:none}.auth-identity{display:flex;align-items:center;gap:11px;padding:8px 8px 13px;border-bottom:1px solid #ededf0}.auth-identity img{width:36px;height:36px;border-radius:50%;background:#f1f1f2}.auth-identity div{min-width:0;display:flex;flex-direction:column;gap:3px}.auth-identity b,.auth-identity span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-identity b{font-size:12px;color:#18181b}.auth-identity span{font-size:10px;color:#71717a}.auth-popover>button{width:100%;margin-top:6px;padding:10px 9px;text-align:left;border-radius:8px;background:transparent;font-size:12px;color:#52525b}.auth-popover>button:hover{background:#f4f4f5;color:#18181b}.auth-toast{position:fixed;left:50%;top:86px;z-index:50;transform:translateX(-50%);max-width:min(440px,calc(100vw - 32px));padding:11px 15px;border:1px solid #e4e4e7;border-radius:10px;background:#18181b;color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.2);font-size:12px;text-align:center}
@media(max-width:760px){.nav-actions .auth-button{display:flex}.auth-button.signed-in span{display:none}.auth-button.signed-in{padding:3px}.auth-popover{right:-52px}.auth-toast{top:70px}}
@media(max-width:520px){.nav-actions>.dark-btn{display:none}.nav-actions{gap:8px}.auth-popover{right:-8px}}
