body{font-family:Inter,sans-serif}@keyframes shimmerAnimation{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmerAnimation 1.6s infinite ease-in-out}@keyframes scanRowEnter{0%{background-color:#ecfdf5}50%{background-color:#f0fdfa}}.scan-row-enter{animation:scanRowEnter .5s ease-out}@keyframes scanRowNew{0%{background-color:#d1fae5}50%{background-color:#ecfdf5}to{background-color:transparent}}.scan-row-new{animation:scanRowNew .7s cubic-bezier(.16,1,.3,1) forwards}
