@font-face {
  font-family: "Bender Bold";
  src: url("/assets/subathon/bender.bold.otf?v=1.0.78") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --text: #f7f7f7;
  --muted: rgba(255,255,255,.72);
  --soft: rgba(255,255,255,.46);
  --red: #ff2418;
  --red-soft: rgba(255,36,24,.22);
  --line: rgba(255,255,255,.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.6rem;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #000;
  color: var(--text);
  font-family:
    "Bender Bold",
    "Trebuchet MS",
    "Segoe UI",
    sans-serif;
  font-weight: 700;
}

button,
input,
a {
  font: inherit;
}

a {
  color: inherit;
}

.bg-image {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    var(--background-image, url("/assets/background.png"))
    center / cover no-repeat;
}

.glass {
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.052),
      rgba(255,255,255,.018) 42%,
      rgba(0,0,0,.13)
    ),
    rgba(0,0,0,.56);
  border: 1px solid rgba(255,255,255,.30);
  box-shadow:
    0 18px 58px rgba(0,0,0,.52),
    inset 0 1px 0 rgba(255,255,255,.075),
    inset 0 -1px 0 rgba(255,255,255,.020),
    0 0 16px rgba(0,0,0,.20);
  backdrop-filter:
    blur(7px)
    saturate(1.04)
    brightness(.62);
  -webkit-backdrop-filter:
    blur(7px)
    saturate(1.04)
    brightness(.62);
}


.home-link {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  min-height: 2.65rem;
  padding: 0 .9rem;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  color: #fff;
  text-decoration: none;
  background: rgba(0,0,0,.52);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  box-shadow: 0 12px 38px rgba(0,0,0,.56);
  backdrop-filter: blur(10px);
  transition: transform .16s ease, border-color .16s ease;
}

.home-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255,60,44,.58);
}

.home-link svg {
  width: 1rem;
  fill: var(--red);
}

.home-link span {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}


.hero {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 2rem));
  min-height: 45rem;
  margin: 0 auto;
  padding: 5rem 0 3rem;
  display: grid;
  place-items: end center;
}

.hero-logo-wrap {
  position: absolute;
  top: 2.7rem;
  left: 50%;
  z-index: 1;
  width: min(58vw, 920px);
  min-width: 300px;
  transform: translateX(-50%);
  pointer-events: none;
  isolation: isolate;
}

.hero-logo,
.hero-logo-glow,
.hero-logo-gap {
  display: block;
  width: 100%;
  height: auto;
}

.hero-logo {
  position: relative;
  z-index: 3;
  filter:
    brightness(1.08)
    contrast(1.05)
    drop-shadow(0 18px 36px rgba(0,0,0,.80))
    drop-shadow(0 0 7px rgba(255,255,255,.16));
}

.hero-logo-glow,
.hero-logo-gap {
  position: absolute;
  inset: 0;
}

.hero-logo-glow {
  z-index: 1;
  opacity: .57;
  transform: scale(1.022);
  filter:
    blur(3px)
    drop-shadow(0 0 22px #ff1808)
    drop-shadow(0 0 22px #ff1808);
  mix-blend-mode: screen;
}

.hero-logo-gap {
  z-index: 2;
  opacity: 1;
  transform: scale(1.005);
  filter:
    brightness(0)
    blur(5px)
    drop-shadow(0 0 .5px #000);
}

.hero-card {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding: 1.8rem 2rem 1.9rem;
  border-radius: 1.85rem;
  text-align: center;
}

.hero-title {
  display: block;
  width: min(100%, 650px);
  margin: 0 auto;
  filter:
    drop-shadow(0 0 12px rgba(255,255,255,.10))
    drop-shadow(0 0 24px rgba(255,24,8,.10));
}

.hero-card p {
  max-width: 620px;
  margin: .8rem auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}


.page-shell {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 2rem));
  margin: -1rem auto 0;
  padding-bottom: 3rem;
}

.content-section {
  margin-bottom: 4.8rem;
}

.section-heading {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 1rem;
}

.section-heading h2 {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  line-height: 0;
}

.section-heading::after {
  content: "";
  display: block;
  width: calc(100% + clamp(6rem, 11vw, 10rem));
  max-width: calc(100vw - 2rem);
  height: 2px;
  margin-top: .72rem;
  background:
    linear-gradient(
      90deg,
      #ff5f51 0%,
      rgba(255,95,81,.72) 72%,
      rgba(255,95,81,0) 100%
    );
  box-shadow:
    0 0 9px rgba(255,72,58,.34),
    0 0 18px rgba(255,36,24,.13);
}

.section-heading h2 img {
  display: block;
  width: auto;
  max-width: 100%;
  height: clamp(3.65rem, 5vw, 4.65rem);
  object-fit: contain;
  object-position: left center;
  overflow: visible;
}

.combined-rates {
  padding: 1.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 1.45rem;
  border-radius: 1.5rem;
}

.rate-separator {
  width: 1px;
  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(255,255,255,.26) 12%,
      rgba(255,255,255,.12) 88%,
      transparent
    );
}

.rate-header {
  display: flex;
  align-items: center;
  gap: .7rem;
}

.platform-icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  object-fit: contain;
  fill: currentColor;
  filter: drop-shadow(0 0 10px currentColor);
}

.twitch-icon {
  color: #b994ff;
}

.paypal-icon {
  width: 2.1rem;
  height: 2.1rem;
  filter: drop-shadow(0 0 10px rgba(88,169,222,.40));
}

.rate-header div {
  display: grid;
  gap: .12rem;
}

.rate-header strong {
  font-size: 1.02rem;
}

.rate-header small {
  color: var(--soft);
  font-size: .73rem;
}

.rate-values {
  margin-top: 1rem;
  display: grid;
  gap: .55rem;
}

.rate-values > div {
  min-height: 3.2rem;
  padding: .75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.rate-values > div:last-child {
  border-bottom: 0;
}

.rate-values span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.rate-values strong {
  font-size: 1rem;
}

.rate-note {
  margin: .7rem 0 0;
  color: var(--muted);
  font-size: .79rem;
  line-height: 1.5;
}

.rate-note strong {
  color: #fff;
}

.info-panel {
  padding: .25rem 1.15rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.4rem;
  border-radius: 1.35rem;
}

.info-item {
  min-height: 8.3rem;
  padding: 1.15rem 0;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.info-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}


.info-item strong,
.points-item strong {
  display: block;
  margin-bottom: .32rem;
  font-size: .98rem;
}

.info-item p,
.points-item p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.52;
}


.list-panel {
  padding: .2rem 1.1rem;
  border-radius: 1.35rem;
}

.list-row {
  min-height: 5rem;
  padding: .9rem 0;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.list-row:last-of-type {
  border-bottom: 0;
}

.money {
  color: #fff;
  font-size: .92rem;
  font-weight: 950;
}

.list-row div {
  display: grid;
  gap: .18rem;
}

.list-row strong {
  font-size: 1.02rem;
}

.list-row small {
  color: var(--muted);
  font-size: .77rem;
  line-height: 1.45;
}

.tag {
  padding: .34rem .52rem;
  color: rgba(255,255,255,.56);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tag.neutral {
  color: var(--soft);
  border-color: rgba(255,255,255,.12);
}

.tag.amber {
  color: #ffd087;
  border-color: rgba(255,193,89,.24);
}

.list-notice {
  margin: .8rem 0 .9rem;
  padding: .72rem .82rem;
  color: var(--muted);
  border-left: 2px solid rgba(255,193,89,.58);
  font-size: .78rem;
  line-height: 1.5;
}

.list-notice strong {
  color: #ffd087;
}

.points-panel {
  padding: 1.25rem 1.3rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 1.25rem;
  border-radius: 1.35rem;
}

.points-divider {
  width: 1px;
  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(255,255,255,.24),
      transparent
    );
}

.points-item {
  display: block;
}


.goal-panel {
  padding: .25rem 1.15rem;
  border-radius: 1.35rem;
}

.goal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.4rem;
}

.goal-row {
  min-height: 4.15rem;
  padding: .72rem 0;
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr) auto;
  gap: .65rem;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.goal-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.goal-row > span {
  color: #fff;
  font-size: .82rem;
  font-weight: 950;
}

.goal-row p {
  margin: 0;
  color: rgba(255,255,255,.77);
  font-size: .77rem;
  line-height: 1.42;
}

.goal-row small {
  color: #ffd087;
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.goal-row.highlight {
  background:
    linear-gradient(
      90deg,
      rgba(255,36,24,.07),
      transparent
    );
}

.goal-row.tentative {
  border-bottom-style: dashed;
}

.purchase-row {
  grid-template-columns: 4rem minmax(0, 1fr) auto;
}


.site-version {
  position: fixed;
  right: .65rem;
  bottom: .5rem;
  z-index: 100;
  color: rgba(255,255,255,.36);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  pointer-events: none;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity .44s ease,
    transform .44s cubic-bezier(.2,.8,.2,1);
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-link:focus-visible {
  outline: 2px solid rgba(255,74,56,.95);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js-enabled .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 42rem;
  }

  .hero-logo-wrap {
    width: min(82vw, 760px);
  }

  .combined-rates,
  .points-panel {
    grid-template-columns: 1fr;
  }

  .rate-separator,
  .points-divider {
    width: 100%;
    height: 1px;
  }

  .rate-separator {
    background:
      linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.24),
        transparent
      );
  }

  .points-divider {
    background:
      linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.24),
        transparent
      );
  }

  .info-panel,
  .goal-grid,
    .info-item,
  .goal-row,
    .info-item:last-child,
  .goal-row:last-child {
    border-bottom: 0 !important;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 5rem;
  }

  .home-link {
    top: .75rem;
    right: .75rem;
    width: 2.65rem;
    padding: 0;
    justify-content: center;
  }

  .home-link span {
    display: none;
  }

  .hero {
    min-height: 38rem;
    padding-top: 5rem;
  }

  .hero-logo-wrap {
    top: 4.6rem;
    width: 95vw;
    min-width: 0;
  }

  .hero-card {
    padding: 1.35rem 1rem 1.45rem;
    border-radius: 1.35rem;
  }

  .hero-card p {
    font-size: .9rem;
  }
  .section-heading h2 img {
    height: 3.65rem;
  }

  .section-heading::after {
    width: calc(100% + 6rem);
  }

  .combined-rates,
  .info-panel,
  .list-panel,
  .points-panel,
  .goal-panel,
    .list-row,
  .purchase-row {
    grid-template-columns: 3.3rem minmax(0, 1fr);
  }

  .list-row .tag {
    grid-column: 2;
    justify-self: start;
  }

  .goal-row {
    grid-template-columns: 4.2rem minmax(0, 1fr);
  }

  .goal-row small {
    grid-column: 2;
  }
}


.hero-title {
  width: min(100%, 710px);
  height: auto;
  overflow: visible;
}

.hero-card[data-gyro] {
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform;
  transition:
    transform .075s cubic-bezier(.2,.8,.2,1),
    background .12s ease,
    border-color .12s ease,
    box-shadow .12s ease;
}

.hero-card[data-gyro] .hero-title,
.hero-card[data-gyro] p {
  transform: translateZ(18px);
}


.bender-center {
  margin-right: auto;
  margin-left: auto;
  object-position: center;
}
.hero-card > p { margin-top: .85rem; }
.combined-rates {
  padding: 1.25rem 1.35rem;
  gap: 1.35rem;
}
.rate-header { min-height: 2.75rem; }
.rate-values { margin-top: .7rem; }
.rate-values > div {
  min-height: 2.9rem;
  padding: .62rem 0;
}
.rate-note {
  min-height: 3.35rem;
  margin-top: .55rem;
  display: flex;
  align-items: flex-start;
}
.info-panel {
  padding-top: .15rem;
  padding-bottom: .15rem;
}
.info-item {
  min-height: 6.45rem;
  padding: 1rem 0;
}
.info-light-copy { margin-top: .38rem; }
.list-row {
  min-height: 4.65rem;
  padding: .8rem 0;
}
.points-panel {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.goal-row {
  min-height: 3.85rem;
  padding-top: .65rem;
  padding-bottom: .65rem;
}













.section-heading {
  margin-bottom: 1.15rem;
}

.section-heading h2 {
  position: relative;
  z-index: 1;
}

.section-heading h2 img {
  height: clamp(4.2rem, 5.9vw, 5.2rem);
}

.section-heading::after {
  width: calc(100% + clamp(9rem, 15vw, 13rem));
  margin-top: .12rem;
}

.combined-rates {
  padding: 1.45rem 1.5rem;
  gap: 1.5rem;
}

.rate-header {
  min-height: 3.15rem;
  gap: .8rem;
}

.rate-values {
  margin-top: .85rem;
}

.rate-values > div {
  min-height: 3.25rem;
  padding: .72rem 0;
}

.rate-note {
  min-height: 4rem;
  margin-top: .75rem;
}

.info-panel {
  padding-top: .35rem;
  padding-bottom: .35rem;
}

.info-item {
  min-height: 7.25rem;
  padding: 1.15rem 0;
}

.list-row {
  min-height: 5.25rem;
  padding: .95rem 0;
}

.points-panel {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.points-item {
  min-height: 7rem;
}

.goal-row {
  min-height: 4.45rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
}












@media (max-width: 600px) {
  .section-heading h2 img {
    height: clamp(3.85rem, 9vw, 4.5rem);
  }

  .section-heading::after {
    width: calc(100% + 7.5rem);
    margin-top: .08rem;
  }

  .combined-rates,
  .info-panel,
  .list-panel,
  .points-panel,
  .goal-panel,
    .info-item {
    min-height: 6.6rem;
  }
}


.section-heading {
  margin-bottom: 1.1rem;
}

.section-heading h2 {
  position: relative;
  z-index: 2;
  margin-bottom: -1.5rem;
}

.section-heading h2 img {
  height: clamp(5.8rem, 8vw, 7rem);
  transform: translateY(.75rem);
}

.section-heading::after {
  position: relative;
  z-index: 1;
  width: calc(100% + clamp(10rem, 16vw, 14rem));
  margin-top: 0;
}






.combined-rates .rate-header {
  min-height: 3.55rem;
  gap: .9rem;
}

.combined-rates .rate-values > div {
  min-height: 3.55rem;
  padding: .78rem 0;
}

.combined-rates .rate-note {
  min-height: 4.15rem;
  margin-top: .8rem;
}

@media (max-width: 600px) {
  .section-heading h2 {
    margin-bottom: -1.15rem;
  }

  .section-heading h2 img {
    height: clamp(4.8rem, 12.5vw, 5.8rem);
    transform: translateY(.55rem);
  }

  .section-heading::after {
    width: calc(100% + 8rem);
  }


}


.combined-rates {
  padding: 1.55rem 1.6rem;
}

.rate-group {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rate-header.rate-header-raised {
  align-items: flex-start;
  gap: .9rem;
  min-height: 4rem;
}

.rate-header.rate-header-raised .platform-icon {
  transform: translateY(-.28rem);
}

.rate-header.rate-header-raised > div {
  min-width: 0;
  gap: .22rem;
}

.rate-header.rate-header-raised strong,
.rate-header.rate-header-raised small {
  display: block;
}

.rate-header.rate-header-raised small {
  max-width: 100%;
}

.rate-values {
  margin-top: 1.05rem;
  gap: .42rem;
}

.rate-values > div {
  min-height: 3.55rem;
  padding: .82rem 0;
  display: grid;
  grid-template-columns: auto minmax(1rem, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.rate-values span {
  justify-self: start;
}

.rate-values strong {
  justify-self: end;
  text-align: right;
}




@media (max-width: 820px) {
}


.site-version.site-version-plain {
  font-size: .62rem;
  line-height: 1;
  letter-spacing: .08em;
}

.combined-rates {
  padding: 1.55rem 1.7rem;
  gap: 1.7rem;
}

.rate-header.rate-header-raised {
  align-items: center;
  min-height: 4.35rem;
  gap: 1rem;
}

.rate-header.rate-header-raised .platform-icon {
  transform: translateY(-.06rem);
  align-self: center;
}

.rate-header.rate-header-raised > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .28rem;
}

.rate-header.rate-header-raised small {
  align-self: center;
}

.rate-values {
  margin-top: 1rem;
}

.rate-values > div {
  min-height: 3.65rem;
  padding: .86rem .05rem;
  grid-template-columns: max-content 1fr max-content;
  column-gap: 1rem;
}

.rate-values span {
  justify-self: start;
  padding-left: .05rem;
}

.rate-values strong {
  justify-self: end;
  text-align: right;
  padding-right: .05rem;
}




@media (max-width: 820px) {
  .rate-header.rate-header-raised {
    align-items: flex-start;
  }

  .rate-header.rate-header-raised > div {
    align-items: flex-start;
    text-align: left;
  }

  .rate-header.rate-header-raised small {
    align-self: flex-start;
  }
}


.rate-header.rate-header-raised {
  align-items: flex-start;
  gap: 1.15rem;
  min-height: 3.15rem;
}

.rate-header.rate-header-raised .platform-icon {
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 2.35rem;
  transform: translateY(0);
  align-self: center;
}

.rate-header.rate-header-raised > div {
  align-items: flex-start;
  text-align: left;
  gap: .18rem;
}

.rate-mini-title,
.rate-mini-bio {
  display: block;
  font-family: "Bender Bold", "Trebuchet MS", "Segoe UI", sans-serif;
  white-space: nowrap;
}

.rate-header.rate-header-raised .rate-mini-title {
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.025em;
  text-shadow: 0 0 14px rgba(255,255,255,.12);
}

.rate-header.rate-header-raised .rate-mini-bio {
  align-self: flex-start;
  padding-left: .18rem;
  color: var(--muted);
  font-size: clamp(.78rem, 1vw, .92rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.01em;
}

.rate-values {
  margin-top: .82rem;
}

.rate-values > div {
  min-height: 3.65rem;
  padding: .86rem .05rem;
  grid-template-columns: minmax(0, 1fr) 6.9rem;
  column-gap: 2rem;
}

.rate-values span,
.rate-values strong {
  justify-self: start;
  text-align: left;
  padding-left: .05rem;
  padding-right: 0;
}

@media (max-width: 820px) {
  .rate-header.rate-header-raised {
    gap: .95rem;
    min-height: 3rem;
  }

  .rate-header.rate-header-raised .platform-icon {
    width: 2.1rem;
    height: 2.1rem;
    flex-basis: 2.1rem;
  }

  .rate-header.rate-header-raised .rate-mini-bio {
    padding-left: .12rem;
  }

  .rate-values > div {
    column-gap: 1.15rem;
  }
}


.bender-text {
  display: inline;
  max-width: 100%;
  font: inherit;
  color: inherit;
}

.bender-center {
  display: block;
  text-align: center;
}

.hero-title {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(4rem, 8vw, 6.6rem);
  font-weight: 700;
  line-height: .84;
  letter-spacing: .025em;
  text-transform: uppercase;
  filter: none;
  text-shadow:
    0 0 12px rgba(255,255,255,.10),
    0 0 24px rgba(255,24,8,.10);
}

.hero-card > p {
  font-size: clamp(.98rem, 1.5vw, 1.15rem);
  line-height: 1.35;
}

.section-heading h2 {
  line-height: .9;
  font-size: clamp(3.6rem, 6vw, 5.4rem);
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
  transform: translateY(.75rem);
}

.home-link span,
.rate-mini-title,
.rate-mini-bio {
  font-family: inherit;
  font-weight: 700;
}

.rate-header.rate-header-raised > div {
  gap: .12rem;
}

.rate-header.rate-header-raised .rate-mini-title {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  line-height: .95;
}

.rate-header.rate-header-raised .rate-mini-bio {
  padding-left: 0;
  font-size: clamp(.84rem, 1vw, .98rem);
  line-height: 1.05;
}

.rate-values span,
.rate-values strong {
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.info-item strong,
.points-item strong {
  font-size: clamp(1.12rem, 1.45vw, 1.3rem);
}

.info-item .info-light-copy,
.points-item p {
  display: block;
  margin-top: .28rem;
  color: var(--muted);
  font-size: clamp(.88rem, 1.1vw, 1rem);
  line-height: 1.35;
}

.list-row .money,
.list-row strong,
.purchase-row strong {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}

.list-row small,
.purchase-row small,
.list-notice {
  font-size: clamp(.82rem, 1vw, .94rem);
  line-height: 1.35;
}

.tag {
  font-size: .72rem;
}

.goal-row > span {
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
}

.goal-row p {
  font-size: clamp(.84rem, 1vw, .96rem);
  line-height: 1.3;
}

.goal-row small {
  font-size: .67rem;
}

@media (max-width: 600px) {
  .hero-title {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .section-heading h2 {
    font-size: clamp(3rem, 12vw, 4.6rem);
    transform: translateY(.55rem);
  }
}


.section-heading {
  margin-bottom: 1.1rem;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(3.05rem, 4.45vw, 4.15rem);
  line-height: .92;
  transform: none;
  white-space: nowrap;
}

.section-heading::after {
  margin-top: .38rem;
}

@media (max-width: 600px) {
  .section-heading h2 {
    font-size: clamp(1.45rem, 7.2vw, 2.8rem);
    transform: none;
  }
}


.hero-heading {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.hero-divider {
  width: min(100%, 58rem);
  height: 2px;
  margin: .65rem auto 0;
  background: linear-gradient(
    90deg,
    rgba(255,95,81,0) 0%,
    rgba(255,95,81,.94) 12%,
    rgba(255,95,81,.94) 88%,
    rgba(255,95,81,0) 100%
  );
  box-shadow:
    0 0 9px rgba(255,72,58,.34),
    0 0 18px rgba(255,36,24,.13);
}

@media (max-width: 600px) {
  .hero-divider {
    width: min(100%, 24rem);
    margin-top: .5rem;
  }
}


.rate-group-twitch .rate-mini-bio {
  padding-left: .7rem;
}

@media (max-width: 600px) {
  .rate-group-twitch .rate-mini-bio {
    padding-left: .4rem;
  }
}


.rate-header.rate-header-raised .rate-mini-title {
  display: flex;
  align-items: baseline;
  gap: .55rem;
  flex-wrap: wrap;
}

.rate-mini-accent {
  color: #ff5f51;
  font-size: clamp(.84rem, 1vw, .98rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.01em;
  text-shadow: 0 0 10px rgba(255,72,58,.18);
}

.hero-support-stack {
  width: min(900px, 100%);
  margin: 0 auto 3.2rem;
}



.special-supporters {
  position: absolute;
  top: -4.3rem;
  left: calc(100% + 6.75rem);
  width: clamp(190px, 12.5vw, 225px);
  min-width: 0;
}

.special-supporters-heading {
  position: relative;
  left: 50%;
  width: max-content;
  max-width: none;
  margin: 0 0 .8rem;
  text-align: center;
  transform: translateX(-50%);
}

.special-supporters-heading h2 {
  width: max-content;
  max-width: none;
  margin: 0;
  font-size: clamp(1.85rem, 2vw, 2.3rem);
  line-height: .95;
  text-align: center;
  white-space: nowrap;
}

.special-supporters-heading::after {
  position: relative;
  left: 50%;
  width: calc(100% + .7rem);
  max-width: none;
  height: 2px;
  margin: .58rem 0 0;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(255,95,81,0) 0%,
    rgba(255,95,81,.94) 14%,
    rgba(255,95,81,.94) 86%,
    rgba(255,95,81,0) 100%
  );
  box-shadow:
    0 0 9px rgba(255,72,58,.34),
    0 0 18px rgba(255,36,24,.13);
}

.special-supporters-panel {
  margin: 0;
  padding: .15rem .8rem;
  border-radius: 1.2rem;
}

.special-supporters-inner {
  overflow: visible;
  padding: 0;
}

.supporter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.supporter-chip {
  min-height: 2.7rem;
  padding: .62rem .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.supporter-chip:last-child {
  border-bottom: 0;
}

.supporter-chip span {
  min-width: 0;
  display: block;
  overflow-wrap: anywhere;
  color: #f2f4f8;
  font-size: 1.05rem;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1500px) {
  .special-supporters {
    position: static;
    width: min(260px, 100%);
    margin: -1.5rem 0 3.2rem auto;
  }
}

@media (max-width: 700px) {
  .special-supporters {
    width: min(240px, 100%);
    margin: -1rem auto 2.6rem;
  }

  .special-supporters-heading h2 {
    font-size: 1.45rem;
  }
}

.hero-support-note,
.hero-support-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 1.45rem;
}

.hero-support-note {
  padding: 1.35rem 1.55rem;
}

.hero-support-note p {
  margin: 0;
  color: #f2f4f8;
  font-size: clamp(.98rem, 1.22vw, 1.12rem);
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
}

.hero-support-photo {
  margin-top: 1rem;
  padding: .45rem;
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform;
  transition:
    transform .075s cubic-bezier(.2,.8,.2,1),
    box-shadow .12s ease,
    border-color .12s ease;
}

.hero-support-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.1rem;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(0,0,0,.34);
}

.hero-support-photo[data-gyro] img {
  transform: translateZ(18px);
}

@media (max-width: 700px) {
  .hero-support-stack {
    margin-bottom: 2.5rem;
  }

  .hero-support-note {
    padding: 1.05rem 1rem;
  }

  .hero-support-photo {
    margin-top: .82rem;
    padding: .32rem;
  }

  .rate-header.rate-header-raised .rate-mini-title {
    gap: .35rem;
  }
}


.rate-group-paypal .rate-mini-title {
  display: inline-flex;
  align-items: baseline;
  gap: .55rem;
  flex-wrap: nowrap;
}

.rate-mini-label {
  display: inline;
}

.rate-group-paypal .rate-mini-accent {
  position: relative;
  top: -.55rem;
  white-space: nowrap;
}

.hero-support-signature {
  margin-top: 1.15rem !important;
  text-align: center;
}

.hero-support-photo-reveal {
  margin-top: 1rem;
  perspective: 1000px;
}

.hero-support-photo {
  margin-top: 0;
}

.hero-support-photo[data-gyro] {
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform;
  transition:
    transform .06s cubic-bezier(.2,.8,.2,1),
    box-shadow .12s ease,
    border-color .12s ease;
}

@media (max-width: 700px) {
  .rate-group-paypal .rate-mini-title {
    gap: .35rem;
  }

  .rate-group-paypal .rate-mini-accent {
    top: -.42rem;
  }

  .hero-support-photo-reveal {
    margin-top: .82rem;
  }
}


.hero {
  min-height: 37rem;
  padding-bottom: 2rem;
}

@media (max-width: 820px) {
  .hero {
    min-height: 33rem;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 30rem;
    padding-bottom: 1.5rem;
  }
}


.hero-support-photo-reveal {
  position: relative;
}


.list-row .recurring-copy {
  display: flex;
  align-items: baseline;
  min-width: 0;
  gap: .42rem;
}

.list-row .recurring-copy strong,
.list-row .recurring-copy small {
  display: inline;
}

.list-row .recurring-copy small {
  min-width: 0;
}

.recurring-separator {
  color: rgba(255,255,255,.38);
  flex: 0 0 auto;
}

.recurring-unlock {
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}

.recurring-completed .recurring-copy strong,
.recurring-completed .recurring-copy small {
  opacity: .62;
  text-decoration-line: line-through;
  text-decoration-color: #57d97a;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}

.recurring-completed-label {
  color: #69e58a;
  text-shadow: 0 0 10px rgba(87, 217, 122, .2);
}

@media (max-width: 820px) {
  .list-row {
    grid-template-columns: 3.6rem minmax(0, 1fr);
  }

  .recurring-unlock {
    grid-column: 2;
    justify-self: end;
    margin-top: .18rem;
  }
}

@media (max-width: 600px) {
  .list-row .recurring-copy {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: .18rem .35rem;
  }
}


#recurring .recurring-rows {
  position: relative;
}

#recurring .recurring-rows::before {
  content: "";
  position: absolute;
  top: .65rem;
  bottom: 0;
  left: 3.45rem;
  width: 1px;
  background: rgba(255,255,255,.12);
  pointer-events: none;
}

.list-row .money {
  display: flex;
  align-items: center;
}

@media (max-width: 820px) {
  #recurring .recurring-rows::before {
    left: 3.25rem;
  }
}


.recurring-notice {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.2rem 0 1.05rem 5.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .9rem;
  border-top: 1px solid rgba(255,255,255,.12);
  border-left: 0;
}

.recurring-notice::before {
  content: "";
  flex: 0 0 auto;
  width: 2px;
  height: 1.55rem;
  background: rgba(255,193,89,.72);
}

.recurring-notice .bender-text {
  display: block;
  max-width: calc(100% - 3rem);
  padding: 0;
  border-left: 0;
  text-align: left;
}

@media (max-width: 600px) {
  .recurring-notice {
    gap: .7rem;
    padding: 1rem .35rem .9rem 4.55rem;
  }

  .recurring-notice .bender-text {
    max-width: calc(100% - 2rem);
  }
}


.recurring-notice::before {
  width: 2px;
}

.recurring-notice::before,
.recurring-notice .bender-text {
  position: relative;
  left: -4.45rem;
}

@media (max-width: 600px) {
  .recurring-notice::before,
  .recurring-notice .bender-text {
    left: -2.55rem;
  }
}


#information .info-panel {
  padding: 1rem;
  gap: .85rem;
}

#information .info-item,
#information .info-item:nth-last-child(-n + 2) {
  min-height: 0;
  padding: 1.05rem 1.1rem;
  display: grid;
  grid-template-columns: 3px minmax(0, 1fr);
  gap: .9rem;
  align-items: stretch;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,.038), rgba(255,255,255,.012) 45%, rgba(0,0,0,.12));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 10px 24px rgba(0,0,0,.13);
}

#information .info-accent {
  width: 3px;
  min-height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,95,81,.96), rgba(255,95,81,.28));
  box-shadow: 0 0 10px rgba(255,72,58,.23);
}

#information .info-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

#information .info-item strong {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 1.45vw, 1.36rem);
  line-height: 1.05;
}

#information .info-item .info-light-copy {
  margin-top: .45rem;
  max-width: 34rem;
  color: rgba(255,255,255,.68);
  font-size: clamp(.86rem, 1vw, .98rem);
  line-height: 1.4;
}

@media (max-width: 820px) {
  #information .info-panel {
    grid-template-columns: 1fr;
  }

  #information .info-item,
  #information .info-item:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255,255,255,.11) !important;
  }
}

@media (max-width: 600px) {
  #information .info-panel {
    padding: .72rem;
    gap: .65rem;
  }

  #information .info-item,
  #information .info-item:nth-last-child(-n + 2) {
    padding: .9rem;
    gap: .72rem;
  }
}


#information .info-panel {
  position: relative;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "points streamer"
    "paypal night";
  gap: .9rem 1rem;
  align-items: stretch;
}

#information .info-paypal { grid-area: paypal; }
#information .info-streamer { grid-area: streamer; }
#information .info-night { grid-area: night; }
#information .info-points { grid-area: points; }

#information .info-item,
#information .info-item:nth-last-child(-n + 2) {
  min-height: 7.15rem;
  padding: 1.05rem 1.15rem;
}

#information .info-center-ornament {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 4.55rem;
  height: 5.85rem;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  pointer-events: none;
}

#information .info-center-ornament::before {
  content: "";
  position: absolute;
  inset: 18% 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(137,0,9,.19), rgba(91,0,6,.08) 38%, transparent 72%);
  filter: blur(9px);
}

#information .info-blood-star {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

#information .info-item strong {
  font-size: clamp(1.16rem, 1.3vw, 1.3rem);
}

#information .info-item .info-light-copy {
  margin-top: .42rem;
  max-width: none;
}

@media (max-width: 820px) {
  #information .info-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "points"
      "streamer"
      "paypal"
      "night";
    padding: .82rem;
    gap: .8rem;
  }

  #information .info-center-ornament {
    display: none;
  }

  #information .info-item,
  #information .info-item:nth-last-child(-n + 2) {
    min-height: 0;
    border-bottom: 1px solid rgba(255,255,255,.11) !important;
  }
}

@media (max-width: 600px) {
  #information .info-panel {
    padding: .72rem;
    gap: .65rem;
  }

  #information .info-item,
  #information .info-item:nth-last-child(-n + 2) {
    padding: .9rem;
    gap: .72rem;
  }
}


#goals .goal-tree-panel {
  padding: 1rem;
  overflow: hidden;
}

#goals .goal-tree-header {
  padding: .35rem .4rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

#goals .goal-tree {
  position: relative;
  padding: 1.35rem 0 .35rem;
}

#goals .goal-tree::before {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: .55rem;
  left: 50%;
  width: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.1));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 18px rgba(255,65,49,.1);
}

#goals .goal-entry {
  position: relative;
  min-height: 7rem;
  margin: -.2rem 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4rem minmax(0, 1fr);
  align-items: center;
}

#goals .goal-entry::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2px;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(255,54,39,.12);
}

#goals .goal-entry.goal-left::before {
  right: 50%;
  background: linear-gradient(90deg, rgba(255,76,61,.78), rgba(255,255,255,.2));
}

#goals .goal-entry.goal-right::before {
  left: 50%;
  background: linear-gradient(90deg, rgba(255,255,255,.2), rgba(255,76,61,.78));
}

#goals .goal-entry.goal-left .goal-card {
  grid-column: 1;
  justify-self: end;
}

#goals .goal-entry.goal-right .goal-card {
  grid-column: 3;
  justify-self: start;
}

#goals .goal-spine-progress {
  position: absolute;
  z-index: 1;
  top: 1rem;
  bottom: .55rem;
  left: 50%;
  width: 6px;
  transform: translateX(-50%) scaleY(var(--goal-progress, 0));
  transform-origin: top;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,72,56,.96), rgba(171,12,21,.9));
  box-shadow: 0 0 12px rgba(255,45,31,.28);
  pointer-events: none;
}

#goals .goal-current-marker {
  position: absolute;
  z-index: 5;
  top: 1rem;
  left: 50%;
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.9);
  font-size: clamp(.92rem, 1.02vw, 1.04rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .015em;
  text-shadow: 0 0 10px rgba(255,66,50,.18);
  pointer-events: none;
  transform: translateY(-50%);
  white-space: nowrap;
}

#goals .goal-current-marker[hidden] {
  display: none;
}

#goals .goal-current-marker-left {
  flex-direction: row-reverse;
  transform: translate(calc(-100% - .65rem), -50%);
}

#goals .goal-current-marker-right {
  transform: translate(.65rem, -50%);
}

#goals .goal-tree-panel.is-simple-layout .goal-current-marker {
  display: none;
}

@media (max-width: 700px) {
  #goals .goal-current-marker {
    left: 1.05rem;
    font-size: .94rem;
  }

  #goals .goal-current-marker-left,
  #goals .goal-current-marker-right {
    flex-direction: row;
    transform: translate(.65rem, -50%);
  }

}

#goals .goal-entry::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: .92rem;
  height: .92rem;
  border: 2px solid rgba(255,255,255,.24);
  background: linear-gradient(145deg, rgba(31,31,35,.98), rgba(10,10,13,.98));
  box-shadow: 0 0 0 4px rgba(255,255,255,.025);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

#goals .goal-entry.goal-met::after {
  border-color: rgba(255,78,63,.98);
  background: linear-gradient(145deg, rgba(111,8,15,.98), rgba(31,3,6,.98));
  box-shadow: 0 0 0 4px rgba(255,59,42,.08), 0 0 12px rgba(255,54,39,.28);
}

#goals .goal-card {
  width: min(100%, 25.75rem);
  padding: .9rem 1rem .92rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: .45rem;
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018));
  box-shadow: 0 10px 22px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.03);
}

#goals .goal-card-amount {
  display: inline-flex;
  margin-bottom: .38rem;
  color: rgba(255,108,92,.96);
  font-size: .76rem;
  line-height: 1;
  letter-spacing: .08em;
}

#goals .goal-card strong {
  display: block;
  color: rgba(255,255,255,.96);
  font-size: clamp(.92rem, 1vw, 1.04rem);
  line-height: 1.08;
}

#goals .goal-card p {
  margin: .3rem 0 0;
  color: rgba(255,255,255,.6);
  font-size: clamp(.72rem, .86vw, .84rem);
  line-height: 1.34;
}

#goals .goal-card a {
  color: rgba(255,111,96,.92);
  text-decoration: none;
}

#goals .goal-card a:hover {
  text-decoration: underline;
}


#goals .goal-finale .goal-card {
  background: linear-gradient(145deg, rgba(255,74,59,.08), rgba(255,255,255,.018));
}

@media (max-width: 920px) {
  #goals .goal-card {
    width: min(100%, 22.5rem);
  }
}

@media (max-width: 700px) {
  #goals .goal-tree-panel {
    padding: .72rem;
  }

  #goals .goal-tree {
    padding-top: 1rem;
  }

  #goals .goal-tree::before {
    left: 1.05rem;
    transform: none;
  }

  #goals .goal-entry {
    min-height: 0;
    margin: 0;
    padding: .28rem 0;
    grid-template-columns: 2.1rem minmax(0, 1fr);
  }

  #goals .goal-entry::before,
  #goals .goal-entry.goal-left::before,
  #goals .goal-entry.goal-right::before {
    left: 1.05rem;
    right: auto;
    width: 1.05rem;
    background: linear-gradient(90deg, rgba(255,76,61,.82), rgba(255,255,255,.22));
  }

  #goals .goal-entry.goal-left .goal-card,
  #goals .goal-entry.goal-right .goal-card {
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
  }

  #goals .goal-entry::after {
    left: 1.05rem;
  }

  #goals .goal-spine-progress {
    left: 1.05rem;
    transform: translateX(-50%) scaleY(var(--goal-progress, 0));
  }
}


.hero-support-photo-reveal {
  display: grid;
  place-items: center;
}

.hero-support-photo-hitbox {
  position: relative;
  width: 100%;
  aspect-ratio: 2048 / 1116;
  cursor: pointer;
  outline: none;
  transition:
    width .62s cubic-bezier(.2,.8,.2,1),
    aspect-ratio .62s cubic-bezier(.2,.8,.2,1);
}

.hero-support-photo-hitbox.is-salem {
  width: min(100%, 32rem);
  aspect-ratio: 9 / 16;
}

.hero-support-photo-hitbox:focus-visible {
  border-radius: 1.45rem;
  outline: 2px solid rgba(255,95,81,.9);
  outline-offset: 5px;
}

.hero-support-photo {
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-support-photo-stage {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .62s cubic-bezier(.2,.8,.2,1);
}

.hero-support-photo-hitbox.is-salem .hero-support-photo-stage {
  transform: rotateY(180deg);
}

.hero-support-photo .hero-support-photo-face {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.1rem;
  object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.34);
}

.hero-support-photo[data-gyro] .hero-support-photo-front {
  transform: translateZ(18px);
}

.hero-support-photo[data-gyro] .hero-support-photo-back {
  transform: rotateY(180deg) translateZ(18px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-support-photo-hitbox,
  .hero-support-photo-stage {
    transition: none;
  }
}


.hero-support-photo-reveal {
  perspective: 1100px;
}

.hero-support-photo-hitbox[data-gyro] {
  --gyro-x: 0deg;
  --gyro-y: 0deg;
  transform: rotateX(var(--gyro-x)) rotateY(var(--gyro-y));
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform, width, aspect-ratio;
  transition:
    transform .06s cubic-bezier(.2,.8,.2,1),
    width .62s cubic-bezier(.2,.8,.2,1),
    aspect-ratio .62s cubic-bezier(.2,.8,.2,1);
}

.hero-support-photo {
  transform: none !important;
  will-change: auto;
  transition:
    box-shadow .12s ease,
    border-color .12s ease;
}

.hero-support-photo-hitbox[data-gyro] .hero-support-photo-front {
  transform: translateZ(18px);
}

.hero-support-photo-hitbox[data-gyro] .hero-support-photo-back {
  transform: rotateY(180deg) translateZ(18px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-support-photo-hitbox[data-gyro] {
    transform: none;
  }
}


#goals .goal-tree-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  text-align: center;
}

#goals .goal-layout-prompt {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: clamp(1.04rem, 1.16vw, 1.18rem);
  line-height: 1.2;
}

#goals .goal-layout-toggle {
  appearance: none;
  padding: .1rem 0 .16rem;
  border: 0;
  border-bottom: 1px solid rgba(255,166,72,.9);
  color: rgba(255,174,82,.98);
  background: transparent;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(255,142,47,.18);
  transition: color .14s ease, border-color .14s ease, text-shadow .14s ease;
}

#goals .goal-layout-toggle:hover,
#goals .goal-layout-toggle:focus-visible {
  color: #ffc071;
  border-color: #ffc071;
  text-shadow: 0 0 12px rgba(255,157,65,.3);
  outline: none;
}

#goals .goal-card-amount {
  font-size: clamp(1rem, 1.12vw, 1.12rem);
}

#goals .goal-card strong {
  font-size: clamp(1.06rem, 1.18vw, 1.2rem);
  line-height: 1.1;
}

#goals .goal-card p {
  font-size: clamp(.9rem, 1.02vw, 1.02rem);
  line-height: 1.42;
}

#goals .goal-tree-panel.is-simple-layout .goal-tree {
  padding: 1rem 0 .25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .72rem;
}

#goals .goal-tree-panel.is-simple-layout .goal-tree::before,
#goals .goal-tree-panel.is-simple-layout .goal-spine-progress,
#goals .goal-tree-panel.is-simple-layout .goal-entry::before {
  display: none;
}

#goals .goal-tree-panel.is-simple-layout .goal-entry,
#goals .goal-tree-panel.is-simple-layout .goal-entry.goal-left,
#goals .goal-tree-panel.is-simple-layout .goal-entry.goal-right {
  min-height: 0;
  margin: 0;
  padding: 0;
  display: block;
}

#goals .goal-tree-panel.is-simple-layout .goal-entry::after {
  left: 1.28rem;
  top: 50%;
  width: .78rem;
  height: .78rem;
  border-color: rgba(255,255,255,.22);
  transform: translate(-50%, -50%) rotate(45deg);
}

#goals .goal-tree-panel.is-simple-layout .goal-entry.goal-met::after {
  border-color: rgba(255,78,63,.98);
}

#goals .goal-tree-panel.is-simple-layout .goal-card,
#goals .goal-tree-panel.is-simple-layout .goal-entry.goal-left .goal-card,
#goals .goal-tree-panel.is-simple-layout .goal-entry.goal-right .goal-card {
  width: 100%;
  min-height: 100%;
  padding: .78rem .9rem .82rem 2.55rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "amount title"
    "amount description";
  column-gap: .72rem;
  align-content: center;
  border-radius: .38rem;
  background: linear-gradient(145deg, rgba(255,255,255,.042), rgba(255,255,255,.014));
  text-align: left;
}

#goals .goal-tree-panel.is-simple-layout .goal-card-amount {
  grid-area: amount;
  align-self: center;
  margin: 0;
  min-width: 4.15rem;
  color: rgba(255,103,88,.98);
  font-size: clamp(1.04rem, 1.16vw, 1.18rem);
}

#goals .goal-tree-panel.is-simple-layout .goal-card strong {
  grid-area: title;
  align-self: end;
  font-size: clamp(1rem, 1.08vw, 1.12rem);
}

#goals .goal-tree-panel.is-simple-layout .goal-card p {
  grid-area: description;
  align-self: start;
  margin-top: .2rem;
  font-size: clamp(.86rem, .96vw, .96rem);
  line-height: 1.36;
}

@media (max-width: 900px) {
  #goals .goal-tree-panel.is-simple-layout .goal-tree {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  #goals .goal-layout-prompt {
    font-size: 1.02rem;
  }

  #goals .goal-tree-panel.is-simple-layout .goal-tree {
    padding-top: .72rem;
  }

  #goals .goal-tree-panel.is-simple-layout .goal-card,
  #goals .goal-tree-panel.is-simple-layout .goal-entry.goal-left .goal-card,
  #goals .goal-tree-panel.is-simple-layout .goal-entry.goal-right .goal-card {
    grid-column: auto;
    padding-left: 2.35rem;
  }

  #goals .goal-tree-panel.is-simple-layout .goal-entry::after {
    left: 1.16rem;
  }
}


#goals .goal-layout-toggle {
  color: rgba(255,108,92,.98);
  border-bottom-color: rgba(255,108,92,.9);
  text-shadow: 0 0 10px rgba(255,70,54,.2);
}

#goals .goal-layout-toggle:hover,
#goals .goal-layout-toggle:focus-visible {
  color: #ff7b6a;
  border-color: #ff7b6a;
  text-shadow: 0 0 12px rgba(255,74,58,.32);
}

#goals .goal-card-amount {
  font-size: clamp(1.14rem, 1.28vw, 1.3rem);
}

#goals .goal-card p {
  font-size: clamp(.96rem, 1.08vw, 1.08rem);
}

#goals .goal-tree-panel.is-simple-layout .goal-card-amount {
  font-size: clamp(1.18rem, 1.32vw, 1.34rem);
}

#goals .goal-tree-panel.is-simple-layout .goal-card p {
  font-size: clamp(.92rem, 1.02vw, 1.04rem);
}


#menu .purchase-rows {
  position: relative;
}

#menu .purchase-rows::before {
  content: "";
  position: absolute;
  top: .65rem;
  bottom: .65rem;
  left: 3.45rem;
  width: 1px;
  background: rgba(255,255,255,.12);
  pointer-events: none;
}

#menu .purchase-row {
  min-height: 4.35rem;
  padding: .68rem 0;
  grid-template-columns: 4rem minmax(0, 1fr);
}

#menu .purchase-row > div {
  gap: .68rem;
}

#menu .menu-red-link {
  color: rgba(255,108,92,.98);
  text-decoration: underline;
  text-decoration-color: rgba(255,108,92,.9);
  text-decoration-thickness: 1px;
  text-underline-offset: .16em;
  text-shadow: 0 0 10px rgba(255,70,54,.2);
}

@media (max-width: 820px) {
  #menu .purchase-rows::before {
    left: 3.25rem;
  }

  #menu .purchase-row {
    grid-template-columns: 3.6rem minmax(0, 1fr);
  }
}


#menu .list-panel {
  overflow: hidden;
}

#menu .purchase-row {
  min-height: 4.85rem;
  padding: .82rem 0;
}

#menu .purchase-row > div {
  gap: .54rem;
}

#menu .purchase-row:last-of-type {
  border-bottom: 0;
}

#menu .purchase-notice {
  border-top: 1px solid rgba(255,255,255,.12);
}


#goals .goal-disclaimer {
  box-sizing: border-box;
  width: 100%;
  padding: 1.05rem 1rem 1rem;
  display: flex;
  align-items: center;
  gap: .9rem;
  color: var(--muted);
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: clamp(.82rem, 1vw, .94rem);
  line-height: 1.35;
}

#goals .goal-disclaimer::before {
  content: "";
  flex: 0 0 auto;
  width: 2px;
  height: 1.55rem;
  background: rgba(255,193,89,.72);
}

#goals .goal-disclaimer .bender-text {
  display: block;
  min-width: 0;
}

@media (max-width: 600px) {
  #goals .goal-disclaimer {
    gap: .7rem;
    padding: .95rem .72rem .9rem;
  }
}


#goals .goal-tree-panel {
  padding-bottom: .32rem;
}

#goals .goal-disclaimer {
  padding-bottom: .72rem;
}

#bitbot .bitbot-pricing-panel {
  padding: 0 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  column-gap: 0;
  border-radius: 1.35rem;
  overflow: hidden;
}

#bitbot .bitbot-column {
  min-width: 0;
  display: grid;
  grid-template-rows: auto repeat(4, 5.2rem);
  align-content: start;
}

#bitbot .bitbot-column + .bitbot-column {
  padding-left: 1.05rem;
  margin-left: 1.05rem;
  border-left: 1px solid rgba(255,255,255,.12);
}

#bitbot .bitbot-column-heading {
  min-height: 3.35rem;
  margin: 0;
  padding: .95rem 0 .72rem;
  display: flex;
  align-items: center;
  color: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: clamp(.92rem, 1.05vw, 1.05rem);
  line-height: 1.1;
  font-weight: 900;
}

#bitbot .bitbot-price-row {
  min-width: 0;
  min-height: 0;
  padding: .72rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

#bitbot .bitbot-price-row:last-child {
  border-bottom: 0;
}

#bitbot .bitbot-price-row-empty {
  pointer-events: none;
}

#bitbot .bitbot-price-copy {
  min-width: 0;
  display: grid;
  gap: .28rem;
  line-height: 1.2;
}

#bitbot .bitbot-price-name {
  display: block;
  color: rgba(255,255,255,.94);
  font-size: clamp(.88rem, 1vw, 1.02rem);
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}

#bitbot .bitbot-price-copy small {
  display: block;
  color: var(--muted);
  font-size: clamp(.68rem, .78vw, .79rem);
  line-height: 1.25;
  letter-spacing: .015em;
  text-transform: none;
}

#bitbot .bitbot-price-row strong {
  flex: 0 0 auto;
  color: #fff;
  font-size: clamp(.82rem, .95vw, .98rem);
  line-height: 1.15;
  text-align: right;
  white-space: nowrap;
}

#bitbot .bitbot-pricing-panel span,
#bitbot .bitbot-pricing-panel strong,
#bitbot .bitbot-pricing-panel small {
  line-height: normal;
}

@media (max-width: 980px) {
  #bitbot .bitbot-pricing-panel {
    padding-right: .85rem;
    padding-left: .85rem;
  }

  #bitbot .bitbot-column {
    grid-template-rows: auto repeat(4, 5.65rem);
  }

  #bitbot .bitbot-column + .bitbot-column {
    padding-left: .72rem;
    margin-left: .72rem;
  }

  #bitbot .bitbot-price-row {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: .3rem;
  }

  #bitbot .bitbot-price-row strong {
    text-align: left;
  }
}

@media (max-width: 720px) {
  #goals .goal-tree-panel {
    padding-bottom: .25rem;
  }

  #goals .goal-disclaimer {
    padding-bottom: .68rem;
  }

  #bitbot .bitbot-pricing-panel {
    grid-template-columns: 1fr;
    padding: 0 .85rem;
  }

  #bitbot .bitbot-column {
    grid-template-rows: auto;
  }

  #bitbot .bitbot-column + .bitbot-column {
    padding-left: 0;
    margin-left: 0;
    border-top: 1px solid rgba(255,255,255,.12);
    border-left: 0;
  }

  #bitbot .bitbot-price-row,
  #bitbot .bitbot-price-row-empty {
    min-height: 4.45rem;
  }
}

.rate-group-paypal,
.rate-group-twitch {
  position: relative;
}

.combined-rates .rate-values > div {
  grid-template-columns: minmax(0, 1fr) max-content;
}

.combined-rates .rate-values span,
.combined-rates .rate-values strong,
.rate-formula {
  font-family: "Bender Bold", "Trebuchet MS", "Segoe UI", sans-serif;
}

.combined-rates .rate-values span,
.combined-rates .rate-values strong {
  line-height: 1;
  white-space: nowrap;
}

.rate-formula {
  position: absolute;
  left: .05rem;
  bottom: -1.2rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: .9rem;
  color: var(--muted);
  font-size: clamp(.82rem, 1vw, .94rem);
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.rate-formula::before {
  content: "";
  flex: 0 0 auto;
  width: 2px;
  height: 1.55rem;
  background: rgba(255,193,89,.72);
}

@media (max-width: 820px) {
  .rate-formula {
    position: static;
    margin-top: .75rem;
    white-space: normal;
  }
}


.twitch-rate-formula::before {
  width: 3px;
}

.bits-formula-content {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
}

.bits-formula-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  object-fit: contain;
  transform: translateY(.08rem);
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, .22));
}

