*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}*{transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{box-shadow:0 8px 25px #667eea4d}.nav-link:focus,.convert-btn:focus,.faq-question:focus{outline-offset:2px;outline:2px solid #667eea}.loading{opacity:.7;pointer-events:none}.success{color:#10b981}.error{color:#ef4444}body{color:#2d3748;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);font-family:Inter,Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.modern-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#fffffff2;border-bottom:1px solid #fff3;transition:all .3s;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.logo-section{align-items:center;gap:.75rem;display:flex}.logo-text{color:#2d3748;font-size:1.5rem;font-weight:700}.logo-accent{color:#667eea}.navigation{align-items:center;gap:2rem;display:flex}.nav-link{color:#4a5568;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.nav-link:hover{color:#667eea;background:#667eea1a}.github-link{background:#24292e;color:#fff!important}.github-link:hover{background:#2f363d}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:8px;display:none}.mobile-menu-btn span{background:#4a5568;border-radius:2px;width:25px;height:3px;transition:all .3s}.landing-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.main-content{z-index:10;text-align:center;max-width:1000px;margin:0 auto;position:relative}.hero-container{flex-direction:column;align-items:center;gap:2rem;display:flex}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;display:inline-flex}.hero-title{color:#fff;margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(45deg,#1db954,#1ed760);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.highlight-text{background:linear-gradient(45deg,#ff6b6b,orange);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-description{color:#ffffffe6;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.conversion-form{width:100%;max-width:700px;margin:0 auto}.input-wrapper{background:#fff;border-radius:20px;align-items:center;padding:8px;transition:all .3s;display:flex;box-shadow:0 10px 40px #0000001a}.input-wrapper:focus-within{box-shadow:0 15px 50px #00000026}.input-icon{color:#1db954;padding:0 1rem;font-size:1.2rem}.spotify-input{background:0 0;border:none;outline:none;flex:1;padding:1rem .5rem;font-size:1rem}.spotify-input::placeholder{color:#9ca3af}.convert-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.convert-btn:hover:not(:disabled){box-shadow:0 8px 25px #667eea4d}.convert-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinning{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem 1.5rem;display:flex}.trust-indicators{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.trust-item{color:#ffffffe6;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.trust-item i{color:#10b981}.features-section{background:#fff;padding:6rem 0}.section-title{text-align:center;color:#2d3748;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.feature-card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:20px;padding:2.5rem 2rem;transition:all .3s;box-shadow:0 10px 40px #00000014}.feature-card:hover{box-shadow:0 20px 60px #0000001f}.feature-icon{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.feature-card h3{color:#2d3748;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.feature-card p{color:#718096;line-height:1.6}.heroText{text-align:center}.how-to-section{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:6rem 0}.how-to-header{text-align:center;margin-bottom:4rem}.section-subtitle{color:#718096;max-width:600px;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.steps-container{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1rem;max-width:1000px;margin:0 auto;display:flex}.step-card{text-align:center;background:#fff;border-radius:20px;flex:1;min-width:280px;max-width:320px;padding:2.5rem 2rem;transition:all .3s;position:relative;box-shadow:0 10px 40px #00000014}.step-card:hover{box-shadow:0 20px 60px #00000026}.step-number{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1.5rem;font-size:1.2rem;font-weight:700;display:flex}.step-icon{margin-bottom:1.5rem;font-size:3rem}.step-title{color:#2d3748;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.step-description{color:#718096;line-height:1.6}.step-connector{color:#cbd5e0;justify-content:center;align-items:center;margin-top:3rem;font-size:1.5rem;display:flex}.wave-group{pointer-events:none;width:100%;height:auto;position:absolute}.top-waves{opacity:.3;top:0}.bottom-waves{opacity:.3;bottom:0}.wave-group svg{width:100%;height:auto;position:absolute}@media (max-width:768px){.header-container{padding:1rem}.navigation{background:#fff;border-radius:0 0 20px 20px;flex-direction:column;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 40px #0000001a}.navigation.active,.mobile-menu-btn{display:flex}.mobile-menu-btn.active span:nth-child(2){opacity:0}.landing-page{min-height:80vh;padding:2rem 1rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.input-wrapper{flex-direction:column;align-items:stretch;padding:1rem}.convert-btn{justify-content:center;margin-top:1rem}.trust-indicators{gap:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.steps-container{flex-direction:column;align-items:center}.step-connector{margin:1rem 0;transform:rotate(90deg)}}@media (max-width:480px){.hero-title,.section-title{font-size:2rem}.feature-card,.step-card{padding:2rem 1.5rem}}.disclaimer-banner{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-top:3px solid #ef4444;border-bottom:3px solid #ef4444;padding:3rem 0}.disclaimer-content{background:#fff;border:1px solid #ef444433;border-radius:20px;align-items:flex-start;gap:2rem;padding:2.5rem;display:flex;box-shadow:0 10px 40px #ef444426}.disclaimer-icon{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.disclaimer-text h3{color:#dc2626;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.disclaimer-text p{color:#991b1b;margin-bottom:1.5rem;line-height:1.7}.disclaimer-links{flex-wrap:wrap;gap:1rem;display:flex}.disclaimer-link{color:#fff;background:#ef4444;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.disclaimer-link:hover{background:#dc2626}.faq-section{background:#fff;padding:6rem 0}.faq-header{text-align:center;margin-bottom:3rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1rem;transition:all .3s;overflow:hidden}.faq-item:hover{box-shadow:0 5px 25px #00000014}.faq-question{text-align:left;color:#2d3748;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.faq-question:hover{background:#f8fafc}.faq-icon{color:#667eea;font-size:1.2rem;transition:transform .3s}.faq-icon.open{transform:rotate(180deg)}.faq-answer{color:#718096;padding:0 2rem 1.5rem;line-height:1.7;animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modern-footer{color:#fff;background:linear-gradient(135deg,#2d3748 0%,#1a202c 100%);padding:4rem 0 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1.5rem}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-description{color:#a0aec0;margin-bottom:2rem;line-height:1.6}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#a0aec0;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#667eea}.social-links{gap:1rem;display:flex}.social-icon{color:#fff;background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{background:#667eea}.footer-bottom{text-align:center;color:#a0aec0;border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom p{margin-bottom:.5rem}.disclaimer{opacity:.8;font-size:.875rem}@media (max-width:768px){.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-logo,.social-links{justify-content:center}}.scroll-to-top{color:#fff;cursor:pointer;z-index:1000;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;width:50px;height:50px;font-size:1.2rem;transition:all .3s;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #667eea4d}.scroll-to-top:hover{box-shadow:0 8px 30px #667eea66}.features-grid,.steps-container,.faq-list{will-change:transform}@media print{.modern-header,.scroll-to-top,.conversion-form{display:none}body{background:#fff!important}}.legal-page,.contact-page,.help-page,.report-page{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);min-height:100vh;padding:2rem 0}.legal-header,.contact-header,.help-header,.report-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.legal-header h1,.contact-header h1,.help-header h1,.report-header h1{color:#2d3748;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.legal-header p,.contact-header p,.help-header p,.report-header p{color:#718096;max-width:600px;margin:0 auto;font-size:1.2rem}.last-updated{color:#a0aec0!important;margin-top:.5rem!important;font-size:1rem!important}.legal-content{background:#fff;border-radius:20px;max-width:800px;margin:0 auto;padding:3rem;box-shadow:0 10px 40px #00000014}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:#2d3748;border-bottom:2px solid #e2e8f0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.8rem;font-weight:600}.legal-content h3{color:#4a5568;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.legal-content p{color:#718096;margin-bottom:1rem;line-height:1.7}.legal-content ul,.legal-content ol{color:#718096;margin:1rem 0 1rem 2rem}.legal-content li{margin-bottom:.5rem;line-height:1.6}.warning-box{background:linear-gradient(135deg,#fef5e7 0%,#fed7aa 100%);border-left:4px solid #f59e0b;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.warning-box.critical{background:linear-gradient(135deg,#fef2f2 0%,#fecaca 100%);border-left-color:#ef4444}.warning-box h3{color:#92400e;margin-bottom:1rem}.warning-box.critical h3{color:#dc2626}.warning-box p{color:#78350f;margin-bottom:.5rem}.warning-box.critical p{color:#991b1b}.support-message{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border-left:4px solid #10b981;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.support-message h3{color:#065f46;margin-bottom:1rem}.support-message p,.support-message li{color:#047857}.contact-content{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.contact-info{gap:1.5rem;display:grid}.info-card{text-align:center;background:#fff;border-radius:16px;padding:2rem;transition:transform .3s;box-shadow:0 10px 40px #00000014}.info-icon{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.info-card h3{color:#2d3748;margin-bottom:.5rem}.info-card p{color:#718096;margin-bottom:1rem;font-size:.9rem}.info-card a{color:#667eea;font-weight:500;text-decoration:none}.contact-form-section{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #00000014}.contact-form{gap:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#2d3748;margin-bottom:.5rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:2px solid #e2e8f0;border-radius:12px;padding:1rem;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.submit-btn{justify-self:start;min-width:200px}.success-message{text-align:center;padding:3rem 2rem}.success-icon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.success-message h3{color:#2d3748;margin-bottom:1rem}.faq-link{margin-top:4rem}.faq-card{text-align:center;background:#fff;border-radius:20px;max-width:600px;margin:0 auto;padding:2.5rem;box-shadow:0 10px 40px #00000014}.btn-secondary{color:#4a5568;cursor:pointer;background:#e2e8f0;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:#cbd5e0}.help-content{max-width:1200px;margin:0 auto}.getting-started{margin-bottom:4rem}.help-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.help-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #00000014}.help-icon{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.troubleshooting-list{gap:1.5rem;display:grid}.trouble-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 5px 25px #00000014}.trouble-card h3{color:#e53e3e;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.solutions h4{color:#2d3748;margin-bottom:.5rem}.browser-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.browser-item{text-align:center;background:#fff;border-radius:16px;padding:2rem;transition:transform .3s;box-shadow:0 5px 25px #00000014}.browser-item i{margin-bottom:1rem;font-size:2.5rem}.browser-item.supported i{color:#10b981}.browser-item.limited i{color:#f59e0b}.status{margin-top:.5rem;font-size:.9rem;font-weight:600}.contact-card{text-align:center;background:#fff;border-radius:20px;margin-top:3rem;padding:3rem;box-shadow:0 10px 40px #00000014}.contact-options{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.report-content{max-width:1200px;margin:0 auto}.report-types{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.report-card{text-align:center;background:#fff;border-radius:20px;padding:2.5rem;transition:transform .3s;box-shadow:0 10px 40px #00000014}.report-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:1.8rem;display:flex}.report-icon.bug{background:linear-gradient(135deg,#ef4444,#dc2626)}.report-icon.copyright{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.report-icon.security{background:linear-gradient(135deg,#f59e0b,#d97706)}.report-icon.abuse{background:linear-gradient(135deg,#ef4444,#dc2626)}.dmca-section{background:#fff;border-radius:20px;margin:3rem 0;padding:3rem;box-shadow:0 10px 40px #00000014}.dmca-requirements{background:#f8fafc;border-radius:12px;margin:1.5rem 0;padding:2rem}.dmca-contact{background:#e2e8f0;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.contact-info{margin-top:1rem}.response-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.response-item{text-align:center;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 5px 25px #00000014}.response-type{color:#2d3748;margin-bottom:.5rem;font-weight:600}.response-time-text{color:#667eea;font-weight:500}.info-box{background:#fff;border-radius:16px;margin-top:2rem;padding:2rem;box-shadow:0 5px 25px #00000014}.legal-link{color:#667eea;font-weight:500;text-decoration:none}.legal-link:hover{text-decoration:underline}@media (max-width:768px){.legal-content,.contact-form-section,.dmca-section{margin:1rem;padding:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.help-grid,.report-types{grid-template-columns:1fr}.contact-options{flex-direction:column;align-items:center}.legal-header h1,.contact-header h1,.help-header h1,.report-header h1{font-size:2rem}.disclaimer-content{text-align:center;flex-direction:column;align-items:center;padding:2rem}.disclaimer-links{justify-content:center}}.steps{background:#a9c7f8;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;width:fit-content;margin:10px 10px 20px;padding:5px;display:flex}.step-label{font-size:24px;font-weight:700}.image-placeholder{margin:10px}.image-placeholder img{object-fit:cover;border-radius:13px;width:300px;height:300px;margin:0 6px}.pointer{align-self:center;margin:20px}.downloadTitle{text-align:center;letter-spacing:-.025em;margin:70px 20px 20px;font-size:2.25rem;line-height:2.5rem}@media (max-width:768px){.tag{max-width:90%;font-size:12px}input{width:250px;font-size:.9rem}.heroText{text-align:center;font-size:14px}.wave-group{width:100%;height:auto;position:absolute}.top-waves{top:18px}.middle-waves{top:266px;transform:rotate(12deg)}.bottom-waves{top:191px}.wave-group svg{width:99%;height:auto;position:absolute}.wave-group svg.rotated{display:block;top:89px;transform:rotate(162deg)}.stepsContainer{justify-self:center;display:block}.pointer{justify-content:center;display:flex;transform:rotate(90deg)}}@media (max-width:480px){.tag{max-width:100%;font-size:11px}input{width:90%;padding:8px}}
