.compact-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.compact-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
.compact-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}
.compact-scroll::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}
@media (max-width: 640px) {
    button, a {
        min-height: 44px;
    }
}
.trend-up {
    color: #10B981;
}
.trend-down {
    color: #EF4444;
}
.trend-neutral {
    color: #6B7280;
}
