/* Auto-extracted from valve_scandals_registry.html by refactor */
body {
    background-color: #05070a;
    color: #d1d5db;
}
 
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #080a0f;
}
::-webkit-scrollbar-thumb {
    background: #1f2937;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ff3b30;
}
.neon-border-red {
    box-shadow: 0 0 15px rgba(255, 59, 48, 0.1);
}
.neon-border-cyan {
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.1);
}
