.ticker-ellipsis{display:block;width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:.2}50%{opacity:.4}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fade-in{animation:fadeIn 1s ease-out}.animate-slide-in-left{animation:slideInFromLeft 1s ease-out}.animate-slide-in-right{animation:slideInFromRight 1s ease-out}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse-custom{animation:pulse 2s ease-in-out infinite}.animate-gradient{background:linear-gradient(-45deg,#10b981,#059669,#047857,#065f46);background-size:400% 400%;animation:gradient 15s ease infinite}.glass{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.shadow-glow{box-shadow:0 0 20px #10b9814d}.shadow-glow-blue{box-shadow:0 0 20px #3b82f64d}.gradient-text{background:linear-gradient(135deg,#10b981,#059669,#047857);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.text-responsive{font-size:clamp(2rem,5vw,4rem)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#10b981;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#059669}
