body{margin:0;background:#0a0a0a;color:#fff;font-family:sans-serif;overflow-x:hidden}.spacer{height:100vh;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#444}.spacerX{height:100vh;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#888;background:#0a0a0a}#circuit-container{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#1a1a1a,#0a0a0a)}#circuit-container-neon-blue{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#0a0a2a,#050515)}#circuit-container-neon-red{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#2a0a0a,#150505)}svg{width:80%;max-width:800px;height:auto;overflow:visible}.circuit-line{fill:none;stroke:#0fc;stroke-width:2;stroke-linecap:round;filter:drop-shadow(0 0 5px #00ffcc)}.circuit-line-blue{fill:none;stroke:#0af;stroke-width:2;stroke-linecap:round;filter:drop-shadow(0 0 5px #00aaff)}.circuit-line-red{fill:none;stroke:#f44;stroke-width:2;stroke-linecap:round;filter:drop-shadow(0 0 5px #ff4444)}#processor{fill:#111;stroke:#0fc;stroke-width:2;opacity:0}#processor-2{fill:#111;stroke:#0af;stroke-width:2;opacity:0}#processor-3{fill:#111;stroke:#f44;stroke-width:2;opacity:0}.signup-form{max-width:400px;margin:2rem auto;padding:2rem;background:#1e1e1ecc;border-radius:10px;box-shadow:0 0 20px #00ffcc4d}.signup-form h2{text-align:center;margin-bottom:1.5rem;color:#0fc}.signup-form-neon-blue{max-width:400px;margin:2rem auto;padding:2rem;background:#0a0a1ecc;border-radius:10px;box-shadow:0 0 20px #00aaff4d}.signup-form-neon-blue h2{text-align:center;margin-bottom:1.5rem;color:#0af}.signup-form-neon-red{max-width:400px;margin:2rem auto;padding:2rem;background:#1e0a0acc;border-radius:10px;box-shadow:0 0 20px #ff44444d}.signup-form-neon-red h2{text-align:center;margin-bottom:1.5rem;color:#f44}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#ccc}.form-group input{width:100%;font-size:1rem;padding:.75rem;border:1px solid #444;border-radius:5px;background:#111;color:#fff;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#0fc}.form-group input:focus.blue{border-color:#0af}.form-group input:focus.red{border-color:#f44}.submit-btn{width:100%;padding:.75rem;background:#0fc;color:#000;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s}.submit-btn:hover{background:#0ca}.submit-btn-blue{width:100%;padding:.75rem;background:#0af;color:#000;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s}.submit-btn-blue:hover{background:#08c}.submit-btn-red{width:100%;padding:.75rem;background:#f44;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s}.submit-btn-red:hover{background:#c33}.animation-selector{position:fixed;top:0;left:0;z-index:1000;border-radius:5px;display:flex;align-items:center;gap:10px;min-width:200px;width:calc(100% - 40px);max-width:90vw;justify-content:space-between;padding:10px 20px}.animation-buttons{display:flex;flex-direction:row;gap:5px}.ylx-text{font-size:1.5rem;color:#888;font-family:sans-serif;font-weight:700}.animation-btn{background:#0fc;color:#000;border:none;padding:5px 10px;border-radius:3px;cursor:pointer;font-weight:700;transition:background .3s}.animation-btn:hover{background:#0ca}.animation-btn.blue{background:#0af;color:#000}.animation-btn.blue:hover{background:#08c}.animation-btn.red{background:#f44;color:#fff}.animation-btn.red:hover{background:#c33}
