:root{--ink:#122828;--mint:#c7f9cc;--blue:#007fbd;--yellow:#ffdc24;--paper:#f8fff4;--green:#86eb9a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--mint);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #e64a16;outline-offset:5px}.wrap{width:min(1200px,calc(100% - 64px));margin-inline:auto}.announcement{padding:11px 18px;background:var(--ink);color:var(--mint);font-size:12px;text-align:center;letter-spacing:.17em;font-weight:800}header{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-block:22px;border-bottom:1px solid #12282833}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-family:Impact,'Arial Black',sans-serif;font-size:32px}.brand img{width:58px}nav{display:flex;gap:30px}nav a{font-size:14px;font-weight:700;text-decoration:none}nav a:hover{text-decoration:underline}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:28px;padding:19px 25px;background:var(--yellow);border:2px solid var(--ink);border-radius:12px;box-shadow:4px 5px 0 var(--ink);font-weight:900;text-decoration:none;font-size:16px;transition:transform .18s,box-shadow .18s}.button:hover{transform:translate(-1px,-3px);box-shadow:5px 8px 0 var(--ink)}.button:active{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--ink)}.compact{padding:14px 18px;font-size:14px}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:65px;padding-block:54px 70px;align-items:start}.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:900;margin:0 0 20px}.star{color:var(--blue);font-size:22px;vertical-align:middle;margin-right:6px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Impact,Haettenschweiler,'Arial Black',sans-serif;font-weight:900;letter-spacing:-.025em}h1{font-size:clamp(65px,6.9vw,95px);line-height:.97;margin-bottom:23px}h1 span{color:var(--blue);text-shadow:3px 3px 0 var(--yellow)}.lead{font-size:18px;line-height:1.6;margin-bottom:0}.art{position:relative;height:320px;isolation:isolate;margin-top:10px}.art:before{content:'';position:absolute;width:285px;height:285px;background:var(--yellow);border:2px solid var(--ink);border-radius:50%;left:70px;top:20px;z-index:-2}.art-word{position:absolute;font-family:Impact,sans-serif;font-size:95px;letter-spacing:-3px;color:#69cd7e;top:125px;left:0;z-index:-1;transform:rotate(-8deg)}.art img{position:absolute;width:350px;height:350px;object-fit:contain;right:18px;top:-10px}.sticker{position:absolute;right:-6px;bottom:28px;transform:rotate(-8deg);padding:13px 18px;background:var(--paper);border:2px solid var(--ink);border-radius:9px;box-shadow:3px 3px 0 var(--ink);font-size:13px;line-height:1.35;font-weight:900}.calculator{background:var(--blue);color:white;border:3px solid var(--ink);border-radius:25px;box-shadow:9px 10px 0 var(--ink);overflow:hidden;scroll-margin-top:25px}.calc-top{padding:24px 26px 18px;display:flex;align-items:center;justify-content:space-between}.calc-top .eyebrow{color:#d0efff;margin-bottom:10px}.calc-top h2{font-size:35px;line-height:1.03;margin:0;letter-spacing:.005em}.calc-symbol{font-size:43px;width:64px;height:64px;display:grid;place-items:center;border:2px solid #fff6;border-radius:50%;transform:rotate(-12deg);color:var(--yellow)}.price-strip{margin:0 26px;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:15px 17px;border:1px solid #ffffff50;border-radius:12px;background:#006ba3}.price-strip div{display:grid;gap:7px}.price-strip div:last-child{text-align:right}.price-strip span{font-size:12px;color:#d9f2ff}.price-strip strong{font-size:21px;font-variant-numeric:tabular-nums}.price-strip .price-arrow{font-size:24px;color:var(--yellow)}.input-area{padding:23px 26px 0}label{display:flex;justify-content:space-between;font-size:14px;font-weight:700;margin-bottom:10px}label span{font-size:12px;color:#d0efff}.amount-box{display:flex;align-items:center;background:var(--paper);border:2px solid var(--ink);color:var(--ink);border-radius:12px;padding:12px 16px;gap:10px}.amount-box>span:first-child{font-size:29px;color:#637568}.amount-box input{width:100%;min-width:0;font-size:36px;font-weight:900;background:none;border:0;color:var(--ink);outline-offset:0;font-variant-numeric:tabular-nums;appearance:textfield}.amount-box input::-webkit-inner-spin-button{appearance:none}.edit-hint{font-size:10px;color:#637568;line-height:1.4;font-weight:700}.quick{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.quick button{background:transparent;border:1px solid #b7e4fa;border-radius:8px;padding:10px 0;color:white;font-weight:800;font-size:14px}.quick button:hover{background:#ffffff24}.quick button[aria-pressed=true]{background:var(--yellow);color:var(--ink);border-color:var(--ink);box-shadow:2px 2px 0 var(--ink)}input[type=range]{width:100%;margin:23px 0 6px;appearance:none;height:7px;border-radius:20px;background:linear-gradient(to right,var(--yellow) var(--fill,1%),#ffffff50 var(--fill,1%));cursor:pointer}input[type=range]::-webkit-slider-thumb{appearance:none;width:25px;height:25px;border:2px solid var(--ink);border-radius:50%;background:var(--yellow);box-shadow:0 2px 0 var(--ink)}input[type=range]::-moz-range-thumb{width:23px;height:23px;border:2px solid var(--ink);border-radius:50%;background:var(--yellow)}.range-labels{display:flex;justify-content:space-between;font-size:12px;color:#d9f2ff;margin-top:7px}.error{font-size:13px;color:#fff3a9;min-height:16px;margin:10px 0 4px}.result{margin:0 14px;background:var(--yellow);color:var(--ink);border:2px solid var(--ink);border-radius:17px;padding:19px 20px 15px}.token-line{display:flex;gap:15px;justify-content:space-between;align-items:baseline;font-size:13px;padding-bottom:13px;border-bottom:1px dashed #12282866}.token-line strong{font-size:19px;overflow-wrap:anywhere}.value-label{font-size:12px;letter-spacing:.12em;font-weight:900;margin-top:17px}#listing-value{display:block;font-size:clamp(37px,4.3vw,55px);font-weight:900;letter-spacing:-.045em;line-height:1.15;margin-top:5px;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.basis{font-size:12px;margin:7px 0 18px}.buy{background:var(--ink);color:white;width:100%;box-shadow:3px 4px 0 #4b6961;border-color:var(--ink);font-size:18px;justify-content:center}.buy span{margin-left:auto}.handoff{display:block;font-size:11px;text-align:center;margin-top:12px}.calc-footer{padding:13px 25px 16px;font-size:11px;color:#ddf1ff;line-height:1.5}.calc-footer p{margin:0}.calc-footer p+p{margin-top:4px;font-size:10px;color:#cce6f4}#retry{color:white;background:transparent;border:1px solid white;border-radius:5px;padding:5px 8px;margin-top:8px}.ribbon{background:var(--yellow);border-block:3px solid var(--ink);overflow:hidden;transform:rotate(-1deg)}.ribbon div{white-space:nowrap;padding:19px;font-family:Impact,'Arial Black',sans-serif;font-size:24px;letter-spacing:.02em;word-spacing:4px;text-align:center}.ribbon span{margin-inline:26px;color:var(--blue)}.community{padding-block:85px}.section-title{text-align:center;max-width:850px;margin:0 auto 45px}.section-title h2{font-size:clamp(36px,4.4vw,57px);line-height:1.1;margin-bottom:18px}.section-title h2 span{color:var(--blue)}.section-title>p:last-child{font-size:17px;line-height:1.6;max-width:600px;margin-inline:auto}.community-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.scene{height:390px;position:relative;background:var(--green);border:2px solid var(--ink);border-radius:23px;overflow:hidden}.scene img{height:390px;width:100%;object-fit:contain}.scene-label{position:absolute;top:18px;left:18px;border:2px solid var(--ink);background:var(--yellow);border-radius:30px;padding:9px 13px;font-size:11px;font-weight:900;z-index:1}.steps article{display:flex;gap:20px;margin-bottom:26px}.steps article>span{border:2px solid var(--ink);border-radius:50%;width:42px;height:42px;display:grid;place-items:center;flex-shrink:0;font-weight:900;background:var(--paper)}h3{font-size:20px;margin-bottom:8px}.steps p{font-size:15px;line-height:1.6;margin:0}.text-link{display:inline-block;margin-left:62px;font-weight:800;text-underline-offset:5px}.closing{background:var(--ink);color:white;padding-block:65px}.closing-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.closing h2{font-size:65px;line-height:.98;margin:0}.closing h2 span{color:var(--yellow)}.closing .button{color:var(--ink);box-shadow:4px 5px 0 #ffffff70}.closing-secondary{display:block;text-align:center;font-size:14px;margin-top:24px;text-underline-offset:5px}footer{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-block:26px}.footer-brand{display:flex;align-items:center;gap:8px}footer p,footer>a{font-size:12px;margin:0;line-height:1.5}.mobile-cta{display:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(min-width:1400px){.art{height:350px}.art img{width:380px;height:380px}.hero{gap:80px}}@media(max-width:1000px){.hero{gap:30px}nav{display:none}.wrap{width:calc(100% - 40px)}h1{font-size:70px}.art img{right:0;width:310px;height:310px}.art:before{left:20px;width:250px;height:250px}.sticker{right:0}.community-grid{gap:35px}.calc-top h2{font-size:29px}}@media(max-width:720px){.announcement{font-size:10px;letter-spacing:.09em}.wrap{width:calc(100% - 32px)}header{padding-block:15px}.brand{font-size:25px}.brand img{width:45px;height:45px}header .compact{font-size:12px;padding:12px;gap:8px}.hero{grid-template-columns:1fr;gap:25px;padding-block:30px 52px}.intro{position:relative}.intro .eyebrow{font-size:10px;max-width:250px;margin-bottom:13px}h1{font-size:clamp(54px,12vw,82px);max-width:80%;position:relative;z-index:2}.lead{font-size:14px;line-height:1.6;max-width:70%;position:relative;z-index:2}.art{position:absolute;right:-8px;bottom:3px;width:43%;height:175px;margin:0}.art:before{width:125px;height:125px;left:auto;right:0;top:30px}.art img{width:180px;height:180px;max-width:none;right:-15px;top:0}.art-word,.sticker{display:none}.calculator{box-shadow:5px 6px 0 var(--ink);border-radius:20px}.calc-top{padding:21px 20px 18px}.calc-top h2{font-size:32px}.price-strip{margin-inline:20px}.input-area{padding-inline:20px}.result{padding:18px}#listing-value{font-size:48px}.community{padding-block:55px}.community-grid{grid-template-columns:1fr;gap:35px}.scene{height:280px}.scene img{height:280px}.section-title h2{font-size:36px}.section-title>p:last-child{font-size:15px}.closing-inner{display:block;text-align:center}.closing h2{font-size:54px;margin-bottom:30px}.closing .button{width:100%}footer{flex-wrap:wrap;padding-bottom:106px}footer p{order:3;width:100%;font-size:11px}.mobile-cta{position:fixed;bottom:0;left:0;right:0;z-index:10;background:var(--paper);border-top:2px solid var(--ink);padding:12px 17px calc(12px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 -5px 20px #12282812}.mobile-cta-socials{display:flex;gap:8px;align-items:center;flex:none}.social-icon-btn{flex:none;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:2px solid var(--ink);box-shadow:2px 2px 0 var(--ink);line-height:0;overflow:hidden}.social-icon-btn svg{display:block;flex:none;max-width:none}.social-icon-btn.telegram{background:#2AABEE}.social-icon-btn.twitter{background:var(--yellow)}.ribbon div{font-size:19px;padding:15px}.token-line{font-size:12px}.token-line strong{font-size:17px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media(min-width:721px) and (prefers-reduced-motion:no-preference){.art img{animation:bob 5s ease-in-out infinite}@keyframes bob{50%{transform:translateY(-8px) rotate(1deg)}}}
