/* 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 );
: It uses a sleek, modern look with neon lighting, digital overlays, and UI elements (like scanning graphics or data readouts) to simulate a computer interface or futuristic environment. missax cyberfile
/* Custom scrollbar */ ::-webkit-scrollbar width: 6px; ::-webkit-scrollbar-track background: var(--bg); ::-webkit-scrollbar-thumb background: var(--accent); border-radius: 3px; /* Scanline overlay */
.hero-sub max-width: 560px; margin-top: 28px; font-size: 14px; line-height: 1.8; color: var(--muted); opacity: 0; animation: fadeSlideUp 0.8s 0.7s forwards; background: repeating-linear-gradient( 0deg
/* Main wrapper */ .wrapper position: relative; z-index: 1;