body{font-family:Inter,sans-serif}.dashboard-card{transition:all .3s ease}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.scrolling-text-container{width:100%;overflow:hidden;white-space:nowrap}.scrolling-text{display:inline-block;animation:scrollText 25s linear infinite}@keyframes scrollText{0%{transform:translate(100%)}to{transform:translate(-100%)}}
