*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background-color:#050505;color:#f0f0f0;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}body::before{content:'';position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.03) 0,transparent 70%);pointer-events:none;z-index:0}.wrapper{text-align:center;padding:2rem;max-width:800px;position:relative;z-index:1}.logo{width:300px;margin:0 auto 1.5rem}.logo svg{width:100%;height:auto;display:block;filter:drop-shadow(0 0 40px rgba(255,255,255,.06))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}header h1{font-family:Rajdhani,sans-serif;font-size:2.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.4rem;background:linear-gradient(180deg,#e8e8e8 0,#a0a0a0 50%,#787878 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:.8rem;letter-spacing:.4em;text-transform:uppercase;color:#555;margin-bottom:2.5rem}.hero{margin:1rem 0}.hero h2{font-size:1.3rem;font-weight:300;color:#888;letter-spacing:.08em;text-transform:lowercase;margin-bottom:.8rem}.hero p{font-size:1rem;color:#555;letter-spacing:.12em;text-transform:lowercase}.waveform{display:flex;align-items:center;justify-content:center;gap:3px;margin:1.5rem 0 2rem;height:30px}.waveform span{display:block;width:3px;background:#f0f0f0;border-radius:2px;opacity:.15;animation:1.8s ease-in-out infinite wave}.waveform span:first-child{height:8px;animation-delay:0s}.waveform span:nth-child(2){height:14px;animation-delay:.1s}.waveform span:nth-child(3){height:22px;animation-delay:.2s}.waveform span:nth-child(4){height:30px;animation-delay:.3s}.waveform span:nth-child(5){height:38px;animation-delay:.35s}.waveform span:nth-child(6){height:26px;animation-delay:.4s}.waveform span:nth-child(7){height:34px;animation-delay:.5s}.waveform span:nth-child(8){height:40px;animation-delay:.55s}.waveform span:nth-child(9){height:28px;animation-delay:.6s}.waveform span:nth-child(10){height:18px;animation-delay:.65s}.waveform span:nth-child(11){height:30px;animation-delay:.7s}.waveform span:nth-child(12){height:36px;animation-delay:.75s}.waveform span:nth-child(13){height:24px;animation-delay:.8s}.waveform span:nth-child(14){height:14px;animation-delay:.85s}.waveform span:nth-child(15){height:8px;animation-delay:.9s}@keyframes wave{0%,100%{transform:scaleY(.3);opacity:.1}50%{transform:scaleY(1);opacity:.25}}footer{margin-top:4rem;font-size:.75rem;color:#333;letter-spacing:.05em}