@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap";:root{color:#f1f1e9;font-synthesis:none;--lime:#c2f658;background:#10120f;font-family:Space Grotesk,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:disabled{opacity:.5;cursor:default}button:focus-visible,a:focus-visible{outline:3px solid var(--lime);outline-offset:5px}a{color:inherit;text-decoration:none}header{border-bottom:1px solid #34372d;justify-content:space-between;align-items:center;height:96px;padding:0 6%;display:flex}.wordmark{letter-spacing:-1.5px;font-size:27px;font-weight:700}.wordmark span{color:var(--lime);vertical-align:top;margin-left:5px;font-size:15px}.quiet{color:inherit;background:0 0;border:0;padding:12px}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:6%;min-height:calc(100svh - 96px);padding:65px 6%;display:grid;overflow:hidden}.intro{animation:.7s both enter}.eyebrow{letter-spacing:1.6px;color:var(--lime);margin:0 0 30px;font-family:Space Mono,monospace;font-size:11px}h1{letter-spacing:-5px;margin:0 0 25px;font-size:clamp(46px,5.9vw,90px);line-height:1.02}em{color:var(--lime);font-style:normal}.lead{color:#aaafa2;max-width:380px;margin-bottom:30px;font-size:18px;line-height:1.6}.primary{background:var(--lime);color:#16200a;border:0;align-items:center;gap:35px;padding:18px 24px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.primary:hover{background:#d4ff85;transform:translateY(-3px)}.secondary{margin-left:24px;font-size:13px;display:inline-block}.micro{color:#787e6e;margin-top:20px;font-size:11px}.meme-stage{color:#10120f;aspect-ratio:1/1.04;background:#c2f658;flex-direction:column;animation:.9s both stage-enter;display:flex;position:relative;transform:rotate(2deg);box-shadow:12px 12px #2b3420}.stage-top,.stage-bottom{justify-content:space-between;align-items:center;padding:18px 22px;font-family:Space Mono,monospace;font-size:10px;display:flex}.stage-top{border-bottom:1px solid #17200b40}.pixel-face{aspect-ratio:1;width:45%;image-rendering:pixelated;background:#5c7a27;align-self:center;margin:35px 0;transition:transform .4s;position:relative;box-shadow:16px 16px #17220b}.pixel-face:before{content:"";background:repeating-linear-gradient(90deg,#0000 0 20%,#719b3630 20% 40%),repeating-linear-gradient(0deg,#0000 0 20%,#91b95030 20% 40%);position:absolute;inset:0}.eye{background:#141b0b;width:20%;height:20%;position:absolute;top:25%}.eye.left{left:15%}.eye.right{right:15%}.mouth{background:#141b0b;width:30%;height:20%;position:absolute;top:50%;left:35%}.mouth:before,.mouth:after{content:"";background:#141b0b;width:66.66%;height:150%;position:absolute;top:50%}.mouth:before{left:-33.33%}.mouth:after{right:-33.33%}.caption{text-align:center;padding:10px 20px}.caption p{font-family:Space Mono,monospace;font-size:12px;font-weight:700}.caption h2{letter-spacing:-1.5px;margin:10px 0;font-size:clamp(26px,3vw,42px)}.stage-bottom{border-top:1px solid #17200b40;justify-content:flex-start;gap:8px;margin-top:auto}.stage-bottom button{background:0 0;border:0;margin-left:auto;font-size:23px}.live-dot{background:#18260c;border-radius:50%;width:6px;height:6px}.meme-stage[data-frame="1"] .pixel-face{transform:rotate(-8deg)scale(1.06)}.meme-stage[data-frame="2"] .pixel-face{transform:rotate(8deg)translateY(-5px)}.account-section{background:#181c14;border-top:1px solid #34372d;grid-template-columns:1fr 1fr;gap:7%;padding:95px 6%;display:grid}.account-section h2{letter-spacing:-2px;margin:0 0 20px;font-size:48px;line-height:1.08}.account-section p:not(.eyebrow){color:#b4b9ab;max-width:380px;line-height:1.6}code{color:var(--lime)}.account-workspace{border-top:1px solid #59624a;align-self:center;min-width:0;padding-top:14px}#link-button{margin:12px 0}.player{border-bottom:1px solid #3b4430;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 0;display:flex}.player span{color:var(--lime);font-size:11px}.player button{margin-left:auto}.how{padding:95px 6%}.step{border-top:1px solid #34372d;grid-template-columns:55px 1fr 1fr;align-items:baseline;gap:20px;padding:28px 0;display:grid}.step>span{color:var(--lime);font-family:Space Mono,monospace;font-size:12px}.step h3{letter-spacing:-.6px;margin:0;font-size:26px}.step p{color:#9da591;max-width:420px;margin:0;font-size:14px;line-height:1.7}.step,.account-section{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.visible{opacity:1;transform:translateY(0)}footer{border-top:1px solid #34372d;justify-content:space-between;align-items:center;gap:20px;padding:40px 6%;display:flex}footer span{color:#8e9680;font-size:10px}[hidden]{display:none!important}@keyframes enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes stage-enter{0%{opacity:0;transform:rotate(7deg)translateY(35px)}to{opacity:1;transform:rotate(2deg)translateY(0)}}@media (width<=760px){header{height:76px}.hero{grid-template-columns:1fr;gap:40px;min-height:0;padding:45px 6% 65px}h1{letter-spacing:-3px;font-size:58px}.lead{font-size:16px}.meme-stage{width:100%;max-width:460px;margin:auto}.secondary{margin-left:15px}.account-section{grid-template-columns:1fr;gap:24px;padding:60px 6%}.account-section h2{font-size:38px}.how{padding:60px 6%}.step{grid-template-columns:30px 1fr;gap:15px}.step p{grid-column:2}.step h3{font-size:24px}footer{flex-wrap:wrap}footer .wordmark{width:100%}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.step,.account-section{opacity:1;transform:none}}#user-button:empty{display:none}.reddit-image-area{background:#d5edab;flex:1;justify-content:center;align-items:center;min-height:0;padding:16px;display:flex}.reddit-image-area img{object-fit:contain;width:100%;height:100%;max-height:330px}.reddit-image-area p{text-align:center;padding:25px;font-size:13px}.caption{padding:12px 20px}.caption p{margin:0 0 8px}.caption a{font-size:11px;text-decoration:underline}.stage-top{gap:10px}.stage-top span{font-size:9px}.stage-bottom{min-height:55px}.meme-stage{aspect-ratio:auto;height:560px}.stage-bottom #source-label{text-overflow:ellipsis;white-space:nowrap;max-width:80%;overflow:hidden}@media (width<=760px){.meme-stage{height:500px}.reddit-image-area img{max-height:290px}}
