:root {
  --paper: #eee6d5;
  --paper-light: #f7f1e5;
  --ink: #171717;
  --pencil: #68645d;
  --blue: #315ca8;
  --cyan: #8edee1;
  --red: #bf3d3c;
  --tape: rgba(197, 177, 137, .63);
  --line: rgba(23, 23, 23, .3);
  --hand: "Comic Sans MS", "Bradley Hand", cursive;
  --mono: "Courier New", Courier, monospace;
  --sans: Arial, Helvetica, sans-serif;
  --page: min(1320px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--hand); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

body::before { content: ""; position: fixed; z-index: -3; inset: 0; background: linear-gradient(90deg,transparent 79px,rgba(191,61,60,.13) 80px,transparent 81px), repeating-linear-gradient(0deg,transparent 0 31px,rgba(49,92,168,.08) 31px 32px); }
.grain { position: fixed; z-index: 80; inset: 0; pointer-events: none; opacity: .16; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }

.topbar { position: fixed; z-index: 40; inset: 0 0 auto; height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 38px; border-bottom: 2px solid var(--ink); background: rgba(238,230,213,.92); backdrop-filter: blur(7px); }
.brand { display: flex; align-items: center; gap: 11px; justify-self: start; transform: rotate(-.4deg); }
.brand-face { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font: 900 13px/1 var(--mono); }
.brand strong { font-size: 19px; letter-spacing: -.04em; }
.brand b { padding: 4px 7px; color: var(--paper-light); background: var(--red); transform: rotate(1.5deg); font: 900 9px/1 var(--mono); }
.topbar nav { display: flex; gap: 30px; font: 700 10px/1 var(--mono); }
.topbar nav a { position: relative; padding: 8px 0; }
.topbar nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0) rotate(-1deg); transition: transform .18s ease; }
.topbar nav a:hover::after { transform: scaleX(1) rotate(-1deg); }
.buy-small { min-width: 130px; height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; justify-self: end; color: var(--paper-light); background: var(--ink); border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--red); transform: rotate(.5deg); font: 900 10px/1 var(--mono); }
.buy-small span { color: var(--cyan); }
.buy-small:hover { transform: translate(2px,2px) rotate(.5deg); box-shadow: 2px 2px 0 var(--red); }

.hero { position: relative; min-height: 930px; display: flex; align-items: center; overflow: hidden; padding: 120px max(40px,calc((100vw - 1320px)/2)) 90px; border-bottom: 3px solid var(--ink); isolation: isolate; }
.hero-art { position: absolute; z-index: -3; inset: 0; background: url("assets/hero.webp") 58% center / cover no-repeat; transform: scale(1.018); transition: transform .25s ease-out; }
.hero::after { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg,rgba(238,230,213,.97) 0 26%,rgba(238,230,213,.72) 43%,rgba(238,230,213,.04) 68%); }
.hero-copy { position: relative; z-index: 2; width: min(680px,48vw); }
.scribble-label { width: max-content; margin: 0 0 24px; padding: 7px 10px 6px; color: var(--paper-light); background: var(--blue); transform: rotate(-1deg); font: 900 10px/1 var(--mono); letter-spacing: .03em; }
.hero h1 { margin: 0; font-size: clamp(100px,13vw,210px); font-weight: 900; line-height: .7; letter-spacing: -.09em; text-shadow: 4px 3px 0 rgba(49,92,168,.2); transform: rotate(-1.2deg); }
.ticker-mark { width: max-content; margin: 28px 0 0; padding: 8px 14px 7px; border: 4px solid var(--red); transform: rotate(1.5deg); font: 900 clamp(28px,3.2vw,48px)/1 var(--mono); }
.hero-tagline { max-width: 610px; margin: 30px 0 0; color: #34312e; font-size: clamp(18px,1.65vw,25px); font-weight: 700; line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.marker-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 3px solid var(--ink); box-shadow: 4px 4px 0 rgba(23,23,23,.18); font: 900 10px/1 var(--mono); transition: transform .15s ease, box-shadow .15s ease; }
.marker-button:nth-child(1) { transform: rotate(-.7deg); }
.marker-button:nth-child(2) { transform: rotate(.8deg); }
.marker-button:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 rgba(23,23,23,.18); }
.marker-button.dark { color: var(--paper-light); background: var(--ink); }
.marker-button.red { color: var(--paper-light); background: var(--red); border-color: var(--red); }
.marker-button.plain { min-width: 48px; padding: 0; background: var(--paper-light); }
.ca-note { width: min(610px,100%); min-height: 46px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin-top: 14px; padding: 0 13px; border: 2px dashed rgba(23,23,23,.55); background: rgba(247,241,229,.66); cursor: pointer; text-align: left; transform: rotate(-.2deg); }
.ca-note span { color: var(--red); font: 900 9px/1 var(--mono); }
.ca-note code { overflow: hidden; font: 600 10px/1 var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.ca-note b { color: var(--blue); font: 900 9px/1 var(--mono); }
.hero-note { position: absolute; right: 4vw; bottom: 70px; z-index: 3; display: grid; gap: 4px; padding: 12px 16px; border: 2px solid var(--ink); background: var(--paper-light); box-shadow: 6px 6px 0 var(--red); transform: rotate(-5deg); text-align: center; font: 700 9px/1 var(--mono); }
.hero-note strong { font-size: 13px; }
.down-arrow { position: absolute; right: 40px; bottom: 22px; z-index: 3; font: 900 30px/1 var(--hand); animation: nudge 1.8s ease-in-out infinite; }
@keyframes nudge { 50% { transform: translateY(5px); } }

.post-section { width: var(--page); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px,8vw,130px); margin: 0 auto; padding: 145px 0 160px; }
.section-index { margin: 0 0 25px; color: var(--blue); font: 900 9px/1 var(--mono); letter-spacing: .05em; }
.section-copy h2, .comic-heading h2, .token-copy h2, .chart-title h2 { margin: 0; font-size: clamp(54px,7vw,106px); font-weight: 900; line-height: .88; letter-spacing: -.065em; }
.section-copy > p:not(.section-index) { max-width: 620px; margin: 28px 0 0; color: #4d4943; font-family: var(--sans); font-size: 17px; line-height: 1.65; }
.underlined { display: inline-flex; margin-top: 30px; padding-bottom: 4px; border-bottom: 3px solid var(--red); color: var(--ink); font: 900 10px/1 var(--mono); }
.underlined:hover { color: var(--blue); border-color: var(--blue); }
.taped-post { position: relative; margin: 0; padding: 16px; border: 3px solid var(--ink); background: var(--paper-light); box-shadow: 12px 13px 0 rgba(49,92,168,.24); transform: rotate(1.2deg); }
.taped-post img { width: 100%; display: block; filter: saturate(.72) contrast(1.03); }
.taped-post figcaption { display: flex; justify-content: space-between; padding: 13px 2px 2px; font: 700 9px/1 var(--mono); }
.taped-post figcaption b { color: var(--red); }
.tape { position: absolute; z-index: 3; width: 105px; height: 32px; background: var(--tape); border-right: 1px solid rgba(90,73,39,.17); border-left: 1px solid rgba(90,73,39,.17); }
.tape-one { top: -17px; left: 12%; transform: rotate(-7deg); }
.tape-two { right: 10%; bottom: -16px; transform: rotate(5deg); }

.comic-section { padding: 140px max(40px,calc((100vw - 1320px)/2)) 155px; color: var(--paper-light); background: var(--ink); border-top: 8px solid var(--red); border-bottom: 8px solid var(--blue); }
.comic-heading { display: grid; grid-template-columns: 190px 1fr; align-items: start; }
.comic-heading .section-index { color: var(--cyan); }
.comic-heading h2 { max-width: 1040px; }
.comic-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 80px; border: 3px solid var(--paper-light); }
.comic-grid article { position: relative; min-height: 480px; display: flex; flex-direction: column; padding: 24px; border-right: 3px solid var(--paper-light); background: #222; }
.comic-grid article:last-child { border-right: 0; }
.comic-grid .red-panel { background: var(--red); }
.panel-no { align-self: flex-end; color: #8e8b84; font: 900 10px/1 var(--mono); }
.red-panel .panel-no { color: rgba(255,255,255,.6); }
.panel-doodle { height: 230px; display: grid; place-items: center; margin: 20px 0 26px; border: 2px dashed rgba(247,241,229,.38); font: 900 70px/1 var(--mono); }
.panel-doodle.laptop { position: relative; }
.panel-doodle.laptop i { position: absolute; width: 135px; height: 90px; border: 5px solid var(--paper-light); transform: skew(-4deg); }
.panel-doodle.laptop b { position: relative; margin-top: -95px; font-size: 25px; }
.panel-doodle.bull { position: relative; display: flex; gap: 38px; background: radial-gradient(circle,rgba(142,222,225,.16),transparent 55%); color: var(--cyan); }
.panel-doodle.bull::before { content: ""; position: absolute; width: 160px; height: 130px; border: 7px solid var(--paper-light); border-radius: 44% 44% 55% 55%; }
.panel-doodle.bull::after { content: ""; position: absolute; width: 230px; height: 90px; border-top: 7px solid var(--paper-light); border-radius: 50%; top: 32px; }
.panel-doodle.bull b { z-index: 2; font-size: 25px; }
.panel-doodle.launch { border-color: rgba(255,255,255,.55); font-size: 100px; }
.comic-grid h3 { margin: auto 0 15px; font: 900 28px/1 var(--mono); letter-spacing: -.06em; }
.comic-grid p { margin: 0; color: #aaa79f; font-family: var(--sans); font-size: 14px; line-height: 1.55; }
.red-panel p { color: #f3d9d3; }

.token-section { width: var(--page); display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(55px,8vw,130px); margin: 0 auto; padding: 150px 0; }
.token-image { position: relative; padding: 14px 14px 44px; border: 3px solid var(--ink); background: var(--paper-light); box-shadow: 14px 14px 0 var(--red); transform: rotate(-1.3deg); }
.token-image img { width: 100%; display: block; }
.token-tape { top: -18px; left: calc(50% - 52px); transform: rotate(3deg); }
.image-caption { position: absolute; right: 16px; bottom: 14px; left: 16px; font: 700 9px/1 var(--mono); }
.token-copy > p:not(.section-index) { max-width: 670px; margin: 30px 0 0; color: #4d4943; font-family: var(--sans); font-size: 18px; line-height: 1.6; }
.token-copy dl { margin: 42px 0 0; border-top: 2px solid var(--ink); }
.token-copy dl div { min-height: 54px; display: grid; grid-template-columns: 130px 1fr; align-items: center; border-bottom: 1px dashed rgba(23,23,23,.44); }
.token-copy dt { color: var(--pencil); font: 700 9px/1 var(--mono); }
.token-copy dd { justify-self: end; margin: 0; font: 900 11px/1 var(--mono); }
.buy-large { height: 62px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; margin-top: 25px; padding: 0 19px; color: var(--paper-light); background: var(--ink); border: 3px solid var(--ink); box-shadow: 7px 7px 0 var(--red); transform: rotate(.5deg); font: 900 11px/1 var(--mono); }
.buy-large strong { justify-self: center; color: var(--cyan); font-size: 16px; }
.buy-large b { font-size: 19px; }
.buy-large:hover { transform: translate(3px,3px); box-shadow: 4px 4px 0 var(--red); }

.chart-section { padding: 140px max(40px,calc((100vw - 1320px)/2)) 155px; background: var(--paper-light); border-top: 3px solid var(--ink); }
.chart-title { display: grid; grid-template-columns: 170px 1fr auto; align-items: end; margin-bottom: 42px; }
.chart-title .section-index { margin: 0 0 6px; }
.chart-title h2 { font-size: clamp(58px,8vw,120px); }
.chart-title > a { padding-bottom: 4px; border-bottom: 3px solid var(--red); font: 900 9px/1 var(--mono); }
.chart-title > a:hover { color: var(--blue); border-color: var(--blue); }
.chart-title > a[aria-disabled="true"] { color: #88837b; border-color: #aaa296; cursor: default; }
.chart-paper { border: 3px solid var(--ink); background: var(--paper); box-shadow: 12px 12px 0 var(--blue); transform: rotate(-.25deg); }
.chart-top { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 2px solid var(--ink); font: 800 9px/1 var(--mono); }
.chart-top b { color: var(--red); }
#dexFrame { display: none; width: 100%; height: 630px; border: 0; }
.chart-offline { min-height: 500px; display: grid; place-content: center; gap: 22px; text-align: center; }
.chart-offline strong { font: 900 22px/1 var(--mono); transform: rotate(-2deg); }
.sad-face { width: 140px; height: 140px; display: grid; place-items: center; margin: 0 auto; border: 4px solid var(--ink); border-radius: 50%; transform: rotate(-4deg); font: 900 42px/1 var(--mono); }

footer { min-height: 220px; display: grid; grid-template-columns: 1fr minmax(320px,650px) auto; align-items: center; gap: 55px; padding: 50px max(40px,calc((100vw - 1320px)/2)); color: var(--paper-light); background: var(--ink); border-top: 8px solid var(--red); }
.footer-logo { display: flex; align-items: baseline; gap: 10px; justify-self: start; }
.footer-logo span { font: 900 18px/1 var(--mono); }
.footer-logo strong { font-size: 19px; }
.footer-logo b { color: var(--cyan); font: 900 9px/1 var(--mono); }
footer p { margin: 0; color: #aaa79f; font: 500 9px/1.65 var(--mono); }
footer > div { display: flex; gap: 24px; font: 800 9px/1 var(--mono); }
footer > div a:hover { color: var(--cyan); }

.reveal { opacity: 0; transform: translateY(22px) rotate(.2deg); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  :root { --page: calc(100vw - 48px); }
  .topbar { padding: 0 24px; }
  .hero { min-height: 920px; align-items: flex-end; padding: 115px 24px 100px; }
  .hero-art { background-position: 59% top; background-size: auto 74%; background-repeat: no-repeat; }
  .hero::after { background: linear-gradient(0deg,var(--paper) 0 29%,rgba(238,230,213,.94) 42%,rgba(238,230,213,.08) 76%); }
  .hero-copy { width: min(750px,78vw); }
  .hero-note { display: none; }
  .post-section { grid-template-columns: 1fr; }
  .taped-post { width: min(850px,100%); }
  .comic-heading { grid-template-columns: 130px 1fr; }
  .comic-grid article { min-height: 450px; }
  .comic-grid h3 { font-size: 22px; }
  .token-section { grid-template-columns: 1fr; }
  .token-image { width: min(760px,100%); }
  .chart-title { grid-template-columns: 130px 1fr auto; }
  footer { padding-right: 24px; padding-left: 24px; }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 36px); }
  body::before { background: repeating-linear-gradient(0deg,transparent 0 31px,rgba(49,92,168,.07) 31px 32px); }
  .topbar { height: 62px; grid-template-columns: 1fr auto; padding: 0 18px; }
  .topbar nav { display: none; }
  .brand-face { width: 29px; height: 29px; }
  .buy-small { min-width: 106px; height: 35px; }
  .hero { min-height: 880px; padding: 105px 18px 100px; }
  .hero-art { background-position: 60% top; background-size: auto 59%; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(88px,27vw,132px); }
  .hero-tagline { font-size: 18px; }
  .hero-actions .dark { width: 100%; }
  .hero-actions .red { flex: 1; }
  .ca-note { grid-template-columns: auto 1fr; }
  .ca-note b { display: none; }
  .post-section { padding: 100px 0 115px; gap: 65px; }
  .section-copy h2, .comic-heading h2, .token-copy h2 { font-size: clamp(52px,16vw,80px); }
  .section-copy > p:not(.section-index) { font-size: 16px; }
  .taped-post { padding: 9px; box-shadow: 8px 9px 0 rgba(49,92,168,.24); }
  .taped-post figcaption { flex-direction: column; gap: 7px; }
  .comic-section { padding: 100px 18px 110px; }
  .comic-heading { grid-template-columns: 1fr; gap: 18px; }
  .comic-grid { grid-template-columns: 1fr; }
  .comic-grid article { min-height: 430px; border-right: 0; border-bottom: 3px solid var(--paper-light); }
  .comic-grid article:last-child { border-bottom: 0; }
  .token-section { padding: 105px 0 120px; }
  .token-image { padding: 9px 9px 38px; box-shadow: 9px 9px 0 var(--red); }
  .token-copy dl div { grid-template-columns: 95px 1fr; }
  .chart-section { padding: 100px 18px 120px; }
  .chart-title { grid-template-columns: 1fr; gap: 24px; }
  .chart-title h2 { font-size: clamp(58px,18vw,92px); }
  .chart-title > a { justify-self: start; }
  #dexFrame { height: 540px; }
  .chart-offline { min-height: 420px; }
  footer { grid-template-columns: 1fr; gap: 27px; padding: 50px 18px; }
  footer > div { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
