/* Grid lines */ .grid-overlay position: fixed; inset: 0; z-index: 1; background-image: linear-gradient(rgba(232, 168, 37, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 168, 37, 0.03) 1px, transparent 1px); background-size: 60px 60px; animation: gridShift 20s linear infinite;
Key features
All benchmarks were conducted in accordance with IEC 62841‑1 and validated using the SSIS Test Suite v2.3. SSIS-878 4K
/* Main title */ .title-main font-family: 'Orbitron', sans-serif; font-weight: 900; font-size: clamp(48px, 10vw, 120px); letter-spacing: 0.08em; line-height: 1; color: transparent; background: linear-gradient( 135deg, #f0e8d8 0%, #e8a825 30%, #f0e8d8 50%, #e8a825 70%, #f0e8d8 100% ); background-size: 200% 200%; -webkit-background-clip: text; background-clip: text; animation: shimmer 4s ease-in-out infinite, fadeScaleIn 1.2s ease-out 0.5s both; position: relative; filter: drop-shadow(0 0 30px var(--glow)) drop-shadow(0 0 60px rgba(232, 168, 37, 0.15)); /* Grid lines */
/* Floating dots */ .float-dot position: fixed; width: 3px; height: 3px; background: var(--accent); border-radius: 50%; opacity: 0; z-index: 8; background-size: 60px 60px