@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-down{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes zoom-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes glow{0%,to{box-shadow:0 0 5px #00ff7f80}50%{box-shadow:0 0 20px #00ff7fcc}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes slide-right{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-left{0%{transform:translate(100%)}to{transform:translate(0)}}.custom-modal-overlay{backdrop-filter:blur(8px);z-index:10000;opacity:0;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.custom-modal-overlay.show{opacity:1;display:flex}.custom-modal-content{border:1px solid #ffffff1a;border-radius:20px;width:90%;max-width:450px;padding:30px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);transform:scale(.9)}.custom-modal-overlay.show .custom-modal-content{transform:scale(1)}.glass-card,.metric-card,.widget{content-visibility:auto;contain-intrinsic-size:1px 200px}.custom-modal-header h3{color:#fff;margin:0;font-size:22px;font-weight:700}.custom-modal-body{margin:20px 0 30px}.custom-modal-body p{color:#fffc;line-height:1.6}.custom-modal-footer{justify-content:flex-end;gap:15px;display:flex}.btn{cursor:pointer;border:none;border-radius:12px;padding:12px 25px;font-weight:600;transition:all .3s}.btn-secondary{color:#fff;background:#ffffff1a}.btn-secondary:hover{background:#fff3}.btn-primary{color:#fff;background:#007bff}.btn-danger{background:#dc3545!important}.btn-warning{color:#000!important;background:#ffc107!important}.animate-fade-in{will-change:opacity;animation:.6s ease-out fade-in}.animate-fade-in-up{will-change:transform, opacity;animation:.6s ease-out fade-in-up}.animate-fade-in-down{animation:.6s ease-out fade-in-down}.animate-fade-in-left{animation:.6s ease-out fade-in-left}.animate-fade-in-right{animation:.6s ease-out fade-in-right}.animate-slide-in-up{animation:.6s cubic-bezier(.34,1.56,.64,1) slide-in-up}.animate-slide-in-down{animation:.6s cubic-bezier(.34,1.56,.64,1) slide-in-down}.animate-scale-in{animation:.6s cubic-bezier(.34,1.56,.64,1) scale-in}.animate-zoom-in{animation:.6s cubic-bezier(.34,1.56,.64,1) zoom-in}.animate-pulse{animation:2s ease-in-out infinite pulse}.animate-glow{animation:2s ease-in-out infinite glow}.animate-float{animation:3s ease-in-out infinite float}.animate-bounce{animation:1s ease-in-out infinite bounce}.animate-shake{animation:.5s ease-in-out shake}.animate-spin{animation:1s linear infinite spin}.animate-spin-reverse{animation:1s linear infinite spin-reverse}.animate-heartbeat{animation:1.3s ease-in-out infinite heartbeat}.stagger-item{animation:.6s ease-out both fade-in-up}.stagger-item:first-child{animation-delay:.1s}.stagger-item:nth-child(2){animation-delay:.2s}.stagger-item:nth-child(3){animation-delay:.3s}.stagger-item:nth-child(4){animation-delay:.4s}.stagger-item:nth-child(5){animation-delay:.5s}.stagger-item:nth-child(n+6){animation-delay:calc(.1s * (n - 5))}.smooth-transition{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.smooth-transition-fast{transition:all .15s cubic-bezier(.34,1.56,.64,1)}.smooth-transition-slow{transition:all .6s cubic-bezier(.34,1.56,.64,1)}.btn-interactive{transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.btn-interactive:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-interactive:active:before{width:300px;height:300px}.btn-interactive:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00ff7f4d}.btn-interactive:active{transform:translateY(-1px)}.card-hover{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.card-hover:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00ff7f33}.card-hover-scale{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.card-hover-scale:hover{transform:scale(1.05)}.card-hover-glow{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.card-hover-glow:hover{box-shadow:0 0 20px #00ff7f66}.loader{border:4px solid #00ff7f1a;border-top-color:#00ff7f;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.loader-dots{gap:4px;display:inline-flex}.loader-dots span{background:#00ff7f;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both bounce}.loader-dots span:first-child{animation-delay:-.32s}.loader-dots span:nth-child(2){animation-delay:-.16s}.scroll-fade-in{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.scroll-fade-in.in-view{opacity:1;transform:translateY(0)}.scroll-scale-in{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:scale(.9)}.scroll-scale-in.in-view{opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=768px){.animate-fade-in-left,.animate-fade-in-right{animation:.6s ease-out fade-in-up}.card-hover:hover{transform:translateY(-4px)}}
/*# sourceMappingURL=about.763a1f33.css.map */
