@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Silkscreen:wght@400;700&display=swap";:root{--green:#c8ff18;--dark:#080b09;--paper:#eae9df;--line:#272c28}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--paper);margin:0;font-family:Space Mono,monospace}a{color:inherit;text-decoration:none}button{font:inherit}.brand{letter-spacing:.5px;align-items:center;gap:10px;font-family:Anton;font-size:17px;line-height:.9;display:flex}.brand b{color:var(--green);font-weight:400}.coin{background:var(--green);color:#080b09;border-radius:50%;place-items:center;width:42px;height:42px;font-size:26px;display:grid;transform:rotate(-8deg)}header{z-index:10;border-bottom:1px solid #ffffff1c;justify-content:space-between;align-items:center;width:100%;height:78px;padding:0 4vw;display:flex;position:absolute}nav{align-items:center;gap:32px;font-size:12px;font-weight:700;display:flex}nav a:hover{color:var(--green)}.social{border:1px solid #fff3;border-radius:50%;padding:13px 10px}.buy{background:var(--green);color:#070a08;border:0;justify-content:center;align-items:center;gap:12px;padding:17px 24px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:5px 5px #fff}.buy:hover{transform:translate(-2px,-2px);box-shadow:7px 7px #fff}.buy.top{box-shadow:none;padding:13px 20px}.menu{color:#fff;background:0 0;border:0;display:none}.hero{background:#020403;min-height:820px;padding:175px 7vw 80px;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(90deg,#02040359 0%,#0204031a 50%,#0204030d),url(/assets/cash-frog-hero.png) 50%/cover no-repeat;position:absolute;inset:0}.hero>:not(.hero-bg){z-index:2;position:relative}.eyebrow,.section-no{letter-spacing:2px;color:#a7b2a8;font-size:12px}.eyebrow i{background:var(--green);width:7px;height:7px;box-shadow:0 0 12px var(--green);border-radius:50%;margin-right:8px;display:inline-block}.hero h1,h2{text-transform:uppercase;margin:18px 0;font-family:Anton,sans-serif;font-weight:400;line-height:.82}.hero h1{letter-spacing:-3px;font-size:clamp(88px,12vw,180px)}.hero h1 span,h2 span{color:var(--green)}.lead{margin:28px 0;font-weight:700;line-height:1.6}.actions{align-items:center;gap:20px;display:flex}.outline{color:#fff;background:#080b0999;border:1px solid #8c968f;align-items:center;gap:10px;padding:16px 20px;display:flex}.scroll{letter-spacing:2px;writing-mode:vertical-rl;font-size:10px;bottom:45px;right:4vw;position:absolute!important}.scroll span{color:var(--green);margin-top:10px;font-size:22px}.ticker{background:var(--green);color:#090b09;white-space:nowrap;z-index:4;position:relative;overflow:hidden;transform:rotate(-1deg)}.ticker div{width:max-content;padding:15px 0;font-family:Anton;font-size:23px;animation:25s linear infinite marquee}@keyframes marquee{to{transform:translate(-50%)}}.story,.faq{background:var(--paper);color:#0b0e0c;grid-template-columns:1fr 2fr;gap:5vw;padding:140px 7vw;display:grid}.story h2,.how h2,.faq h2{letter-spacing:-2px;font-size:clamp(64px,9vw,130px)}.story>div:last-child{max-width:880px}.story p{color:#454a46;max-width:650px;font-size:15px;line-height:1.9}.quote{border-top:1px solid #aaa;border-bottom:1px solid #aaa;margin-top:55px;padding:26px 0;font-family:Anton;font-size:32px}.stats{border-block:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.stats div{border-right:1px solid var(--line);padding:55px 4vw}.stats small{color:#7d887f;letter-spacing:2px;margin-bottom:15px;font-size:10px;display:block}.stats strong{font-family:Anton;font-size:38px;font-weight:400;line-height:1}.how{padding:130px 7vw}.how>h2{margin-bottom:70px}.steps{border:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.steps article{border-right:1px solid var(--line);min-height:310px;padding:32px;position:relative}.steps article:last-child{border:0}.steps article>b{color:#59615a;position:absolute;right:22px}.steps svg{color:var(--green);width:40px;height:40px;margin:35px 0}.steps h3{font-family:Anton;font-size:27px;font-weight:400}.steps p{color:#8b958d;font-size:12px;line-height:1.7}.contract{border:1px solid #4a534c;justify-content:space-between;align-items:center;margin-top:35px;padding:24px;display:flex}.contract small{color:#859087;margin-bottom:10px;display:block}.contract code{font-size:14px}.contract button{background:var(--green);border:0;align-self:stretch;align-items:center;gap:10px;padding:0 28px;font-weight:700;display:flex}.cta{text-align:center;border-block:1px solid var(--line);background:radial-gradient(circle,#153a20,#070b08 57%);padding:150px 5vw}.frogmark{background:var(--green);color:#080b09;border-radius:50%;place-items:center;width:80px;height:80px;margin:auto;font-family:Anton;font-size:52px;display:grid}.cta>p{letter-spacing:3px;font-size:11px}.cta h2{margin:35px 0;font-size:clamp(60px,8vw,115px)}.faq summary{cursor:pointer;justify-content:space-between;font-family:Anton;font-size:24px;list-style:none;display:flex}.faq details p{color:#555;max-width:650px;line-height:1.7}footer{grid-template-columns:1fr 2fr 1fr;align-items:start;gap:40px;padding:65px 7vw;display:grid}footer>p{color:#798279;max-width:570px;font-size:10px;line-height:1.7}footer>div:nth-child(3){flex-direction:column;gap:12px;font-size:11px;font-weight:700;display:flex}footer>small{border-top:1px solid var(--line);color:#586059;grid-column:1/-1;padding-top:25px;font-size:9px}@media (width<=800px){header{position:absolute}.top,nav{display:none}nav.open{background:#080b09;flex-direction:column;padding:25px;display:flex;position:absolute;top:78px;left:0;right:0}.menu{display:block}.hero{min-height:760px;padding:150px 6vw 70px}.hero-bg{opacity:.62;background-position:62%}.hero h1{font-size:82px}.actions{flex-direction:column;align-items:stretch;max-width:300px}.story,.faq{grid-template-columns:1fr;padding:90px 6vw}.stats,.steps{grid-template-columns:1fr 1fr}.stats div{padding:35px 6vw}.steps article{min-height:280px}.contract{flex-direction:column;align-items:stretch;gap:20px}.contract code{word-break:break-all}.contract button{justify-content:center;padding:16px}.how{padding:90px 6vw}footer{grid-template-columns:1fr}.faq h2,.how h2,.story h2{font-size:65px}footer>small{grid-column:1}}@media (width<=500px){.hero h1{font-size:65px}.steps,.stats{grid-template-columns:1fr}.steps article,.stats div{border-right:0;border-bottom:1px solid var(--line)}.scroll{display:none}}.coin{border-radius:4px;transform:rotate(-4deg);box-shadow:3px 3px #386900}.hero-bg{image-rendering:pixelated;background:linear-gradient(90deg,#02040329 0%,#0204030a 48%,#0000),url(/assets/cash-frog-hero-pixel.png) 50%/cover no-repeat}.hero h1{text-shadow:7px 7px #0b2112,-2px -2px #030604}.lead{text-shadow:2px 2px #000}.buy{border:3px solid #090d0a}.social,.outline{border-radius:3px}.ticker{border-block:4px solid #080b09}.story{grid-template-columns:.55fr 1.05fr 1.4fr;gap:4vw}.story-art img{width:100%;box-shadow:10px 10px 0 var(--green);image-rendering:pixelated;border:5px solid #0b0e0c;display:block}@media (width<=800px){.story{grid-template-columns:1fr}.story-art{max-width:520px}.hero-bg{opacity:.72}}:root{--green:#c7ff27;--dark:#050a06;--paper:#efe9ce;--line:#42612f;--ink:#10170d}body{background-color:var(--dark);background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:6px 6px;font-family:Silkscreen,Courier New,monospace}body:before{content:"";z-index:999;pointer-events:none;mix-blend-mode:multiply;background:repeating-linear-gradient(0deg,#0000 0 3px,#00000010 3px 4px);position:fixed;inset:0}h1,h2,.stats strong,.quote,.ticker div,.steps h3,.faq summary,.frogmark{font-family:"Press Start 2P",Courier New,monospace}.brand{letter-spacing:-.6px;font-family:"Press Start 2P",Courier New,monospace;font-size:10px;line-height:1.45}.brand .coin{font-family:"Press Start 2P",monospace;font-size:19px}header{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#050a06d9;border-bottom:4px solid #172219;height:84px}nav{gap:26px;font-family:"Press Start 2P",monospace;font-size:8px}nav a{border-bottom:3px solid #0000;padding:10px 5px}nav a:hover{border-color:var(--green)}.social{border:3px solid #526052;box-shadow:3px 3px #000;border-radius:0!important;padding:11px!important}.menu{color:var(--green);border:2px solid var(--green);background:#050a06;padding:10px;font-family:"Press Start 2P",monospace;font-size:10px}.coin,.frogmark{clip-path:polygon(12% 0,88% 0,88% 6%,100% 6%,100% 88%,94% 88%,94% 100%,6% 100%,6% 94%,0 94%,0 12%,6% 12%,6% 6%,12% 6%);border:0;border-radius:0;box-shadow:5px 5px #315c00}.hero{border-bottom:5px solid #0d160e;min-height:850px}.hero h1{letter-spacing:-5px;text-shadow:6px 6px #08170b,9px 9px #386700;font-size:clamp(54px,8vw,112px);line-height:1.02}.eyebrow,.section-no{color:#b9c7b8;font-family:"Press Start 2P",monospace;font-size:8px;line-height:1.8}.eyebrow i{border-radius:0;width:9px;height:9px}.lead{text-shadow:3px 3px #000;font-family:"Press Start 2P",monospace;font-size:10px;line-height:2.1}.buy,.outline,.contract button{border:4px solid #0a100a;border-radius:0;font-family:"Press Start 2P",monospace;font-size:9px;line-height:1.5;transition:none;box-shadow:6px 6px #f1f1d9}.buy:hover,.contract button:hover{transform:translate(3px,3px);box-shadow:3px 3px #f1f1d9}.outline{color:#fff;background:#071009e8;border-color:#b4c3b3;box-shadow:6px 6px #223926}.outline:hover{transform:translate(3px,3px);box-shadow:3px 3px #223926}.buy.top{border:3px solid #0a100a;font-size:8px;box-shadow:4px 4px #fff}.scroll{font-family:"Press Start 2P",monospace;font-size:7px}.ticker{border-block:5px solid #081008;transform:none}.ticker div{letter-spacing:-1px;padding:19px 0;font-size:13px}.story,.faq{background-color:var(--paper);border-bottom:6px solid var(--ink);background-image:linear-gradient(#24331c12 2px,#0000 2px),linear-gradient(90deg,#24331c12 2px,#0000 2px);background-size:12px 12px}.story h2,.how h2,.faq h2,.cta h2{letter-spacing:-4px;text-shadow:5px 5px #c6c1aa;font-size:clamp(40px,6vw,84px);line-height:1.12}.how h2,.cta h2{text-shadow:5px 5px #1d321c}.story-art{position:relative}.story-art:before{content:"CASH_FROG.PNG";z-index:2;color:var(--green);background:#080d08;padding:8px;font-family:"Press Start 2P",monospace;font-size:7px;position:absolute;bottom:10px;left:10px}.story-art img{border:6px solid #11190f;border-radius:0;box-shadow:12px 12px #4f741f}.story p,.steps p,.faq details p{font-family:Silkscreen,monospace;font-size:15px;line-height:1.65}.quote{border:4px solid var(--ink);background:#dcd6bb;padding:24px;font-size:17px;line-height:1.65;box-shadow:8px 8px #6d765e}.stats{background:#0a100a;border-block:6px solid #43612e}.stats div{border-right:4px solid #273d24;position:relative}.stats div:after{content:"";background:var(--green);width:7px;height:7px;position:absolute;bottom:8px;right:8px}.stats small{font-family:"Press Start 2P",monospace;font-size:7px}.stats strong{color:#f2ecd8;font-size:22px;line-height:1.4}.how{background-color:#071009;background-image:radial-gradient(#294425 1px,#0000 1px);background-size:10px 10px;border-bottom:6px solid #42612f}.steps{border:0;gap:14px}.steps article{background:#0a140c;min-height:330px;padding:28px;box-shadow:8px 8px #20351e;border:4px solid #5c7750!important}.steps article>b{color:#91a68c;font-family:"Press Start 2P",monospace;font-size:8px}.pixel-icon{background:var(--green);color:#0a100a;margin:38px 0 14px;padding:10px 8px;font-family:"Press Start 2P",monospace;font-size:8px;display:inline-block;box-shadow:5px 5px #3e6b17}.steps h3{font-size:15px;line-height:1.5}.steps p{color:#9bad9a;font-size:13px}.contract{background:#0b150c;border:4px solid #607b55;box-shadow:8px 8px #20351e}.contract small{font-family:"Press Start 2P",monospace;font-size:7px}.contract code{font-family:Silkscreen,monospace}.contract button{min-height:58px;box-shadow:5px 5px #fff}.cta{background-color:#071008;background-image:linear-gradient(45deg,#142815 25%,#0000 25% 75%,#142815 75%),linear-gradient(45deg,#142815 25%,#0000 25% 75%,#142815 75%);background-position:0 0,12px 12px;background-size:24px 24px;border-block:6px solid #456330}.frogmark{border:5px solid #0b100b;font-size:34px;box-shadow:7px 7px #426800}.cta>p{font-family:"Press Start 2P",monospace;font-size:8px}.faq details{border-top:4px solid #252d21;padding:28px 6px}.faq details:last-child{border-bottom:4px solid #252d21}.faq summary{font-size:13px;line-height:1.6}.faq summary b{color:#4d7b10;font-size:20px}.faq details p{font-size:14px}footer{background:#050905;border-top:6px solid #41612c}footer>p,footer>small,footer>div:nth-child(3){font-family:"Press Start 2P",monospace;font-size:6px;line-height:2.1}footer>div:nth-child(3) a{color:var(--green);border:3px solid #41533c;padding:12px}@media (width<=800px){header{height:76px}.brand{font-size:8px}nav.open{border-block:4px solid var(--green);gap:12px;top:76px}nav.open a{width:100%;font-size:9px}.hero{min-height:800px}.hero h1{letter-spacing:-4px;font-size:58px}.hero-bg{opacity:.64}.story h2,.how h2,.faq h2,.cta h2{letter-spacing:-3px;font-size:42px}.steps{gap:12px}.steps article{min-height:290px}.stats strong{font-size:18px}}@media (width<=500px){.hero h1{letter-spacing:-3px;font-size:45px}.lead{font-size:8px}.buy,.outline{font-size:7px}.story,.faq,.how{padding-top:75px;padding-bottom:75px}.story h2,.how h2,.faq h2,.cta h2{letter-spacing:-2px;font-size:33px}.quote{font-size:12px}.stats strong{font-size:17px}.steps article{min-height:255px}.contract code{font-size:12px}}
