@import "https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700&display=swap";html{background:#080808}body{margin:0}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}body{color:#fff;background:#080808;font-family:Inter,sans-serif}.coming-soon{isolation:isolate;flex-direction:column;min-height:100vh;padding:32px 55px;display:flex;position:relative;overflow:hidden}.coming-soon:before{content:"";filter:blur(180px);opacity:.12;z-index:-2;background:#b6ff00;border-radius:50%;width:650px;height:650px;position:absolute;top:-250px;right:-250px}.noise{opacity:.035;pointer-events:none;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.5'/%3E%3C/svg%3E");position:absolute;inset:0}.navbar{z-index:2;justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-1px;font-size:22px;font-weight:800}.logo span{color:#b6ff00}.status{letter-spacing:2px;align-items:center;gap:10px;font-size:11px;font-weight:600;display:flex}.status-dot{background:#b6ff00;border-radius:50%;width:7px;height:7px;box-shadow:0 0 15px #b6ff00}.hero{z-index:2;flex-direction:column;flex:1;justify-content:center;padding-bottom:20px;display:flex;position:relative}.eyebrow{color:#b6ff00;letter-spacing:4px;margin-bottom:25px;font-size:11px;font-weight:700}.hero h1{letter-spacing:-3px;text-transform:uppercase;font-family:Anton,sans-serif;font-size:clamp(85px,12vw,190px);font-weight:400;line-height:.82}.hero h1 span{color:#0000;-webkit-text-stroke:2px #b6ff00}.description{color:#9b9b9b;margin-top:35px;font-size:14px;line-height:1.7}.actions{align-items:center;gap:30px;margin-top:35px;display:flex}.primary-btn{color:#050505;letter-spacing:1.5px;background:#b6ff00;align-items:center;gap:35px;padding:16px 20px;font-size:11px;font-weight:800;text-decoration:none;transition:all .25s;display:flex}.primary-btn:hover{background:#fff;transform:translateY(-2px)}.primary-btn span{font-size:17px}.launch-text{color:#666;letter-spacing:3px;font-size:10px}.background-text{white-space:nowrap;color:#0000;-webkit-text-stroke:1px #ffffff09;z-index:-1;-webkit-user-select:none;user-select:none;font-family:Anton,sans-serif;font-size:13vw;position:absolute;bottom:30px;right:-30px}footer{color:#555;letter-spacing:2px;z-index:2;justify-content:space-between;font-size:9px;font-weight:600;display:flex}@media (width<=768px){.coming-soon{padding:25px 22px}.status{letter-spacing:1px;font-size:8px}.hero h1{letter-spacing:-2px;font-size:clamp(75px,25vw,130px);line-height:.87}.eyebrow{letter-spacing:2.5px;font-size:9px}.description{font-size:13px}.actions{flex-direction:column;align-items:flex-start;gap:20px}footer{gap:10px;font-size:7px}footer span:nth-child(2){display:none}}
