.profile_container__CYebx{width:100%;max-width:1100px;margin:0 auto;padding:clamp(1rem,5vw,3rem);animation:profile_fadeIn__vOW1W .5s ease-out}@keyframes profile_fadeIn__vOW1W{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes profile_pulse__4QpB3{0%,to{background-color:var(--color-surface)}50%{background-color:var(--color-surface-solid)}}.profile_skeletonElement__aF9Eb{animation:profile_pulse__4QpB3 1.5s cubic-bezier(.4,0,.6,1) infinite;background-color:var(--color-surface);border-radius:var(--border-radius-md)}.profile_skeletonHeader__In9Pi{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;margin-bottom:2rem;padding:2.5rem;background-color:var(--color-surface);border-radius:var(--border-radius-lg);border:1px solid var(--color-border)}.profile_skeletonPicture__qEpja{width:100px;height:100px;border-radius:50%}.profile_skeletonHeaderContent__Zy_o_{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.profile_skeletonLine__KHLl9{height:20px}.profile_errorText__VzDQx{color:var(--color-subtle-foreground);font-size:1.1rem;min-height:50vh}.profile_emptyStateContainer__LvjhX,.profile_errorText__VzDQx{text-align:center;padding:4rem 1rem;display:flex;align-items:center;justify-content:center}.profile_emptyStateContainer__LvjhX{min-height:40vh;flex-direction:column;gap:1.5rem;border:1px dashed var(--color-border);border-radius:var(--border-radius-lg);background-color:var(--color-surface)}.profile_emptyStateIcon__usZZs{color:var(--color-accent)}.profile_emptyStateText__XkwjD{color:var(--color-foreground);font-size:1.2rem;font-weight:500;margin:0}.profile_emptyStateSubtext__HbGVq{color:var(--color-subtle-foreground);font-size:1rem;margin:0;max-width:400px}.profile_loginPrompt___5IlF{text-align:center;background:var(--color-surface);padding:2rem;border-radius:var(--border-radius-lg);border:1px solid var(--color-border);margin-top:2rem}.profile_loginButton__YCUym{margin-top:1.5rem;padding:.8rem 1.5rem;background:var(--color-accent);color:var(--color-background);border:none;border-radius:var(--border-radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;will-change:transform}.profile_loginButton__YCUym:hover{transform:scale(1.05);box-shadow:0 4px 15px -5px var(--color-accent-glow)}@keyframes profile_rotateGradient__VtlTL{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile_profileHeader__Xf6f4{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;margin-bottom:2rem;padding:2.5rem;background-color:var(--color-surface);border-radius:var(--border-radius-lg);border:1px solid var(--color-border);position:relative;overflow:hidden;background-image:radial-gradient(var(--color-border) 1px,transparent 1px);background-size:16px 16px}.profile_profilePictureWrapper__1aZVk{position:relative;width:106px;height:106px;border-radius:50%;padding:3px;overflow:hidden;cursor:pointer;transition:transform .4s ease}.profile_profilePictureWrapper__1aZVk:before{content:"";position:absolute;top:50%;left:50%;width:200%;height:200%;background:conic-gradient(from 0deg,var(--color-accent),#a4ffed,var(--color-accent));transform:translate(-50%,-50%);animation:profile_rotateGradient__VtlTL 20s linear infinite;transition:animation-duration .5s ease}.profile_profilePicture__UURmW{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative;z-index:2}.profile_profilePictureWrapper__1aZVk:hover{transform:scale(1.05)}.profile_profilePictureWrapper__1aZVk:hover:before{animation-duration:3s}.profile_headerContent__zsPSN{position:relative;z-index:1}.profile_title__Qm44E{font-size:clamp(1.8rem,5vw,2.2rem);font-weight:700;margin:0}.profile_userInfo__oWr8Y{font-size:1.1rem;color:var(--color-subtle-foreground);margin-top:.25rem}.profile_userInfo__oWr8Y strong{color:var(--color-foreground);font-weight:500}.profile_statsContainer__3m6yy{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0 4rem}.profile_statCard__wS9_P{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;transition:background-color .15s ease,transform .2s ease}.profile_statCard__wS9_P:hover{background-color:var(--color-surface-solid);transform:translateY(-4px)}.profile_statIcon__QQPZe{color:var(--color-accent);flex-shrink:0;transition:transform .2s ease-out}.profile_statCard__wS9_P:hover .profile_statIcon__QQPZe{transform:scale(1.15) rotate(-8deg)}.profile_statValue__qQh9S{font-size:1.5rem;font-weight:600;color:var(--color-foreground);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile_statLabel__5wIUm{font-size:.8rem;color:var(--color-subtle-foreground);margin:0}.profile_favoritesSection__qwfZv{margin-top:3rem}.profile_sectionHeader___sSTQ{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.profile_sectionTitle___Vi78{font-size:1.5rem;font-weight:600;color:var(--color-foreground);margin:0}.profile_layoutToggle__ysYIP{display:flex;background-color:var(--color-surface);border-radius:var(--border-radius-md);border:1px solid var(--color-border);padding:.25rem}.profile_layoutToggle__ysYIP button{background:transparent;border:none;padding:.5rem;cursor:pointer;color:var(--color-subtle-foreground);border-radius:5px;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease}.profile_layoutToggle__ysYIP button:hover{color:var(--color-foreground)}.profile_layoutToggle__ysYIP button.profile_active__q9BRI{background-color:var(--color-surface-solid);color:var(--color-accent);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.profile_songContainer__Ha9bL{display:grid}.profile_songGrid__CCYP1{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.profile_songList__q7pHM{grid-template-columns:1fr;gap:.75rem}.profile_songContainer__Ha9bL>a{animation:profile_cardSlideIn__V7SzN .5s cubic-bezier(.25,.46,.45,.94) forwards;opacity:0;will-change:transform,opacity;animation-delay:var(--animation-delay,0s)}@keyframes profile_cardSlideIn__V7SzN{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.profile_songCardHover__0wnzB{transition:transform .2s ease,box-shadow .2s ease;will-change:transform}.profile_songCardHover__0wnzB:hover{transform:translateY(-4px);box-shadow:0 8px 25px -10px var(--color-shadow)}.profile_songList__q7pHM .profile_songCardHover__0wnzB:hover{transform:none;box-shadow:none}.profile_errorMessageBar__ko0gK{background-color:rgba(239,68,68,.1);color:#F87171;border:1px solid rgba(239,68,68,.2);padding:1rem 1.5rem;margin:2rem 0;border-radius:var(--border-radius-md);text-align:center;font-size:.95rem}.profile_errorMessageBar__ko0gK p{margin:0}@media (min-width:768px){.profile_profileHeader__Xf6f4{flex-direction:row;text-align:left;gap:2rem}}@media (max-width:767px){.profile_layoutToggle__ysYIP{display:none}.profile_songContainer__Ha9bL{grid-template-columns:1fr;gap:.75rem}.profile_statsContainer__3m6yy{display:grid;grid-template-columns:1fr;gap:1rem;overflow-x:unset;padding-bottom:0;-webkit-overflow-scrolling:unset}.profile_statCard__wS9_P{min-width:unset}}@keyframes SongCard_entrance__IYI0U{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.SongCard_card__LflC_{display:block;text-decoration:none;background-color:var(--color-surface);border-radius:30px;padding:calc(var(--spacing-unit) * 5);position:relative;overflow:hidden;z-index:1;border:1px solid rgba(255,255,255,.1);box-shadow:0 6px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.05);transition:transform .2s ease-out,box-shadow .2s ease-out,background-color .2s ease-out;opacity:0;animation:SongCard_entrance__IYI0U .4s ease-out forwards;animation-delay:var(--animation-delay,0s)}.SongCard_card__LflC_:after{content:"";position:absolute;top:0;left:0;width:200px;height:200px;background:radial-gradient(circle at center,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 50%);transform:translate(var(--shine-x,-100px),var(--shine-y,-100px));opacity:0;transition:opacity .2s ease-out;pointer-events:none;z-index:1}.SongCard_card__LflC_:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.15),0 4px 12px rgba(0,0,0,.08),0 0 80px rgba(var(--color-accent-rgb),.1);background:rgba(var(--color-surface-rgb),.4)}.SongCard_card__LflC_:hover:after{opacity:1}.SongCard_cardContent__rZ5Bu{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 4);position:relative;z-index:2}.SongCard_iconWrapper__s68Js{flex-shrink:0;background-color:var(--color-surface-solid);border-radius:var(--border-radius-lg);width:52px;height:52px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.15);box-shadow:inset 0 0 8px rgba(0,0,0,.05);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.165,.84,.44,1)}.SongCard_card__LflC_:hover .SongCard_iconWrapper__s68Js{transform:scale(1.05);box-shadow:0 0 20px -2px var(--color-accent-glow),inset 0 0 8px rgba(0,0,0,.05)}.SongCard_initials__APpea{font-size:1.1rem;font-weight:700;color:var(--color-accent);text-shadow:0 0 5px rgba(var(--color-accent-rgb),.4)}.SongCard_textContainer__qMIgm{flex-grow:1;min-width:0}.SongCard_title__79yx5{font-size:1.1rem;font-weight:600;color:var(--color-foreground);text-shadow:0 1px 2px rgba(0,0,0,.05)}.SongCard_artist__Lbnnu,.SongCard_title__79yx5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SongCard_artist__Lbnnu{color:var(--color-subtle-foreground);font-size:.9rem;margin-top:calc(var(--spacing-unit) / 2)}.SongCard_sourceIcon__rytqx{color:var(--color-subtle-foreground);flex-shrink:0;filter:drop-shadow(0 0 3px rgba(var(--color-accent-rgb),.2));opacity:.7}