/* Scramble Text Plugin Styles */
.scramble-text {
    /* 
     * Essential: Hidden initially to prevent FOUC (Flash of Unstyled Content).
     * The JS plugin will set this to 'visible' once initialized.
     */
    visibility: hidden;

    /* 
     * Optional: Monospace fonts look more "tech" during scramble, 
     * but standard sans-serif works fine too (like Valiente).
     */
    /* font-family: 'Courier New', monospace; */
}