body {
  overflow-x: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 20, 147, 0.16), transparent 30%),
    linear-gradient(135deg, #030816 0%, #071228 55%, #030713 100%);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

.dyp-content-shell,
.dyp-entry,
.dyp-system-message {
  width: min(100% - 36px, 1200px);
  margin-inline: auto;
}

.dyp-entry,
.dyp-system-message {
  padding-block: 64px 96px;
}

.dyp-entry__title,
.dyp-system-message h1 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.dyp-system-message {
  text-align: center;
}

.dyp-system-message__code {
  margin: 0 0 12px;
  color: #ff1493;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.dyp-text-link {
  color: #ff1493;
  font-weight: 800;
}

.dyp-site-footer {
  padding: 54px 18px 24px;
  color: rgba(255, 255, 255, 0.76);
  background: #030816;
  border-top: 1px solid rgba(255, 20, 147, 0.24);
}

.dyp-site-footer__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(48px, 10vw, 140px);
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 clamp(12px, 8vw, 110px);
}

.dyp-site-footer__heading,
.dyp-site-footer__legal p {
  margin: 0;
}

.dyp-site-footer__heading {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.15;
}

.dyp-footer-menu {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.dyp-footer-menu a {
  color: inherit;
  text-decoration: none;
}

.dyp-footer-menu a:hover,
.dyp-footer-menu a:focus-visible {
  color: #ff1493;
}

.dyp-site-footer__legal {
  width: min(100%, 1200px);
  margin: 36px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  text-align: center;
}

@media (max-width: 700px) {
  .dyp-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

}
.dyp-whatsapp-link {
  color: #fff !important;
  border-color: rgba(56, 239, 125, 0.78) !important;
  background: rgba(56, 239, 125, 0.08) !important;
  box-shadow: 0 0 0 rgba(56, 239, 125, 0);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dyp-whatsapp-link:hover,
.dyp-whatsapp-link:focus-visible {
  color: #fff !important;
  border-color: #38ef7d !important;
  background: rgba(56, 239, 125, 0.16) !important;
  box-shadow: 0 0 28px rgba(56, 239, 125, 0.2);
  transform: translateY(-2px);
}

.dyp-whatsapp-link:focus-visible {
  outline: 3px solid rgba(56, 239, 125, 0.42);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .dyp-whatsapp-link,
  .dyp-whatsapp-link:hover,
  .dyp-whatsapp-link:focus-visible {
    transition: none;
    transform: none;
  }
}
