@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{background:#050505;font-family:Poppins,sans-serif;overflow:hidden}.launch-container{background:radial-gradient(circle at top,#6f2cff33,#0000 40%),radial-gradient(circle at bottom,#ff8a0033,#0000 40%),#050505;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.launch-content{z-index:2;text-align:center;color:#fff;position:relative}.launch-logo{filter:drop-shadow(0 0 30px #6f2cff);width:140px;margin-bottom:25px}.launch-content h1{margin-bottom:10px;font-size:4rem;font-weight:700}.launch-content p{color:#d1d1d1;margin-bottom:40px}.launch-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#6f2cff,#ff8a00);border:none;border-radius:60px;margin-top:40px;padding:16px 40px;font-size:18px;font-weight:600;box-shadow:0 0 30px #6f2cff88}.ecg-wrapper{width:700px;margin:auto}.ecg-svg{width:100%;height:120px}.ecg-path{fill:none;stroke:#bb86fc;stroke-width:6px;stroke-linecap:round;stroke-dasharray:2000;stroke-dashoffset:2000px;filter:drop-shadow(0 0 12px #bb86fc);animation:4s linear infinite ecgMove}@keyframes ecgMove{to{stroke-dashoffset:0}}.pulse-bg{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pulse-circle{border:2px solid #6f2cff66;border-radius:50%;width:300px;height:300px;animation:3s infinite pulse;position:absolute}.pulse-circle.delay{animation-delay:1.5s}@keyframes pulse{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2.5)}}.launching-text{color:#ff8a00;letter-spacing:2px;margin-top:40px;font-weight:600}.countdown-screen{z-index:100;background:#000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.count-number{color:#fff;text-shadow:0 0 40px #6f2cff;font-size:12rem;font-weight:700}@media (max-width:768px){.launch-content h1{font-size:2rem}.ecg-wrapper{width:90%}.count-number{font-size:6rem}.launch-btn{padding:14px 30px;font-size:16px}}
