.content-auto {
    content-visibility: auto;
}
.text-shadow-neon {
    text-shadow: 0 0 5px #00FF9D, 0 0 10px #00FF9D, 0 0 15px #00FF9D;
}
.text-shadow-matrix {
    text-shadow: 0 0 5px #00FF41, 0 0 10px #00FF41;
}
.border-glow {
    box-shadow: 0 0 5px #00FF9D, 0 0 10px #00FF9D;
}
.bg-glass {
    background: rgba(11, 15, 26, 0.7);
    backdrop-filter: blur(10px);
}