.loader-placeholder-wrapper{position:relative;width:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.loader-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader-aiinput,.loader-content{width:fit-content;height:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#050505;padding:40px;border-radius:16px;background-image:linear-gradient(hsla(0,0%,100%,.03) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:40px 40px;border:1px solid hsla(0,0%,100%,.05);transition:background .3s,border .3s;z-index:99999}.mini-loader-visuals{background:rgba(5,5,5,.85);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.15);box-shadow:0 10px 40px rgba(0,0,0,.6);padding:20px!important;border-radius:24px}.mini-loader{position:fixed!important;top:auto!important;left:auto!important;bottom:30px!important;right:30px!important;transform:scale(.4)!important;margin:0!important;background:rgba(5,5,5,.9);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 20px 50px rgba(0,0,0,.5);border-radius:30px}.spinner-wrapper{position:relative;width:300px;height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.scanner-beam{position:absolute;width:100%;height:60px;background:linear-gradient(90deg,rgba(5,5,5,0),rgba(59,130,246,.4) 30%,rgba(139,92,246,.4) 70%,rgba(5,5,5,0));filter:blur(20px);animation:pulse-beam 2s infinite alternate}.tech-ring{position:absolute;border-radius:50%;border:2px solid transparent}.ring-outer{width:140px;height:140px;border-top:2px solid rgba(139,92,246,.6);border-bottom:2px solid rgba(139,92,246,.1);animation:spin-right 3s linear infinite}.ring-middle{width:110px;height:110px;border-left:4px solid #06b6d4;border-right:4px solid #8b5cf6;box-shadow:0 0 15px rgba(6,182,212,.3);animation:spin-left 1.7s linear infinite}.ring-inner{width:80px;height:80px;border-top:2px solid #fff;border-right:2px solid transparent;opacity:.8;animation:spin-right 1s linear infinite}.ring-core{width:60px;height:60px;background:radial-gradient(circle,rgba(139,92,246,.2) 0,transparent 70%);animation:pulse-core 2s ease-in-out infinite}.text-content{text-align:center;color:#fff;z-index:10;width:300px}@keyframes spin-right{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-left{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes pulse-core{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.1);opacity:1}to{transform:scale(.8);opacity:.5}}@keyframes pulse-beam{0%{opacity:.5;transform:scaleX(.9)}to{opacity:1;transform:scaleX(1.1)}}@media only screen and (max-width:1536px){.loader-placeholder-wrapper{min-height:300px}.loader-content{padding:30px;background-size:30px 30px}.spinner-wrapper{height:112px;margin-bottom:22px}.scanner-beam{height:45px;filter:blur(15px)}.ring-outer{width:105px;height:105px}.ring-middle{width:82px;height:82px;border-width:3px}.ring-inner{width:60px;height:60px}.ring-core{width:45px;height:45px}.text-content{font-size:.9em}}@keyframes loader-letter-anim{0%,to{opacity:.4;transform:translateY(0)}20%{opacity:1;text-shadow:var(--loader-text-glow)}40%{opacity:.7;transform:translateY(0)}}.loader-letter{display:inline-block;opacity:.4;transform:translateY(0);animation:loader-letter-anim 2.4s infinite;z-index:1;border-radius:50ch;border:none}.loader-letter:first-child{animation-delay:0s}.loader-letter:nth-child(2){animation-delay:.1s}.loader-letter:nth-child(3){animation-delay:.2s}.loader-letter:nth-child(4){animation-delay:.3s}.loader-letter:nth-child(5){animation-delay:.4s}.loader-letter:nth-child(6){animation-delay:.5s}.loader-letter:nth-child(7){animation-delay:.6s}.loader-letter:nth-child(8){animation-delay:.7s}.loader-letter:nth-child(9){animation-delay:.8s}.loader-letter:nth-child(10){animation-delay:.9s}.loader-letter:nth-child(11){animation-delay:1s}.loader-letter:nth-child(12){animation-delay:1.1s}.loader-letter:nth-child(13){animation-delay:1.2s}