/* Mobile homepage rendering optimizations. */
@media (max-width: 767px) {
main > section, main section[id], footer { content-visibility: auto; contain-intrinsic-size: auto 720px; }
[class*=TiltedCard] { will-change: auto !important; }
[class*=ShinyText] { animation-duration: 3.1s !important; }
.fixed.backdrop-blur-xl, .nav-mobile-panel.open { -webkit-backdrop-filter: blur(10px) !important; backdrop-filter: blur(10px) !important; }
.nav-mobile-item { transition-duration: .26s, .26s, .16s !important; }
}

/* Keep the mobile dark viewport canvas from exposing the light root at the bottom edge. */
@media (max-width: 767px) {
  html.dark,
  html.dark body {
    background-color: #0b0f19;
  }

  html.dark {
    min-height: 100%;
  }
}
