@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 {
  display: block;
  margin-top: 6px;
  font-family: "Jacquard 24", serif;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  color: #d0b6ff;
  letter-spacing: 0;
}

.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 {
  display: block;
  margin-top: 4px;
  font-family: "Jacquard 24", serif;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  color: #ceb2ff;
}

.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 {
  margin-left: 6px;
  font-family: "Jacquard 24", serif;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  color: #ceb2ff;
}

.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 .ff-gothic {
  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 .ff-gothic,
.ez-page .ff-block h2 .ff-gothic {
  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 .ff-gothic,
.tl-page .ff-feature-copy h2 .ff-gothic,
.tl-page .ff-block h2 .ff-gothic {
  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);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ff-action__attention,
  .ff-action__attention::after,
  .ff-action-why__emoji,
  .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);
}

@media (max-width: 980px) {
  .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%;
  }
}

@media (max-width: 760px) {
  .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;
  }
}
