@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#1e293b}.wave-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;pointer-events:none}.wave-container{position:absolute;bottom:0;left:0;width:100%;height:60%;opacity:.5}.audio-waves{position:absolute;top:28%;left:50%;transform:translate(-50%,-50%);width:80%;height:200px;display:flex;justify-content:center;align-items:center;gap:3px;opacity:.12}.audio-wave-bar{width:3px;background:linear-gradient(180deg,#2563eb,#0ea5e9);border-radius:2px;animation:audioWave 2s ease-in-out infinite}.audio-wave-bar:first-child{height:20px;animation-delay:0s}.audio-wave-bar:nth-child(2){height:35px;animation-delay:.05s}.audio-wave-bar:nth-child(3){height:50px;animation-delay:.1s}.audio-wave-bar:nth-child(4){height:70px;animation-delay:.15s}.audio-wave-bar:nth-child(5){height:90px;animation-delay:.2s}.audio-wave-bar:nth-child(6){height:110px;animation-delay:.25s}.audio-wave-bar:nth-child(7){height:85px;animation-delay:.3s}.audio-wave-bar:nth-child(8){height:60px;animation-delay:.35s}.audio-wave-bar:nth-child(9){height:40px;animation-delay:.4s}.audio-wave-bar:nth-child(10){height:55px;animation-delay:.45s}.audio-wave-bar:nth-child(11){height:75px;animation-delay:.5s}.audio-wave-bar:nth-child(12){height:100px;animation-delay:.55s}.audio-wave-bar:nth-child(13){height:120px;animation-delay:.6s}.audio-wave-bar:nth-child(14){height:95px;animation-delay:.65s}.audio-wave-bar:nth-child(15){height:70px;animation-delay:.7s}.audio-wave-bar:nth-child(16){height:45px;animation-delay:.75s}.audio-wave-bar:nth-child(17){height:30px;animation-delay:.8s}.audio-wave-bar:nth-child(18){height:50px;animation-delay:.85s}.audio-wave-bar:nth-child(19){height:80px;animation-delay:.9s}.audio-wave-bar:nth-child(20){height:105px;animation-delay:.95s}.audio-wave-bar:nth-child(21){height:130px;animation-delay:1s}.audio-wave-bar:nth-child(22){height:110px;animation-delay:1.05s}.audio-wave-bar:nth-child(23){height:85px;animation-delay:1.1s}.audio-wave-bar:nth-child(24){height:60px;animation-delay:1.15s}.audio-wave-bar:nth-child(25){height:40px;animation-delay:1.2s}.audio-wave-bar:nth-child(26){height:25px;animation-delay:1.25s}.audio-wave-bar:nth-child(27){height:45px;animation-delay:1.3s}.audio-wave-bar:nth-child(28){height:70px;animation-delay:1.35s}.audio-wave-bar:nth-child(29){height:95px;animation-delay:1.4s}.audio-wave-bar:nth-child(30){height:115px;animation-delay:1.45s}.audio-wave-bar:nth-child(31){height:90px;animation-delay:1.5s}.audio-wave-bar:nth-child(32){height:65px;animation-delay:1.55s}.audio-wave-bar:nth-child(33){height:45px;animation-delay:1.6s}.audio-wave-bar:nth-child(34){height:30px;animation-delay:1.65s}.audio-wave-bar:nth-child(35){height:50px;animation-delay:1.7s}.audio-wave-bar:nth-child(36){height:75px;animation-delay:1.75s}.audio-wave-bar:nth-child(37){height:100px;animation-delay:1.8s}.audio-wave-bar:nth-child(38){height:80px;animation-delay:1.85s}.audio-wave-bar:nth-child(39){height:55px;animation-delay:1.9s}.audio-wave-bar:nth-child(40){height:35px;animation-delay:1.95s}@keyframes audioWave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}.progress-wave-container{position:relative;width:100%;height:100px;overflow:hidden}.progress-wave{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:space-between;height:100%;width:100%}.progress-wave-bar{width:4px;flex-shrink:0;border-radius:2px;animation:progressWave 1.8s ease-in-out infinite}.progress-wave-bar.light{background:linear-gradient(180deg,rgba(37,99,235,.15),rgba(14,165,233,.15))}.progress-wave-bar.dark{background:linear-gradient(180deg,#2563eb,#0ea5e9)}body:has(.progress-wave-container) .audio-waves{display:none}@keyframes progressWave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}.gradient-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:radial-gradient(ellipse at 50% 0,rgba(37,99,235,.03) 0,transparent 60%);pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.fade-in{animation:fadeIn .8s ease-out forwards}.delay-1{animation-delay:.1s;opacity:0}.delay-2{animation-delay:.2s;opacity:0}.delay-3{animation-delay:.3s;opacity:0}.delay-4{animation-delay:.4s;opacity:0}.delay-5{animation-delay:.5s;opacity:0}.dropzone{border:2px dashed #cbd5e1;border-radius:16px;padding:60px 40px;text-align:center;background:#fff;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.dropzone:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(37,99,235,.03),transparent 50%,rgba(14,165,233,.03));opacity:0;transition:opacity .3s ease}.dropzone.active,.dropzone:hover{border-color:#2563eb;background:#f8fafc;transform:scale(1.01);box-shadow:0 4px 20px rgba(37,99,235,.1)}.dropzone.active:before,.dropzone:hover:before{opacity:1}.icon-bounce{animation:iconBounce 3s ease-in-out infinite}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.gradient-text{background:linear-gradient(135deg,#2563eb,#0ea5e9 50%,#2563eb);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientText 8s ease infinite}@keyframes gradientText{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.gradient-text-static{background:linear-gradient(135deg,#2563eb,#0ea5e9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.light-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4,0,.2,1)}.light-card:hover{border-color:#2563eb;box-shadow:0 10px 30px rgba(37,99,235,.1);transform:translateY(-2px)}.scroll-indicator{animation:scrollDown 2s ease-in-out infinite}@keyframes scrollDown{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(10px);opacity:.5}}.wave-bar{display:inline-block;width:4px;height:20px;background:linear-gradient(180deg,#2563eb,#0ea5e9);border-radius:2px;margin:0 2px;animation:wave 1.5s ease-in-out infinite}.wave-bar:first-child{animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}@keyframes wave{0%,to{height:20px}50%{height:32px}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{background:linear-gradient(90deg,rgba(37,99,235,0),rgba(37,99,235,.05) 50%,rgba(37,99,235,0));background-size:200% 100%;animation:shimmer 2s infinite}::selection{background:rgba(37,99,235,.2);color:#1e293b}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.feature-glow{position:relative}.feature-glow:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(37,99,235,.08) 0,transparent 70%);filter:blur(20px);z-index:-1;opacity:0;transition:opacity .3s ease}.feature-glow:hover:after{opacity:1}.wave-loader{display:inline-flex;align-items:center}.wave-loader-bar{animation:waveLoaderPulse 1.2s ease-in-out infinite}.wave-loader-bar:first-child{animation-delay:0s}.wave-loader-bar:nth-child(2){animation-delay:.1s}.wave-loader-bar:nth-child(3){animation-delay:.15s}.wave-loader-bar:nth-child(4){animation-delay:.25s}.wave-loader-bar:nth-child(5){animation-delay:.35s}@keyframes waveLoaderPulse{0%,to{transform:scaleY(1);opacity:1}25%{transform:scaleY(.5);opacity:.7}50%{transform:scaleY(1.1);opacity:1}75%{transform:scaleY(.6);opacity:.8}}@font-face{font-family:__Righteous_9f6af0;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a6da7e276b5467ef-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Righteous_9f6af0;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/63fe087876587bbb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Righteous_Fallback_9f6af0;src:local("Arial");ascent-override:93.08%;descent-override:24.27%;line-gap-override:0.00%;size-adjust:105.81%}.__className_9f6af0{font-family:__Righteous_9f6af0,__Righteous_Fallback_9f6af0;font-weight:400;font-style:normal}.__variable_9f6af0{--font-righteous:"__Righteous_9f6af0","__Righteous_Fallback_9f6af0"}