.dashboard_dashboardContainer__0Egxy{max-width:1400px;margin:0 auto;padding:20px}.dashboard_welcomeHeader__8nLF2{text-align:center;margin-bottom:40px}.dashboard_welcomeTitle__qReg4{color:var(--primary);font-size:32px;margin-bottom:10px}.dashboard_statsSection__kfzj6{margin-bottom:40px}.dashboard_statsGrid__n4DeA{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.dashboard_statCard___nhvf{background:var(--bg-color-secondary);padding:20px;border-radius:12px;text-align:center;box-shadow:var(--shadow);border:1px solid var(--border-color)}.dashboard_statIcon__feIHQ{width:48px;height:48px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.dashboard_statIcon__feIHQ svg{width:24px;height:24px;fill:white}.dashboard_statValue__4Hyo6{font-size:32px;font-weight:700;color:var(--text-color);margin-bottom:4px}.dashboard_statTitle__F_uww{color:var(--text-color-secondary);font-size:14px}.dashboard_uploadButtons__jMbfi{display:flex;justify-content:center;align-items:center;gap:30px;margin:40px 0;padding:20px}.dashboard_uploadBtn__moJWU{background:var(--primary);color:white;padding:16px 32px;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;min-width:200px;box-shadow:0 4px 12px rgba(65,105,225,.2)}.dashboard_uploadBtn__moJWU:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(65,105,225,.3)}.dashboard_uploadBtn__moJWU:active{transform:translateY(0);box-shadow:0 2px 8px rgba(88,101,242,.2)}.dashboard_uploadBtn__moJWU svg{width:24px;height:24px;fill:white;flex-shrink:0}.dashboard_dashboardGrid__QA09h{display:grid;grid-template-columns:1fr 350px;gap:30px}.dashboard_contentSection__9bEHv{display:flex;flex-direction:column;gap:30px}.dashboard_contentBox___mSrI{background:var(--bg-color-secondary);border-radius:12px;padding:24px;box-shadow:var(--shadow);border:1px solid var(--border-color)}.dashboard_sectionHeader__vzTRc{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid var(--border-color);padding-bottom:12px}.dashboard_sectionTitle__E0XE0{font-size:20px;font-weight:600;color:var(--text-color)}.dashboard_subsectionHeader__bRObZ{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.dashboard_subsectionTitle__YLhP5{font-size:18px;font-weight:600;color:var(--text-color)}.dashboard_seeAll__tl0Pe{color:var(--primary);font-weight:600;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:4px}.dashboard_seeAll__tl0Pe:hover{text-decoration:underline}.dashboard_contentGrid___fYba{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.dashboard_contentCard__WW2dT{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s;position:relative}.dashboard_contentCard__WW2dT:hover{transform:translateY(-4px)}.dashboard_contentCover__w4stZ{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.dashboard_contentCover__w4stZ img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dashboard_statusBadge__HQJ_p{position:absolute;top:8px;right:8px;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.dashboard_statusApproved__rd2kj{background:#4CAF50;color:white}.dashboard_statusPending__9cbG3{background:#FF9800;color:white}.dashboard_statusRejected__GZ80e{background:#F44336;color:white}.dashboard_playOverlay__6KBm7{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.dashboard_contentCover__w4stZ:hover .dashboard_playOverlay__6KBm7{opacity:1}.dashboard_playBtn__Zk7x2{width:48px;height:48px;border-radius:50%;background-color:#5865F2;color:white;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.dashboard_playBtn__Zk7x2:hover{transform:scale(1.1);background-color:#4752c4}.dashboard_contentCardInfo__pecV3{padding:12px;background:var(--gray-100)}.dashboard_contentCardTitle__zhySK{font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-color)}.dashboard_contentCardArtist__fwv8i{font-size:12px;color:var(--text-color-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard_cardActions__pR_GQ{display:flex;gap:8px;margin-top:8px}.dashboard_cardBtn__8vveS{padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;border:none;transition:opacity .3s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.dashboard_cardBtn__8vveS:hover{opacity:.8}.dashboard_editBtn__Kh7CE{background:#5865F2;color:white}.dashboard_deleteBtn__7u3CM{background:#dc3545;color:white}.dashboard_profileSection__8wXd9{background:var(--bg-color-secondary);border-radius:12px;padding:24px;box-shadow:var(--shadow);border:1px solid var(--border-color);height:-moz-fit-content;height:fit-content}.dashboard_profileHeader__Djby6{text-align:center;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border-color)}.dashboard_avatarContainer__ympBx{position:relative;width:120px;height:120px;margin:0 auto 20px}.dashboard_avatarImg__H1lna{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;background-color:#e9ecef}.dashboard_avatarUpload__Q_1kO{position:absolute;bottom:0;right:0;background:#5865F2;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:3px solid white;transition:background .3s}.dashboard_avatarUpload__Q_1kO:hover{background:#4752c4}.dashboard_avatarUpload__Q_1kO svg{width:20px;height:20px;fill:white}.dashboard_avatarUpload__Q_1kO input[type=file]{display:none}.dashboard_profileSettings__HO_Ir{display:flex;flex-direction:column;gap:16px}.dashboard_settingGroup__Q3S4Q{display:flex;flex-direction:column;gap:8px}.dashboard_settingGroup__Q3S4Q label{font-size:14px;font-weight:600;color:#555}.dashboard_settingGroup__Q3S4Q input{padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .3s}.dashboard_settingGroup__Q3S4Q input:focus{outline:none;border-color:#5865F2}.dashboard_actionButtons__OsA5V{display:flex;gap:12px;margin-top:24px}.dashboard_btn__e6hvM{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:opacity .3s;flex:1}.dashboard_btn__e6hvM:hover{opacity:.9}.dashboard_saveBtn__PyAKJ{background:#5865F2;color:white}.dashboard_cancelBtn__NGLyc{background:transparent;border:1px solid #ddd;color:#666}.dashboard_playlistGrid__rvXJF{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.dashboard_playlistCard__zy5DJ{border-radius:12px;padding:20px;color:white;cursor:pointer;transition:transform .3s,box-shadow .3s;height:180px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18)}.dashboard_playlistCard__zy5DJ:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.dashboard_playlistCard__zy5DJ h4{font-size:18px;font-weight:600;margin-bottom:8px;text-shadow:0 1px 3px rgba(0,0,0,.3)}.dashboard_playlistCard__zy5DJ p{font-size:14px;opacity:.9;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.dashboard_createPlaylistCard__Aujc8{background:transparent!important;border:2px dashed #5865f2;color:#5865F2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none;text-shadow:none}.dashboard_createPlaylistCard__Aujc8:hover{background:rgba(88,101,242,.05)!important;box-shadow:0 6px 15px rgba(88,101,242,.1)}.dashboard_createPlaylistCard__Aujc8 svg{width:48px;height:48px;fill:#5865F2}.dashboard_likedMusicCard__1WtXy{width:100%;border-radius:16px;transition:transform .3s,box-shadow .3s}.dashboard_likedMusicCard__1WtXy:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(66,133,244,.5)}.dashboard_emptyState__o_QdJ{text-align:center;padding:40px;color:#666}.dashboard_emptyState__o_QdJ svg{width:64px;height:64px;fill:#ccc;margin-bottom:16px}.dashboard_emptyState__o_QdJ p{margin-bottom:16px}.dashboard_emptyState__o_QdJ .dashboard_uploadBtn__moJWU{padding:10px 24px;font-size:16px;min-width:auto}.dashboard_modalOverlay__4ditH{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.dashboard_modal__uZre0{background:var(--bg-color-secondary);border-radius:8px;padding:24px;width:90%;max-width:400px;box-shadow:0 4px 12px rgba(0,0,0,.15);border:1px solid var(--border-color)}.dashboard_passwordModal__C4BcL{max-width:450px}.dashboard_modal__uZre0 h3{margin:0 0 16px;font-size:20px;font-weight:600;color:var(--text-color)}.dashboard_modal__uZre0 p{margin:0 0 12px;font-size:16px;color:var(--text-color)}.dashboard_warning__T521l{color:#ff4444;font-weight:500}.dashboard_formInput___tBXZ{width:100%;padding:10px;margin-bottom:16px;border:1px solid var(--border-color);border-radius:6px;font-size:14px;background:var(--bg-color);color:var(--text-color)}.dashboard_formInput___tBXZ:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(65,105,225,.2)}.dashboard_errorMessage__Oy10s{background-color:#fee2e2;color:#ef4444}.dashboard_errorMessage__Oy10s,.dashboard_successMessage__VkGFY{padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px}.dashboard_successMessage__VkGFY{background-color:#d1fae5;color:#10b981}.dashboard_modalActions__G01nH{display:flex;gap:12px;margin-top:24px}.dashboard_cancelButton__J_7HH,.dashboard_confirmDeleteButton__hFOAY,.dashboard_saveButton__72590{flex:1;padding:10px 16px;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.dashboard_cancelButton__J_7HH{background-color:#e0e0e0;color:#333}.dashboard_cancelButton__J_7HH:hover:not(:disabled){background-color:#d0d0d0}.dashboard_confirmDeleteButton__hFOAY{background-color:#ff4444;color:white}.dashboard_confirmDeleteButton__hFOAY:hover:not(:disabled){background-color:#cc0000}.dashboard_saveButton__72590{background-color:var(--primary);color:white}.dashboard_saveButton__72590:hover:not(:disabled){background-color:var(--primary-dark)}.dashboard_cancelButton__J_7HH:disabled,.dashboard_confirmDeleteButton__hFOAY:disabled,.dashboard_saveButton__72590:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1024px){.dashboard_dashboardGrid__QA09h{grid-template-columns:1fr}.dashboard_profileSection__8wXd9{order:-1}.dashboard_statsGrid__n4DeA{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard_statsGrid__n4DeA{grid-template-columns:repeat(2,1fr)}.dashboard_uploadButtons__jMbfi{flex-direction:column;gap:20px;padding:20px 0}.dashboard_uploadBtn__moJWU{width:100%;max-width:320px}.dashboard_contentGrid___fYba{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width:576px){.dashboard_statValue__4Hyo6,.dashboard_welcomeTitle__qReg4{font-size:24px}.dashboard_sectionTitle__E0XE0{font-size:18px}.dashboard_statsGrid__n4DeA{grid-template-columns:1fr}.dashboard_uploadBtn__moJWU{padding:14px 24px;font-size:16px;min-width:unset}}.RoleSelection_modalOverlay__6EJM2{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;padding:20px}.RoleSelection_modalContainer__57Rls{background:white;border-radius:16px;padding:32px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:RoleSelection_slideIn__TR1F5 .3s ease-out}@keyframes RoleSelection_slideIn__TR1F5{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.RoleSelection_modalHeader__61xLy{text-align:center;margin-bottom:32px}.RoleSelection_modalTitle__PjWSX{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.RoleSelection_modalSubtitle__O5JX8{font-size:16px;color:#666;margin:0}.RoleSelection_errorMessage__49_zZ{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:24px;text-align:center;font-size:14px}.RoleSelection_rolesContainer__hDaV1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}.RoleSelection_roleCard__PjgST{border:2px solid #e5e7eb;border-radius:12px;padding:24px;cursor:pointer;transition:all .2s ease;position:relative;background:white}.RoleSelection_roleCard__PjgST:hover{border-color:#5865F2;box-shadow:0 4px 12px rgba(88,101,242,.15);transform:translateY(-2px)}.RoleSelection_roleCard__PjgST.RoleSelection_selected__DE3sF{border-color:#5865F2;background:#f8f9ff;box-shadow:0 4px 12px rgba(88,101,242,.25)}.RoleSelection_roleIcon__1hWOp{font-size:48px;text-align:center;margin-bottom:16px}.RoleSelection_roleTitle__Jc21M{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 8px;text-align:center}.RoleSelection_roleDescription__RhxEV{font-size:14px;color:#666;margin:0 0 16px;text-align:center}.RoleSelection_roleFeatures__XlMQt{list-style:none;padding:0;margin:0}.RoleSelection_roleFeatures__XlMQt li{font-size:13px;color:#555;position:relative;padding:4px 0 4px 20px}.RoleSelection_roleFeatures__XlMQt li:before{content:"✓";position:absolute;left:0;color:#5865F2;font-weight:700}.RoleSelection_selectedIndicator__M7eDx{position:absolute;top:16px;right:16px;background:#5865F2;color:white;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.RoleSelection_modalActions__Mbn4u{display:flex;gap:16px;justify-content:center;margin-bottom:16px}.RoleSelection_skipButton__2T0Qv{background:transparent;border:2px solid #e5e7eb;color:#666;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.RoleSelection_skipButton__2T0Qv:hover{border-color:#d1d5db;background:#f9fafb}.RoleSelection_skipButton__2T0Qv:disabled{opacity:.5;cursor:not-allowed}.RoleSelection_submitButton__GXiCY{background:#5865F2;border:2px solid #5865f2;color:white;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px}.RoleSelection_submitButton__GXiCY:hover:not(:disabled){background:#4752c4;border-color:#4752c4;transform:translateY(-1px)}.RoleSelection_submitButton__GXiCY:disabled{opacity:.5;cursor:not-allowed;transform:none}.RoleSelection_modalFooter___HEz7{text-align:center;font-size:12px;color:#999;margin:0}@media (max-width:768px){.RoleSelection_modalContainer__57Rls{margin:20px;padding:24px}.RoleSelection_rolesContainer__hDaV1{grid-template-columns:1fr}.RoleSelection_modalActions__Mbn4u{flex-direction:column}.RoleSelection_skipButton__2T0Qv,.RoleSelection_submitButton__GXiCY{width:100%}}.ListenerDashboard_dashboardContainer__b7cNA{max-width:1200px;margin:0 auto;padding:20px}.ListenerDashboard_welcomeHeader__fXaP4{text-align:center;margin-bottom:40px;padding:40px 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:white}.ListenerDashboard_welcomeTitle__QqvBI{font-size:2.5rem;font-weight:700;margin:0 0 10px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.ListenerDashboard_welcomeSubtitle__slWHI{font-size:1.1rem;opacity:.9;margin:0;font-weight:400}.ListenerDashboard_statsSection__YA9Wh{margin-bottom:40px}.ListenerDashboard_statsGrid__7QW3E{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.ListenerDashboard_statCard__7j40R{background:white;border-radius:12px;padding:24px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.ListenerDashboard_statCard__7j40R:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.15)}.ListenerDashboard_statIcon__NMQUt{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:#5865F2}.ListenerDashboard_statIcon__NMQUt svg{width:28px;height:28px}.ListenerDashboard_statValue__dMVTT{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 8px}.ListenerDashboard_statTitle__almwE{font-size:.9rem;color:#666;margin:0;font-weight:500}.ListenerDashboard_discoverSection__T0ooK{text-align:center}.ListenerDashboard_discoverBtn__wa1OO{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;text-decoration:none;border-radius:12px;font-size:18px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px rgba(102,126,234,.4)}.ListenerDashboard_discoverBtn__wa1OO:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(102,126,234,.6)}.ListenerDashboard_dashboardGrid__WLzwA{display:grid;grid-template-columns:2fr 1fr;gap:30px}.ListenerDashboard_contentSection__fmjIj{display:flex;flex-direction:column;gap:30px}.ListenerDashboard_contentBox__NA7G9{background:white;border-radius:16px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.ListenerDashboard_sectionHeader__OFAHp{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ListenerDashboard_sectionTitle__vkp67{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0}.ListenerDashboard_subsectionHeader__L486u{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ListenerDashboard_subsectionTitle__j78S5{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin:0}.ListenerDashboard_seeAll__Ihd0M{display:flex;align-items:center;gap:4px;color:#5865F2;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.ListenerDashboard_seeAll__Ihd0M:hover{color:#4752c4}.ListenerDashboard_playlistGrid__8WD_w{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.ListenerDashboard_playlistCard__Cpxwc{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:20px;color:white;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;height:160px;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.ListenerDashboard_playlistCard__Cpxwc:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.ListenerDashboard_playlistCard__Cpxwc h4{font-size:1.1rem;font-weight:600;margin:0 0 8px}.ListenerDashboard_playlistCard__Cpxwc p{font-size:.85rem;opacity:.9;margin:0;line-height:1.4}.ListenerDashboard_createPlaylistCard__2lgCo{background:transparent!important;border:2px dashed #ddd;color:#666!important;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.ListenerDashboard_createPlaylistCard__2lgCo:hover{border-color:#5865F2;color:#5865F2!important}.ListenerDashboard_createPlaylistCard__2lgCo svg{width:32px;height:32px;fill:currentColor}.ListenerDashboard_createPlaylistCard__2lgCo h4{margin:0;font-size:1rem}.ListenerDashboard_contentGrid__bbgdz{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.ListenerDashboard_contentCard__40dFH{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.ListenerDashboard_contentCard__40dFH:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.15)}.ListenerDashboard_contentCover__pKSa8{width:100%;height:180px;overflow:hidden;position:relative}.ListenerDashboard_contentCover__pKSa8 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease}.ListenerDashboard_contentCard__40dFH:hover .ListenerDashboard_contentCover__pKSa8 img{transform:scale(1.05)}.ListenerDashboard_contentCardInfo__hwW_t{padding:16px}.ListenerDashboard_contentCardTitle__rOrfZ{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 4px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ListenerDashboard_contentCardArtist__2qJQ0{font-size:.85rem;color:#666;margin:0 0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ListenerDashboard_cardActions__GzsyE{display:flex;gap:8px;margin-top:8px}.ListenerDashboard_cardBtn__Tq89Q{padding:6px 12px;border:none;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .2s ease;flex:1}.ListenerDashboard_editBtn__SN0Aw{background:#5865F2;color:white}.ListenerDashboard_editBtn__SN0Aw:hover{background:#4752c4;transform:translateY(-1px)}.ListenerDashboard_deleteBtn__f6awZ{background:#dc3545;color:white}.ListenerDashboard_deleteBtn__f6awZ:hover{background:#c82333;transform:translateY(-1px)}.ListenerDashboard_statusBadge__OUtKR{position:absolute;top:8px;right:8px;padding:4px 8px;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ListenerDashboard_statusApproved__MwcWo{background:#28a745;color:white}.ListenerDashboard_statusPending__Y7c8z{background:#ffc107;color:#1a1a1a}.ListenerDashboard_statusRejected__VlGPu{background:#dc3545;color:white}.ListenerDashboard_likedMusicCard__HCSxG:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(66,133,244,.5)!important}.ListenerDashboard_profileSection__jmK04{background:white;border-radius:16px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.1);height:-moz-fit-content;height:fit-content;position:sticky;top:20px}.ListenerDashboard_profileHeader__zrISY{margin-bottom:24px}.ListenerDashboard_avatarContainer__UEfwO{text-align:center;margin-bottom:24px;position:relative}.ListenerDashboard_avatarImg__huTb8{width:100px;height:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid #f8f9fa;box-shadow:0 4px 12px rgba(0,0,0,.1)}.ListenerDashboard_avatarUpload__ABJYJ{position:absolute;bottom:0;right:calc(50% - 60px);background:#5865F2;color:white;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ListenerDashboard_avatarUpload__ABJYJ:hover{background:#4752c4}.ListenerDashboard_avatarUpload__ABJYJ input{display:none}.ListenerDashboard_avatarUpload__ABJYJ svg{width:16px;height:16px;fill:currentColor}.ListenerDashboard_profileSettings__VuBNC{display:flex;flex-direction:column;gap:20px}.ListenerDashboard_settingGroup__pqM5H{display:flex;flex-direction:column;gap:6px}.ListenerDashboard_settingGroup__pqM5H label{font-size:.9rem;font-weight:500;color:#1a1a1a}.ListenerDashboard_settingGroup__pqM5H input{padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;transition:border-color .2s ease}.ListenerDashboard_settingGroup__pqM5H input:focus{outline:none;border-color:#5865F2}.ListenerDashboard_settingGroup__pqM5H input:disabled{background:#f9fafb;color:#6b7280}.ListenerDashboard_actionButtons__MTlCo{display:flex;flex-direction:column;gap:12px;margin-top:20px}.ListenerDashboard_btn__ilXIy{padding:12px 20px;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center}.ListenerDashboard_saveBtn__EUdXN{background:#5865F2;color:white}.ListenerDashboard_saveBtn__EUdXN:hover:not(:disabled){background:#4752c4}.ListenerDashboard_saveBtn__EUdXN:disabled{opacity:.5;cursor:not-allowed}.ListenerDashboard_cancelBtn__bYLM8{background:#e5e7eb;color:#1a1a1a}.ListenerDashboard_cancelBtn__bYLM8:hover{background:#d1d5db}.ListenerDashboard_dangerBtn__uX9lm{background:#dc3545;color:white}.ListenerDashboard_dangerBtn__uX9lm:hover{background:#c82333}@media (max-width:968px){.ListenerDashboard_dashboardGrid__WLzwA{grid-template-columns:1fr;gap:20px}.ListenerDashboard_profileSection__jmK04{position:relative;top:unset}}@media (max-width:768px){.ListenerDashboard_dashboardContainer__b7cNA{padding:15px}.ListenerDashboard_welcomeTitle__QqvBI{font-size:2rem}.ListenerDashboard_statsGrid__7QW3E{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.ListenerDashboard_contentBox__NA7G9,.ListenerDashboard_profileSection__jmK04{padding:20px}.ListenerDashboard_playlistGrid__8WD_w{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.ListenerDashboard_contentGrid__bbgdz{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:15px}}@media (max-width:480px){.ListenerDashboard_welcomeHeader__fXaP4{padding:30px 15px}.ListenerDashboard_welcomeTitle__QqvBI{font-size:1.8rem}.ListenerDashboard_welcomeSubtitle__slWHI{font-size:1rem}.ListenerDashboard_statsGrid__7QW3E{grid-template-columns:1fr}.ListenerDashboard_contentGrid__bbgdz,.ListenerDashboard_playlistGrid__8WD_w{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.upload-styles_upload_page_wrapper__m6HyD{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.upload-styles_upload_loading_overlay__lG6Wa{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:upload-styles_fadeIn__gHeQB .3s forwards}@keyframes upload-styles_fadeIn__gHeQB{0%{opacity:0}to{opacity:1}}.upload-styles_upload_loading_content__3eyIb{background:var(--bg-color-secondary);border-radius:16px;padding:30px 40px;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.2);border:1px solid var(--border-color);max-width:400px;width:90%}.upload-styles_upload_loading_content__3eyIb h3{font-size:24px;margin:20px 0 10px;color:var(--text-color)}.upload-styles_upload_loading_content__3eyIb p{color:var(--text-color-secondary);margin-bottom:20px}.upload-styles_upload_loading_spinner__ldoZv{display:inline-block;width:60px;height:60px;border:4px solid rgba(65,105,225,.2);border-top-color:#4169e1;border-radius:50%;animation:upload-styles_upload_loading_spin__NpBk8 1.2s cubic-bezier(.65,.05,.36,1) infinite;margin:0 auto;filter:drop-shadow(0 0 5px rgba(65,105,225,.5))}@keyframes upload-styles_upload_loading_spin__NpBk8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.upload-styles_upload_loading_success__lGh2w{color:#22c55e!important;font-weight:600;margin-top:20px;animation:upload-styles_pulse_text__h0plm 2s infinite}@keyframes upload-styles_pulse_text__h0plm{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.upload-styles_upload_status_indicator__MmEEQ{display:flex;align-items:center;gap:10px;background:linear-gradient(90deg,rgba(65,105,225,.05),rgba(65,105,225,.1));padding:10px 15px;border-radius:8px;margin-bottom:20px;animation:upload-styles_pulse_background__75mO5 2s infinite}.upload-styles_upload_status_spinner__YeOY_{width:16px;height:16px;border:2px solid rgba(65,105,225,.3);border-top-color:#4169e1;border-radius:50%;animation:upload-styles_upload_spin___hToj 1s linear infinite}.upload-styles_upload_track_completed__A7Bci{background:linear-gradient(90deg,rgba(34,197,94,.03),rgba(34,197,94,.08))}.upload-styles_upload_complete_status__3nDKH{display:flex;align-items:center;gap:6px;color:#22c55e;font-size:14px;font-weight:500}.upload-styles_upload_complete_status__3nDKH svg{color:#22c55e}.upload-styles_upload_container__pLSx4{background:var(--bg-color-secondary);border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.1),0 0 0 1px rgba(65,105,225,.1);width:100%;max-width:800px;margin:20px 0;padding:35px;border:1px solid var(--border-color);position:relative;overflow:hidden;backdrop-filter:blur(5px);transition:all .3s ease}.upload-styles_upload_container__pLSx4:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#4169e1,#5283ff,#4169e1);background-size:200% 100%;animation:upload-styles_gradient_shift__X2kTA 8s ease infinite}@keyframes upload-styles_gradient_shift__X2kTA{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.upload-styles_upload_heading__w_ebs{font-size:32px;font-weight:700;color:transparent;background:linear-gradient(120deg,#4169e1,#7892e0);-webkit-background-clip:text;background-clip:text;margin-bottom:15px;text-align:center;letter-spacing:-.5px;position:relative}.upload-styles_upload_step_indicator__UWd4C{text-align:center;color:var(--text-color-secondary);margin-bottom:35px;font-weight:500;font-size:14px;position:relative;letter-spacing:1.2px;text-transform:uppercase}.upload-styles_upload_step_indicator__UWd4C:after{content:"";position:absolute;width:70px;height:3px;background:linear-gradient(90deg,rgba(65,105,225,.2),rgba(65,105,225,1),rgba(65,105,225,.2));bottom:-12px;left:50%;transform:translateX(-50%);border-radius:3px}.upload-styles_upload_form__IjzHq{width:100%}.upload-styles_upload_form_section__L1rUW{margin-bottom:24px}.upload-styles_upload_form_label___rMPR{display:block;margin-bottom:10px;font-size:15px;font-weight:600;color:var(--text-color)}.upload-styles_upload_required__UCMVf{color:#e74c3c;margin-left:4px}.upload-styles_upload_form_badge__9cCTG{display:inline-block;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:white;font-size:11px;font-weight:500;padding:3px 8px;border-radius:12px;margin-left:8px;text-transform:uppercase;letter-spacing:.5px}.upload-styles_upload_input__Qp8oE{width:100%;padding:14px;border:1px solid var(--border-color);border-radius:8px;font-size:16px;transition:all .2s;background-color:var(--bg-color);color:var(--text-color)}.upload-styles_upload_input__Qp8oE:focus{outline:none;border-color:#4169e1;box-shadow:0 0 0 3px rgba(65,105,225,.1)}.upload-styles_upload_textarea__wfZNu{width:100%;padding:14px;border:1px solid var(--border-color);border-radius:8px;font-size:16px;min-height:120px;resize:vertical;transition:all .2s;background-color:var(--bg-color);color:var(--text-color)}.upload-styles_upload_textarea__wfZNu:focus{outline:none;border-color:#4169e1;box-shadow:0 0 0 3px rgba(65,105,225,.1)}.upload-styles_upload_select__HxXD9{width:100%;border:1px solid var(--border-color);border-radius:8px;font-size:16px;transition:all .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bg-color);color:var(--text-color);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234169e1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 14px center;background-size:16px 12px;padding:14px 40px 14px 14px}.upload-styles_upload_select__HxXD9:focus{outline:none;border-color:#4169e1;box-shadow:0 0 0 3px rgba(65,105,225,.1)}.upload-styles_upload_radio_group__aoYCJ{display:flex;gap:24px;margin-top:10px}.upload-styles_upload_radio_wrapper__uyy2G{position:relative;display:flex;cursor:pointer}.upload-styles_upload_radio__5FsZP{position:absolute;opacity:0;width:0;height:0}.upload-styles_upload_radio_label__q_PMh{padding-left:30px;cursor:pointer;font-size:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block}.upload-styles_upload_radio_label__q_PMh:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid var(--border-color);border-radius:50%;background-color:var(--bg-color);transition:all .2s}.upload-styles_upload_radio__5FsZP:checked+.upload-styles_upload_radio_label__q_PMh:before{border-color:#4169e1}.upload-styles_upload_radio__5FsZP:checked+.upload-styles_upload_radio_label__q_PMh:after{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#4169e1}.upload-styles_upload_back_button__BqsT7{background:none;border:none;color:#4169e1;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;cursor:pointer;padding:0;margin-bottom:20px}.upload-styles_upload_back_button__BqsT7:hover:not(:disabled){text-decoration:underline}.upload-styles_upload_back_button__BqsT7:disabled{opacity:.5;cursor:not-allowed}.upload-styles_upload_image_area__OcVFq{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.upload-styles_upload_cover_preview__GgbDY{width:100%;max-width:280px;aspect-ratio:1/1;background-color:var(--bg-color);border-radius:8px;overflow:hidden;position:relative;margin-bottom:15px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.upload-styles_upload_cover_img__Bh_Ox{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute}.upload-styles_upload_placeholder__eonY9{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:280px;aspect-ratio:1/1;background-color:var(--bg-color);border:2px dashed var(--border-color);border-radius:8px;margin-bottom:15px;cursor:pointer;transition:all .2s}.upload-styles_upload_placeholder__eonY9:hover{border-color:#4169e1;background-color:#f0f4ff}.upload-styles_upload_placeholder_text__F6zUq{margin-top:12px;color:var(--text-color-secondary);font-size:14px;text-align:center}.upload-styles_upload_image_button__Duf4T{background-color:#4169e1;color:white;border:none;border-radius:8px;padding:12px 20px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:280px;transition:all .2s}.upload-styles_upload_image_button__Duf4T:hover:not(:disabled){background-color:#3157c8;transform:translateY(-2px)}.upload-styles_upload_image_button__Duf4T:disabled{opacity:.7;cursor:not-allowed}.upload-styles_upload_audio_area__bzNFu{margin-bottom:20px}.upload-styles_upload_dropzone__S4gcu{width:100%;border:2px dashed var(--border-color);border-radius:8px;padding:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--bg-color);cursor:pointer;transition:all .2s}.upload-styles_upload_dropzone__S4gcu:hover,.upload-styles_upload_dropzone_active__FQ_F1{border-color:#4169e1;background-color:#f0f4ff}.upload-styles_upload_dropzone_text__Fqsjr{margin-top:15px;color:var(--text-color-secondary);font-size:15px;text-align:center;line-height:1.5}.upload-styles_upload_dropzone_highlight__JR6XR{color:#4169e1;font-weight:600}.upload-styles_upload_tracks_wrapper__HJY_S{width:100%}.upload-styles_upload_tracks_list__8cJ9q{border:1px solid var(--border-color);border-radius:12px;overflow:hidden;margin-bottom:15px;background-color:var(--bg-color-secondary);box-shadow:0 4px 20px rgba(0,0,0,.05)}.upload-styles_upload_track_item__Hr2Yr{padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-color);transition:all .3s ease;position:relative;overflow:hidden;background-color:var(--bg-color-secondary)}.upload-styles_upload_track_item__Hr2Yr:last-child{border-bottom:none}.upload-styles_upload_track_item__Hr2Yr:hover{background-color:var(--bg-color-hover);transform:translateY(-1px);box-shadow:0 2px 5px rgba(0,0,0,.05)}.upload-styles_upload_track_info__tNIXM{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.upload-styles_upload_drag_handle__QwjD1{color:#aaa;cursor:grab;display:flex;padding:5px;transition:color .2s}.upload-styles_upload_drag_handle__QwjD1:hover{color:#4169e1}.upload-styles_upload_track_index__pn3kH{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:linear-gradient(145deg,#f8f9fa,#e9ecef);color:#4169e1;font-size:12px;font-weight:600;box-shadow:0 2px 5px rgba(0,0,0,.05)}.upload-styles_upload_track_title__zt1eW{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-color)}.upload-styles_upload_track_title_input__Xjz4G{background:none;border:none;border-bottom:1px solid var(--border-color);font-size:14px;font-weight:500;color:var(--text-color);padding:5px 0;min-width:200px;width:100%;margin-right:10px;transition:all .2s}.upload-styles_upload_track_title_input__Xjz4G:focus{outline:none;border-bottom:2px solid #4169e1;padding-bottom:4px}.upload-styles_upload_progress_container__tZQLt{display:flex;align-items:center;gap:10px;margin-left:10px}.upload-styles_upload_progress_bar__SmzWg{width:120px;height:8px;background-color:var(--bg-color);border-radius:10px;overflow:hidden;box-shadow:inset 0 1px 3px rgba(0,0,0,.1);position:relative}.upload-styles_upload_progress_bar__SmzWg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.2) 50%,rgba(255,255,255,0));z-index:1}.upload-styles_upload_progress_fill__hbhKl{height:100%;background:linear-gradient(90deg,#4169e1,#3f5dc9,#5e85e8);border-radius:10px;transition:width .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 0 8px rgba(65,105,225,.5);animation:upload-styles_pulse_glow__eavYJ 2s infinite}@keyframes upload-styles_pulse_glow__eavYJ{0%{box-shadow:0 0 8px rgba(65,105,225,.5)}50%{box-shadow:0 0 12px rgba(65,105,225,.8)}to{box-shadow:0 0 8px rgba(65,105,225,.5)}}.upload-styles_upload_progress_text__EA53w{font-size:12px;font-weight:600;color:#4169e1;width:40px;text-align:right;text-shadow:0 0 3px rgba(65,105,225,.2)}.upload-styles_upload_track_uploading__J6dQZ{background:linear-gradient(90deg,rgba(65,105,225,.03),rgba(65,105,225,.08));animation:upload-styles_pulse_background__75mO5 2s infinite}@keyframes upload-styles_pulse_background__75mO5{0%{background-color:rgba(65,105,225,.03)}50%{background-color:rgba(65,105,225,.08)}to{background-color:rgba(65,105,225,.03)}}.upload-styles_upload_delete_button__Uof1H{background:none;border:none;color:#ccc;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.upload-styles_upload_delete_button__Uof1H:hover{color:#e74c3c;background-color:rgba(231,76,60,.1)}.upload-styles_upload_delete_button__Uof1H:disabled{opacity:.5;cursor:not-allowed}.upload-styles_upload_add_more__3ufbC{background:none;border:1px solid var(--border-color);color:var(--text-color);padding:10px 16px;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.upload-styles_upload_add_more__3ufbC:hover{border-color:#4169e1;color:#4169e1}.upload-styles_upload_button_container__jFg9k{margin-top:35px;position:relative}.upload-styles_upload_hint__Ojy7A{text-align:center;color:var(--text-color-secondary);font-size:14px;margin-bottom:12px;font-style:italic}.upload-styles_upload_submit_button__MEWLK{width:100%;padding:16px 24px;font-size:16px;font-weight:600;background:linear-gradient(90deg,#4169e1,#5283ff);color:white;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 4px 15px rgba(65,105,225,.3);position:relative;overflow:hidden;z-index:1;letter-spacing:.5px}.upload-styles_upload_submit_button__MEWLK:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.7s;z-index:-1}.upload-styles_upload_submit_button__MEWLK:hover:not(:disabled):before{left:100%}.upload-styles_upload_submit_button__MEWLK:hover:not(:disabled){background:linear-gradient(90deg,#3a5fcb,#4169e1);transform:translateY(-3px);box-shadow:0 7px 20px rgba(65,105,225,.4)}.upload-styles_upload_submit_button__MEWLK:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(65,105,225,.3)}.upload-styles_upload_submit_button__MEWLK:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(90deg,#9ca3af,#b0b6c2);box-shadow:0 2px 8px rgba(0,0,0,.1)}.upload-styles_upload_spinner__EItDp{display:inline-block;width:22px;height:22px;border:3px solid rgba(255,255,255,.15);border-top-color:white;border-radius:50%;animation:upload-styles_upload_spin___hToj 1s cubic-bezier(.65,.05,.36,1) infinite;filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}@keyframes upload-styles_upload_spin___hToj{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.upload-styles_upload_error__li9y_{background-color:var(--bg-color-secondary);color:var(--text-color);border:1px solid var(--border-color);padding:14px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;display:none;align-items:center;gap:10px}.upload-styles_upload_error_visible__PvdT2{display:flex}.upload-styles_upload_success__q_1oC{background-color:var(--bg-color-secondary);color:var(--text-color);border:1px solid var(--border-color);padding:14px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;display:none;align-items:center;gap:10px}.upload-styles_upload_success_visible__sad4a{display:flex}.upload-styles_upload_hidden_input__9GUHn{display:none}.upload-styles_upload_track_dragging__6wnq_{opacity:.5;background-color:#f0f4ff;border:1px dashed #4169e1}@media (max-width:768px){.upload-styles_upload_container__pLSx4{padding:20px}.upload-styles_upload_cover_preview__GgbDY,.upload-styles_upload_image_button__Duf4T,.upload-styles_upload_placeholder__eonY9{max-width:220px}.upload-styles_upload_progress_bar__SmzWg{width:100px}}@media (max-width:576px){.upload-styles_upload_container__pLSx4{padding:16px}.upload-styles_upload_dropzone__S4gcu{padding:30px 15px}.upload-styles_upload_track_item__Hr2Yr{padding:12px}.upload-styles_upload_progress_bar__SmzWg{width:80px}.upload-styles_upload_track_title_input__Xjz4G{min-width:150px}}.upload-styles_upload_release_header__CCan6{display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease;border-radius:6px;padding:8px 12px;background:var(--bg-color);border:1px solid var(--border-color);margin-bottom:8px}.upload-styles_upload_release_header__CCan6:hover{background:var(--gray-100)}.upload-styles_upload_expand_icon__Hw9Dy{transition:transform .3s ease;stroke:var(--text-color-secondary)}.upload-styles_upload_expand_icon__Hw9Dy.upload-styles_expanded__Zerw4{transform:rotate(180deg)}.upload-styles_upload_release_options__z_tbc{background:var(--bg-color-secondary);border:1px solid var(--border-color);border-radius:8px;padding:20px;margin-top:8px;animation:upload-styles_slideDown__EGbGM .3s ease-out}@keyframes upload-styles_slideDown__EGbGM{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.upload-styles_upload_scheduled_options__Jb6TV{margin-top:16px;padding-top:16px;border-top:1px solid var(--border-color)}.upload-styles_upload_form_subsection__bE0kD{margin-bottom:16px}.upload-styles_upload_form_sublabel__KdQat{display:block;font-size:14px;font-weight:600;color:var(--text-color);margin-bottom:8px}.upload-styles_upload_input_small__K73dD{width:80px;padding:8px 12px;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-color);color:var(--text-color);font-size:14px;transition:border-color .2s}.upload-styles_upload_input_small__K73dD:focus{outline:none;border-color:#4169e1;box-shadow:0 0 0 2px rgba(65,105,225,.1)}.upload-styles_upload_custom_preview__w1kwP{display:flex;align-items:center;gap:8px;margin-top:8px}.upload-styles_upload_input_suffix__PArzC{font-size:14px;color:var(--text-color-secondary)}