@keyframes cyberpunk-scan{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.profile-dashboard{flex:1;box-sizing:border-box;display:flex;flex-direction:column;overflow-y:auto;background:#f8f9fc}.profile-dashboard__top-section{position:relative;background:linear-gradient(135deg,#3d74ff,#6ba3fe);color:#fff;padding:.53rem .4rem .67rem .4rem;border-radius:0 0 .53rem .53rem;box-shadow:0 .05rem .27rem rgba(0,0,0,.1)}.profile-dashboard__top-section-title{font-size:.45rem;margin-bottom:.4rem;position:relative;display:flex;justify-content:space-between;align-items:center}.profile-dashboard__top-section-config{position:absolute;top:50%;transform:translateY(-50%);right:0;transition:transform .3s}.profile-dashboard__top-section-config:hover{transform:rotate(90deg)}.profile-dashboard__profile{display:flex;align-items:center;margin-bottom:.4rem;position:relative}.profile-dashboard__profile-image-container{position:relative;margin-right:.32rem}.profile-dashboard__profile-image{width:1.6rem;height:1.6rem;border-radius:100%;overflow:hidden;border:.04rem solid hsla(0,0%,100%,.8);box-shadow:0 .05rem .2rem rgba(0,0,0,.1)}.profile-dashboard__profile-level{position:absolute;left:50%;transform:translateX(-50%);bottom:0;background:hsla(0,0%,100%,.9);color:#3d74ff;padding:.05rem .16rem;border-radius:.27rem;font-size:.27rem;font-weight:500;white-space:nowrap}.profile-dashboard__profile-details{display:flex;flex-direction:column;gap:.11rem}.profile-dashboard__profile-username{font-size:.43rem;font-weight:700}.profile-dashboard__profile-phone{font-size:.32rem;color:hsla(0,0%,100%,.7)}.profile-dashboard__profile-badge{position:absolute;top:50%;transform:translateY(-50%);z-index:0;right:0}.profile-dashboard__profile-badge img{height:1.8rem}.profile-dashboard__profile-badge span{position:absolute;left:50%;transform:translateX(-50%);bottom:.03rem;color:#fff;background:linear-gradient(90deg,#ff686d,#ff6fac);padding:.07rem .16rem;border-radius:.27rem;box-sizing:border-box;font-size:.27rem;font-weight:500;white-space:nowrap}.profile-dashboard__rank{margin-top:.27rem;border-radius:.27rem .27rem 0 0;padding:.27rem;font-size:.35rem;line-height:1.4;background:linear-gradient(90deg,#4d506f,#4d506f);color:#debb9d;display:flex;align-items:center;justify-content:space-between}.profile-dashboard__finances-panel{background:hsla(0,0%,100%,.1);backdrop-filter:blur(.13rem);border-radius:0 0 .27rem .27rem;padding:.27rem;display:flex;justify-content:space-around}.profile-dashboard__finances-entry{text-align:center;padding:0 .27rem}.profile-dashboard__finances-value{font-size:.48rem;font-weight:700;display:block;margin-bottom:.11rem}.profile-dashboard__finances-label{font-size:.32rem;color:hsla(0,0%,100%,.8)}.profile-dashboard__body{padding:0 .27rem .27rem;margin-top:-.47rem}.profile-dashboard__transactions{padding:.43rem .33rem;border-radius:.27rem;background:#fff;position:relative;z-index:2;box-shadow:0 .05rem .27rem rgba(0,0,0,.05);border:.01rem solid rgba(0,195,255,.1)}.profile-dashboard__transactions-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:.27rem}.profile-dashboard__transactions-heading>div:first-child{font-size:.4rem;font-weight:600}.profile-dashboard__transactions-heading>div:last-child{font-size:.35rem;color:#999;display:flex;align-items:center;gap:.05rem;transition:color .3s}.profile-dashboard__transactions-heading>div:last-child:hover{color:#00c3ff}.profile-dashboard__transactions-list{display:grid;grid-template-columns:repeat(4,1fr);gap:.27rem;padding:.27rem 0}.profile-dashboard__transactions-item{display:flex;flex-direction:column;align-items:center;gap:.16rem;transition:all .3s;padding:.2rem;border-radius:.2rem}.profile-dashboard__transactions-item:hover{transform:translateY(-.07rem);background:rgba(0,195,255,.05)}.profile-dashboard__transactions-icon-container{width:.8rem;height:.8rem;border-radius:.2rem;background:#f8f9fc;display:flex;align-items:center;justify-content:center;margin-bottom:.11rem;border:.01rem solid rgba(0,195,255,.1)}.profile-dashboard__transactions-icon{font-size:.4rem;color:#00c3ff}.profile-dashboard__options{border-radius:.27rem;background:#fff;margin-top:.32rem;box-shadow:0 .05rem .27rem rgba(0,0,0,.05);border:.01rem solid rgba(0,195,255,.1);overflow:hidden}.profile-dashboard__options-item{display:flex;justify-content:space-between;align-items:center;padding:.32rem;transition:all .3s;position:relative}.profile-dashboard__options-item:not(:last-child){border-bottom:.01rem solid rgba(77,79,80,.1)}.profile-dashboard__options-content{display:flex;align-items:center;gap:.16rem}.profile-dashboard__options-info{display:flex;flex-direction:column;gap:.05rem}.profile-dashboard__options-title{font-size:.37rem;color:#333}.profile-dashboard__options-desc{padding-top:.13rem;font-size:.29rem;color:#999}.profile-dashboard__options-icon-container{width:.53rem;height:.53rem;border-radius:.13rem;background:#f8f9fc;display:flex;align-items:center;justify-content:center;border:.01rem solid rgba(0,195,255,.1)}.profile-dashboard__options-icon{font-size:.32rem;color:#00c3ff}.profile-dashboard__achievement{width:7.73rem;box-sizing:border-box;padding:.67rem;text-align:center}.profile-dashboard__achievement-image{height:2.93rem}.profile-dashboard__achievement-title{font-size:.4rem;padding:0 0 .4rem;font-weight:700;color:#333}.profile-dashboard__achievement-name{font-size:.43rem;padding:.27rem 0 .4rem;font-weight:700;color:#333}.profile-dashboard__achievement-desc{font-size:.35rem;color:#999;padding-bottom:.53rem}.profile-dashboard__achievement-action{display:flex;align-items:center}.profile-dashboard__achievement-action>div{flex:1;line-height:1.07rem;color:#fff;background:linear-gradient(90deg,#ff686d,#ff6fac);text-align:center;border-radius:.67rem;box-sizing:border-box}