Missax Cyberfile May 2026
/* Scanline overlay */ .scanlines { position: fixed; inset: 0; pointer-events: none; z-index: 9999; background: repeating-linear-gradient( 0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.08) 2px, rgba(0, 0, 0, 0.08) 4px ); }
.nav-links { display: flex; gap: 28px; list-style: none; } missax cyberfile
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 0 30px var(--glow), inset 0 0 30px rgba(255,255,255,0.05); } /* Scanline overlay */