.Header-module___jWN3W__header{z-index:100;-webkit-backdrop-filter:blur(16px);background:#fffc;border-bottom:2px solid #667eea33;padding:1.5rem 0;position:sticky;top:0;box-shadow:0 4px 20px #667eea1a}[data-theme=dark] .Header-module___jWN3W__header{background:#0a0a0fcc;border-bottom-color:#8b5cf64d}.Header-module___jWN3W__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module___jWN3W__logo{align-items:center;gap:.75rem;display:flex}.Header-module___jWN3W__logoContent{flex-direction:column;gap:0;display:flex}.Header-module___jWN3W__logoIcon{filter:drop-shadow(0 2px 8px #667eea4d);font-size:2rem;animation:3s ease-in-out infinite Header-module___jWN3W__float}@keyframes Header-module___jWN3W__float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.Header-module___jWN3W__logoText{background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:800;position:relative}.Header-module___jWN3W__logoText:after{content:"";background:linear-gradient(90deg,#667eea,#f093fb);width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.Header-module___jWN3W__logo:hover .Header-module___jWN3W__logoText:after{transform:scaleX(1)}.Header-module___jWN3W__tagline{text-transform:uppercase;letter-spacing:.15em;color:#0000;background:linear-gradient(90deg,#0ff 0%,#8b5cf6 50%,#ec4899 100%);-webkit-text-fill-color:transparent;opacity:.9;text-shadow:0 0 20px #00ffff4d;-webkit-background-clip:text;background-clip:text;margin:-.25rem 0 0;padding:0;font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:700;animation:3s ease-in-out infinite Header-module___jWN3W__taglineGlow}@keyframes Header-module___jWN3W__taglineGlow{0%,to{opacity:.8;filter:brightness()}50%{opacity:1;filter:brightness(1.2)}}.Header-module___jWN3W__controls{align-items:center;gap:.75rem;display:flex}.Header-module___jWN3W__toggleBtn{color:var(--text-primary);cursor:pointer;background:linear-gradient(135deg,#667eea1a,#8b5cf61a);border:2px solid #667eea4d;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.Header-module___jWN3W__toggleBtn:before{content:"";opacity:0;background:linear-gradient(135deg,#667eea,#764ba2);transition:opacity .3s;position:absolute;inset:0}.Header-module___jWN3W__toggleBtn:hover:before{opacity:.1}.Header-module___jWN3W__toggleBtn:hover{background:var(--bg-tertiary);border-color:#f093fb80;border-color:var(--accent-primary);transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.Header-module___jWN3W__toggleBtn:active{transform:translateY(0)}.Header-module___jWN3W__flagIcon,.Header-module___jWN3W__themeIcon{font-size:1.25rem}.Header-module___jWN3W__toggleLabel{font-size:.875rem}@media (max-width:640px){.Header-module___jWN3W__toggleLabel{display:none}.Header-module___jWN3W__toggleBtn{padding:.5rem}.Header-module___jWN3W__logoText{font-size:1.25rem}}
.TrackCard-module__cHpMDG__card{flex-direction:column;height:100%;padding:1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.TrackCard-module__cHpMDG__card:after{content:"";opacity:0;background:linear-gradient(90deg,#667eea00 0%,#667eea 50%,#f093fb 100%);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.TrackCard-module__cHpMDG__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #667eea4d}.TrackCard-module__cHpMDG__card:hover:after{opacity:1}.TrackCard-module__cHpMDG__coverWrapper{aspect-ratio:1;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #667eea33}.TrackCard-module__cHpMDG__cover{object-fit:cover;width:100%;height:100%;transition:transform .4s}.TrackCard-module__cHpMDG__card:hover .TrackCard-module__cHpMDG__cover{transform:scale(1.08)}.TrackCard-module__cHpMDG__playOverlay{opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.TrackCard-module__cHpMDG__card:hover .TrackCard-module__cHpMDG__playOverlay,.TrackCard-module__cHpMDG__playOverlay.TrackCard-module__cHpMDG__visible{opacity:1;background:#667eeab3}.TrackCard-module__cHpMDG__cardPlaying{border-color:#0000;box-shadow:0 0 30px #f093fb80}.TrackCard-module__cHpMDG__cardPlaying:after{opacity:1;animation:2s ease-in-out infinite TrackCard-module__cHpMDG__shimmer}@keyframes TrackCard-module__cHpMDG__shimmer{0%,to{background-position:-200%}50%{background-position:200%}}.TrackCard-module__cHpMDG__playIcon{filter:drop-shadow(0 4px 12px #ffffff80);font-size:3rem;transition:transform .2s}.TrackCard-module__cHpMDG__playIcon:active{transform:scale(.9)}.TrackCard-module__cHpMDG__info{flex:1;margin-bottom:1rem}.TrackCard-module__cHpMDG__title{color:var(--text-primary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.TrackCard-module__cHpMDG__artist{color:var(--accent-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:.9375rem;font-weight:600;overflow:hidden}.TrackCard-module__cHpMDG__album{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;overflow:hidden}.TrackCard-module__cHpMDG__duration{color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:.8125rem}.TrackCard-module__cHpMDG__listenBtn{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#ff8c42 50%,orange 100%);border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.25rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #ff6b354d}.TrackCard-module__cHpMDG__listenBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.TrackCard-module__cHpMDG__listenBtn:hover:before{left:100%}.TrackCard-module__cHpMDG__listenBtn:hover{background:linear-gradient(135deg,#ff7b45 0%,#ff9c52 50%,#ffb520 100%);transform:translateY(-3px);box-shadow:0 6px 25px #ff6b3580}.TrackCard-module__cHpMDG__listenBtn:active{transform:translateY(0)}.TrackCard-module__cHpMDG__deezerIcon{font-size:1.125rem}@media (max-width:640px){.TrackCard-module__cHpMDG__card{padding:1rem}.TrackCard-module__cHpMDG__title{font-size:1rem}.TrackCard-module__cHpMDG__artist{font-size:.875rem}}
.SpotifyPlayer-module__dEnvcW__playerFixed{flex-direction:column;gap:2rem;padding:2rem;animation:.8s ease-out SpotifyPlayer-module__dEnvcW__fadeIn;display:flex}.SpotifyPlayer-module__dEnvcW__artworkSection{flex-direction:column;align-items:center;gap:2rem;padding:2rem 0;display:flex}.SpotifyPlayer-module__dEnvcW__artworkContainer{width:400px;height:400px;animation:1s cubic-bezier(.4,0,.2,1) SpotifyPlayer-module__dEnvcW__slideUp;position:relative}.SpotifyPlayer-module__dEnvcW__artwork{object-fit:cover;width:100%;height:100%;box-shadow:var(--neuro-shadow-2);z-index:2;border:4px solid var(--neuro-elevated);border-radius:28px;position:relative}.SpotifyPlayer-module__dEnvcW__artworkSpinning{animation:3s ease-in-out infinite SpotifyPlayer-module__dEnvcW__artworkPulse}@keyframes SpotifyPlayer-module__dEnvcW__artworkPulse{0%,to{box-shadow:var(--neuro-shadow-2);transform:scale(1)}50%{box-shadow:var(--neuro-shadow-2),var(--glow-purple);transform:scale(1.02)}}.SpotifyPlayer-module__dEnvcW__artworkGlow{background:var(--gradient-dj);filter:blur(60px);opacity:.4;z-index:1;border-radius:50%;width:110%;height:110%;animation:10s linear infinite SpotifyPlayer-module__dEnvcW__glowRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes SpotifyPlayer-module__dEnvcW__glowRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.SpotifyPlayer-module__dEnvcW__visualizerOverlay{z-index:3;pointer-events:none;background:linear-gradient(#0000 0%,#121218b3 50%,#121218f2 100%);border-radius:0 0 28px 28px;align-items:flex-end;height:40%;padding:1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.SpotifyPlayer-module__dEnvcW__visualizer{justify-content:space-between;align-items:flex-end;gap:3px;width:100%;height:80px;display:flex}.SpotifyPlayer-module__dEnvcW__visualizerBar{background:linear-gradient(#ec4899,#8b5cf6);border-radius:4px 4px 0 0;flex:1;min-height:10%;transition:height .15s;animation:1.5s ease-in-out infinite SpotifyPlayer-module__dEnvcW__barPulse;box-shadow:0 0 10px #8b5cf680}.SpotifyPlayer-module__dEnvcW__visualizerBar:nth-child(odd){animation-delay:.1s}.SpotifyPlayer-module__dEnvcW__visualizerBar:nth-child(2n){animation-delay:.2s}@keyframes SpotifyPlayer-module__dEnvcW__barPulse{0%,to{height:20%}50%{height:60%}}.SpotifyPlayer-module__dEnvcW__trackInfoMain{text-align:center;max-width:600px}.SpotifyPlayer-module__dEnvcW__trackTitle{color:var(--text-neon);text-shadow:0 0 20px #8b5cf680;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900}.SpotifyPlayer-module__dEnvcW__trackArtist{color:var(--text-glow);margin-bottom:.3rem;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:600}.SpotifyPlayer-module__dEnvcW__playlistLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:1rem;font-weight:600}.SpotifyPlayer-module__dEnvcW__fixedPlayer{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:100;background:linear-gradient(#1a1a2e 0%,#16213e 100%);border-top:2px solid #8b5cf666;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:3rem;height:160px;min-height:160px;padding:2rem 3rem;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 40px #000000b3,0 0 60px #0ff3}.SpotifyPlayer-module__dEnvcW__nowPlayingMini{align-items:center;gap:1.5rem;display:flex}.SpotifyPlayer-module__dEnvcW__miniArtwork{object-fit:cover;width:80px;height:80px;box-shadow:var(--neuro-shadow-1),0 0 20px #8b5cf666;border:2px solid #8b5cf64d;border-radius:14px}.SpotifyPlayer-module__dEnvcW__miniInfo{flex:1;min-width:0}.SpotifyPlayer-module__dEnvcW__miniTitle{color:var(--text-neon);white-space:nowrap;text-overflow:ellipsis;text-shadow:0 0 10px #8b5cf680;margin-bottom:.4rem;font-size:1.1rem;font-weight:800;overflow:hidden}.SpotifyPlayer-module__dEnvcW__miniArtist{color:var(--text-glow);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.SpotifyPlayer-module__dEnvcW__likeBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;width:48px;height:48px;font-size:1.6rem;transition:all .3s}.SpotifyPlayer-module__dEnvcW__likeBtn:hover{transform:scale(1.3)}.SpotifyPlayer-module__dEnvcW__likeBtn.SpotifyPlayer-module__dEnvcW__liked{animation:.6s SpotifyPlayer-module__dEnvcW__heartBeat}@keyframes SpotifyPlayer-module__dEnvcW__heartBeat{0%,to{transform:scale(1)}25%{transform:scale(1.4)}50%{transform:scale(1.2)}}.SpotifyPlayer-module__dEnvcW__playerCenter{flex-direction:column;gap:1.5rem;max-width:700px;margin:0 auto;display:flex}.SpotifyPlayer-module__dEnvcW__controls{justify-content:center;align-items:center;gap:1.5rem;display:flex}.SpotifyPlayer-module__dEnvcW__controlBtn{background:var(--neuro-surface);width:52px;height:52px;box-shadow:var(--neuro-shadow-1);cursor:pointer;color:var(--text-glow);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.SpotifyPlayer-module__dEnvcW__controlBtn:hover:not(:disabled){box-shadow:var(--neuro-shadow-2),var(--glow-purple);color:var(--text-neon);transform:translateY(-3px)}.SpotifyPlayer-module__dEnvcW__controlBtn:active:not(:disabled){box-shadow:var(--neuro-inset);transform:scale(.95)}.SpotifyPlayer-module__dEnvcW__controlBtn:disabled{opacity:.3;cursor:not-allowed}.SpotifyPlayer-module__dEnvcW__playBtn{color:#fff;border-radius:50%;width:68px;height:68px;font-size:1.8rem}.SpotifyPlayer-module__dEnvcW__secondaryBtn{width:42px;height:42px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;font-size:1.2rem;transition:all .3s}.SpotifyPlayer-module__dEnvcW__secondaryBtn:hover{color:var(--text-glow);transform:scale(1.15)}.SpotifyPlayer-module__dEnvcW__secondaryBtn.SpotifyPlayer-module__dEnvcW__active{color:var(--accent-primary);text-shadow:0 0 15px #8b5cf6}.SpotifyPlayer-module__dEnvcW__progressSection{align-items:center;gap:1.2rem;width:100%;padding:.5rem 0;display:flex}.SpotifyPlayer-module__dEnvcW__time{color:#0ff;text-shadow:0 0 15px #0ffc;text-align:center;white-space:nowrap;z-index:10;letter-spacing:.05em;min-width:55px;font-family:Montserrat,monospace;font-size:1.1rem;font-weight:700;position:relative;overflow:visible}.SpotifyPlayer-module__dEnvcW__progressContainer{background:#ffffff26;border-radius:12px;flex:1;height:10px;position:relative;overflow:visible;box-shadow:inset 0 2px 8px #00000080}.SpotifyPlayer-module__dEnvcW__progressBar{appearance:none;cursor:pointer;background:0 0;border-radius:12px;outline:none;width:100%;height:10px}.SpotifyPlayer-module__dEnvcW__progressBar::-webkit-slider-thumb{appearance:none;cursor:pointer;background:linear-gradient(135deg,#0ff,#8b5cf6);border-radius:50%;width:18px;height:18px;transition:all .2s;box-shadow:0 0 15px #00ffffe6,0 0 30px #8b5cf699}.SpotifyPlayer-module__dEnvcW__progressBar::-webkit-slider-thumb:hover{transform:scale(1.4);box-shadow:0 0 25px #0ff,0 0 40px #8b5cf6cc}.SpotifyPlayer-module__dEnvcW__progressBar::-moz-range-thumb{cursor:pointer;background:linear-gradient(135deg,#0ff,#8b5cf6);border:none;border-radius:50%;width:18px;height:18px;box-shadow:0 0 15px #00ffffe6,0 0 30px #8b5cf699}.SpotifyPlayer-module__dEnvcW__volumeSection{justify-content:flex-end;align-items:center;gap:1.2rem;display:flex}.SpotifyPlayer-module__dEnvcW__volumeIcon{filter:drop-shadow(0 0 10px #8b5cf680);font-size:1.5rem}.SpotifyPlayer-module__dEnvcW__volumeBar{appearance:none;cursor:pointer;background:linear-gradient(90deg,#8b5cf6 0%,#ec4899 100%);border-radius:12px;outline:none;width:120px;height:6px;box-shadow:0 0 15px #8b5cf666}.SpotifyPlayer-module__dEnvcW__volumeBar::-webkit-slider-thumb{appearance:none;cursor:pointer;background:linear-gradient(135deg,#0ff,#fff);border-radius:50%;width:16px;height:16px;transition:all .2s;box-shadow:0 0 12px #0ffc,0 0 20px #8b5cf699}.SpotifyPlayer-module__dEnvcW__volumeBar::-webkit-slider-thumb:hover{transform:scale(1.3);box-shadow:0 0 20px #0ff,0 0 30px #8b5cf6cc}.SpotifyPlayer-module__dEnvcW__volumeBar::-moz-range-thumb{cursor:pointer;background:linear-gradient(135deg,#0ff,#fff);border:none;border-radius:50%;width:16px;height:16px;box-shadow:0 0 12px #0ffc,0 0 20px #8b5cf699}.SpotifyPlayer-module__dEnvcW__noPreview{text-align:center;border:1px solid var(--error-color);color:var(--error-color);background:#ef44441a;border-radius:12px;margin-top:1rem;padding:1rem;font-weight:600}@media (max-width:968px){.SpotifyPlayer-module__dEnvcW__artworkContainer{width:300px;height:300px}.SpotifyPlayer-module__dEnvcW__fixedPlayer{grid-template-columns:auto 1fr auto;gap:2rem;height:140px;min-height:140px;padding:1.5rem 2rem}.SpotifyPlayer-module__dEnvcW__volumeBar{width:100px}.SpotifyPlayer-module__dEnvcW__time{min-width:50px;font-size:1rem}.SpotifyPlayer-module__dEnvcW__controlBtn{width:48px;height:48px;font-size:1.3rem}.SpotifyPlayer-module__dEnvcW__playBtn{width:64px;height:64px;font-size:1.7rem}}@media (max-width:768px){.SpotifyPlayer-module__dEnvcW__artworkContainer{width:280px;height:280px}.SpotifyPlayer-module__dEnvcW__fixedPlayer{grid-template-columns:1fr;gap:1.5rem;height:auto;min-height:160px;padding:1.5rem}.SpotifyPlayer-module__dEnvcW__nowPlayingMini{order:1}.SpotifyPlayer-module__dEnvcW__playerCenter{order:2}.SpotifyPlayer-module__dEnvcW__volumeSection{order:3;justify-content:center}.SpotifyPlayer-module__dEnvcW__visualizer{height:60px}.SpotifyPlayer-module__dEnvcW__controls{gap:1.2rem}.SpotifyPlayer-module__dEnvcW__controlBtn{width:46px;height:46px;font-size:1.2rem}.SpotifyPlayer-module__dEnvcW__playBtn{width:60px;height:60px;font-size:1.6rem}.SpotifyPlayer-module__dEnvcW__time{min-width:48px;font-size:.95rem}.SpotifyPlayer-module__dEnvcW__miniArtwork{width:70px;height:70px}.SpotifyPlayer-module__dEnvcW__miniTitle{font-size:1rem}.SpotifyPlayer-module__dEnvcW__miniArtist{font-size:.9rem}}
.DeezerPlaylistButton-module__Dfr0Lq__container{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);box-shadow:var(--shadow-md);border-radius:12px;margin:2rem 0;padding:1.5rem}.DeezerPlaylistButton-module__Dfr0Lq__infoMessage{background:linear-gradient(135deg,#ff6b351a 0%,#ffa5001a 100%);border:2px solid #ff6b354d;border-radius:12px;align-items:flex-start;gap:1.5rem;margin:2rem 0;padding:1.5rem;display:flex}.DeezerPlaylistButton-module__Dfr0Lq__infoIcon{filter:drop-shadow(0 2px 8px #ff6b354d);flex-shrink:0;font-size:3rem}.DeezerPlaylistButton-module__Dfr0Lq__infoContent{flex:1}.DeezerPlaylistButton-module__Dfr0Lq__infoTitle{background:linear-gradient(135deg,#ff6b35 0%,orange 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-size:1.3rem;font-weight:700}.DeezerPlaylistButton-module__Dfr0Lq__infoText{color:var(--text-secondary);margin:0 0 1rem;font-size:.95rem;line-height:1.6}.DeezerPlaylistButton-module__Dfr0Lq__infoSteps{flex-direction:column;gap:.75rem;display:flex}.DeezerPlaylistButton-module__Dfr0Lq__step{align-items:center;gap:.75rem;font-size:.9rem;display:flex}.DeezerPlaylistButton-module__Dfr0Lq__stepNumber{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,orange 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:inline-flex}.DeezerPlaylistButton-module__Dfr0Lq__authSection{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.DeezerPlaylistButton-module__Dfr0Lq__infoBox{max-width:500px}.DeezerPlaylistButton-module__Dfr0Lq__infoBox h3{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1.3rem}.DeezerPlaylistButton-module__Dfr0Lq__infoBox p{color:var(--text-secondary);margin:.5rem 0;line-height:1.6}.DeezerPlaylistButton-module__Dfr0Lq__note{opacity:.8;font-size:.9rem;font-style:italic}.DeezerPlaylistButton-module__Dfr0Lq__loginButton{cursor:pointer;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #667eea4d}.DeezerPlaylistButton-module__Dfr0Lq__loginButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.DeezerPlaylistButton-module__Dfr0Lq__loginButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.DeezerPlaylistButton-module__Dfr0Lq__playlistSection{flex-direction:column;gap:1rem;display:flex}.DeezerPlaylistButton-module__Dfr0Lq__userInfo{background:#667eea1a;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;font-size:.95rem;display:flex}.DeezerPlaylistButton-module__Dfr0Lq__avatar{border:2px solid var(--accent-primary);border-radius:50%;width:32px;height:32px}.DeezerPlaylistButton-module__Dfr0Lq__logoutButton{border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;margin-left:auto;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.DeezerPlaylistButton-module__Dfr0Lq__logoutButton:hover{color:var(--text-primary);background:#ffffff1a}.DeezerPlaylistButton-module__Dfr0Lq__createButton{cursor:pointer;color:#fff;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #f093fb4d}.DeezerPlaylistButton-module__Dfr0Lq__createButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.DeezerPlaylistButton-module__Dfr0Lq__createButton:hover:before{left:100%}.DeezerPlaylistButton-module__Dfr0Lq__createButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f093fb66}.DeezerPlaylistButton-module__Dfr0Lq__createButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.DeezerPlaylistButton-module__Dfr0Lq__successBox{text-align:center;background:linear-gradient(135deg,#66ea9633 0%,#66eaea33 100%);border:1px solid #66ea964d;border-radius:8px;padding:1.5rem}.DeezerPlaylistButton-module__Dfr0Lq__successBox h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.3rem}.DeezerPlaylistButton-module__Dfr0Lq__successBox p{color:var(--text-secondary);margin:.5rem 0 1rem}.DeezerPlaylistButton-module__Dfr0Lq__openButton{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #667eea4d}.DeezerPlaylistButton-module__Dfr0Lq__openButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.DeezerPlaylistButton-module__Dfr0Lq__errorBox{color:var(--text-primary);background:#f5576c33;border:1px solid #f5576c4d;border-radius:8px;padding:1rem;font-size:.95rem}@media (max-width:768px){.DeezerPlaylistButton-module__Dfr0Lq__container{padding:1rem}.DeezerPlaylistButton-module__Dfr0Lq__loginButton,.DeezerPlaylistButton-module__Dfr0Lq__createButton{width:100%;padding:1rem}.DeezerPlaylistButton-module__Dfr0Lq__userInfo{flex-direction:column;align-items:flex-start;gap:.5rem}.DeezerPlaylistButton-module__Dfr0Lq__logoutButton{width:100%;margin-left:0}}[data-theme=dark] .DeezerPlaylistButton-module__Dfr0Lq__container{background:#0000004d}[data-theme=dark] .DeezerPlaylistButton-module__Dfr0Lq__userInfo{background:#667eea26}[data-theme=dark] .DeezerPlaylistButton-module__Dfr0Lq__successBox{background:linear-gradient(135deg,#66ea9626 0%,#66eaea26 100%)}
.VoiceInput-module__DKwRGa__voiceButton{background:var(--gradient-spotify);color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;box-shadow:var(--neuro-shadow-1),0 0 30px #8b5cf680;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem 2.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:800;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.VoiceInput-module__DKwRGa__voiceButton:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.VoiceInput-module__DKwRGa__voiceButton:hover:not(:disabled):before{left:100%}.VoiceInput-module__DKwRGa__voiceButton:hover:not(:disabled){box-shadow:var(--neuro-shadow-2),0 0 50px #8b5cf6cc,0 0 80px #8b5cf666;transform:translateY(-4px)scale(1.03)}.VoiceInput-module__DKwRGa__voiceButton:active:not(:disabled){transform:translateY(-2px)scale(.98)}.VoiceInput-module__DKwRGa__voiceButton:disabled{opacity:.4;cursor:not-allowed;box-shadow:var(--neuro-shadow-1)}.VoiceInput-module__DKwRGa__voiceButton.VoiceInput-module__DKwRGa__listening{background:var(--gradient-dj);animation:1.5s ease-in-out infinite VoiceInput-module__DKwRGa__glowPulseIntense,2s ease-in-out infinite VoiceInput-module__DKwRGa__scaleBreath}@keyframes VoiceInput-module__DKwRGa__glowPulseIntense{0%,to{box-shadow:var(--neuro-shadow-2),0 0 40px #ec4899cc,0 0 80px #8b5cf699,0 0 120px #06b6d466}50%{box-shadow:var(--neuro-shadow-2),0 0 60px #ec4899,0 0 100px #8b5cf6cc,0 0 150px #06b6d499}}@keyframes VoiceInput-module__DKwRGa__scaleBreath{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.VoiceInput-module__DKwRGa__micIcon,.VoiceInput-module__DKwRGa__pulseIcon{filter:drop-shadow(0 0 8px #ffffff80);align-items:center;font-size:1.5rem;display:inline-flex}.VoiceInput-module__DKwRGa__pulseIcon{animation:.6s ease-in-out infinite alternate VoiceInput-module__DKwRGa__micBounce,3s linear infinite VoiceInput-module__DKwRGa__micRotate}@keyframes VoiceInput-module__DKwRGa__micBounce{0%{transform:translateY(0)scale(1)}to{transform:translateY(-5px)scale(1.15)}}@keyframes VoiceInput-module__DKwRGa__micRotate{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.VoiceInput-module__DKwRGa__buttonText,.VoiceInput-module__DKwRGa__listeningText{text-shadow:0 2px 10px #0000004d;letter-spacing:.08em;font-size:.95rem;font-weight:800}.VoiceInput-module__DKwRGa__listeningText{animation:1.5s ease-in-out infinite VoiceInput-module__DKwRGa__textPulse}@keyframes VoiceInput-module__DKwRGa__textPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.VoiceInput-module__DKwRGa__voiceButton:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:120%;height:120%;transition:opacity .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VoiceInput-module__DKwRGa__voiceButton:hover:after{opacity:1}@media (max-width:768px){.VoiceInput-module__DKwRGa__voiceButton{padding:1rem 2rem;font-size:.9rem}.VoiceInput-module__DKwRGa__micIcon,.VoiceInput-module__DKwRGa__pulseIcon{font-size:1.3rem}.VoiceInput-module__DKwRGa__buttonText,.VoiceInput-module__DKwRGa__listeningText{font-size:.85rem}}@media (max-width:480px){.VoiceInput-module__DKwRGa__voiceButton{gap:.6rem;padding:.9rem 1.5rem;font-size:.85rem}.VoiceInput-module__DKwRGa__micIcon,.VoiceInput-module__DKwRGa__pulseIcon{font-size:1.2rem}.VoiceInput-module__DKwRGa__buttonText,.VoiceInput-module__DKwRGa__listeningText{font-size:.8rem}}
.Footer-module__lQLTWW__footer{z-index:10;background:linear-gradient(#8b5cf614 0%,#ec48991f 100%);border-top:2px solid #8b5cf633;width:100%;margin-top:auto;padding:3rem 2rem 2rem;position:relative}.Footer-module__lQLTWW__content{text-align:center;max-width:1400px;margin:0 auto}.Footer-module__lQLTWW__text{color:var(--text-glow);letter-spacing:.5px;margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700}.Footer-module__lQLTWW__heart{color:#ff0844;filter:drop-shadow(0 0 12px #ff084499);margin:0 .25rem;font-size:1.3rem;animation:1.5s ease-in-out infinite Footer-module__lQLTWW__heartbeatGlow;display:inline-block}@keyframes Footer-module__lQLTWW__heartbeatGlow{0%,to{filter:drop-shadow(0 0 12px #ff084499);transform:scale(1)}10%,30%{filter:drop-shadow(0 0 20px #ff0844e6);transform:scale(1.2)}20%,40%{filter:drop-shadow(0 0 12px #ff084499);transform:scale(1)}}.Footer-module__lQLTWW__name{background:var(--gradient-dj);-webkit-text-fill-color:transparent;letter-spacing:.05em;text-transform:uppercase;filter:drop-shadow(0 0 15px #8b5cf680);-webkit-background-clip:text;background-clip:text;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:900;display:inline-block;position:relative}.Footer-module__lQLTWW__name:after{content:"";background:var(--gradient-dj);border-radius:2px;height:3px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0);box-shadow:0 0 15px #8b5cf699}.Footer-module__lQLTWW__name:hover:after{transform:scaleX(1)}.Footer-module__lQLTWW__subtext{color:var(--text-secondary);opacity:.7;margin:0;font-size:.85rem}@media (max-width:640px){.Footer-module__lQLTWW__footer{padding:2rem 1rem 1.5rem}.Footer-module__lQLTWW__text{font-size:.95rem}.Footer-module__lQLTWW__heart,.Footer-module__lQLTWW__name{font-size:1rem}.Footer-module__lQLTWW__subtext{font-size:.75rem}}
.ParticlesBackground-module__YArcOG__canvas{z-index:-1;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}
.page-module__wtSYKa__main{min-height:calc(100vh - 80px);padding:3rem 0 calc(160px + 2rem)}.page-module__wtSYKa__container{max-width:1400px;margin:0 auto;padding:0 2rem}.page-module__wtSYKa__hero{width:100%;margin-bottom:4rem}.page-module__wtSYKa__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.page-module__wtSYKa__heroText{text-align:left;z-index:1}.page-module__wtSYKa__heroImage{z-index:1;position:relative}.page-module__wtSYKa__heroImg{width:100%;height:auto;box-shadow:var(--neuro-shadow-2),var(--glow-purple);border:4px solid var(--neuro-elevated);border-radius:28px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:1s ease-out .3s backwards page-module__wtSYKa__fadeIn}.page-module__wtSYKa__heroImg:hover{box-shadow:var(--neuro-shadow-2),0 0 60px #8b5cf699,0 0 100px #ec489966;transform:scale(1.03)}.page-module__wtSYKa__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;animation:.8s ease-out page-module__wtSYKa__fadeIn}.page-module__wtSYKa__subtitle{color:var(--text-glow);font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:600;line-height:1.7;animation:1s ease-out .2s backwards page-module__wtSYKa__fadeIn}@media (max-width:968px){.page-module__wtSYKa__heroContent{grid-template-columns:1fr;gap:3rem}.page-module__wtSYKa__heroText{text-align:center}.page-module__wtSYKa__title{font-size:2.8rem}.page-module__wtSYKa__heroImg{border-radius:24px}}@media (max-width:640px){.page-module__wtSYKa__hero{margin-bottom:2.5rem}.page-module__wtSYKa__title{font-size:2rem}.page-module__wtSYKa__subtitle{font-size:1rem}}.page-module__wtSYKa__searchSection{background:var(--neuro-surface);max-width:800px;box-shadow:var(--neuro-shadow-2);border-radius:28px;margin:0 auto;padding:2rem;animation:.8s cubic-bezier(.4,0,.2,1) page-module__wtSYKa__slideUp}.page-module__wtSYKa__form{flex-direction:column;gap:2rem;display:flex}.page-module__wtSYKa__inputWrapper{position:relative}.page-module__wtSYKa__textarea{resize:vertical;width:100%;min-height:160px;padding:1.5rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.7}.page-module__wtSYKa__textarea:focus{outline:none}.page-module__wtSYKa__textarea:disabled{opacity:.5;cursor:not-allowed}.page-module__wtSYKa__charCount{color:var(--text-dim);pointer-events:none;background:var(--neuro-surface);border-radius:8px;padding:.25rem .75rem;font-size:.85rem;font-weight:700;position:absolute;bottom:1rem;right:1.25rem}.page-module__wtSYKa__errorMessage{border:2px solid var(--error-color);color:var(--error-color);box-shadow:var(--neuro-shadow-1);background:#ef444426;border-radius:16px;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:700;display:flex}.page-module__wtSYKa__buttonGroup{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.page-module__wtSYKa__spinner{font-size:1.5rem;animation:1s linear infinite page-module__wtSYKa__spin;display:inline-block}.page-module__wtSYKa__examples{text-align:center;margin-top:2rem}.page-module__wtSYKa__examplesTitle{color:var(--text-tertiary);margin-bottom:1rem;font-size:.9375rem}.page-module__wtSYKa__examplesList{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.page-module__wtSYKa__exampleBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:20px;padding:.625rem 1.25rem;font-size:.875rem;transition:all .2s}.page-module__wtSYKa__exampleBtn:hover{background:var(--bg-tertiary);border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}.page-module__wtSYKa__resultsSection{max-width:1200px;margin:0 auto}.page-module__wtSYKa__resultsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.page-module__wtSYKa__resultsTitle{margin:0}.page-module__wtSYKa__headerActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.page-module__wtSYKa__viewToggle{background:#ffffff0d;border-radius:8px;gap:.25rem;padding:.25rem;display:flex}.page-module__wtSYKa__toggleBtn{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.page-module__wtSYKa__toggleBtn:hover{color:var(--text-primary);background:#ffffff1a}.page-module__wtSYKa__toggleBtn.page-module__wtSYKa__active{background:var(--accent-color);color:#fff}.page-module__wtSYKa__metadata{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:2rem;display:flex;position:relative;overflow:hidden}.page-module__wtSYKa__metadata:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 25%,#f093fb 50%,#f5576c 75%,#667eea 100%) 0 0/200% 100%;height:3px;animation:3s linear infinite page-module__wtSYKa__gradientMove;position:absolute;top:0;left:0;right:0}@keyframes page-module__wtSYKa__gradientMove{0%{background-position:0 0}to{background-position:200% 0}}.page-module__wtSYKa__metadataItem{background:linear-gradient(135deg,#667eea0d,#f093fb0d);border-left:3px solid #0000;border-image:linear-gradient(135deg,#667eea,#f093fb) 1;border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem 1.25rem;transition:all .3s;display:flex}.page-module__wtSYKa__metadataItem:hover{background:linear-gradient(135deg,#667eea1a,#f093fb1a);transform:translate(4px)}.page-module__wtSYKa__metadataLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-size:.8125rem;font-weight:600}.page-module__wtSYKa__metadataValue{background:linear-gradient(135deg,#667eea,#f093fb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:700}.page-module__wtSYKa__trackGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.page-module__wtSYKa__noResults{text-align:center;color:var(--text-secondary);padding:3rem;font-size:1.125rem}.page-module__wtSYKa__errorSection{max-width:500px;margin:0 auto}.page-module__wtSYKa__errorCard{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2rem;display:flex}.page-module__wtSYKa__errorIcon{font-size:4rem}.page-module__wtSYKa__errorTitle{color:var(--error-color);margin:0}.page-module__wtSYKa__errorText{color:var(--text-secondary);margin:0}@media (max-width:768px){.page-module__wtSYKa__main{padding:2rem 0}.page-module__wtSYKa__hero{margin-bottom:2rem}.page-module__wtSYKa__subtitle{font-size:1.125rem}.page-module__wtSYKa__trackGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.page-module__wtSYKa__metadata{flex-direction:column;gap:1rem}.page-module__wtSYKa__resultsHeader{flex-direction:column;align-items:stretch}}@media (max-width:640px){.page-module__wtSYKa__trackGrid{grid-template-columns:1fr}.page-module__wtSYKa__examplesList{flex-direction:column}.page-module__wtSYKa__exampleBtn{width:100%}}
