@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-slide-up{animation:slideUp .8s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-in-right{animation:slideInRight .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes infinite-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-infinite-scroll{display:flex;width:max-content;animation:infinite-scroll 30s linear infinite}.marquee-gradient{mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#008d8e;border-radius:10px}@keyframes pulse-soft{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes data-flow{0%{transform:translateY(0) translate(0);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translateY(-100px) translate(20px);opacity:0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes orbit{0%{transform:rotate(0) translate(100px) rotate(0)}to{transform:rotate(360deg) translate(100px) rotate(-360deg)}}.animate-pulse-soft{animation:pulse-soft 4s ease-in-out infinite}.animate-data-flow{animation:data-flow 3s linear infinite}.animate-float{animation:float 6s ease-in-out infinite}.glass-morphism{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.glass-morphism-dark{background:#0f172acc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05)}.text-gradient-teal{background:linear-gradient(135deg,#00d2d3,#008d8e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.btn-shimmer{position:relative;overflow:hidden}.btn-shimmer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.12) 45%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.12) 55%,transparent 70%);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite;pointer-events:none;border-radius:inherit}@keyframes rotate-gradient{0%{--angle: 0deg}to{--angle: 360deg}}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.badge-glow{position:relative;background:#ffffff08;border:1px solid transparent;background-clip:padding-box}.badge-glow:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;padding:1px;background:conic-gradient(from var(--angle),#008d8e,#79d7bc,#008d8e,#79d7bc,#008d8e);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:rotate-gradient 4s linear infinite;opacity:.6}@keyframes glow-breathe{0%,to{opacity:.15;transform:scale(1) translate(var(--tx, 0),var(--ty, 0))}50%{opacity:.3;transform:scale(1.1) translate(var(--tx, 0),var(--ty, 0))}}.orb-glow{animation:glow-breathe 6s ease-in-out infinite;will-change:transform,opacity}@keyframes float-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hover-float{transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease}.hover-float:hover{transform:translateY(-4px);box-shadow:0 20px 40px #008d8e26}@keyframes text-reveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}.animate-text-reveal{animation:text-reveal 1s cubic-bezier(.77,0,.18,1) forwards}@keyframes line-draw{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes stagger-up{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-stagger-up{animation:stagger-up .8s cubic-bezier(.16,1,.3,1) both}@keyframes slide-bg{0%{background-position:0 0}to{background-position:60px 60px}}@keyframes slide-bg-reverse{0%{background-position:0 0}to{background-position:-60px 60px}}@keyframes hue-shift{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}@keyframes draw-cycle{to{stroke-dashoffset:-400}}@keyframes radar-ping{0%{transform:scale(1);opacity:.6}to{transform:scale(3.5);opacity:0}}.animate-draw-cycle{animation:draw-cycle 8s linear infinite}.animate-radar-ping{animation:radar-ping 4s cubic-bezier(0,0,.2,1) infinite}.animate-slide-bg{animation:slide-bg 10s linear infinite,hue-shift 20s linear infinite}.animate-slide-bg-reverse{animation:slide-bg-reverse 12s linear infinite,hue-shift 25s linear infinite reverse}::-webkit-scrollbar-thumb:hover{background:#004d4f}.bg-stripes-indigo{background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(99,102,241,.3) 10px,rgba(99,102,241,.3) 20px)}.bg-stripes-sky{background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(14,165,233,.3) 10px,rgba(14,165,233,.3) 20px)}@keyframes slide-bg{0%{background-position:0px 0px}to{background-position:85px 85px}}@keyframes slide-bg-reverse{0%{background-position:0px 0px}to{background-position:-85px 85px}}.animate-slide-bg{animation:slide-bg 4s linear infinite}.animate-slide-bg-reverse{animation:slide-bg-reverse 5s linear infinite}
