/* Custom Styles */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #0F172A;
}
::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #475569;
}

.nav-link.active {
    background-color: rgba(16, 185, 129, 0.15);
    color: #34D399;
    border: 1px solid rgba(16, 185, 129, 0.25);
}

.tv-token-link:hover {
    color: #38BDF8;
    text-decoration: underline;
}

.table-row-hover:hover {
    background-color: rgba(30, 41, 59, 0.4);
}
