.profile-wrap{width:100%;max-width:480px;margin:-70px auto 0;padding:32px 20px;background:#000;height:110%;color:#fff;font-family:SF Pro Display,Nunito Sans,Geist,-apple-system,BlinkMacSystemFont,sans-serif;animation:profileFadeIn .8s cubic-bezier(.4,0,.2,1);min-height:100vh;box-sizing:border-box;position:relative;overflow:hidden}@keyframes profileFadeIn{0%{opacity:0;transform:translateY(32px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-wrap .header-section{display:flex;align-items:center;gap:20px;margin-bottom:32px;position:relative}.profile-wrap .user-info{display:flex;flex-direction:column;flex:1}.profile-wrap .avatar-container{position:relative;width:88px;height:88px;flex-shrink:0}.profile-wrap .avatar,.profile-wrap .avatar-placeholder{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,rgba(40,40,40,.8),rgba(60,60,60,.6));box-shadow:0 8px 24px rgba(0,0,0,.3),0 2px 8px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1);position:relative;z-index:2;transition:all .3s cubic-bezier(.4,0,.2,1)}.profile-wrap .avatar{object-fit:cover}.profile-wrap .avatar-placeholder{display:flex;align-items:center;justify-content:center}.profile-wrap .avatar-icon{font-size:56px;color:#b3b3b3;opacity:.8}.profile-wrap .avatar-glow{position:absolute;width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#1db954,#1ed760);opacity:0;transition:opacity .3s ease;z-index:1}.profile-wrap .avatar-container:hover .avatar-glow{opacity:.3}.profile-wrap .avatar-container:hover .avatar,.profile-wrap .avatar-container:hover .avatar-placeholder{transform:scale(1.05)}.profile-wrap .display-name{font-size:1.5rem;font-weight:700;letter-spacing:-.5px;margin:0 0 4px;position:relative;top:10px;background:linear-gradient(135deg,#ffffff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.profile-wrap .username{font-size:1.1rem;color:#b3b3b3;margin:0 0 8px;opacity:.7;position:relative;bottom:10px}.profile-wrap .role-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(29,185,84,.15);border:1px solid rgba(29,185,84,.3);border-radius:20px;font-size:.95rem;color:#1db954;font-weight:600;backdrop-filter:blur(8px);transition:all .3s cubic-bezier(.4,0,.2,1)}.profile-wrap .role-badge:hover{background:rgba(29,185,84,.25);border-color:rgba(29,185,84,.5);transform:translateY(-1px)}.profile-wrap .action-buttons{display:flex;align-items:center;gap:12px;margin-left:auto}.profile-wrap .studio-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background:rgba(29,185,84,.15);border:1px solid rgba(29,185,84,.3);border-radius:20px;color:#1db954;text-decoration:none;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(8px)}.profile-wrap .studio-button:hover{border-color:rgba(29,185,84,.5);box-shadow:0 4px 16px rgba(29,185,84,.2)}.profile-wrap .settings-button{background:rgba(40,40,40,.8);border:1px solid hsla(0,0%,100%,.05);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#b3b3b3;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.2);backdrop-filter:blur(8px)}.profile-wrap .settings-button:hover{border-color:hsla(0,0%,100%,.15);box-shadow:0 8px 24px rgba(0,0,0,.3);color:#fff}.profile-wrap .button-icon{font-size:1.1rem}.profile-wrap .actions-menu{position:relative}.profile-wrap .menu-button{background:rgba(40,40,40,.8);border:1px solid hsla(0,0%,100%,.05);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#b3b3b3;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.2);transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(8px)}.profile-wrap .menu-button:hover{border-color:rgba(29,185,84,.3);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.profile-wrap .dropdown-menu{position:absolute;right:0;top:52px;min-width:160px;background:rgba(24,24,24,.95);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;box-shadow:0 16px 32px rgba(0,0,0,.4),0 4px 8px rgba(0,0,0,.2);padding:8px;backdrop-filter:blur(24px);animation:dropdownFadeIn .3s cubic-bezier(.4,0,.2,1);z-index:100}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-wrap .dropdown-item{width:100%;padding:12px 16px;color:#b3b3b3;font-size:1rem;cursor:pointer;border:none;background:none;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:12px;font-weight:500}.profile-wrap .dropdown-item:hover{background:rgba(29,185,84,.15);color:#1db954;transform:translateX(2px)}.profile-wrap .dropdown-icon{font-size:1.1rem;opacity:.8}.profile-wrap .social-stats{display:flex;justify-content:center;gap:48px;margin-bottom:32px;padding:24px;background:rgba(40,40,40,.3);border-radius:24px;backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.05)}.profile-wrap .social-stat{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:rgba(0,0,0,0);border:none;padding:8px;border-radius:12px}.profile-wrap .social-stat.clickable:hover{transform:scale(1.05);background:hsla(0,0%,100%,.05)}.profile-wrap .social-stat.clickable:active{transform:scale(.98)}.profile-wrap .stat-number{font-size:1.8rem;font-weight:800;color:#fff;line-height:1.2;background:linear-gradient(135deg,#ffffff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.profile-wrap .stat-label{font-size:1rem;color:#b3b3b3;font-weight:500;margin-top:4px;opacity:.8}.profile-wrap .activity-stats{display:grid;grid-template-columns:1fr 1fr;gap:2px}.profile-wrap .stat-card{background:rgba(39,39,39,.297);border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:12px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(16px);cursor:pointer;position:relative;overflow:hidden;width:100%;box-sizing:border-box}.profile-wrap .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.788),transparent);opacity:0;transition:opacity .3s ease}.profile-wrap .stat-icon-container{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.profile-wrap .stat-icon{font-size:1.2rem}.profile-wrap .stat-info{display:flex;flex-direction:column;gap:2px;align-items:center}.profile-wrap .stat-value{font-size:1.4rem;font-weight:800;color:#fff;line-height:1.1;background:linear-gradient(135deg,#ffffff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.profile-wrap .stat-name{font-size:.8rem;color:#b3b3b3;font-weight:500;opacity:.9;margin-top:1px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-wrap .error p{color:#ff6b6b;font-size:1.1rem;margin:0;max-width:300px;font-weight:500}.profile-wrap .error button{background:rgba(29,185,84,.2);border:1px solid #1db954;border-radius:16px;padding:12px 24px;color:#1db954;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(8px)}.profile-wrap .error button:hover{background:rgba(29,185,84,.3);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}@media(max-width:768px){.profile-wrap .profile-wrap{margin-top:-60px}}@media(max-width:600px){.profile-wrap .profile-wrap{max-width:100vw;border-radius:0;padding:20px 16px}}@media(max-width:480px){.profile-wrap .profile-wrap{margin-top:-60px}}.profile-wrap .header-section{gap:16px;margin-bottom:24px}.profile-wrap .action-buttons{gap:8px}.profile-wrap .studio-button{padding:8px 12px;font-size:.85rem}.profile-wrap .settings-button{width:38px;height:38px}.profile-wrap .button-icon{font-size:1rem}.profile-wrap .avatar,.profile-wrap .avatar-container,.profile-wrap .avatar-placeholder{width:72px;height:72px}.profile-wrap .avatar-glow{width:80px;height:80px;top:-4px;left:-4px}.profile-wrap .avatar-icon{font-size:48px}.profile-wrap .display-name{font-size:1.3rem}.profile-wrap .username{font-size:1rem}.profile-wrap .social-stats{gap:32px;padding:20px;margin-bottom:24px}.profile-wrap .stat-number{font-size:1.6rem}.profile-wrap .activity-stats{gap:12px}.profile-wrap .stat-card{padding:14px 10px;min-height:80px;max-height:95px;aspect-ratio:1.1}.profile-wrap .stat-icon-container{width:36px;height:36px}.profile-wrap .stat-icon{font-size:1.1rem}.profile-wrap .stat-value{font-size:1.3rem}.profile-wrap .stat-name{font-size:.75rem}