@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600;700&family=Neucha&family=Rubik+Mono+One&display=swap');

:root {
  --ink: #121311;
  --paper: #fbfaf4;
  --yellow: #ffe348;
  --pink: #ff9fba;
  --blue: #9bdcff;
  --green: #b5e876;
  --red: #fa7669;
  --line: 3px solid var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: linear-gradient(to right, rgba(91, 172, 229, .42) 1px, transparent 1px), linear-gradient(to bottom, rgba(91, 172, 229, .42) 1px, transparent 1px);
  background-size: 34px 34px;
  font-family: "Neucha", cursive;
  font-size: 18px;
}
body::after {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; content: ""; opacity: .14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
a { color: inherit; }

.panel { position: relative; display: grid; overflow: hidden; min-height: 100svh; padding: clamp(24px, 4vw, 58px); }
.hero { grid-template-columns: minmax(285px, .95fr) minmax(360px, 1.05fr); align-items: center; gap: clamp(16px, 5vw, 92px); max-width: 1600px; margin: 0 auto; }
.site-header { position: absolute; top: clamp(20px, 3vw, 40px); right: clamp(24px, 4vw, 58px); left: clamp(24px, 4vw, 58px); display: flex; align-items: center; justify-content: space-between; }
.brand { display: grid; width: 52px; aspect-ratio: 1; place-items: center; border: var(--line); border-radius: 43% 57% 56% 44% / 47% 42% 58% 53%; background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); font-family: "Rubik Mono One", monospace; font-size: 16px; text-decoration: none; transform: rotate(-8deg); }
.header-scribble, .eyebrow, .ticker, .pig-stage figcaption, .chart-note { font-family: "Caveat", cursive; font-weight: 700; }
.header-scribble { font-size: clamp(17px, 2vw, 25px); transform: rotate(2deg); }
.hero-copy { position: relative; z-index: 2; margin-top: 54px; }
.eyebrow { width: fit-content; margin: 0 0 9px; padding: 2px 11px; background: var(--yellow); font-size: clamp(18px, 2vw, 26px); line-height: 1; transform: rotate(-2deg); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 0; font-family: "Rubik Mono One", monospace; font-weight: 400; letter-spacing: -.08em; line-height: .82; }
h1 { font-size: clamp(62px, 9.2vw, 142px); }
h1 span, h2 span { display: inline-block; color: var(--red); transform: rotate(-2deg); }
.ticker { width: fit-content; margin: 19px 0 12px 8px; border-bottom: 3px solid var(--ink); font-size: clamp(27px, 3.4vw, 48px); line-height: .8; }
.intro { max-width: 420px; margin-bottom: 28px; font-size: clamp(21px, 2vw, 30px); line-height: 1.05; }
.social-links { display: flex; flex-wrap: wrap; gap: 11px; max-width: 470px; }
.ink-button { display: inline-flex; align-items: center; gap: 8px; min-width: 126px; padding: 10px 13px 8px; border: var(--line); box-shadow: 4px 4px 0 var(--ink); font-family: "Caveat", cursive; font-size: 24px; font-weight: 700; line-height: 1; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.ink-button:nth-child(odd) { transform: rotate(-1.5deg); }.ink-button:nth-child(even) { transform: rotate(1.5deg); }
.ink-button:hover, .ink-button:focus-visible { box-shadow: 1px 1px 0 var(--ink); transform: translate(3px, 3px) rotate(0deg); }
.ink-button:focus-visible, .scroll-note:focus-visible, .brand:focus-visible { outline: 3px dashed var(--ink); outline-offset: 5px; }
.ink-button span { font-family: sans-serif; font-size: 18px; }.yellow { background: var(--yellow); }.blue { background: var(--blue); }.pink { background: var(--pink); }.green { background: var(--green); }

.pig-stage { position: relative; justify-self: center; width: min(100%, 610px); margin: 40px 0 0; text-align: center; transform: rotate(1.5deg); }
.pig-stage::before { position: absolute; inset: 12% 7% 11%; z-index: -2; border: var(--line); border-radius: 48% 52% 47% 53% / 53% 39% 61% 47%; background: #fffef9; content: ""; transform: rotate(-4deg); }
.pig-stage::after { position: absolute; top: 8%; right: 10%; z-index: -1; width: 72px; height: 42px; border-top: var(--line); border-radius: 50%; content: ""; transform: rotate(31deg); }
.pig-character { display: block; width: 100%; filter: drop-shadow(9px 9px 0 rgba(18, 19, 17, .13)); }
.pig-shadow { position: absolute; right: 14%; bottom: 3%; left: 14%; z-index: -1; height: 42px; border-radius: 50%; background: rgba(18, 19, 17, .12); filter: blur(4px); }
.pig-stage figcaption { display: inline-block; margin-top: -21px; padding: 1px 10px; background: var(--pink); font-size: 22px; transform: rotate(-3deg); }
.doodle-arrow { position: absolute; top: 12%; left: -2%; font-size: clamp(24px, 3vw, 39px); font-weight: 700; transform: rotate(-18deg); }
.paper-note { position: absolute; z-index: 1; width: 110px; padding: 13px 8px 9px; border: 2px solid var(--ink); font-family: "Caveat", cursive; font-size: 22px; font-weight: 700; line-height: .92; text-align: center; }
.note-left { bottom: 8%; left: 5%; background: var(--pink); transform: rotate(-12deg); }.note-right { top: 17%; right: 5%; background: var(--green); transform: rotate(8deg); }
.scroll-note { position: absolute; bottom: 25px; left: 50%; z-index: 3; font-family: "Caveat", cursive; font-size: 21px; font-weight: 700; text-decoration: none; transform: translateX(-50%) rotate(-2deg); }
.scroll-note span { display: block; font-family: sans-serif; font-size: 27px; line-height: .8; text-align: center; animation: bob 1.7s ease-in-out infinite; }

.roadmap { max-width: 1440px; grid-template-columns: minmax(230px, .7fr) minmax(500px, 1.3fr); align-items: center; gap: clamp(30px, 7vw, 115px); margin: 0 auto; }
.section-heading h2 { font-size: clamp(46px, 6vw, 89px); }.section-heading > p:last-child { max-width: 300px; margin: 25px 0 0; font-size: clamp(21px, 2vw, 27px); line-height: 1; }
.roadmap-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); margin: 0; padding: 0; list-style: none; }
.roadmap-card { position: relative; display: grid; min-height: 210px; padding: 17px 21px; border: var(--line); box-shadow: 6px 6px 0 var(--ink); }.roadmap-card:nth-child(odd) { transform: rotate(-1.5deg); }.roadmap-card:nth-child(even) { transform: rotate(1.6deg); }
.phase-one { background: var(--yellow); }.phase-two { background: var(--pink); }.phase-three { background: var(--blue); }.phase-four { background: var(--green); }
.phase { font-family: "Rubik Mono One", monospace; font-size: 24px; line-height: 1; }.roadmap-card h3 { align-self: end; margin: 20px 0 7px; font-family: "Caveat", cursive; font-size: clamp(29px, 3vw, 41px); font-weight: 700; line-height: .9; }.roadmap-card p { max-width: 210px; margin-bottom: 0; font-size: 20px; line-height: 1; }.card-mark { position: absolute; right: 17px; bottom: 13px; font-family: "Caveat", cursive; font-size: 35px; font-weight: 700; }

.screener { place-items: center; max-width: 1440px; margin: 0 auto; padding-top: clamp(110px, 12vw, 155px); }.chart-heading { width: min(100%, 945px); margin-bottom: 23px; text-align: center; }.chart-heading .eyebrow { margin-right: auto; margin-left: auto; }.chart-heading > p:last-child { max-width: none; margin-top: 18px; }
.chart-wrap { position: relative; width: min(100%, 1040px); }.chart-window { overflow: hidden; border: 4px solid var(--ink); border-radius: 18px 15px 22px 13px; background: #161b21; box-shadow: 10px 10px 0 var(--ink); transform: rotate(-.7deg); }.window-bar { display: flex; align-items: center; justify-content: space-between; height: 48px; padding: 0 18px; border-bottom: 3px solid var(--ink); background: var(--yellow); font-family: "Caveat", cursive; font-size: 25px; font-weight: 700; }.window-controls { display: flex; gap: 7px; }.window-controls i { display: block; width: 13px; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; background: var(--red); }.window-controls i:nth-child(2) { background: var(--blue); }.window-controls i:nth-child(3) { background: var(--green); }
iframe { display: block; width: 100%; height: min(58vh, 570px); min-height: 360px; border: 0; background: #161b21; }.tape { position: absolute; z-index: 1; width: 130px; height: 34px; background: rgba(255, 227, 72, .72); }.tape-one { top: -12px; left: 9%; transform: rotate(-22deg); }.tape-two { right: 7%; bottom: -13px; background: rgba(155, 220, 255, .78); transform: rotate(22deg); }.chart-note { margin: 24px 0 0; font-size: 22px; text-align: center; transform: rotate(-1deg); }code { padding: 1px 6px; border: 2px solid var(--ink); background: #fffef9; font-family: "Rubik Mono One", monospace; font-size: 11px; }

@keyframes bob { 50% { transform: translateY(6px); } }
@media (max-width: 760px) { body { background-size: 25px 25px; }.panel { min-height: auto; padding: 100px 22px 72px; }.hero { grid-template-columns: 1fr; gap: 6px; min-height: 100svh; }.hero-copy { margin-top: 0; }.hero-copy .eyebrow { font-size: 20px; }h1 { font-size: clamp(63px, 19vw, 110px); }.intro { max-width: 340px; font-size: 23px; }.social-links { gap: 10px; }.ink-button { min-width: calc(50% - 6px); justify-content: space-between; font-size: 23px; }.pig-stage { width: min(100%, 470px); margin: 0 auto 18px; }.doodle-arrow { top: 3%; left: 2%; }.pig-stage figcaption { font-size: 20px; }.paper-note { display: none; }.header-scribble { font-size: 19px; }.scroll-note { bottom: 18px; }.roadmap { grid-template-columns: 1fr; gap: 36px; }.roadmap-list { gap: 17px; }.roadmap-card { min-height: 180px; padding: 15px; }.roadmap-card p { font-size: 18px; }.roadmap-card h3 { font-size: 32px; }.screener { padding-top: 90px; }.chart-window { box-shadow: 6px 6px 0 var(--ink); }.window-bar { height: 41px; padding: 0 12px; }iframe { min-height: 440px; height: 55vh; } }
@media (max-width: 430px) { .site-header { top: 18px; right: 22px; left: 22px; }.header-scribble { max-width: 150px; text-align: right; }.brand { width: 45px; }.roadmap-list { grid-template-columns: 1fr; }.roadmap-card { min-height: 150px; }.roadmap-card h3 { margin-top: 10px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.scroll-note span { animation: none; }.ink-button { transition: none; } }

.ca-card { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; max-width: 470px; margin-top: 20px; padding: 10px; border: 2px solid var(--ink); background: #fffef9; font-family: "Caveat", cursive; font-size: 20px; }
.ca-card code { overflow-wrap: anywhere; }
.copy-button { padding: 4px 9px; border: 2px solid var(--ink); background: var(--yellow); color: var(--ink); font-family: "Caveat", cursive; font-size: 18px; font-weight: 700; cursor: pointer; }
.chart-body { position: relative; height: min(58vh, 570px); min-height: 360px; }
.chart-body iframe { height: 100%; min-height: 0; }
.chart-body .chart-note { display: grid; height: 100%; margin: 0; place-items: center; }
@media (max-width: 760px) { .chart-body { height: 55vh; min-height: 440px; }.chart-body iframe { height: 100%; min-height: 0; } }
[hidden] { display: none !important; }
