:root {
  color-scheme: dark;
  --bg: #0f1117;
  --panel: #171923;
  --panel-strong: #202331;
  --text: #f7f2ea;
  --muted: #b9b1a5;
  --line: rgba(255, 255, 255, .12);
  --coral: #ff6b6b;
  --mint: #38d6b4;
  --gold: #f5c86a;
  --ink: #11131a;
  --shadow: 0 24px 80px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 107, 107, .22), transparent 28rem),
    radial-gradient(circle at 90% 8%, rgba(56, 214, 180, .16), transparent 24rem),
    linear-gradient(180deg, #11131b 0%, var(--bg) 42%, #101118 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.missexpansion-inner-page,
body.missexpansion-reader-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

body.missexpansion-inner-page main,
body.missexpansion-reader-page main {
  flex: 1 0 auto;
}

body.missexpansion-inner-page .site-footer,
body.missexpansion-reader-page .site-footer {
  margin-top: auto;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img,
.hero-banner,
.archive-card,
.category-card,
.reader-pages,
.reader-page-image,
.reader-placeholder-page,
.reader-locked-page {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
}

img {
  pointer-events: none;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button-primary {
  background: linear-gradient(135deg, var(--coral), var(--gold));
  color: #0b0d12;
  box-shadow: 0 12px 30px rgba(255, 107, 107, .22);
  font-weight: 900;
}
.button-soft, .button-outline {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .08);
  color: var(--text);
}
.button:hover { transform: translateY(-1px); }

.top-action {
  display: flex;
  width: min(1180px, calc(100% - 32px));
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 18px auto 0;
}

.top-logo {
  display: flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.top-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.top-auth-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.patreon-status {
  display: flex;
  min-height: 40px;
  max-width: min(42vw, 360px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, .06);
  color: var(--muted);
  font-size: .88rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-float {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(75, 212, 203, .48);
  border-radius: 8px;
  padding: 0 16px;
  background: rgba(75, 212, 203, .1);
  color: var(--text);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.game-float:hover {
  border-color: var(--teal);
  background: rgba(75, 212, 203, .18);
  color: var(--teal);
  transform: translateY(-1px);
}

.patreon-float {
  display: flex;
  width: max-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 8px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(255, 107, 107, .26);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.patreon-float:hover {
  transform: translateY(-1px);
}

.patreon-notice {
  width: min(1180px, calc(100% - 32px));
  margin: 12px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .07);
  color: var(--text);
  font-weight: 800;
  line-height: 1.35;
}

.patreon-notice-ok {
  border-color: rgba(45, 245, 194, .42);
  background: rgba(45, 245, 194, .08);
}

.patreon-notice-denied {
  border-color: rgba(255, 107, 107, .46);
  background: rgba(255, 107, 107, .1);
}

main { overflow: hidden; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  width: min(1180px, calc(100% - 32px));
  min-height: auto;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 44px) 0 34px;
  align-items: stretch;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--mint);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 7vw, 6.6rem);
  line-height: .92;
}

.hero-copy {
  max-width: 920px;
}

.hero-seo-copy {
  width: min(1160px, 100%);
  max-width: 1160px;
  margin: 0 auto clamp(14px, 2.6vw, 24px);
  text-align: center;
}

.hero-seo-copy h1 {
  max-width: 1160px;
  margin: 0 auto;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: .96;
}

.hero-seo-copy .hero-text {
  max-width: 940px;
  margin: 12px auto 0;
  font-size: clamp(.98rem, 1.25vw, 1.08rem);
  line-height: 1.55;
}

.hero-text {
  max-width: 580px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; min-height: 460px; }
.hero-banner {
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(540px, 54vw, 760px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 107, 107, .38), transparent 20rem),
    radial-gradient(circle at 82% 18%, rgba(56, 214, 180, .3), transparent 18rem),
    linear-gradient(145deg, #1d2030, #12151f 58%, #0f1117);
  box-shadow: var(--shadow);
}

.hero > .hero-banner {
  display: none;
}

.banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: clamp(720px, 66vw, 880px);
  padding: 0 0 46px;
}

.banner-track {
  position: relative;
  height: 100%;
}

.banner-track::-webkit-scrollbar {
  display: none;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(560px, 42vw);
  height: calc(100% - 46px);
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(.82);
  transition: opacity .34s ease, transform .34s ease;
}

.carousel-slide.is-active {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
}

.carousel-slide.is-prev,
.carousel-slide.is-next {
  z-index: 2;
  opacity: .42;
  pointer-events: auto;
}

.carousel-slide.is-prev {
  transform: translateX(calc(-50% - min(500px, 38vw))) scale(.86);
}

.carousel-slide.is-next {
  transform: translateX(calc(-50% + min(500px, 38vw))) scale(.86);
}

.carousel-control {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 19, 26, .48);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-size: 0;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.carousel-control::before {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  content: "";
}

.carousel-prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.carousel-next::before {
  transform: translateX(-2px) rotate(45deg);
}

.carousel-prev {
  left: max(12px, calc(27% - 86px));
}

.carousel-next {
  right: max(12px, calc(27% - 86px));
}

.banner-title {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: block;
  color: var(--text);
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: .98;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .82);
  pointer-events: none;
}

.carousel-slide::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 46%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .76));
  pointer-events: none;
}

.carousel-dots {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 18px;
}

.carousel-dots button {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.carousel-dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  content: "";
  background: rgba(255, 255, 255, .34);
  transform: translate(-50%, -50%);
}

.carousel-dots button.is-active::before {
  width: 28px;
  background: var(--gold);
}

.banner-stage,
.banner-content {
  position: absolute;
  inset: 0;
}

.banner-stage {
  overflow: hidden;
  border-radius: inherit;
}

.banner-stage > span {
  position: absolute;
  display: block;
}

.banner-neutral-placeholder {
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    var(--banner-placeholder-image) center / cover no-repeat,
    radial-gradient(circle at 18% 14%, rgba(255, 107, 107, .26), transparent 18rem),
    radial-gradient(circle at 82% 18%, rgba(56, 214, 180, .2), transparent 18rem),
    linear-gradient(145deg, #1b1f2d, #141824 56%, #0d1018);
  transform: translateZ(0);
}

.banner-cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.banner-video {
  background: #0f1117;
  opacity: 0;
  transition: opacity .22s ease;
}

.carousel-slide.is-active .banner-video.is-video-ready {
  opacity: 1;
}

.banner-cover ~ .banner-orbit,
.banner-cover ~ .banner-panel,
.banner-cover ~ .banner-character,
.banner-stage > picture ~ .banner-orbit,
.banner-stage > picture ~ .banner-panel,
.banner-stage > picture ~ .banner-character {
  opacity: 0;
}

.banner-orbit {
  border-radius: 999px;
  filter: blur(.2px);
  opacity: .72;
}

.banner-orbit-one {
  width: clamp(260px, 30vw, 430px);
  height: clamp(260px, 30vw, 430px);
  top: 22px;
  right: -88px;
  background: conic-gradient(from 20deg, var(--coral), var(--gold), var(--mint), var(--coral));
  animation: banner-spin 9s linear infinite;
}

.banner-orbit-two {
  width: clamp(180px, 22vw, 310px);
  height: clamp(180px, 22vw, 310px);
  left: -54px;
  bottom: 92px;
  background: conic-gradient(from 180deg, rgba(105, 167, 255, .9), rgba(255, 107, 107, .9), rgba(245, 200, 106, .9));
  animation: banner-spin 12s linear infinite reverse;
}

.banner-panel {
  width: 38%;
  height: 58%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .32);
  transform: rotate(-7deg);
  animation: banner-float 5.5s ease-in-out infinite;
}

.banner-panel-left {
  left: 7%;
  top: 16%;
}

.banner-panel-right {
  right: 7%;
  bottom: 14%;
  transform: rotate(8deg);
  animation-delay: -2s;
}

.banner-character {
  left: 50%;
  bottom: 48px;
  width: min(38%, 340px);
  aspect-ratio: 3 / 4;
  border-radius: 48% 48% 18px 18px;
  background:
    radial-gradient(circle at 50% 22%, #f7c4a8 0 18%, transparent 19%),
    radial-gradient(circle at 42% 18%, #2b1e2a 0 24%, transparent 25%),
    radial-gradient(circle at 50% 48%, rgba(247, 242, 234, .92) 0 28%, transparent 29%),
    linear-gradient(160deg, rgba(255, 107, 107, .88), rgba(105, 167, 255, .68));
  transform: translateX(-50%);
  animation: banner-breathe 3.2s ease-in-out infinite;
}

.banner-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 4vw, 34px);
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .86));
}

.banner-content.is-hidden {
  display: none;
}

.banner-content h2 {
  max-width: 620px;
  margin: 12px 0 0;
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  line-height: .92;
}

.banner-content p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.55;
}

.banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.banner-actions a,
.banner-toggle,
.banner-arrow {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 15px;
  font: inherit;
  font-weight: 900;
}

.banner-actions a {
  background: var(--text);
  color: var(--ink);
}

.banner-toggle {
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
  color: var(--text);
  cursor: pointer;
}

.banner-arrow {
  width: 42px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
  color: var(--text);
  cursor: pointer;
  font-size: 1.5rem;
}

.hero-banner.is-paused .banner-stage *,
.hero-banner.is-paused .banner-character {
  animation-play-state: paused;
}

@keyframes banner-spin {
  to { transform: rotate(360deg); }
}

@keyframes banner-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}

@keyframes banner-breathe {
  0%, 100% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.045); }
}

@media (prefers-reduced-motion: reduce) {
  .banner-stage *,
  .banner-character {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (hover: none) {
  .button:hover,
  .game-float:hover,
  .patreon-float:hover,
  .feature-card:hover,
  .category-card:hover,
  .mini-card:hover,
  .archive-card:hover,
  .release:hover {
    box-shadow: none;
    filter: none;
    transform: none;
  }
}

.feature-card {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.feature-card,
.category-card,
.mini-card,
.archive-card,
.release {
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease, filter .18s ease;
}

.feature-card:hover,
.category-card:hover,
.mini-card:hover,
.archive-card:hover,
.release:hover {
  border-color: rgba(255, 255, 255, .28);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .28);
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.feature-card img, .feature-card video, .mini-card img, .mini-card video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-card::after, .category-card::after, .mini-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .82));
}
.cover-coral { margin-top: 52px; background: linear-gradient(150deg, #7c2544, #263d59 64%, #11131a); }
.cover-teal { margin-bottom: 52px; background: linear-gradient(150deg, #144b53, #4a295f 60%, #11131a); }
.feature-card > *, .category-card > *, .mini-card > * { position: relative; z-index: 1; }
.tag, .release-label, .mini-card span {
  display: inline-flex;
  width: max-content;
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, .14);
  color: var(--text);
  font-size: .76rem;
  font-weight: 800;
}
.feature-card h2, .section-heading h2, .join-band h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.02;
}
.feature-card h2 { margin-top: 10px; }
.feature-card p { margin: 8px 0 18px; color: rgba(255, 255, 255, .75); }
.feature-card a, .release-button {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--text);
  color: var(--ink);
  font-weight: 900;
}
.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-block: 1px solid var(--line);
  background: var(--line);
}
.strip span {
  min-height: 74px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .04);
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}
.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 92px) 0;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.section-heading.tight { display: block; margin-bottom: 18px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.category-grid-single { grid-template-columns: minmax(0, 1fr); }
.category-grid-single .category-card { min-height: 220px; }
.category-card {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--panel);
}
.category-card[style*="--category-image"] {
  background-image:
    linear-gradient(180deg, rgba(17, 19, 26, .1), rgba(17, 19, 26, .86)),
    var(--category-image);
  background-position: center;
  background-size: cover;
}
.cat-comics { background: linear-gradient(145deg, #a5335a, #1e263d); }
.cat-interactive { background: linear-gradient(145deg, #1c8274, #29305e); }
.cat-animations { background: linear-gradient(145deg, #9f7432, #35243d); }
.category-card span { font-size: clamp(1.35rem, 3vw, 2.25rem); font-weight: 900; }
.category-card strong {
  margin-top: 18px;
  width: max-content;
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .88);
  color: var(--ink);
}
.section-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  gap: clamp(20px, 4vw, 52px);
  padding-top: 24px;
}
.section-split > div {
  display: flex;
  flex-direction: column;
}
.homepage-library {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  gap: clamp(20px, 4vw, 52px);
  padding-top: 24px;
}
.homepage-library .comic-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.section-heading.tight.section-heading-action {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}
.section-heading-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 13px;
  background: rgba(255, 255, 255, .07);
  color: var(--text);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
  font-weight: 900;
  white-space: nowrap;
}
.section-heading-link:hover {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .11);
}
.release-list { display: grid; gap: 12px; }
.release {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}
.release:hover {
  background: rgba(255, 255, 255, .07);
}
.poster {
  display: block;
  width: 86px;
  aspect-ratio: 3 / 4;
  border-radius: 7px;
  object-fit: cover;
}
.release h3, .mini-card h3 { margin: 7px 0 4px; }
.release h3 {
  overflow-wrap: anywhere;
}
.release p { margin: 0; color: var(--muted); }
.card-stats,
.mini-card small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.3;
}
.archive-copy .card-stats {
  margin: -6px 0 16px;
}
.release-button { white-space: nowrap; }
.comic-grid {
  display: grid;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.mini-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  background: var(--panel);
}
.mini-card > span {
  position: absolute;
  right: 14px;
  bottom: 84px;
  left: auto;
  max-width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mini-card h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  min-height: 76px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(12, 13, 18, .22), rgba(12, 13, 18, .94) 42%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, .62);
}
.mini-rose { background: linear-gradient(145deg, #8d2e52, #27263e); }
.mini-green { background: linear-gradient(145deg, #217664, #2b3850); }
.mini-blue { background: linear-gradient(145deg, #2e5c9f, #432651); }
.mini-gold { background: linear-gradient(145deg, #a77b34, #2f3343); }
.join-band {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 42px);
  margin: 0 auto clamp(54px, 8vw, 86px);
  padding: clamp(24px, 4vw, 38px) clamp(26px, 5vw, 42px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 107, 107, .2), transparent 34%),
    radial-gradient(circle at 86% 50%, rgba(56, 214, 180, .17), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)),
    var(--panel-strong);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
}
.join-band h2 {
  max-width: 760px;
}
.join-band .button {
  min-width: 180px;
  justify-self: end;
  text-align: center;
}

.seo-copy {
  position: relative;
  width: min(980px, calc(100% - 32px));
  padding: clamp(48px, 7vw, 78px) 0 clamp(58px, 8vw, 88px);
  text-align: center;
}
.seo-copy::before {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), var(--gold), var(--mint));
  opacity: .95;
}
.seo-copy .eyebrow {
  margin-bottom: 14px;
  color: var(--gold);
}
.seo-copy h2 {
  max-width: 840px;
  margin: 0 auto 20px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 4.35rem);
  font-weight: 700;
  line-height: 1.04;
  text-wrap: balance;
}
.seo-copy p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.78;
}
.seo-copy p + p {
  margin-top: 10px;
}
.seo-copy-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.seo-copy-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
  color: var(--cream);
  font-size: .86rem;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.faq-section {
  padding-top: 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 900px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, .045);
}

.faq-question {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  padding: 18px;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-question strong {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
}

.faq-question strong::before,
.faq-question strong::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: var(--text);
  content: "";
  transform: translate(-50%, -50%);
}

.faq-question strong::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-question strong::after {
  opacity: 0;
}

.faq-answer {
  display: none;
  padding: 0 18px 18px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.legal-page {
  padding-top: 14px;
}

.legal-panel {
  max-width: 900px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(20px, 4vw, 38px);
  background: rgba(255, 255, 255, .045);
}

.legal-panel h2 {
  margin: 28px 0 10px;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.legal-panel h2:first-child {
  margin-top: 0;
}

.legal-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.legal-panel a,
.faq-answer a {
  color: var(--gold);
  font-weight: 850;
}

.legal-panel a.button-primary,
.legal-panel a.button-soft,
.legal-panel a.button-outline {
  color: inherit;
}

.legal-panel a.button-primary {
  color: #0b0d12;
}

.legal-panel a.button-soft,
.legal-panel a.button-outline {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .105);
  color: var(--text);
}
.archive-section {
  padding-top: 20px;
}

.archive-seo-copy {
  padding-top: 12px;
}

.archive-seo-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(circle at 12% 0, rgba(255, 107, 107, .16), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(56, 214, 180, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .035)),
    var(--panel);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
}

.archive-seo-panel h2 {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(1.8rem, 3.4vw, 3.15rem);
  line-height: 1.04;
  text-wrap: balance;
}

.archive-seo-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.archive-seo-columns p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(.98rem, 1.15vw, 1.06rem);
  line-height: 1.72;
}

.archive-seo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.archive-seo-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid rgba(255, 204, 102, .32);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 204, 102, .1);
  color: var(--cream);
  font-size: .84rem;
  font-weight: 900;
}

.archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.archive-filters a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .055);
  color: var(--text);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.archive-grid-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.series-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
}

.series-cover-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  box-shadow: var(--shadow);
}

.series-cover-card img,
.series-cover-card video {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.series-cover-card a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  color: var(--ink);
  font-weight: 900;
}

.series-meta,
.series-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.series-meta span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .055);
  color: var(--text);
  font-size: .86rem;
  font-weight: 850;
}

.series-meta strong {
  color: var(--gold);
}

.series-parts-list {
  max-width: 900px;
}

.series-part {
  position: relative;
}


.archive-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.archive-cover {
  position: relative;
  min-height: 260px;
  overflow: hidden;
}

.archive-cover img,
.archive-cover video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-cover::after {
  position: absolute;
  inset: auto 0 0;
  height: 62%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .82));
}

.archive-cover-badge {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(219, 255, 245, .5);
  border-radius: 999px;
  padding: 0 13px;
  background: linear-gradient(135deg, #22e7cf 0%, #b7ff9d 100%);
  color: #071512;
  box-shadow: 0 12px 26px rgba(34, 231, 207, .2), 0 10px 24px rgba(0, 0, 0, .34);
  font-size: .8rem;
  font-weight: 950;
  line-height: 1;
  text-shadow: none;
  white-space: nowrap;
}

.archive-cover-badge::before {
  content: none;
}

.archive-copy {
  padding: 16px;
}

.archive-copy h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
}

.archive-copy p:not(.release-label) {
  margin: 0 0 16px;
  color: var(--muted);
}

.archive-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 14px;
  background: var(--text);
  color: var(--ink);
  font-weight: 900;
}

.inner-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 110px) 0 26px;
}

.inner-hero h1,
.reader-title h1 {
  margin: 0;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: .95;
}

.inner-hero p:not(.eyebrow),
.reader-title p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

.reader-nav {
  display: flex;
  gap: 8px;
}

.reader-nav a,
.reader-bottom-nav a,
.disabled-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .06);
  color: var(--text);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.back-link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 900;
  line-height: 1;
}

.back-link::before {
  content: "<";
  color: var(--mint);
  font-weight: 900;
}

.back-link:hover {
  color: var(--text);
}

.disabled-link {
  color: rgba(255, 255, 255, .38);
}

.reader-main {
  width: min(980px, calc(100% - 24px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 86px) 0 92px;
}

.reader-progress {
  position: fixed;
  z-index: 20;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: min(260px, calc(100vw - 32px));
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(17, 19, 26, .78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}

.reader-progress.is-hidden {
  display: none;
}

.reader-progress-bar {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
}

.reader-progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  transition: width .18s ease;
}

.reader-progress > span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.reader-title {
  margin-bottom: 24px;
}

.reader-title .back-link {
  margin-bottom: 22px;
}

.comic-stats,
.comic-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.comic-stats > span,
.comic-stats > button,
.comic-rating button,
.comic-rating > span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-size: .96rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.comic-stats button,
.comic-rating button {
  cursor: pointer;
}

.comic-rating button.is-active {
  color: var(--gold);
}

.comic-stats strong {
  color: var(--gold);
  font-weight: 950;
}

.comic-stats button.is-active,
.comic-rating button:hover,
.comic-rating button.is-active {
  border-color: rgba(245, 200, 106, .62);
  background: rgba(245, 200, 106, .14);
}

.comic-rating span {
  border: 0;
  padding-inline: 2px;
  background: transparent;
  color: var(--muted);
}

.comments-panel {
  width: min(100%, 860px);
  margin: clamp(34px, 6vw, 60px) auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(18px, 4vw, 28px);
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .18);
}

.comment-list {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.comment-list li {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, .045);
}

.comment-list strong {
  display: inline-block;
  margin-right: 8px;
}

.comment-list time,
.comment-empty {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 800;
}

.comment-locked {
  margin-top: 18px;
  border: 1px solid rgba(245, 200, 106, .42);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(245, 200, 106, .12), rgba(255, 255, 255, .045)),
    rgba(17, 19, 26, .72);
}

.comment-locked strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
}

.comment-locked p {
  margin: 8px 0 14px;
  color: rgba(247, 242, 234, .84);
}

.comment-locked a {
  display: inline-flex;
  margin: 0 8px 8px 0;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 14px;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  color: #0b0d12;
  font-weight: 900;
}

.comment-locked a.reader-secondary-link,
.reader-locked-page a.reader-secondary-link {
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .105);
  color: var(--text);
}

.comment-locked.is-compact {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
}

.comment-locked.is-compact p {
  margin-bottom: 0;
}

.comment-list p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.55;
}

.comment-respond {
  margin-top: 18px;
}

.comment-respond h3 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.comment-form {
  display: grid;
  gap: 12px;
}

.comment-form p {
  margin: 0;
}

.comment-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 900;
}

.comment-form textarea,
.comment-form input:not([type="submit"]) {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, .07);
  color: var(--text);
  font: inherit;
}

.comment-form input[type="submit"] {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.reader-finish-panel {
  width: min(100%, 860px);
  margin: clamp(26px, 5vw, 44px) auto 0;
  border: 1px solid rgba(245, 200, 106, .3);
  border-radius: 8px;
  padding: clamp(18px, 4vw, 28px);
  background:
    radial-gradient(circle at 12% 0, rgba(255, 107, 107, .16), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(245, 200, 106, .16), transparent 36%),
    rgba(255, 255, 255, .045);
}

.reader-finish-panel h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.reader-pages {
  display: grid;
  gap: 18px;
}

.reader-placeholder-page {
  position: relative;
  display: grid;
  width: min(100%, 860px);
  min-height: clamp(520px, 92vw, 1120px);
  margin: 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .24), transparent 18%),
    radial-gradient(circle at 70% 54%, rgba(56, 214, 180, .18), transparent 24%),
    linear-gradient(145deg, #202331, #141722 58%, #0f1117);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .22);
  text-align: center;
}

.reader-placeholder-page::before,
.reader-placeholder-page::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
}

.reader-placeholder-page::before {
  width: 32%;
  aspect-ratio: 1;
  top: 18%;
  left: 16%;
}

.reader-placeholder-page::after {
  width: 42%;
  height: 18%;
  right: 12%;
  bottom: 20%;
}

.reader-placeholder-page span,
.reader-placeholder-page strong,
.reader-placeholder-page p {
  position: relative;
  z-index: 1;
}

.reader-placeholder-page span {
  align-self: end;
  color: var(--mint);
  font-weight: 900;
  text-transform: uppercase;
}

.reader-placeholder-page strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(2rem, 7vw, 5rem);
  line-height: .95;
}

.reader-placeholder-page p {
  align-self: start;
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.reader-page-image {
  display: block;
  width: min(100%, 860px);
  height: auto;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .22);
}

.reader-page-image.is-deferred {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.reader-locked-page {
  display: grid;
  width: min(100%, 860px);
  min-height: clamp(420px, 82vw, 820px);
  margin: 0 auto;
  place-items: center;
  border: 1px solid rgba(245, 200, 106, .42);
  border-radius: 8px;
  padding: 28px;
  background:
    radial-gradient(circle at 24% 18%, rgba(245, 200, 106, .2), transparent 18rem),
    linear-gradient(145deg, rgba(255, 107, 107, .14), rgba(23, 25, 35, .98));
  box-shadow: 0 16px 48px rgba(0, 0, 0, .22);
  text-align: center;
}

.reader-locked-page span {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.reader-locked-page strong {
  display: block;
  font-size: clamp(2rem, 7vw, 4.5rem);
  line-height: .95;
}

.reader-locked-page p {
  max-width: 420px;
  margin: 0;
  color: rgba(247, 242, 234, .84);
  line-height: 1.55;
}

.reader-locked-page a {
  display: inline-flex;
  margin: 0 6px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 16px;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  color: #0b0d12;
  font-weight: 900;
}

.reader-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.reader-bottom-nav .reader-all-comics-link {
  border-color: rgba(34, 231, 207, .52);
  background: rgba(34, 231, 207, .1);
  color: var(--mint);
}

.reader-bottom-nav .reader-all-comics-link:hover {
  background: rgba(34, 231, 207, .18);
}

.reader-mobile-tools {
  position: fixed;
  z-index: 21;
  right: 16px;
  bottom: 78px;
  display: grid;
  gap: 8px;
}

.reader-mobile-tools button {
  display: inline-flex;
  min-width: 74px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(17, 19, 26, .78);
  color: var(--text);
  font: inherit;
  font-size: .82rem;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto) auto auto;
  gap: 24px;
  align-items: center;
  padding: 28px max(16px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.site-footer p { max-width: 420px; margin: 6px 0 0; }
.site-footer .footer-disclaimer {
  max-width: 460px;
  margin-top: 8px;
  color: rgba(247, 242, 234, .58);
  font-size: .78rem;
  line-height: 1.5;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  min-width: 0;
}
.site-footer nav a {
  white-space: nowrap;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}
.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  color: var(--cream);
  font-weight: 900;
  white-space: nowrap;
}
.footer-social:hover {
  border-color: rgba(255, 204, 102, .52);
  background: rgba(255, 204, 102, .12);
}
.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}
.footer-x {
  min-width: 42px;
}
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(rgba(12, 13, 18, .74), rgba(12, 13, 18, .88)),
    radial-gradient(circle at 20% 15%, rgba(255, 107, 107, .4), transparent 24rem),
    radial-gradient(circle at 82% 26%, rgba(56, 214, 180, .24), transparent 24rem),
    #11131a;
  backdrop-filter: blur(8px);
}
.age-gate.is-hidden { display: none; }
body:has(.age-gate:not(.is-hidden)) { overflow: hidden; }
.age-panel {
  width: min(100%, 410px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 26px;
  background: rgba(247, 242, 234, .96);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.age-panel h2 { margin: 0 0 10px; }
.age-kicker { margin: 0 0 8px; color: #a23b4f; font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.age-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.age-panel .button-soft { border-color: rgba(17, 19, 26, .16); background: rgba(17, 19, 26, .06); color: var(--ink); }
.age-warning { min-height: 20px; margin: 12px 0 0; color: #a0283f; font-weight: 800; }
body.menu-open { overflow: hidden; }

.unlock-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 18px;
  align-items: start;
}
.unlock-status-card,
.unlock-help-card {
  min-height: 100%;
}
.unlock-status-card {
  border-color: rgba(255, 255, 255, .16);
  background:
    radial-gradient(circle at 18% 0, rgba(255, 107, 107, .13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .035)),
    var(--panel);
}
.unlock-status-card p:not(.eyebrow):not(.status-pill) {
  color: rgba(247, 242, 234, .86);
}
.unlock-status-card .button {
  margin: 8px 8px 0 0;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 18px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
}
.status-ok {
  border-color: rgba(45, 246, 197, .45);
  color: var(--mint);
}
.status-bad {
  border-color: rgba(255, 110, 104, .45);
  color: #ffb3ab;
}
.member-status-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
}
.member-status-list span {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  word-break: break-word;
}
.member-status-list strong {
  color: var(--muted);
  font-size: .8rem;
  text-transform: uppercase;
}
.compact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.not-found-hero {
  min-height: calc(100vh - 260px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.game-promo {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  width: min(1180px, calc(100% - 32px));
  min-height: 430px;
  margin: 0 auto 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 107, 107, .22), transparent 25rem),
    radial-gradient(circle at 60% 76%, rgba(56, 214, 180, .16), transparent 24rem),
    linear-gradient(135deg, #1e1d28, #12141b 72%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}
.game-promo::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.game-promo-copy {
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(34px, 5vw, 66px);
}
.game-promo-copy .eyebrow {
  margin: 0 0 12px;
  color: var(--mint);
}
.game-promo-copy h2 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5.4vw, 5rem);
  line-height: .98;
  text-wrap: balance;
}
.game-promo-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.65;
}
.game-promo-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.game-promo-features li {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .06);
  color: rgba(247, 242, 234, .88);
  font-size: .82rem;
  font-weight: 900;
}
.game-promo-button {
  min-width: 170px;
  margin-top: 26px;
}
.game-promo-art {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  border-left: 0;
  background: var(--panel);
}
.game-promo-art img {
  position: absolute;
  inset: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  object-position: left center;
  transform: translateZ(0) scale(1.001);
  backface-visibility: hidden;
  transition: transform .35s ease;
}
.game-promo-art span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(15, 17, 23, .84);
  color: var(--mint);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.game-promo-art:hover img {
  transform: translateZ(0) scale(1.018);
}

@media (max-width: 920px) {
  .hero, .section-split, .category-grid, .archive-grid, .site-footer { grid-template-columns: 1fr; }
  .unlock-layout { grid-template-columns: 1fr; }
  .homepage-library { grid-template-columns: 1fr; }
  .homepage-library .comic-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(260px, 38vw));
  }
  .hero { min-height: auto; padding-top: 44px; }
  .hero-showcase { min-height: 360px; }
  .hero-banner { min-height: 560px; }
  .banner-character { width: min(50%, 280px); }
  .feature-card { min-height: 330px; }
  .cover-coral, .cover-teal { margin: 0; }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .join-band { align-items: stretch; grid-template-columns: 1fr; }
  .join-band .button { justify-self: start; }
  .faq-grid { grid-template-columns: 1fr; }
  .game-promo {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 34vw);
  }
}

@media (max-width: 620px) {
  .top-action {
    width: calc(100% - 20px);
    gap: 8px;
    justify-content: space-between;
    margin-top: 10px;
  }

  .top-logo {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .top-auth-actions {
    flex: 1 1 auto;
    gap: 6px;
  }

  .patreon-status {
    max-width: 42vw;
    min-height: 38px;
    padding: 0 10px;
    font-size: .76rem;
  }

  .patreon-float {
    width: auto;
    min-width: 0;
    flex: 0 1 auto;
    min-height: 40px;
    padding: 0 13px;
    font-size: .9rem;
  }
  .game-float {
    min-height: 40px;
    padding: 0 11px;
    font-size: .84rem;
  }
  .hero {
    width: calc(100% - 20px);
    padding-top: 8px;
  }
  .game-promo {
    grid-template-columns: 1fr;
    width: calc(100% - 20px);
    min-height: 0;
    margin-bottom: 10px;
  }
  .game-promo-copy {
    padding: 28px 22px 30px;
  }
  .game-promo-copy h2 {
    font-size: clamp(2.25rem, 12vw, 3.3rem);
  }
  .game-promo-copy > p:not(.eyebrow) {
    margin-top: 14px;
    font-size: .96rem;
  }
  .game-promo-features {
    margin-top: 18px;
  }
  .game-promo-button {
    width: 100%;
    margin-top: 22px;
  }
  .game-promo-art {
    min-height: 440px;
    border-top: 0;
    border-left: 0;
  }
  .section, .join-band { width: calc(100% - 20px); }
  .section { padding: 46px 0; }
  .archive-seo-copy {
    padding-top: 10px;
  }
  .archive-seo-panel {
    padding: 22px 18px;
  }
  .archive-seo-columns {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .archive-seo-points {
    gap: 8px;
  }
  .archive-seo-points span {
    min-height: 32px;
    padding: 0 10px;
    font-size: .78rem;
  }
  .seo-copy {
    width: calc(100% - 28px);
    padding: 42px 0 54px;
  }
  .seo-copy::before {
    margin-bottom: 18px;
  }
  .seo-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.08;
  }
  .seo-copy p {
    max-width: 36rem;
    font-size: .98rem;
    line-height: 1.7;
  }
  .seo-copy-points {
    gap: 8px;
  }
  .seo-copy-points span {
    min-height: 32px;
    padding: 0 10px;
    font-size: .8rem;
  }
  .hero h1 { font-size: clamp(2.4rem, 16vw, 4rem); }
  .hero-seo-copy {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .hero-seo-copy h1 {
    font-size: clamp(1.85rem, 9.4vw, 2.45rem);
    line-height: 1;
  }
  .hero-seo-copy .hero-text {
    max-width: 35rem;
    margin-top: 8px;
    font-size: .9rem;
    line-height: 1.42;
  }
  .hero-actions, .age-actions { grid-template-columns: 1fr; }
  .hero-actions, .age-actions, .hero-showcase, .comic-grid { display: grid; }
  .hero-showcase, .comic-grid { grid-template-columns: 1fr; }
  .homepage-library .comic-grid-wide {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .section-heading-action {
    align-items: center;
  }
  .section-heading-link {
    min-height: 36px;
    padding: 0 11px;
    font-size: .86rem;
  }
  .mini-card { min-height: 240px; }
  .banner-carousel {
    width: 100%;
    height: clamp(500px, calc(100vh - 92px), 660px);
    height: clamp(500px, calc(100svh - 92px), 660px);
    min-height: 500px;
    padding: 0 0 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .banner-track {
    overflow: hidden;
    border-radius: 8px;
  }
  .carousel-slide {
    width: 100%;
    height: calc(100% - 38px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
  }
  .carousel-slide.is-active {
    transform: translateX(-50%) scale(1);
  }
  .carousel-slide.is-prev {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(.94);
  }
  .carousel-slide.is-next {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(.94);
  }
  .hero-banner { min-height: 0; }
  .carousel-control {
    top: 50%;
    bottom: auto;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
  }
  .carousel-control::before {
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .carousel-dots { bottom: 7px; margin-top: 10px; padding-inline: 50px; }
  .banner-title {
    right: 22px;
    bottom: 22px;
    left: 22px;
    font-size: clamp(1.55rem, 9vw, 2.6rem);
  }
  .banner-actions { display: grid; grid-template-columns: 42px 1fr 1fr 42px; }
  .banner-actions a,
  .banner-toggle { width: 100%; }
  .banner-panel-left { left: 18px; top: 58px; }
  .banner-panel-right { right: 18px; bottom: 64px; }
  .banner-character { width: min(62%, 250px); }
  .feature-card { min-height: 280px; }
  .strip { grid-template-columns: 1fr; }
  .strip span { min-height: 54px; }
  .section-heading { display: block; }
  .series-hero-grid { grid-template-columns: 1fr; }
  .series-cover-card {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }
  .category-grid { gap: 10px; }
  .category-card { min-height: 180px; padding: 18px; }
  .section-split { gap: 38px; }
  .archive-cover { min-height: 230px; }
  .release {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 10px;
  }
  .release .poster {
    width: 86px;
  }
  .release-button { grid-column: 1 / -1; width: 100%; }
  .join-band { padding: 24px 20px; }
  .site-footer { align-items: start; }
  .site-footer nav {
    justify-content: flex-start;
  }
  .footer-socials {
    justify-content: flex-start;
  }
  .reader-nav,
  .reader-bottom-nav {
    display: grid;
    grid-template-columns: 1fr;
  }
  .reader-nav a,
  .reader-bottom-nav a,
  .disabled-link {
    width: 100%;
  }
  .reader-main {
    width: 100%;
    padding-top: 34px;
    padding-bottom: 116px;
  }
  .reader-title {
    width: calc(100% - 24px);
    margin-right: auto;
    margin-left: auto;
  }
  .reader-pages {
    gap: 10px;
  }
  .reader-page-image,
  .reader-placeholder-page,
  .reader-locked-page {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .reader-placeholder-page,
  .reader-locked-page {
    min-height: calc(100vh - 168px);
  }
  .reader-bottom-nav {
    width: calc(100% - 24px);
    margin-right: auto;
    margin-left: auto;
  }
  .reader-progress {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
  }
  .reader-mobile-tools {
    right: 10px;
    bottom: 66px;
    grid-template-columns: 1fr 1fr;
  }
  .reader-mobile-tools button {
    min-width: 78px;
    min-height: 40px;
  }
  .member-status-list span {
    grid-template-columns: 1fr;
  }
}

/* ExpansionTales visual identity */
:root {
  --bg: #0b0812;
  --panel: #151020;
  --panel-strong: #21172d;
  --text: #fff8ef;
  --muted: #bdb1c4;
  --line: rgba(255, 248, 239, 0.14);
  --coral: #ff7496;
  --mint: #7debd7;
  --gold: #f4c77b;
  --teal: #7debd7;
  --ink: #110b18;
  --violet: #9f86ff;
  --shadow: 0 30px 90px rgba(2, 0, 8, 0.55);
}

body {
  background:
    radial-gradient(circle at 12% -8%, rgba(159, 134, 255, 0.22), transparent 34rem),
    radial-gradient(circle at 92% 6%, rgba(255, 116, 150, 0.18), transparent 30rem),
    linear-gradient(180deg, #0f0a19 0%, #09070e 62%, #0e0915 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
.et-featured-copy strong,
.et-story-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.button {
  border-radius: 999px;
  padding-inline: 22px;
}

.button-primary,
.patreon-float {
  background: linear-gradient(120deg, var(--gold), var(--coral));
  box-shadow: 0 14px 38px rgba(255, 116, 150, 0.25);
}

.top-action {
  position: relative;
  z-index: 20;
  width: min(1280px, calc(100% - 40px));
  margin-top: 22px;
}

.top-logo {
  width: auto;
  height: 48px;
  flex: 0 1 auto;
  overflow: visible;
  gap: 11px;
  border: 0;
  background: transparent;
}

.top-logo img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.top-logo::after {
  color: var(--text);
  content: "ExpansionTales";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.game-float,
.patreon-float {
  border-radius: 999px;
}

.game-float {
  border-color: rgba(159, 134, 255, 0.42);
  background: rgba(159, 134, 255, 0.1);
}

.et-hero {
  display: grid;
  width: min(1280px, calc(100% - 40px));
  min-height: 720px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 110px) 0 80px;
}

.et-hero-copy {
  position: relative;
  z-index: 2;
}

.et-hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(4rem, 7.3vw, 7.8rem);
  line-height: 0.84;
}

.et-hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.26rem);
  line-height: 1.65;
}

.et-hero-facts {
  display: flex;
  gap: clamp(24px, 4vw, 60px);
  margin: 48px 0 0;
}

.et-hero-facts div {
  display: grid;
  gap: 4px;
}

.et-hero-facts dt {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
}

.et-hero-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.et-featured {
  position: relative;
  display: block;
  width: min(100%, 510px);
  aspect-ratio: 4 / 5;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 239, 0.22);
  border-radius: 28px 28px 120px 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.et-featured:hover {
  border-color: rgba(244, 199, 123, 0.75);
  transform: rotate(0) translateY(-6px);
}

.et-featured-art,
.et-featured-art img,
.et-featured-art video,
.et-featured-shade {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.et-featured-art img,
.et-featured-art video {
  object-fit: cover;
}

.et-featured-shade {
  background: linear-gradient(180deg, rgba(8, 5, 14, 0.02) 28%, rgba(8, 5, 14, 0.92) 88%);
}

.et-featured-copy {
  position: absolute;
  right: 34px;
  bottom: 38px;
  left: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.et-featured-copy small,
.et-story-copy small {
  color: var(--gold);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.et-featured-copy strong {
  margin-top: 8px;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.92;
}

.et-featured-copy em {
  display: -webkit-box;
  margin-top: 14px;
  overflow: hidden;
  color: rgba(255, 248, 239, 0.76);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.et-featured-copy b {
  margin-top: 20px;
  color: var(--text);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.et-featured-copy b span {
  color: var(--coral);
  font-size: 1.2rem;
}

.et-marquee {
  display: flex;
  min-width: max-content;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 54px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 24px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.et-marquee i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 18px var(--coral);
}

.section.et-latest,
.section.et-game,
.section.et-membership,
.section.et-build-shell {
  width: min(1280px, calc(100% - 40px));
}

.et-latest {
  padding-top: 110px;
  padding-bottom: 110px;
}

.et-latest .section-heading h2,
.et-game h2,
.et-membership h2,
.et-build-placeholder h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.92;
}

.et-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.et-story-card {
  position: relative;
  display: grid;
  gap: 18px;
  transition: transform 0.28s ease;
}

.et-story-card:hover {
  transform: translateY(-7px);
}

.et-story-number {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 17px;
  color: rgba(255, 248, 239, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.et-story-cover {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}

.et-story-cover img,
.et-story-cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.et-story-card:hover .et-story-cover img,
.et-story-card:hover .et-story-cover video {
  filter: saturate(1.12);
  transform: scale(1.035);
}

.et-story-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(10, 6, 15, 0.78);
  backdrop-filter: blur(10px);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.et-story-copy {
  display: flex;
  flex-direction: column;
}

.et-story-copy strong {
  margin-top: 8px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.et-story-copy em {
  display: -webkit-box;
  margin-top: 12px;
  overflow: hidden;
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.et-game {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  border-top: 1px solid var(--line);
  padding-top: 120px;
  padding-bottom: 120px;
}

.et-game-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.et-game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.et-game-tags li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.et-game-window {
  overflow: hidden;
  border: 1px solid rgba(159, 134, 255, 0.38);
  border-radius: 24px;
  background: #100b1a;
  box-shadow: 0 40px 110px rgba(56, 27, 87, 0.45);
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.et-game-toolbar {
  display: flex;
  height: 44px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--line);
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.035);
}

.et-game-toolbar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--muted);
  opacity: 0.5;
}

.et-game-toolbar > span:first-child { background: var(--coral); }
.et-game-toolbar > span:nth-child(2) { background: var(--gold); }
.et-game-toolbar > span:nth-child(3) { background: var(--mint); }

.et-game-toolbar small {
  margin-left: auto;
  color: rgba(255, 248, 239, 0.48);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.et-game-scene {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent 56%, rgba(8, 5, 14, 0.94)),
    radial-gradient(circle at 76% 18%, rgba(244, 199, 123, 0.35), transparent 23%),
    linear-gradient(145deg, #24183b, #4a2448 52%, #152e3b);
}

.et-game-moon {
  position: absolute;
  top: 44px;
  right: 74px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #fff1bd;
  box-shadow: 0 0 70px rgba(255, 222, 151, 0.36);
}

.et-game-silhouette {
  position: absolute;
  bottom: 86px;
  left: 50%;
  width: 170px;
  height: 280px;
  border-radius: 48% 48% 24% 24%;
  background:
    radial-gradient(circle at 50% 15%, #eeb897 0 16%, transparent 17%),
    radial-gradient(circle at 48% 12%, #28162c 0 24%, transparent 25%),
    linear-gradient(165deg, transparent 0 29%, #191021 30% 100%);
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.5));
  transform: translateX(-50%);
}

.et-dialogue {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 18px 20px;
  background: rgba(12, 8, 18, 0.86);
  backdrop-filter: blur(18px);
}

.et-dialogue small {
  color: var(--coral);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.et-dialogue p {
  margin: 7px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.et-dialogue span {
  color: var(--muted);
  font-size: 0.68rem;
}

.et-membership {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  overflow: hidden;
  border: 1px solid rgba(244, 199, 123, 0.28);
  border-radius: 28px;
  margin-bottom: 110px;
  padding: clamp(32px, 6vw, 74px);
  background:
    radial-gradient(circle at 92% 0, rgba(255, 116, 150, 0.22), transparent 24rem),
    linear-gradient(135deg, rgba(45, 29, 59, 0.88), rgba(20, 15, 29, 0.95));
}

.et-membership h2 {
  max-width: 800px;
}

.et-membership > div > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.6;
}

.et-membership-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.site-footer {
  border-top-color: rgba(255, 248, 239, 0.11);
  background: rgba(6, 4, 10, 0.42);
}

.et-game-hero {
  padding-bottom: 34px;
}

.et-build-shell {
  padding-top: 20px;
  padding-bottom: 110px;
}

.et-build-placeholder {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(159, 134, 255, 0.34);
  border-radius: 28px;
  padding: clamp(36px, 8vw, 100px);
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 116, 150, 0.2), transparent 18rem),
    linear-gradient(145deg, #221632, #0e0a16 72%);
  box-shadow: var(--shadow);
}

.et-build-placeholder > *:not(.et-build-orbit) {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.et-build-placeholder > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.et-build-orbit {
  position: absolute;
  right: -140px;
  bottom: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(244, 199, 123, 0.26);
  border-radius: 50%;
  box-shadow: inset 0 0 100px rgba(255, 116, 150, 0.12);
}

.et-build-orbit::before,
.et-build-orbit::after {
  position: absolute;
  border: 1px solid rgba(159, 134, 255, 0.26);
  border-radius: inherit;
  content: "";
}

.et-build-orbit::before { inset: 80px; }
.et-build-orbit::after { inset: 170px; }

.et-build-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.et-build-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}

.et-build-frame {
  display: block;
  width: 100%;
  min-height: min(78vh, 900px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #050409;
}

@media (max-width: 980px) {
  .et-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .et-hero h1 {
    max-width: 850px;
    font-size: clamp(4rem, 12vw, 7.8rem);
  }

  .et-featured {
    width: min(100%, 680px);
    justify-self: center;
  }

  .et-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .et-story-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
  }

  .et-game {
    grid-template-columns: 1fr;
  }

  .et-game-window {
    transform: none;
  }

  .et-membership {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .et-membership-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .top-action,
  .et-hero,
  .section.et-latest,
  .section.et-game,
  .section.et-membership,
  .section.et-build-shell {
    width: calc(100% - 24px);
  }

  .top-logo::after {
    display: none;
  }

  .top-logo img {
    width: 42px;
    height: 42px;
  }

  .top-auth-actions {
    gap: 6px;
  }

  .game-float,
  .patreon-float {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.72rem;
  }

  .et-hero {
    gap: 48px;
    padding: 52px 0 64px;
  }

  .et-hero h1 {
    font-size: clamp(3.65rem, 17vw, 5.6rem);
  }

  .et-hero-facts {
    justify-content: space-between;
    gap: 12px;
  }

  .et-featured {
    border-radius: 20px 20px 74px 20px;
    transform: none;
  }

  .et-featured-copy {
    right: 22px;
    bottom: 28px;
    left: 22px;
  }

  .et-marquee {
    justify-content: flex-start;
    overflow: hidden;
  }

  .et-marquee span:nth-of-type(n+3),
  .et-marquee i:nth-of-type(n+3) {
    display: none;
  }

  .et-latest {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .et-story-grid {
    grid-template-columns: 1fr;
  }

  .et-story-card:last-child {
    grid-column: auto;
    width: auto;
  }

  .et-game {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .et-game-window {
    min-width: 0;
  }

  .et-game-scene {
    min-height: 410px;
  }

  .et-dialogue {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .et-membership {
    margin-bottom: 70px;
    border-radius: 20px;
  }

  .et-membership-actions,
  .et-membership-actions .button {
    width: 100%;
  }

  .et-build-placeholder {
    min-height: 520px;
    border-radius: 20px;
  }
}

@media (max-width: 620px) {
  .reader-locked-page {
    padding-bottom: 220px;
  }

  body:has(.reader-locked-page) .reader-progress,
  body:has(.reader-locked-page) .reader-mobile-tools {
    display: none;
  }
}

