@font-face {
  font-family: "Minecraft UI";
  src: url("../assets/fonts/MinecraftRegular-Bmg3.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Timeline Gothic";
  src: url("../assets/fonts/timeline-gothic24.ttf") format("truetype");
  font-display: swap;
}

:root {
  --bg-0: #040306;
  --bg-1: #090611;
  --bg-2: #0e0a17;
  --panel: rgba(11, 10, 18, 0.86);
  --panel-soft: rgba(12, 11, 20, 0.7);
  --line: rgba(233, 222, 255, 0.18);
  --line-soft: rgba(255, 255, 255, 0.09);
  --text: #efedf7;
  --dim: #a8a2ba;
  --accent: #a861ff;
  --accent-hot: #df4fff;
  --accent-cool: #7a69ff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg-0), var(--bg-2));
}

.mod-loader {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 78% 8%, rgba(168, 97, 255, 0.26), rgba(168, 97, 255, 0) 34%),
    radial-gradient(circle at 15% 88%, rgba(122, 105, 255, 0.16), rgba(122, 105, 255, 0) 36%),
    linear-gradient(180deg, rgba(5, 4, 9, 0.94), rgba(8, 6, 13, 0.94));
  opacity: 1;
  visibility: visible;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.mod-loader.is-ready {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mod-loader__panel {
  width: min(460px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 9, 16, 0.78);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  padding: 20px 18px 16px;
}

.mod-loader__title {
  margin: 0;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(1.05rem, 1.4vw, 1.32rem);
  color: #efe9ff;
}

.mod-loader__label {
  margin: 8px 0 12px;
  color: #cfc9de;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.mod-loader__track {
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 7, 12, 0.76);
  overflow: hidden;
}

.mod-loader__bar {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(168, 97, 255, 0.94), rgba(223, 79, 255, 0.94), rgba(122, 105, 255, 0.92));
  transition: width 180ms ease;
}

.mod-theme-ez .mod-loader {
  background:
    radial-gradient(circle at 78% 8%, rgba(242, 5, 83, 0.3), rgba(242, 5, 83, 0) 34%),
    radial-gradient(circle at 15% 88%, rgba(255, 114, 136, 0.2), rgba(255, 114, 136, 0) 36%),
    linear-gradient(180deg, rgba(14, 5, 9, 0.95), rgba(17, 6, 10, 0.95));
}

.mod-theme-ez .mod-loader__panel {
  border-color: rgba(255, 128, 168, 0.38);
  background: rgba(20, 8, 12, 0.82);
}

.mod-theme-ez .mod-loader__title {
  color: #ffd4e3;
}

.mod-theme-ez .mod-loader__label {
  color: #f0c3d2;
}

.mod-theme-ez .mod-loader__track {
  border-color: rgba(255, 128, 168, 0.32);
  background: rgba(12, 5, 8, 0.76);
}

.mod-theme-ez .mod-loader__bar {
  background: linear-gradient(90deg, rgba(242, 5, 83, 0.94), rgba(255, 63, 138, 0.94), rgba(255, 114, 136, 0.92));
}

.mod-theme-timeline .mod-loader {
  background:
    radial-gradient(circle at 78% 8%, rgba(141, 163, 255, 0.3), rgba(141, 163, 255, 0) 34%),
    radial-gradient(circle at 15% 88%, rgba(244, 211, 124, 0.18), rgba(244, 211, 124, 0) 36%),
    linear-gradient(180deg, rgba(11, 13, 19, 0.95), rgba(15, 18, 26, 0.95));
}

.mod-theme-timeline .mod-loader__panel {
  border-color: rgba(141, 163, 255, 0.36);
  background: rgba(19, 21, 31, 0.82);
}

.mod-theme-timeline .mod-loader__title {
  color: #dce5ff;
}

.mod-theme-timeline .mod-loader__label {
  color: #c8d3f4;
}

.mod-theme-timeline .mod-loader__track {
  border-color: rgba(141, 163, 255, 0.34);
  background: rgba(11, 13, 19, 0.78);
}

.mod-theme-timeline .mod-loader__bar {
  background: linear-gradient(90deg, rgba(141, 163, 255, 0.94), rgba(110, 132, 218, 0.9), rgba(244, 211, 124, 0.82));
}

.mod-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 9%, rgba(168, 97, 255, 0.2), rgba(168, 97, 255, 0) 32%),
    radial-gradient(circle at 18% 84%, rgba(122, 105, 255, 0.14), rgba(122, 105, 255, 0) 30%),
    repeating-linear-gradient(26deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(116deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 40px),
    linear-gradient(180deg, #08050e, #040306 68%);
}

.mod-bg::before,
.mod-bg::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 260px;
  opacity: 0.24;
  background:
    linear-gradient(rgba(168, 97, 255, 0.18) 0 0) 0 170px / 56px 56px no-repeat,
    linear-gradient(rgba(168, 97, 255, 0.14) 0 0) 56px 170px / 56px 56px no-repeat,
    linear-gradient(rgba(168, 97, 255, 0.12) 0 0) 112px 170px / 56px 56px no-repeat,
    linear-gradient(rgba(168, 97, 255, 0.12) 0 0) 56px 114px / 56px 56px no-repeat,
    linear-gradient(rgba(168, 97, 255, 0.1) 0 0) 112px 114px / 56px 56px no-repeat,
    linear-gradient(rgba(168, 97, 255, 0.08) 0 0) 168px 114px / 56px 56px no-repeat,
    linear-gradient(rgba(168, 97, 255, 0.1) 0 0) 112px 58px / 56px 56px no-repeat,
    linear-gradient(rgba(168, 97, 255, 0.08) 0 0) 168px 58px / 56px 56px no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.mod-bg::before {
  left: -58px;
  top: 86px;
  transform: rotate(6deg);
}

.mod-bg::after {
  right: -48px;
  bottom: 72px;
  transform: rotate(-7deg);
}

.mod-rail-shell {
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: 18px clamp(12px, 3vw, 28px);
}

.mod-rail-shell--top {
  padding-top: 18px;
}

.mod-rail-shell--bottom {
  padding-bottom: 28px;
}

.mod-rail-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.hub-link {
  border: 1px solid var(--line-soft);
  background: rgba(8, 7, 12, 0.72);
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  padding: 8px 11px;
}

.hub-link:hover {
  border-color: rgba(168, 97, 255, 0.7);
}

.mod-rail-title {
  margin: 0;
  color: var(--dim);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.mod-rail {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(168, 97, 255, 0.6) rgba(255, 255, 255, 0.08);
}

.mod-rail::-webkit-scrollbar {
  height: 8px;
}

.mod-rail::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.mod-rail::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(168, 97, 255, 0.9), rgba(122, 105, 255, 0.75));
  border-radius: 999px;
}

.mod-rail-card {
  flex: 0 0 158px;
  border: 1px solid var(--line-soft);
  background: rgba(9, 8, 14, 0.78);
  color: var(--text);
  text-decoration: none;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  align-items: center;
  padding: 8px;
}

.mod-rail-card:hover {
  border-color: rgba(168, 97, 255, 0.7);
  background: rgba(12, 10, 20, 0.82);
}

.mod-rail-card.is-active {
  border-color: rgba(168, 97, 255, 0.88);
  background: linear-gradient(155deg, rgba(168, 97, 255, 0.22), rgba(168, 97, 255, 0.05));
}

.mod-rail-card img {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  object-fit: cover;
}

.mod-rail-card strong {
  display: block;
  font-size: 0.76rem;
  line-height: 1.25;
}

.mod-rail-card span {
  display: block;
  margin-top: 2px;
  color: var(--dim);
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.mod-root {
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: 0 clamp(12px, 3vw, 28px) 8px;
}

.mod-empty {
  border: 1px solid var(--line-soft);
  background: var(--panel);
  padding: 24px;
}

.mod-empty__status {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  font-family: "Antonio", sans-serif;
}

.mod-empty h1 {
  margin: 0 0 10px;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.8rem, 5vw, 3.4rem);
  line-height: 0.94;
}

.mod-empty p {
  margin: 0;
  color: var(--dim);
  line-height: 1.65;
}

.mod-empty-links {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mod-empty-links a {
  border: 1px solid var(--line-soft);
  background: rgba(10, 9, 16, 0.7);
  color: var(--text);
  text-decoration: none;
  padding: 8px 10px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.mod-empty-links a:hover {
  border-color: rgba(168, 97, 255, 0.7);
}

.ff-page {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.ff-hero {
  min-height: 0;
  border: 0;
  background: transparent;
  display: block;
  padding: 0;
}

.ff-hero-banner {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.ff-image-shell {
  position: relative;
}

.ff-image-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  font-family: "Antonio", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(234, 224, 255, 0.88);
  background: linear-gradient(160deg, rgba(7, 7, 11, 0.9), rgba(16, 14, 24, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.14);
  z-index: 4;
  transition: opacity 220ms ease;
}

.ff-image-shell img {
  opacity: 0;
  transition: opacity 220ms ease;
}

.ff-image-shell.is-loaded img {
  opacity: 1;
}

.ff-image-shell.is-loaded .ff-image-loading {
  opacity: 0;
  pointer-events: none;
}

.ff-image-shell.is-error .ff-image-loading {
  opacity: 1;
}

.ff-hero-banner.ff-image-shell {
  min-height: clamp(180px, 24vw, 360px);
}

.ff-hero-banner img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
}

.ff-hero-copy {
  margin: 16px auto 0;
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  width: 100%;
}

.ff-kicker {
  margin: 0;
  color: #c7baf0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.68rem;
}

.ff-title {
  margin: 8px 0 8px;
  font-family: "Antonio", sans-serif;
  font-size: clamp(2.05rem, 4.8vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
}

.ff-title .ff-gothic {
  /* Feathered Friend only: the Jacquard/gothic accent belongs to that mod's identity. Use .mod-accent elsewhere. */
  display: block;
  margin-top: 6px;
  font-family: "Jacquard 24", serif;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  color: #d0b6ff;
  letter-spacing: 0;
}

.ff-title .mod-accent {
  display: block;
  margin-top: 6px;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1rem, 2.1vw, 1.72rem);
  color: var(--accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-lead {
  margin: 8px 0 0;
  color: #dfdaeb;
  line-height: 1.7;
}

.ff-meta-grid {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ff-meta-card {
  border: 0;
  background: transparent;
  padding: 0;
  min-width: 180px;
}

.ff-meta-card h3 {
  margin: 0 0 8px;
  font-family: "Antonio", sans-serif;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ff-meta-card ul {
  margin: 0;
  padding: 0 0 0 16px;
}

.ff-meta-card li {
  margin: 0 0 4px;
  color: #d4d0df;
  line-height: 1.45;
}

.ff-meta-card a {
  color: #e8d8ff;
}

.ff-pill {
  border: 1px solid rgba(168, 97, 255, 0.5);
  background: rgba(168, 97, 255, 0.14);
  color: #eadbff;
  font-size: 0.72rem;
  padding: 4px 7px;
  display: inline-block;
  margin: 2px 4px 2px 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ff-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
}

.ff-action {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 9, 16, 0.28);
  color: var(--text);
  text-decoration: none;
  min-height: 68px;
  padding: 10px 11px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.ff-action:hover {
  border-color: rgba(168, 97, 255, 0.74);
  background: rgba(13, 11, 22, 0.84);
}

.ff-action__icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #dec5ff;
  flex-shrink: 0;
}

.ff-action__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  display: block;
  overflow: visible;
}

.ff-action__copy strong {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ff-action__copy span {
  display: block;
  margin-top: 3px;
  font-size: 0.71rem;
  color: var(--dim);
}

.ff-action-cluster {
  position: relative;
  min-width: 0;
}

.ff-action-cluster > .ff-action {
  width: 100%;
}

.ff-page .ff-action.ff-action--support {
  border-color: rgba(252, 5, 83, 0.38);
  background:
    radial-gradient(circle at 88% 14%, rgba(252, 5, 83, 0.14), rgba(252, 5, 83, 0) 44%),
    rgba(10, 9, 16, 0.34);
}

.ff-page .ff-action.ff-action--support:hover {
  border-color: rgba(252, 5, 83, 0.72);
  background:
    radial-gradient(circle at 88% 14%, rgba(252, 5, 83, 0.22), rgba(252, 5, 83, 0) 48%),
    rgba(18, 11, 20, 0.88);
}

.ff-action-cluster--patreon {
  overflow: visible;
}

.ff-action-why {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px dashed rgba(252, 5, 83, 0.62);
  background:
    radial-gradient(circle at 12% 14%, rgba(252, 5, 83, 0.24), transparent 46%),
    linear-gradient(135deg, rgba(14, 10, 20, 0.96), rgba(10, 8, 14, 0.96));
  color: #fff3fa;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "Antonio", sans-serif;
  font-size: 0.62rem;
  white-space: nowrap;
  z-index: 4;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.ff-action-why:hover,
.ff-action-why:focus-visible {
  border-color: rgba(252, 5, 83, 0.88);
  background:
    radial-gradient(circle at 12% 14%, rgba(252, 5, 83, 0.3), transparent 48%),
    linear-gradient(135deg, rgba(20, 12, 26, 0.98), rgba(12, 9, 18, 0.98));
}

.ff-action-why__emoji {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  transform-origin: 50% 72%;
  animation: ff-why-think 2.9s ease-in-out infinite;
}

.ff-action-why__text {
  display: inline-block;
}

.ff-action__attention {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 1.05rem;
  line-height: 1;
  opacity: 0.86;
  pointer-events: none;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.35));
  animation: ff-support-float 2.5s ease-in-out infinite;
}

.ff-action__attention::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  border: 1px solid currentColor;
  opacity: 0.22;
  transform: translate(-50%, -50%);
  animation: ff-support-pulse 2.5s ease-in-out infinite;
}

.ff-action__attention--kofi {
  color: #ffdc9c;
}

.ff-action__attention--patreon {
  color: #ff8fb8;
}

.ff-action--wide {
  grid-column: 1 / -1;
}

@keyframes ff-support-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-1px) scale(1.07);
  }
}

@keyframes ff-support-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0.22;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 0.07;
  }
}

@keyframes ff-why-think {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg) scale(1);
  }
  48% {
    transform: translateY(-2px) rotate(-1deg) scale(1.05);
  }
  74% {
    transform: translateY(-1px) rotate(4deg) scale(1.01);
  }
}

.ff-features-intro {
  width: min(1040px, 100%);
  margin: 0 auto 2px;
  padding: 0;
}

.ff-features-intro h2 {
  margin: 0;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.85rem, 4vw, 3rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ff-features-intro p {
  margin: 8px 0 0;
  color: #d7d2e5;
  line-height: 1.65;
  max-width: 72ch;
}

.ff-features-intro a {
  color: #ead9ff;
}

.ff-section {
  --ff-feature-shell: min(860px, calc(100% - 12px));
  min-height: 0;
  border: 0;
  background: transparent;
  padding: 30px 0 40px;
  display: block;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.ff-section::before {
  display: none;
}

.ff-section::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: var(--ff-feature-shell);
  bottom: -2px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(168, 97, 255, 0.6) 26%,
    rgba(223, 79, 255, 0.55) 50%,
    rgba(122, 105, 255, 0.6) 74%,
    rgba(255, 255, 255, 0)
  );
}

.ff-section:last-of-type::after {
  display: none;
}

.ff-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  width: var(--ff-feature-shell);
  max-width: none;
  margin: 0 auto;
  align-items: start;
}

.ff-feature-media {
  border: 0;
  background: transparent;
  width: 100%;
  margin: 0;
  aspect-ratio: 2.05 / 1;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.ff-feature-media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(7, 5, 12, 0) 56%, rgba(7, 5, 12, 0.5) 100%),
    linear-gradient(90deg, rgba(7, 5, 12, 0.38), rgba(7, 5, 12, 0) 20%, rgba(7, 5, 12, 0) 80%, rgba(7, 5, 12, 0.38));
}

.ff-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background:
    linear-gradient(135deg, rgba(223, 79, 255, 0.66), rgba(223, 79, 255, 0) 52%) 0 0 / 16% 24% no-repeat,
    linear-gradient(225deg, rgba(122, 105, 255, 0.66), rgba(122, 105, 255, 0) 52%) 100% 0 / 16% 24% no-repeat,
    linear-gradient(45deg, rgba(168, 97, 255, 0.56), rgba(168, 97, 255, 0) 52%) 0 100% / 16% 24% no-repeat,
    linear-gradient(315deg, rgba(223, 79, 255, 0.56), rgba(223, 79, 255, 0) 52%) 100% 100% / 16% 24% no-repeat;
  box-shadow: none;
}

.ff-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.05);
}

.ff-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: none;
  width: 100%;
  padding: 24px 0 12px;
  position: relative;
}

.ff-feature-copy::before {
  content: "";
  position: absolute;
  left: 0;
  right: 42%;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(223, 79, 255, 0.9), rgba(168, 97, 255, 0.55), rgba(122, 105, 255, 0));
  box-shadow: 0 0 10px rgba(168, 97, 255, 0.38);
}

.ff-feature-copy::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d26eff;
  box-shadow: 0 0 12px rgba(210, 110, 255, 0.7);
}

.ff-feature-copy h2 {
  margin: 0 0 10px;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.45rem);
  line-height: 0.96;
}

.ff-feature-copy h2 .ff-gothic {
  /* Feathered Friend only: do not apply this gothic font class to other mod pages. */
  display: block;
  margin-top: 4px;
  font-family: "Jacquard 24", serif;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  color: #ceb2ff;
}

.ff-feature-copy h2 .mod-accent {
  display: block;
  margin-top: 4px;
  font-family: "Antonio", sans-serif;
  font-size: clamp(0.95rem, 1.65vw, 1.36rem);
  color: var(--accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-feature-copy p {
  margin: 0;
  color: #ddd8e8;
  line-height: 1.72;
  max-width: none;
}

.ff-feature-copy p + p {
  margin-top: 10px;
}

.ff-feature-copy a {
  color: #e4d4ff;
}

.ff-block {
  border: 0;
  background: transparent;
  padding: 0;
  max-width: 1040px;
  margin: 0 auto;
}

.ff-block + .ff-block {
  margin-top: 10px;
}

.ff-block h2 {
  margin: 0 0 10px;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.25rem, 2.7vw, 2.15rem);
}

.ff-block h2 .ff-gothic {
  /* Feathered Friend only: use .mod-accent for non-Feathered Friend section subtitles. */
  margin-left: 6px;
  font-family: "Jacquard 24", serif;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  color: #ceb2ff;
}

.ff-block h2 .mod-accent {
  margin-left: 6px;
  font-family: "Antonio", sans-serif;
  font-size: clamp(0.92rem, 1.55vw, 1.2rem);
  color: var(--accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-block p,
.ff-block li {
  color: #dbd7e6;
  line-height: 1.67;
}

.ff-block ul {
  margin: 0;
  padding-left: 18px;
}

.ff-block a {
  color: #e6d8ff;
}

.ff-credits-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ff-credits-card {
  border: 0;
  background: transparent;
  padding: 0;
}

.ff-credits-card h3 {
  margin: 0 0 8px;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.83rem;
}

.ff-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  padding: 11px 0 0;
  color: var(--dim);
  font-size: 0.84rem;
  line-height: 1.6;
}

body.mod-theme-ez {
  --bg-0: #060306;
  --bg-1: #12070d;
  --bg-2: #19070f;
  --panel: rgba(17, 7, 11, 0.9);
  --panel-soft: rgba(19, 8, 12, 0.78);
  --line: rgba(255, 176, 204, 0.2);
  --line-soft: rgba(255, 255, 255, 0.11);
  --text: #fff0f4;
  --dim: #d4bcc6;
  --accent: #f20553;
  --accent-hot: #ff3f8a;
  --accent-cool: #ff7288;
}

.mod-theme-ez .mod-bg {
  background:
    radial-gradient(circle at 82% 10%, rgba(242, 5, 83, 0.26), rgba(242, 5, 83, 0) 34%),
    radial-gradient(circle at 14% 90%, rgba(255, 100, 145, 0.2), rgba(255, 100, 145, 0) 34%),
    repeating-linear-gradient(30deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 38px),
    linear-gradient(180deg, #12050a, #050306 70%);
}

.mod-theme-ez .mod-bg::before,
.mod-theme-ez .mod-bg::after {
  width: 420px;
  height: 420px;
  opacity: 0.36;
  border: 0;
  border-radius: 999px;
  background:
    conic-gradient(
      from -36deg,
      rgba(252, 5, 83, 0) 0deg 18deg,
      rgba(252, 5, 83, 0.64) 18deg 52deg,
      rgba(252, 5, 83, 0) 52deg 78deg,
      rgba(255, 255, 255, 0.28) 78deg 96deg,
      rgba(252, 5, 83, 0) 96deg 154deg,
      rgba(252, 5, 83, 0.48) 154deg 190deg,
      rgba(252, 5, 83, 0) 190deg 262deg,
      rgba(255, 255, 255, 0.2) 262deg 286deg,
      rgba(252, 5, 83, 0) 286deg 360deg
    );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 13px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 13px));
}

.mod-theme-ez .mod-bg::before {
  left: -210px;
  top: -102px;
  transform: rotate(9deg);
}

.mod-theme-ez .mod-bg::after {
  right: -216px;
  bottom: -96px;
  transform: rotate(-14deg);
}

.mod-theme-ez .hub-link:hover {
  border-color: rgba(242, 5, 83, 0.74);
}

.mod-theme-ez .mod-rail {
  scrollbar-color: rgba(242, 5, 83, 0.75) rgba(255, 255, 255, 0.08);
}

.mod-theme-ez .mod-rail::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(242, 5, 83, 0.9), rgba(255, 63, 138, 0.8));
}

.mod-theme-ez .mod-rail-card:hover {
  border-color: rgba(242, 5, 83, 0.74);
  background: rgba(24, 9, 14, 0.86);
}

.mod-theme-ez .mod-rail-card.is-active {
  border-color: rgba(242, 5, 83, 0.88);
  background: linear-gradient(155deg, rgba(242, 5, 83, 0.24), rgba(242, 5, 83, 0.06));
}

.ez-page .ff-kicker {
  color: #ffc5d8;
}

.ez-page .ff-title .mod-accent {
  color: #fc0553;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ez-page .ff-lead {
  color: #f0dce3;
}

.ez-page .ff-meta-card li {
  color: #ebd8df;
}

.ez-page .ff-meta-card a,
.ez-page .ff-feature-copy a,
.ez-page .ff-features-intro a,
.ez-page .ff-block a {
  color: #ffd6e5;
}

.ez-page .ff-pill {
  border-color: rgba(242, 5, 83, 0.56);
  background: rgba(242, 5, 83, 0.14);
  color: #ffe5ef;
}

.ez-page .ff-action {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(23, 10, 15, 0.36);
}

.ez-page .ff-action:hover {
  border-color: rgba(242, 5, 83, 0.8);
  background: rgba(35, 12, 20, 0.88);
}

.ez-page .ff-action__icon {
  color: #ffb2cd;
}

.ez-page .ff-action__copy span {
  color: #d7c1ca;
}

.ez-page .ff-features-intro {
  position: relative;
}

.ez-page .ff-features-intro::before {
  content: "";
  position: absolute;
  right: -10px;
  top: -52px;
  width: clamp(104px, 13vw, 152px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: 0.68;
  border-radius: 999px;
  background:
    conic-gradient(
      from -30deg,
      rgba(252, 5, 83, 0) 0deg 20deg,
      rgba(252, 5, 83, 0.76) 20deg 60deg,
      rgba(252, 5, 83, 0) 60deg 106deg,
      rgba(255, 255, 255, 0.22) 106deg 126deg,
      rgba(252, 5, 83, 0) 126deg 360deg
    );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #000 calc(100% - 9px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 10px), #000 calc(100% - 9px));
}

.ez-page .ff-features-intro h2 {
  color: #ffeaf1;
}

.ez-page .ff-features-intro p {
  color: #ead5dd;
}

.ez-page .ff-section::after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(242, 5, 83, 0.68) 26%,
    rgba(255, 63, 138, 0.58) 50%,
    rgba(255, 129, 161, 0.64) 74%,
    rgba(255, 255, 255, 0)
  );
}

.ez-page .ff-feature-media {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ez-page .ff-feature-media::before {
  content: none;
}

.ez-page .ff-feature-media::after {
  content: none;
}

.ez-page .ez-feature-media--gloss {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ez-page .ez-feature-media--gloss::before {
  content: none;
}

.ez-page .ez-feature-media--gloss::after {
  content: none;
}

.ez-page .ez-feature-media--plain.ff-image-shell::before {
  content: none;
}

.ez-page .ez-feature-media--plain.ff-image-shell::after {
  content: none;
}

.ez-page .ez-feature-image.ff-image-shell {
  width: 100%;
  margin: 0;
  aspect-ratio: auto !important;
  height: auto !important;
  min-height: 0;
  overflow: visible;
  position: relative;
  line-height: 0;
}

.ez-page .ez-image-wrap {
  display: block;
  position: relative;
  width: 100%;
  line-height: 0;
  z-index: 2;
}

.ez-page .ez-image-wrap > img {
  display: block;
  width: 100%;
  height: auto !important;
  max-width: 100%;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none;
}

.ez-page .ez-image-wrap.is-gloss > img {
  filter: saturate(1.03) contrast(1.02);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.45) inset,
    0 8px 18px rgba(0, 0, 0, 0.22);
}

.ez-page .ez-image-wrap.is-gloss::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(176deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08) 24%, rgba(255, 255, 255, 0) 42%) 0 0 / 100% 44% no-repeat,
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 24%) 0 0 / 42% 66% no-repeat,
    radial-gradient(circle at 8% 10%, rgba(252, 5, 83, 0.18), rgba(252, 5, 83, 0) 40%),
    radial-gradient(circle at 92% 12%, rgba(255, 140, 172, 0.14), rgba(255, 140, 172, 0) 42%);
  mix-blend-mode: screen;
  opacity: 0.44;
  z-index: 2;
}

.ez-page .ez-media-drop {
  position: absolute;
  left: 1.5%;
  right: 1.5%;
  bottom: -18%;
  height: 52%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(0, 0, 0, 0.84) 28%,
    rgba(0, 0, 0, 0.56) 52%,
    rgba(0, 0, 0, 0.26) 72%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: blur(15px);
}

.ez-page .ez-feature-media--gloss .ez-media-drop {
  bottom: -19%;
  height: 54%;
}

.ez-page .ff-image-loading {
  color: rgba(255, 227, 236, 0.9);
  background: linear-gradient(160deg, rgba(12, 6, 9, 0.92), rgba(25, 9, 14, 0.92));
  border-color: rgba(255, 255, 255, 0.16);
}

.ez-page .ez-hero-radial {
  min-height: clamp(230px, 30vw, 420px);
  margin: 0;
  width: 100%;
  aspect-ratio: 2.35 / 1;
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
  position: relative;
  display: block;
}

.ez-page .ez-hero-radial::before {
  content: none;
}

.ez-page .ez-hero-radial::after {
  content: none;
}

.ez-page .ez-hero-radial__canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.ez-page .ez-hero-radial__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  font-family: "Minecraft UI", "Minecraft", monospace;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.98);
  background: rgba(0, 0, 0, 0.82);
  padding: 9px 12px 8px;
  min-width: 96px;
  text-align: center;
  opacity: 0;
  transition: opacity 120ms linear;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ez-page .ez-demo-shell {
  position: relative;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ez-page .ez-demo-shell::before,
.ez-page .ez-demo-shell::after {
  content: none;
}

.ez-page .ez-demo-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.ez-page .ez-demo-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  pointer-events: none;
  max-width: min(84%, 520px);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Minecraft UI", "Minecraft", monospace;
  font-size: clamp(12px, 1.25vw, 16px);
  color: rgba(255, 255, 255, 0.98);
  background: rgba(0, 0, 0, 0.84);
  padding: 8px 11px 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  opacity: 0;
  transition: opacity 120ms linear;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ez-page .ez-demo-key {
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 6;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(180deg, rgba(52, 40, 44, 0.9), rgba(23, 18, 20, 0.94));
  box-shadow:
    0 6px 0 rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #ffe8f0;
  font-family: "Minecraft UI", "Minecraft", monospace;
  line-height: 1;
  transition: transform 110ms ease, box-shadow 110ms ease, filter 110ms ease;
}

.ez-page .ez-demo-key__top {
  font-size: 11px;
  opacity: 0.8;
}

.ez-page .ez-demo-key__bottom {
  font-size: 14px;
}

.ez-page .ez-demo-shell.is-key-pressed .ez-demo-key {
  transform: translateY(2px);
  color: #111111;
  background: linear-gradient(180deg, rgba(245, 232, 238, 0.98), rgba(194, 184, 191, 0.94));
  box-shadow:
    0 0 16px rgba(255, 255, 255, 0.42),
    0 3px 0 rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  filter: none;
}

.ez-page .ez-demo-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 20px;
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  transform: translate(-999px, -999px);
  clip-path: polygon(0 0, 0 100%, 36% 72%, 52% 100%, 68% 92%, 52% 66%, 100% 66%);
  background: linear-gradient(180deg, #ffffff, #d0d5de);
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.55)) drop-shadow(0 0 7px rgba(252, 5, 83, 0.3));
  transition: opacity 90ms linear;
}

.ez-page .ez-demo-cursor.is-clicking {
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.55)) drop-shadow(0 0 10px rgba(252, 5, 83, 0.55));
}

.ez-page .ez-gif-shell {
  position: relative;
  overflow: visible;
}

.ez-page .ez-image-wrap .ez-gif-progress {
  position: absolute;
  left: 0;
  width: 100% !important;
  right: auto;
  top: calc(100% + 5px);
  height: 4px;
  z-index: 6;
  pointer-events: none;
  background: rgba(8, 4, 7, 0.62);
  opacity: 0;
  transition: opacity 180ms ease;
}

.ez-page .ez-image-wrap .ez-gif-progress__bar {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #fc0553, #ff84ae);
  animation: ez-gif-playback var(--ez-gif-duration-ms, 6000ms) linear infinite;
  animation-play-state: paused;
}

.ez-page .ez-gif-shell.is-loaded.is-gif-ready .ez-gif-progress {
  opacity: 1;
}

.ez-page .ez-gif-shell.is-loaded.is-gif-ready .ez-gif-progress__bar {
  animation-play-state: running;
}

@keyframes ez-gif-playback {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.ez-page .ff-feature-media.is-placeholder img,
.ez-page .ff-hero-banner.is-placeholder img {
  object-fit: contain;
  transform: none;
  background: linear-gradient(150deg, #0a0508, #12070d);
}

.ez-page .ff-feature-copy::before {
  background: linear-gradient(90deg, rgba(242, 5, 83, 0.94), rgba(255, 63, 138, 0.56), rgba(255, 114, 136, 0));
  box-shadow: 0 0 10px rgba(242, 5, 83, 0.34);
}

.ez-page .ff-feature-copy::after {
  background: #ff4f90;
  box-shadow: 0 0 12px rgba(255, 79, 144, 0.76);
}

.ez-page .ff-feature-copy h2 .mod-accent,
.ez-page .ff-block h2 .mod-accent {
  color: #fc0553;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ez-page .ff-feature-copy p,
.ez-page .ff-block p,
.ez-page .ff-block li,
.ez-page .ff-disclaimer {
  color: #e8d4dc;
}

.ez-page .ff-credits-card h3 {
  color: #ffe3ed;
}

.ez-page .ff-disclaimer {
  border-top-color: rgba(242, 5, 83, 0.36);
}

body.mod-theme-timeline {
  --bg-0: #0b0d12;
  --bg-1: #121520;
  --bg-2: #191d29;
  --panel: rgba(19, 21, 30, 0.9);
  --panel-soft: rgba(27, 29, 36, 0.78);
  --line: rgba(167, 180, 255, 0.28);
  --line-soft: rgba(255, 255, 255, 0.12);
  --text: #edf1ff;
  --dim: #b8bfd9;
  --accent: #8da3ff;
  --accent-hot: #f4d37c;
  --accent-cool: #6e84da;
}

.mod-theme-timeline .mod-bg {
  background:
    radial-gradient(circle at 84% 8%, rgba(141, 163, 255, 0.24), rgba(141, 163, 255, 0) 36%),
    radial-gradient(circle at 14% 91%, rgba(244, 211, 124, 0.16), rgba(244, 211, 124, 0) 36%),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px) 0 0 / 100% 44px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px) 0 0 / 46px 100%,
    linear-gradient(180deg, #0b0d12, #121620 64%, #0a0c12);
}

.mod-theme-timeline .mod-bg::before,
.mod-theme-timeline .mod-bg::after {
  width: 236px;
  height: 236px;
  opacity: 0.34;
  border: 0;
  clip-path: none;
  background:
    linear-gradient(rgba(141, 163, 255, 0.4) 0 0) 72px 0 / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.4) 0 0) 92px 0 / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.4) 0 0) 52px 20px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.4) 0 0) 72px 20px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.4) 0 0) 92px 20px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.4) 0 0) 112px 20px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.38) 0 0) 32px 40px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.38) 0 0) 52px 40px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.38) 0 0) 72px 40px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.38) 0 0) 92px 40px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.38) 0 0) 112px 40px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.38) 0 0) 132px 40px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.34) 0 0) 32px 60px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.34) 0 0) 52px 60px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.34) 0 0) 72px 60px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.34) 0 0) 92px 60px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.34) 0 0) 112px 60px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.34) 0 0) 132px 60px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.3) 0 0) 52px 80px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.3) 0 0) 72px 80px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.3) 0 0) 92px 80px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.3) 0 0) 112px 80px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.26) 0 0) 72px 100px / 20px 20px no-repeat,
    linear-gradient(rgba(141, 163, 255, 0.26) 0 0) 92px 100px / 20px 20px no-repeat;
}

.mod-theme-timeline .mod-bg::before {
  left: -44px;
  top: 88px;
  transform: rotate(-4deg);
}

.mod-theme-timeline .mod-bg::after {
  right: -42px;
  bottom: 72px;
  transform: scale(-1, 1) rotate(-6deg);
}

.mod-theme-timeline .hub-link:hover {
  border-color: rgba(141, 163, 255, 0.84);
}

.mod-theme-timeline .mod-rail {
  scrollbar-color: rgba(141, 163, 255, 0.74) rgba(255, 255, 255, 0.08);
}

.mod-theme-timeline .mod-rail::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(141, 163, 255, 0.88), rgba(110, 132, 218, 0.82));
}

.mod-theme-timeline .mod-rail-card:hover {
  border-color: rgba(141, 163, 255, 0.78);
  background: rgba(22, 24, 34, 0.86);
}

.mod-theme-timeline .mod-rail-card.is-active {
  border-color: rgba(141, 163, 255, 0.9);
  background: linear-gradient(155deg, rgba(141, 163, 255, 0.24), rgba(141, 163, 255, 0.06));
}

.tl-page .ff-kicker {
  color: #ced9ff;
}

.tl-page .ff-title .mod-accent,
.tl-page .ff-feature-copy h2 .mod-accent,
.tl-page .ff-block h2 .mod-accent {
  color: #c4d1ff;
  font-family: "Timeline Gothic", "Antonio", sans-serif;
  font-size: clamp(1.08rem, 1.9vw, 1.55rem);
  letter-spacing: 0.02em;
  text-transform: none;
}

.tl-page .ff-lead {
  color: #e0e4f4;
}

.tl-page .ff-meta-card li,
.tl-page .ff-block p,
.tl-page .ff-block li,
.tl-page .ff-disclaimer {
  color: #d7dced;
}

.tl-page .ff-meta-card a,
.tl-page .ff-features-intro a,
.tl-page .ff-block a {
  color: #d7e0ff;
}

.tl-page .ff-pill {
  border-color: rgba(141, 163, 255, 0.62);
  background: rgba(141, 163, 255, 0.16);
  color: #edf2ff;
}

.tl-page .ff-action {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(17, 19, 27, 0.36);
}

.tl-page .ff-action:hover {
  border-color: rgba(141, 163, 255, 0.82);
  background: rgba(28, 31, 44, 0.88);
}

.tl-page .ff-action__icon {
  color: #d4ddff;
}

.tl-page .ff-action__copy span {
  color: #c4cae2;
}

.tl-page .tl-hero-panel {
  min-height: clamp(220px, 32vw, 390px);
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  position: relative;
}

.tl-page .tl-hero-panel::before {
  content: none;
}

.tl-page .tl-hero-ornament {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  image-rendering: pixelated;
  pointer-events: none;
  opacity: 0.92;
}

.tl-page .tl-hero-ornament--top {
  top: 16px;
  width: 132px;
  height: auto;
}

.tl-page .tl-hero-ornament--bottom {
  bottom: 14px;
  width: 174px;
  height: auto;
}

.tl-page .tl-hero-rail {
  width: min(920px, 92%);
  margin: 44px auto 36px;
  min-height: 150px;
  position: relative;
}

.tl-page .tl-hero-rail__line {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 66px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(141, 163, 255, 0.18), rgba(141, 163, 255, 0.95) 48%, rgba(244, 211, 124, 0.85) 74%, rgba(141, 163, 255, 0.16));
  box-shadow: 0 0 14px rgba(141, 163, 255, 0.36);
}

.tl-page .tl-hero-node {
  position: absolute;
  top: -16px;
  left: var(--tl-node-left);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.tl-page .tl-hero-node img {
  width: 34px;
  height: 34px;
  image-rendering: pixelated;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(10, 11, 16, 0.8);
  padding: 4px;
}

.tl-page .tl-hero-node span {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d7deff;
  white-space: nowrap;
}

.tl-page .tl-hero-callout {
  position: absolute;
  left: 50%;
  top: 88px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Antonio", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d8e1ff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(9, 10, 14, 0.72);
  padding: 7px 10px;
}

.tl-page .tl-hero-callout kbd {
  display: inline-block;
  font-family: "Antonio", sans-serif;
  font-size: 0.74rem;
  padding: 1px 6px;
  margin: 0 3px;
  border: 1px solid rgba(141, 163, 255, 0.58);
  background: rgba(141, 163, 255, 0.18);
  color: #ecf2ff;
}

.tl-page .tl-features-intro {
  position: relative;
  margin-top: 34px;
}

.tl-page .tl-features-intro::before,
.tl-page .tl-features-intro::after {
  content: none;
}

.tl-page .tl-features-intro::before {
  content: none;
}

.tl-page .tl-features-intro::after {
  content: none;
}

.tl-page .tl-features-intro h2 {
  color: #edf3ff;
}

.tl-page .tl-features-intro p {
  color: #d7dff2;
}

.tl-feature-stack {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.tl-feature-flow {
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
  position: relative;
}

.tl-feature-flow::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 12px;
  bottom: 30px;
  width: 2px;
  background: linear-gradient(180deg, rgba(141, 163, 255, 0.2), rgba(141, 163, 255, 0.9) 48%, rgba(244, 211, 124, 0.62) 100%);
}

.tl-node {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  padding: 0 0 34px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.tl-node.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tl-node:last-child {
  padding-bottom: 4px;
}

.tl-node::after {
  content: "";
  position: absolute;
  left: 44px;
  top: 46px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(141, 163, 255, 0.5), rgba(141, 163, 255, 0));
}

.tl-node:last-child::after {
  display: none;
}

.tl-node__pin {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(145deg, rgba(22, 24, 33, 0.96), rgba(14, 16, 22, 0.96));
  box-shadow: inset 0 0 0 1px rgba(141, 163, 255, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.tl-node__pin span {
  font-family: "Antonio", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: #dbe4ff;
}

.tl-node__card {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0 0 16px;
  overflow: hidden;
}

.tl-node__card::before {
  content: none;
}

.tl-node__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.tl-node__titlegroup {
  min-width: 0;
}

.tl-node__milestone {
  margin: 3px 0 0;
  color: #bfd0ff;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.tl-node__subtitle {
  margin: 3px 0 0;
  color: #d3dbf4;
  font-family: "Timeline Gothic", "Antonio", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

.tl-node__head h2 {
  margin: 0;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.28rem, 2.3vw, 2rem);
  line-height: 1;
}

.tl-node__head img {
  width: 28px;
  height: 28px;
  image-rendering: pixelated;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(10, 11, 16, 0.84);
  padding: 3px;
  margin-top: 3px;
}

.tl-node__media {
  margin: 0;
  width: 100%;
  aspect-ratio: 2.08 / 1;
  overflow: hidden;
  position: relative;
  border: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.tl-node__media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(10, 11, 15, 0) 56%, rgba(10, 11, 15, 0.52) 100%),
    linear-gradient(90deg, rgba(10, 11, 15, 0.44), rgba(10, 11, 15, 0) 20%, rgba(10, 11, 15, 0) 80%, rgba(10, 11, 15, 0.44));
}

.tl-node__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.04) contrast(1.04);
}

.tl-node__media.is-placeholder img {
  object-fit: contain;
  background: linear-gradient(150deg, #12151d, #1a1f2b);
  padding: 6px;
}

.tl-node__card.is-text-only .tl-node__copy {
  margin-top: 6px;
}

.tl-node__media--custom {
  aspect-ratio: auto;
  min-height: 126px;
  overflow: visible;
  box-shadow: none;
  background: transparent;
}

.tl-node__media--custom::before {
  content: none;
}

.tl-node__media--custom img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  filter: none;
}

.tl-date-toast-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 2px 0 4px;
}

.tl-date-toast-media img {
  width: min(200px, 90%);
  opacity: 0.95;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.38));
}

.tl-date-toast-media__text {
  margin: 0;
  font-family: "Jacquard 24", "Timeline Gothic", serif;
  font-size: clamp(1.52rem, 3.4vw, 2.44rem);
  line-height: 1;
  color: #f3efff;
  text-shadow:
    0 0 0 rgba(0, 0, 0, 0),
    0 4px 10px rgba(0, 0, 0, 0.44);
  animation: tl-toast-glow 4.8s ease-in-out infinite;
}

@keyframes tl-toast-glow {
  0%,
  100% {
    opacity: 0.86;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-1px);
  }
}

.tl-seasons-media {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-height: 188px;
  padding: 10px 0 2px;
  position: relative;
}

.tl-seasons-media__rail {
  position: absolute;
  left: 1%;
  right: 1%;
  top: 90px;
  height: 2px;
  background: linear-gradient(90deg, rgba(141, 163, 255, 0.14), rgba(141, 163, 255, 0.82), rgba(141, 163, 255, 0.14));
}

.tl-season-column {
  position: relative;
  min-height: 170px;
  overflow: hidden;
}

.tl-season-column__label {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Timeline Gothic", "Antonio", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  color: #e8ebff;
}

.tl-season-column__node {
  position: absolute;
  left: 50%;
  top: 90px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #d9e2ff;
  box-shadow: 0 0 0 3px rgba(10, 12, 18, 0.54);
}

.tl-season-column--spring .tl-season-column__node {
  background: #b7f4bd;
}

.tl-season-column--summer .tl-season-column__node {
  background: #ffe39f;
}

.tl-season-column--autumn .tl-season-column__node {
  background: #f5c38c;
}

.tl-season-column--winter .tl-season-column__node {
  background: #d8ecff;
}

.tl-season-column--summer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 70px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 238, 182, 0.9), rgba(255, 227, 152, 0.22));
}

.tl-season-particle,
.tl-season-ray {
  position: absolute;
  pointer-events: none;
}

.tl-season-particle--spring {
  width: 20px;
  height: 20px;
  left: calc(14% + var(--i) * 14%);
  top: calc(96px + var(--i) * 5px);
  background: url("../assets/images/modpages/timeline/season/flower.png") center / contain no-repeat;
  opacity: 0;
  transform: translate(-50%, 8px) scale(0.2);
  animation: tl-spring-grow 5.2s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.28s);
}

.tl-season-ray {
  left: 50%;
  top: 86px;
  width: 3px;
  height: 70px;
  transform-origin: 50% 0;
  transform: translateX(-50%) rotate(calc(-24deg + var(--i) * 12deg));
  background: linear-gradient(180deg, rgba(255, 240, 196, 0.68), rgba(255, 240, 196, 0));
  animation: tl-summer-ray 2.4s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.16s);
}

.tl-season-particle--fall {
  width: 16px;
  height: 16px;
  left: calc(10% + var(--i) * 11%);
  top: 74px;
  opacity: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: tl-fall-drift 4.8s linear infinite;
  animation-delay: calc(var(--i) * 0.3s);
}

.tl-season-particle--fall.leaf {
  background-image: url("../assets/images/modpages/timeline/season/leaf.png");
}

.tl-season-particle--fall.acorn {
  background-image: url("../assets/images/modpages/timeline/season/acorn.png");
}

.tl-season-particle--winter {
  width: 15px;
  height: 15px;
  left: calc(10% + var(--i) * 10%);
  top: 72px;
  opacity: 0;
  background: url("../assets/images/modpages/timeline/season/ice.png") center / contain no-repeat;
  animation: tl-winter-fall 4.4s linear infinite;
  animation-delay: calc(var(--i) * 0.24s);
}

@keyframes tl-spring-grow {
  0%,
  14% {
    opacity: 0;
    transform: translate(-50%, 10px) scale(0.2);
  }
  38% {
    opacity: 0.96;
    transform: translate(-50%, 0) scale(0.86);
  }
  68% {
    opacity: 0.95;
    transform: translate(-50%, -5px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -7px) scale(1.03);
  }
}

@keyframes tl-summer-ray {
  0%,
  100% {
    opacity: 0.24;
    height: 58px;
  }
  52% {
    opacity: 0.76;
    height: 76px;
  }
}

@keyframes tl-fall-drift {
  0% {
    opacity: 0;
    transform: translate(-50%, -8px) rotate(0deg);
  }
  18% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + 10px), 74px) rotate(180deg);
  }
}

@keyframes tl-winter-fall {
  0% {
    opacity: 0;
    transform: translate(-50%, -10px);
  }
  20% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + 6px), 74px);
  }
}

body.mod-theme-locksmith {
  --bg-0: #0b0d0d;
  --bg-1: #111514;
  --bg-2: #1a201e;
  --panel: rgba(18, 22, 21, 0.9);
  --panel-soft: rgba(27, 31, 29, 0.76);
  --line: rgba(215, 172, 88, 0.3);
  --line-soft: rgba(212, 222, 216, 0.12);
  --text: #f4f1e8;
  --dim: #c8c1ad;
  --accent: #d8ac58;
  --accent-hot: #f0cf7b;
  --accent-cool: #9fb8b2;
}

.mod-theme-locksmith .mod-loader {
  background:
    radial-gradient(circle at 80% 9%, rgba(216, 172, 88, 0.28), rgba(216, 172, 88, 0) 34%),
    radial-gradient(circle at 18% 88%, rgba(126, 154, 148, 0.18), rgba(126, 154, 148, 0) 34%),
    linear-gradient(180deg, rgba(10, 12, 12, 0.96), rgba(13, 17, 16, 0.96));
}

.mod-theme-locksmith .mod-loader__panel {
  border-color: rgba(216, 172, 88, 0.36);
  background: rgba(16, 20, 19, 0.84);
}

.mod-theme-locksmith .mod-loader__title {
  color: #f8e5b9;
}

.mod-theme-locksmith .mod-loader__label {
  color: #d3c9b5;
}

.mod-theme-locksmith .mod-loader__track {
  border-color: rgba(216, 172, 88, 0.3);
  background: rgba(8, 10, 10, 0.78);
}

.mod-theme-locksmith .mod-loader__bar {
  background: linear-gradient(90deg, rgba(216, 172, 88, 0.94), rgba(240, 207, 123, 0.9), rgba(159, 184, 178, 0.84));
}

.mod-theme-locksmith .mod-bg {
  background:
    radial-gradient(circle at 82% 9%, rgba(216, 172, 88, 0.2), rgba(216, 172, 88, 0) 35%),
    radial-gradient(circle at 14% 92%, rgba(159, 184, 178, 0.16), rgba(159, 184, 178, 0) 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 58px),
    linear-gradient(180deg, #080a0a, #111514 58%, #090b0b);
}

.mod-theme-locksmith .mod-bg::before,
.mod-theme-locksmith .mod-bg::after {
  width: 240px;
  height: 240px;
  border: 0;
  opacity: 0.26;
  clip-path: none;
  background:
    radial-gradient(circle, rgba(216, 172, 88, 0.64) 0 4px, transparent 5px) 106px 18px / 28px 28px no-repeat,
    linear-gradient(90deg, transparent 0 96px, rgba(216, 172, 88, 0.45) 96px 144px, transparent 144px) 0 24px / 240px 14px no-repeat,
    linear-gradient(90deg, transparent 0 82px, rgba(216, 172, 88, 0.4) 82px 158px, transparent 158px) 0 52px / 240px 12px no-repeat,
    linear-gradient(90deg, transparent 0 66px, rgba(159, 184, 178, 0.26) 66px 174px, transparent 174px) 0 82px / 240px 10px no-repeat,
    linear-gradient(90deg, transparent 0 52px, rgba(216, 172, 88, 0.34) 52px 188px, transparent 188px) 0 112px / 240px 9px no-repeat,
    linear-gradient(90deg, transparent 0 74px, rgba(159, 184, 178, 0.24) 74px 166px, transparent 166px) 0 140px / 240px 8px no-repeat;
}

.mod-theme-locksmith .mod-bg::before {
  left: -46px;
  top: 96px;
  transform: rotate(-8deg);
}

.mod-theme-locksmith .mod-bg::after {
  right: -42px;
  bottom: 64px;
  transform: scale(-1, 1) rotate(-6deg);
}

.mod-theme-locksmith .hub-link:hover {
  border-color: rgba(216, 172, 88, 0.82);
}

.mod-theme-locksmith .mod-rail {
  scrollbar-color: rgba(216, 172, 88, 0.76) rgba(255, 255, 255, 0.08);
}

.mod-theme-locksmith .mod-rail::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(216, 172, 88, 0.9), rgba(159, 184, 178, 0.72));
}

.mod-theme-locksmith .mod-rail-card:hover {
  border-color: rgba(216, 172, 88, 0.72);
  background: rgba(24, 28, 26, 0.86);
}

.mod-theme-locksmith .mod-rail-card.is-active {
  border-color: rgba(216, 172, 88, 0.9);
  background: linear-gradient(155deg, rgba(216, 172, 88, 0.22), rgba(159, 184, 178, 0.08));
}

.ls-page {
  color: #f4f1e8;
}

.ls-page .ff-kicker {
  color: #e8ce91;
}

.ls-page .ff-title {
  color: #fff7df;
}

.ls-page .ff-title .mod-accent,
.ls-page .ff-block h2 .mod-accent {
  color: #e8c36e;
}

.ls-page .ff-lead,
.ls-page p,
.ls-page li,
.ls-page .compat-card span,
.ls-page .compat-integration span {
  color: #d3c9b5;
}

.ls-hero {
  align-items: center;
}

.ls-hero-banner {
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.ls-hero-banner img {
  width: min(800px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.44));
}

.ls-page .ff-meta-card,
.ls-page .ff-action,
.ls-page .compat-card,
.ls-page .compat-integration,
.ls-page .ff-credits-card {
  border-color: rgba(216, 172, 88, 0.22);
  background: rgba(18, 22, 21, 0.64);
}

.ls-page .ff-pill {
  color: #f4ddb0;
  border-color: rgba(216, 172, 88, 0.42);
  background: rgba(216, 172, 88, 0.12);
}

.ls-page .ff-action:hover {
  border-color: rgba(216, 172, 88, 0.76);
  background: rgba(39, 32, 19, 0.72);
}

.ls-key-grid,
.ls-feature-grid,
.ls-detail-band {
  display: grid;
  gap: 14px;
}

.ls-key-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ls-key-card,
.ls-feature-card,
.ls-detail-band article {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 20px;
  border: 1px solid rgba(216, 172, 88, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 172, 88, 0.1), transparent 42%),
    rgba(15, 18, 17, 0.68);
}

.ls-key-card::after,
.ls-feature-card::after,
.ls-detail-band article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 116px;
  height: 116px;
  opacity: 0.12;
  background: url("../assets/images/modpages/locksmith/model_lock_locked.png") center / contain no-repeat;
}

.ls-key-card figure {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 0 0 16px;
  border: 1px solid rgba(216, 172, 88, 0.26);
  border-radius: 8px;
  background: rgba(4, 6, 6, 0.48);
}

.ls-key-card img {
  width: 42px;
  height: 42px;
  image-rendering: pixelated;
}

.ls-key-card__model {
  width: 82px;
  height: 96px;
  overflow: hidden;
}

.ls-key-card__model img {
  width: 100%;
  height: 100%;
  max-width: 58px;
  max-height: 84px;
  object-fit: contain;
  image-rendering: auto;
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.38));
}

.ls-key-card span,
.ls-feature-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: #e8ce91;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ls-key-card h3,
.ls-feature-card h3,
.ls-detail-band h3 {
  margin: 0 0 10px;
  color: #fff2cd;
}

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

.ls-detail-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ls-feature-card {
  min-height: 178px;
}

.ls-feature-card__icon {
  width: 32px;
  height: 32px;
  background: url("../assets/images/modpages/locksmith/key_iron.png") center / contain no-repeat;
  image-rendering: pixelated;
}

.ls-step-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ls-step-list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 14px;
  border: 1px solid rgba(216, 172, 88, 0.2);
  border-radius: 8px;
  background: rgba(18, 22, 21, 0.62);
}

.ls-step-list strong {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #241c0c;
  background: linear-gradient(135deg, #e8c36e, #9fb8b2);
}

.ls-admin-section {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: start;
}

.ls-admin-section pre {
  margin: 0;
  padding: 18px;
  overflow: auto;
  border: 1px solid rgba(216, 172, 88, 0.22);
  border-radius: 8px;
  color: #f6e6bd;
  background: rgba(5, 8, 8, 0.76);
}

.ls-admin-section code {
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .ff-action__attention,
  .ff-action__attention::after,
  .ff-action-why__emoji,
  .sketch-carousel__track,
  .sketch-item-carousel__track,
  .tl-date-toast-media__text,
  .tl-season-particle,
  .tl-season-ray {
    animation: none !important;
  }

  .tl-season-particle,
  .tl-season-ray {
    opacity: 0.75;
  }
}

.tl-node__copy {
  margin-top: 12px;
}

.tl-node__copy p {
  margin: 0;
  color: #d9dfef;
  line-height: 1.7;
}

.tl-node__copy p + p {
  margin-top: 10px;
}

.tl-node__copy a {
  color: #d9e2ff;
}

.tl-page .ff-disclaimer {
  border-top-color: rgba(141, 163, 255, 0.42);
}

body.mod-theme-sketchbook {
  --bg-0: #0d0a08;
  --bg-1: #17100c;
  --bg-2: #21170f;
  --panel: rgba(24, 18, 12, 0.88);
  --panel-soft: rgba(35, 26, 17, 0.76);
  --line: rgba(235, 202, 143, 0.28);
  --line-soft: rgba(255, 238, 194, 0.14);
  --text: #fff3dd;
  --dim: #d9c6a6;
  --accent: #d2a85c;
  --accent-hot: #e27855;
  --accent-cool: #6ea391;
}

.mod-theme-sketchbook .mod-bg {
  background:
    radial-gradient(circle at 78% 10%, rgba(210, 168, 92, 0.22), rgba(210, 168, 92, 0) 35%),
    radial-gradient(circle at 13% 88%, rgba(110, 163, 145, 0.17), rgba(110, 163, 145, 0) 33%),
    linear-gradient(90deg, rgba(255, 244, 213, 0.024) 1px, transparent 1px) 0 0 / 54px 100%,
    linear-gradient(rgba(255, 244, 213, 0.022) 1px, transparent 1px) 0 0 / 100% 46px,
    linear-gradient(180deg, #100b08, #1b120c 58%, #080604);
}

.mod-theme-sketchbook .mod-bg::before,
.mod-theme-sketchbook .mod-bg::after {
  width: 300px;
  height: 210px;
  opacity: 0.18;
  border: 1px solid rgba(235, 202, 143, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 236, 190, 0.18), rgba(255, 236, 190, 0)),
    repeating-linear-gradient(0deg, rgba(75, 52, 31, 0.22) 0 1px, transparent 1px 16px);
}

.mod-theme-sketchbook .mod-rail-card:hover,
.mod-theme-sketchbook .mod-rail-card.is-active {
  border-color: rgba(210, 168, 92, 0.86);
  background: linear-gradient(155deg, rgba(210, 168, 92, 0.2), rgba(110, 163, 145, 0.08));
}

.mod-theme-sketchbook .mod-rail {
  scrollbar-color: rgba(210, 168, 92, 0.78) rgba(255, 244, 213, 0.08);
}

.mod-theme-sketchbook .mod-rail::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(210, 168, 92, 0.9), rgba(110, 163, 145, 0.78));
}

.mod-theme-villager {
  --accent: #21c36b;
  --accent-2: #e5b94f;
  --line-soft: rgba(61, 222, 131, 0.2);
}

.mod-theme-villager .mod-bg {
  background:
    radial-gradient(circle at 16% 16%, rgba(33, 195, 107, 0.16), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(229, 185, 79, 0.12), transparent 28%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='104' height='90' viewBox='0 0 104 90'%3E%3Cg fill='none' stroke='%2321c36b' stroke-opacity='.105' stroke-width='1'%3E%3Cpath d='M26 1 51 15v29L26 59 1 44V15Z'/%3E%3Cpath d='M78 31l25 14v29L78 89 53 74V45Z'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 104px 90px repeat,
    linear-gradient(180deg, rgba(5, 14, 10, 0.96), rgba(7, 10, 9, 0.98));
}

.mod-theme-villager .mod-bg::before,
.mod-theme-villager .mod-bg::after {
  width: 220px;
  height: 220px;
  opacity: 0.14;
  border: 0;
  clip-path: polygon(50% 0, 82% 18%, 100% 50%, 72% 100%, 28% 100%, 0 50%, 18% 18%);
  background:
    linear-gradient(135deg, rgba(224, 255, 200, 0.14), rgba(224, 255, 200, 0) 30%) 18% 12% / 52% 36% no-repeat,
    linear-gradient(90deg, rgba(33, 195, 107, 0) 49%, rgba(181, 255, 208, 0.13) 50%, rgba(33, 195, 107, 0) 51%),
    conic-gradient(from 45deg, rgba(31, 188, 102, 0.24), rgba(8, 80, 51, 0.18), rgba(52, 214, 124, 0.26), rgba(8, 72, 45, 0.18), rgba(31, 188, 102, 0.24));
  filter: drop-shadow(0 0 18px rgba(33, 195, 107, 0.1));
}

.mod-theme-villager .mod-bg::before {
  left: -88px;
  top: 76px;
  transform: rotate(-12deg);
}

.mod-theme-villager .mod-bg::after {
  right: -82px;
  bottom: 60px;
  transform: scale(-1, 1) rotate(-18deg);
}

.mod-theme-villager .mod-rail {
  scrollbar-color: rgba(33, 195, 107, 0.78) rgba(229, 185, 79, 0.08);
}

.mod-theme-villager .mod-rail::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(33, 195, 107, 0.9), rgba(229, 185, 79, 0.78));
}

.mod-theme-villager .mod-rail-card:hover,
.mod-theme-villager .mod-rail-card.is-active {
  border-color: rgba(33, 195, 107, 0.82);
  background: linear-gradient(155deg, rgba(33, 195, 107, 0.18), rgba(229, 185, 79, 0.08));
}

body.mod-theme-infinite {
  --bg-0: #060508;
  --bg-1: #100b10;
  --bg-2: #160a0c;
  --accent: #f4d08a;
  --accent-hot: #e35d36;
  --accent-cool: #9fd8ff;
}

.mod-theme-infinite .mod-bg {
  background:
    linear-gradient(112deg, rgba(159, 216, 255, 0.15), transparent 28%),
    linear-gradient(248deg, rgba(227, 93, 54, 0.18), transparent 30%),
    repeating-linear-gradient(60deg, rgba(244, 208, 138, 0.035) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(120deg, rgba(227, 93, 54, 0.028) 0 1px, transparent 1px 56px),
    linear-gradient(180deg, #07060a 0%, #11080c 54%, #070406 100%);
}

.mod-theme-infinite .mod-bg::before,
.mod-theme-infinite .mod-bg::after {
  width: 300px;
  height: 300px;
  opacity: 0.16;
  border: 1px solid rgba(244, 208, 138, 0.1);
  background:
    linear-gradient(30deg, transparent 38%, rgba(159, 216, 255, 0.18) 39% 42%, transparent 43%),
    linear-gradient(150deg, transparent 38%, rgba(227, 93, 54, 0.18) 39% 42%, transparent 43%),
    linear-gradient(90deg, transparent 45%, rgba(244, 208, 138, 0.13) 46% 54%, transparent 55%);
  clip-path: polygon(50% 0, 88% 25%, 88% 75%, 50% 100%, 12% 75%, 12% 25%);
}

.mod-theme-infinite .mod-bg::before {
  left: -104px;
  top: 96px;
  transform: rotate(12deg);
}

.mod-theme-infinite .mod-bg::after {
  right: -112px;
  bottom: 70px;
  transform: rotate(-10deg);
}

.mod-theme-infinite .mod-rail {
  scrollbar-color: rgba(244, 208, 138, 0.72) rgba(227, 93, 54, 0.1);
}

.mod-theme-infinite .mod-rail::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(159, 216, 255, 0.78), rgba(244, 208, 138, 0.82), rgba(227, 93, 54, 0.78));
}

.mod-theme-infinite .mod-rail-card:hover,
.mod-theme-infinite .mod-rail-card.is-active {
  border-color: rgba(244, 208, 138, 0.82);
  background: linear-gradient(155deg, rgba(159, 216, 255, 0.12), rgba(227, 93, 54, 0.12));
}

.iu-page {
  --iu-angel: #9fd8ff;
  --iu-gold: #f4d08a;
  --iu-demon: #e35d36;
  --iu-ember: #ff9b57;
  --iu-panel: rgba(14, 10, 13, 0.62);
}

.iu-page .ff-kicker {
  color: var(--iu-gold);
}

.iu-page .ff-title .mod-accent,
.iu-page .ff-block h2 .mod-accent,
.iu-page .ff-feature-copy h2 .mod-accent {
  color: var(--iu-gold);
  font-family: "Antonio", sans-serif;
}

.iu-page .ff-title .mod-accent {
  margin-top: 14px;
}

.iu-page .ff-lead,
.iu-page .ff-block p,
.iu-page .ff-block li,
.iu-page .ff-disclaimer {
  color: #eadfd6;
}

.iu-page .ff-pill {
  border-color: rgba(244, 208, 138, 0.55);
  background: rgba(244, 208, 138, 0.13);
}

.iu-page .ff-action {
  border-color: rgba(244, 208, 138, 0.22);
  background: rgba(18, 12, 14, 0.38);
}

.iu-page .ff-action:hover {
  border-color: rgba(244, 208, 138, 0.82);
  background: rgba(26, 15, 15, 0.86);
}

.iu-page .ff-action__icon {
  color: var(--iu-gold);
}

.iu-hero-banner {
  min-height: clamp(220px, 31vw, 420px);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.iu-hero-banner::before {
  content: none;
}

.iu-hero-banner::after {
  content: none;
}

.iu-hero-banner img {
  width: min(100%, 850px);
  height: auto;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.44));
}

.iu-paths {
  overflow: hidden;
}

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

.iu-artifact {
  display: grid;
  grid-template-rows: minmax(220px, 320px) auto;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(244, 208, 138, 0.16);
  background: rgba(11, 8, 12, 0.28);
}

.iu-artifact figure {
  display: grid;
  place-items: start center;
  margin: 0;
  min-height: 0;
}

.iu-artifact img {
  display: block;
  width: auto;
  height: min(100%, 320px);
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.42));
}

.iu-artifact h3,
.iu-feature-card h3,
.iu-duel-card h2 {
  margin: 0;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.iu-artifact p,
.iu-feature-card p,
.iu-duel-card p {
  margin: 8px 0 0;
  color: #e9ded5;
  line-height: 1.55;
}

.iu-artifact--angel {
  border-color: rgba(159, 216, 255, 0.26);
  background: linear-gradient(180deg, rgba(159, 216, 255, 0.08), rgba(11, 8, 12, 0.28));
}

.iu-artifact--demon {
  border-color: rgba(227, 93, 54, 0.28);
  background: linear-gradient(180deg, rgba(227, 93, 54, 0.09), rgba(11, 8, 12, 0.28));
}

.iu-artifact--soul {
  border-color: rgba(244, 208, 138, 0.28);
  background: linear-gradient(180deg, rgba(244, 208, 138, 0.08), rgba(11, 8, 12, 0.28));
}

.iu-duel {
  width: min(1180px, calc(100% - 32px));
  margin: 26px auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.iu-duel-card {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(244, 208, 138, 0.16);
  background: rgba(12, 8, 11, 0.34);
}

.iu-duel-card > span,
.iu-feature-card > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--iu-gold);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.iu-duel-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #eadfd6;
  line-height: 1.7;
}

.iu-duel-card--angel {
  border-color: rgba(159, 216, 255, 0.34);
  background: linear-gradient(145deg, rgba(159, 216, 255, 0.12), rgba(12, 8, 11, 0.32) 58%);
}

.iu-duel-card--demon {
  border-color: rgba(227, 93, 54, 0.34);
  background: linear-gradient(215deg, rgba(227, 93, 54, 0.14), rgba(12, 8, 11, 0.32) 58%);
}

.iu-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.iu-feature-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(244, 208, 138, 0.16);
  background: rgba(12, 8, 11, 0.28);
}

.iu-admin-section {
  border-color: rgba(244, 208, 138, 0.18);
  background: transparent;
}

.vo-page {
  --vo-emerald: #21c36b;
  --vo-gold: #e5b94f;
  --vo-deep: #07120c;
  --vo-stone: #18211c;
  --vo-copy: #d8e7d5;
  --vo-muted: #b9cbb7;
}

.vo-page .ff-kicker,
.vo-page .install-compat__head .ff-kicker,
.vo-page .vo-module__copy > .ff-kicker {
  color: var(--vo-gold);
}

.vo-page .ff-title .mod-accent,
.vo-page .ff-block h2 .mod-accent,
.vo-page .vo-module__copy h2 .mod-accent {
  color: var(--vo-emerald);
}

.vo-page .ff-lead,
.vo-page .ff-meta-card li,
.vo-page .ff-block p,
.vo-page .ff-block li,
.vo-page .ff-disclaimer,
.vo-page .compat-card > span,
.vo-page .compat-integration span,
.vo-page .compat-integration p,
.vo-page .compat-card__label,
.vo-page .vo-economy-card p,
.vo-page .vo-general-card p,
.vo-page .vo-features-intro p {
  color: var(--vo-copy);
}

.vo-page .ff-pill {
  border-color: rgba(33, 195, 107, 0.5);
  background: rgba(33, 195, 107, 0.14);
  color: #dfffe9;
}

.vo-page .ff-action {
  border-color: rgba(33, 195, 107, 0.24);
  background: rgba(6, 22, 13, 0.36);
}

.vo-page .ff-action:hover {
  border-color: rgba(33, 195, 107, 0.82);
  background: rgba(10, 44, 25, 0.86);
  box-shadow: 0 0 0 1px rgba(229, 185, 79, 0.18), 0 14px 32px rgba(0, 0, 0, 0.34);
}

.vo-page .ff-action__icon {
  color: var(--vo-emerald);
}

.vo-page .ff-action__copy span {
  color: var(--vo-muted);
}

.vo-hero {
  align-items: stretch;
}

.vo-hero-scene {
  position: relative;
  overflow: hidden;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.vo-hero-scene::before {
  content: none;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 12, 8, 0.76), transparent 38%, rgba(5, 12, 8, 0.24)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 16px);
  z-index: 1;
  pointer-events: none;
}

.vo-hero-scene img {
  width: auto;
  height: auto;
  max-width: min(100%, 800px);
  min-height: 0;
  object-fit: contain;
  object-position: center;
  transform: none;
  margin: 0 auto;
}

.vo-hero-scene figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(229, 185, 79, 0.36);
  background: rgba(5, 12, 8, 0.78);
  backdrop-filter: blur(10px);
}

.vo-hero-scene figcaption span {
  color: var(--vo-gold);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.vo-hero-scene figcaption strong {
  color: #f4f7e9;
  font-size: 0.98rem;
}

.vo-economy {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.vo-economy-grid,
.vo-general-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.vo-economy-card,
.vo-general-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 11, 8, 0.72);
  padding: 16px;
}

.vo-economy-card {
  min-height: 142px;
}

.vo-economy-card span,
.vo-stat-line {
  color: var(--vo-gold);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.vo-economy-card strong {
  display: block;
  margin-top: 10px;
  color: #eff9ee;
  font-size: 1.35rem;
  font-family: Antonio, "Space Grotesk", sans-serif;
}

.vo-economy-card p,
.vo-general-card p {
  color: var(--dim);
  line-height: 1.55;
}

.vo-features-intro {
  border-color: rgba(33, 195, 107, 0.26);
}

.vo-module-stack {
  display: grid;
  gap: 18px;
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto 22px;
}

.vo-module {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
  padding: 34px 0;
  box-sizing: border-box;
}

.vo-module:nth-child(even) {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.vo-module:nth-child(even) .vo-module__media {
  order: 2;
}

.vo-module__media {
  min-height: 280px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(229, 185, 79, 0.2);
  background: rgba(2, 7, 5, 0.9);
}

.vo-module__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vo-module__media.is-placeholder img {
  object-fit: cover;
}

.vo-module__copy h2 {
  margin: 6px 0 10px;
  color: #f3f8ee;
  font-size: 2.65rem;
  line-height: 0.95;
  font-family: Antonio, "Space Grotesk", sans-serif;
  text-transform: uppercase;
}

.vo-module__copy ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.vo-module__copy li {
  position: relative;
  padding-left: 28px;
  color: #dce6da;
  line-height: 1.52;
}

.vo-module__copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 18px;
  height: 18px;
  background: url("../assets/images/modpages/villager-overhaul/emerald.png") center / contain no-repeat;
  image-rendering: pixelated;
}

.vo-general-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vo-general-card {
  min-height: 164px;
  border-color: rgba(33, 195, 107, 0.16);
}

.vo-general-card h3 {
  margin: 0 0 10px;
  color: #f0f6eb;
  font-size: 1.05rem;
}

.install-compat {
  width: min(1040px, 100%);
  display: grid;
  gap: 14px;
}

.install-compat__head h2 {
  margin-bottom: 0;
}

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

.compat-card,
.compat-integration {
  border: 1px solid var(--line-soft);
  background: rgba(12, 10, 15, 0.34);
  padding: 13px;
}

.compat-card__top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}

.compat-card__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid rgba(235, 202, 143, 0.28);
  background: rgba(210, 168, 92, 0.1);
  color: #ffe4a9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.compat-card__icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.compat-card__label {
  margin: 0;
  color: var(--dim);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compat-card strong {
  display: block;
  font-family: "Antonio", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.compat-card > span,
.compat-integration span {
  display: block;
  margin-top: 7px;
  color: var(--dim);
  font-size: 0.82rem;
  line-height: 1.5;
}

.compat-card--required {
  border-color: rgba(226, 120, 85, 0.42);
}

.compat-card--supported {
  border-color: rgba(110, 163, 145, 0.48);
}

.compat-integration-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.compat-integration {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
}

.compat-integration strong {
  display: block;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.compat-integration strong a {
  color: inherit;
  text-decoration: none;
}

.compat-integration strong a:hover,
.compat-integration strong a:focus-visible {
  color: #ffe9ba;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.compat-integration p,
.compat-status {
  margin: 0;
  border: 1px solid rgba(210, 168, 92, 0.42);
  color: #ffe9ba;
  background: rgba(210, 168, 92, 0.12);
  padding: 4px 7px;
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.compat-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.compat-status__icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.compat-status__icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.compat-status--required {
  border-color: rgba(226, 120, 85, 0.5);
  color: #ffd0bc;
  background: rgba(226, 120, 85, 0.12);
}

.compat-status--optional {
  border-color: rgba(210, 168, 92, 0.46);
  color: #ffe9ba;
  background: rgba(210, 168, 92, 0.12);
}

.compat-status--incompatible {
  border-color: rgba(236, 96, 96, 0.52);
  color: #ffc4c4;
  background: rgba(236, 96, 96, 0.12);
}

.compat-status--supported {
  border-color: rgba(110, 163, 145, 0.52);
  color: #c9f1dc;
  background: rgba(110, 163, 145, 0.12);
}

.sketch-page .ff-kicker {
  color: #e8c47d;
}

.sketch-page .ff-title .mod-accent,
.sketch-page .ff-feature-copy h2 .mod-accent,
.sketch-page .ff-block h2 .mod-accent {
  color: #dfb86e;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.035em;
}

.sketch-page .ff-lead,
.sketch-page .ff-meta-card li,
.sketch-page .ff-block p,
.sketch-page .ff-block li,
.sketch-page .ff-disclaimer {
  color: #eadcc5;
}

.sketch-page .ff-pill {
  border-color: rgba(210, 168, 92, 0.58);
  background: rgba(210, 168, 92, 0.15);
  color: #fff0ca;
}

.sketch-page .ff-action {
  border-color: rgba(235, 202, 143, 0.22);
  background: rgba(36, 27, 18, 0.34);
}

.sketch-page .ff-action:hover {
  border-color: rgba(210, 168, 92, 0.86);
  background: rgba(42, 31, 20, 0.84);
}

.sketch-page .ff-action__icon {
  color: #eacb89;
}

.sketch-hero-desk {
  min-height: clamp(250px, 36vw, 450px);
  position: relative;
  overflow: hidden;
}

.sketch-hero-book {
  position: relative;
  width: min(820px, 94%);
  min-height: clamp(220px, 32vw, 380px);
}

.parchment-sheet,
.sketch-hero-sheet {
  position: absolute;
  margin: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.3), transparent 28%),
    linear-gradient(150deg, #f0dca9, #d8ba78 48%, #c99d5a);
  border: 1px solid rgba(95, 65, 31, 0.42);
  box-shadow:
    0 15px 32px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 247, 219, 0.3);
  padding: 10px;
}

.sketch-hero-sheet img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: sepia(0.18) contrast(1.03);
}

.parchment-sheet img {
  width: auto;
  max-width: min(440px, 78vw);
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
  filter: sepia(0.18) contrast(1.03);
}

.sketch-hero-sheet--1 {
  left: 7%;
  top: 13%;
  width: 34%;
  aspect-ratio: 0.82;
  transform: rotate(-7deg);
  z-index: 2;
}

.sketch-hero-sheet--2 {
  left: 32%;
  top: 5%;
  width: 34%;
  aspect-ratio: 0.82;
  transform: rotate(4deg);
  z-index: 3;
}

.sketch-hero-sheet--3 {
  right: 8%;
  top: 16%;
  width: 31%;
  aspect-ratio: 0.82;
  transform: rotate(8deg);
  z-index: 2;
}

.sketch-hero-sheet--4 {
  left: 48%;
  bottom: 4%;
  width: 26%;
  aspect-ratio: 0.82;
  transform: rotate(-3deg);
  z-index: 4;
}

.sketch-features-intro {
  margin-top: 8px;
}

.sketch-feature-stack {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sketch-feature {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(210, 168, 92, 0.28);
}

.sketch-feature__marker {
  width: 8px;
  height: 100%;
  min-height: 58px;
  background:
    linear-gradient(180deg, rgba(210, 168, 92, 0.92), rgba(110, 163, 145, 0.74)),
    #d2a85c;
  box-shadow: 0 0 12px rgba(210, 168, 92, 0.34);
}

.sketch-feature h2 {
  margin: 0 0 8px;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.24rem, 2.4vw, 1.86rem);
}

.sketch-feature h2 span {
  display: block;
  margin-top: 4px;
  color: #dfb86e;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.02rem, 1.8vw, 1.36rem);
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.sketch-feature p {
  margin: 0;
  color: #eadcc5;
  line-height: 1.68;
}

.sketch-entity-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: center;
}

.sketch-entity-showcase__copy {
  display: grid;
  gap: 14px;
}

.sketch-study-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sketch-study-steps li {
  position: relative;
  padding-left: 34px;
}

.sketch-study-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(210, 168, 92, 0.38);
  background: radial-gradient(circle at 50% 50%, rgba(210, 168, 92, 0.74) 0 4px, transparent 5px);
}

.sketch-entity-showcase__media {
  margin: 0;
}

.sketch-entity-showcase__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  box-shadow: 0 18px 40px rgba(20, 16, 12, 0.34);
}

.sketch-credit-note {
  margin-top: 12px;
  font-size: 0.86rem;
  color: rgba(234, 220, 197, 0.7);
}

.sketch-credit-note a {
  color: #dfb86e;
  font-weight: 700;
}

.sketch-gallery-section {
  display: grid;
  gap: 12px;
}

.sketch-carousel,
.sketch-item-carousel {
  overflow-x: auto;
  padding: 2px 2px 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(210, 168, 92, 0.7) rgba(255, 255, 255, 0.08);
}

.sketch-carousel__track,
.sketch-item-carousel__track {
  display: flex;
  gap: 14px;
  width: max-content;
  will-change: transform;
  animation: sketch-carousel-drift 68s linear infinite;
}

.sketch-item-carousel__track {
  animation-duration: 54s;
}

.sketch-carousel:hover .sketch-carousel__track,
.sketch-carousel:focus-within .sketch-carousel__track,
.sketch-carousel:active .sketch-carousel__track,
.sketch-item-carousel:hover .sketch-item-carousel__track,
.sketch-item-carousel:focus-within .sketch-item-carousel__track,
.sketch-item-carousel:active .sketch-item-carousel__track {
  animation-play-state: paused;
}

@keyframes sketch-carousel-drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.sketch-gallery-card {
  position: relative;
  flex: 0 0 auto;
}

.sketch-gallery-card.parchment-sheet {
  position: relative;
}

.sketch-item-card {
  flex: 0 0 112px;
  margin: 0;
  border: 1px solid rgba(235, 202, 143, 0.18);
  background: rgba(35, 26, 17, 0.46);
  padding: 14px 10px 10px;
  text-align: center;
}

.sketch-item-card img {
  width: 54px;
  height: 54px;
  image-rendering: pixelated;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}

.sketch-item-card figcaption {
  color: #eadcc5;
  font-size: 0.72rem;
  line-height: 1.25;
}

@media (max-width: 980px) {
  .iu-artifact-grid,
  .iu-feature-grid {
    grid-template-columns: 1fr;
  }

  .iu-artifact {
    grid-template-columns: 160px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: center;
  }

  .iu-artifact img {
    height: 210px;
  }

  .tl-page .tl-hero-node span {
    font-size: 0.57rem;
  }

  .tl-page .tl-hero-callout {
    top: 96px;
  }
}

@media (max-width: 1100px) {
  .ff-section {
    --ff-feature-shell: min(760px, calc(100% - 12px));
  }

  .ff-feature-grid {
    width: var(--ff-feature-shell);
    gap: 20px;
  }

  .ff-feature-media {
    aspect-ratio: 16 / 9;
  }

  .ff-feature-copy {
    padding: 20px 0 0;
  }

  .ff-feature-copy::before {
    right: 22%;
  }

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

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

  .vo-module,
  .vo-module:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .vo-module:nth-child(even) .vo-module__media {
    order: 0;
  }

  .ls-admin-section {
    grid-template-columns: 1fr;
  }

  .ls-detail-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .iu-duel {
    grid-template-columns: 1fr;
  }

  .iu-artifact {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(180px, auto) auto;
  }

  .iu-artifact img {
    height: 230px;
  }

  .compat-grid,
  .compat-integration-grid,
  .sketch-feature-stack,
  .sketch-entity-showcase,
  .ls-key-grid,
  .ls-feature-grid,
  .vo-economy-grid,
  .vo-general-grid {
    grid-template-columns: 1fr;
  }

  .ls-key-card,
  .ls-feature-card,
  .ls-detail-band article {
    min-height: 0;
  }

  .ls-step-list li {
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
  }

  .ls-step-list strong {
    width: 40px;
    height: 40px;
  }

  .vo-hero-scene img {
    min-height: 0;
  }

  .vo-module {
    justify-items: center;
    padding: 16px 0;
  }

  .vo-module__media {
    width: 100%;
    justify-self: center;
    min-height: 210px;
  }

  .vo-module__copy {
    width: 100%;
  }

  .vo-module__copy h2 {
    font-size: 2rem;
  }

  .compat-integration {
    grid-template-columns: 1fr;
  }

  .compat-integration p {
    width: fit-content;
  }

  .sketch-hero-desk {
    min-height: 360px;
  }

  .sketch-hero-book {
    min-height: 330px;
  }

  .sketch-hero-sheet--1 {
    left: 1%;
    width: 45%;
  }

  .sketch-hero-sheet--2 {
    left: 32%;
    width: 46%;
  }

  .sketch-hero-sheet--3 {
    right: 0;
    top: 38%;
    width: 42%;
  }

  .sketch-hero-sheet--4 {
    left: 18%;
    bottom: 2%;
    width: 38%;
  }

  .sketch-hero-pencil {
    left: 8%;
    bottom: 8%;
  }

  .sketch-hero-case {
    right: 8%;
    bottom: 6%;
  }

  .ff-actions {
    grid-template-columns: 1fr;
  }

  .ff-action {
    width: 100%;
  }

  .ff-action--wide {
    grid-column: auto;
  }

  .ff-action-cluster--patreon .ff-action-why {
    position: static;
    transform: none;
    margin-top: 8px;
    width: fit-content;
    max-width: 100%;
  }

  .mod-rail-card {
    flex-basis: 142px;
  }

  .hub-link {
    font-size: 0.68rem;
  }

  .tl-page .tl-hero-rail {
    min-height: 172px;
    margin: 52px auto 54px;
  }

  .tl-page .tl-hero-ornament--top {
    top: 8px;
  }

  .tl-page .tl-hero-ornament--bottom {
    bottom: 8px;
  }

  .tl-page .tl-hero-node {
    top: -18px;
    gap: 7px;
  }

  .tl-page .tl-hero-node img {
    width: 30px;
    height: 30px;
  }

  .tl-page .tl-hero-node span {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.05em;
    max-height: none;
    font-size: 0.52rem;
    white-space: nowrap;
  }

  .tl-page .tl-hero-callout {
    top: 138px;
    font-size: 0.66rem;
    padding: 6px 8px;
  }

  .tl-page .tl-hero-rail__line {
    top: 86px;
  }

  .tl-feature-flow::before,
  .tl-node::after {
    left: 17px;
  }

  .tl-node {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 28px;
  }

  .tl-node__pin {
    width: 34px;
    height: 34px;
    margin-top: 4px;
  }

  .tl-node__pin span {
    font-size: 0.62rem;
  }

  .tl-node__card {
    padding: 0 0 13px;
  }

  .tl-node__head h2 {
    font-size: clamp(1.14rem, 6.2vw, 1.52rem);
  }

  .tl-node__head img {
    width: 24px;
    height: 24px;
  }

  .tl-node__media {
    aspect-ratio: 16 / 9;
  }

  .tl-node__media--custom {
    aspect-ratio: auto;
  }

  .tl-date-toast-media {
    gap: 8px;
  }

  .tl-date-toast-media img {
    width: min(200px, 88%);
  }

  .tl-date-toast-media__text {
    font-size: clamp(1.2rem, 5.8vw, 1.76rem);
  }

  .tl-seasons-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
    min-height: 320px;
    padding-top: 4px;
  }

  .tl-seasons-media__rail {
    display: none;
  }

  .tl-season-column {
    min-height: 146px;
  }

  .tl-season-column__node {
    top: 74px;
  }

  .tl-season-particle--spring {
    top: calc(84px + var(--i) * 4px);
  }

  .tl-season-ray {
    top: 70px;
    height: 56px;
  }

  .tl-season-particle--fall,
  .tl-season-particle--winter {
    top: 60px;
  }
}
