body.mobile-layout .feature-copy {
  left: 50%;
  right: auto;
  top: 8vh;
  width: min(82vw, 352px);
  padding: 11px 12px 11px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.008);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 12px 30px rgba(10, 16, 28, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(30px) saturate(136%);
  -webkit-backdrop-filter: blur(30px) saturate(136%);
  overflow: hidden;
  isolation: isolate;
  text-align: left;
  transform: translate(calc(-50% + var(--shift-x) + var(--warp-x)), calc(12px + var(--warp-y)));
}

body.mobile-layout .feature-copy.visible {
  transform: translate(calc(-50% + var(--shift-x) + var(--warp-x)), var(--warp-y));
}

body.mobile-layout .feature-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 28%, rgba(255, 255, 255, 0.0) 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.004));
  box-shadow: inset 0 0 18px -10px rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

body.mobile-layout .feature-copy::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

body.mobile-layout .feature-copy h2 {
  font-size: clamp(1.2rem, 6.5vw, 1.9rem);
  line-height: 1.08;
  text-align: left;
  text-wrap: balance;
  max-width: none;
}

body.mobile-layout .feature-copy .feature-year {
  font-size: clamp(0.92rem, 3.4vw, 1.08rem);
  letter-spacing: 0.18em;
  text-align: left;
}

body.mobile-layout .feature-copy p {
  margin: 0.22rem 0 0;
  font-size: clamp(0.82rem, 3.45vw, 0.96rem);
  line-height: 1.42;
  max-width: none;
  text-align: left;
}

body.mobile-layout.dark-mode .feature-copy {
  background: rgba(8, 12, 20, 0.028);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.mobile-layout.dark-mode .feature-copy h2 {
  color: rgba(239, 244, 250, 0.96);
}

body.mobile-layout.dark-mode .feature-copy p {
  color: rgba(220, 228, 240, 0.84);
}

body.mobile-layout.dark-mode .feature-copy .feature-year {
  color: rgba(226, 234, 246, 0.76);
}

body.mobile-layout.dark-mode .feature-copy::before {
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01) 28%, rgba(255, 255, 255, 0.0) 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.0));
  box-shadow: inset 0 0 18px -12px rgba(255, 255, 255, 0.09);
}

body.mobile-layout.dark-mode .feature-copy::after {
  border-color: rgba(255, 255, 255, 0.06);
}

body.mobile-layout .year-tag {
  display: none;
}

body.mobile-layout .label {
  max-width: 88vw;
  font-size: 12px;
}

@media (max-width: 420px) {
  body.mobile-layout .feature-copy {
    width: min(84vw, 324px);
    padding: 10px 11px 10px;
  }

  body.mobile-layout .feature-copy h2 {
    font-size: clamp(1.02rem, 5.6vw, 1.36rem);
  }

  body.mobile-layout .feature-copy p {
    font-size: clamp(0.78rem, 3.3vw, 0.9rem);
    max-width: none;
  }
}

body.mobile-layout .theme-toggle {
  right: 12px;
  bottom: 12px;
  width: 38px;
  height: 38px;
}

body.mobile-layout .social-bar {
  bottom: 42px;
}

body.mobile-layout .progress-wrap {
  bottom: 16px;
  width: min(66vw, 320px);
}

body.mobile-layout.fallback-active .theme-toggle {
  bottom: 18px;
}

body.mobile-layout .ball-link::after {
  top: auto;
  bottom: calc(100% + 10px);
}
