*{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0}body{background-color:#f5f5f5;min-height:100vh}.full-width{width:100%}.flex-center{align-items:center;display:flex;justify-content:center}.flex-column{display:flex;flex-direction:column}.flex-grow{flex-grow:1}.chart-container{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:350px;margin-bottom:20px;padding:16px}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c5c5c5;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a0a0a0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .3s ease-in-out}@media (max-width:600px){.chart-container{height:300px;padding:12px}}