@import "https://api.fontshare.com/v2/css?f[]=satoshi@300,400,700&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&display=swap";a{cursor:pointer;text-decoration:none}.about-wrapper{flex-direction:column;justify-content:space-around;align-items:center;gap:2rem;padding-top:7rem;display:flex}a:hover{opacity:.8;transition:opacity .2s}.body-text{font-family:Satoshi,sans-serif;font-weight:400}.body-text-bold{font-family:Satoshi,sans-serif;font-weight:700}.mono-text{max-width:600px;font-family:DM Mono,monospace;font-weight:400;line-height:1.6}.hero-section{max-width:1100px;margin:-1rem auto;padding:2rem}.hero-button{margin-top:clamp(1.5rem,3vw,3rem)}.about-media{text-align:center;position:relative}.about-media img{border-radius:10px;min-width:300px;max-width:375px;height:auto;display:inline-block}.about-media .launch-button-overlay{--background:#262730;--text:#fff;background:var(--background);color:var(--text);z-index:10;border-radius:10px;justify-content:center;align-items:center;width:auto;max-width:200px;height:auto;max-height:40px;padding:10px 20px;font-size:12px;font-weight:500;line-height:16px;text-decoration:none;transition:transform .2s,background .2s;display:none;position:absolute;bottom:auto;left:16px;right:auto;overflow:hidden}.about-media .launch-button-overlay:hover{transform:translateY(-1px)}.about-media .launch-button-overlay .default:before{content:"";background:#51fe5f;border-radius:50%;width:5px;height:5px;margin-right:6px;transition:opacity .3s;animation:1s infinite pulse;display:inline-block;box-shadow:0 0 0 1px #51fe5f4d}.about-media .launch-button-overlay.live .default:before{opacity:0}.about-media .launch-button-overlay{padding:10px 20px;position:absolute;bottom:16px;right:16px}@media (width<=768px){.about-media .launch-button-overlay{display:inline-flex}.about-media img{border-radius:10px;max-width:100px;height:auto;display:block}}@media (width>=768px){.about-wrapper{flex-direction:row;padding-top:10rem}}.hero-image{width:100%}.hero-image img{width:100%;height:auto}.hero-text{text-align:right;color:#fff}.hero-tagline{padding-bottom:2rem;font-size:2rem;font-weight:300}.hero-description{font-family:DM Mono,monospace;font-weight:400}.launch-button{--background:#262730;--text:#fff;background:var(--background);color:var(--text);border-radius:10px;justify-content:center;align-items:center;padding:14px 28px;font-size:14px;font-weight:500;line-height:19px;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex;position:relative;overflow:hidden}.launch-button .default:before{content:"";background:#51fe5f;border-radius:50%;width:6px;height:6px;margin-right:8px;transition:opacity .3s;animation:1s infinite pulse;display:inline-block;box-shadow:0 0 0 1px #fe51514d}@keyframes pulse{0%,to{box-shadow:0 0 0 1px #51fe654d}50%{box-shadow:0 0 0 2px #51fe6580}}.hero-content{opacity:0;transition:opacity .5s}.hero-content:not(.hidden){opacity:1}