#loader {
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
#loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#empImage,
#empImageMobile {
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.footer-brand {
  max-width: 240px;
  background: transparent;
}
.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}
.hero-logo {
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  clip-path: none !important;
}
.hero-stage {
  width: 100%;
  overflow: visible !important;
  clip-path: none !important;
}
.hero-coin-wrap {
  width: min(620px, 96vw);
  height: min(620px, 96vw);
  max-width: none;
  position: relative;
  overflow: visible !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0 30px 60px rgba(7, 214, 112, 0.35));
}
.hero-coin-wrap canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  overflow: visible;
}
#keyfeature .isolate,
#works .rounded-3xl {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
#keyfeature .isolate:hover,
#works .rounded-3xl:hover {
  transform: translateY(-4px);
}
@media (prefers-reduced-motion: reduce) {
  .hero-coin-wrap canvas {
    animation: none;
  }
}
.faq-panel {
  display: none;
}
.faq-item.open .faq-panel {
  display: block;
}
.emp-body {
  display: none;
}
.emp-item.active .emp-body {
  display: block;
}
.mobile-menu {
  display: none;
}
.mobile-menu.open {
  display: block;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(16px);
  background: #0d1a12;
  color: #7ae490;
  border: 1px solid rgba(122, 228, 144, 0.3);
  padding: 12px 18px;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  z-index: 80;
  font-size: 14px;
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.engine-video {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: hue-rotate(280deg);
}
.community-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#bgCoin {
  opacity: 0;
  transition: opacity 200ms linear;
}
@media (max-width: 767px) {
  .engine-video {
    height: 280px;
  }
}

.page {
  padding: 120px 0 80px;
}
.page .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.prose {
  max-width: 720px;
  color: #d1d5db;
}
.prose h1 {
  color: #7ae490;
  font-size: clamp(32px, 5vw, 52px);
  margin: 0 0 16px;
}
.prose h2 {
  color: #fff;
  font-size: 22px;
  margin: 28px 0 8px;
}
.prose a.accent,
.prose .accent {
  color: #7ae490;
}
.scan-line {
  animation: scan 2s linear infinite;
}
@keyframes scan {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}
.from-white\/6 {
  --tw-gradient-from: rgba(255, 255, 255, 0.06);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
