@keyframes gradientShift{0%{background-position:0% 50%}25%{background-position:50% 0%}50%{background-position:100% 50%}75%{background-position:50% 100%}to{background-position:0% 50%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 6px #6366f11f}50%{box-shadow:0 0 20px #6366f14d}}@keyframes uploadPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes sidebarGradient{0%{background-position:0% 0%}50%{background-position:0% 100%}to{background-position:0% 0%}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animated-gradient-bg{background:linear-gradient(135deg,#111827,#151d30,#1a1a2e,#111827,#141c2f,#111827);background-size:300% 300%;animation:gradientShift 25s ease infinite}.animated-gradient-bg-light{background:linear-gradient(135deg,#f1f5f9,#e8edf5,#eef2f8,#f1f5f9,#eaeff6,#f1f5f9);background-size:300% 300%;animation:gradientShift 25s ease infinite}.fade-in{animation:fadeIn .3s ease-out}.slide-in-left{animation:slideInLeft .3s ease-out}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6366f133;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6366f159}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}html{font-size:15px}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
