:root{--background-dark: #1a1e25;--background-dark-2: #1f222c;--background-light: #22262c;--background-light-2: #333;--background-player: #161920;--background-input: #1e242a;--white: #dedfe0;--blue: #4b65b7;--red: #ff0600;--red-usial: #e11d48;--green: #4ade80;--size:24px;--height:3em;--desktop-width: 1460px;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background:var(--background-dark);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px}h1{font-size:3.2em;line-height:1.1}h2{margin-top:45px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%}*{box-sizing:border-box}section.main-layout{display:flex;flex-wrap:nowrap;min-height:100vh}.left-sidebar{min-width:240px;max-width:240px;background-color:var(--background-light);padding-bottom:200px}.main-content{flex:1;padding-bottom:200px}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 15px;background-color:var(--background-dark);box-shadow:0 2px 8px #0000001f;border-radius:8px;width:100%;margin:0 auto;max-width:var(--desktop-width)}.search-wrapper{position:relative;width:50%;max-width:480px;height:45px;display:flex;align-items:center;background-color:var(--background-light);border-radius:8px;padding:0 15px}.search-wrapper.focus{box-shadow:0 0 0 2px var(--blue)}.search-icon{min-width:20px;max-width:20px;height:20px;color:var(--white);pointer-events:none;margin-right:10px;margin-top:-2px}.search{height:100%;flex:1;padding:0;font-size:16px;transition:all .2s ease;outline:none;border:0;color:var(--white);background-color:transparent}.profile-button{background-color:#4a68ff;color:#fff;border:none;border-radius:24px;padding:12px 25px;font-size:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center}.profile-button svg{margin-right:8px}.profile-button:hover{background-color:#3a54d4}.profile-link{display:flex;align-items:center;gap:10px;color:#333;text-decoration:none;font-weight:500}.profile-link:hover{color:var(--blue)}.profile-img{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #eee}.left-sidebar{padding:25px 20px}.left-sidebar .logo{color:#fff;font-size:25px}.explore-links{margin-top:40px;margin-left:-15px;padding-bottom:10px}.explore-links .link{color:#fff;display:flex;align-items:center;padding:12px 15px;border-radius:8px;background-color:transparent;margin-bottom:10px}.explore-links .link.active{background-color:var(--background-player)}.explore-links .link svg{stroke:#fff;margin-right:12px}.friends-section{padding-top:15px;border-top:1px solid #4a5568}.friends-title{font-size:.875rem;text-transform:uppercase;color:#a0aec0;margin-bottom:1rem}.friend-item{display:flex;align-items:center;margin-bottom:20px;cursor:pointer}.avatar-wrapper{position:relative;width:48px;height:48px}.friend-avatar{width:40px;height:40px;border-radius:50%;margin-right:.75rem;background-color:var(--background-dark)}.listening-icon{position:absolute;top:-3px;left:-3px;width:20px;height:20px;color:var(--red);animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}25%{transform:translateY(-2px)}50%{transform:translateY(-5px)}75%{transform:translateY(-2px)}}.friend-info{flex:1}.friend-name{font-size:1rem;color:#e2e8f0}.friend-status{font-size:.8rem}.status-online{color:#68d391}.status-offline{color:#718096}.page-wrap{margin:0 auto;padding:0 15px;max-width:var(--desktop-width)}.spin-icon{animation:spin 1s linear infinite;font-size:2.5rem;color:#fff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-overlay{position:fixed;inset:0;background-color:#0006;display:flex;align-items:center;justify-content:center;animation:fadeIn .25s ease;z-index:1000}.modal{position:relative;background-color:#fff;border-radius:12px;padding:24px;width:320px;box-shadow:0 6px 18px #0003;animation:scaleIn .25s ease}.modal h2{font-size:20px;margin:15px 0;text-align:center;color:#000}.modal input{width:100%;padding:10px 12px;margin-bottom:12px;border:1px solid #ccc;border-radius:8px;font-size:14px;transition:border-color .2s ease}.modal input:focus{border-color:#4a68ff;outline:none}.modal-buttons{display:flex;justify-content:space-between;margin-top:8px}.modal button{border:none;cursor:pointer;padding:10px 14px;border-radius:8px;font-size:14px;transition:all .2s ease}.modal button.modal-close{position:absolute;top:0;right:10px;background:none;border:none;padding:5px;font-size:30px;color:#666;cursor:pointer;transition:color .2s ease}.modal button.modal-close:hover{color:#000}.btn-primary{background-color:#4a68ff;color:#fff}.btn-primary:hover{background-color:#3a54d4}.btn-secondary{background-color:transparent;color:#555}.btn-secondary:hover{color:#111}.error{color:#d94a4a;font-size:13px;margin-bottom:8px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.player-bar{position:fixed;bottom:0;left:0;right:0;height:auto;background:var(--background-player);border-top:1px solid #333;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem 1.5rem;color:#fff;z-index:100}.player-bar button{outline:none!important}.player-bar .track-info{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;gap:.8rem;min-width:250px;max-width:250px;overflow:visible}.player-bar .track-cover{min-width:60px;max-width:60px;height:60px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.player-bar .track-meta{display:flex;flex-direction:column;justify-content:center;min-width:350px}.player-bar .track-title{font-weight:600;font-size:1rem}.player-bar .track-artist{font-size:.9rem;color:#fff9}.player-bar .player-center{display:flex;flex-direction:column;align-items:center;flex:1;max-width:600px}.player-bar .controls{display:flex;align-items:center;gap:1.2rem;margin-bottom:10px}.player-bar .controls button{padding:5px;margin:0 5px;background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;transition:transform .2s ease,color .2s ease}.player-bar .controls button.prev{min-width:30px}.player-bar .controls button.repeat{margin-left:50px}.player-bar .controls button:hover{color:var(--blue);transform:scale(1.1)}.player-bar .progress-container{display:flex;align-items:center;gap:.5rem;width:100%;margin-top:.4rem}.player-bar .progress-bar{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--background-light-2);border-radius:2px;outline:none;cursor:pointer}.player-bar .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--blue);cursor:pointer;box-shadow:0 2px 8px #0000001f}.player-bar .progress-bar.filled{background:linear-gradient(to right,var(--blue),var(--blue)) no-repeat var(--background-light-2)}.player-bar .time{font-size:.9rem;color:#fff9}.player-bar .player-right{display:flex;align-items:center;gap:1rem;min-width:180px}.player-bar .volume-control{display:flex;align-items:center;gap:.4rem;cursor:pointer}.player-bar .volume-control button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.4rem;padding:8px}.player-bar .volume-bar{width:80px;height:6px;background:var(--background-light-2);border-radius:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.player-bar .volume-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--blue);box-shadow:0 2px 8px #0000001f}.player-bar .volume-bar.filled{background:linear-gradient(to right,var(--blue),var(--blue)) no-repeat var(--background-light-2)}.player-bar .equalizer{display:flex;align-items:flex-end;gap:3px;height:20px}.player-bar .bar{width:3px;background:var(--blue);animation:bounce 1s infinite ease-in-out}.player-bar .bar:nth-child(1){animation-delay:0s}.player-bar .bar:nth-child(2){animation-delay:.2s}.player-bar .bar:nth-child(3){animation-delay:.4s}.player-bar .bar:nth-child(4){animation-delay:.6s}.player-bar .controls button.bullhorn-btn{color:var(--green)}.player-bar .controls button.bullhorn-btn.streaming{animation:pulseHorne 1s infinite}.player-bar .controls button.bullhorn-btn.streaming svg{color:var(--red-usial)}@keyframes pulseHorne{0%{opacity:1;scale:1.1}50%{opacity:.4;scale:1}to{opacity:1;scale:1.1}}@keyframes bounce{0%,to{height:4px;opacity:.6}50%{height:16px;opacity:1}}.stream-modal{background-color:#fff;color:var(--background-dark);padding:20px;border-radius:12px;width:320px;margin:auto}.stream-overlay{position:fixed;background-color:#0006;display:flex;align-items:center;justify-content:center;animation:fadeIn .25s ease;z-index:1000;inset:0;width:100%;height:100%}.stream-modal h2{margin:15px 0;text-align:center;color:var(--background-dark)}.options label{display:block;margin-bottom:8px;cursor:pointer}.start-stream-btn{margin-top:15px;width:100%;background:var(--red-usial);border:none;padding:10px;color:#fff;border-radius:8px;cursor:pointer}.stop-stream-btn{margin-top:15px;width:100%;background:var(--blue);border:none;padding:10px;color:#fff;border-radius:8px;cursor:pointer}@media(max-width:768px){.player-bar .player-bar{flex-direction:column;height:auto;padding:.8rem;gap:.8rem}.player-bar .player-center{max-width:100%}.player-bar .track-info,.player-bar .player-right{justify-content:center}.player-bar .equalizer{display:none}}.user-carousel{display:flex;overflow-x:auto;gap:1rem;padding:1rem 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.user-carousel::-webkit-scrollbar{height:6px}.user-carousel::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.user-carousel .user-card{flex:0 0 auto;width:210px;text-align:center;position:relative;color:#fff;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;padding:10px 0}.user-carousel .user-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000004d}.user-carousel .avatar-wrapper{position:relative;width:100px;height:100px;margin:0 auto}.user-carousel .avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.1)}.user-carousel .status-dot{position:absolute;bottom:6px;right:8px;width:14px;height:14px;background:#22c55e;border-radius:50%;border:2px solid #111;box-shadow:0 0 6px #22c55ecc}.user-carousel .pulse:after{content:"";position:absolute;top:-6px;left:-6px;width:22px;height:22px;background:#22c55e80;border-radius:50%;animation:pulse 1.4s ease-out infinite}@keyframes pulse{0%{transform:scale(.9);opacity:.9}70%{transform:scale(1.5);opacity:0}to{transform:scale(.9);opacity:0}}.user-carousel .user-info{margin-top:8px}.user-carousel .username{font-weight:600;font-size:1.1rem;color:#fff}.user-carousel .track-name{font-size:.9rem;color:var(--white);margin-top:2px}.user-carousel .listeners{font-size:.8rem;color:var(--white);margin-top:4px}.track-carousel-container{position:relative;display:flex;flex-direction:column;gap:1rem;overflow:hidden;padding:1rem 0;background:transparent;margin-top:50px}.header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.header-row h2{margin:0}.arrow-group{display:flex;gap:.5rem;margin-right:10px}.arrow-btn{background:#0006;border:none;outline:none!important;color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.arrow-btn:hover{background:#00000080;transform:none}.arrow-btn svg{min-width:20px;height:20px;fill:var(--white)}.track-carousel{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.track-carousel::-webkit-scrollbar{display:none}.track-slide{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,auto);gap:1.2rem;flex:0 0 100%;padding:.5rem}.track-card{display:flex;gap:.8rem;background:#ffffff0d;border-radius:12px;padding:.6rem;transition:all .25s ease;cursor:pointer;position:relative}.track-card:hover{transform:translateY(-4px);background:#ffffff1a}.track-card.playing{border:1px solid var(--green);box-shadow:0 0 10px #4ade8099;transform:scale(1.02);transition:all .2s ease}.track-card.playing .overlay{opacity:1;background:#4ade8040}.cover-wrapper{position:relative;flex-shrink:0}.track-cover{width:70px;height:70px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.overlay{position:absolute;inset:0;background:#00000073;border-radius:8px;opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.track-card:hover .overlay{opacity:1}.play-icon,.pause-icon{font-size:1.5rem;color:#fff;transition:transform .3s ease}.track-card:hover .play-icon{transform:scale(1.1)}.track-info{display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.track-title{font-weight:600;color:#fff;font-size:.95rem;line-height:1.2}.track-artist{font-size:.8rem;color:#fff9}.track-stats{font-size:.75rem;color:#ffffff80}@media(max-width:1024px){.track-slide{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.track-slide{grid-template-columns:repeat(2,1fr)}.arrow-btn{width:34px;height:34px}.track-cover{width:60px;height:60px}}@media(max-width:480px){.header-row{flex-direction:column;align-items:flex-start;gap:.5rem}.track-slide{grid-template-columns:1fr}.track-card{flex-direction:row}.arrow-group{align-self:flex-end}}.genre-carousel-container{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;overflow:hidden;position:relative;margin-top:50px}.header-row{display:flex;justify-content:space-between;align-items:center}.arrow-group{display:flex;gap:.5rem}.arrow-btn{background:#0006;border:none;color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.arrow-btn:hover{background:#00000080}.genre-carousel{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.genre-carousel::-webkit-scrollbar{display:none}.genre-slide{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(4,100px);gap:1rem;flex:0 0 100%;padding:.5rem}.genre-tile{position:relative;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffff0d;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;overflow:hidden;transition:transform .25s ease}.genre-tile:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:10%;background-color:var(--genre-color);opacity:.9;transition:opacity .3s ease}.genre-tile:hover{transform:scale(1.05)}.genre-tile span{position:relative;z-index:2}@media(max-width:1024px){.genre-slide{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,90px)}}@media(max-width:768px){.genre-slide{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,80px)}}@media(max-width:480px){.genre-slide{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,70px)}.genre-tile{font-size:.85rem}}
