@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.toast{min-width:300px;max-width:360px;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#282828;border-radius:8px;box-shadow:0 4px 12px #00000080;animation:slideUp .25s ease;position:relative}.toast-icon{color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-success .toast-icon{color:#1db954}.toast-error .toast-icon{color:#e22134}.toast-info .toast-icon{color:#3b82f6}.toast-message{flex:1;color:#fff;font-size:.875rem;font-weight:400;line-height:1.4}.toast-close{width:28px;height:28px;border-radius:4px;border:none;background:transparent;color:#fff9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.toast-close:hover{background:#ffffff1a;color:#fff}@media(max-width:480px){.toast{min-width:280px;max-width:calc(100vw - 2rem);padding:.75rem .875rem}.toast-message{font-size:.8125rem}}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:99999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast-container>*{pointer-events:auto}@media(max-width:480px){.toast-container{bottom:1rem;right:1rem;left:1rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease}.modal-content{width:100%;max-width:500px;background:#282832fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.modal-header h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.btn-close{width:40px;height:40px;border-radius:50%;border:none;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-close:hover:not(:disabled){background:#fff3;transform:scale(1.05)}.btn-close:disabled{opacity:.5;cursor:not-allowed}.cover-upload-section{display:flex;justify-content:center;margin-bottom:2rem}.cover-upload-btn{width:200px;height:200px;border:2px dashed rgba(255,255,255,.3);border-radius:16px;background:#ffffff0d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .3s;overflow:hidden;position:relative}.cover-upload-btn:hover{border-color:#ffffff80;background:#ffffff1a;transform:scale(1.02)}.cover-upload-btn img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.cover-upload-btn span{color:#ffffffb3;font-size:1rem;font-weight:600}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#ffffffe6;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff14;color:#fff;font-size:1rem;font-family:inherit;transition:all .2s;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group textarea:focus{border-color:#ffffff4d;background:#ffffff1f}.form-group input:disabled,.form-group textarea:disabled{opacity:.5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:80px}.toggle-group{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.toggle-label{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;color:#fff}.globe-icon{font-size:1.25rem}.toggle-switch{position:relative;display:inline-block;width:54px;height:30px;flex-shrink:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background:#fff3;border-radius:30px;transition:all .3s}.toggle-slider:before{position:absolute;content:"";height:24px;width:24px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:all .3s;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.toggle-switch input:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.btn-submit{width:100%;padding:1rem;border-radius:12px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;margin-top:.5rem}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(max-width:768px){.modal-content{padding:1.5rem;border-radius:16px}.modal-header h2{font-size:1.25rem}.cover-upload-btn{width:160px;height:160px}.form-group input,.form-group textarea{padding:.75rem .875rem;font-size:.95rem}.btn-submit{padding:.875rem}}.left-sidebar{width:380px;min-width:300px;max-width:380px;height:100%;background:#000!important;display:flex;flex-direction:column;overflow:hidden;padding:8px 0 8px 8px;gap:8px;position:relative}.left-sidebar.collapsed{transition:width .3s ease}.left-sidebar.collapsed{width:80px;min-width:80px}.header-actions{display:flex;align-items:center;gap:8px}.collapse-toggle-btn{width:32px;height:32px;background:transparent;border:none;border-radius:50%;color:#b3b3b3;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .2s}.left-sidebar:hover .collapse-toggle-btn{opacity:1}.collapse-toggle-btn:hover{background:#1a1a1a;color:#fff;transform:scale(1.06)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;height:40px}.library-title{display:flex;align-items:center;gap:12px;background:transparent;border:none;color:#b3b3b3;font-size:15px;font-weight:700;letter-spacing:-.04px;cursor:pointer;padding:4px 8px;margin-left:-8px;border-radius:4px;transition:color .2s}.library-title:hover{color:#fff}.create-btn{width:32px;height:32px;background:transparent;border:none;border-radius:50%;color:#b3b3b3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.create-btn:hover{color:#fff;background:#1a1a1a;transform:scale(1.04)}.sidebar-tabs{display:flex;gap:8px;padding:0 4px}.tab-item{padding:7px 15px;background:#232323;border:none;border-radius:500px;color:#fff;font-size:14px;font-weight:400;cursor:pointer;transition:all .1s;white-space:nowrap}.tab-item:hover{background:#2a2a2a;transform:scale(1.04)}.tab-item.active{background:#fff;color:#000}.sidebar-controls{display:flex;align-items:center;justify-content:flex-end;padding:8px 4px;height:40px}.control-btn{display:flex;align-items:center;gap:4px;background:transparent;border:none;color:#b3b3b3;font-size:14px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:color .2s;height:32px}.control-btn:hover{color:#fff}.sort-text{font-size:14px;font-weight:400}.search-input-wrapper{display:flex;align-items:center;gap:6px;width:calc(100% - 8px);background:#1a1a1a;border-radius:6px;padding:6px 10px;height:36px;border:none;outline:none;transition:all .2s;margin:0 4px 8px}.search-input-wrapper:focus-within{background:#242424}.search-icon{color:#b3b3b3;flex-shrink:0}.search-input{flex:1;background:transparent;border:none;color:#fff;font-size:14px;outline:none;padding:0;min-width:0}.close-search-btn{background:transparent;border:none;color:#a7a7a7;cursor:pointer;padding:2px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;width:24px;height:24px}.close-search-btn:hover{color:#fff;background:#ffffff1a;transform:scale(1.05)}.sidebar-playlists{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 4px;margin-top:0}.sidebar-playlist-item{display:flex;align-items:center;gap:12px;padding:8px 12px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .2s;width:calc(100% - 8px);margin:0 4px;text-align:left;height:64px;overflow:hidden}.left-sidebar.collapsed .sidebar-playlist-item{justify-content:center;padding:8px 4px}.sidebar-playlist-item:hover{background:#1a1a1a}.playlist-cover-box{width:48px;height:48px;border-radius:4px;overflow:hidden;background:#282828;flex-shrink:0;box-shadow:0 8px 24px #00000080}.playlist-cover-box img{width:100%;height:100%;object-fit:cover}.cover-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a7a7a7;background:#282828}.playlist-details{flex:1;min-width:0;max-width:calc(100% - 60px);display:flex;flex-direction:column;gap:2px;justify-content:center}.playlist-title,.playlist-meta{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.playlist-skeleton{display:flex;gap:12px;padding:8px;min-height:64px;align-items:center}.playlist-skeleton:before{content:"";width:48px;height:48px;border-radius:4px;background:#282828;flex-shrink:0;animation:pulse 1.5s ease-in-out infinite}.playlist-skeleton:after{content:"";flex:1;height:40px;border-radius:4px;background:#282828;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.2}}.empty-playlists{text-align:center;padding:40px 24px;color:#a7a7a7;font-size:16px;font-weight:700}.sidebar-playlists::-webkit-scrollbar{width:16px}.sidebar-playlists::-webkit-scrollbar-track{background:transparent}.sidebar-playlists::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:8px;border:4px solid transparent;background-clip:padding-box;min-height:40px}.sidebar-playlists::-webkit-scrollbar-thumb:hover{background:#fff6;border:4px solid transparent;background-clip:padding-box}.sidebar-playlists::-webkit-scrollbar-thumb:active{background:#ffffff80;border:4px solid transparent;background-clip:padding-box}.playlist-inner{display:flex;align-items:center;gap:12px;width:100%;overflow:hidden}.playlist-text-clip{display:flex;flex-direction:column;justify-content:center;min-width:0;flex:1;overflow:hidden}.playlist-title,.playlist-meta{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.spotify-row{display:flex;align-items:center;gap:12px;width:100%}.spotify-text{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0;overflow:hidden}.spotify-title,.spotify-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;line-height:1.25}.spotify-title{color:#fff;font-size:16px;font-weight:400}.spotify-meta{color:#b3b3b3;font-size:14px}.resize-handle{position:absolute;top:0;right:-4px;width:12px;height:100%;cursor:ew-resize;z-index:1000;background:transparent;transition:background .2s}.resize-handle:hover{background:#ffffff1a}.resize-handle:active{background:#fff3}.search-input{background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none!important;appearance:none!important}.search-input::-webkit-search-decoration,.search-input::-webkit-search-cancel-button,.search-input::-webkit-search-results-button,.search-input::-webkit-search-results-decoration{display:none!important}.search-input-wrapper{background-clip:padding-box!important}.mobile-sidebar-close{display:none}@media(max-width:768px){.left-sidebar{width:100%!important;min-width:100%!important;max-width:100%!important;padding:12px;gap:12px}.left-sidebar.collapsed{width:100%!important;min-width:100%!important}.resize-handle{display:none}.sidebar-header{padding:8px 4px;height:auto;margin-bottom:8px}.library-title{font-size:18px;font-weight:700}.collapse-toggle-btn{display:none}.sidebar-tabs{gap:6px;padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.sidebar-tabs::-webkit-scrollbar{display:none}.tab-item{padding:8px 16px;font-size:13px;flex-shrink:0}.search-input-wrapper{width:100%;margin:0 0 12px;height:40px;padding:8px 12px}.search-input{font-size:15px}.sidebar-playlists{padding:0}.sidebar-playlist-item{width:100%;margin:0;padding:10px 8px;height:68px;border-radius:8px}.playlist-cover-box{width:52px;height:52px}.spotify-title{font-size:15px}.spotify-meta{font-size:13px}.mobile-sidebar-close{display:flex;position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s}.mobile-sidebar-close:hover{background:#fff3}.empty-playlists{padding:32px 20px;font-size:15px}}@media(max-width:480px){.left-sidebar{padding:10px}.sidebar-header{padding:4px 0}.library-title{font-size:16px}.tab-item{padding:7px 14px;font-size:12px}.search-input-wrapper{height:38px}.sidebar-playlist-item{height:64px;padding:8px 6px}.playlist-cover-box{width:48px;height:48px}.spotify-title{font-size:14px}.spotify-meta{font-size:12px}}.track-options-overlay{position:fixed;inset:0;background:transparent;z-index:9999}.track-options-dropdown{position:fixed;background:#2a2a2a;border-radius:8px;padding:.5rem;min-width:200px;box-shadow:0 4px 20px #00000080;transform:translate(8px) translateY(8px);animation:fadeIn .15s ease-out;z-index:10000}@keyframes fadeIn{0%{opacity:0;transform:translate(8px) translateY(8px) scale(.95)}to{opacity:1;transform:translate(8px) translateY(8px) scale(1)}}.track-options-list{display:flex;flex-direction:column;gap:0}.track-option-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:transparent;border:none;border-radius:6px;color:#fff;font-size:.9375rem;cursor:pointer;transition:background .15s;text-align:left;width:100%}.track-option-item:hover{background:#ffffff1a}.track-option-item svg{flex-shrink:0;opacity:.8}.track-option-item span:nth-child(2){flex:1}.option-arrow{color:#fff6;font-size:1.25rem;font-weight:300}.select-artist-overlay{position:fixed;inset:0;background:transparent;z-index:10001}.select-artist-modal{position:fixed;background:#2a2a2a;border-radius:8px;padding:.5rem;min-width:200px;max-width:240px;max-height:250px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000080;animation:fadeIn .15s ease-out;z-index:10002}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.select-artist-header{padding:.625rem .75rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:.25rem}.track-preview{display:none}.select-artist-header h3{margin:0;font-size:.8125rem;color:#fff9;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.artist-count{display:none}.artists-list{flex:1;overflow-y:auto;padding:0}.artist-item-wrapper{position:relative;display:flex;align-items:center;gap:0;margin-bottom:0}.artist-item{display:flex;align-items:center;gap:.5rem;flex:1;padding:.5rem .625rem;background:transparent;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:background .15s;font-size:.8125rem}.artist-item:hover{background:#ffffff1a}.artist-options-btn{display:none}.artist-avatar{width:18px;height:18px;border-radius:50%;flex-shrink:0;overflow:hidden}.artist-avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:600;color:#fff}.artist-name{flex:1;text-align:left;font-size:.8125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artist-arrow{color:#fff6;font-size:1rem;font-weight:300}.artists-list::-webkit-scrollbar{width:4px}.artists-list::-webkit-scrollbar-track{background:transparent}.artists-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.select-artist-modal{min-width:215px!important;max-width:235px!important;padding:10px!important}.select-artist-modal .artist-item{padding:7px 10px!important;min-height:34px!important}.select-artist-modal .artist-avatar,.select-artist-modal .artist-avatar img{width:30px!important;height:30px!important}.select-artist-modal .artist-avatar-placeholder{font-size:12px!important}.select-artist-modal .artist-name{font-size:17px!important;font-weight:400!important;position:relative!important;top:-1.5px!important}.select-artist-modal .artist-arrow{font-size:14px!important}.share-overlay{position:fixed;inset:0;background:transparent;z-index:9999}.share-modal{position:fixed;background:#2a2a2a;border-radius:12px;padding:1rem;min-width:260px;max-width:300px;box-shadow:0 4px 24px #00000080;transform:translate(8px) translateY(8px);animation:shareModalFadeIn .15s ease-out;z-index:10000}@keyframes shareModalFadeIn{0%{opacity:0;transform:translate(8px) translateY(8px) scale(.95)}to{opacity:1;transform:translate(8px) translateY(8px) scale(1)}}.share-header{margin-bottom:.75rem}.share-header h3{font-size:1rem;font-weight:600;color:#fff;margin:0}.share-track-preview{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:8px;margin-bottom:1rem}.share-track-image{width:48px;height:48px;border-radius:6px;object-fit:cover}.share-track-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.share-track-title{font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.share-track-artist{font-size:.75rem;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.share-options{display:flex;flex-direction:column;gap:.25rem}.share-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:transparent;border:none;border-radius:8px;color:#fff;font-size:.9375rem;cursor:pointer;transition:background .15s;text-align:left;width:100%}.share-option:hover{background:#ffffff1a}.share-option svg{flex-shrink:0}.share-option span{flex:1}.share-option.copy svg{color:#b3b3b3}.share-option.copy.copied{color:#1ed760}.share-option.whatsapp svg{color:#25d366}.share-option.whatsapp:hover{background:#25d36626}.share-option.telegram svg{color:#08c}.share-option.telegram:hover{background:#0088cc26}.share-option.twitter svg{color:#1da1f2}.share-option.twitter:hover{background:#1da1f226}.share-option.facebook svg{color:#1877f2}.share-option.facebook:hover{background:#1877f226}.share-option.native svg{color:#b3b3b3}@media(max-width:480px){.share-modal{min-width:240px;padding:.875rem}.share-option{padding:.65rem;font-size:.875rem}.share-track-image{width:40px;height:40px}.share-track-title{font-size:.8125rem}.share-track-artist{font-size:.6875rem}}.right-panel{min-width:280px;max-width:600px;height:100vh;overflow-y:auto;padding:1.5rem;background:#0000004d;border-left:1px solid rgba(255,255,255,.1);position:relative}.right-panel::-webkit-scrollbar{width:6px}.right-panel::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.panel-section{margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h3{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.view-all-btn{background:none;border:none;color:var(--accent-primary);font-size:.85rem;cursor:pointer;transition:color .3s ease}.view-all-btn:hover{color:var(--accent-secondary)}.skeleton-title{width:150px;height:24px;background:#ffffff0d;border-radius:4px;margin-bottom:1rem;animation:pulse 1.5s ease-in-out infinite}.skeleton-list{display:flex;flex-direction:column;gap:.75rem}.skeleton-item{height:60px;background:#ffffff0d;border-radius:8px;animation:pulse 1.5s ease-in-out infinite}.empty-message{text-align:center;color:var(--text-secondary);font-size:.9rem;padding:1rem}.trending-list{display:flex;flex-direction:column;gap:.5rem}.trending-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff08;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative}.trending-item:hover{background:#ffffff14;transform:translate(2px)}.trending-rank{width:24px;height:24px;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:5px;flex-shrink:0;box-shadow:0 2px 6px #0000004d}.track-cover{width:48px;height:48px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#282828;position:relative}.track-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.trending-item:hover .track-cover img{transform:scale(1.05)}.cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2)}.trending-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.trending-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.trending-info h4{font-size:.875rem;font-weight:500;margin:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.trending-info p{font-size:.75rem;color:#b3b3b3;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.trending-artists-btn{font-size:.75rem;color:#b3b3b3;margin:0;background:transparent;border:none;padding:0;text-align:left;cursor:pointer;transition:color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:1.2;position:relative}.trending-artists-btn .artist-text{display:inline-block}.trending-item:hover .trending-artists-btn.marquee-active{text-overflow:clip}.trending-item:hover .trending-artists-btn.marquee-active .artist-text{animation:marquee-seamless 8s linear infinite}.trending-item:hover .trending-artists-btn.marquee-active .artist-text:after{content:"    " attr(data-text);white-space:nowrap}.trending-artists-btn:hover{color:#fff;text-decoration:underline}@keyframes marquee-seamless{0%{transform:translate(0)}to{transform:translate(-100%)}}.trending-right{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0}.trending-badge{font-size:.75rem;font-weight:600;color:#1ed760;padding:.2rem .5rem;background:#1ed7601a;border-radius:12px}.trending-options-btn{background:transparent;border:none;color:#ffffff4d;width:20px;height:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;opacity:0;padding:0;letter-spacing:2px;font-size:10px;line-height:1}.trending-item:hover .trending-options-btn{opacity:1}.trending-options-btn:hover{color:#fff}.popular-list{display:flex;flex-direction:column;gap:1rem}.popular-item{display:flex;gap:1rem;padding:.75rem;background:#ffffff0d;border-radius:8px;cursor:pointer;transition:all .3s ease}.popular-item:hover{background:#ffffff14}.popular-cover{width:60px;height:60px;border-radius:8px;overflow:hidden;position:relative;flex-shrink:0}.popular-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.popular-item:hover .popular-cover img{transform:scale(1.1)}.play-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.popular-item:hover .play-overlay{opacity:1}.play-icon{color:#fff;font-size:1.5rem}.popular-info{flex:1;min-width:0}.popular-info h4{font-size:.95rem;margin-bottom:.25rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-genre{font-size:.8rem;color:var(--text-secondary);margin-bottom:.5rem}.playlist-stats{display:flex;gap:.75rem;font-size:.75rem;color:var(--text-secondary)}.playlist-stats span{display:flex;align-items:center;gap:.25rem}.charts-preview{display:flex;flex-direction:column;gap:.75rem}.chart-preview-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff0d;border-radius:8px;cursor:pointer;transition:all .3s ease}.chart-preview-item:hover{background:#ffffff14}.chart-number{font-size:1rem;font-weight:700;color:var(--accent-primary);min-width:25px}.chart-thumbnail{width:45px;height:45px;border-radius:6px;overflow:hidden;flex-shrink:0}.chart-thumbnail img{width:100%;height:100%;object-fit:cover}.chart-details{flex:1;min-width:0}.chart-details h5{font-size:.9rem;margin-bottom:.25rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-details p{font-size:.75rem;color:var(--text-secondary)}.banner-section{margin-top:2rem}.new-releases-banner{background:var(--gradient-primary);padding:1.5rem;border-radius:12px;text-align:center}.banner-icon{font-size:2.5rem;margin-bottom:.5rem}.new-releases-banner h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.new-releases-banner p{font-size:.85rem;color:#ffffffe6;margin-bottom:1rem}.banner-button{background:#fff;color:var(--accent-primary);border:none;padding:.6rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.banner-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.resize-handle-right{position:absolute;top:0;left:0;width:8px;height:100%;cursor:ew-resize;z-index:1000;background:transparent;transition:background .2s}.resize-handle-right:hover{background:#ffffff1a}.resize-handle-right:active{background:#fff3}@media(max-width:1200px){.right-panel{display:none}}.side-menu-overlay{position:fixed;inset:0;background:#000000bf;z-index:9998;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .3s ease}.side-menu{position:fixed;top:0;left:-100%;width:380px;max-width:85vw;height:100vh;background:linear-gradient(180deg,#0a0a0a,#000);z-index:9999;transition:left .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column;box-shadow:4px 0 40px #000c;border-right:1px solid rgba(255,255,255,.05)}.side-menu.open{left:0;animation:slideIn .4s cubic-bezier(.4,0,.2,1)}@keyframes slideIn{0%{left:-100%}to{left:0}}.side-menu-header{padding:1.75rem 1.5rem;display:flex;align-items:center;gap:.875rem;background:#12121280;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:10}.side-menu-logo{height:36px;width:auto;filter:drop-shadow(0 2px 8px rgba(14,165,233,.3))}.premium-badge{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:24px;color:#fff;font-size:.8125rem;font-weight:700;cursor:pointer;flex:1;box-shadow:0 4px 12px #0ea5e94d;transition:all .3s}.premium-badge:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0ea5e966;background:linear-gradient(135deg,#0284c7,#0369a1)}.star-icon{font-size:1rem}.close-btn{width:40px;height:40px;border:none;background:#ffffff14;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;flex-shrink:0}.close-btn:hover{background:#ffffff26;transform:rotate(90deg)}.side-menu-section{padding:.8rem 1.5rem .25rem}.section-title{padding:0 0 .5px;font-size:.45rem;font-weight:400;color:#ffffff40;letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px}.menu-item{width:100%;display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;margin-bottom:.5rem;border:none;background:#ffffff08;color:#fff;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;border-radius:12px;overflow:hidden}.menu-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#0ea5e9,#0284c7);opacity:0;transition:opacity .3s}.menu-item:hover{background:#ffffff14;transform:translate(4px)}.menu-item:hover:before{opacity:1}.menu-item:active{background:#ffffff1f;transform:translate(4px) scale(.98)}.menu-item svg{flex-shrink:0;transition:transform .3s}.menu-item:hover svg{transform:scale(1.1)}.menu-item span:not(.arrow):not(.badge-new){flex:1}.arrow{margin-left:auto;font-size:1.25rem;color:#ffffff4d;font-weight:300;transition:all .3s}.menu-item:hover .arrow{color:#fff9;transform:translate(4px)}.badge-new{padding:.25rem .625rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:.625rem;font-weight:800;border-radius:6px;letter-spacing:.5px;box-shadow:0 2px 8px #0ea5e94d;text-transform:uppercase}.side-menu-footer{margin-top:auto;padding:1.5rem;background:#1212124d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.05)}.exit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.875rem;padding:1rem 1.25rem;border:2px solid rgba(239,68,68,.5);background:#ef44440d;color:#ef4444;font-size:1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:1rem}.exit-btn:hover{background:#ef444426;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.exit-btn:active{background:#ef444440;transform:translateY(0)}.version{text-align:center;font-size:.6875rem;font-weight:600;color:#ffffff40;letter-spacing:.5px}.side-menu::-webkit-scrollbar{width:6px}.side-menu::-webkit-scrollbar-track{background:transparent}.side-menu::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.side-menu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(max-width:480px){.side-menu{width:320px}.side-menu-header{padding:1.5rem 1.25rem}.side-menu-section{padding:1.25rem 1.25rem .5rem}.menu-item{padding:.75rem .875rem}}.top-navbar{height:64px;background:#000;display:flex;align-items:center;padding:0 1.5rem;gap:1rem;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-left{display:flex;align-items:center;gap:1rem;flex-shrink:0}.hamburger-btn{width:40px;height:40px;border-radius:50%;border:none;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.hamburger-btn:hover{background:#ffffff26}.navbar-logo{cursor:pointer;height:48px;display:flex;align-items:center}.navbar-logo img{height:39px;width:auto;object-fit:contain}.navbar-center{flex:1;display:flex;align-items:center;justify-content:center;gap:1rem;max-width:800px;margin:0 auto}.nav-home-btn{width:48px;height:48px;border-radius:50%;border:none;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.nav-home-btn:hover{background:#ffffff26}.navbar-search{flex:1;max-width:500px;position:relative}.search-input-container{position:relative;width:100%}.search-icon-left{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#fff9;pointer-events:none;z-index:2}.navbar-search input{width:100%;height:48px;padding:0 48px;border-radius:24px;border:none;background:#ffffff1a;color:#fff;font-size:.875rem;outline:none;transition:all .2s;cursor:text}.navbar-search input::placeholder{color:#ffffff80}.navbar-search input:hover{background:#ffffff21}.navbar-search input:focus{background:#ffffff26}.search-clear-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:none;background:transparent;color:#fff9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:2}.search-clear-btn:hover{background:#ffffff1a;color:#fff}.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#282828;border-radius:8px;box-shadow:0 8px 24px #00000080;max-height:500px;overflow-y:auto;z-index:1001}.search-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1);gap:16px}.search-dropdown-header h3{font-size:14px;font-weight:700;color:#fff;margin:0;white-space:nowrap}.search-filter-tabs{display:flex;gap:6px;flex-wrap:wrap}.filter-tab{padding:4px 12px;background:#ffffff0d;border:none;border-radius:16px;color:#a7a7a7;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-tab:hover{background:#ffffff1a;color:#fff}.filter-tab.active{background:#1db954;color:#000;font-weight:600}.clear-recent-btn{background:transparent;border:none;color:#a7a7a7;font-size:12px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s}.clear-recent-btn:hover{color:#fff;background:#ffffff1a}.search-dropdown-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;gap:12px}.spinner-small{width:32px;height:32px;border:3px solid rgba(29,185,84,.1);border-top-color:#1db954;border-radius:50%;animation:spin .8s linear infinite}.search-dropdown-loading p{font-size:13px;color:#a7a7a7;margin:0}.search-dropdown-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;gap:12px}.search-dropdown-empty svg{color:#535353}.search-dropdown-empty p{font-size:13px;color:#a7a7a7;margin:0}.search-results-dropdown,.result-group{padding:8px 0}.result-group:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05)}.result-group-title{font-size:12px;font-weight:700;color:#a7a7a7;text-transform:uppercase;letter-spacing:.5px;margin:0;padding:8px 20px}.search-result-row{display:flex;align-items:center;gap:12px;padding:8px 20px;cursor:pointer;transition:all .2s}.search-result-row:hover{background:#ffffff1a}.result-artwork-small{width:48px;height:48px;border-radius:4px;overflow:hidden;background:#181818;flex-shrink:0}.result-artwork-small.round{border-radius:50%}.result-artwork-small img{width:100%;height:100%;object-fit:cover}.artwork-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.result-info-small{flex:1;min-width:0}.result-name{font-size:14px;font-weight:400;color:#fff;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-artist{font-size:12px;color:#a7a7a7;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.navbar-btn{width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative}.navbar-btn:hover{color:#fff;background:#ffffff1a}.navbar-badge{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 5px;background:#ff3b30;color:#fff;font-size:11px;font-weight:600;border-radius:9px;display:flex;align-items:center;justify-content:center;border:2px solid #000}.navbar-profile-wrapper{position:relative}.navbar-profile{width:32px;height:32px;border-radius:50%;overflow:hidden;cursor:pointer;background:#667eea}.navbar-profile img{width:100%;height:100%;object-fit:cover}.profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.user-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:#282832fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 4px 12px #0000004d;padding:.5rem;z-index:1000}.user-menu-header{display:flex;align-items:center;gap:.75rem;padding:.5rem}.user-menu-avatar{width:40px;height:40px;border-radius:50%;background:#667eea;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.user-menu-avatar img{width:100%;height:100%;object-fit:cover}.user-menu-info{flex:1;min-width:0}.user-menu-name{display:block;font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.25rem}.user-menu-badge{display:block;font-size:.75rem;color:#fff9}.user-menu-divider{height:1px;background:#ffffff1a;margin:.5rem 0}.user-menu-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.625rem;border:none;border-radius:4px;background:transparent;color:#ffffffb3;font-size:.875rem;cursor:pointer;transition:all .2s;text-align:left}.user-menu-item:hover{background:#ffffff1a;color:#fff}.user-menu-item.logout{color:#e22134}.user-menu-item.logout:hover{background:#e221341a}@media(max-width:768px){.top-navbar{height:56px;padding:0 12px;gap:8px}.navbar-left{gap:8px}.navbar-logo img{height:28px}.hamburger-btn{width:36px;height:36px}.navbar-center{flex:1;gap:8px;max-width:none;margin:0}.nav-home-btn{width:40px;height:40px}.navbar-search{flex:1;max-width:none}.navbar-search input{height:40px;font-size:14px;padding:0 40px;border-radius:20px}.search-icon-left{left:12px}.search-clear-btn{right:8px}.navbar-actions{gap:4px}.navbar-btn{width:36px;height:36px}.navbar-profile{width:28px;height:28px}.search-dropdown{position:fixed;top:56px;left:0;right:0;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px);border-radius:0 0 12px 12px}.search-dropdown-header{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 16px}.search-filter-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.search-filter-tabs::-webkit-scrollbar{display:none}.filter-tab{font-size:12px;padding:6px 12px;flex-shrink:0}.result-artwork-small{width:44px;height:44px}.result-name{font-size:14px}.result-artist{font-size:12px}.search-result-row{padding:10px 16px}.user-menu{position:fixed;inset:auto 8px 64px;min-width:auto;max-width:none;border-radius:12px}}@media(max-width:480px){.top-navbar{padding:0 8px;height:52px}.navbar-logo img{height:24px}.hamburger-btn{width:32px;height:32px}.nav-home-btn{width:36px;height:36px;display:none}.navbar-search input{height:36px;font-size:13px;padding:0 36px}.search-icon-left{left:10px}.navbar-actions{gap:2px}.navbar-btn{width:32px;height:32px}.navbar-badge{min-width:16px;height:16px;font-size:10px;padding:0 4px}.navbar-profile{width:26px;height:26px}.search-dropdown{top:52px;max-height:calc(100vh - 116px)}.search-dropdown-header h3{font-size:13px}.clear-recent-btn{font-size:11px}.result-group-title{font-size:11px;padding:6px 16px}.search-result-row{padding:8px 12px;gap:10px}.result-artwork-small{width:40px;height:40px}}.app-footer{width:100%;position:relative;margin-top:3rem;padding:3rem 0 2rem;background:#ffffff05;border-top:1px solid rgba(255,255,255,.08)}.footer-content{max-width:1280px;margin:0 auto;padding:0 2rem 2rem;display:grid;grid-template-columns:1fr 3fr;gap:4rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{width:150px;height:auto;margin-bottom:.5rem;transition:all .3s ease;cursor:pointer}.footer-logo:hover{filter:drop-shadow(0 0 20px rgba(255,255,255,.8)) brightness(1.2);transform:scale(1.05)}.footer-social{display:flex;gap:.75rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;text-decoration:none}.social-icon:hover{background:#ffffff80;transform:scale(1.1)}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column h4{color:#fff;font-size:.8125rem;font-weight:700;margin-bottom:.875rem;letter-spacing:.08em}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer-column ul li a{color:#b3b3b3;font-size:.9375rem;text-decoration:none;transition:color .2s ease;display:inline-block}.footer-column ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0 2.5rem;margin-top:2rem}.footer-bottom-content{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;min-height:2.5rem}.footer-bottom p{color:#6a6a6a;font-size:.875rem;margin:0}.footer-legal-links{display:flex;gap:1.5rem}.footer-legal-links a{color:#6a6a6a;font-size:.875rem;text-decoration:none;transition:color .2s ease}.footer-legal-links a:hover{color:#fff}@media(max-width:1024px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer-content{padding:0 1.5rem 2rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-legal-links{flex-wrap:wrap;justify-content:center}}.messages-panel-overlay{position:fixed;inset:0;background:#0000004d;z-index:1000;animation:fadeIn .2s ease-out}.messages-panel{position:fixed;bottom:0;right:150px;height:480px;width:320px;background:#1d1b1b;z-index:1001;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.15);border-radius:12px 12px 0 0;box-shadow:0 8px 32px #00000080;animation:slideUp .25s ease-out}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05}.panel-header h2{font-size:1rem;font-weight:700;color:#fff;margin:0}.panel-header-actions{display:flex;align-items:center;gap:.375rem}.panel-btn{width:32px;height:32px;background:#ffffff14;border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.panel-btn:hover{background:#ffffff26}.panel-btn.close:hover{background:#ff3b3033;color:#ff3b30}.panel-search{padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem}.panel-search input{flex:1;padding:.5rem .75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.8125rem;transition:all .2s}.panel-search input:focus{outline:none;background:#ffffff1a;border-color:#fff3}.panel-search input::placeholder{color:#fff6}.search-close-btn{width:28px;height:28px;background:#ffffff14;border:none;border-radius:50%;color:#fff9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.search-close-btn:hover{background:#ffffff26;color:#fff}.search-section-title{padding:.5rem .75rem;font-size:.6875rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.panel-conversations{display:flex;flex-direction:column;height:100%}.panel-conversation-list{flex:1;overflow-y:auto;padding:.25rem}.panel-conversation-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;border-radius:8px;cursor:pointer;transition:all .2s}.panel-conversation-item:hover{background:#ffffff14}.conversation-avatar{position:relative;width:40px;height:40px;flex-shrink:0}.conversation-avatar .online-dot{position:absolute;bottom:1px;right:1px;width:9px;height:9px;background:#2ecc71;border:2px solid #1d1b1b;border-radius:50%}.conversation-info{flex:1;min-width:0}.conversation-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.125rem}.conversation-name{font-size:.8125rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-time{font-size:.625rem;color:#ffffff80;flex-shrink:0;margin-left:.375rem}.conversation-bottom{display:flex;justify-content:space-between;align-items:center;gap:.375rem}.last-message{font-size:.75rem;color:#fff9;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.last-message.unread{color:#fff;font-weight:500}.unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;background:#2ecc71;color:#fff;font-size:.625rem;font-weight:600;border-radius:8px;flex-shrink:0}.panel-loading,.panel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;flex:1}.spinner{width:28px;height:28px;border:2px solid rgba(255,255,255,.1);border-top-color:#2ecc71;border-radius:50%;animation:spin .8s linear infinite}.panel-loading p,.panel-empty p{margin:.5rem 0 0;color:#ffffff80;font-size:.8125rem}.panel-empty svg{color:#ffffff4d;margin-bottom:.25rem}.panel-chat{display:flex;flex-direction:column;height:100%}.chat-header{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.1);border-radius:12px 12px 0 0;overflow:hidden}.panel-back-btn{width:24px;height:24px;min-width:24px;background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s;flex-shrink:0;padding:0}.panel-back-btn:hover{color:#ffffffb3}.chat-user-info{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;margin-left:4px}.chat-avatar{position:relative;width:34px;height:34px;flex-shrink:0}.chat-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.chat-avatar .online-dot{position:absolute;bottom:0;right:0;width:9px;height:9px;background:#2ecc71;border:2px solid #1d1b1b;border-radius:50%}.chat-user-text{min-width:0}.chat-user-text h3{font-size:.8125rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-user-text .status{font-size:.625rem;color:#ffffff80}.chat-user-text .status.online{color:#2ecc71}.chat-user-text .typing{font-size:.625rem;color:#2ecc71;animation:pulse 1.5s ease-in-out infinite}.chat-messages{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.375rem}.date-separator{display:flex;align-items:center;justify-content:center;margin:.5rem 0}.date-separator span{background:#ffffff1a;padding:.1875rem .5rem;border-radius:8px;font-size:.625rem;color:#fff9}.message{display:flex;align-items:flex-end;gap:.25rem;max-width:90%}.message.mine{align-self:flex-end;flex-direction:row-reverse}.message.theirs{align-self:flex-start}.message-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.message-bubble{padding:.5rem .75rem;border-radius:14px;max-width:100%}.message-bubble p{font-size:.8125rem;color:#fff;margin:0;word-wrap:break-word;line-height:1.35}.message-time{display:block;font-size:.5625rem;color:#ffffffb3;margin-top:.125rem;text-align:right}.chat-input{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff05;border-top:1px solid rgba(255,255,255,.1)}.chat-input input{flex:1;padding:.5rem .75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:18px;color:#fff;font-size:.8125rem;transition:all .2s}.chat-input input:focus{outline:none;background:#ffffff1a;border-color:#fff3}.chat-input input::placeholder{color:#fff6}.chat-input input:disabled{opacity:.5;cursor:not-allowed}.chat-input button{width:34px;height:34px;background:#2ecc71;border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.chat-input button:hover:not(:disabled){background:#27ae60;transform:scale(1.05)}.chat-input button:disabled{background:#ffffff1a;color:#ffffff4d;cursor:not-allowed}.connection-warning{padding:.25rem .5rem;background:#ff3b301a;color:#ff3b30;text-align:center;font-size:.6875rem}@media(max-width:768px){.messages-panel{right:10px;bottom:10px;width:300px;height:450px}}@media(max-width:480px){.messages-panel{right:0;left:0;bottom:0;width:100%;height:85vh;border-radius:12px 12px 0 0}.conversation-avatar{width:38px;height:38px}.chat-avatar{width:32px;height:32px}}@media(max-width:768px){.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:64px;background:#000000f7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.08);z-index:1000;padding:0 4px;padding-bottom:env(safe-area-inset-bottom,0);align-items:center;justify-content:space-around}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 0;background:transparent;border:none;color:#ffffff80;font-size:10px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:56px;flex:1;max-width:80px}.mobile-nav-item:active{transform:scale(.92)}.mobile-nav-item.active{color:#1db954}.mobile-nav-item.active .mobile-nav-icon{transform:scale(1.1)}.mobile-nav-item:not(.active):hover{color:#fffc}.mobile-nav-icon{font-size:22px;transition:transform .2s ease}.mobile-nav-label{font-size:10px;letter-spacing:-.02em;white-space:nowrap}}@media(max-width:480px){.mobile-bottom-nav{height:60px}.mobile-nav-item{gap:3px;padding:6px 0}.mobile-nav-icon{font-size:20px}.mobile-nav-label{font-size:9px}}@media(max-width:360px){.mobile-bottom-nav{height:56px}.mobile-nav-icon{font-size:18px}.mobile-nav-label{font-size:8px}}.main-layout{display:flex;flex-direction:column;height:100vh;width:100%;background:#000;overflow:hidden}.main-layout-content{flex:1;display:grid;grid-template-columns:380px minmax(0,1fr) 320px;overflow:hidden}.main-layout-content.left-collapsed{grid-template-columns:80px minmax(0,1fr) 320px}.main-layout-content>*:nth-child(1){background:#000;overflow:hidden;flex-shrink:0}.center-content{position:relative;background:linear-gradient(180deg,#121212,#0a0a0a);overflow-y:auto;overflow-x:hidden;min-width:0;isolation:isolate}.main-layout-content>*:nth-child(3){background:#000;overflow-y:auto;overflow-x:hidden;border-left:1px solid rgba(255,255,255,.08);flex-shrink:0}.center-content::-webkit-scrollbar,.main-layout-content>*:nth-child(3)::-webkit-scrollbar{width:8px}.center-content::-webkit-scrollbar-track,.main-layout-content>*:nth-child(3)::-webkit-scrollbar-track{background:transparent}.center-content::-webkit-scrollbar-thumb,.main-layout-content>*:nth-child(3)::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:4px}.center-content::-webkit-scrollbar-thumb:hover,.main-layout-content>*:nth-child(3)::-webkit-scrollbar-thumb:hover{background:#ffffff59}@media(max-width:1200px){.main-layout-content{grid-template-columns:280px minmax(0,1fr)}.main-layout-content>*:nth-child(3){display:none}}@media(max-width:768px){.main-layout-content{grid-template-columns:minmax(0,1fr)!important}.main-layout-content>*:nth-child(1),.main-layout-content>*:nth-child(3){display:none}.center-content{padding-bottom:70px}}@media(max-width:480px){.main-layout-content{grid-template-columns:1fr!important}.center-content{padding-bottom:70px}}.mobile-sidebar-overlay{display:none}@media(max-width:768px){.mobile-sidebar-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-sidebar-overlay.active{opacity:1;visibility:visible}.main-layout-content.mobile-sidebar-open>*:nth-child(1){display:flex!important;position:fixed;top:0;left:0;height:100vh;height:100dvh;z-index:1002;width:85%!important;max-width:320px!important;min-width:280px!important;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px #0009;background:#000!important}.main-layout-content.mobile-sidebar-open.sidebar-visible>*:nth-child(1){transform:translate(0)}}.mobile-bottom-nav{display:none}@media(max-width:768px){.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:64px;background:#000000f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);z-index:1000;padding:0 8px;padding-bottom:env(safe-area-inset-bottom,0);align-items:center;justify-content:space-around}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 12px;background:transparent;border:none;color:#fff9;font-size:10px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:64px;border-radius:8px}.mobile-nav-item:active{transform:scale(.95)}.mobile-nav-item.active{color:#1db954}.mobile-nav-item:hover{color:#fff;background:#ffffff0d}.mobile-nav-icon{font-size:22px}.mobile-nav-label{font-size:10px;letter-spacing:-.02em}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#000;padding:2rem;position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;width:150%;height:150%;background:radial-gradient(circle at 30% 50%,rgba(14,165,233,.12) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(14,165,233,.08) 0%,transparent 50%);animation:gradientShift 15s ease infinite;pointer-events:none}@keyframes gradientShift{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-5%,-5%) rotate(5deg)}}.auth-container{max-width:420px;width:100%;z-index:1;position:relative}.auth-form{background:#121212f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.5rem 2rem;box-shadow:0 24px 80px #0009,0 0 1px #ffffff1a inset}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{width:240px;height:auto;margin:0 auto 2rem;display:block;filter:drop-shadow(0 4px 16px rgba(14,165,233,.4))}.auth-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.auth-header p{color:#fff9;font-size:.95rem;font-weight:400}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group input,.form-group select{width:100%;padding:14px 18px;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.08);border-radius:12px;color:#fff;font-size:15px;font-weight:400;transition:all .2s cubic-bezier(.4,0,.2,1)}.form-group input:hover{border-color:#ffffff1f;background:#ffffff12}.form-group input:focus,.form-group select:focus{outline:none;border-color:#1e40af;background:#ffffff14;box-shadow:0 0 0 4px #1e40af26}.form-group input::placeholder{color:#fff6;font-weight:400}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.auth-form .btn-primary{width:100%;padding:15px;background:#1e40af!important;border:none;border-radius:500px;color:#fff;font-size:16px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-top:1rem;text-transform:none}.auth-form .btn-primary:hover:not(:disabled){transform:scale(1.04);background:#2563eb!important}.auth-form .btn-primary:active:not(:disabled){transform:scale(.98)}.auth-form .btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:1rem;color:#f87171;font-size:.9rem;margin-bottom:1.5rem;text-align:center}.trial-info{text-align:center;margin-top:1rem;color:#10b981;font-size:.9rem;font-weight:500}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.auth-footer p{color:#ffffffb3;font-size:.95rem}.link-button{background:none;border:none;color:#1db954;cursor:pointer;font-weight:600;font-size:inherit;padding:0;text-decoration:none;transition:color .2s ease}.link-button:hover{color:#1ed760;text-decoration:underline}.download-link{display:inline-flex;align-items:center;gap:6px}.download-info{color:#ffffff80;font-size:.85rem;margin:0 0 1rem;text-align:center;font-weight:400}.download-stores{display:flex;gap:12px;justify-content:center}.store-button{flex:1;max-width:180px;padding:12px 16px;background:#0ea5e91a;border:1.5px solid rgba(14,165,233,.3);border-radius:12px;color:#0ea5e9;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none;display:flex;flex-direction:row;align-items:center;gap:12px}.store-button:hover{background:#0ea5e926;border-color:#0ea5e980;transform:translateY(-2px)}.store-button .store-icon{flex-shrink:0}.store-button:first-child .store-icon{color:#34a853!important}.store-button:last-child .store-icon{color:#fff!important}.store-button .store-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.store-button .store-label{font-size:10px;color:#fff9;font-weight:400;text-align:left}.store-button .store-name{font-size:14px;color:#fff;font-weight:600;text-align:left}.auth-legal-links{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.auth-legal-links a{color:#ffffff80;font-size:.8rem;text-decoration:none;transition:color .2s}.auth-legal-links a:hover{color:#0ea5e9;text-decoration:underline}.auth-legal-links .separator{color:#ffffff4d;font-size:.7rem}@media(max-width:640px){.auth-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.auth-header h1{font-size:2rem}.auth-legal-links{flex-wrap:wrap;gap:6px}.auth-legal-links a{font-size:.75rem}}.genre-card-wrapper-modern{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.genre-card-modern{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000004d;margin-bottom:.75rem}.genre-card-wrapper-modern:hover .genre-card-modern{transform:translateY(-4px);box-shadow:0 12px 24px #00000080}.genre-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.genre-card-modern:hover .genre-card-image{transform:scale(1.08)}.genre-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000001a,#0006 60%,#000000b3);transition:background .3s ease;pointer-events:none;z-index:1}.genre-card-modern:hover .genre-card-overlay{background:linear-gradient(180deg,#0003,#00000080 60%,#000c)}.genre-card-gradient{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.genre-card-modern:hover .genre-card-gradient{transform:scale(1.05)}.genre-card-name{margin:0;font-size:.9375rem;font-weight:600;color:#fff;line-height:1.4;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:color .2s ease;text-align:center}.genre-card-wrapper-modern:hover .genre-card-name{color:#1db954}@media(max-width:768px){.genre-card-modern{border-radius:10px;margin-bottom:.5rem}.genre-card-name{font-size:.875rem}}@media(max-width:480px){.genre-card-modern{border-radius:8px;margin-bottom:.4rem}.genre-card-name{font-size:.75rem}}@media(max-width:360px){.genre-card-wrapper-modern{min-width:0}.genre-card-modern{border-radius:6px;margin-bottom:.35rem}.genre-card-name{font-size:.6875rem}}.genre-card:hover .genre-image{transform:rotate(8deg) scale(1.1)}.genre-card-content{position:relative;z-index:2}.genre-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 8px rgba(0,0,0,.3)}.genre-description{font-size:.85rem;color:#ffffffe6;line-height:1.4;max-width:200px;text-shadow:0 1px 4px rgba(0,0,0,.3);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.genre-image-container{position:absolute;right:-10px;bottom:-10px;width:120px;height:120px;z-index:1}.genre-image{width:100%;height:100%;object-fit:cover;transform:rotate(-20deg);transition:transform .3s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.genre-icon-fallback{position:absolute;right:20px;bottom:20px;font-size:4rem;opacity:.3;z-index:1}.genre-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.3),transparent);z-index:1;pointer-events:none}.genre-card:hover .genre-overlay{background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.genre-card:active{transform:translateY(-4px)}@media(max-width:768px){.genre-card{height:160px;padding:1rem}.genre-name{font-size:1.2rem}.genre-description{font-size:.75rem}.genre-image-container{width:100px;height:100px}}.playlist-card{background:#ffffff0d;border-radius:6px;padding:12px;transition:all .3s;cursor:pointer;position:relative}.playlist-card:hover{background:#ffffff1a}.playlist-cover-wrapper{position:relative;width:100%;aspect-ratio:1;margin-bottom:12px;border-radius:4px;overflow:hidden}.playlist-cover{position:absolute;inset:0;background:#333}.playlist-cover img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.playlist-card:hover .playlist-cover img{transform:scale(1.05)}.playlist-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(135deg,#667eea4d,#764ba24d)}.playlist-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.playlist-card:hover .playlist-overlay{opacity:1}.play-btn{width:48px;height:48px;background:#1db954;border:none;border-radius:50%;color:#000;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:translateY(8px);transition:all .3s ease;box-shadow:0 8px 16px #0000004d}.playlist-card:hover .play-btn{transform:translateY(0)}.play-btn:hover{background:#1ed760;transform:scale(1.05)}.play-btn svg{margin-left:2px}.playlist-info{margin-bottom:0}.playlist-title{font-size:.875rem;font-weight:700;color:#fff;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:1.3}.playlist-meta{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#fff9;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-genre{color:#fff9;font-weight:400}.playlist-dot,.playlist-count{color:#fff9}.playlist-stats{display:flex;align-items:center;gap:12px}.stat-item{display:flex;align-items:center;gap:4px;color:#fff9;font-size:.75rem}.stat-item svg{width:14px;height:14px}.playlist-more{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .2s ease;z-index:10}.playlist-card:hover .playlist-more{opacity:1}.playlist-more:hover{background:#000c;transform:scale(1.1)}.playlist-more svg{width:18px;height:18px}@media(max-width:768px){.playlist-card{padding:8px}.playlist-title{font-size:.8rem}.playlist-meta,.stat-item{font-size:.7rem}.play-btn{width:40px;height:40px;font-size:1rem}.playlist-more{width:28px;height:28px}}.hot-card{background:#181818;border-radius:8px;padding:16px;transition:all .3s ease;cursor:pointer;position:relative;display:flex;flex-direction:column;gap:12px}.hot-card:hover{background:#282828;transform:translateY(-4px);box-shadow:0 8px 24px #0006}.hot-card:hover .hot-play-overlay{opacity:1;transform:translate(-50%,-50%) scale(1)}.hot-rank-badge{position:absolute;top:8px;right:8px;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1db954;font-size:14px;font-weight:700;padding:4px 8px;border-radius:4px;z-index:2;border:1px solid rgba(29,185,84,.3)}.hot-artwork{position:relative;width:100%;aspect-ratio:1;border-radius:4px;overflow:hidden;background:#282828}.hot-artwork img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hot-card:hover .hot-artwork img{transform:scale(1.05)}.hot-artwork-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;background:linear-gradient(135deg,#667eea,#764ba2)}.hot-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:48px;height:48px;background:#1db954;border:none;border-radius:50%;color:#000;display:flex;align-items:center;justify-content:center;padding-left:3px;cursor:pointer;opacity:0;transition:all .3s ease;box-shadow:0 8px 24px #1db95466;z-index:3}.hot-play-overlay:hover{transform:translate(-50%,-50%) scale(1.1);background:#1ed760;box-shadow:0 12px 32px #1db95499}.hot-info{flex:1;min-width:0}.hot-title{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em}.hot-genre{font-size:14px;color:#b3b3b3;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hot-stats{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.hot-like-btn{display:flex;align-items:center;gap:6px;background:transparent;border:none;color:#b3b3b3;font-size:13px;cursor:pointer;transition:all .2s ease;padding:4px 8px;border-radius:4px}.hot-like-btn:hover{color:#1db954;background:#1db9541a}.hot-like-btn.liked{color:#1db954}@media(max-width:768px){.hot-card{padding:12px;gap:8px;border-radius:6px}.hot-artwork{border-radius:4px}.hot-title{font-size:13px;margin-bottom:2px}.hot-genre{font-size:11px}.hot-play-overlay{width:36px;height:36px;opacity:1;transform:translate(-50%,-50%) scale(1)}.hot-rank-badge{font-size:11px;padding:2px 5px;top:6px;right:6px}.hot-stats{padding-top:6px;gap:8px}.hot-like-btn{font-size:12px;padding:3px 6px}}@media(max-width:480px){.hot-card{padding:10px;gap:6px}.hot-title{font-size:12px}.hot-genre{font-size:10px}.hot-play-overlay{width:32px;height:32px}.hot-rank-badge{font-size:10px;padding:2px 4px}.hot-stats{flex-direction:column;align-items:flex-start;gap:4px}.hot-like-btn{font-size:11px}}@media(max-width:360px){.hot-card{padding:8px}.hot-title{font-size:11px}.hot-genre{font-size:9px}}.main-content{flex:1;overflow-y:auto;background:linear-gradient(180deg,#121212,#0a0a0a);color:#fff}.main-header{display:flex;align-items:center;padding:1.25rem 2rem;background:transparent;position:sticky;top:0;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1)}.main-header.scrolled{background:#000000b3;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #000c}.header-tabs{display:flex;gap:.5rem}.tab-btn{padding:.625rem 1.5rem;border-radius:8px;border:none;background:transparent;color:#ffffff80;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;text-align:center}.tab-btn:hover{color:#ffffffe6;background:#ffffff0f}.tab-btn.active{background:#ffffff1f;color:#fff;font-weight:600}.content-scroll{padding:2rem;overflow-y:auto}.content-section{margin-bottom:3rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.section-title{font-size:1.75rem;font-weight:700;margin:0 0 1.5rem}.view-all-btn{padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#ffffffb3;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s}.view-all-btn:hover{background:#ffffff0d;color:#fff;border-color:#fff3}.genres-scroll-container{position:relative;margin-bottom:2rem}.genres-grid-scroll{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.genres-grid-scroll::-webkit-scrollbar{display:none}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;box-shadow:0 4px 12px #0006}.scroll-arrow:hover{background:#000000f2;border-color:#fff3;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 16px #00000080}.scroll-arrow:active{transform:translateY(-50%) scale(.95)}.scroll-arrow-left{left:-24px}.scroll-arrow-right{right:-24px}.genres-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem;margin-bottom:2rem}.hot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:2rem}.playlists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;margin-bottom:2rem}.charts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.chart-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:8px;transition:all .3s;cursor:pointer}.chart-card:hover{background:#ffffff1a}.chart-cover{width:64px;height:64px;border-radius:6px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:2rem}.chart-info h4{font-size:.875rem;font-weight:600;margin:0 0 .25rem;color:#fff}.chart-info p{font-size:.75rem;color:#fff9;margin:0}.loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.skeleton-card{aspect-ratio:1;background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px}@media(min-width:1400px){.playlists-grid,.charts-grid,.loading-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(max-width:768px){.main-header{padding:12px 16px}.header-tabs{gap:6px;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.header-tabs::-webkit-scrollbar{display:none}.tab-btn{padding:8px 16px;font-size:13px;white-space:nowrap;flex-shrink:0;border-radius:20px}.content-scroll{padding:16px}.content-section{margin-bottom:24px}.section-header{margin-bottom:12px}.section-title{font-size:20px;margin-bottom:12px}.view-all-btn{padding:6px 12px;font-size:12px}.genres-grid,.genres-grid-scroll{grid-template-columns:repeat(2,1fr);gap:12px}.genres-scroll-container{margin-bottom:16px}.scroll-arrow{display:none}.hot-grid,.playlists-grid,.charts-grid,.loading-grid{grid-template-columns:repeat(2,1fr);gap:12px}.chart-card{padding:10px;flex-direction:column;align-items:flex-start;gap:8px}.chart-cover{width:100%;height:auto;aspect-ratio:1}.chart-info h4{font-size:13px}.chart-info p{font-size:11px}.skeleton-card{min-height:120px}}@media(max-width:480px){.main-header{padding:10px 12px}.header-tabs{gap:4px}.tab-btn{padding:7px 14px;font-size:12px}.content-scroll{padding:12px}.section-title{font-size:18px}.genres-grid,.genres-grid-scroll,.hot-grid,.playlists-grid,.charts-grid,.loading-grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media(max-width:360px){.content-scroll{padding:10px}.genres-grid,.genres-grid-scroll,.hot-grid{grid-template-columns:repeat(2,1fr);gap:8px}.tab-btn{padding:6px 12px;font-size:11px}}.mobile-top10-section{display:none}@media(max-width:1200px){.mobile-top10-section{display:block}}.mobile-top10-section .section-title{display:flex;align-items:center;gap:8px}.trending-icon-title{color:#1ed760;font-size:1.1em}.mobile-top10-list{display:flex;flex-direction:column;gap:8px}.mobile-top10-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#ffffff0d;border-radius:8px;transition:all .2s ease}.mobile-top10-item:hover{background:#ffffff14}.mobile-top10-item:active{transform:scale(.98)}.top10-rank{font-size:14px;font-weight:700;color:#b3b3b3;min-width:28px;text-align:center}.top10-cover{width:48px;height:48px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#282828}.top10-cover img{width:100%;height:100%;object-fit:cover}.top10-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2)}.top10-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.top10-title{font-size:14px;font-weight:500;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top10-artists{font-size:12px;color:#b3b3b3;background:transparent;border:none;padding:0;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s}.top10-artists:hover{color:#fff;text-decoration:underline}.top10-likes{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#1ed760;padding:4px 8px;background:#1ed7601a;border-radius:12px;flex-shrink:0}.top10-loading{display:flex;flex-direction:column;gap:8px}.top10-skeleton{height:68px;background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px}@media(max-width:480px){.mobile-top10-item{padding:8px 10px;gap:10px}.top10-rank{font-size:13px;min-width:24px}.top10-cover{width:44px;height:44px}.top10-title{font-size:13px}.top10-artists{font-size:11px}.top10-likes{font-size:11px;padding:3px 6px}}@media(max-width:360px){.mobile-top10-item{padding:6px 8px;gap:8px}.top10-rank{font-size:12px;min-width:22px}.top10-cover{width:40px;height:40px}.top10-title{font-size:12px}.top10-artists,.top10-likes{font-size:10px}}.empty-dj-charts{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#ffffff80;gap:12px}.empty-dj-charts p{margin:0;font-size:14px}.dj-charts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.dj-chart-card{background:#ffffff0d;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease}.dj-chart-card:hover{background:#ffffff1a;transform:translateY(-4px)}.dj-chart-cover{position:relative;width:100%;aspect-ratio:1;background:linear-gradient(135deg,#667eea,#764ba2)}.dj-chart-cover img{width:100%;height:100%;object-fit:cover}.dj-chart-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffff80}.dj-chart-track-count{position:absolute;bottom:8px;left:8px;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 8px;border-radius:4px;font-size:11px;color:#fff}.dj-chart-info{padding:12px}.dj-chart-name{font-size:14px;font-weight:600;color:#fff;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dj-chart-artist{display:flex;align-items:center;gap:6px;font-size:12px;color:#fff9;margin-bottom:8px}.dj-chart-artist-img{width:18px;height:18px;border-radius:50%;object-fit:cover}.dj-chart-artist-placeholder{width:18px;height:18px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.dj-chart-stats{display:flex;align-items:center;gap:12px;font-size:12px;color:#ffffff80}.dj-chart-stats span{display:flex;align-items:center;gap:4px}.dj-chart-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.dj-chart-modal{background:#181818;border-radius:16px;width:100%;max-width:500px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.dj-chart-modal-header{display:flex;align-items:flex-start;gap:16px;padding:20px;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 100%);position:relative}.dj-chart-modal-cover{width:100px;height:100px;border-radius:8px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#667eea,#764ba2)}.dj-chart-modal-cover img{width:100%;height:100%;object-fit:cover}.dj-chart-modal-info{flex:1;min-width:0}.dj-chart-modal-info h3{font-size:18px;font-weight:700;color:#fff;margin:0 0 8px}.dj-chart-modal-artist{font-size:14px;color:#ffffffb3;margin:0 0 4px}.dj-chart-modal-stats{font-size:12px;color:#ffffff80;margin:0}.dj-chart-modal-close{position:absolute;top:16px;right:16px;background:#ffffff1a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s}.dj-chart-modal-close:hover{background:#fff3}.dj-chart-modal-description{padding:0 20px 16px;font-size:13px;color:#fff9;margin:0}.dj-chart-modal-tracks{flex:1;overflow-y:auto;padding:0 20px 20px}.dj-chart-track-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05)}.dj-chart-track-item:last-child{border-bottom:none}.dj-chart-track-item .track-number{font-size:14px;font-weight:600;color:#fff6;min-width:24px;text-align:center}.dj-chart-track-item .track-cover{width:44px;height:44px;border-radius:4px;object-fit:cover}.dj-chart-track-item .track-info{flex:1;min-width:0}.dj-chart-track-item .track-title{display:block;font-size:14px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dj-chart-track-item .track-artist{display:block;font-size:12px;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dj-chart-track-item .track-actions{display:flex;align-items:center;gap:8px}.dj-chart-track-item .spotify-link{width:32px;height:32px;border-radius:50%;background:#1ed7601a;display:flex;align-items:center;justify-content:center;color:#1ed760;transition:all .2s}.dj-chart-track-item .spotify-link:hover{background:#1ed76033;transform:scale(1.1)}.dj-chart-empty-tracks{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#fff6;gap:8px}.dj-chart-empty-tracks p{margin:0;font-size:14px}@media(max-width:768px){.dj-charts-grid{grid-template-columns:repeat(2,1fr);gap:12px}.dj-chart-name{font-size:13px}.dj-chart-artist{font-size:11px}.dj-chart-modal{max-height:90vh}.dj-chart-modal-header{padding:16px;gap:12px}.dj-chart-modal-cover{width:80px;height:80px}.dj-chart-modal-info h3{font-size:16px}.dj-chart-modal-tracks{padding:0 16px 16px}}@media(max-width:480px){.dj-charts-grid{grid-template-columns:repeat(2,1fr);gap:10px}.dj-chart-info{padding:10px}.dj-chart-track-count{font-size:10px;padding:3px 6px}}.playlist-detail{width:100%;max-width:100%;min-height:100%;color:#fff;background:linear-gradient(180deg,#0a0a0a,#000);overflow-x:hidden;padding-bottom:2rem}.playlist-header{display:flex;align-items:center;gap:1rem;padding:1rem 0;background:transparent;max-width:800px;margin:0 auto}.btn-back-arrow{width:32px;height:32px;border:none;background:transparent;color:#fff;font-size:2rem;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;line-height:1;transition:opacity .2s}.btn-back-arrow:hover{opacity:.7}.cover-container{flex-shrink:0}.playlist-detail .playlist-cover{position:relative;width:70px;height:70px;padding-bottom:0;border-radius:8px;object-fit:cover}.playlist-detail .default-cover{width:70px;height:70px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.playlist-info{flex:1;min-width:0;text-align:left}.playlist-type{display:none}.playlist-name{font-size:1.25rem;font-weight:700;line-height:1.2;margin:0 0 .25rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-description{display:none}.playlist-meta{display:flex;align-items:center;gap:.5rem;margin-top:.125rem}.track-count{font-size:.8rem;color:#ffffff80;margin-top:.25rem}.meta-item{display:flex;align-items:center;gap:.375rem}.owner-row{display:flex;align-items:center;gap:.5rem}.owner-avatar{width:20px;height:20px;border-radius:50%;overflow:hidden;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.65rem;color:#fff}.owner-avatar img{width:100%;height:100%;object-fit:cover}.owner-name{font-size:.85rem;font-weight:500;color:#fffc}.meta-separator{display:none}.action-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 2rem;max-width:800px;margin:0 auto}.btn-play{width:56px;height:56px;border-radius:50%;border:none;background:#1db954;color:#000;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-left:3px;transition:all .3s ease;box-shadow:0 4px 12px #1db95466}.btn-play:hover{transform:scale(1.06);background:#1ed760}.btn-shuffle,.btn-like,.btn-share{width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:#ffffffb3;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-shuffle:hover,.btn-like:hover,.btn-share:hover{color:#fff;transform:scale(1.06)}.btn-like.liked{color:#1db954}.track-list-container{max-width:100%;margin:0 auto;padding:0 0 2rem}@media(min-width:1200px){.track-list-container{max-width:1000px;padding:0 1.5rem 2rem}}.track-list-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;margin-bottom:.5rem;border-bottom:2px solid rgba(255,255,255,.1)}.track-list-header h3{font-size:1rem;font-weight:700;color:#fff;margin:0}.track-count{font-size:.875rem;color:#fff9;font-weight:600}.playlist-detail .track-list{display:flex;flex-direction:column;gap:.5rem}.playlist-detail .track-card{position:relative;display:flex;align-items:center;gap:.95rem;padding:.625rem .75rem;background:#ffffff0d;border-radius:8px;transition:background .2s;cursor:pointer;border:none}.playlist-detail .track-card:hover{background:#ffffff14}.playlist-detail .track-cover-small{position:relative;width:56px;height:56px;border-radius:6px;overflow:hidden;flex-shrink:0}.playlist-detail .track-cover-small img{width:100%;height:100%;object-fit:cover}.playlist-detail .track-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.playlist-detail .track-name{font-size:.875rem;font-weight:600;margin:0;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-detail .track-artist{font-size:.75rem;color:#fff9;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-detail .track-platforms{display:flex;gap:.5rem;flex-shrink:0}.playlist-detail .platform-btn{width:36px;height:36px;border-radius:6px;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fffc;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s ease}.playlist-detail .platform-btn:hover{background:transparent}.playlist-detail .platform-btn.spotify{color:#1db954;border-color:#1db954;background:transparent}.playlist-detail .platform-btn.spotify:hover{background:transparent;border-color:#1db954;transform:none}.playlist-detail .platform-btn.beatport{color:#01ff95;border-color:#01ff95;background:transparent}.playlist-detail .platform-btn.beatport:hover{background:transparent;border-color:#01ff95;transform:none}.playlist-detail .platform-btn.apple{color:#fc3c44;border-color:#fc3c44;background:transparent}.playlist-detail .platform-btn.apple:hover{background:transparent;border-color:#fc3c44;transform:none}.playlist-detail .platform-btn.soundcloud{color:#f50;border-color:#f50;background:transparent}.playlist-detail .platform-btn.soundcloud:hover{background:transparent;border-color:#f50;transform:none}.playlist-detail .track-like{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex-shrink:0;min-width:50px}.playlist-detail .btn-track-like{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:#ffffff80;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.playlist-detail .btn-track-like:hover{color:#fff;transform:scale(1.1)}.playlist-detail .btn-track-like.liked{color:#1db954}.playlist-detail .like-count{font-size:.75rem;color:#ffffff80;font-weight:600}.playlist-detail .btn-track-menu{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:#ffffff80;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.playlist-detail .btn-track-menu:hover{color:#fff;background:#ffffff1a}.empty-tracks{text-align:center;padding:4rem 2rem;color:#ffffff80}.empty-tracks p{font-size:1rem}.skeleton{animation:pulse 1.5s ease-in-out infinite}.skeleton-cover{width:80px;height:80px;border-radius:8px;background:#ffffff1a;flex-shrink:0}.skeleton-info{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.skeleton-line{height:20px;border-radius:4px;background:#ffffff1a}.skeleton-line:first-child{width:150px;height:24px}.skeleton-line:nth-child(2){width:100px;height:16px}.error-state{text-align:center;padding:4rem 2rem}.error-state h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}.error-state p{color:#ffffffb3;margin-bottom:2rem}.btn-back{padding:.75rem 2rem;border-radius:500px;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-back:hover{border-color:#fff;background:#ffffff1a;transform:scale(1.04)}@media(max-width:768px){.playlist-header{padding:.75rem;gap:.75rem}.btn-back-arrow{width:28px;height:28px;font-size:1.75rem}.playlist-detail .playlist-cover,.playlist-detail .default-cover{width:60px;height:60px}.playlist-name{font-size:1.1rem}.owner-name{font-size:.8rem}.track-count{font-size:.75rem}.action-buttons{gap:.75rem;padding:.75rem 1rem}.btn-play{width:48px;height:48px;font-size:1.25rem}.btn-shuffle,.btn-like,.btn-share{width:36px;height:36px;font-size:1.1rem}.track-list-container{padding:0 0 2rem}.playlist-detail .track-card{gap:.625rem;padding:.5rem .625rem}.playlist-detail .track-cover-small{width:48px;height:48px}.playlist-detail .track-name{font-size:.875rem}.playlist-detail .track-artist{font-size:.75rem}.playlist-detail .platform-btn{width:32px;height:32px;font-size:.9rem}.playlist-detail .btn-track-menu{width:28px;height:28px}}@media(max-width:480px){.playlist-detail .track-platforms{gap:.35rem}.playlist-detail .platform-btn{width:30px;height:30px}.playlist-detail .track-like{min-width:40px}.playlist-detail .btn-track-menu{width:26px;height:26px}}.add-tracks-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease}.add-tracks-container{width:100%;max-width:600px;max-height:85vh;background:linear-gradient(135deg,#282c34fa,#1e222afa);border-radius:20px;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.add-tracks-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05}.add-tracks-header h2{font-size:1.35rem;font-weight:700;color:#fff;margin:0;flex:1;text-align:center}.close-btn,.done-btn{border:none;background:transparent;color:#ffffffb3;cursor:pointer;transition:all .2s;font-size:1rem;font-weight:600;padding:.5rem;border-radius:8px}.close-btn:hover{background:#ffffff1a;color:#fff}.done-btn{color:#1db954}.done-btn:disabled{color:#ffffff4d;cursor:not-allowed}.done-btn:hover:not(:disabled){background:#1db95426;color:#1ed760}.search-container{padding:1.25rem 1.5rem;background:#ffffff05}.search-input-wrapper{display:flex;align-items:center;gap:.75rem;background:#ffffff14;border-radius:12px;padding:.875rem 1rem;border:1.5px solid rgba(255,255,255,.12);transition:all .3s}.search-input-wrapper:focus-within{border-color:#667eea;background:#ffffff1f;box-shadow:0 0 0 3px #667eea26}.search-icon{color:#ffffff80;flex-shrink:0}.search-input-wrapper input{flex:1;border:none;background:transparent;color:#fff;font-size:1rem;outline:none}.search-input-wrapper input::placeholder{color:#fff6}.clear-search{border:none;background:#ffffff1f;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff9;cursor:pointer;transition:all .2s;flex-shrink:0}.clear-search:hover{background:#fff3;color:#fff}.search-results{flex:1;overflow-y:auto;padding:.75rem 1.5rem 1.5rem}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;color:#ffffff80;font-size:.95rem;text-align:center;gap:.75rem}.loading-state:before{content:"🔍";font-size:3rem;animation:bounce 1.5s ease-in-out infinite}.empty-state:before{content:"🎵";font-size:3rem;opacity:.3}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.track-result{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;border-radius:14px;border:2px solid transparent;background:#ffffff0d;margin-bottom:.65rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);width:100%;text-align:left}.track-result:hover{background:#ffffff1a;transform:translate(4px)}.track-result.selected{border-color:#667eea;background:#667eea26;box-shadow:0 4px 12px #667eea33}.track-cover{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#667eea4d,#764ba24d);box-shadow:0 4px 8px #0003}.track-cover img{width:100%;height:100%;object-fit:cover}.cover-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff6}.track-info{flex:1;min-width:0}.track-info h3{font-size:.95rem;font-weight:600;color:#fff;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-info p{font-size:.85rem;color:#fff9;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selection-indicator{width:32px;height:32px;border-radius:50%;border:2.5px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;background:transparent}.selection-indicator.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;transform:scale(1.05)}.track-result:hover .selection-indicator:not(.selected){border-color:#ffffff80}.search-results::-webkit-scrollbar{width:8px}.search-results::-webkit-scrollbar-track{background:#ffffff08;border-radius:4px}.search-results::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.search-results::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(max-width:768px){.add-tracks-modal{padding:1rem}.add-tracks-container{max-width:100%;max-height:90vh;border-radius:16px}.add-tracks-header{padding:1rem 1.25rem}.add-tracks-header h2{font-size:1.2rem}.search-container{padding:1rem 1.25rem}.search-results{padding:.5rem 1.25rem 1.25rem}.track-cover{width:52px;height:52px}.track-info h3{font-size:.9rem}.track-info p{font-size:.8rem}.selection-indicator{width:30px;height:30px}}@media(max-width:480px){.add-tracks-modal{padding:.5rem}.add-tracks-container{border-radius:12px}.add-tracks-header,.search-container{padding:.875rem 1rem}.search-input-wrapper{padding:.75rem .875rem}.search-results{padding:.5rem 1rem 1rem}.track-result{padding:.75rem;gap:.875rem}.track-cover{width:48px;height:48px;border-radius:8px}}.select-playlist-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.select-playlist-container{width:90%;max-width:500px;max-height:80vh;background:linear-gradient(135deg,#1e1e1efa,#141414fa);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.select-playlist-header{padding:1.5rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.select-playlist-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#fff}.select-playlist-list{flex:1;overflow-y:auto;padding:1rem}.select-playlist-item{display:flex;align-items:center;gap:1rem;padding:.875rem;background:#ffffff0d;border-radius:12px;margin-bottom:.75rem;cursor:pointer;transition:all .2s;border:2px solid transparent;position:relative}.select-playlist-item:hover{background:#ffffff14;transform:translateY(-2px)}.select-playlist-cover{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#ffffff1a}.select-playlist-cover img{width:100%;height:100%;object-fit:cover}.select-cover-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#ffffff4d}.select-playlist-info{flex:1;min-width:0}.select-playlist-info h3{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-playlist-info p{font-size:.875rem;color:#fff9;margin:0}.playlist-menu-icon{color:#ffffff80;flex-shrink:0;padding:.5rem}.select-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.select-empty-state p{color:#ffffff80;font-size:1rem;margin:0}.select-playlist-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center}.select-cancel-btn{padding:.75rem 2.5rem;border:none;background:#ffffff1a;color:#fff;font-size:1rem;font-weight:600;border-radius:24px;cursor:pointer;transition:all .2s}.select-cancel-btn:hover{background:#ffffff26}.select-playlist-list::-webkit-scrollbar{width:6px}.select-playlist-list::-webkit-scrollbar-track{background:#ffffff08}.select-playlist-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.select-playlist-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(max-width:768px){.select-playlist-container{width:95%;max-height:85vh}.select-playlist-header{padding:1.25rem}.select-playlist-header h2{font-size:1.35rem}.select-playlist-list{padding:.875rem}.select-playlist-item{gap:.875rem;padding:.75rem}.select-playlist-cover{width:52px;height:52px}}@media(max-width:480px){.select-playlist-header h2{font-size:1.25rem}.select-playlist-cover{width:48px;height:48px}.playlist-check{width:28px;height:28px}}.edit-playlist-modal{position:absolute;inset:0;background:#121212;z-index:100;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.edit-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#1e1e1efa;border-bottom:1px solid rgba(255,255,255,.1)}.edit-back-btn{width:40px;height:40px;border:none;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:all .2s}.edit-back-btn:hover{background:#ffffff1a}.edit-header h2{flex:1;text-align:center;font-size:1.125rem;font-weight:700;color:#fff;margin:0}.edit-save-btn{padding:.5rem 1rem;border:none;background:transparent;color:#667eea;font-size:1rem;font-weight:700;cursor:pointer;border-radius:8px;transition:all .2s}.edit-save-btn:hover{background:#667eea26}.edit-save-btn:disabled{color:#667eea66;cursor:not-allowed}.edit-actions{display:flex;align-items:center;justify-content:space-around;padding:1rem;background:#141414fa;border-bottom:1px solid rgba(255,255,255,.08)}.edit-action-btn{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.5rem .75rem;border:none;background:transparent;color:#ffffffb3;cursor:pointer;transition:all .2s;border-radius:8px;min-width:60px}.edit-action-btn:hover{background:#ffffff14;color:#fff}.edit-action-btn:disabled{opacity:.3;cursor:not-allowed}.edit-action-btn svg{width:24px;height:24px}.edit-action-btn span{font-size:.75rem;font-weight:600}.edit-action-btn.select-btn{position:relative}.select-count{position:absolute;top:-4px;right:8px;min-width:20px;height:20px;background:#1db954;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#000;padding:0 4px}.select-btn.has-selection{color:#1db954}.edit-action-btn.delete-btn{color:#e22134b3}.edit-action-btn.delete-btn:hover{color:#e22134;background:#e221341a}.edit-tracks-list{flex:1;overflow-y:auto;padding:.75rem 1rem 2rem;background:#000}.edit-track-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff0d;border-radius:12px;margin-bottom:.65rem;cursor:pointer;transition:all .2s;border:2px solid transparent}.edit-track-item:hover{background:#ffffff14}.edit-track-item.selected{background:#1db95426;border-color:#1db954}.track-checkbox{width:28px;height:28px;border-radius:50%;border:2.5px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;background:transparent}.edit-track-item.selected .track-checkbox{background:#1db954;border-color:#1db954;color:#000}.edit-track-item:hover .track-checkbox{border-color:#ffffff80}.edit-track-cover{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#ffffff1a}.edit-track-cover img{width:100%;height:100%;object-fit:cover}.edit-cover-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#ffffff4d}.edit-track-info{flex:1;min-width:0}.edit-track-info h3{font-size:.95rem;font-weight:600;color:#fff;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-track-info p{font-size:.85rem;color:#fff9;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.track-drag-handle{color:#fff6;flex-shrink:0;cursor:grab;padding:.5rem}.track-drag-handle:active{cursor:grabbing}.edit-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.edit-empty-state p{color:#ffffff80;font-size:1rem;margin:0}.edit-tracks-list::-webkit-scrollbar{width:6px}.edit-tracks-list::-webkit-scrollbar-track{background:#ffffff08}.edit-tracks-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.edit-tracks-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(max-width:768px){.edit-header{padding:.875rem 1rem}.edit-header h2{font-size:1.05rem}.edit-actions{padding:.875rem}.edit-action-btn{min-width:55px}.edit-action-btn svg{width:22px;height:22px}.edit-action-btn span{font-size:.7rem}.edit-tracks-list{padding:.5rem .875rem 1.5rem}.edit-track-item{gap:.875rem;padding:.65rem}.edit-track-cover{width:52px;height:52px}}@media(max-width:480px){.edit-actions{padding:.75rem;gap:.25rem}.edit-action-btn{min-width:50px;padding:.4rem .5rem}.edit-track-item{gap:.75rem;padding:.6rem}.edit-track-cover{width:48px;height:48px}.track-checkbox{width:26px;height:26px}}.rename-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.rename-modal-content{width:100%;max-width:400px;background:#282832fa;border-radius:20px;padding:1.5rem;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease}.rename-modal-header{text-align:center;margin-bottom:1.5rem}.rename-modal-header h2{font-size:1.35rem;font-weight:700;color:#fff;margin:0}.rename-modal-input{width:100%;padding:1rem;border-radius:12px;border:2px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-size:1rem;font-family:inherit;outline:none;margin-bottom:1.5rem;transition:all .2s}.rename-modal-input::placeholder{color:#fff6}.rename-modal-input:focus{border-color:#667eea;background:#ffffff1f}.rename-modal-buttons{display:flex;gap:.75rem}.rename-modal-btn{flex:1;padding:.875rem;border-radius:12px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.rename-cancel-btn{background:#ffffff1a;color:#fff}.rename-cancel-btn:hover{background:#ffffff26}.rename-save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.rename-save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.rename-save-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.rename-modal-content{padding:1.25rem;border-radius:16px}.rename-modal-header h2{font-size:1.2rem}.rename-modal-input{padding:.875rem;font-size:.95rem}.rename-modal-btn{padding:.75rem;font-size:.95rem}}.delete-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.delete-modal-content{width:100%;max-width:400px;background:#282832fa;border-radius:20px;padding:1.5rem;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.delete-modal-icon{font-size:3.5rem;margin-bottom:1rem}.delete-modal-header h2{font-size:1.35rem;font-weight:700;color:#fff;margin:0 0 .5rem}.delete-modal-header p{font-size:.9rem;color:#fff9;margin:0;line-height:1.5}.delete-playlist-name{color:#e22134;font-weight:600}.delete-modal-buttons{display:flex;gap:.75rem;margin-top:1.5rem}.delete-modal-btn{flex:1;padding:.875rem;border-radius:12px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.delete-cancel-btn{background:#ffffff1a;color:#fff}.delete-cancel-btn:hover{background:#ffffff26}.delete-confirm-btn{background:#e22134;color:#fff}.delete-confirm-btn:hover:not(:disabled){background:#c41d2e;transform:translateY(-2px);box-shadow:0 8px 20px #e2213466}.delete-confirm-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.delete-modal-content{padding:1.25rem;border-radius:16px}.delete-modal-icon{font-size:3rem}.delete-modal-header h2{font-size:1.2rem}.delete-modal-header p{font-size:.85rem}.delete-modal-btn{padding:.75rem;font-size:.95rem}}.track-card{display:flex;gap:1rem;padding:1rem;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .2s;position:relative}.track-card:hover{background:#ffffff14;border-color:#ffffff26}.track-card-cover{width:80px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#ffffff1a}.track-card-cover img{width:100%;height:100%;object-fit:cover}.track-cover-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#ffffff4d}.track-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.track-card-info h3{font-size:1.05rem;font-weight:600;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.track-card-info p{font-size:.9rem;color:#fff9;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.platform-buttons{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:auto}.platform-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.125rem;border-radius:10px;border:none;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-shadow:0 2px 8px #00000026;min-width:100px}.platform-btn svg{flex-shrink:0}.platform-btn.spotify{background:linear-gradient(135deg,#1db954,#1ed760);color:#fff}.platform-btn.spotify:hover{background:linear-gradient(135deg,#1ed760,#1fdf64);transform:translateY(-2px);box-shadow:0 4px 16px #1db95466}.platform-btn.beatport{background:linear-gradient(135deg,#333,#444);color:#fff}.platform-btn.beatport:hover{background:linear-gradient(135deg,#444,#555);transform:translateY(-2px);box-shadow:0 4px 16px #4446}.platform-btn.apple{background:linear-gradient(135deg,#fa243c,#fc3d52);color:#fff}.platform-btn.apple:hover{background:linear-gradient(135deg,#fc3d52,#fd4f62);transform:translateY(-2px);box-shadow:0 4px 16px #fa243c66}.platform-btn.soundcloud{background:linear-gradient(135deg,#f50,#ff6619);color:#fff}.platform-btn.soundcloud:hover{background:linear-gradient(135deg,#ff6619,#ff7730);transform:translateY(-2px);box-shadow:0 4px 16px #f506}.track-card-actions{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.action-icon{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative}.action-icon:hover{background:#ffffff1a;color:#fff}.action-icon.more{position:absolute;top:0;right:0}.action-icon.like{position:absolute;top:45px;right:0;flex-direction:column;gap:.1rem;width:auto;height:auto}.action-icon.like:hover{color:#e22134}.like-count{font-size:.75rem;font-weight:600;color:#ffffffb3}@media(max-width:768px){.track-card{gap:.875rem;padding:.875rem}.track-card-cover{width:70px;height:70px}.track-card-info h3{font-size:.95rem}.track-card-info p{font-size:.85rem}.platform-buttons{gap:.5rem}.platform-btn{padding:.5rem .95rem;font-size:.75rem;min-width:90px}.platform-btn svg{width:16px;height:16px}}@media(max-width:480px){.track-card{padding:.75rem;gap:.75rem}.track-card-cover{width:65px;height:65px}.track-card-info h3{font-size:.9rem}.track-card-info p{font-size:.8rem}.platform-buttons{gap:.4rem}.platform-btn{padding:.45rem .85rem;font-size:.7rem;min-width:85px}.platform-btn svg{width:15px;height:15px}}.my-playlist-detail{position:relative;min-height:100vh;height:100%;background:linear-gradient(180deg,#0f1923fa,#050a0ffa);padding:1rem;overflow-y:auto;overflow-x:hidden}.my-playlist-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#fff9;font-size:.9rem;background:#000}.my-back-button{width:40px;height:40px;border-radius:6px;border:none;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;margin-bottom:1.5rem}.my-back-button:hover{background:#ffffff1a}.my-cover-container{display:flex;justify-content:center;margin-bottom:1.25rem}.my-cover-image{width:160px;height:160px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000080}.my-cover-image img{width:100%;height:100%;object-fit:cover}.my-cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.my-placeholder-text{font-size:4rem;font-weight:700;color:#fffffff2;text-transform:uppercase}.my-playlist-info{text-align:center;margin-bottom:1.5rem}.my-playlist-info h1{font-size:1.35rem;font-weight:700;color:#fff;margin:0 0 .35rem}.my-playlist-info p{font-size:.875rem;color:#ffffff8c;margin:0}.my-action-grid{display:flex;gap:1.5rem;margin-bottom:2rem;overflow-x:auto;padding:0 .25rem;justify-content:center}.my-action-grid::-webkit-scrollbar{height:4px}.my-action-grid::-webkit-scrollbar-track{background:transparent}.my-action-grid::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.my-action-btn{min-width:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.6rem .4rem;border-radius:10px;border:none;background:transparent;color:#fff;font-size:.7rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.my-action-btn:hover{color:#ffffffb3}.my-action-btn:active{transform:scale(.95)}.my-action-btn span{text-align:center}.my-delete-btn{color:#e22134}.my-delete-btn:hover{color:#e22134b3}.my-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.5rem 1rem}.my-empty-icon{margin-bottom:1rem;color:#ffffff40;animation:floatAnimation 3s ease-in-out infinite}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.my-empty-state h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem}.my-empty-state p{font-size:.875rem;color:#ffffff73;margin:0;line-height:1.4}.my-tracks-list{display:flex;flex-direction:column;gap:.75rem;padding:0 .25rem 4rem}.my-track-item{background:#ffffff0d;border-radius:8px;padding:.875rem;transition:all .2s}.my-track-item:hover{background:#ffffff14}.my-tracks-section{margin-top:1rem;margin-bottom:2rem}.tracks-header{margin-bottom:1rem;padding:0 .25rem}.tracks-title{display:flex;align-items:center;gap:.5rem}.title-accent{width:4px;height:20px;background:linear-gradient(180deg,#3b82f6,#667eea);border-radius:2px}.tracks-title h3{font-size:1.125rem;font-weight:700;color:#fff;margin:0}.my-tracks-list{display:flex;flex-direction:column;gap:.75rem;padding:0 .25rem}@media(max-width:768px){.my-playlist-detail{padding:.875rem .875rem 2rem}.my-cover-image{width:150px;height:150px}.my-placeholder-text{font-size:3.5rem}.my-playlist-info h1{font-size:1.25rem}.my-action-btn{min-width:80px;padding:.55rem .35rem;font-size:.68rem}.my-tracks-list{padding-bottom:3rem}}@media(max-width:480px){.my-cover-image{width:140px;height:140px}.my-placeholder-text{font-size:3rem}.my-playlist-info h1{font-size:1.15rem}.my-playlist-info p{font-size:.8rem}.my-action-btn{min-width:75px;padding:.5rem .3rem;font-size:.65rem;gap:.2rem}.my-empty-state{padding:2rem .75rem}.my-empty-state h2{font-size:1.125rem}.my-empty-state p{font-size:.8rem}.my-tracks-list{padding-bottom:2.5rem}}.my-playlist-detail::-webkit-scrollbar{width:6px}.my-playlist-detail::-webkit-scrollbar-track{background:#ffffff0d}.my-playlist-detail::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.my-playlist-detail::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.genre-detail{width:100%;min-height:100vh;background:#121212;color:#fff;padding:80px 16px 20px;max-width:600px;margin:0 auto}.genre-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:12px}.back-btn-genre,.refresh-btn{width:40px;height:40px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.back-btn-genre:hover,.refresh-btn:hover{background:#ffffff26}.genre-detail-title{flex:1;font-size:24px;font-weight:700;color:#fff;margin:0;text-align:center}.genre-playlists{width:100%}.playlists-card-list{display:flex;flex-direction:column;gap:12px}.playlist-card-item{display:flex;align-items:center;gap:16px;background:#ffffff0d;border-radius:12px;padding:12px;cursor:pointer;transition:all .2s;border:1px solid rgba(255,255,255,.05)}.playlist-card-item:hover{background:#ffffff14;transform:translate(4px)}.playlist-card-item:active{background:#ffffff1a;transform:scale(.98)}.playlist-card-cover{width:60px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#ffffff1a}.playlist-card-cover img{width:100%;height:100%;object-fit:cover}.playlist-card-cover .cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff6;background:#ffffff0d}.playlist-card-info{flex:1;min-width:0}.playlist-card-name{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-card-tracks{font-size:13px;color:#b3b3b3;margin:0}.playlist-card-arrow{flex-shrink:0;color:#fff6;transition:all .2s}.playlist-card-item:hover .playlist-card-arrow{color:#fffc;transform:translate(4px)}.genre-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}.spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.genre-detail-loading p{font-size:14px;color:#b3b3b3;margin:0}.genre-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px;text-align:center}.genre-detail-error h2{font-size:32px;margin:0}.genre-detail-error p{font-size:14px;color:#b3b3b3;margin:0}.genre-detail-error button{padding:12px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.genre-detail-error button:hover{background:#ffffff26}.genre-empty{display:flex;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.genre-empty p{font-size:14px;color:#b3b3b3;margin:0}@media(max-width:768px){.genre-detail{padding:16px 12px}.genre-detail-title{font-size:20px}.playlist-card-cover{width:56px;height:56px}.playlist-card-name{font-size:15px}.playlist-card-tracks{font-size:12px}}@media(max-width:480px){.playlist-card-item{padding:10px;gap:12px}.playlist-card-cover{width:50px;height:50px}.playlist-card-name{font-size:14px}}.library-page{width:100%;min-height:100%;background:#000;color:#fff;padding:2rem}.library-header{margin-bottom:2rem}.library-header h1{font-size:1.5rem;font-weight:700;margin:0;color:#fff}.library-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:#ffffff0d;padding:.35rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tab-btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:transparent;color:#ffffff80;position:relative;overflow:hidden}.tab-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s}.tab-btn:hover:not(.active):before{opacity:1}.tab-btn:hover:not(.active){color:#fffc}.tab-btn.active{background:#fff;color:#000;box-shadow:0 4px 12px #0000004d;transform:scale(1.02)}.tab-content{animation:fadeIn .3s ease}.create-playlist-btn{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff0d;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1.5rem}.create-playlist-btn:hover{background:#ffffff1a}.create-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.playlists-list{display:flex;flex-direction:column;gap:.75rem}.playlist-item{width:100%;display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.playlist-item:hover{background:#ffffff14}.playlist-cover-small{width:48px;height:48px;border-radius:6px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#ffffffb3;flex-shrink:0;overflow:hidden}.playlist-cover-small img{width:100%;height:100%;object-fit:cover}.playlist-info{flex:1;min-width:0}.playlist-info h3{font-size:.95rem;font-weight:600;margin:0 0 .25rem;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-info p{font-size:.85rem;color:#fff9;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chevron-icon{color:#ffffff80;flex-shrink:0}.playlist-item:hover .chevron-icon{color:#fff}.empty-state{text-align:center;padding:4rem 2rem}.empty-state p{color:#ffffff80;font-size:1rem;margin:0}.loading-state{text-align:center;padding:4rem 2rem}.loading-state p{color:#ffffff80;font-size:1rem;margin:0}@media(max-width:768px){.library-page{padding:1.5rem}.library-header h1{font-size:1.25rem}.library-tabs{gap:.75rem}.tab-btn{padding:.65rem 1.25rem;font-size:.85rem}.create-playlist-btn{padding:.85rem 1rem;font-size:.95rem}.create-icon{width:36px;height:36px}.playlist-item{padding:.65rem .75rem}.playlist-cover-small{width:44px;height:44px}.playlist-info h3{font-size:.9rem}.playlist-info p{font-size:.8rem}}@media(max-width:480px){.library-page{padding:1rem}.library-tabs{gap:.5rem}.tab-btn{padding:.6rem 1rem;font-size:.8rem}.playlist-cover-small{width:40px;height:40px}}.lists-page{padding:20px 16px;background:linear-gradient(180deg,#0a0a0a,#000);min-height:100vh;max-width:100%;margin:0 auto}.lists-header{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.lists-header h1{font-size:24px;font-weight:700;color:#fff;margin:0}.genre-cards{display:flex;flex-direction:column;gap:24px;max-width:770px;margin:0 auto}.genre-card{position:relative;height:170px;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease}.genre-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000080}.genre-card-image{position:relative;width:100%;height:100%}.genre-card-image img{width:100%;height:100%;object-fit:cover;object-position:center 53%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.genre-overlay{position:absolute;inset:0;background:linear-gradient(to right,#000000b3,#0006,#0003)}.genre-accent-bar{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent-color);box-shadow:0 0 20px var(--accent-color)}.genre-name{position:absolute;left:20px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.5);z-index:1}@media(max-width:768px){.lists-page{padding:16px 12px}.lists-header h1{font-size:20px}.genre-card{height:100px}.genre-name{font-size:20px;left:16px}}@media(max-width:480px){.genre-card{height:90px}.genre-name{font-size:18px}}.genre-card.skeleton{pointer-events:none}.skeleton-image{background:#1e1e1e;position:relative;overflow:hidden}.skeleton-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.05) 50%,transparent 100%);animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.top10-page{padding:24px;max-width:1800px;margin:0 auto}.top10-header{margin-bottom:24px}.top10-header h1{font-size:24px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.04em}.top10-header p{font-size:13px;color:#b3b3b3;margin:0}.genre-tabs{display:flex;gap:8px;margin-bottom:32px;flex-wrap:wrap}.genre-tab{padding:8px 16px;background:#232323;border:none;border-radius:500px;color:#fff;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s;white-space:nowrap}.genre-tab:hover{background:#2a2a2a;transform:scale(1.04)}.genre-tab.active{background:#1ed760;color:#000;font-weight:600}.genre-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.04em}.top10-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}@media(max-width:1400px){.top10-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(max-width:1024px){.top10-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media(max-width:768px){.top10-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}}.top10-card{background:#181818;border-radius:8px;padding:16px;transition:all .3s;cursor:pointer;position:relative;display:flex;flex-direction:column;gap:12px}.top10-card:hover{background:#282828}.top10-card:hover .play-overlay{opacity:1;transform:translateY(-50%) scale(1)}.rank-badge{position:absolute;top:8px;left:8px;width:28px;height:28px;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:6px;z-index:2;box-shadow:0 2px 8px #0000004d;letter-spacing:-.02em}.three-dot-menu{position:absolute;top:8px;right:8px;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .2s}.three-dot-menu:hover{background:#000000e6;transform:scale(1.1)}.music-artwork{position:relative;width:100%;aspect-ratio:1;border-radius:4px;overflow:hidden;background:#282828}.music-artwork img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.top10-card:hover .music-artwork img{transform:scale(1.05)}.play-overlay{position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%) scale(.8);width:48px;height:48px;background:#1ed760;border:none;border-radius:50%;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s;box-shadow:0 8px 24px #00000080;z-index:3}.play-overlay:hover{transform:translateY(-50%) translate(-50%) scale(1.1);background:#1fdf64}.music-title{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.music-artists{font-size:14px;color:#b3b3b3;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clickable-artists{background:transparent;border:none;padding:0;text-align:left;cursor:pointer;transition:color .2s;width:100%}.clickable-artists:hover{color:#fff;text-decoration:underline}.music-stats{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.like-btn{display:flex;align-items:center;gap:6px;background:transparent;border:none;color:#b3b3b3;font-size:14px;cursor:pointer;transition:all .2s;padding:4px 8px;border-radius:4px}.like-btn:hover{color:#1ed760;background:#1ed7601a}.like-btn.liked{color:#1ed760}.views-count{font-size:12px;color:#b3b3b3}.loading-state{display:flex;flex-direction:column;gap:48px}.skeleton-genre-section{display:flex;flex-direction:column;gap:20px}.skeleton-title{width:200px;height:28px;background:linear-gradient(90deg,#282828 25%,#333,#282828 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.skeleton-card{background:#181818;border-radius:8px;padding:16px;height:320px}.skeleton-card:before{content:"";display:block;width:100%;aspect-ratio:1;background:linear-gradient(90deg,#282828 25%,#333,#282828 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@media(max-width:768px){.top10-page{padding:16px 16px 80px}.top10-header{margin-bottom:16px}.top10-header h1{font-size:24px}.top10-header p{font-size:12px}.genre-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;margin-bottom:24px;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.genre-tabs::-webkit-scrollbar{display:none}.genre-tab{padding:8px 14px;font-size:13px;flex-shrink:0}.genre-section{margin-bottom:32px}.genre-title{font-size:20px;margin-bottom:16px}.top10-grid{grid-template-columns:repeat(2,1fr);gap:12px}.top10-card{padding:12px;gap:10px}.rank-badge{width:24px;height:24px;font-size:11px;border-radius:5px}.three-dot-menu{width:28px;height:28px}.music-title{font-size:13px}.music-artists{font-size:11px}.music-stats{padding-top:6px;gap:8px}.like-btn{font-size:12px;padding:3px 6px;gap:4px}.views-count{font-size:11px}.play-overlay{width:36px;height:36px;opacity:1;transform:translateY(-50%) translate(-50%) scale(1)}.skeleton-grid{grid-template-columns:repeat(2,1fr);gap:12px}.skeleton-card{height:240px}.skeleton-title{width:150px;height:24px}}@media(max-width:480px){.top10-page{padding:12px 12px 76px}.top10-header h1{font-size:20px}.top10-header p{font-size:11px}.genre-tabs{gap:6px;margin-bottom:20px}.genre-tab{padding:7px 12px;font-size:12px}.genre-section{margin-bottom:24px}.genre-title{font-size:18px;margin-bottom:12px}.top10-grid{gap:10px}.top10-card{padding:10px;gap:8px}.rank-badge{width:22px;height:22px;font-size:10px;border-radius:5px;top:6px;left:6px}.three-dot-menu{width:26px;height:26px;top:6px;right:6px}.three-dot-menu svg{width:16px;height:16px}.music-title{font-size:12px}.music-artists{font-size:10px}.music-stats{flex-direction:column;align-items:flex-start;gap:4px}.like-btn{font-size:11px}.views-count{font-size:10px}.play-overlay{width:32px;height:32px}.play-overlay svg{width:18px;height:18px}.skeleton-card{height:200px}}@media(max-width:360px){.top10-page{padding:10px 10px 72px}.top10-header h1{font-size:18px}.genre-tab{padding:6px 10px;font-size:11px}.genre-title{font-size:16px}.top10-grid{gap:8px}.top10-card{padding:8px;gap:6px}.rank-badge{width:20px;height:20px;font-size:9px;border-radius:4px}.music-title{font-size:11px}.music-artists{font-size:9px}.like-btn{font-size:10px}.views-count{font-size:9px}.play-overlay{width:28px;height:28px}}.world-page.instagram-style{width:100%;min-height:100vh;background:#000;padding-bottom:80px}.world-feed-container{width:100%;max-width:470px;margin:0 auto;padding:0}.world-feed{display:flex;flex-direction:column;gap:0;width:100%}.feed-post{width:100%;background:#000;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:.75rem}.post-header{display:flex;align-items:center;padding:.75rem 1rem;cursor:pointer}.post-user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;margin-right:.75rem;flex-shrink:0;border:2px solid transparent;background:linear-gradient(#000,#000) padding-box,linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888) border-box}.post-user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.post-user-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#fff;border-radius:50%}.post-user-info{flex:1;display:flex;flex-direction:column;min-width:0}.post-username-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.post-username{font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-action-text{font-size:.8125rem;font-weight:400;color:#fff9}.post-time{font-size:.75rem;color:#ffffff80}.post-more-btn{background:none;border:none;color:#fff;padding:.5rem;cursor:pointer;opacity:.8;transition:opacity .2s}.post-more-btn:hover{opacity:1}.post-content{cursor:pointer}.post-image-container{position:relative;width:100%;aspect-ratio:1;background:#1a1a1a;overflow:hidden}.post-image{width:100%;height:100%;object-fit:cover}.feed-post.playlist-post .post-image-container,.feed-post.photo-post .post-image-container{aspect-ratio:1}.post-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#ffffff4d}.post-play-overlay{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.post-content:hover .post-play-overlay{opacity:1}.play-button{width:64px;height:64px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;transform:scale(.9);transition:transform .2s}.post-content:hover .play-button{transform:scale(1)}.play-button svg{margin-left:4px}.post-track-badge{position:absolute;bottom:1rem;left:1rem;display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#000000b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;font-size:.75rem;color:#fff;font-weight:500}.post-actions{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem}.post-actions-left{display:flex;align-items:center;gap:1rem}.action-btn{background:none;border:none;color:#fff;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.action-btn:hover{transform:scale(1.1)}.action-btn:active{transform:scale(.95)}.action-btn.like-btn:hover,.action-btn.like-btn.liked{color:#ed4956}.action-btn.like-btn.liked svg{fill:#ed4956}.post-stats{padding:0 1rem;margin-bottom:.25rem}.post-likes{font-size:.875rem;font-weight:600;color:#fff}.post-caption{padding:0 1rem;line-height:1.4}.caption-username{font-size:.875rem;font-weight:600;color:#fff;margin-right:.375rem;cursor:pointer}.caption-username:hover{text-decoration:underline}.caption-text{font-size:.875rem;color:#fff}.caption-description{font-size:.875rem;color:#ffffffb3;margin:.25rem 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-genre-tag{padding:.375rem 1rem;font-size:.8125rem;color:#0095f6}.feed-post.playlist-post{background:#000;padding:0 1rem .75rem}.playlist-compact-card{display:flex;align-items:center;gap:14px;padding:14px;background:linear-gradient(135deg,#1a1a1a,#252525);border-radius:12px;cursor:pointer;transition:all .2s ease;border:1px solid rgba(255,255,255,.08)}.playlist-compact-card:hover{background:linear-gradient(135deg,#222,#2a2a2a);border-color:#ffffff1f}.playlist-compact-cover{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#282828}.playlist-compact-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.playlist-compact-card:hover .playlist-compact-cover img{transform:scale(1.05)}.playlist-compact-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#282828,#383838);color:#fff6}.playlist-compact-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:36px;height:36px;background:#1ed760;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;opacity:0;transition:all .2s ease;box-shadow:0 4px 12px #0006}.playlist-compact-play svg{margin-left:2px}.playlist-compact-card:hover .playlist-compact-play{opacity:1;transform:translate(-50%,-50%) scale(1)}.playlist-compact-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.playlist-type-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#1ed76026;border-radius:20px;width:fit-content}.playlist-type-badge svg{color:#1ed760}.playlist-type-badge span{font-size:11px;font-weight:600;color:#1ed760;letter-spacing:.02em}.playlist-compact-tracks{display:flex;gap:4px}.playlist-compact-thumb{width:32px;height:32px;border-radius:4px;overflow:hidden;background:#282828;box-shadow:0 2px 6px #0000004d}.playlist-compact-thumb img{width:100%;height:100%;object-fit:cover}.playlist-compact-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#282828,#383838);color:#fff6}.playlist-compact-info{display:flex;flex-direction:column;gap:2px}.playlist-compact-name{font-size:15px;font-weight:600;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-compact-count{font-size:12px;color:#fff9}.playlist-compact-arrow{color:#fff6;flex-shrink:0;transition:all .2s}.playlist-compact-card:hover .playlist-compact-arrow{color:#ffffffb3;transform:translate(3px)}.feed-post.event-post{padding:.75rem 1rem .5rem}.event-horizontal-card{display:flex;align-items:stretch;background:#1a1a1a;border-radius:12px;overflow:hidden;margin-bottom:.75rem}.event-date-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:70px;padding:1rem .875rem;background:#252525;border-right:1px solid rgba(255,255,255,.1)}.event-day{font-size:1.75rem;font-weight:700;color:#fff;line-height:1}.event-month{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:capitalize;margin-top:.125rem}.event-weekday{font-size:.625rem;font-weight:500;color:#ffffff80;text-transform:capitalize;margin-top:.25rem}.event-info{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1rem 1.25rem;min-width:0}.event-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.event-location,.event-time-info{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#ffffffb3}.event-location svg,.event-time-info svg{opacity:.7}.event-user-row{display:flex;align-items:center;padding:.25rem 0;cursor:pointer}.event-user-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;margin-right:.625rem;flex-shrink:0}.event-user-avatar img{width:100%;height:100%;object-fit:cover}.event-user-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#fff}.event-user-info{flex:1;display:flex;align-items:center;gap:.5rem;min-width:0}.event-username{font-size:.8125rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-time-ago{font-size:.75rem;color:#ffffff80;flex-shrink:0}.event-more-btn{background:none;border:none;color:#ffffff80;padding:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s}.event-more-btn:hover{color:#fffc}.image-detail-overlay{position:fixed;inset:0;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center}.image-detail-modal{width:100%;height:100%;max-width:1200px;max-height:90vh;background:#000;display:flex;flex-direction:column;overflow:hidden}.image-detail-mobile-header{display:none}.image-detail-content{flex:1;display:flex;min-height:0}.image-detail-image{flex:1;display:flex;align-items:center;justify-content:center;background:#000;min-width:0}.image-detail-image img{max-width:100%;max-height:100%;object-fit:contain}.image-detail-info{width:350px;display:flex;flex-direction:column;background:#000;border-left:1px solid rgba(255,255,255,.15)}.image-detail-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.image-detail-user{display:flex;align-items:center;gap:.75rem;cursor:pointer}.image-detail-user .user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden}.image-detail-user .user-avatar img{width:100%;height:100%;object-fit:cover}.image-detail-user .user-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:.875rem}.image-detail-user .user-name{font-size:.875rem;font-weight:600;color:#fff}.image-detail-header .close-btn{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:.5rem;transition:color .2s}.image-detail-header .close-btn:hover{color:#fff}.image-detail-comments{flex:1;overflow-y:auto;padding:1rem}.comments-loading{display:flex;align-items:center;justify-content:center;padding:2rem}.no-comments{text-align:center;color:#ffffff80;padding:2rem;font-size:.875rem}.comment-item{display:flex;gap:.75rem;margin-bottom:1rem}.comment-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-avatar .avatar-placeholder.small{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:.75rem}.comment-content{flex:1;min-width:0}.comment-username{font-size:.8125rem;font-weight:600;color:#fff;margin-right:.5rem}.comment-text{font-size:.8125rem;color:#ffffffe6;word-break:break-word}.comment-time{display:block;font-size:.6875rem;color:#fff6;margin-top:.25rem}.comment-delete{background:none;border:none;color:#ffffff4d;cursor:pointer;padding:.25rem;opacity:0;transition:all .2s}.comment-item:hover .comment-delete{opacity:1}.comment-delete:hover{color:#ed4956}.image-detail-actions{padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.1)}.image-detail-actions .actions-row{display:flex;align-items:center;justify-content:space-between}.image-detail-actions .actions-left{display:flex;align-items:center;gap:.75rem}.image-detail-actions .action-btn{padding:.25rem}.image-detail-actions .likes-count{display:block;font-size:.875rem;font-weight:600;color:#fff;margin-top:.5rem}.image-detail-comment-form{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.1)}.image-detail-comment-form input{flex:1;background:none;border:none;color:#fff;font-size:.875rem;outline:none}.image-detail-comment-form input::placeholder{color:#fff6}.image-detail-comment-form button{background:none;border:none;color:#0095f6;cursor:pointer;padding:.25rem;opacity:.5;transition:opacity .2s}.image-detail-comment-form button:not(:disabled){opacity:1}.image-detail-comment-form button:disabled{cursor:not-allowed}.load-more-trigger{min-height:60px;display:flex;align-items:center;justify-content:center}.loading-spinner{padding:2rem;display:flex;align-items:center;justify-content:center}.spinner{width:24px;height:24px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.spinner.small{width:16px;height:16px}.feed-post.skeleton{pointer-events:none}.feed-post.skeleton .post-header{padding:.75rem 1rem}.skeleton-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-text{flex:1;height:16px;margin-left:.75rem;border-radius:4px;background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-image{width:100%;aspect-ratio:1;background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.feed-post.skeleton .post-actions{padding:.75rem 1rem;gap:1rem}.skeleton-icon{width:24px;height:24px;border-radius:4px;background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.world-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center;color:#ffffff80}.world-empty svg{margin-bottom:1.5rem;opacity:.5}.world-empty h3{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .5rem}.world-empty p{font-size:.9375rem;margin:0;color:#ffffff80}.avatar-placeholder.small{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:.625rem;border-radius:50%}@media(max-width:768px){.world-feed-container{max-width:100%}.post-header{padding:.625rem .875rem}.post-actions{padding:.375rem .875rem}.post-stats,.post-caption,.post-genre-tag{padding-left:.875rem;padding-right:.875rem}.post-track-badge{bottom:.75rem;left:.75rem;padding:.25rem .625rem;font-size:.6875rem}.post-play-overlay{opacity:1;background:#0003}.play-button{width:48px;height:48px;transform:scale(1)}.feed-post.playlist-post{padding:0 .875rem .625rem}.playlist-compact-card{padding:12px;gap:12px;border-radius:10px}.playlist-compact-cover{width:70px;height:70px;border-radius:6px}.playlist-compact-play{width:32px;height:32px;opacity:1;transform:translate(-50%,-50%) scale(1)}.playlist-compact-play svg{width:16px;height:16px}.playlist-type-badge{padding:3px 8px;gap:4px}.playlist-type-badge svg{width:10px;height:10px}.playlist-type-badge span{font-size:10px}.playlist-compact-tracks{gap:3px}.playlist-compact-thumb{width:28px;height:28px}.playlist-compact-name{font-size:14px}.playlist-compact-count{font-size:11px}.post-action-text{font-size:.75rem}.feed-post.event-post{padding:.625rem .875rem .375rem}.event-horizontal-card{border-radius:10px}.event-date-badge{min-width:60px;padding:.75rem .625rem}.event-day{font-size:1.5rem}.event-info{padding:.75rem 1rem}.event-title{font-size:.9375rem}.event-meta{gap:.75rem}.event-location,.event-time-info{font-size:.75rem}.image-detail-modal{max-width:100%;max-height:100%;border-radius:0}.image-detail-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);font-weight:600;color:#fff}.image-detail-mobile-header .back-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem}.image-detail-content{flex-direction:column}.image-detail-image{flex:none;max-height:50vh}.image-detail-info{width:100%;border-left:none;border-top:1px solid rgba(255,255,255,.15)}.image-detail-header .close-btn{display:none}.image-detail-comments{max-height:200px}}@media(min-width:769px){.world-page.instagram-style{padding-top:1rem}.world-feed-container{max-width:470px}.feed-post{border:1px solid rgba(255,255,255,.15);border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.post-image-container{border-radius:0}.feed-post.event-post{padding:1rem 1rem .75rem}.event-horizontal-card{border-radius:12px}.image-detail-modal{border-radius:8px;overflow:hidden}}@keyframes likeHeartBurst{0%{transform:scale(0);opacity:1}50%{transform:scale(1.2)}to{transform:scale(1);opacity:0}}.like-burst{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;pointer-events:none;animation:likeHeartBurst .8s ease-out forwards}.hot-page{padding:24px;max-width:1800px;margin:0 auto}.hot-header{margin-bottom:24px}.hot-header h1{font-size:24px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.04em}.hot-header p{font-size:13px;color:#b3b3b3;margin:0}.genre-section{margin-bottom:48px}.genre-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.genre-header h2{font-size:28px;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#b3b3b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.view-all-btn{padding:8px 20px;background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:500px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000026}.view-all-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.06) translateY(-1px);box-shadow:0 8px 20px #00000040}.playlists-grid{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent;padding-bottom:8px;scroll-snap-type:x proximity}.playlists-grid>*{scroll-snap-align:start;flex:0 0 200px;min-width:200px}.playlists-grid::-webkit-scrollbar{height:10px;opacity:0;transition:opacity .3s ease}.playlists-grid:hover::-webkit-scrollbar{opacity:1}.playlists-grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px;margin:0 8px}.playlists-grid::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#1ed760,#1db954);border-radius:10px;border:2px solid rgba(0,0,0,.2);transition:all .3s}.playlists-grid::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#1fdf64,#1ed760);box-shadow:0 0 10px #1ed76080}@media(max-width:768px){.playlists-grid>*{flex:0 0 140px;min-width:140px}}@media(max-width:480px){.playlists-grid>*{flex:0 0 120px;min-width:120px}}.hot-playlist-card{background:transparent;border-radius:6px;padding:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:8px;position:relative}.hot-playlist-card:hover{background:#1a1a1a;transform:translateY(-4px)}.playlist-cover{position:relative;width:100%;aspect-ratio:1;border-radius:4px;overflow:hidden;background:#282828;box-shadow:0 8px 24px #00000080;transition:all .3s cubic-bezier(.4,0,.2,1)}.hot-playlist-card:hover .playlist-cover{box-shadow:0 16px 40px #000000b3}.playlist-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1)}.hot-playlist-card:hover .playlist-cover img{transform:scale(1.05)}.playlist-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 0% 60%,#0006);opacity:0;transition:opacity .3s ease;pointer-events:none}.hot-playlist-card:hover .playlist-cover:after{opacity:1}.cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#666;background:#282828}.play-button-overlay{position:absolute;bottom:8px;right:8px;opacity:0;transform:translateY(8px);transition:all .3s ease}.hot-playlist-card:hover .play-button-overlay{opacity:1;transform:translateY(0)}.play-button{width:48px;height:48px;background:#1ed760;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;box-shadow:0 8px 16px #0006;transition:all .2s cubic-bezier(.4,0,.2,1)}.play-button:hover{transform:scale(1.08);background:#1fdf64;box-shadow:0 12px 24px #1ed76066}.playlist-info{display:flex;flex-direction:column;gap:4px}.playlist-name{font-size:14px;font-weight:700;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hot-playlist-card:hover .playlist-name{text-decoration:underline}.loading-state{display:flex;flex-direction:column;gap:40px;padding:0 16px}.skeleton-section{display:flex;flex-direction:column;gap:16px}.skeleton-header{width:180px;height:28px;background:linear-gradient(90deg,#282828 25%,#333,#282828 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.skeleton-card{aspect-ratio:1;background:linear-gradient(90deg,#282828 25%,#333,#282828 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@media(max-width:1024px){.skeleton-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.skeleton-grid{grid-template-columns:1fr}}@media(max-width:768px){.genre-section{padding:0 12px}.genre-header h2{font-size:20px}.view-all-btn{font-size:11px;padding:5px 12px}.playlist-name{font-size:13px}}.image-cropper-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.image-cropper-modal{background:#1a1a1a;border-radius:16px;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #000c}.image-cropper-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.image-cropper-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#fff}.cropper-close-btn{width:36px;height:36px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.cropper-close-btn:hover{background:#fff3}.image-cropper-container{position:relative;width:100%;height:400px;background:#0a0a0a}.image-cropper-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.5rem;background:#0000004d}.zoom-control{display:flex;align-items:center;gap:.75rem}.zoom-btn{width:36px;height:36px;background:#ffffff1a;border:none;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.zoom-btn:hover:not(:disabled){background:#fff3}.zoom-btn:disabled{opacity:.4;cursor:not-allowed}.zoom-slider{-webkit-appearance:none;appearance:none;width:150px;height:4px;background:#fff3;border-radius:2px;outline:none}.zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#1ed760;border-radius:50%;cursor:pointer;transition:transform .2s}.zoom-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.zoom-slider::-moz-range-thumb{width:16px;height:16px;background:#1ed760;border-radius:50%;cursor:pointer;border:none}.zoom-label{font-size:.875rem;color:#ffffffb3;min-width:45px;text-align:right}.image-cropper-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.cropper-cancel-btn{padding:.625rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.cropper-cancel-btn:hover{background:#ffffff1a;border-color:#ffffff4d}.cropper-save-btn{padding:.625rem 1.5rem;background:#1ed760;border:none;border-radius:8px;color:#000;font-size:.9375rem;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s}.cropper-save-btn:hover:not(:disabled){background:#1fdf64;transform:translateY(-1px)}.cropper-save-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.cropper-spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.3);border-top-color:#000;border-radius:50%;animation:cropper-spin .8s linear infinite}@keyframes cropper-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.image-cropper-modal{max-width:100%;max-height:100vh;border-radius:0}.image-cropper-container{height:300px}.zoom-slider{width:100px}.image-cropper-footer{padding:.875rem 1rem}.cropper-cancel-btn,.cropper-save-btn{flex:1;justify-content:center}}@media(max-width:480px){.image-cropper-header{padding:.875rem 1rem}.image-cropper-header h3{font-size:1rem}.image-cropper-container{height:250px}.zoom-control{gap:.5rem}.zoom-slider{width:80px}.zoom-btn{width:32px;height:32px}}.profile-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#121212,#0a0a0a);color:#fff;overflow-y:auto;position:relative}.profile-back-btn{position:absolute;top:1rem;left:1rem;width:40px;height:40px;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:20}.profile-back-btn:hover{background:#000000b3;border-color:#fff3}.profile-header{position:relative;padding:4rem 2rem 1.5rem;background:linear-gradient(180deg,#5e3a9b,#2d1b52 60%,#121212);display:flex;flex-direction:row;align-items:flex-end;gap:2rem;overflow:hidden;min-height:280px}.profile-background-image{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.profile-background-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000004d,#121212cc 70%,#121212);z-index:1}.profile-background-image:not([style*=background-image]){background:linear-gradient(135deg,#667eea,#764ba2,#5e3a9b)}.profile-background-edit-btn{position:absolute;top:1rem;left:4rem;width:36px;height:36px;background:#0009;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:10}.profile-background-edit-btn:hover:not(:disabled){background:#000c;border-color:#fff6;transform:scale(1.1)}.profile-background-edit-btn:disabled{opacity:.5;cursor:not-allowed}.background-uploading-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:5}.profile-edit-btn{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:10}.profile-edit-btn:hover:not(:disabled){background:#000000b3;border-color:#fff6;transform:scale(1.1)}.profile-edit-btn:disabled{opacity:.5;cursor:not-allowed}.profile-message-btn{position:absolute;top:1.5rem;right:1.5rem;padding:.75rem 1.5rem;background:#2ecc71;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:24px;color:#fff;font-size:.9375rem;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s;z-index:10}.profile-message-btn:hover{background:#27ae60;transform:translateY(-1px);box-shadow:0 4px 12px #2ecc7166}.profile-message-btn:active{transform:translateY(0)}.profile-message-btn-minimal{position:absolute;top:1.5rem;right:1.5rem;display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:#0ea5e91a;border:1px solid rgba(14,165,233,.3);border-radius:8px;color:#0ea5e9;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;z-index:10}.profile-message-btn-minimal:hover{background:#0ea5e933;border-color:#0ea5e980}.profile-avatar-wrapper{position:relative;z-index:5;flex-shrink:0}.profile-avatar,.profile-avatar-placeholder{width:140px;height:140px;border-radius:50%;border:none;box-shadow:0 4px 60px #00000080;object-fit:cover}.profile-avatar-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:#fff}.profile-avatar-uploading{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10}.uploading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.profile-info{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;z-index:5;text-align:left;flex:1;padding-bottom:1.5rem}.profile-info>small{font-size:.75rem;font-weight:700;color:#fff;text-transform:capitalize;margin:0 0 .5rem}.profile-name{font-size:1.5rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.04em;line-height:1}.profile-username{font-size:1rem;color:#ffffffb3;margin:0;font-weight:400}.profile-stats{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap;margin-top:.5rem;font-size:.875rem;color:#fff}.profile-stat{display:flex;align-items:center;gap:.25rem}.profile-stat:after{content:"•";margin-left:.25rem;color:#fff9}.profile-stat:last-child:after{content:"";margin:0}.profile-stat-value{font-size:.875rem;font-weight:700;color:#fff}.profile-stat-label{font-size:.875rem;color:#fff;font-weight:400}.profile-tabs{display:flex;gap:.5rem;padding:1.5rem 2rem 0;border-bottom:1px solid rgba(255,255,255,.1);background:#121212;position:sticky;top:0;z-index:50;overflow-x:auto}.profile-tabs::-webkit-scrollbar{display:none}.profile-tab{padding:.75rem 1.5rem;border:none;background:transparent;color:#ffffff80;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;border-bottom:2px solid transparent;position:relative}.profile-tab:hover{color:#ffffffe6}.profile-tab.active{color:#fff;border-bottom-color:#1ed760}.profile-content{padding:2rem;min-height:400px}.profile-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}@media(max-width:1400px){.profile-images-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(max-width:1024px){.profile-images-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media(max-width:768px){.profile-images-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}}.profile-image-card{aspect-ratio:1;border-radius:8px;overflow:hidden;background:#282828;cursor:pointer;transition:all .3s;position:relative}.profile-image-card:hover{transform:scale(1.02);box-shadow:0 8px 24px #00000080}.profile-image-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.profile-image-card:hover img{transform:scale(1.05)}.profile-add-image-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:#ffffff0d;border:2px dashed rgba(255,255,255,.2);transition:all .3s}.profile-add-image-card:hover{background:#ffffff14;border-color:#fff6;transform:scale(1.02)}.profile-add-image-card span{font-size:.875rem;color:#ffffffb3;font-weight:500}.profile-add-image-card svg{color:#ffffff80}.profile-image-delete-btn{position:absolute;top:.5rem;right:.5rem;width:36px;height:36px;background:#000000b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .2s;z-index:2}.profile-image-card:hover .profile-image-delete-btn{opacity:1}.profile-image-delete-btn:hover{background:#dc2626e6;border-color:#dc262680;transform:scale(1.1)}.profile-playlists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.profile-playlist-card{background:#181818;border-radius:8px;padding:16px;cursor:pointer;transition:all .3s}.profile-playlist-card:hover{background:#282828;transform:translateY(-4px);box-shadow:0 8px 24px #00000080}.profile-playlist-cover{width:100%;aspect-ratio:1;border-radius:4px;overflow:hidden;background:#282828;margin-bottom:12px}.profile-playlist-cover img{width:100%;height:100%;object-fit:cover}.profile-playlist-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-playlist-info h3{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-playlist-info p{font-size:14px;color:#b3b3b3;margin:0}.profile-playlist-desc{font-size:12px!important;color:#888!important;margin-top:4px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.profile-playlists-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.profile-playlist-card{padding:12px}.profile-playlist-info h3{font-size:14px}.profile-playlist-info p{font-size:12px}}.profile-events-list{display:flex;flex-direction:column;gap:1rem}.profile-event-card{display:flex;gap:1.5rem;padding:1.5rem;background:#181818;border-radius:8px;transition:all .3s;cursor:pointer}.profile-event-card:hover{background:#282828;transform:translate(4px)}.profile-event-date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:80px;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;font-weight:700;font-size:1rem}.profile-event-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.profile-event-info h3{font-size:1.125rem;font-weight:600;color:#fff;margin:0}.profile-event-info p{font-size:.875rem;color:#b3b3b3;margin:0}.profile-charms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px}@media(max-width:768px){.profile-charms-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}}.profile-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.profile-empty-state p{font-size:1rem;color:#b3b3b3;margin:0}.profile-loading,.profile-error{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.25rem;color:#b3b3b3}@media(max-width:768px){.profile-header{padding:2rem 1.5rem 1.5rem;flex-direction:column;align-items:flex-start;min-height:auto}.profile-avatar,.profile-avatar-placeholder{width:120px;height:120px}.profile-avatar-placeholder,.profile-name{font-size:3rem}.profile-username{font-size:.875rem}.profile-stats{gap:.5rem}.profile-stat-value,.profile-stat-label{font-size:.875rem}.profile-tabs{padding:1rem 1.5rem 0}.profile-tab{padding:.625rem 1.25rem;font-size:.875rem}.profile-content{padding:1.5rem}.profile-event-card{flex-direction:column;gap:1rem}.profile-event-date{min-width:100%}}@media(max-width:480px){.profile-edit-btn{width:36px;height:36px}.profile-background-edit-btn{width:32px;height:32px;left:3.5rem}.profile-stats{gap:1.5rem}.profile-content{padding:1rem}}.profile-edit-btn.active{background:#ef4444cc;border-color:#ef444480}.profile-edit-btn.active:hover:not(:disabled){background:#ef4444e6;border-color:#ef4444b3}.profile-background-image.editable{cursor:pointer}.profile-background-image.editable:after{content:"";position:absolute;inset:0;background:#0000004d;z-index:2;transition:background .3s}.profile-background-image.editable:hover:after{background:#00000080}.background-edit-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;z-index:3;pointer-events:none;text-align:center}.background-edit-overlay svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.background-edit-overlay span{font-size:.875rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5)}.profile-avatar-wrapper.editable{cursor:pointer;position:relative}.profile-avatar-wrapper.editable:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:#0000004d;z-index:6;transition:background .3s}.profile-avatar-wrapper.editable:hover:after{background:#00000080}.avatar-edit-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;color:#fff;z-index:7;pointer-events:none}.avatar-edit-overlay svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.profile-background-edit-btn{display:none}@media(max-width:768px){.background-edit-overlay svg{width:24px;height:24px}.background-edit-overlay span{font-size:.75rem}.avatar-edit-overlay svg{width:20px;height:20px}}.search-page{padding:24px;max-width:1800px;margin:0 auto;min-height:100vh}.search-header{margin-bottom:24px;position:sticky;top:0;z-index:10;background:#121212;padding-bottom:16px}.search-input-wrapper{position:relative;max-width:600px}.search-input{width:100%;padding:12px 48px;background:#242424;border:none;border-radius:500px;color:#fff;font-size:14px;font-weight:400;transition:all .2s}.search-input:focus{outline:none;background:#2a2a2a;box-shadow:0 0 0 3px #1db9544d}.search-input::placeholder{color:#a7a7a7}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#a7a7a7;pointer-events:none}.search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#a7a7a7;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.search-clear:hover{color:#fff;background:#ffffff1a}.search-tabs{display:flex;gap:8px;margin-bottom:32px;flex-wrap:wrap}.search-tab{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#232323;border:none;border-radius:500px;color:#fff;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s;white-space:nowrap}.search-tab:hover{background:#2a2a2a;transform:scale(1.04)}.search-tab.active{background:#1db954;color:#000;font-weight:600}.search-content{min-height:400px}.search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.search-empty svg{color:#535353;margin-bottom:24px}.search-empty h2{font-size:32px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.04em}.search-empty p{font-size:16px;color:#a7a7a7;margin:0}.search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.search-loading .loading-spinner{width:48px;height:48px;border:4px solid rgba(29,185,84,.1);border-top-color:#1db954;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.search-loading p{font-size:16px;color:#a7a7a7;margin:0}.search-results{display:flex;flex-direction:column;gap:40px}.result-section{display:flex;flex-direction:column;gap:16px}.result-section .section-title{font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:-.04em}.result-list{display:flex;flex-direction:column;gap:8px}.search-result-item{display:flex;align-items:center;gap:16px;padding:8px;background:transparent;border-radius:4px;cursor:pointer;transition:all .2s}.search-result-item:hover{background:#ffffff1a}.result-artwork{width:56px;height:56px;border-radius:4px;overflow:hidden;background:#282828;flex-shrink:0;position:relative}.result-artwork.round{border-radius:50%}.result-artwork img{width:100%;height:100%;object-fit:cover}.result-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a7a7a7;background:linear-gradient(135deg,#667eea,#764ba2)}.result-info{flex:1;min-width:0}.result-title{font-size:16px;font-weight:400;color:#fff;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-subtitle{font-size:14px;color:#a7a7a7;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-type{font-size:13px;color:#a7a7a7;text-transform:capitalize;padding:4px 12px;background:#ffffff0d;border-radius:500px}@media(max-width:768px){.search-page{padding:16px}.search-header{margin-bottom:16px}.search-input{font-size:14px;padding:10px 40px}.search-tabs{gap:6px;margin-bottom:24px}.search-tab{padding:6px 12px;font-size:13px}.search-empty h2{font-size:24px}.search-empty p{font-size:14px}.result-section .section-title{font-size:20px}.result-artwork{width:48px;height:48px}.result-title{font-size:14px}.result-subtitle{font-size:13px}.result-type{display:none}}.add-music-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:flex-end;justify-content:center;z-index:9999}.add-music-modal{background:#0d0d0d;border-radius:16px 16px 0 0;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}@media(min-width:640px){.add-music-overlay{align-items:center;padding:2rem}.add-music-modal{border-radius:16px;max-height:85vh}}.add-music-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.modal-title{font-size:1rem;font-weight:600;color:#fff;margin:0;flex:1;text-align:center}.close-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.save-btn{background:transparent;border:none;color:#00d4aa;font-size:.9375rem;font-weight:600;cursor:pointer;padding:.25rem}.add-music-content{padding:1.5rem 1.25rem}.form-field{margin-bottom:1.5rem}.field-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.field-icon{display:flex;align-items:center;justify-content:center}.field-label{font-size:.9375rem;font-weight:500;color:#fff}.field-label.standalone{display:block;margin-bottom:.75rem}.required-badge{background:#ff6b4a;color:#fff;font-size:.6875rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;margin-left:auto}.field-hint{font-size:.8125rem;color:#fff6;margin:0 0 .75rem;line-height:1.4}.input-icon{position:absolute;left:.875rem;display:flex;align-items:center;justify-content:center;pointer-events:none}.input-with-icon .text-input{padding-left:2.75rem}.text-input{width:100%;background:#1a1a1a;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.875rem 1rem;color:#fff;font-size:.9375rem;outline:none;transition:border-color .2s}.text-input:focus{border-color:#ffffff40}.text-input::placeholder{color:#ffffff4d}.genre-chips{display:flex;flex-wrap:wrap;gap:.5rem}.genre-chip{padding:.5rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:20px;color:#fffc;font-size:.875rem;font-weight:400;cursor:pointer;transition:all .2s}.genre-chip:hover{border-color:#fff6;color:#fff}.genre-chip.selected{background:#00d4aa;border-color:#00d4aa;color:#000;font-weight:500}.section-divider{margin:1.5rem 0;padding-top:.5rem}.section-divider span{font-size:.8125rem;color:#fff6}.song-preview{display:flex;align-items:center;gap:.875rem;padding:.875rem;background:#1db95414;border:1px solid rgba(29,185,84,.2);border-radius:12px;margin-bottom:1.5rem}.song-cover{width:56px;height:56px;border-radius:8px;object-fit:cover;flex-shrink:0}.song-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.song-title{font-size:.9375rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-artist{font-size:.8125rem;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-check{flex-shrink:0;display:flex;align-items:center;justify-content:center}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin-bottom:1rem}.spinner{width:32px;height:32px;border:2px solid rgba(255,255,255,.1);border-top-color:#00d4aa;border-radius:50%;animation:spin .8s linear infinite}.loading-state p{margin:1rem 0 0;color:#ffffff80;font-size:.875rem}.error-state{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#f87171;font-size:.875rem;margin-bottom:1.5rem}.error-state svg{flex-shrink:0}.add-music-modal::-webkit-scrollbar{width:4px}.add-music-modal::-webkit-scrollbar-track{background:transparent}.add-music-modal::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.create-playlist-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:flex-end;justify-content:center;z-index:9999}.create-playlist-modal{background:#0d0d0d;border-radius:16px 16px 0 0;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;position:relative}@media(min-width:640px){.create-playlist-overlay{align-items:center;padding:2rem}.create-playlist-modal{border-radius:16px;max-height:85vh}}.create-playlist-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;background:#0d0d0d;z-index:10}.create-playlist-header .modal-title{font-size:1rem;font-weight:600;color:#fff;margin:0;flex:1;text-align:center}.create-playlist-header .close-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.create-playlist-header .save-btn{background:transparent;border:none;color:#00d4aa;font-size:.9375rem;font-weight:600;cursor:pointer;padding:.25rem}.create-playlist-header .save-btn:disabled{opacity:.5;cursor:not-allowed}.create-playlist-content{padding:1.5rem 1.25rem}.cover-section{display:flex;justify-content:center;margin-bottom:1.5rem}.cover-upload-area{width:160px;height:160px;border-radius:12px;border:2px dashed rgba(255,255,255,.2);background:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:all .2s}.cover-upload-area:hover{border-color:#fff6;background:#ffffff14}.cover-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffff80}.cover-placeholder span{font-size:.875rem}.cover-preview{width:100%;height:100%;object-fit:cover}.remove-cover-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#000000b3;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.remove-cover-btn:hover{background:#ef4444cc}.create-playlist-content .form-field{margin-bottom:1.25rem}.create-playlist-content .field-label{display:block;font-size:.875rem;font-weight:500;color:#ffffffb3;margin-bottom:.5rem}.create-playlist-content .text-input{width:100%;background:#1a1a1a;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.875rem 1rem;color:#fff;font-size:.9375rem;outline:none;transition:border-color .2s}.create-playlist-content .text-input:focus{border-color:#ffffff40}.create-playlist-content .text-input::placeholder{color:#ffffff4d}.create-playlist-content .textarea{resize:none;min-height:80px}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#f87171;font-size:.875rem;margin-bottom:1.25rem}.selected-music-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-title{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#fff}.add-music-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#5b5fc7;border:none;border-radius:20px;color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s}.add-music-btn:hover{background:#4b4fb7}.selected-music-list{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.selected-music-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff0d;border-radius:8px}.selected-music-item .music-thumb{width:44px;height:44px;border-radius:6px;object-fit:cover;flex-shrink:0}.selected-music-item .music-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.selected-music-item .music-title{font-size:.875rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-music-item .music-artist{font-size:.75rem;color:#ffffff80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.remove-music-btn{width:28px;height:28px;border-radius:50%;background:transparent;border:none;color:#ffffff80;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.remove-music-btn:hover{background:#ef444433;color:#f87171}.empty-music-message{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;color:#fff6}.empty-music-message span{font-size:.875rem}.info-box{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:#5b5fc71a;border:1px solid rgba(91,95,199,.2);border-radius:8px;margin-top:1.5rem}.info-icon{font-size:1rem;flex-shrink:0}.info-text{font-size:.8125rem;color:#ffffffb3;line-height:1.4}.music-selector-overlay{position:fixed;inset:0;background:#000000f2;display:flex;align-items:flex-end;justify-content:center;z-index:10000}.music-selector-modal{background:#0d0d0d;border-radius:16px 16px 0 0;width:100%;max-width:480px;max-height:85vh;display:flex;flex-direction:column}@media(min-width:640px){.music-selector-overlay{align-items:center;padding:2rem}.music-selector-modal{border-radius:16px;max-height:80vh}}.music-selector-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.music-selector-header h3{font-size:1rem;font-weight:600;color:#fff;margin:0;flex:1;text-align:center}.music-selector-header .back-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.music-selector-header .done-btn{background:transparent;border:none;color:#00d4aa;font-size:.875rem;font-weight:600;cursor:pointer;padding:.25rem}.music-search{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#1a1a1a;margin:.75rem 1rem;border-radius:8px;color:#ffffff80}.music-search input{flex:1;background:transparent;border:none;color:#fff;font-size:.9375rem;outline:none}.music-search input::placeholder{color:#ffffff4d}.music-selector-modal .music-list{flex:1;overflow-y:auto;padding:.5rem 1rem 1rem}.music-selector-modal .music-item{display:flex;align-items:center;gap:.75rem;padding:.625rem;border-radius:8px;cursor:pointer;transition:all .2s}.music-selector-modal .music-item:hover{background:#ffffff0d}.music-selector-modal .music-item.selected{background:#5b5fc726}.music-selector-modal .music-thumb{width:48px;height:48px;border-radius:6px;object-fit:cover;flex-shrink:0}.music-selector-modal .music-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.music-selector-modal .music-title{font-size:.875rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-selector-modal .music-artist{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#ffffff80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-music-badge{display:inline-flex;padding:.125rem .375rem;background:#5b5fc7;border-radius:4px;font-size:.625rem;font-weight:600;color:#fff;text-transform:uppercase}.music-selector-modal .music-check{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#ffffff80;transition:all .2s}.music-selector-modal .music-item.selected .music-check{background:#5b5fc7;color:#fff}.music-loading,.music-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:#ffffff80}.music-loading .spinner{width:32px;height:32px;border:2px solid rgba(255,255,255,.1);border-top-color:#5b5fc7;border-radius:50%;animation:spin .8s linear infinite}.create-playlist-modal::-webkit-scrollbar,.music-selector-modal .music-list::-webkit-scrollbar,.selected-music-list::-webkit-scrollbar{width:4px}.create-playlist-modal::-webkit-scrollbar-track,.music-selector-modal .music-list::-webkit-scrollbar-track,.selected-music-list::-webkit-scrollbar-track{background:transparent}.create-playlist-modal::-webkit-scrollbar-thumb,.music-selector-modal .music-list::-webkit-scrollbar-thumb,.selected-music-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.artist-essential-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0a0a0a,#000);overflow:hidden}.artist-essential-page.verified{overflow-y:auto;align-items:flex-start;padding:2rem 2.5rem 10rem}.mobile-artist-content{width:100%;max-width:900px;margin:0 auto}.top-tabs{display:flex;gap:.75rem;margin-bottom:1rem}.tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff9;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.tab-button.active{background:#fff;color:#000;border-color:#fff}.tab-button svg{opacity:.8}.artist-search-bar{display:flex;align-items:center;gap:.75rem;width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.artist-search-bar svg{color:#ffffff80;flex-shrink:0}.artist-search-bar input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:.9375rem}.artist-search-bar input::placeholder{color:#fff6}.add-music-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:transparent;border:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;text-align:left;margin-bottom:2rem}.plus-circle{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;font-size:1.5rem;font-weight:300;flex-shrink:0}.empty-music-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.music-list{display:flex;flex-direction:column;gap:1rem}.music-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .2s}.music-item:hover{background:#ffffff14;border-color:#ffffff26}.music-cover{width:60px;height:60px;border-radius:6px;object-fit:cover;flex-shrink:0}.music-info{flex:1;min-width:0}.music-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-artist{font-size:.875rem;color:#fff9;margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-genres{display:flex;flex-wrap:wrap;gap:.375rem}.genre-tag{font-size:.75rem;color:#ffffffb3;background:#ffffff1a;padding:.25rem .625rem;border-radius:12px;border:1px solid rgba(255,255,255,.15)}.music-actions{display:flex;gap:.5rem;flex-shrink:0}.platform-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .2s;text-decoration:none}.platform-link:hover{background:#ffffff1a;transform:translateY(-2px)}.music-like-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff9;cursor:pointer;transition:all .2s;font-size:.875rem}.music-like-btn:hover{background:#ffffff14;border-color:#fff3;color:#fff}.music-like-btn .like-count{font-weight:500}.music-options-btn{width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.music-icon{width:120px;height:120px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#ffffff4d}.empty-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem}.empty-subtitle{font-size:.9375rem;color:#ffffff80;margin:0}.lock-container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:400px;width:100%;text-align:center}.lock-icon{width:120px;height:120px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:#fff9}.lock-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .5rem;line-height:1.4}.lock-subtitle{font-size:1rem;color:#fff9;margin:0 0 2.5rem;line-height:1.5}.instagram-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:320px;padding:1rem 2rem;background:linear-gradient(135deg,#e1306c,#c13584,#833ab4);border:none;border-radius:12px;color:#fff;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #e1306c4d}.instagram-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #e1306c66}.instagram-button:active{transform:translateY(0)}.instagram-button svg{flex-shrink:0}@media(max-width:768px){.artist-essential-page.verified{padding:2rem 1.5rem 10rem}}@media(max-width:640px){.artist-essential-page.verified{padding:1.5rem 1rem 10rem}.lock-icon{width:100px;height:100px;margin-bottom:1.5rem}.lock-title{font-size:1.25rem}.lock-subtitle{font-size:.9375rem;margin-bottom:2rem}.instagram-button{font-size:1rem;padding:.875rem 1.75rem}}.playlists-tab-content{width:100%}.playlist-tab-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.create-playlist-btn{display:flex;align-items:center;gap:.75rem;flex:1;padding:.875rem 1rem;background:transparent;border:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;text-align:left}.refresh-btn{width:40px;height:40px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.refresh-btn:hover:not(:disabled){background:#ffffff1f;color:#fff}.refresh-btn:disabled{cursor:not-allowed;opacity:.5}.refresh-btn.spinning svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.skeleton-playlist-card{background:#181818;border-radius:8px;padding:16px;height:240px}.skeleton-playlist-card:before{content:"";display:block;width:100%;aspect-ratio:1;background:linear-gradient(90deg,#282828 25%,#333,#282828 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.my-playlists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.my-playlist-card{background:#181818;border-radius:8px;padding:14px;transition:all .3s;cursor:pointer;position:relative;display:flex;flex-direction:column;align-items:stretch;gap:10px}.my-playlist-card:hover{background:#282828}.my-playlist-card:hover .card-actions-overlay{opacity:1}.my-playlist-cover{position:relative;width:100%;height:0;padding-bottom:100%;border-radius:6px;overflow:hidden;background:#282828;flex-shrink:0}.my-playlist-cover img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s}.my-playlist-card:hover .my-playlist-cover img{transform:scale(1.05)}.my-playlist-cover .cover-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#b3b3b3;background:linear-gradient(135deg,#5b5fc7,#764ba2)}.track-badge{position:absolute;top:8px;left:8px;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1ed760;font-size:12px;font-weight:700;padding:4px 8px;border-radius:4px;z-index:2}.status-overlay-badge{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-overlay-badge.pending{background:#fbbf24e6;color:#000}.status-overlay-badge.approved{background:#22c55ee6;color:#fff}.status-overlay-badge.rejected{background:#ef4444e6;color:#fff}.card-actions-overlay{position:absolute;bottom:8px;right:8px;display:flex;gap:6px;opacity:0;transition:opacity .2s;z-index:3}.card-action-btn{width:36px;height:36px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0006}.card-action-btn.edit{background:#5b5fc7;color:#fff}.card-action-btn.edit:hover{background:#6b6fd7;transform:scale(1.1)}.card-action-btn.delete{background:#ef4444;color:#fff}.card-action-btn.delete:hover{background:#dc2626;transform:scale(1.1)}.my-playlist-info{flex:1;min-width:0;width:100%;text-align:left}.my-playlist-name{font-size:14px;font-weight:600;color:#fff;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-playlist-status{font-size:12px;color:#b3b3b3;margin:0}.my-playlist-stats{display:flex;align-items:center;gap:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.stat-item{display:flex;align-items:center;gap:4px;font-size:12px;color:#b3b3b3}@media(max-width:768px){.my-playlists-grid{grid-template-columns:repeat(2,1fr);gap:12px}.my-playlist-card{padding:12px;gap:8px}.track-badge{font-size:11px;padding:3px 6px}.status-overlay-badge{width:24px;height:24px}.my-playlist-name{font-size:13px}.my-playlist-status{font-size:11px}.card-actions-overlay{opacity:1}.card-action-btn{width:32px;height:32px}.loading-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:480px){.my-playlists-grid{gap:10px}.my-playlist-card{padding:10px}.track-badge{font-size:10px;padding:2px 5px;top:6px;left:6px}.status-overlay-badge{width:22px;height:22px;top:6px;right:6px}.status-overlay-badge svg{width:10px;height:10px}.my-playlist-name{font-size:12px}.my-playlist-status{font-size:10px}.card-action-btn{width:28px;height:28px}.card-action-btn svg{width:14px;height:14px}}.artist-page{min-height:100vh;background:#000;color:#fff;padding-bottom:2rem}.back-btn{position:absolute;top:1rem;left:1rem;width:40px;height:40px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s}.back-btn:hover{background:#000c;transform:scale(1.1)}.artist-header{padding:4rem 1.5rem 1rem}.artist-profile-section{display:flex;gap:1rem;margin-bottom:0}.artist-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 4px 12px #0000004d}.artist-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}.artist-main-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.artist-name-row{display:flex;align-items:center;gap:.5rem;width:fit-content}.artist-name{font-size:1.75rem;font-weight:700;margin:0;line-height:1.2}.artist-followers{font-size:.875rem;color:#fff9;margin:0}.artist-bio-section{margin:.5rem 0}.artist-bio{font-size:.875rem;color:#ffffffb3;margin:0;line-height:1.4;transition:all .3s ease}.artist-bio.collapsed{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.artist-bio.expanded{display:block}.read-more-btn{background:transparent;border:none;color:#5b5fc7;font-size:.8125rem;font-weight:600;cursor:pointer;padding:.25rem 0;margin-top:.25rem;transition:opacity .2s}.read-more-btn:hover{opacity:.8}.follow-btn{padding:.5rem 1.25rem;background:#5b5fc7;border:none;border-radius:500px;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s;text-transform:capitalize;white-space:nowrap}.follow-btn:hover{background:#4b4fb7;transform:scale(1.05)}.follow-btn.following{background:transparent;border:1px solid rgba(255,255,255,.3)}.artist-stats-row{display:flex;gap:1.5rem;margin-top:.75rem;margin-left:-.5rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.stat-item{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.stat-value{font-size:1rem;font-weight:700;color:#fff}.stat-label{font-size:.75rem;color:#fff9;text-transform:capitalize}.tracks-section{padding:.75rem 0 1.5rem;max-width:100%}@media(min-width:1200px){.tracks-section{max-width:1000px;margin:0 auto;padding:.75rem 1.5rem 1.5rem}}.section-title{font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:#fff}.track-count{font-size:.875rem;font-weight:400;color:#fff9;margin-left:.5rem}.no-tracks{text-align:center;padding:2rem;color:#ffffff80}.tracks-grid{display:grid;grid-template-columns:1fr;gap:.5rem}.track-card{position:relative;background:#ffffff0d;border-radius:8px;padding:.625rem .75rem;display:flex;gap:.95rem;transition:background .2s}.track-card:hover{background:#ffffff14}.track-card-image{position:relative;width:56px;height:56px;border-radius:6px;overflow:hidden;flex-shrink:0}.track-card-image img{width:100%;height:100%;object-fit:cover}.track-play-overlay{position:absolute;inset:0;background:#00000080;border:none;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;cursor:pointer;transition:opacity .2s}.track-card:hover .track-play-overlay{opacity:1}.track-card-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.track-card-title{font-size:.875rem;font-weight:600;margin:0;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.track-card-artist{font-size:.75rem;color:#fff9;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.track-card-right{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.spotify-btn{padding:.375rem .875rem;border-radius:500px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;justify-content:center;gap:.25rem;white-space:nowrap;background:#1db954;color:#fff}.spotify-btn:hover{background:#1ed760}.spotify-icon{font-size:.875rem}.beatport-btn{padding:.375rem .875rem;border-radius:500px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;justify-content:center;gap:.25rem;white-space:nowrap;background:#ffffff1a;color:#fff}.beatport-btn:hover{background:#ffffff26}.beatport-icon{font-size:.875rem}.track-like-btn{display:flex;align-items:center;gap:.125rem;background:transparent;border:none;color:#fff9;cursor:pointer;transition:all .2s;padding:.25rem .375rem}.track-like-btn:hover{color:#fff}.like-count{font-size:.75rem;font-weight:500}.track-options-btn{width:28px;height:28px;background:transparent;border:none;color:#fff9;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:all .2s;flex-shrink:0}.track-options-btn:hover{background:#ffffff1a;color:#fff}.artist-page.loading{display:flex;flex-direction:column;padding:2rem}.artist-header-skeleton,.artist-tracks-skeleton{background:#ffffff0d;border-radius:8px;height:200px;margin-bottom:2rem;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.8}}.artist-page.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.artist-page.not-found h2{color:#fff;margin:0}.artist-page.not-found button{padding:.75rem 1.5rem;background:#5b5fc7;border:none;border-radius:500px;color:#fff;font-weight:600;cursor:pointer}@media(max-width:768px){.artist-name{font-size:1.5rem}.artist-avatar{width:70px;height:70px}.track-card-image{width:48px;height:48px}.track-card{padding:.5rem .625rem;gap:.625rem}}@media(min-width:768px){.artist-name{font-size:1.5rem}.artist-avatar{width:70px;height:70px}.track-card-image{width:56px;height:56px}}@media(min-width:1024px){.artist-header{max-width:1200px;margin:0 auto}}.dj-charts-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0a,#000);color:#fff;padding:2rem 3rem 6rem}.dj-charts-header{max-width:1200px;margin:0 auto 2rem}.header-content h1{display:flex;align-items:center;gap:.75rem;font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#fff}.header-subtitle{font-size:1rem;color:#fff9;margin:0 0 1.5rem}.sort-options{display:flex;gap:.5rem;flex-wrap:wrap}.sort-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#ffffffb3;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s}.sort-btn:hover{background:#ffffff1a;color:#fff}.sort-btn.active{background:#5b5fc7;border-color:#5b5fc7;color:#fff}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#fff9}.loading-state .spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#5b5fc7;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{width:100px;height:100px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#ffffff4d;margin-bottom:1.5rem}.playlists-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.chart-card{background:linear-gradient(145deg,#1e1e23e6,#141419f2);border:1px solid rgba(255,255,255,.06);border-radius:20px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000004d}.chart-card:hover{background:linear-gradient(145deg,#23232af2,#191920fa);border-color:#5b5fc74d;box-shadow:0 8px 32px #0006,0 0 0 1px #5b5fc71a;transform:translateY(-2px)}.chart-header{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;cursor:pointer}.chart-cover{width:90px;height:90px;border-radius:14px;overflow:hidden;flex-shrink:0;background:#ffffff1a;box-shadow:0 4px 16px #0000004d;transition:transform .3s ease}.chart-card:hover .chart-cover{transform:scale(1.03)}.chart-cover img{width:100%;height:100%;object-fit:cover}.cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff9;background:linear-gradient(135deg,#5b5fc7,#764ba2)}.chart-info{flex:1;min-width:0}.chart-name{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.chart-artist{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;cursor:pointer}.chart-artist:hover span{color:#5b5fc7}.artist-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;border:2px solid rgba(91,95,199,.3)}.artist-avatar-placeholder{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#5b5fc74d,#764ba24d);display:flex;align-items:center;justify-content:center;color:#ffffffb3}.chart-artist span{font-size:.9375rem;color:#ffffffbf;transition:color .2s;font-weight:500}.badge{padding:.125rem .375rem;border-radius:4px;font-size:.625rem;font-weight:700;text-transform:uppercase}.badge-standard{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.badge-premium{background:linear-gradient(135deg,#f7931a,#ffb800);color:#000}.chart-stats{display:flex;gap:1.25rem;font-size:.875rem;color:#ffffff8c}.chart-stats span{display:flex;align-items:center;gap:.375rem}.chart-stats span svg{color:#5b5fc7b3}.expand-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:50%;color:#ffffff80;font-size:.75rem;transition:all .2s}.chart-card:hover .expand-icon{background:#5b5fc733;color:#fff}.chart-description{padding:0 1.5rem 1.25rem;margin:0;font-size:.9375rem;color:#fff9;line-height:1.6}.chart-tracks{border-top:1px solid rgba(255,255,255,.06);padding:.75rem 1rem;background:#0003}.track-item{display:flex;align-items:center;gap:.875rem;padding:.75rem;border-radius:10px;transition:all .2s}.track-item:hover{background:#ffffff0f}.track-number{width:28px;font-size:.875rem;color:#fff6;text-align:center;flex-shrink:0;font-weight:500}.track-cover{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0;box-shadow:0 2px 8px #0000004d}.track-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.track-title{font-size:.875rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-artist{font-size:.75rem;color:#ffffff80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.spotify-btn{width:32px;height:32px;border-radius:50%;background:#1db954;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.spotify-btn:hover{background:#1ed760;transform:scale(1.05)}.like-btn{display:flex;align-items:center;gap:.25rem;padding:.375rem .625rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#fff9;font-size:.75rem;cursor:pointer;transition:all .2s}.like-btn:hover{background:#ffffff0d;border-color:#fff3;color:#fff}.empty-tracks{padding:2rem;text-align:center;color:#fff6;font-size:.875rem}@media(max-width:768px){.dj-charts-page{padding:1.5rem 1.25rem}.header-content h1{font-size:1.5rem}.chart-card{border-radius:16px}.chart-cover{width:72px;height:72px;border-radius:10px}.chart-name{font-size:1.0625rem}.chart-header{gap:1rem;padding:1rem 1.25rem}.track-cover{width:40px;height:40px}.chart-description{padding:0 1.25rem 1rem}.chart-tracks{padding:.5rem .75rem}}@media(max-width:480px){.sort-options{width:100%}.sort-btn{flex:1;justify-content:center;padding:.5rem .75rem;font-size:.75rem}.chart-stats{flex-direction:column;gap:.25rem}.track-actions{gap:.375rem}.spotify-btn{width:28px;height:28px}.like-btn{padding:.25rem .5rem}}.music-detail-page{width:100%;max-width:800px;margin:0 auto;min-height:100%;color:#fff;padding:1.5rem 1.5rem 4rem}.music-detail-back{width:32px;height:32px;border:none;background:transparent;color:#fff;font-size:2rem;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:opacity .2s;margin-bottom:1rem}.music-detail-back:hover{opacity:.7}.music-detail-hero{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem}.music-detail-cover{width:180px;height:180px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#282828;box-shadow:0 8px 32px #00000080}.music-detail-cover img{width:100%;height:100%;object-fit:cover}.music-detail-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(135deg,#667eea,#764ba2)}.music-detail-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.music-detail-title{font-size:1.75rem;font-weight:700;margin:0;color:#fff;line-height:1.2;letter-spacing:-.02em}.music-detail-artists{display:flex;flex-wrap:wrap;gap:.5rem}.music-detail-artist{display:flex;align-items:center;gap:.5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:.375rem .75rem .375rem .375rem;cursor:pointer;transition:all .2s;color:#ffffffd9;font-size:.875rem;font-weight:500}.music-detail-artist:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.music-detail-artist .artist-img{width:24px;height:24px;border-radius:50%;object-fit:cover}.music-detail-artist .artist-img-placeholder{width:24px;height:24px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff9}.music-detail-artist-text{font-size:.9375rem;color:#ffffffb3}.music-detail-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.music-genre-tag{padding:.25rem .625rem;background:#5b5fc733;border:1px solid rgba(91,95,199,.3);border-radius:12px;font-size:.75rem;font-weight:600;color:#9b9ef0;text-transform:capitalize}.music-stat{font-size:.8125rem;color:#ffffff80}.music-detail-actions{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.music-like-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:20px;color:#fffc;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.music-like-btn:hover{background:#ffffff1a;color:#fff}.music-like-btn.liked{background:#1ed76026;border-color:#1ed7604d;color:#1ed760}.music-options-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.music-options-btn:hover{background:#ffffff1a;color:#fff}.music-detail-platforms{margin-bottom:2rem}.music-detail-platforms h3{font-size:1rem;font-weight:600;color:#fff9;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.platform-links-list{display:flex;flex-direction:column;gap:.5rem}.platform-link-btn{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#fff;cursor:pointer;transition:all .2s;width:100%;text-align:left}.platform-link-btn:hover{background:#ffffff14;transform:translate(4px)}.platform-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.platform-name{flex:1;font-size:.9375rem;font-weight:500}.platform-arrow{font-size:1.25rem;color:#ffffff4d;font-weight:300}.platform-link-btn.spotify .platform-icon{background:#1eb95426;color:#1db954}.platform-link-btn.spotify:hover{border-color:#1eb9544d}.platform-link-btn.apple .platform-icon{background:#fc3c4426;color:#fc3c44}.platform-link-btn.apple:hover{border-color:#fc3c444d}.platform-link-btn.youtube .platform-icon{background:#ff000026;color:red}.platform-link-btn.youtube:hover{border-color:#ff00004d}.platform-link-btn.beatport .platform-icon{background:#01ff9526;color:#01ff95}.platform-link-btn.beatport:hover{border-color:#01ff954d}.platform-link-btn.soundcloud .platform-icon{background:#ff550026;color:#f50}.platform-link-btn.soundcloud:hover{border-color:#ff55004d}.music-detail-label{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff0a;border-radius:10px;font-size:.875rem}.label-text{color:#ffffff80}.label-name{color:#ffffffd9;font-weight:500}.music-detail-skeleton{display:flex;gap:1.5rem;padding-top:3rem;animation:pulse 1.5s ease-in-out infinite}.skeleton-cover-lg{width:180px;height:180px;border-radius:12px;background:#ffffff14;flex-shrink:0}.skeleton-info-lg{flex:1;display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.skeleton-line-lg{width:200px;height:28px;background:#ffffff14;border-radius:6px}.skeleton-line-sm{width:140px;height:18px;background:#ffffff0f;border-radius:4px}.music-detail-error{text-align:center;padding:4rem 2rem}.music-detail-error h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fffc}.music-detail-error .btn-back{padding:.625rem 1.5rem;border-radius:500px;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.music-detail-error .btn-back:hover{border-color:#fff;background:#ffffff1a}@media(max-width:768px){.music-detail-page{padding:1rem 1rem 5rem}.music-detail-hero{flex-direction:column;align-items:center;text-align:center;gap:1rem}.music-detail-cover{width:200px;height:200px}.music-detail-info{align-items:center;padding-top:0}.music-detail-artists,.music-detail-meta{justify-content:center}.music-detail-title{font-size:1.5rem}.music-detail-actions{justify-content:center}.skeleton-cover-lg{width:200px;height:200px}.music-detail-skeleton{flex-direction:column;align-items:center}.skeleton-info-lg{align-items:center}}@media(max-width:480px){.music-detail-cover{width:160px;height:160px}.music-detail-title{font-size:1.25rem}.platform-link-btn{padding:.75rem}.platform-icon{width:36px;height:36px;font-size:1.1rem}}.notifications-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0a,#000);overflow-y:auto;padding:2rem 2.5rem 10rem}.notifications-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.notifications-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.notification-count{min-width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#fff;padding:0 .75rem}.notification-filters{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.5rem;max-width:900px;margin-left:auto;margin-right:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.notification-filters::-webkit-scrollbar{display:none}.filter-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#fff9;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.filter-btn:hover{background:#ffffff14;border-color:#ffffff26}.filter-btn.active{background:#fff;color:#000;border-color:#fff}.notifications-list{display:flex;flex-direction:column;gap:.75rem;max-width:900px;margin:0 auto}.notification-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s}.notification-item:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-1px)}.notification-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.notification-content{flex:1;min-width:0}.notification-title{font-size:.9375rem;font-weight:600;color:#fff;margin-bottom:.25rem;line-height:1.4}.notification-body{font-size:.875rem;color:#ffffffb3;margin-bottom:.5rem;line-height:1.5}.notification-time{font-size:.75rem;color:#ffffff80;font-weight:500}.notification-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.notification-image img{width:100%;height:100%;object-fit:cover}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:400px}.empty-icon{width:120px;height:120px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#ffffff4d;margin-bottom:1.5rem}.empty-state h3{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .5rem}.empty-state p{font-size:.9375rem;color:#ffffff80;margin:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.loading-container p{font-size:.9375rem;color:#fff9}@media(max-width:768px){.notifications-page{padding:2rem 1.5rem 10rem}.notifications-header h1{font-size:1.5rem}.notification-count{min-width:36px;height:36px;font-size:.8125rem}.filter-btn{padding:.5rem .875rem;font-size:.8125rem}.notification-item{padding:.875rem;gap:.875rem}.notification-icon{width:36px;height:36px}.notification-title{font-size:.875rem}.notification-body{font-size:.8125rem}.notification-image{width:50px;height:50px}}@media(max-width:480px){.notifications-page{padding:1.5rem 1rem 10rem}.empty-icon{width:100px;height:100px}.empty-state{padding:3rem 1.5rem}.empty-state h3{font-size:1.125rem}.empty-state p{font-size:.875rem}}.modal-close-btn{width:40px;height:40px;border-radius:50%;border:none;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.modal-close-btn:hover:not(:disabled){background:#fff3;transform:scale(1.05)}.modal-close-btn:disabled{opacity:.5;cursor:not-allowed}.modal-form{display:flex;flex-direction:column}.form-input{width:100%;padding:.875rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff14;color:#fff;font-size:1rem;font-family:inherit;transition:all .2s;outline:none}.form-input::placeholder{color:#fff6}.form-input:focus{border-color:#ffffff4d;background:#ffffff1f}.form-input:disabled{opacity:.5;cursor:not-allowed}.modal-actions{display:flex;gap:.75rem;margin-top:1.5rem}.btn-primary,.btn-secondary{flex:1;padding:.875rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;outline:none}.btn-primary{background:#fff;color:#000}.btn-primary:hover:not(:disabled){background:#f0f0f0;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.modal-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.profile-info-modal{max-width:500px;width:90%}.input-with-indicator{position:relative;display:flex;align-items:center}.input-indicator{position:absolute;right:12px;display:flex;align-items:center;justify-content:center;pointer-events:none}.input-indicator.checking{color:#ffffff80}.input-indicator.success{color:#2ecc71}.input-indicator.error{color:#ff6b6b}.spinner-small{width:18px;height:18px;border:2px solid rgba(255,255,255,.1);border-top-color:#ffffff80;border-radius:50%;animation:spin .6s linear infinite}.form-input.success{border-color:#2ecc71}.form-input.error{border-color:#ff6b6b}.input-error-message{font-size:.75rem;color:#ff6b6b;margin:.5rem 0 0;display:flex;align-items:center;gap:.25rem}.input-success-message{font-size:.75rem;color:#2ecc71;margin:.5rem 0 0;display:flex;align-items:center;gap:.25rem}.email-change-modal{max-width:500px;width:90%}.current-email-info{display:flex;flex-direction:column;gap:.375rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-bottom:1.5rem}.info-label{font-size:.75rem;color:#ffffff80;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:.9375rem;color:#fff;font-weight:600}.modal-description{font-size:.875rem;color:#ffffffb3;line-height:1.5;margin-bottom:1.5rem}.modal-description strong{color:#fff;font-weight:600}.code-input{text-align:center;font-size:1.5rem;letter-spacing:.5rem;font-weight:600;font-family:Courier New,monospace}.resend-code-btn{width:100%;padding:.75rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ffffffb3;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:1.5rem}.resend-code-btn:hover:not(:disabled){background:#ffffff0d;border-color:#ffffff4d;color:#fff}.resend-code-btn:disabled{opacity:.5;cursor:not-allowed}.input-with-icon{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:12px;color:#ffffff80;pointer-events:none}.form-input.with-icon{padding-left:42px}.input-hint{font-size:.75rem;color:#ffffff80;margin:.5rem 0 0}.password-change-modal{max-width:500px;width:90%}.form-input.with-action{padding-right:42px}.input-action-btn{position:absolute;right:12px;background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s}.input-action-btn:hover{color:#fff}.password-strength{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.strength-bars{flex:1;display:flex;gap:.375rem;height:4px}.strength-bar{flex:1;background:#ffffff1a;border-radius:2px;transition:background-color .3s}.strength-bar.active{background-color:var(--strength-color, #95A5A6)}.strength-label{font-size:.75rem;font-weight:600;min-width:50px;text-align:right}.delete-account-modal{max-width:500px}.danger-header{background:linear-gradient(135deg,#ef44441a,#dc26261a);border-bottom:2px solid rgba(239,68,68,.3);position:relative;padding-left:4rem}.danger-header-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#ef444433;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ef4444}.danger-header h2{color:#ef4444!important}.warning-content{padding:.5rem 0}.warning-text{font-size:.9375rem;color:#ffffffe6;margin-bottom:1.25rem;line-height:1.6}.warning-text strong{color:#ef4444;font-weight:600}.warning-list{list-style:none;padding:0;margin:0 0 1.5rem}.warning-list li{padding:.75rem 1rem;background:#ef444414;border-left:3px solid #ef4444;margin-bottom:.625rem;border-radius:6px;font-size:.875rem;color:#fffc;line-height:1.5}.warning-list li:last-child{margin-bottom:0}.warning-box{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;margin-top:1.5rem}.warning-box.small{padding:.75rem;margin-top:1rem}.warning-box svg{color:#ef4444;flex-shrink:0;margin-top:.125rem}.warning-box p{margin:0;font-size:.875rem;color:#ffffffd9;line-height:1.5}.warning-box.small p{font-size:.8125rem;font-weight:600}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;flex:1}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.btn-danger:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.delete-account-modal{max-width:100%;margin:0 1rem}.danger-header{padding-left:3.5rem}.danger-header-icon{left:1rem;width:36px;height:36px}.warning-text{font-size:.875rem}.warning-list li{padding:.625rem .875rem;font-size:.8125rem}}@media(max-width:480px){.danger-header h2{font-size:1.125rem}.warning-box{padding:.875rem}.modal-actions{flex-direction:column}.btn-danger,.btn-secondary{width:100%}}.settings-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0a,#000);overflow-y:auto;padding:2rem 2.5rem 10rem}.settings-container{max-width:900px;margin:0 auto}.settings-header{margin-bottom:2rem;text-align:center}.settings-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.settings-section{margin-bottom:2.5rem}.section-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem}.section-subtitle{font-size:.875rem;color:#ffffff80;margin:0 0 1rem}.settings-list{display:flex;flex-direction:column;gap:.75rem}.setting-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.setting-item:not(.disabled):hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-1px)}.setting-item.disabled{cursor:not-allowed;opacity:.5}.setting-icon{width:40px;height:40px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.setting-content{flex:1;min-width:0}.setting-title{font-size:.9375rem;font-weight:600;color:#fff;margin:0 0 .25rem}.setting-description{font-size:.8125rem;color:#fff9;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.setting-arrow{color:#fff6;flex-shrink:0}.toggle-switch{position:relative;width:48px;height:28px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#fff3;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#2ecc71}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-switch input:disabled+.toggle-slider{cursor:not-allowed;opacity:.5}.logout-item{cursor:pointer;transition:background-color .2s,transform .2s}.logout-item:hover{background-color:#ff3b301a!important;border-color:#ff3b304d!important}.logout-icon{background-color:#ff3b301a!important;color:#ff3b30}.logout-text{color:#ff3b30!important}.danger-section{border:2px solid rgba(239,68,68,.3);border-radius:16px;padding:1.5rem;background:#ef44440d}.danger-title{color:#ef4444!important}.danger-subtitle{color:#ef4444b3!important;font-weight:500}.danger-item{border-color:#ef44444d!important;background:#ef444414!important}.danger-item:hover{background:#ef444426!important;border-color:#ef444480!important}.danger-icon{background:#ef444433!important;color:#ef4444!important}.danger-text{color:#ef4444!important}@media(max-width:768px){.settings-page{padding:2rem 1.5rem 10rem}.settings-header h1{font-size:1.5rem}.section-title{font-size:1rem}.setting-item{padding:.875rem 1rem;gap:.875rem}.setting-icon{width:36px;height:36px}.setting-title{font-size:.875rem}.setting-description{font-size:.75rem}}@media(max-width:480px){.settings-page{padding:1.5rem 1rem 10rem}.settings-section{margin-bottom:2rem}}.legal-page{min-height:100vh;background:linear-gradient(180deg,#121212,#0a0a0a);padding:2rem 1.5rem 4rem}.legal-container{max-width:900px;margin:0 auto;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2.5rem;box-shadow:0 8px 32px #0006;position:relative}.back-button-top{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15);padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:2rem;display:inline-flex;align-items:center}.back-button-top:hover{background:#ffffff1f;transform:translate(-4px)}.legal-title-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.language-toggle-content{display:flex;align-items:center;gap:.5rem;background:#0ea5e91a;color:#0ea5e9;border:1px solid rgba(14,165,233,.3);padding:.5rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.language-toggle-content:hover{background:#0ea5e933;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e933}.legal-container h1{color:#fff;font-size:1.875rem;font-weight:700;margin-bottom:.25rem;letter-spacing:-.02em}.last-updated{color:#b3b3b3;font-size:.8125rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.legal-container section{margin-bottom:2.5rem}.legal-container h2{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.01em}.legal-container p{color:#b3b3b3;font-size:1rem;line-height:1.75;margin-bottom:1rem}.legal-container ul{list-style:none;padding:0;margin:1rem 0}.legal-container ul li{color:#b3b3b3;font-size:1rem;line-height:1.75;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.legal-container ul li:before{content:"•";color:#ffffff80;font-size:1.25rem;position:absolute;left:0;top:-2px}.legal-container strong{color:#fff;font-weight:600}.legal-container a{color:#1db954;text-decoration:none;transition:color .2s ease}.legal-container a:hover{color:#1ed760;text-decoration:underline}.highlight{background:#1db95426;border-left:3px solid #1db954;padding:1rem 1.25rem;margin:1rem 0;border-radius:4px;color:#fff!important;font-weight:500}.legal-content{margin-top:1.5rem}.legal-content h2{color:#fff;font-size:1.125rem;font-weight:600;margin:1.25rem 0 .5rem;letter-spacing:-.01em}.legal-content h3{color:#fff;font-size:1rem;font-weight:600;margin:1rem 0 .4rem}.legal-content p{color:#b3b3b3;font-size:.875rem;line-height:1.6;margin-bottom:.5rem}.legal-content li{list-style:none;color:#b3b3b3;font-size:.875rem;line-height:1.6;margin-bottom:.4rem;padding-left:1.25rem;position:relative}.legal-content li:before{content:"•";color:#ffffff80;font-size:1rem;position:absolute;left:0;top:-1px}@media(max-width:768px){.legal-page{padding:1rem}.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.25rem}.legal-container p,.legal-container ul li{font-size:.9375rem}}.about-page{min-height:100vh;background:linear-gradient(180deg,#0a0a0a,#000);padding:2rem 1.5rem 4rem;position:relative}.about-container{max-width:800px;margin:0 auto;position:relative}.about-header{text-align:center;padding:.5rem 0 2rem;position:relative}.language-toggle-inline{position:absolute;top:.5rem;right:0;display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#0ea5e91a;border:1px solid rgba(14,165,233,.3);border-radius:10px;color:#0ea5e9;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.language-toggle-inline:hover{background:#0ea5e933;transform:translateY(-2px);box-shadow:0 8px 16px #0ea5e933}.language-toggle-inline:active{transform:translateY(0)}.about-logo-container{width:130px;height:130px;margin:0 auto 1rem;background:#ffffff0d;border-radius:24px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.about-logo{width:90px;height:90px;object-fit:contain}.about-brand{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .375rem;letter-spacing:-.5px}.about-version{font-size:.8125rem;color:#0ea5e9;font-weight:600;margin:0}.about-section{background:#ffffff08;border-radius:14px;padding:1.5rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.05)}.section-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .875rem;letter-spacing:-.3px}.section-text{font-size:.875rem;line-height:1.6;color:#ffffffb3;margin:0 0 .875rem}.section-text:last-child{margin-bottom:0}.about-features{list-style:none;padding:0;margin:1rem 0 0}.about-features li{font-size:.875rem;line-height:1.8;color:#ffffffb3;padding-left:.5rem}.contact-info{background:#ffffff05;border-radius:10px;padding:1.25rem;margin:1rem 0;border:1px solid rgba(255,255,255,.05)}.contact-item{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.875rem}.contact-item:last-child{margin-bottom:0}.contact-label{font-size:.8125rem;color:#ffffff80;font-weight:500}.contact-value{font-size:.875rem;color:#fff;font-weight:600}.follow-text{margin-top:1rem;font-size:.8125rem}.contact-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem}.contact-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.875rem 1.25rem;border-radius:10px;border:none;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.website-btn{background:#0ea5e91a;color:#0ea5e9;border:1px solid rgba(14,165,233,.3)}.website-btn:hover{background:#0ea5e933;transform:translateY(-2px);box-shadow:0 8px 16px #0ea5e933}.email-btn{background:#9333ea1a;color:#9333ea;border:1px solid rgba(147,51,234,.3)}.email-btn:hover{background:#9333ea33;transform:translateY(-2px);box-shadow:0 8px 16px #9333ea33}.legal-section{padding:1.25rem}.legal-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:10px;margin-bottom:.625rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.legal-item:last-child{margin-bottom:0}.legal-item:hover{background:#ffffff0d;border-color:#0ea5e94d;color:#0ea5e9;transform:translate(4px)}.legal-item:active{transform:translate(2px)}.about-footer{text-align:center;padding:1.5rem 0 1rem;margin-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.copyright{font-size:.8125rem;color:#fff6;margin:0 0 .375rem}.made-with{font-size:.8125rem;color:#ffffff80;margin:0;font-weight:500}@media(max-width:640px){.about-page{padding:1.5rem 1rem}.language-toggle-inline{padding:.5rem .875rem;font-size:.75rem;gap:.375rem;top:.25rem;right:0}.language-toggle-inline svg{width:16px;height:16px}.about-header{padding:.5rem 0 1.5rem}.about-logo-container{width:110px;height:110px;border-radius:22px}.about-logo{width:75px;height:75px}.about-brand{font-size:1.375rem}.about-version{font-size:.75rem}.about-section{padding:1.25rem;margin-bottom:.875rem;border-radius:12px}.section-title{font-size:1rem}.section-text{font-size:.8125rem;line-height:1.55}.about-features li{font-size:.8125rem;line-height:1.7}.contact-info{padding:1rem}.contact-buttons{grid-template-columns:1fr;gap:.625rem}.contact-btn{padding:.75rem 1rem;font-size:.8125rem}.legal-section{padding:1rem}.legal-item{padding:.75rem .875rem;font-size:.8125rem;border-radius:8px}.about-footer{padding:1.25rem 0 .75rem;margin-top:1.25rem}.copyright,.made-with{font-size:.75rem}}@media(max-width:480px){.about-logo-container{width:100px;height:100px;border-radius:20px}.about-logo{width:70px;height:70px}.about-brand{font-size:1.25rem}.section-title{font-size:.9375rem}.section-text,.about-features li{font-size:.75rem}.contact-btn{gap:.5rem;padding:.625rem .875rem}.contact-btn svg{width:16px;height:16px}}.help-support-page{min-height:100%;background:linear-gradient(180deg,#0a0a0a,#000);padding:3rem 1rem 6rem;position:relative;display:flex;justify-content:center}.help-support-container{max-width:600px;width:100%;position:relative}.help-header{display:flex;align-items:center;justify-content:center;padding:.5rem 0 1.5rem;margin-bottom:1rem;position:relative}.help-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;text-align:center}.language-toggle-help{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#0ea5e91a;border:1px solid rgba(14,165,233,.3);border-radius:8px;color:#0ea5e9;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:absolute;right:0;top:50%;transform:translateY(-50%)}.language-toggle-help:hover{background:#0ea5e933}.help-topics-section{background:#0f172acc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.topics-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .375rem}.topics-subtitle{font-size:.8125rem;color:#fffc;margin:0 0 1.25rem}.topics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.topic-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.625rem;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.topic-card:hover{background:#ffffff40;transform:translateY(-2px)}.topic-card svg{color:#fff}.faq-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.25rem;margin-bottom:1rem}.faq-header,.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;justify-content:flex-start}.faq-header h3,.section-header h3{font-size:1rem;font-weight:700;color:#fff;margin:0;text-align:left}.faq-header svg,.section-header svg{color:#0ea5e9;flex-shrink:0}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:10px;overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:none;border:none;color:#fff;font-size:.8125rem;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease}.faq-question:hover{background:#ffffff0d}.faq-question svg{color:#0ea5e9;flex-shrink:0}.faq-answer{padding:0 1rem 1rem;border-top:1px solid rgba(255,255,255,.05);animation:slideDown .3s ease}.faq-answer p{font-size:.8125rem;line-height:1.6;color:#ffffffb3;margin:.75rem 0 0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.tickets-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.25rem;margin-bottom:1rem}.no-tickets{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center}.no-tickets svg{color:#ffffff4d;margin-bottom:1rem}.no-tickets-title{font-size:.9375rem;font-weight:600;color:#fff;margin:0 0 .375rem}.no-tickets-subtitle{font-size:.8125rem;color:#fff9;margin:0}.contact-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.25rem;margin-bottom:1rem}.contact-list{display:flex;flex-direction:column;gap:.75rem}.contact-row{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;color:#fffc;font-size:.8125rem}.contact-row svg{color:#0ea5e9;flex-shrink:0}.new-ticket-btn{position:fixed;bottom:1.5rem;right:340px;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#0ea5e9;border:none;border-radius:50px;color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;box-shadow:0 8px 24px #0ea5e966;transition:all .3s ease;z-index:9999}@media(max-width:680px){.new-ticket-btn{right:1.5rem}}.new-ticket-btn:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 12px 32px #0ea5e980}.new-ticket-btn span:first-child{font-size:1.25rem;font-weight:400}@media(max-width:640px){.help-support-page{padding:2rem .75rem 5rem}.help-header{padding:.375rem 0 1rem}.help-title{font-size:1rem}.language-toggle-help{padding:.375rem .625rem;font-size:.6875rem}.help-topics-section{padding:1.25rem}.topics-title{font-size:1.125rem}.topics-subtitle{font-size:.75rem}.topics-grid{gap:.625rem}.topic-card{padding:1rem .75rem;font-size:.8125rem}.topic-card svg{width:28px;height:28px}.faq-section,.tickets-section,.contact-section{padding:1rem}.faq-header h3,.section-header h3{font-size:.9375rem}.faq-question{padding:.75rem .875rem;font-size:.75rem}.faq-answer p,.contact-row{font-size:.75rem}.new-ticket-btn{bottom:1.25rem;right:1.25rem;padding:.75rem 1.25rem;font-size:.8125rem}}@media(max-width:480px){.topics-grid{grid-template-columns:1fr}.topic-card{padding:1.25rem 1rem}}.login-required-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:2rem 1.5rem;margin-bottom:1rem}.login-required-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.login-required-content svg{color:#0ea5e9;margin-bottom:.5rem}.login-required-content h3{font-size:1rem;font-weight:700;color:#fff;margin:0}.login-required-content p{font-size:.8125rem;color:#fff9;margin:0;max-width:280px;line-height:1.5}.login-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#0ea5e9;border:none;border-radius:10px;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.login-btn:hover{background:#0284c7;transform:translateY(-2px)}.ticket-modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;z-index:10000;padding:1rem}.ticket-modal{background:#1a1a1a;border-radius:20px 20px 0 0;width:100%;max-width:500px;max-height:85vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.ticket-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;background:#1a1a1a;z-index:1}.ticket-modal-header h2{font-size:1.125rem;font-weight:700;color:#fff;margin:0}.modal-close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s}.modal-close-btn:hover{background:#fff3}.ticket-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.ticket-form .form-group{display:flex;flex-direction:column;gap:.5rem}.ticket-form label{font-size:.875rem;font-weight:600;color:#ffffffe6}.ticket-form select,.ticket-form input,.ticket-form textarea{width:100%;padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.9375rem;font-family:inherit;transition:all .2s}.ticket-form select:focus,.ticket-form input:focus,.ticket-form textarea:focus{outline:none;border-color:#0ea5e9;background:#0ea5e90d}.ticket-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.ticket-form select option{background:#1a1a1a;color:#fff}.ticket-form textarea{resize:vertical;min-height:120px}.ticket-form input::placeholder,.ticket-form textarea::placeholder{color:#fff6}.submit-ticket-btn{width:100%;padding:1rem;background:#0ea5e9;border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-height:52px}.submit-ticket-btn:hover:not(:disabled){background:#0284c7;transform:translateY(-1px)}.submit-ticket-btn:disabled{opacity:.7;cursor:not-allowed}.spinner-small{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.tickets-loading{display:flex;align-items:center;justify-content:center;padding:2rem}.tickets-loading .spinner{width:32px;height:32px;border:3px solid rgba(14,165,233,.2);border-top-color:#0ea5e9;border-radius:50%;animation:spin .8s linear infinite}.tickets-list{display:flex;flex-direction:column;gap:.75rem}.ticket-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem;cursor:pointer;transition:all .2s}.ticket-item:hover{background:#ffffff0f;border-color:#ffffff1f}.ticket-item .ticket-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.ticket-category{padding:.25rem .625rem;background:#0ea5e926;border-radius:6px;font-size:.6875rem;font-weight:600;color:#0ea5e9;text-transform:uppercase}.ticket-status{padding:.25rem .625rem;border-radius:6px;font-size:.6875rem;font-weight:600;color:#fff}.ticket-subject{font-size:.9375rem;font-weight:600;color:#fff;margin:0 0 .375rem;line-height:1.4}.ticket-item .ticket-message{font-size:.8125rem;color:#fff9;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.ticket-date{font-size:.75rem;color:#fff6}.ticket-detail-modal{max-height:90vh}.ticket-detail-content{padding:1.5rem}.ticket-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem}.ticket-detail-message{background:#ffffff08;border-radius:12px;padding:1rem;margin-bottom:1rem}.ticket-detail-message p{font-size:.9375rem;color:#ffffffe6;margin:0;line-height:1.6;white-space:pre-wrap}.ticket-responses{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.ticket-responses h4{font-size:.9375rem;font-weight:600;color:#fff;margin:0 0 1rem}.response-item{background:#ffffff08;border-radius:12px;padding:1rem;margin-bottom:.75rem}.response-item.admin{background:#0ea5e914;border-left:3px solid #0ea5e9}.response-item.user{background:#ffffff0d;border-left:3px solid #6b7280}.response-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.response-sender{font-size:.8125rem;font-weight:600;color:#0ea5e9}.response-item.user .response-sender{color:#9ca3af}.response-date{font-size:.75rem;color:#fff6}.response-item p{font-size:.875rem;color:#ffffffd9;margin:0;line-height:1.5;white-space:pre-wrap}.delete-ticket-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;color:#ef4444;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1.5rem}.delete-ticket-btn:hover{background:#ef444433}.ticket-chat-modal{display:flex;flex-direction:column;max-height:90vh;height:80vh}.ticket-chat-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);background:#1a1a1a;flex-shrink:0}.ticket-chat-info h2{font-size:1rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.3}.ticket-chat-meta{display:flex;align-items:center;gap:.5rem}.ticket-chat-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ticket-chat-actions .delete-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ef44441a;border:none;border-radius:8px;color:#ef4444;cursor:pointer;transition:all .2s}.ticket-chat-actions .delete-btn:hover{background:#ef444433}.ticket-chat-actions .close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s}.ticket-chat-actions .close-btn:hover{background:#fff3}.ticket-chat-messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.chat-message{display:flex;flex-direction:column;max-width:85%}.chat-message.user-message{align-self:flex-end;align-items:flex-end}.chat-message.admin-message{align-self:flex-start;align-items:flex-start}.chat-message .message-label{font-size:.75rem;font-weight:500;color:#ffffff80;margin-bottom:.25rem}.chat-message .message-bubble{padding:.75rem 1rem;border-radius:16px;max-width:100%}.chat-message.user-message .message-bubble{background:#3b82f6;border-bottom-right-radius:4px}.chat-message.admin-message .message-bubble{background:#ffffff1a;border-bottom-left-radius:4px}.chat-message .message-bubble p{font-size:.875rem;color:#fff;margin:0;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chat-message .message-time{font-size:.6875rem;color:#fff6;margin-top:.25rem}.ticket-chat-footer{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.1);background:#1a1a1a;flex-shrink:0}.reply-input-container{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:.5rem .5rem .5rem 1rem}.reply-input-container input{flex:1;background:none;border:none;color:#fff;font-size:.9375rem;padding:.375rem 0}.reply-input-container input:focus{outline:none}.reply-input-container input::placeholder{color:#fff6}.send-reply-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#0ea5e9;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s;flex-shrink:0}.send-reply-btn:hover:not(:disabled){background:#0284c7;transform:scale(1.05)}.send-reply-btn:disabled{opacity:.5;cursor:not-allowed}.waiting-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.3);border-radius:12px;color:#fbbf24;font-size:.8125rem;font-weight:500}.ticket-closed-notice{display:flex;align-items:center;justify-content:center;padding:.75rem;background:#6b72801a;border:1px solid rgba(107,114,128,.3);border-radius:12px;color:#9ca3af;font-size:.8125rem;font-weight:500}.guest-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:12px;color:#60a5fa;font-size:.8125rem;font-weight:500;text-align:center;line-height:1.4}.guest-email-warning{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.3);border-radius:12px;color:#fbbf24;font-size:.8125rem;font-weight:500;text-align:center;line-height:1.4}@media(max-width:640px){.ticket-modal-overlay{padding:0;align-items:flex-end}.ticket-modal{max-width:100%;border-radius:20px 20px 0 0;max-height:90vh}.ticket-modal-header{padding:1rem 1.25rem}.ticket-modal-header h2{font-size:1rem}.ticket-form{padding:1.25rem}.ticket-form select,.ticket-form input,.ticket-form textarea{padding:.75rem .875rem;font-size:.875rem}.ticket-detail-content{padding:1.25rem}.ticket-chat-modal{height:85vh}.ticket-chat-header{padding:.875rem 1rem}.ticket-chat-info h2{font-size:.9375rem}.ticket-chat-messages{padding:.875rem 1rem}.chat-message{max-width:90%}.ticket-chat-footer{padding:.875rem 1rem}}.store-page{width:100%;min-height:100%;background:linear-gradient(180deg,#0a0a0a,#000);color:#fff;padding-bottom:100px;position:relative}.store-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:transparent}.back-button{width:40px;height:40px;border-radius:12px;background:#ffffff14;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#ffffff26;transform:scale(1.05)}.store-header h1{font-size:1.35rem;font-weight:700;margin:0;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-right{display:flex;align-items:center;gap:.75rem}.rights-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .85rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 4px 15px #3b82f64d}.store-search{padding:1rem 1.5rem}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:#fff6;pointer-events:none}.search-input{width:100%;padding:.9rem 1rem .9rem 2.75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:14px;color:#fff;font-size:.95rem;transition:all .2s ease}.search-input:focus{outline:none;background:#ffffff1a;border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f626}.search-clear{position:absolute;right:.75rem;width:28px;height:28px;border-radius:50%;background:#ffffff1a;border:none;color:#fff9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.search-clear:hover{background:#fff3;color:#fff}.store-filters{display:flex;gap:.75rem;padding:0 1.5rem 1rem;overflow:visible;position:relative;z-index:100}.store-filters::-webkit-scrollbar{display:none}.filter-dropdown{position:relative;flex-shrink:0}.filter-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fffc;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-btn:hover{background:#ffffff1f;border-color:#ffffff26}.filter-btn.active{background:#3b82f633;border-color:#3b82f666;color:#60a5fa}.filter-btn svg.rotated{transform:rotate(180deg)}.filter-btn svg{transition:transform .2s}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:220px;max-height:300px;overflow-y:auto;background:#1a1a1a;border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:.5rem;box-shadow:0 10px 40px #000c;z-index:9999;animation:dropdownFade .2s ease}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:block;width:100%;padding:.85rem 1rem;background:transparent;border:none;border-radius:8px;color:#fff;font-size:.95rem;text-align:left;cursor:pointer;transition:all .15s ease;margin-bottom:2px}.dropdown-item:hover{background:#3b82f64d;color:#fff}.dropdown-item.selected{background:#3b82f6;color:#fff;font-weight:500}.store-content{padding:.5rem 1.5rem}.store-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.store-loading p{color:#ffffff80;font-size:.95rem}.store-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{width:100px;height:100px;border-radius:24px;background:linear-gradient(135deg,#3b82f626,#3b82f60d);display:flex;align-items:center;justify-content:center;color:#3b82f6;margin-bottom:1.5rem}.store-empty h3{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .5rem}.store-empty p{font-size:.95rem;color:#ffffff80;margin:0}.listings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:640px){.listings-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:900px){.listings-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1200px){.listings-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem}}.store-page .listing-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.store-page .listing-card:hover{background:#ffffff14;border-color:#3b82f64d;transform:translateY(-6px);box-shadow:0 20px 50px #0006,0 0 0 1px #3b82f61a}.store-page .listing-image{position:relative;aspect-ratio:4/3;background:linear-gradient(135deg,#1a1a1a,#0d0d0d);overflow:hidden}.store-page .listing-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.store-page .listing-card:hover .listing-image img{transform:scale(1.08)}.store-page .listing-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffff26;background:linear-gradient(135deg,#3b82f60d,#0003)}.store-page .listing-image .no-image svg{width:48px;height:48px}.store-page .featured-badge{position:absolute;top:1rem;left:1rem;padding:.4rem .85rem;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:8px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #f59e0b4d}.store-page .listing-info{padding:1.25rem}.store-page .listing-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.store-page .listing-price{font-size:1.35rem;font-weight:700;color:#3b82f6;margin:0 0 1rem;letter-spacing:-.02em}.store-page .listing-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.store-page .meta-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#ffffff80}.store-page .listing-stats{display:flex;gap:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.store-page .stat-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#fff6}.load-more-wrapper{display:flex;justify-content:center;padding:2rem 0}.load-more-btn{padding:.85rem 2rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.load-more-btn:hover:not(:disabled){background:#ffffff26}.load-more-btn:disabled{opacity:.5;cursor:not-allowed}.fab-button{position:fixed;bottom:2rem;right:340px;display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:16px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 8px 30px #3b82f666;transition:all .25s ease;z-index:99}.fab-button:hover{transform:translateY(-3px);box-shadow:0 12px 40px #3b82f680}.fab-button:active{transform:translateY(-1px)}@media(max-width:768px){.store-header{padding:1rem 1.25rem}.store-header h1{font-size:1.2rem}.store-search{padding:.75rem 1.25rem}.search-input{padding:.8rem 1rem .8rem 2.5rem;font-size:.9rem}.store-filters{padding:0 1.25rem .75rem;gap:.5rem}.filter-btn{padding:.55rem .85rem;font-size:.8rem}.store-content{padding:.5rem 1.25rem}.listing-info{padding:.85rem}.listing-title{font-size:.85rem}.listing-price{font-size:1rem;margin-bottom:.5rem}.fab-button{bottom:1.5rem;left:auto;right:1.5rem;transform:none;padding:.85rem 1.25rem;font-size:.9rem;border-radius:14px}}@media(max-width:480px){.store-header{padding:.85rem 1rem}.back-button{width:36px;height:36px;border-radius:10px}.store-header h1{font-size:1.1rem}.rights-badge{padding:.4rem .7rem;font-size:.8rem}.store-search{padding:.5rem 1rem}.store-filters{padding:0 1rem .5rem}.store-content{padding:.5rem 1rem}.listings-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.store-page .listing-card{border-radius:16px}.store-page .listing-image{aspect-ratio:1}.store-page .listing-info{padding:.85rem}.store-page .listing-title{font-size:.85rem;margin-bottom:.4rem}.store-page .listing-price{font-size:1.1rem;margin-bottom:.6rem}.store-page .meta-item,.store-page .stat-item{font-size:.7rem}.store-page .listing-stats{padding-top:.5rem}.empty-icon{width:80px;height:80px;border-radius:20px}.empty-icon svg{width:36px;height:36px}.store-empty h3{font-size:1.1rem}.store-empty p{font-size:.9rem}}.store-page::-webkit-scrollbar{width:8px}.store-page::-webkit-scrollbar-track{background:transparent}.store-page::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.store-page::-webkit-scrollbar-thumb:hover{background:#fff3}.dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem 1rem;background:transparent;border:none;border-radius:8px;color:#fff;font-size:.95rem;text-align:left;cursor:pointer;transition:all .15s ease;margin-bottom:2px}.filter-advanced{margin-left:auto}.filter-count{display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:#3b82f6;border-radius:9px;font-size:.7rem;font-weight:700;color:#fff}.active-filters-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1.5rem 1rem}.active-filters-list{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}.active-filter-tag{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:20px;font-size:.8rem;color:#60a5fa}.active-filter-tag button{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;background:#ffffff1a;border:none;border-radius:50%;color:#60a5fa;cursor:pointer;transition:all .2s}.active-filter-tag button:hover{background:#fff3;color:#fff}.clear-all-btn{padding:.4rem .85rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff9;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.clear-all-btn:hover{background:#ffffff1a;color:#fff}.filter-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:flex-end;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.filter-modal{width:100%;max-width:500px;max-height:85vh;background:linear-gradient(180deg,#1a1a1a,#0f0f0f);border-radius:24px 24px 0 0;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filter-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.filter-modal-header h2{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.filter-modal-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:none;border-radius:12px;color:#fff9;cursor:pointer;transition:all .2s}.filter-modal-close:hover{background:#ffffff26;color:#fff}.filter-modal-content{padding:1.5rem;max-height:calc(85vh - 140px);overflow-y:auto}.filter-section{margin-bottom:1.5rem}.filter-section:last-child{margin-bottom:0}.filter-label{display:block;font-size:.9rem;font-weight:600;color:#ffffffb3;margin-bottom:.75rem}.filter-input{width:100%;padding:.9rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;transition:all .2s}.filter-input::placeholder{color:#ffffff4d}.filter-input:focus{outline:none;background:#ffffff1a;border-color:#3b82f680}.filter-input.full-width{width:100%}.price-range-inputs{display:flex;align-items:center;gap:.75rem}.price-input-wrapper{flex:1}.price-separator{color:#ffffff4d;font-size:1.2rem;font-weight:300}.filter-modal-footer{display:flex;gap:.75rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid rgba(255,255,255,.08)}.filter-btn-secondary{flex:1;padding:.9rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.filter-btn-secondary:hover{background:#ffffff26}.filter-btn-primary{flex:1;padding:.9rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 15px #3b82f64d}.filter-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@media(min-width:768px){.filter-modal-overlay{align-items:center}.filter-modal{border-radius:24px;max-height:80vh}}@media(max-width:480px){.filter-modal-header{padding:1rem 1.25rem}.filter-modal-header h2{font-size:1.1rem}.filter-modal-content{padding:1.25rem}.filter-modal-footer{padding:.85rem 1.25rem 1.25rem}.active-filters-bar{padding:.5rem 1rem .75rem;flex-direction:column;align-items:flex-start;gap:.75rem}.clear-all-btn{align-self:flex-end}}.create-listing-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#0a0a0a,#000);color:#fff;display:flex;flex-direction:column}.create-listing-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06)}.create-listing-header .back-button{width:40px;height:40px;border-radius:12px;background:#ffffff14;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.create-listing-header .back-button:hover{background:#ffffff26}.create-listing-header h1{font-size:1.25rem;font-weight:700;margin:0;color:#fff}.create-listing-header .header-right{display:flex;align-items:center}.create-listing-header .rights-badge{display:flex;align-items:center;gap:.4rem;padding:.45rem .75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;font-size:.8rem;font-weight:600;box-shadow:0 4px 12px #3b82f64d}.create-listing-content{flex:1;padding:1.5rem;padding-bottom:120px;overflow-y:auto}.rights-info{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:16px;margin-bottom:1.5rem}.rights-info.has-rights{background:#22c55e1a;border:1px solid rgba(34,197,94,.2)}.rights-info.no-rights{background:#ef44441a;border:1px solid rgba(239,68,68,.2)}.rights-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rights-info.has-rights .rights-icon{background:#22c55e33;color:#22c55e}.rights-info.no-rights .rights-icon{background:#ef444433;color:#ef4444}.rights-text{display:flex;flex-direction:column;gap:.25rem}.rights-title{font-size:.95rem;font-weight:600;color:#fff}.rights-count{font-size:.85rem;color:#fff9}.form-section{display:flex;flex-direction:column;gap:1.5rem}.create-listing-page .form-group{display:flex;flex-direction:column;gap:.6rem}.create-listing-page .form-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#fffc}.create-listing-page .form-label svg{color:#ffffff80}.create-listing-page .form-input,.create-listing-page .form-textarea{width:100%;padding:1rem 1.15rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;color:#fff;font-size:.95rem;font-family:inherit;transition:all .2s ease}.create-listing-page .form-input::placeholder,.create-listing-page .form-textarea::placeholder{color:#ffffff59}.create-listing-page .form-input:focus,.create-listing-page .form-textarea:focus{outline:none;background:#ffffff1a;border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a}.create-listing-page .form-input.error,.create-listing-page .form-textarea.error{border-color:#ef444480}.create-listing-page .form-textarea{resize:vertical;min-height:120px;line-height:1.5}.create-listing-page .input-footer{display:flex;justify-content:space-between;align-items:center;padding:0 .25rem}.create-listing-page .char-count{font-size:.8rem;color:#fff6;margin-left:auto}.create-listing-page .error-text{font-size:.8rem;color:#ef4444}.create-listing-page .form-dropdown{position:relative}.create-listing-page .dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.15rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;color:#fff;font-size:.95rem;cursor:pointer;transition:all .2s ease}.create-listing-page .dropdown-trigger:hover{background:#ffffff1a}.create-listing-page .dropdown-trigger.error{border-color:#ef444480}.create-listing-page .dropdown-trigger .placeholder{color:#ffffff59}.create-listing-page .dropdown-trigger .selected{color:#fff}.create-listing-page .dropdown-trigger svg{color:#ffffff80;transition:transform .2s}.create-listing-page .dropdown-trigger svg.rotated{transform:rotate(180deg)}.create-listing-page .form-dropdown .dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#1a1a1a;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:.5rem;box-shadow:0 10px 40px #0009;z-index:1000;animation:createListingDropdownFade .2s ease}.create-listing-page .form-dropdown .dropdown-menu.scrollable{max-height:280px;overflow-y:auto}@keyframes createListingDropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.create-listing-page .form-dropdown .dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem 1rem;background:transparent;border:none;border-radius:10px;color:#fff;font-size:.95rem;text-align:left;cursor:pointer;transition:all .15s ease}.create-listing-page .form-dropdown .dropdown-item:hover{background:#3b82f633}.create-listing-page .form-dropdown .dropdown-item.selected{background:#3b82f64d;color:#60a5fa}.create-listing-page .images-section{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1rem}.create-listing-page .images-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.create-listing-page .image-preview{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#ffffff0f}.create-listing-page .image-preview img{width:100%;height:100%;object-fit:cover}.create-listing-page .remove-image-btn{position:absolute;top:.5rem;right:.5rem;width:26px;height:26px;border-radius:50%;background:#000000b3;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.create-listing-page .remove-image-btn:hover{background:#ef4444}.create-listing-page .add-image-btn{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#ffffff0a;border:2px dashed rgba(255,255,255,.15);border-radius:12px;color:#fff6;font-size:.75rem;cursor:pointer;transition:all .2s}.create-listing-page .add-image-btn:hover{background:#ffffff14;border-color:#3b82f666;color:#60a5fa}.create-listing-page .add-image-btn svg{opacity:.6}.create-listing-footer{margin-top:0!important;padding-top:0!important;padding-bottom:120px;background:transparent;position:static}.create-listing-content{padding-bottom:0!important}.create-listing-page .form-group{margin-bottom:0}.submit-btn{width:100%;max-width:320px;margin:0 auto;padding:.7rem 1.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 16px #3b82f659;display:flex;align-items:center;justify-content:center}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 22px #3b82f673}.submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:1200px){.create-listing-footer{left:280px;right:0}}@media(max-width:768px){.create-listing-footer{left:0;right:0}}@media(max-width:480px){.create-listing-header{padding:1rem 1.25rem}.create-listing-header h1{font-size:1.1rem}.create-listing-header .back-button{width:36px;height:36px}.create-listing-content{padding:1.25rem;padding-bottom:110px}.rights-info{padding:.85rem 1rem}.rights-icon{width:40px;height:40px}.rights-title{font-size:.9rem}.rights-count{font-size:.8rem}.form-input,.form-textarea,.dropdown-trigger{padding:.9rem 1rem;font-size:.9rem}.images-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.create-listing-footer{left:0;right:0;padding:.85rem 1.25rem;padding-bottom:calc(.85rem + env(safe-area-inset-bottom))}.submit-btn{padding:.9rem;font-size:.95rem}}.create-listing-content::-webkit-scrollbar,.dropdown-menu.scrollable::-webkit-scrollbar{width:6px}.create-listing-content::-webkit-scrollbar-track,.dropdown-menu.scrollable::-webkit-scrollbar-track{background:transparent}.create-listing-content::-webkit-scrollbar-thumb,.dropdown-menu.scrollable::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.create-listing-content::-webkit-scrollbar-thumb:hover,.dropdown-menu.scrollable::-webkit-scrollbar-thumb:hover{background:#ffffff40}.listing-detail-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#0a0a0a,#000);color:#fff;padding-bottom:2rem}.listing-detail-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06)}.listing-detail-page .back-button{width:40px;height:40px;border-radius:12px;background:#ffffff14;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.listing-detail-page .back-button:hover{background:#ffffff26}.listing-detail-header h1{font-size:1.25rem;font-weight:700;margin:0;color:#fff}.listing-detail-header .header-right{display:flex;align-items:center;gap:.5rem}.listing-detail-page .share-button{width:40px;height:40px;border-radius:12px;background:#ffffff14;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.listing-detail-page .share-button:hover{background:#ffffff26}.listing-detail-loading,.listing-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:60vh}.listing-detail-page .loading-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.listing-detail-loading p{margin-top:1rem;color:#ffffff80}.listing-detail-error svg{color:#fff3;margin-bottom:1.5rem}.listing-detail-error h3{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .5rem}.listing-detail-error p{color:#ffffff80;margin:0 0 1.5rem}.listing-detail-error button{padding:.85rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.listing-detail-error button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.listing-title-section{padding:1rem 1.5rem;background:transparent}.listing-title-section .listing-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.3;text-align:center}.listing-gallery .listing-price{font-size:1.5rem;font-weight:800;color:#3b82f6;margin:.75rem 0 0;letter-spacing:-.02em;text-align:center}.listing-gallery{background:#0a0a0a;padding:0 1.5rem}.gallery-main{position:relative;width:100%;max-width:280px;aspect-ratio:1;background:linear-gradient(135deg,#1a1a1a,#0d0d0d);overflow:hidden;cursor:pointer;border-radius:14px;margin:0 auto}.gallery-main img{width:100%;height:100%;object-fit:contain;background:#0a0a0a}.gallery-main .no-image{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#fff3}.gallery-main .no-image span{font-size:.9rem}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.gallery-nav:hover{background:#000c;transform:translateY(-50%) scale(1.05)}.gallery-nav.prev{left:.5rem}.gallery-nav.next{right:.5rem}.gallery-counter{display:block;width:fit-content;margin:.5rem auto 0;padding:.25rem .6rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:.75rem;font-weight:500;color:#ffffffb3;text-align:center}.gallery-main .featured-badge{position:absolute;top:.5rem;left:.5rem;padding:.3rem .6rem;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:6px;font-size:.65rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #f59e0b4d}.gallery-thumbnails{display:flex;gap:.4rem;padding:.5rem 0;overflow-x:auto;background:transparent;justify-content:center}.gallery-thumbnails::-webkit-scrollbar{display:none}.thumbnail{flex-shrink:0;width:40px;height:40px;border-radius:6px;overflow:hidden;border:2px solid transparent;background:transparent;padding:0;cursor:pointer;transition:all .2s}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail.active{border-color:#3b82f6}.thumbnail:hover:not(.active){border-color:#ffffff4d}.listing-detail-content{padding:1.5rem}.listing-quick-stats{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:16px;margin-bottom:1.5rem;justify-content:center}.quick-stat{display:flex;align-items:center;gap:.5rem;color:#fff9;font-size:.9rem}.quick-stat svg{color:#fff6}.listing-info-card{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;margin-bottom:1rem}.info-row{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;text-align:center;gap:.3rem;border-right:1px solid rgba(255,255,255,.06);transition:background .2s ease}.info-row:last-child{border-right:none}.info-row:hover{background:#ffffff05}.info-row-icon{width:28px;height:28px;border-radius:8px;background:#3b82f61a;display:flex;align-items:center;justify-content:center;color:#3b82f6;flex-shrink:0}.info-row-icon svg{width:14px;height:14px}.info-row-label{font-size:.65rem;color:#fff6;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.info-row-value{font-size:.8rem;font-weight:600;color:#fff}.listing-info-card-extra{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;margin-bottom:1rem}.listing-info-card-extra .info-row{border-right:1px solid rgba(255,255,255,.06)}.listing-info-card-extra .info-row:last-child{border-right:none}@media(max-width:480px){.listing-info-card,.listing-info-card-extra{grid-template-columns:repeat(3,1fr)}.info-row{padding:.6rem .4rem}.info-row-icon{width:24px;height:24px}.info-row-icon svg{width:12px;height:12px}.info-row-label{font-size:.6rem}.info-row-value{font-size:.75rem}}.listing-description{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;overflow:hidden;margin-bottom:1.5rem}.listing-description-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.listing-description-header svg{color:#3b82f6}.listing-description h3{font-size:.75rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin:0}.listing-description-body{padding:1rem}.listing-description p{font-size:.9rem;line-height:1.7;color:#ffffffbf;margin:0;white-space:pre-wrap}.listing-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.listing-tags .tag{padding:.4rem .85rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:20px;font-size:.8rem;color:#60a5fa}.seller-card-modern{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;margin-bottom:2rem}.seller-card-header{padding:.75rem 1rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.seller-card-title{font-size:.75rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.seller-card-body{padding:1rem}.seller-profile-section{display:flex;align-items:center;gap:.875rem;padding:.75rem;background:#ffffff08;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-bottom:1rem}.seller-profile-section:hover{background:#ffffff0f}.seller-avatar-modern{position:relative;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;overflow:hidden}.seller-avatar-modern img{width:100%;height:100%;object-fit:cover}.seller-details{flex:1;min-width:0}.seller-username{display:block;font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.25rem}.seller-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .5rem;background:#22c55e26;border-radius:6px;font-size:.65rem;font-weight:500;color:#22c55e}.seller-arrow{color:#ffffff4d;flex-shrink:0}.seller-actions-modern{display:flex;gap:.5rem}.seller-action-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .875rem;border-radius:8px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.seller-action-btn.message{background:#3b82f626;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.seller-action-btn.message:hover{background:#3b82f640;border-color:#3b82f680}.seller-action-btn.profile{background:#ffffff0f;color:#ffffffb3;border:1px solid rgba(255,255,255,.1)}.seller-action-btn.profile:hover{background:#ffffff1a;color:#fff}.fullscreen-gallery{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.close-fullscreen{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.close-fullscreen:hover{background:#fff3}.fullscreen-content{position:relative;max-width:95vw;max-height:90vh}.fullscreen-content img{max-width:100%;max-height:90vh;object-fit:contain}.fullscreen-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.fullscreen-nav:hover{background:#fff3}.fullscreen-nav.prev{left:-80px}.fullscreen-nav.next{right:-80px}.fullscreen-counter{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);padding:.5rem 1rem;background:#ffffff1a;border-radius:20px;font-size:.9rem;color:#fff}@media(min-width:768px){.fullscreen-nav.prev{left:2rem}.fullscreen-nav.next{right:2rem}}@media(max-width:480px){.listing-detail-header{padding:1rem 1.25rem}.listing-detail-header h1{font-size:1.1rem}.listing-detail-page .back-button,.listing-detail-page .share-button{width:36px;height:36px}.listing-title-section{padding:.75rem 1.25rem}.listing-title-section .listing-title{font-size:1.1rem;text-align:center}.listing-gallery .listing-price{font-size:1.25rem}.gallery-main{max-width:220px;aspect-ratio:1}.listing-gallery{padding:0 1.25rem}.gallery-nav{width:38px;height:38px}.listing-detail-content{padding:1.25rem}.listing-quick-stats{padding:.85rem 1rem;gap:.75rem}.quick-stat{font-size:.8rem}.seller-card-modern{border-radius:14px}.seller-avatar-modern{width:44px;height:44px}.seller-username{font-size:.9rem}.seller-action-btn{padding:.45rem .75rem;font-size:.7rem}.fullscreen-nav.prev{left:.5rem}.fullscreen-nav.next{right:.5rem}.fullscreen-nav{width:44px;height:44px}.close-fullscreen{top:1rem;right:1rem;width:40px;height:40px}}.messages-page{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100%;background:#1d1b1b;z-index:1000;display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.1);box-shadow:-4px 0 20px #0006;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.messages-layout{display:flex;flex-direction:column;height:100%;overflow:hidden}.messages-layout.chat-active .conversations-panel{display:none}.messages-layout.chat-active .chat-panel{display:flex}.conversations-panel{display:flex;flex-direction:column;height:100%;overflow:hidden}.messages-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05;flex-shrink:0}.messages-header h1{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.new-message-btn{width:36px;height:36px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.new-message-btn:hover{background:#ffffff26}.header-actions{display:flex;align-items:center;gap:.5rem}.close-panel-btn{width:36px;height:36px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.close-panel-btn:hover{background:#ff3b3033;color:#ff3b30}.messages-search{padding:.75rem 1rem;flex-shrink:0}.search-input{width:100%;padding:.625rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:.8125rem;transition:all .2s}.search-input:focus{outline:none;background:#ffffff1a;border-color:#fff3}.search-input::placeholder{color:#fff6}.conversations-list{flex:1;overflow-y:auto;padding:.5rem}.conversation-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:10px;cursor:pointer;transition:all .2s;margin-bottom:.125rem}.conversation-item:hover{background:#ffffff14}.conversation-item.active{background:#2ecc7126;border:1px solid rgba(46,204,113,.3)}.conversation-avatar{position:relative;width:44px;height:44px;flex-shrink:0}.conversation-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.online-indicator{position:absolute;bottom:1px;right:1px;width:10px;height:10px;background:#2ecc71;border:2px solid #1d1b1b;border-radius:50%}.conversation-content{flex:1;min-width:0}.conversation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.125rem}.conversation-name{font-size:.875rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-time{font-size:.6875rem;color:#ffffff80;flex-shrink:0;margin-left:.5rem}.conversation-last-message{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.conversation-last-message p{font-size:.75rem;color:#fff9;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.conversation-last-message p.unread{color:#fff;font-weight:500}.unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:#2ecc71;color:#fff;font-size:.6875rem;font-weight:600;border-radius:9px;flex-shrink:0}.chat-panel{display:none;flex-direction:column;height:100%;overflow:hidden}.chat-panel.active{display:flex}.chat-header{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.back-button{width:36px;height:36px;background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;flex-shrink:0}.back-button:hover{background:#ffffff1a}.close-chat-btn{display:none}.header-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.header-avatar{position:relative;width:40px;height:40px;flex-shrink:0}.header-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.online-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#2ecc71;border:2px solid #1d1b1b;border-radius:50%}.header-text{min-width:0}.header-text h2{font-size:.9375rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-text .status{font-size:.6875rem;color:#ffffff80;margin:.125rem 0 0}.header-text .status.online{color:#2ecc71}.header-text .typing-indicator{font-size:.6875rem;color:#2ecc71;margin:.125rem 0 0;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-messages{flex:1;overflow-y:auto;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.375rem}.date-separator{display:flex;align-items:center;justify-content:center;margin:.75rem 0}.date-separator span{background:#ffffff1a;padding:.25rem .75rem;border-radius:10px;font-size:.6875rem;color:#fff9}.message-wrapper{display:flex;align-items:flex-end;gap:.375rem;max-width:85%}.message-wrapper.mine{align-self:flex-end;flex-direction:row-reverse}.message-wrapper.theirs{align-self:flex-start}.message-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.message-bubble{padding:.5rem .875rem;border-radius:16px;max-width:100%}.message-bubble.mine{background:#2ecc71;border-bottom-right-radius:4px}.message-bubble.theirs{background:#ffffff1a;border-bottom-left-radius:4px}.message-text{font-size:.875rem;color:#fff;margin:0;word-wrap:break-word;line-height:1.4}.message-meta{display:flex;align-items:center;gap:.25rem;margin-top:.125rem}.message-time{font-size:.625rem;color:#ffffffb3}.message-bubble.mine .message-time{color:#fffc}.sending-indicator{font-size:.5rem;color:#ffffff80;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.chat-input{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#ffffff08;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0}.message-input{flex:1;padding:.625rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#fff;font-size:.875rem;transition:all .2s}.message-input:focus{outline:none;background:#ffffff1a;border-color:#fff3}.message-input::placeholder{color:#fff6}.message-input:disabled{opacity:.5;cursor:not-allowed}.send-button{width:40px;height:40px;background:#2ecc71;border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.send-button:hover:not(:disabled){background:#27ae60;transform:scale(1.05)}.send-button:disabled{background:#ffffff1a;color:#ffffff4d;cursor:not-allowed}.connection-warning{padding:.375rem .75rem;background:#ff3b301a;color:#ff3b30;text-align:center;font-size:.75rem}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;flex:1}.spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#2ecc71;border-radius:50%;animation:spin .8s linear infinite}.loading-state p,.empty-state p{margin:.75rem 0 0;color:#fff9;font-size:.8125rem}.empty-state svg{color:#ffffff4d;margin-bottom:.25rem}.no-chat-selected{display:none}.messages-overlay{position:fixed;inset:0 400px 0 0;background:#00000080;z-index:999;cursor:pointer}@media(max-width:480px){.messages-page{width:100%;border-left:none}.messages-overlay{display:none}.conversation-avatar{width:40px;height:40px}.conversation-name{font-size:.8125rem}.header-avatar{width:36px;height:36px}.message-input{padding:.5rem .875rem;font-size:.8125rem}.send-button{width:36px;height:36px}}.not-found{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.not-found-content{text-align:center;padding:2rem;max-width:600px}.error-emoji{font-size:6rem;margin-bottom:1rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.not-found h1{font-size:8rem;font-weight:900;margin:0;background:linear-gradient(45deg,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 20px rgba(0,0,0,.3)}.not-found h2{font-size:2rem;font-weight:700;margin:1rem 0}.not-found p{font-size:1.1rem;margin:1.5rem 0;color:#ffffffe6}.not-found-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.btn-home,.btn-back{padding:.75rem 2rem;border-radius:30px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-home{background:#fff;color:#667eea}.btn-home:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffffff4d}.btn-back{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-back:hover{background:#ffffff4d;border-color:#ffffff80}@media(max-width:768px){.not-found h1{font-size:5rem}.not-found h2{font-size:1.5rem}.not-found-actions{flex-direction:column}}:root{--bg-primary: #0a0a0a;--bg-secondary: #121212;--bg-tertiary: #181818;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-tertiary: rgba(255, 255, 255, .5);--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-success: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--accent-primary: #667eea;--accent-secondary: #764ba2;--border-color: rgba(255, 255, 255, .1);--hover-bg: rgba(255, 255, 255, .08);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);--shadow-md: 0 4px 16px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .4);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--transition-fast: .2s ease;--transition-medium: .3s ease;--transition-slow: .5s ease}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}#root{min-height:100vh}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#fff3;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.loading-screen{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--gradient-primary);gap:1.5rem}.loading-spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen p{font-size:1.2rem;font-weight:600;color:#fff}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{flex-direction:column}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-primary)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{line-height:1.6;color:var(--text-secondary)}a{color:var(--accent-primary);text-decoration:none;transition:var(--transition-fast)}a:hover{color:var(--accent-secondary)}button{font-family:inherit;cursor:pointer;outline:none}.btn{padding:.75rem 1.5rem;border-radius:var(--radius-md);border:none;font-size:1rem;font-weight:600;transition:var(--transition-medium)}.btn-primary{background:var(--gradient-primary);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:#ffffff1a;color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:#ffffff26}.card{background:var(--bg-secondary);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:var(--transition-medium)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.skeleton{background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1024px){html{font-size:15px}}@media(max-width:768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}@media(max-width:480px){html{font-size:13px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease}.slide-up{animation:slideUp .5s ease}.slide-down{animation:slideDown .5s ease}:root{--primary: #667eea;--primary-dark: #764ba2;--bg-dark: #0f0f1e;--bg-darker: #1a1a2e;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .5);--border: rgba(255, 255, 255, .1);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-dark);color:var(--text-primary)}button{font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}input,textarea,select{font-family:inherit}
