/* Custom Scrollbar Premium */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #0a0a0c;
}
::-webkit-scrollbar-thumb {
    background: #ff003c;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff;
}

/* Seleksi Teks Bertema Neon */
::selection {
    background: #ff003c;
    color: #ffffff;
}

/* Efek glitch text halus untuk elemen HTML */
.font-cyber {
    text-transform: uppercase;
    letter-spacing: 2px;
}