.profileHolder{vertical-align:top;display:inline-flex;position:relative}.profileToggle{cursor:pointer;border-radius:1rem;align-items:center;display:inline-flex}.profileToggle.isOpen .profileIcon{transform:rotateX(180deg)}.profileToggle.variantLight{background-color:rgba(var(--gray-900))}.profileToggle.variantDark{background-color:rgba(var(--gray-900,.1));box-shadow:0 0 0 .1rem rgba(var(--gray-800,.1))}.profileToggle.variantDark .profileAvatar{background-color:rgba(var(--gray,.2))}.profileToggle.sizeLarge{padding-top:.8rem;padding-bottom:.8rem;gap:1.2rem;height:4.6rem;padding-inline:.8rem 1.2rem}.profileToggle.sizeSmall{padding-top:.5rem;padding-bottom:.5rem;gap:1rem;height:4rem;padding-inline:.5rem .8rem}.profileIcon{transition:transform .12s linear}.profileAvatar{background-color:rgba(var(--gray-dark), .2);color:rgba(var(--gray), 1);border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.profileAvatar.sizeLarge{width:4rem;height:4rem}.profileAvatar.sizeSmall{width:3rem;height:3rem}.profileAvatarImg{max-width:100%}.profileUserName{font-size:1.5rem;font-weight:700;line-height:2rem}.profileContent{top:100%;background-color:rgba(var(--white), 1);z-index:10;border-radius:1.6rem;flex-direction:column;align-items:center;gap:2rem;width:38rem;margin-top:1rem;padding:2rem;display:flex;position:absolute;inset-inline-end:0;box-shadow:0 0 .6rem #0000001f}.profileAvatarIcon{font-size:1.2rem}.profileContentActionsRow{flex-direction:column;gap:1rem;width:100%;display:flex}.profileContentCloseAction{top:2rem;color:rgba(var(--gray), 1);cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;font-size:1.4rem;transition:color .24s;display:flex;position:absolute;inset-inline-end:2rem}.profileContentCloseAction:hover{color:rgba(var(--text-dark), 1)}.profileUserDetails{flex-direction:column;align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.profileContentUserEmail{color:rgba(var(--gray), 1);font-size:1.6rem;line-height:2rem}.profileContentUserName{color:rgba(var(--text-dark), 1);text-transform:capitalize;font-size:1.8rem;font-weight:700;line-height:2.2rem}.profileContentActions{grid-template-columns:1fr 1fr;gap:1rem;width:100%;min-width:0;display:grid}.profileContentActionLink{width:100%}
