@font-face {
  font-family:Degen Marker;
  src:url('assets/fonts/degen-marker.ttf') format('truetype');
  font-weight:800;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:Degen Scribble;
  src:url('assets/fonts/degen-scribble.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap
}
:root {
  --navy:#01122f;
  --navy-light:#071e40;
  --ice:#e4f0fc;
  --muted:#9aafc9;
  --lime:#dcfa64;
  --blue:#368aff;
  --line:#2c4260;
  --display:'Degen Marker',Impact,sans-serif;
  --scribble:'Degen Scribble',cursive;
  --body:Arial,Helvetica,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--navy);
  color:var(--ice);
  font-family:var(--body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  font:inherit
}
a {
  color:inherit;
  text-decoration:none
}
button {
  cursor:pointer
}
img {
  display:block;
  max-width:100%;
  height:auto
}
svg {
  width:22px;
  height:22px;
  fill:currentColor
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-family:var(--display);
  font-weight:800;
  line-height:1.18
}
button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:3px solid var(--lime);
  outline-offset:6px
}
.container {
  width:min(1180px,calc(100% - 80px));
  margin-inline:auto
}
.skip-link {
  position:fixed;
  left:20px;
  top:-80px;
  z-index:99;
  background:var(--lime);
  color:var(--navy);
  padding:10px 20px
}
.skip-link:focus {
  top:10px
}
.site-header {
  border-bottom:1px solid var(--line);
  background:var(--navy);
  position:relative;
  z-index:20
}
.header-inner {
  height:93px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.brand {
  display:flex;
  gap:12px;
  align-items:center;
  flex-shrink:0
}
.brand-coin {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:2px solid var(--ice);
  border-radius:50%;
  background:var(--lime);
  color:var(--navy);
  font-family:var(--display);
  font-size:29px;
  transform:rotate(-9deg);
  box-shadow:3px 3px 0 var(--blue)
}
.brand-word {
  font-family:var(--display);
  font-size:25px;
  line-height:1
}
.brand-word small {
  display:block;
  font-family:var(--body);
  font-size:10px;
  font-weight:700;
  letter-spacing:2px;
  margin-top:8px
}
.navigation {
  display:flex;
  gap:30px;
  align-items:center;
  font-size:14px;
  font-weight:600
}
.navigation>a:not(.button) {
  transition:color .2s
}
.navigation>a:hover:not(.button) {
  color:var(--lime)
}
.nav-divider {
  height:24px;
  width:1px;
  background:var(--line)
}
.social-link {
  display:grid;
  place-items:center
}
.social-link svg {
  width:18px;
  height:18px
}
.button {
  border:2px solid var(--lime);
  background:var(--lime);
  color:var(--navy);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  min-height:52px;
  padding:10px 24px;
  font-size:14px;
  font-weight:700;
  border-radius:5px;
  box-shadow:3px 3px 0 #496070;
  transition:transform .22s,box-shadow .22s,background .22s
}
.button:hover {
  transform:translate(-2px,-3px);
  box-shadow:5px 6px 0 #496070;
  background:#e8ff8c
}
.button:active {
  transform:translate(2px,2px);
  box-shadow:0 0 0 #496070
}
.button>span {
  font-size:22px;
  font-weight:400;
  line-height:1
}
.button-small {
  min-height:43px;
  padding:8px 19px;
  gap:22px
}
.button-outline {
  background:transparent;
  color:var(--ice);
  border-color:#7089a5;
  box-shadow:none
}
.button-outline:hover {
  background:var(--navy-light);
  box-shadow:none
}
.menu-toggle {
  display:none
}
.hero {
  display:grid;
  grid-template-columns:1fr 1.12fr;
  gap:0;
  align-items:center;
  min-height:650px;
  padding-block:65px 76px
}
.hero-copy {
  position:relative;
  z-index:2
}
.eyebrow {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.5px;
  line-height:1.7
}
.tiny-star {
  color:var(--lime);
  font-size:20px;
  line-height:1
}
.hero h1 {
  font-size:clamp(40px,4.4vw,62px);
  line-height:1.17;
  margin-block:22px 20px;
  letter-spacing:-.6px
}
.lime-text {
  color:var(--lime)
}
.hero-tagline {
  font-size:19px;
  font-weight:600;
  letter-spacing:-.2px
}
.hero-description {
  font-size:15px;
  color:var(--muted);
  max-width:385px;
  margin-top:12px;
  line-height:1.75
}
.hero-actions {
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:27px
}
.contract-copy {
  display:flex;
  align-items:center;
  gap:12px;
  background:none;
  border:1px dashed #4b6381;
  border-radius:5px;
  color:var(--muted);
  padding:11px 12px;
  margin-top:23px;
  max-width:100%;
  text-align:left;
  transition:border-color .2s,color .2s
}
.contract-copy:hover {
  border-color:var(--lime);
  color:var(--ice)
}
.ca-label {
  font-size:11px;
  letter-spacing:1px;
  font-weight:700;
  border-right:1px solid var(--line);
  padding-right:12px
}
.contract-copy code {
  font-size:12px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  max-width:245px
}
.contract-copy svg {
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  width:15px;
  height:15px;
  margin-left:8px;
  flex-shrink:0
}
.copy-label {
  font-size:12px
}
.hero-art {
  position:relative;
  margin-right:-35px;
  margin-top:15px;
  min-width:0
}
.hero-art img {
  width:100%;
  animation:hero-float 6s ease-in-out infinite;
  mix-blend-mode:lighten
}
.art-note {
  font-family:var(--scribble);
  font-size:20px;
  color:var(--muted);
  transform:rotate(-8deg);
  position:absolute
}
.note-one {
  top:-21px;
  left:25%
}
.hero-stamp {
  position:absolute;
  right:9%;
  top:0;
  background:var(--lime);
  color:var(--navy);
  padding:12px 15px 11px;
  text-align:center;
  font-family:var(--display);
  font-size:27px;
  line-height:1;
  transform:rotate(10deg);
  box-shadow:4px 5px 0 #3178d2;
  border:2px solid var(--navy)
}
.hero-stamp span {
  font-family:var(--body);
  font-weight:800;
  display:block;
  font-size:10px;
  line-height:1.3;
  letter-spacing:1px;
  margin-top:7px
}
.hero-caption {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:11px;
  letter-spacing:2px;
  justify-content:center;
  margin-top:18px;
  color:var(--muted)
}
.caption-line {
  width:40px;
  border-top:1px solid var(--muted);
  transform:rotate(-12deg)
}
.ticker {
  overflow:hidden;
  background:var(--lime);
  color:var(--navy);
  padding:15px 0;
  border-top:2px solid var(--ice);
  border-bottom:2px solid var(--ice);
  transform:rotate(-1.5deg);
  width:100%;
  position:relative;
  z-index:3
}
.ticker-track {
  display:flex;
  gap:40px;
  align-items:center;
  width:max-content;
  animation:ticker 40s linear infinite;
  font-family:var(--display);
  font-size:18px;
  line-height:1.4
}
.ticker-track b {
  font-family:var(--body);
  font-size:25px
}
.ticker:hover .ticker-track {
  animation-play-state:paused
}
.toast {
  position:fixed;
  bottom:26px;
  left:50%;
  transform:translate(-50%,20px);
  background:var(--ice);
  color:var(--navy);
  box-shadow:4px 4px 0 var(--blue);
  padding:12px 20px;
  border-radius:5px;
  width:max-content;
  max-width:calc(100% - 32px);
  font-size:14px;
  z-index:100;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s,transform .2s
}
.toast.is-visible {
  opacity:1;
  transform:translate(-50%,0)
}
@keyframes hero-float {
  0%,100% {
    transform:translateY(0) rotate(-1deg)
  }
  50% {
    transform:translateY(-10px) rotate(1deg)
  }
}
@keyframes ticker {
  to {
    transform:translateX(-50%)
  }
}
@media(min-width:1440px) {
  .hero {
    min-height:690px
  }
  .hero-art {
    margin-right:-60px
  }
}
@media(max-width:1000px) {
  .container {
    width:calc(100% - 48px)
  }
  .navigation {
    gap:20px
  }
  .hero {
    grid-template-columns:1fr 1fr;
    min-height:620px
  }
  .hero h1 {
    font-size:48px
  }
  .hero-art {
    margin-right:-10px
  }
  .hero-stamp {
    top:-40px;
    right:3%
  }
  .note-one {
    left:12%;
    top:-64px
  }
  .hero-tagline {
    font-size:17px
  }
  .eyebrow {
    font-size:10px;
    letter-spacing:.9px
  }
  .hero-actions {
    gap:12px
  }
  .hero-actions .button {
    padding:9px 17px;
    gap:17px
  }
  .contract-copy code {
    max-width:190px
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:85px
  }
  .container {
    width:calc(100% - 40px)
  }
  .header-inner {
    height:78px
  }
  .brand-coin {
    width:37px;
    height:37px;
    font-size:25px
  }
  .brand-word {
    font-size:22px
  }
  .brand-word small {
    font-size:9px;
    letter-spacing:1.5px
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    gap:6px;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    background:transparent;
    border:1px solid var(--line);
    border-radius:4px
  }
  .menu-toggle span {
    width:20px;
    height:2px;
    background:var(--ice);
    transition:transform .2s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(4px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-4px) rotate(-45deg)
  }
  .navigation {
    display:none;
    position:absolute;
    top:78px;
    left:0;
    right:0;
    background:var(--navy-light);
    border-bottom:1px solid var(--line);
    padding:22px;
    flex-wrap:wrap;
    gap:24px
  }
  .navigation.is-open {
    display:flex
  }
  .nav-divider {
    display:none
  }
  .navigation .button {
    margin-left:auto
  }
  .hero {
    grid-template-columns:1fr;
    padding-block:40px 46px;
    min-height:0;
    gap:38px
  }
  .hero h1 {
    font-size:clamp(38px,7.4vw,54px);
    margin-block:18px;
    line-height:1.19
  }
  .eyebrow {
    font-size:10px;
    letter-spacing:1px
  }
  .hero-tagline {
    font-size:18px
  }
  .hero-description {
    font-size:15px;
    max-width:420px
  }
  .hero-actions .button {
    padding:10px 20px;
    gap:22px
  }
  .hero-art {
    margin:25px auto 0;
    width:100%;
    max-width:530px
  }
  .note-one {
    top:-17px;
    left:15%;
    font-size:17px
  }
  .hero-stamp {
    top:-18px;
    right:3%;
    font-size:24px;
    padding:10px 13px
  }
  .hero-caption {
    font-size:10px;
    margin-top:4px
  }
  .ticker {
    padding:12px 0
  }
  .ticker-track {
    font-size:15px;
    gap:25px
  }
  .contract-copy code {
    max-width:205px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}
.section-pad {
  padding-block:105px
}
.section-kicker {
  font-size:11px;
  letter-spacing:1.8px;
  font-weight:700;
  color:var(--muted);
  margin-bottom:18px
}
.blue-text {
  color:var(--blue)
}
.scribble {
  font-family:var(--scribble);
  font-size:19px;
  line-height:1.5
}
.lore-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:95px;
  align-items:center;
  padding-top:118px
}
.lore-art {
  position:relative;
  margin:0
}
.lore-art img {
  width:100%;
  max-height:455px;
  object-fit:contain;
  mix-blend-mode:lighten
}
.lore-art figcaption {
  font-family:var(--scribble);
  font-size:19px;
  text-align:center;
  margin-top:-15px;
  transform:rotate(-5deg);
  color:var(--muted)
}
.panel-corner {
  position:absolute;
  width:32px;
  height:32px;
  z-index:1
}
.corner-top {
  top:8%;
  left:5%;
  border-top:2px solid var(--blue);
  border-left:2px solid var(--blue);
  transform:rotate(-7deg)
}
.corner-bottom {
  bottom:13%;
  right:3%;
  border-bottom:2px solid var(--blue);
  border-right:2px solid var(--blue);
  transform:rotate(-7deg)
}
.lore-copy h2 {
  font-size:39px;
  margin-bottom:25px
}
.lore-copy>p:not(.section-kicker) {
  color:var(--muted);
  font-size:16px;
  margin-top:16px;
  line-height:1.8
}
.lore-copy strong {
  color:var(--ice);
  font-weight:600
}
.lore-punchline {
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:27px;
  border-top:1px solid var(--line);
  padding-top:20px;
  font-size:14px;
  font-weight:600
}
.lore-punchline>span:first-child {
  color:var(--blue);
  font-size:25px
}
.rules-section {
  border-top:1px solid var(--line);
  background:linear-gradient(180deg,#071b38 0%,var(--navy) 100%);
  padding-bottom:105px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:35px;
  margin-bottom:38px
}
.section-heading h2 {
  font-size:38px
}
.approval-note {
  transform:rotate(7deg);
  padding-right:30px;
  color:var(--muted);
  font-size:21px;
  line-height:1.5
}
.rules-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:23px
}
.rule-card {
  border:1px solid #3e5875;
  background:var(--navy);
  border-radius:8px;
  overflow:hidden;
  transition:border-color .25s,transform .25s
}
.rule-card:hover {
  border-color:var(--blue);
  transform:translateY(-6px)
}
.rule-label {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 23px 0;
  font-size:10px;
  letter-spacing:1.7px;
  font-weight:700;
  color:var(--muted)
}
.rule-label>span:last-child {
  color:var(--lime);
  font-size:19px;
  line-height:1
}
.rule-card img {
  width:calc(100% - 26px);
  margin:8px auto 0;
  aspect-ratio:1;
  object-fit:contain;
  mix-blend-mode:lighten
}
.rule-copy {
  padding:5px 23px 24px
}
.rule-copy h3 {
  font-size:21px;
  margin-bottom:13px;
  line-height:1.3
}
.rule-copy p {
  font-size:15px;
  line-height:1.75;
  color:var(--muted)
}
.rule-footnote {
  display:block;
  font-size:9px;
  font-weight:700;
  letter-spacing:.7px;
  color:#728cab;
  margin-top:25px;
  padding-top:15px;
  border-top:1px dashed var(--line)
}
.buy-section {
  background:#e1edfa;
  color:var(--navy);
  border-block:3px solid var(--blue);
  position:relative
}
.buy-section .section-kicker {
  color:#426080
}
.buy-layout {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  align-items:center;
  gap:95px
}
.buy-copy h2 {
  font-size:38px
}
.buy-steps {
  padding:0;
  margin:30px 0 0;
  list-style:none
}
.buy-steps li {
  display:flex;
  gap:20px;
  padding:19px 0;
  border-top:1px solid #b2c6df
}
.step-number {
  flex-shrink:0;
  display:grid;
  place-items:center;
  width:37px;
  height:37px;
  border:1.5px solid var(--navy);
  border-radius:50%;
  font-size:11px;
  font-weight:800;
  margin-top:1px
}
.buy-steps li:nth-child(2) .step-number {
  background:var(--blue)
}
.buy-steps li:nth-child(3) .step-number {
  background:var(--lime)
}
.buy-steps h3 {
  font-size:18px;
  line-height:1.4;
  margin-bottom:6px
}
.buy-steps p {
  font-size:14px;
  line-height:1.8;
  color:#3e5876;
  max-width:410px
}
.buy-actions {
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:18px
}
.button-dark {
  background:var(--navy);
  border-color:var(--navy);
  color:var(--ice);
  box-shadow:3px 3px 0 var(--blue)
}
.button-dark:hover {
  background:#143d6b;
  box-shadow:5px 6px 0 var(--blue)
}
.buy-copy-button {
  background:none;
  border:none;
  display:flex;
  gap:12px;
  align-items:center;
  color:var(--navy);
  font-size:14px;
  font-weight:700;
  padding:14px 5px
}
.buy-copy-button:hover {
  text-decoration:underline
}
.buy-copy-button svg {
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7
}
.buy-art {
  margin:0;
  position:relative
}
.buy-art-panel {
  position:relative;
  transform:rotate(3deg);
  background:var(--navy);
  border:3px solid var(--navy);
  border-radius:12px;
  box-shadow:7px 7px 0 #afc6e0
}
.buy-art-panel img {
  width:100%;
  border-radius:10px;
  mix-blend-mode:lighten
}
.wallet-sticker {
  position:absolute;
  right:-13px;
  bottom:25px;
  background:var(--lime);
  border:2px solid var(--navy);
  box-shadow:3px 3px 0 var(--navy);
  padding:13px 15px;
  font-family:var(--display);
  font-size:15px;
  line-height:1.3;
  transform:rotate(-9deg)
}
.buy-art figcaption {
  font-family:var(--scribble);
  text-align:center;
  font-size:18px;
  transform:rotate(-3deg);
  margin-top:27px
}
.club-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:92px;
  align-items:center;
  padding-block:90px 100px
}
.club-art {
  position:relative
}
.club-art img {
  width:100%;
  mix-blend-mode:lighten
}
.club-art-note {
  position:absolute;
  left:0;
  bottom:0;
  color:var(--muted);
  transform:rotate(-8deg);
  font-size:18px
}
.club-copy h2 {
  font-size:40px;
  margin-bottom:25px
}
.club-copy>p:not(.section-kicker):not(.club-signoff) {
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
  margin-top:15px
}
.club-actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:25px;
  margin-top:27px
}
.club-dex {
  font-size:13px;
  border-bottom:1px solid var(--line);
  padding-block:6px
}
.club-dex:hover {
  color:var(--lime)
}
.club-dex span {
  padding-left:8px
}
.club-signoff {
  font-size:15px;
  color:var(--muted);
  margin-top:24px;
  transform:rotate(-3deg);
  transform-origin:left
}
.site-footer {
  border-top:1px solid var(--line);
  padding-block:30px 22px
}
.footer-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  padding-bottom:28px
}
.footer-avatar {
  width:42px;
  height:42px;
  border:1px solid var(--blue);
  border-radius:50%;
  object-fit:cover;
  object-position:70% 50%
}
.footer-top .brand-word {
  font-size:20px
}
.footer-top .brand-word small {
  font-size:8px;
  letter-spacing:1.4px
}
.footer-top>p {
  font-size:10px;
  letter-spacing:1px;
  color:var(--muted)
}
.footer-links {
  display:flex;
  gap:25px;
  align-items:center;
  font-size:12px;
  color:var(--muted)
}
.footer-links a:hover {
  color:var(--lime)
}
.footer-bottom {
  border-top:1px solid var(--line);
  padding-top:20px;
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  font-size:11px;
  color:#7792b2
}
.js-ready .reveal {
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s,transform .7s
}
.js-ready .reveal.is-revealed {
  opacity:1;
  transform:translateY(0)
}
.rules-grid .reveal:nth-child(2) {
  transition-delay:.1s
}
.rules-grid .reveal:nth-child(3) {
  transition-delay:.2s
}
@media(max-width:1000px) {
  .section-pad {
    padding-block:80px
  }
  .lore-section {
    gap:50px;
    padding-top:95px
  }
  .lore-copy h2,.section-heading h2,.buy-copy h2,.club-copy h2 {
    font-size:34px
  }
  .rules-grid {
    gap:16px
  }
  .rule-copy {
    padding:5px 18px 21px
  }
  .rule-label {
    padding:18px 18px 0
  }
  .rule-copy h3 {
    font-size:18px
  }
  .rule-copy p {
    font-size:14px
  }
  .rule-footnote {
    font-size:8px;
    letter-spacing:.3px
  }
  .buy-layout {
    gap:55px
  }
  .club-section {
    gap:50px
  }
  .club-actions {
    gap:20px
  }
  .club-actions .button {
    padding-inline:20px;
    gap:18px
  }
  .footer-top>p {
    display:none
  }
  .footer-bottom {
    font-size:10px
  }
}
@media(max-width:760px) {
  .section-pad {
    padding-block:65px
  }
  .section-kicker {
    font-size:10px;
    letter-spacing:1.3px;
    margin-bottom:15px
  }
  .lore-section {
    display:flex;
    flex-direction:column-reverse;
    gap:32px;
    padding-top:75px
  }
  .lore-copy h2,.section-heading h2,.buy-copy h2,.club-copy h2 {
    font-size:32px
  }
  .lore-copy>p:not(.section-kicker) {
    font-size:15px
  }
  .lore-art {
    width:100%;
    max-width:425px
  }
  .lore-art img {
    max-height:370px
  }
  .lore-art figcaption {
    font-size:17px
  }
  .section-heading {
    gap:20px;
    align-items:flex-start;
    margin-bottom:27px
  }
  .approval-note {
    font-size:15px;
    padding-right:0;
    margin-top:40px;
    max-width:150px
  }
  .rules-grid {
    grid-template-columns:1fr;
    gap:22px;
    max-width:490px;
    margin-inline:auto
  }
  .rule-card img {
    width:78%;
    max-height:300px;
    margin-top:0
  }
  .rule-label {
    padding:20px 23px 0
  }
  .rule-copy {
    padding:6px 23px 23px
  }
  .rule-copy h3 {
    font-size:23px
  }
  .rule-copy p {
    font-size:15px
  }
  .rule-footnote {
    font-size:9px;
    letter-spacing:.7px;
    margin-top:20px
  }
  .buy-layout {
    grid-template-columns:1fr;
    gap:42px
  }
  .buy-steps {
    margin-top:25px
  }
  .buy-steps li {
    gap:17px
  }
  .buy-steps p {
    font-size:14px;
    max-width:none
  }
  .buy-art {
    width:calc(100% - 24px);
    max-width:400px;
    margin-inline:auto
  }
  .buy-art-panel {
    transform:rotate(2deg)
  }
  .wallet-sticker {
    font-size:13px;
    padding:12px;
    bottom:20px;
    right:-10px
  }
  .buy-art figcaption {
    font-size:16px
  }
  .club-section {
    display:flex;
    flex-direction:column-reverse;
    gap:25px
  }
  .club-art {
    max-width:425px;
    width:100%
  }
  .club-copy {
    width:100%
  }
  .club-copy>p:not(.section-kicker):not(.club-signoff) {
    font-size:15px
  }
  .club-signoff {
    font-size:14px
  }
  .club-art-note {
    font-size:16px;
    left:0
  }
  .footer-top {
    flex-wrap:wrap;
    gap:24px;
    padding-bottom:23px
  }
  .footer-links {
    gap:24px;
    font-size:12px;
    width:100%
  }
  .footer-bottom {
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    font-size:10px
  }
  .site-footer {
    padding-top:26px
  }
  .rules-grid .reveal:nth-child(n) {
    transition-delay:0s
  }
}
@media(max-width:380px) {
  .container {
    width:calc(100% - 32px)
  }
  .hero h1 {
    font-size:37px
  }
  .hero-tagline {
    font-size:16px
  }
  .hero-actions .button {
    font-size:13px;
    padding-inline:17px;
    gap:16px
  }
  .hero-description {
    font-size:14px
  }
  .section-heading h2 {
    font-size:28px
  }
  .approval-note {
    font-size:13px;
    max-width:100px
  }
  .buy-copy h2 {
    font-size:30px
  }
  .buy-steps h3 {
    font-size:16px
  }
  .club-actions {
    gap:16px
  }
  .club-actions .button {
    font-size:13px;
    padding-inline:16px;
    gap:15px
  }
}
@media(prefers-reduced-motion:reduce) {
  .js-ready .reveal {
    opacity:1;
    transform:none
  }
}
.ticker-clip {
  overflow:hidden;
  padding-block:20px;
  margin-block:-20px
}
.eyebrow,.section-kicker,.rule-label,.rule-footnote,.ca-label,.hero-caption,.footer-top>p,.footer-links,.footer-bottom {
  font-size:12px
}
.wallet-sticker {
  right: 12px;
}
.rule-footnote {
  letter-spacing:.3px
}
.hero-caption {
  letter-spacing:1.2px
}
.section-kicker {
  letter-spacing:1.2px
}
@media(max-width:760px) {
  .eyebrow {
    font-size:11px;
    letter-spacing:.7px
  }
  .section-kicker {
    font-size:11px;
    letter-spacing:.8px
  }
  .hero-caption {
    font-size:11px;
    letter-spacing:.8px
  }
  .rule-footnote {
    font-size:11px
  }
  .footer-bottom {
    font-size:11px
  }
}
.hero-art img,.lore-art img,.rule-card img,.club-art img {
  mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent),linear-gradient(to bottom,transparent,#000 6%,#000 94%,transparent);
  mask-composite:intersect
}
.eyebrow,.section-kicker,.rule-label,.rule-footnote,.ca-label,.hero-caption,.footer-top>p,.footer-links,.footer-bottom {
  font-size:12px
}
