:root{--bg:#18181a;--surface:#202022;--text:#f3f3ef;--muted:#acacae;--line:#39393b;--accent:#d6ff62;--body:'DM Sans',Arial,sans-serif;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:6px}::selection{background:var(--accent);color:var(--bg)}.page-wrap{max-width:1440px;margin:0 auto;padding:0 64px}.header{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:27px;font-weight:700;letter-spacing:-1.3px}.brand img{object-fit:contain}.brand-period{color:var(--accent)}nav{display:flex;gap:36px;color:var(--muted);font-size:14px}nav a{padding:14px 0}nav a:hover,.text-link:hover,footer>a:last-child:hover{color:var(--accent)}.social-link{display:flex;align-items:center;gap:14px;font-size:14px;min-height:44px}.social-link svg{width:17px;height:17px;fill:currentColor}.social-link>span:last-child{font-size:21px;color:var(--accent)}.hero{display:grid;grid-template-columns:1.28fr 1fr;gap:24px;align-items:center;min-height:610px;padding:64px 0 66px}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:600;margin:0 0 24px;display:flex;align-items:center;gap:12px}.mini-mark{border:1px solid #707073;border-radius:4px;padding:5px 7px;font-size:11px;letter-spacing:.7px}h1,h2,p{margin-top:0}h1{font-family:var(--display);font-weight:700;font-size:clamp(62px,6.7vw,96px);line-height:.96;letter-spacing:-1.5px;margin-bottom:27px}h1>span{color:var(--accent)}.hero-description{color:var(--muted);line-height:1.65;margin-bottom:30px;font-size:16px}.hero-actions{display:flex;align-items:center;gap:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:17px 23px;font-size:14px;font-weight:700;border-radius:5px;transition:background .2s,transform .2s}.button-primary{background:var(--accent);color:var(--bg)}.button-primary:hover{background:#e2ff95;transform:translateY(-2px)}.button svg{height:18px;width:18px;fill:currentColor}.text-link{font-size:14px;font-weight:600;padding:14px 0}.text-link span{margin-left:14px}.hero-art{position:relative;min-width:0;aspect-ratio:1;display:grid;place-items:center;margin-left:12px}.logo-disc{width:85%;aspect-ratio:1;border:1px solid #444447;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 45% 40%,#313133,var(--bg) 72%);box-shadow:0 0 0 24px #18181a,0 0 0 25px #27272a}.logo-disc img{width:67%;height:auto;transform:rotate(-8deg)}.art-coordinate{position:absolute;color:#99999e;font-size:10px;letter-spacing:2px}.art-coordinate-top{top:0;left:3%}.art-coordinate-bottom{bottom:0;right:2%}.ticker-sticker{position:absolute;right:0;bottom:11%;background:var(--accent);color:var(--bg);font-family:var(--display);font-weight:700;font-size:52px;line-height:.85;padding:19px 24px 15px;transform:rotate(-9deg);box-shadow:5px 6px 0 #18181a;border:1px solid var(--bg)}.ticker-sticker span{font:600 9px var(--body);letter-spacing:1.1px;display:block;margin-top:10px}.contract{padding:27px 30px;border:1px solid var(--line);background:#1c1c1e;display:flex;align-items:center;gap:30px;border-radius:8px;position:relative}.small-label{display:block;font-size:10px;letter-spacing:1.4px;font-weight:600;color:var(--muted);margin-bottom:8px}.contract h2{font-size:16px;margin:0;white-space:nowrap}.contract-label{padding-right:30px;border-right:1px solid var(--line)}.contract-field{flex:1;display:flex;min-width:0;align-items:center;gap:15px}.contract input{color:var(--text);background:transparent;border:0;min-width:0;width:100%;font-family:monospace;font-size:14px;padding:12px 0;text-overflow:ellipsis}.contract input::placeholder{color:#919194}.pending-tag{font-size:10px;letter-spacing:1px;color:var(--accent);border:1px solid #4e5838;padding:8px 10px;border-radius:4px;white-space:nowrap}#copy-contract{border:1px solid var(--line);background:var(--surface);color:var(--text);padding:11px 14px;border-radius:4px;white-space:nowrap;font-size:12px}#copy-contract:hover{border-color:var(--accent)}.section{padding:95px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:32px}.section-heading .eyebrow,.story .eyebrow{color:var(--muted);margin-bottom:18px}.section-heading h2,.story h2{font-family:var(--display);font-size:clamp(42px,4.4vw,64px);line-height:1;margin:0;font-weight:600;letter-spacing:-.4px}.section-heading h2 span{color:var(--accent)}.section-heading>p{font-size:14px;line-height:1.6;color:var(--muted);margin:0 0 3px}.clip-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.clip-card{min-width:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:8px}.clip-top{display:flex;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:1.4px;color:var(--muted)}.clip-top span:last-child{color:var(--accent)}.tweet-slot{position:relative;min-height:320px;display:grid;align-items:center;padding:16px}.embed-placeholder{text-align:center;padding:58px 12px}.embed-placeholder svg{width:48px;height:48px;fill:var(--accent);padding:12px;border:1px solid #53574a;border-radius:50%;margin-bottom:18px}.embed-placeholder p{font-size:17px;margin:0 0 10px}.embed-status{font-size:13px;color:var(--muted)}.tweet-mount{width:100%;display:flex;justify-content:center}.tweet-mount:empty{display:none}.tweet-mount .twitter-tweet{margin:0!important}.tweet-slot.is-loaded .embed-placeholder{display:none}.clip-source{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid var(--line);font-size:12px;color:var(--muted);transition:background .2s}.clip-source:hover{background:#29292c}.clip-source strong{color:var(--text);font-weight:500}.clip-source>span:last-child{color:var(--text)}.story{display:grid;grid-template-columns:1fr 1fr;gap:70px;border-top:1px solid var(--line);padding:68px 0 85px}.story h2{font-size:70px;line-height:1.02}.story h2 span{color:var(--accent)}.story-copy{padding-top:4px}.story-copy>p{font-size:17px;line-height:1.65;color:var(--muted);max-width:500px;margin-bottom:18px}.story-copy strong{color:var(--text);font-weight:500}.previous-coin{margin-top:28px;padding-top:23px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}.previous-coin>span:first-child{min-width:0}.previous-address{font-size:11px;overflow-wrap:anywhere;font-family:monospace;color:var(--muted)}.previous-coin>span:last-child{color:var(--accent);font-size:22px}.previous-coin:hover .previous-address{color:var(--text)}footer{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:31px 0;border-top:1px solid var(--line)}footer .brand{font-size:21px}footer p{font-size:11px;color:var(--muted);margin:0;max-width:370px;line-height:1.6}footer>a:last-child{font-size:12px;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:20px;background:var(--accent);color:var(--bg);padding:12px;z-index:20}.skip-link:focus{top:12px}[hidden]{display:none!important}@media(min-width:1450px){.hero{min-height:665px}h1{font-size:105px}}@media(max-width:1100px){.page-wrap{padding:0 36px}.hero{min-height:560px;gap:10px}h1{font-size:clamp(56px,7.5vw,82px)}.hero-art{margin:0}.ticker-sticker{font-size:43px;padding:16px}.contract{gap:20px;padding:22px}.contract-label{padding-right:20px}.story{gap:35px}.story h2{font-size:60px}footer p{max-width:300px}}@media(max-width:760px){.page-wrap{padding:0 22px}.header{height:84px;gap:16px}.brand{font-size:24px}.brand img{width:28px;height:28px}nav{gap:20px;font-size:13px}.social-link>span{display:none}.social-link{justify-content:center;width:44px;border:1px solid var(--line);border-radius:50%}.hero{grid-template-columns:1fr;padding:49px 0 38px;gap:35px;min-height:0}h1{font-size:clamp(62px,12.5vw,90px);letter-spacing:-.8px}.eyebrow{font-size:10px;letter-spacing:1.2px}.hero-description{font-size:16px}.hero-art{width:min(83%,370px);margin:0 auto}.hero-actions{gap:24px}.contract{flex-wrap:wrap;gap:16px;padding:21px}.contract-label{border:0;padding:0;flex:1}.contract-field{flex-basis:100%;order:3;border-top:1px solid var(--line);padding-top:8px}.contract input{font-size:12px}.pending-tag{font-size:9px}.section{padding:61px 0}.section-heading{display:block;margin-bottom:26px}.section-heading>p{margin-top:18px}.section-heading h2{font-size:46px}.clip-grid{grid-template-columns:1fr;gap:22px}.clip-top,.clip-source{padding:17px 18px}.tweet-slot{min-height:290px;padding:10px}.story{grid-template-columns:1fr;gap:28px;padding:49px 0}.story h2{font-size:64px}.story-copy>p{font-size:16px}.previous-address{font-size:10px}footer{flex-wrap:wrap;gap:22px;padding:26px 0}footer p{order:3;max-width:none;flex-basis:100%;font-size:11px}footer>a:last-child{margin-left:auto}.art-coordinate{font-size:9px}.ticker-sticker{bottom:8%;right:-4%;font-size:45px}}@media(max-width:370px){nav{gap:12px}.header{gap:9px}.brand{font-size:21px}.hero-actions{gap:16px}.button{padding:16px;font-size:13px}.text-link{font-size:13px}h1{font-size:57px}.section-heading h2{font-size:40px}.clip-source{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
nav a{white-space:nowrap}.small-label,.clip-top,.art-coordinate,.pending-tag{font-size:12px;letter-spacing:1px}.previous-address,footer p{font-size:12px}@media(max-width:760px){h1{font-size:clamp(40px,11.6vw,82px)}.header{gap:12px}nav{gap:18px}.pending-tag{font-size:10px}.small-label,.clip-top,.art-coordinate{font-size:10px}.hero-art{margin-top:4px}}
