.performer-card-feed{border-radius:8px;padding:16px;transition:background-color .3s ease,transform .2s ease;position:relative;width:150px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;text-align:center}.performer-card-feed img{width:100%;height:auto;aspect-ratio:1/1;border-radius:50%;object-fit:cover;text-align:center;margin-bottom:16px;box-shadow:0 8px 24px rgba(0,0,0,.6),0 0 0 2px hsla(0,0%,100%,.1),inset 0 0 0 1px hsla(0,0%,100%,.05);transition:all .3s ease;border:2px solid hsla(0,0%,100%,.08);display:block}.performer-card-feed:hover img{box-shadow:0 12px 40px rgba(0,0,0,.8),0 0 0 3px hsla(0,0%,100%,.15),inset 0 0 0 1px hsla(0,0%,100%,.1);transform:scale(1.05);border-color:hsla(0,0%,100%,.15)}.performer-card-feed .performer-info{width:100%}.performer-card-feed .performer-info h4{font-size:20px;font-weight:800;margin:0 0 8px;line-height:1.2;letter-spacing:-.04em}.performer-card-feed .performer-info h4,.performer-card-feed .performer-info p{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.performer-card-feed .performer-info p{font-size:12px;opacity:.85;margin:0;font-weight:400;line-height:1.3}.performer-card-feed.square-image img{border-radius:4px}.performer-card-feed:hover:after{transform:translate(-50%,-50%) scale(1);opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.performer-card-feed{animation:fadeInUp .4s ease-out}.performer-card-feed.small{width:120px;padding:10px;border-radius:10px;display:flex;flex-direction:column;align-items:center;text-align:center}.performer-card-feed.small img{width:72px;height:72px;min-width:72px;min-height:72px;margin-bottom:8px;border-radius:50%;box-shadow:0 6px 20px rgba(0,0,0,.6),0 0 0 2px hsla(0,0%,100%,.1),inset 0 0 0 1px hsla(0,0%,100%,.05);transition:all .3s ease;border:2px solid hsla(0,0%,100%,.08);display:block;object-fit:cover}.performer-card-feed.small:hover img{box-shadow:0 8px 28px rgba(0,0,0,.8),0 0 0 3px hsla(0,0%,100%,.15),inset 0 0 0 1px hsla(0,0%,100%,.1);transform:scale(1.05);border-color:hsla(0,0%,100%,.15)}.performer-card-feed.small .performer-info{width:100%}.performer-card-feed.small .performer-info h4{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:800;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.performer-card-feed.small .performer-info p{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;margin:0;color:inherit;opacity:.85;font-weight:400}.performers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));padding:24px 0}@media(max-width:768px){.performer-card-feed{max-width:120px;padding:12px}.performer-card-feed img{margin-bottom:12px}.performer-card-feed .performer-info h4{font-size:18px;margin-bottom:4px}.performer-card-feed .performer-info p{font-size:12px}.performers-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}}@media(max-width:480px){.performers-grid{grid-template-columns:repeat(2,1fr);gap:0}}.welcome-container{height:100vh;width:100vw;background:#000;position:fixed;top:0;left:0;z-index:9999}.welcome-container .slides-wrapper{display:flex;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);touch-action:pan-x}.welcome-container .slide{min-width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;position:relative}.welcome-container .slide:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,255,255,.03) 0,transparent 70%);z-index:1}.welcome-container .slide-content{position:relative;z-index:2;max-width:400px;animation:slideIn 1s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.welcome-container .slide-icon{width:120px;height:120px;margin-bottom:2rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(20px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:#fff;border:2px solid hsla(0,0%,100%,.2);animation:float 3s ease-in-out infinite;margin-left:auto;margin-right:auto;box-shadow:0 8px 32px hsla(0,0%,100%,.1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.welcome-container .slide h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.welcome-container .slide p{font-size:1.1rem;font-weight:400;color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:3rem}.welcome-container .navigation{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:1rem;align-items:center;z-index:10}.welcome-container .nav-dot{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.2);cursor:pointer;transition:all .3s ease}.welcome-container .nav-dot.active{background:#fff;width:32px;border-radius:16px;box-shadow:0 0 20px hsla(0,0%,100%,.4)}.welcome-container .skip-btn{position:absolute;top:2rem;right:2rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.9);padding:.75rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;z-index:10}.welcome-container .skip-btn:hover{background:hsla(0,0%,100%,.2);color:#fff;transform:translateY(-2px);border-color:hsla(0,0%,100%,.4)}.welcome-container .get-started-btn{background:#fff;color:#000;border:none;padding:1rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px hsla(0,0%,100%,.3)}.welcome-container .get-started-btn:hover{background:linear-gradient(135deg,#ffffff,#ffffff);transform:translateY(-3px);box-shadow:0 12px 40px hsla(0,0%,100%,.4)}.welcome-container .swipe-indicator{position:absolute;bottom:6rem;left:50%;transform:translateX(-50%);color:hsla(0,0%,100%,.6);font-size:.9rem;display:flex;align-items:center;gap:.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.welcome-container .slide:first-child,.welcome-container .slide:nth-child(2),.welcome-container .slide:nth-child(3){background:#000}@media(max-width:768px){.welcome-container .slide h2{font-size:2rem}.welcome-container .slide p{font-size:1rem}.welcome-container .slide-icon{width:100px;height:100px;font-size:3rem}.welcome-container .slide-content{max-width:300px}}@media(max-width:480px){.welcome-container .slide{padding:1rem}.welcome-container .slide h2{font-size:1.8rem}.welcome-container .slide-icon{width:80px;height:80px;font-size:2.5rem}}.welcome-container{overflow:hidden;pointer-events:auto}.BecomeExecutor_executorOnboarding__a3p7J{position:fixed;inset:0;background:#000;z-index:10000;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overflow:hidden}.BecomeExecutor_close__WCzHA{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:10}.BecomeExecutor_close__WCzHA:hover{background:hsla(0,0%,100%,.12)}.BecomeExecutor_swiper__7TNPk{width:100vw;height:100vh;touch-action:pan-x}.BecomeExecutor_track__EiBDj{display:flex;height:100%}.BecomeExecutor_pane__2H6k9{min-width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.BecomeExecutor_pane__2H6k9:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(29,185,84,.06),transparent 70%)}.BecomeExecutor_paneContent__ZM56p{position:relative;z-index:1;text-align:center;max-width:480px;padding:24px 24px calc(env(safe-area-inset-bottom, 0px) + 120px)}.BecomeExecutor_icon__s8BWN{width:120px;height:120px;margin:0 auto 24px;border-radius:50%;display:grid;place-items:center;color:#1db954;background:rgba(29,185,84,.12);border:1px solid rgba(29,185,84,.24);box-shadow:0 8px 32px rgba(29,185,84,.18)}.BecomeExecutor_title__8tAEV{font-size:28px;font-weight:800;margin-bottom:12px}.BecomeExecutor_text__yZh_r{color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:24px}.BecomeExecutor_featureGrid__qwGMy{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:6px;width:100%;max-width:520px;margin-inline:auto}.BecomeExecutor_feature__fqZ5n{display:flex;gap:8px;align-items:center;justify-content:center;padding:10px 12px;border-radius:12px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06)}.BecomeExecutor_steps__OHCyd{width:100%;max-width:640px;text-align:left;display:flex;flex-direction:column;gap:12px;margin:0 auto}.BecomeExecutor_steps__OHCyd li{display:flex;gap:12px;align-items:flex-start;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;padding:12px}.BecomeExecutor_stepIcon__BPd3C{width:28px;height:28px;border-radius:10px;background:rgba(29,185,84,.12);display:grid;place-items:center;color:#1db954;border:1px solid rgba(29,185,84,.25)}.BecomeExecutor_stepContent__63EkD{display:flex;flex-direction:column;font-size:14px}.BecomeExecutor_bottomBar__ydpDv{position:absolute;left:0;right:0;bottom:calc(env(safe-area-inset-bottom, 0px) + 16px);display:flex;align-items:center;justify-content:center;gap:12px}.BecomeExecutor_nav__2YhzB{width:38px;height:38px;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.BecomeExecutor_nav__2YhzB:disabled{opacity:.45;cursor:default}.BecomeExecutor_dots__s3n2b{display:flex;gap:10px}.BecomeExecutor_dot__ZXRU7{width:10px;height:10px;border-radius:999px;background:hsla(0,0%,100%,.22);border:none}.BecomeExecutor_dot__ZXRU7.BecomeExecutor_active__z76_1{background:#1db954;box-shadow:0 0 18px rgba(29,185,84,.45)}.BecomeExecutor_primary__RX4sm{background:#1db954;color:#000;border:none;border-radius:999px;padding:10px 20px;font-weight:800;box-shadow:0 8px 32px rgba(29,185,84,.3);cursor:pointer}@media(max-width:520px){.BecomeExecutor_icon__s8BWN{width:96px;height:96px}.BecomeExecutor_title__8tAEV{font-size:22px}.BecomeExecutor_featureGrid__qwGMy{grid-template-columns:repeat(2,minmax(0,1fr))}}.ModalHeader_header__XmJyt{display:flex;align-items:center;justify-content:center;padding:20px 24px;border-bottom:1px solid #282828;position:relative}@media(max-width:480px){.ModalHeader_header__XmJyt{padding:16px 20px}}.ModalHeader_title__Hk0Wl{color:#fff;font-size:18px;font-weight:700;margin:0}@media(max-width:480px){.ModalHeader_title__Hk0Wl{font-size:16px}}.ModalHeader_closeBtn__3Kg_4{position:absolute;right:24px;background:rgba(0,0,0,0);border:none;color:#b3b3b3;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ModalHeader_closeBtn__3Kg_4:hover{background:hsla(0,0%,100%,.1);color:#fff}@media(max-width:480px){.ModalHeader_closeBtn__3Kg_4{right:20px;width:36px;height:36px}}.SearchSection_searchSection__iCc1D{padding:16px 24px;border-bottom:1px solid #282828}@media(max-width:480px){.SearchSection_searchSection__iCc1D{padding:12px 20px}}.SearchSection_searchWrapper__Pj_jK{display:flex;align-items:center;background:#1a1a1a;border-radius:12px;padding:12px 16px;gap:12px}.SearchSection_searchWrapper__Pj_jK svg{color:#b3b3b3;flex-shrink:0}.SearchSection_searchWrapper__Pj_jK:focus-within{background:#2a2a2a}.SearchSection_searchInput__eF_4u{background:rgba(0,0,0,0);border:none;color:#fff;font-size:16px;width:100%;outline:none}.SearchSection_searchInput__eF_4u::placeholder{color:#b3b3b3}.UserAvatar_avatar__6EZ4n{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.UserAvatar_avatar__6EZ4n img{width:100%;height:100%;object-fit:cover}@media(max-width:480px){.UserAvatar_avatar__6EZ4n{width:44px;height:44px}}.UserAvatar_avatarFallback__hx1_v{width:100%;height:100%;background:linear-gradient(135deg,#1db954,#1ed760);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700}@media(max-width:480px){.UserAvatar_avatarFallback__hx1_v{font-size:16px}}.UserRow_userRow__DgOph{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;transition:background-color .2s ease;cursor:pointer}.UserRow_userRow__DgOph:hover{background:hsla(0,0%,100%,.05)}@media(max-width:480px){.UserRow_userRow__DgOph{padding:10px 20px}}.UserRow_userLeft__G77jn{display:flex;align-items:center;gap:12px;flex:1}.UserRow_userName__VW23W{color:#fff;font-size:16px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:480px){.UserRow_userName__VW23W{font-size:15px}}.UserRow_actionBtn__fwW_Z{display:flex;align-items:center;justify-content:center;gap:6px;background:rgba(0,0,0,0);border:1px solid #535353;color:#b3b3b3;padding:0 14px;height:40px;border-radius:9999px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;flex-shrink:0}.UserRow_actionBtn__fwW_Z:hover{transform:scale(1.05);background:hsla(0,0%,100%,.05);border-color:#fff;color:#fff}@media(max-width:480px){.UserRow_actionBtn__fwW_Z{height:36px;padding:0 12px;font-size:13px;gap:5px}}.UserRow_actionText__1XaTL{display:inline-block;line-height:1}.EmptyState_emptyMessage__dTF0s{display:flex;align-items:center;justify-content:center;padding:60px 24px;text-align:center}.EmptyState_emptyMessage__dTF0s p{color:#b3b3b3;font-size:16px;margin:0}@media(max-width:480px){.EmptyState_emptyMessage__dTF0s{padding:40px 20px}.EmptyState_emptyMessage__dTF0s p{font-size:15px}}.UsersList_usersContainer__HIZCs{flex:1;overflow-y:auto;padding:8px 0}.UsersList_usersContainer__HIZCs::-webkit-scrollbar{width:8px}.UsersList_usersContainer__HIZCs::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.UsersList_usersContainer__HIZCs::-webkit-scrollbar-thumb{background:#535353;border-radius:4px}.UsersList_usersContainer__HIZCs::-webkit-scrollbar-thumb:hover{background:#727272}.collections-overview{margin:48px 0;padding:0 1.5rem;color:#fff}.collections-overview .collections-header{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media(min-width:768px){.collections-overview .collections-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.collections-overview .collections-title{font-size:clamp(1.75rem,3.2vw,2.25rem);font-weight:800;margin:0 0 8px}.collections-overview .collections-subtitle{margin:0;color:hsla(0,0%,100%,.7);max-width:520px;line-height:1.5}.collections-overview .collections-placeholder-chip{display:inline-flex;align-items:center;justify-content:flex-start;border:1px dashed hsla(0,0%,100%,.25);border-radius:999px;padding:10px 16px;font-size:.85rem;color:hsla(0,0%,100%,.85);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.04);max-width:360px}.collections-overview .collections-section{margin-top:32px}.collections-overview .collections-section-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}@media(max-width:640px){.collections-overview .collections-section-header{flex-direction:column}}.collections-overview .collections-section-title{margin:0;font-size:clamp(1.1rem,2.7vw,1.5rem);font-weight:700}.collections-overview .collections-section-subtitle{margin:4px 0 0;color:hsla(0,0%,100%,.6);max-width:520px;line-height:1.4}.collections-overview .collections-section-cta{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:999px;color:hsla(0,0%,100%,.75);font-weight:600;font-size:.85rem;padding:10px 20px;cursor:not-allowed;backdrop-filter:blur(12px);transition:transform .2s ease,border-color .2s ease}.collections-overview .collections-section-cta:hover{transform:translateY(-1px)}.collections-overview .collections-row{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding:8px 0 12px;scroll-snap-type:x proximity;cursor:grab;user-select:none;-webkit-overflow-scrolling:touch;scrollbar-width:none}.collections-overview .collections-row::-webkit-scrollbar{display:none}.collections-overview .collections-row:active{cursor:grabbing}.collections-overview .collections-row>*{flex:0 0 auto;scroll-snap-align:start}.collections-overview .collections-card{border-radius:20px;padding:20px;background:hsla(0,0%,100%,.05);min-height:160px;min-width:200px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;border:1px solid rgba(0,0,0,0);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.collections-overview .collections-card:hover{transform:translateY(-6px);border-color:hsla(0,0%,100%,.25);box-shadow:0 18px 32px rgba(0,0,0,.35)}.collections-overview .collections-card .collections-card-title{font-weight:700;font-size:1rem;margin:0}.collections-overview .collections-card .collections-card-meta{color:hsla(0,0%,100%,.7);font-size:.85rem;line-height:1.3}.collections-overview .collections-card .collections-card-note{color:hsla(0,0%,100%,.55);font-size:.85rem}.collections-overview .collections-card--playlist{width:220px;color:#fff;background-size:cover;background-position:50%;box-shadow:inset 0 0 40px rgba(0,0,0,.25)}.collections-overview .collections-card--playlist .collections-card-meta{color:hsla(0,0%,100%,.8)}.collections-overview .collections-card--track{flex-direction:row;align-items:center;gap:16px;min-width:280px;padding:18px 20px}.collections-overview .collections-card--track .collections-card-track-accent{width:48px;height:48px;border-radius:14px;background:hsla(0,0%,100%,.18);flex-shrink:0}.collections-overview .collections-card--track .collections-card-pill{background:hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.9);border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:600}.collections-overview .collections-card--track .collections-card-track-body{display:flex;flex-direction:column;gap:4px}.collections-overview .collections-card--album{flex-direction:row;gap:16px;min-width:320px;align-items:center}.collections-overview .collections-card--album .collections-card-album-cover{width:96px;height:96px;border-radius:16px;flex-shrink:0;box-shadow:0 10px 18px rgba(0,0,0,.35)}.collections-overview .collections-card--album .collections-card-album-body{display:flex;flex-direction:column;gap:6px}.collections-overview .collections-card--community{width:240px;backdrop-filter:blur(14px);border:1px solid hsla(0,0%,100%,.12)}.collections-overview .collections-card--activity{width:280px;padding:18px 20px;background:rgba(15,23,42,.65);border:1px solid rgba(148,163,184,.2)}.collections-overview .collections-card--activity .collections-card-title{font-size:.95rem;line-height:1.45}.collections-overview .collections-card--activity .collections-card-meta{font-size:.8rem;color:rgba(148,163,184,.9)}.collections-overview .collections-card--mood{width:220px;color:#fff;box-shadow:inset 0 0 45px rgba(0,0,0,.35)}.collections-overview .collections-card--mood .collections-card-title{font-size:1.1rem}.collections-overview .collections-card--mood .collections-card-note{color:hsla(0,0%,100%,.78)}@media(max-width:768px){.collections-overview{padding:0 1rem}.collections-overview .collections-card{min-width:200px}}@media(max-width:480px){.collections-overview{padding:0 .75rem}.collections-overview .collections-placeholder-chip{max-width:none;width:100%;text-align:center}}.FollowersModal_modalOverlay__848bY{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(10px)}.FollowersModal_modalContent__66iyO{background:#000;border-radius:16px;width:100%;height:100vh;max-width:480px;display:flex;flex-direction:column;animation:FollowersModal_slideUp__iSVlu .3s ease-out}@media(max-width:768px){.FollowersModal_modalContent__66iyO{border-radius:0;max-width:100%}}@keyframes FollowersModal_slideUp__iSVlu{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}