@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shakeX{0%{opacity:0}to{opacity:1}}@keyframes progress{0%{width:0}to{width:100%}}@keyframes recordingPulse{0%{opacity:0}to{opacity:1}}@keyframes waveformBounce{0%{opacity:0}to{opacity:1}}@keyframes microphoneGlow{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{opacity:0}to{opacity:1}}@keyframes contentReveal{0%{opacity:0}to{opacity:1}}@keyframes headerSlide{0%{opacity:0}to{opacity:1}}@keyframes buttonGlow{0%{opacity:0}to{opacity:1}}@keyframes fadeInUpMobile{0%{opacity:0}to{opacity:1}}@keyframes floatYMobile{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .8s ease-in forwards}.animate-fadeInUp{animation:fadeInUp .8s cubic-bezier(.23,1,.32,1) forwards}.animate-fadeInDown{animation:fadeInDown .8s cubic-bezier(.23,1,.32,1) forwards}.animate-fadeInLeft{animation:fadeInLeft .8s cubic-bezier(.23,1,.32,1) forwards}.animate-fadeInRight{animation:fadeInRight .8s cubic-bezier(.23,1,.32,1) forwards}.animate-scaleIn{animation:scaleIn .8s cubic-bezier(.23,1,.32,1) forwards}.animate-pulse,.animate-shakeX,.animate-spin{animation:fadeIn .8s ease-in forwards}.text-golden-shine{background:linear-gradient(90deg,#2D2D2D,#2D2D2D 30%,#F5BC1C 45%,#FFD700 50%,#F5BC1C 55%,#2D2D2D 70%,#2D2D2D);background-size:300% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:goldenShine 4s ease-in-out infinite}@keyframes goldenShine{0%{background-position:-200%}to{background-position:200%}}.recording-pulse,.text-glow-golden{animation:fadeIn .8s ease-in forwards}.waveform-bar{width:6px;background:#F5BC1C;border-radius:3px;min-height:12px;transition:all .3s ease}.waveform-bar.speaking{background:linear-gradient(0deg,#F5BC1C,#FFD700);box-shadow:0 0 6px rgba(245,188,28,.4);transform:scaleY(1);border-radius:2px}.waveform-bar.silent{background:#10B981;transform:scaleY(1);opacity:1;border-radius:1px;transition:all .1s ease}.waveform-bar.speaking:nth-child(2n),.waveform-bar.speaking:nth-child(3n),.waveform-bar.speaking:nth-child(5n),.waveform-bar.speaking:nth-child(odd){animation:fadeIn .8s ease-in forwards}@keyframes speakingPulse{0%{opacity:0}to{opacity:1}}@keyframes speakingPulseVaried1{0%{opacity:0}to{opacity:1}}@keyframes speakingPulseVaried2{0%{opacity:0}to{opacity:1}}@keyframes speakingPulseVaried3{0%{opacity:0}to{opacity:1}}@keyframes speakingPulseVaried4{0%{opacity:0}to{opacity:1}}.waveform-container{background:linear-gradient(135deg,rgba(16,185,129,.05),rgba(16,185,129,.02));border:1px solid rgba(16,185,129,.1);border-radius:8px;padding:16px 8px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:1px;height:80px;width:100%;margin:0 auto}.waveform-container:before{display:none}.waveform-container .waveform-bar{transition:all .1s ease;will-change:height,background;width:3px;min-height:3px}.microphone-glow{animation:fadeIn .8s ease-in forwards}.audio-recording-container{background:linear-gradient(135deg,#FFF9E9,#FFFBF0);border:2px solid #f5bc1c;border-radius:16px;padding:20px;position:relative;overflow:hidden}.audio-recording-container:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,188,28,.1),transparent);animation:fadeIn .8s ease-in forwards}.recording-indicator{display:flex;align-items:center;gap:8px;color:#EF4444;font-weight:600}.recording-dot{width:12px;height:12px;background:#EF4444;border-radius:50%;animation:fadeIn .8s ease-in forwards}.microphone-button{background:linear-gradient(135deg,#F5BC1C,#FFD700);border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(245,188,28,.3)}.microphone-button:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(245,188,28,.4)}.microphone-button.recording{background:linear-gradient(135deg,#EF4444,#DC2626);animation:fadeIn .8s ease-in forwards}.audio-player-container{background:linear-gradient(135deg,#F8FAFC,#F1F5F9);border:2px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px;width:100%}.play-button{background:linear-gradient(135deg,#F5BC1C,#FFD700);border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(245,188,28,.3);flex-shrink:0}.play-button:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(245,188,28,.4)}.audio-waveform{flex:1;height:60px;display:flex;align-items:center;gap:2px;padding:0 8px;width:100%;overflow:hidden}.audio-waveform-bar{width:4px;background:#CBD5E1;border-radius:2px;min-height:8px;transition:all .1s cubic-bezier(.4,0,.2,1);will-change:height,background,transform;flex-shrink:0}.audio-waveform-bar.active{background:#F5BC1C;height:100%}.delay-75{animation-delay:75ms}.delay-150{animation-delay:.15s}.delay-250{animation-delay:.25s}.delay-350{animation-delay:.35s}.delay-450{animation-delay:.45s}.stagger-children>:nth-child(2){animation-delay:.2s}.stagger-children>:nth-child(3){animation-delay:.3s}.stagger-children>:nth-child(4){animation-delay:.4s}.stagger-children>:nth-child(5){animation-delay:.5s}.stagger-children>:nth-child(6){animation-delay:.6s}.stagger-children>:nth-child(7){animation-delay:.7s}.stagger-children>:nth-child(8){animation-delay:.8s}.stagger-fast>:first-child{animation-delay:.05s}.stagger-fast>:nth-child(2){animation-delay:.1s}.stagger-fast>:nth-child(3){animation-delay:.15s}.stagger-fast>:nth-child(4){animation-delay:.2s}.stagger-fast>:nth-child(5){animation-delay:.25s}.stagger-fast>:nth-child(6){animation-delay:.3s}.stagger-slow>:first-child{animation-delay:.2s}.stagger-slow>:nth-child(2){animation-delay:.4s}.stagger-slow>:nth-child(3){animation-delay:.6s}.stagger-slow>:nth-child(4){animation-delay:.8s}.stagger-slow>:nth-child(5){animation-delay:1s}.animate-on-load,.animate-on-load.animate-cardEntrance,.animate-on-load.animate-contentReveal,.animate-on-load.animate-fadeInUp{opacity:0}.hover-scale{transition:transform .3s cubic-bezier(.23,1,.32,1)}.hover-scale:hover{transform:scale(1.05)}.hover-lift{transition:transform .3s cubic-bezier(.23,1,.32,1),box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.hover-glow{transition:box-shadow .3s ease}.hover-glow:hover{box-shadow:0 0 20px rgba(245,188,28,.4)}@media (hover:none) and (pointer:coarse){.hover-scale:active{transform:scale(.98)}.hover-lift:active{transform:translateY(2px)}}.button-animate{transition:all .3s ease}.button-animate:after{width:5px;height:5px;background:rgba(255,255,255,.5);opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.button-animate:hover:after{animation:ripple 1s ease-out}.button-animate:active:after{animation:ripple .6s ease-out}.page-fade{animation:fadeIn .5s ease-in-out}@media (max-width:640px){.mobile\:animate-none{animation:none!important}.mobile\:transition-none{transition:none!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-floatY,.animate-pulse,.animate-spin,.animate-waveMove{animation:none!important}}@keyframes gradientShift{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0}to{opacity:1}}@keyframes fadeInLeft{0%{opacity:0}to{opacity:1}}@keyframes fadeInRight{0%{opacity:0}to{opacity:1}}@keyframes scaleInGlow{0%{opacity:0}to{opacity:1}}@keyframes pulseGlow{0%{opacity:0}to{opacity:1}}@keyframes floatY{0%{opacity:0}to{opacity:1}}@keyframes waveMove{0%{opacity:0}to{opacity:1}}@keyframes ripple{0%{transform:scale(0);opacity:.6}to{transform:scale(4);opacity:0}}@keyframes cardLift{0%{opacity:0}to{opacity:1}}@keyframes magneticPull{0%{opacity:0}to{opacity:1}}@keyframes particleFloat{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{opacity:0}to{opacity:1}}.animate-fadeInUp{animation:fadeInUp 1s cubic-bezier(.25,.46,.45,.94) forwards}.animate-fadeInDown{animation:fadeInDown 1s cubic-bezier(.25,.46,.45,.94) forwards}.animate-fadeInLeft{animation:fadeInLeft 1s cubic-bezier(.25,.46,.45,.94) forwards}.animate-fadeInRight{animation:fadeInRight 1s cubic-bezier(.25,.46,.45,.94) forwards}.animate-scaleInGlow{animation:scaleInGlow .8s cubic-bezier(.34,1.56,.64,1) forwards}.animate-floatY,.animate-pulseGlow,.animate-waveMove{animation:fadeIn .8s ease-in forwards}.animate-textShimmer{background:linear-gradient(90deg,#1A1A1A 20%,#F5BC1C 45%,#FFD700 50%,#F5BC1C 55%,#1A1A1A 80%);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textShimmer 3s linear infinite}@keyframes textShimmer{0%{background-position:-200%}to{background-position:200%}}.animate-slideInFromBottom{animation:slideInFromBottom 1s cubic-bezier(.25,.46,.45,.94) forwards}.animate-particleFloat{animation:fadeIn .8s ease-in forwards}.hover-lift{transition:all .4s cubic-bezier(.25,.46,.45,.94)}.hover-lift:hover{animation:fadeIn .8s ease-in forwards}.hover-magnetic{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.hover-magnetic:hover{animation:fadeIn .8s ease-in forwards}.hover-glow{transition:all .3s ease}.hover-glow:hover{box-shadow:0 0 30px rgba(245,188,28,.4);transform:translateY(-2px)}.button-animate{position:relative;overflow:hidden;transition:all .3s cubic-bezier(.25,.46,.45,.94);background:linear-gradient(135deg,#F5BC1C,#FFD700)}.button-animate:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.button-animate:hover:before{left:100%}.button-animate:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 35px rgba(245,188,28,.4)}.button-animate:active{transform:translateY(-1px) scale(.98)}.button-animate:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);transition:width .6s,height .6s}.button-animate:active:after{width:300px;height:300px}.stagger-children>:first-child{animation-delay:.1s}.stagger-children>:nth-child(2){animation-delay:.3s}.stagger-children>:nth-child(3){animation-delay:.5s}.stagger-children>:nth-child(4){animation-delay:.7s}.stagger-children>:nth-child(5){animation-delay:.9s}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}.delay-900{animation-delay:.9s}.delay-1000{animation-delay:1s}.animated-gradient{background:linear-gradient(-45deg,#F5BC1C,#FFD700,#FFA500,#FF8C00);background-size:400% 400%;animation:fadeIn .8s ease-in forwards}.card-entrance{opacity:0;animation:cardEntrance .8s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes cardEntrance{0%{opacity:0}to{opacity:1}}.logo-pulse{animation:fadeIn .8s ease-in forwards}@keyframes logoPulse{0%{opacity:0}to{opacity:1}}.text-reveal{overflow:hidden;position:relative}.text-reveal:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:white;animation:textReveal 1.5s cubic-bezier(.77,0,.175,1) forwards}@keyframes textReveal{0%{transform:translateX(0)}to{transform:translateX(100%)}}.page-transition{animation:pageEnter .8s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes pageEnter{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.animate-fadeInDown,.animate-fadeInLeft,.animate-fadeInRight,.animate-fadeInUp{animation-duration:.6s}.animate-floatY{animation-duration:3s}.button-animate:hover{transform:translateY(-2px) scale(1.01)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.animate-progress{animation:progress linear forwards}.animate-pageEnter{animation:pageEnter .8s cubic-bezier(.23,1,.32,1) forwards}.animate-slideInFromBottom{animation:slideInFromBottom .8s cubic-bezier(.23,1,.32,1) forwards}.animate-slideInFromTop{animation:slideInFromTop .8s cubic-bezier(.23,1,.32,1) forwards}.animate-contentReveal{animation:contentReveal .7s cubic-bezier(.23,1,.32,1) forwards}.animate-cardEntrance{animation:cardEntrance .8s cubic-bezier(.23,1,.32,1) forwards}.animate-headerSlide{animation:headerSlide .6s cubic-bezier(.23,1,.32,1) forwards}.animate-buttonGlow{animation:buttonGlow .6s cubic-bezier(.23,1,.32,1) forwards}@media (max-width:768px){.animate-fadeInUp{animation:fadeInUpMobile .6s cubic-bezier(.23,1,.32,1) forwards}.animate-floatY,.animate-pulse{animation:fadeIn .8s ease-in forwards}.animate-cardEntrance{animation:contentReveal .6s cubic-bezier(.23,1,.32,1) forwards}.waveform-container{height:70px;gap:1.5px;padding:0 8px}.waveform-bar{width:5px;min-height:10px}.audio-waveform{height:50px;gap:1.5px;padding:0 6px}.audio-waveform-bar{width:3px;min-height:6px}}@media (min-width:1024px){.waveform-container{height:90px;gap:3px;padding:0 12px}.waveform-bar{width:7px;min-height:14px}.audio-waveform{height:70px;gap:3px;padding:0 10px}.audio-waveform-bar{width:5px;min-height:10px}}@media (min-width:1280px){.waveform-container{height:100px;gap:4px;padding:0 16px}.waveform-bar{width:8px;min-height:16px}.audio-waveform{height:80px;gap:4px;padding:0 12px}.audio-waveform-bar{width:6px;min-height:12px}}.animate-blackTextShimmer{color:#1a1a1a}.animate-silverTextShimmer{color:#2d2d2d}@keyframes scanLine{0%{opacity:0}to{opacity:1}}@keyframes cameraOpen{0%{opacity:0}to{opacity:1}}.animate-cameraOpen,.animate-scanLine{animation:fadeIn .8s ease-in forwards}