html {
  overflow: visible !important;
  overflow-x: hidden;
}

html body.dw-fullscreen-page,
body.dw-fullscreen-page #page,
body.dw-fullscreen-page #content,
body.dw-fullscreen-page .site,
body.dw-fullscreen-page .site-content,
body.dw-fullscreen-page .content-area,
body.dw-fullscreen-page .site-main,
body.dw-fullscreen-page .page,
body.dw-fullscreen-page article,
body.dw-fullscreen-page main {
  max-height: none !important;
}

body.dw-fullscreen-page {
  background: #050508;
  margin: 0;
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100%;
  scroll-behavior: auto !important;
}

.dw-fullscreen-page {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 4%, rgba(111, 31, 190, .28), transparent 34rem),
    radial-gradient(circle at 8% 16%, rgba(82, 0, 140, .18), transparent 28rem),
    linear-gradient(180deg, #020204, #050508 38rem, #07070c 100%);
  color: #f8f7ff;
}

.dw-page-shell {
  --dw-bg: #050508;
  --dw-bg-deep: #020204;
  --dw-bg-soft: #020204;
  --dw-surface: rgba(13, 12, 20, 0.82);
  --dw-surface-2: rgba(17, 16, 25, 0.88);
  --dw-surface-strong: rgba(17, 16, 25, 0.88);
  --dw-border: rgba(146, 39, 142, 0.34);
  --dw-border-soft: rgba(255, 255, 255, 0.10);
  --dw-border-purple: rgba(146, 39, 142, 0.34);
  --dw-border-green: rgba(50, 185, 40, 0.32);
  --dw-purple: #92278e;
  --dw-purple-2: #92278e;
  --dw-purple-soft: #92278e;
  --dw-green: #32b928;
  --dw-green-2: #32b928;
  --dw-red: #ff2c2c;
  --dw-discord: #7b61ff;
  --dw-text: #f8f7ff;
  --dw-muted: #aaa5b7;
  --dw-dim: #797385;
  --dw-dark: #050508;
  --dw-radius: 22px;
  --dw-radius-sm: 12px;
  --dw-radius-md: 18px;
  --dw-radius-lg: 26px;
  --dw-shadow-purple: 0 0 34px rgba(146, 39, 142, 0.58);
  --dw-shadow-green: 0 0 26px rgba(50, 185, 40, 0.55);
  --dw-shadow-card: 0 24px 80px rgba(0, 0, 0, 0.42);
  --dw-max-width: 1304px;
  --dw-shell: 1304px;
  --dw-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dw-display: Impact, "Arial Black", Haettenschweiler, "Roboto Condensed", sans-serif;
  --dw-script: "Comic Sans MS", "Segoe Print", cursive;

  position: relative;
  height: auto !important;
  min-height: 100vh;
  color: var(--dw-text);
  font-family: var(--dw-font);
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: visible !important;
}

body.dw-fullscreen-page #page,
body.dw-fullscreen-page #content,
body.dw-fullscreen-page .site,
body.dw-fullscreen-page .site-content,
body.dw-fullscreen-page .content-area,
body.dw-fullscreen-page .site-main,
body.dw-fullscreen-page .page,
body.dw-fullscreen-page article,
body.dw-fullscreen-page > .dw-page-shell {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.dw-page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 55% 20%, #000 0 26%, transparent 72%);
}

.dw-page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .11;
  background-image: radial-gradient(circle, rgba(255,255,255,.5) .7px, transparent .8px);
  background-size: 4px 4px;
}

.dw-page-shell *,
.dw-page-shell *::before,
.dw-page-shell *::after {
  box-sizing: border-box;
}

.dw-page-shell a {
  color: inherit;
  text-decoration: none;
}

.dw-page-shell img {
  max-width: 100%;
  display: block;
}

.dw-page-shell button,
.dw-page-shell a {
  -webkit-tap-highlight-color: transparent;
}

.dw-page-shell button {
  font: inherit;
}

.dw-main {
  position: relative;
  z-index: 1;
  height: auto !important;
  overflow: visible !important;
}

.dw-legal-page {
  padding: 132px 0 84px;
}

.dw-legal-section {
  position: relative;
  z-index: 2;
}

.dw-legal-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.dw-legal-columns.is-single {
  grid-template-columns: 1fr;
}

.dw-legal-resource-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .92fr);
  gap: 26px;
  align-items: start;
}

.dw-legal-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  align-self: start;
  padding: 34px 30px 30px;
  border-radius: var(--dw-radius-lg);
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(145deg, rgba(17,16,25,.88), rgba(8,8,13,.9));
  box-shadow: var(--dw-shadow-card), inset 0 1px 0 rgba(255,255,255,.05);
}

.dw-legal-card::before {
  content: "";
  position: absolute;
  inset: -90px auto auto -64px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50,185,40,.16), transparent 70%);
  pointer-events: none;
}

.dw-legal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(146,39,142,.34), transparent 38%, rgba(255,255,255,.03)) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.dw-legal-card__header,
.dw-legal-card__body,
.dw-legal-card__note {
  position: relative;
  z-index: 1;
}

.dw-legal-card__header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 26px;
}

.dw-legal-card__icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  flex: 0 0 66px;
  border-radius: 18px;
  background: rgba(50,185,40,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 0 24px rgba(50,185,40,.08);
}

.dw-legal-card__icon img {
  width: 46px;
  height: 46px;
}

.dw-legal-card__eyebrow {
  margin: 0 0 8px;
  color: var(--dw-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dw-legal-card__heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--dw-display);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: .98;
  letter-spacing: .015em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.dw-legal-card__note {
  margin-top: 22px;
  padding: 18px 18px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--dw-muted);
  font-size: 14px;
  line-height: 1.6;
}

.dw-shell {
  width: min(var(--dw-shell), calc(100% - 96px));
  margin: 0 auto;
}

.dw-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dw-deco-emote {
  position: absolute;
  z-index: 3;
  display: block;
  pointer-events: none;
  user-select: none;
  transform-origin: center;
}

.dw-deco-emote img {
  display: block;
  width: 100%;
  height: auto;
}

.dw-deco-emote--xs {
  width: clamp(56px, 6vw, 84px);
}

.dw-deco-emote--sm {
  width: clamp(82px, 10vw, 124px);
}

.dw-deco-emote--md {
  width: clamp(112px, 14vw, 176px);
}

.dw-deco-emote--lg {
  width: clamp(148px, 18vw, 228px);
}

.dw-deco-emote--glow-purple img {
  filter: drop-shadow(0 14px 26px rgba(146,39,142,.34));
}

.dw-deco-emote--glow-green img {
  filter: drop-shadow(0 14px 24px rgba(50,185,40,.28));
}

.dw-deco-emote--float-soft {
  animation: dw-deco-emote-float-soft 5.8s ease-in-out infinite;
}

.dw-deco-emote--float-lively {
  animation: dw-deco-emote-float-lively 4.8s ease-in-out infinite;
}

.dw-skip-link {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 999;
  transform: translateY(-150%);
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--dw-green);
  color: #050505;
  font-weight: 900;
}

.dw-skip-link:focus {
  transform: translateY(0);
}

.dw-button,
.dw-live-button {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}

.dw-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .01em;
  border: 1px solid transparent;
}

.dw-button img {
  width: 18px;
  height: 18px;
}

.dw-button--primary {
  min-width: 224px;
  color: #080b07;
  background: linear-gradient(180deg, var(--dw-green), #2aa021);
  border-color: rgba(50,185,40,.7);
  box-shadow: 0 0 28px rgba(50,185,40,.35), inset 0 1px 0 rgba(255,255,255,.35);
}

.dw-button--primary img {
  filter: brightness(0);
}

.dw-button--outline {
  min-width: 206px;
  color: #fff;
  background: rgba(9,8,15,.52);
  border-color: rgba(146,39,142,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.dw-button:hover {
  transform: translateY(-2px);
}

.dw-button--outline:hover {
  box-shadow: 0 0 28px rgba(146,39,142,.35);
}

.dw-live-button {
  justify-self: end;
  min-width: 210px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 16px 24px;
  border-radius: 12px;
  color: #070907;
  background: linear-gradient(180deg, var(--dw-green), #2aa021);
  box-shadow: 0 0 28px rgba(50,185,40,.46), inset 0 1px 0 rgba(255,255,255,.35);
  border: 1px solid rgba(50,185,40,.7);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .01em;
}

.dw-live-button img {
  width: 20px;
  height: 20px;
  filter: brightness(0);
}

.dw-live-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.dw-menu-toggle {
  display: none;
  justify-self: end;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  border-radius: 14px;
  cursor: pointer;
}

.dw-menu-toggle span {
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 99px;
}

.dw-mobile-menu {
  display: none;
  width: min(var(--dw-shell), calc(100% - 32px));
  margin: 12px auto 0;
  padding: 16px;
  border-radius: 20px;
  background: rgba(9,8,16,.94);
  border: 1px solid var(--dw-border);
  box-shadow: var(--dw-shadow-card);
}

.dw-mobile-menu.is-open {
  display: block;
}

.dw-mobile-menu a {
  display: block;
  padding: 14px 12px;
  color: var(--dw-text);
  font-weight: 850;
}

.dw-mobile-menu a.is-active {
  color: var(--dw-green);
}

.dw-mobile-menu__cta {
  margin-top: 8px;
  text-align: center;
  color: #090b09 !important;
  background: var(--dw-green);
  border-radius: 12px;
  text-transform: uppercase;
}

.dw-module-separator {
  width: min(92%, 1320px);
  height: 1px;
  margin: 22px auto;
  opacity: .75;
}

.dw-module-separator--fade,
.dw-module-separator--glow {
  background: linear-gradient(90deg, transparent, rgba(146, 39, 142, 0.45), rgba(50, 185, 40, 0.22), transparent);
}

.dw-module-separator--glow {
  box-shadow: var(--dw-shadow-purple);
}

.dw-module-separator--space {
  background: transparent;
  margin: 44px auto;
}

.dw-placeholder-page {
  padding: 180px 0 80px;
}

.dw-placeholder-card {
  position: relative;
  overflow: hidden;
  max-width: 720px;
  padding: 40px 36px;
  border-radius: var(--dw-radius-lg);
  background: linear-gradient(145deg, rgba(17,16,25,.86), rgba(8,8,13,.88));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--dw-shadow-card);
}

.dw-placeholder-eyebrow {
  margin: 0 0 8px;
  color: var(--dw-green);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 900;
}

.dw-placeholder-card h1 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--dw-display);
  font-size: clamp(38px, 6vw, 68px);
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.dw-placeholder-card p:last-child {
  margin-bottom: 0;
  color: var(--dw-muted);
  font-size: 18px;
  line-height: 1.5;
}

.dw-placeholder-card--maintenance {
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 36px 34px;
  text-align: center;
}

.dw-placeholder-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(146, 39, 142, 0.18), rgba(50, 185, 40, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.28);
}

.dw-placeholder-card__icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.dw-placeholder-card--maintenance .dw-placeholder-eyebrow {
  margin-bottom: 10px;
}

.dw-placeholder-subtitle {
  margin: 0 0 14px;
  color: var(--dw-text);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.35;
  font-weight: 700;
}

.dw-placeholder-card__emote {
  position: absolute;
  top: 22px;
  right: 22px;
  width: clamp(84px, 10vw, 122px);
  z-index: 1;
  pointer-events: none;
}

.dw-placeholder-status {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: center;
  margin: 22px 0 18px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(8, 8, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dw-placeholder-status span {
  color: var(--dw-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dw-placeholder-status strong {
  color: var(--dw-text);
  font-size: 16px;
  font-weight: 800;
}

.dw-placeholder-copy {
  margin: 0;
  color: var(--dw-muted);
  font-size: 17px;
  line-height: 1.55;
}

.dw-placeholder-copy a {
  color: var(--dw-text);
  text-decoration-color: rgba(146, 39, 142, 0.55);
}

.dw-placeholder-copy a:hover {
  color: var(--dw-green);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .5s ease, transform .5s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dw-page-shell a:focus-visible,
.dw-page-shell button:focus-visible {
  outline: 3px solid rgba(50,185,40,.85);
  outline-offset: 4px;
}

@keyframes dw-deco-emote-float-soft {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }

  50% {
    transform: translateY(-12px) rotate(-1deg);
  }
}

@keyframes dw-deco-emote-float-lively {
  0%,
  100% {
    transform: translateY(0) rotate(3deg);
  }

  50% {
    transform: translateY(-16px) rotate(-2deg);
  }
}

@media (max-width: 1180px) {
  .dw-shell {
    width: min(100% - 52px, var(--dw-shell));
  }

  .dw-legal-columns {
    gap: 20px;
  }

  .dw-legal-resource-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 920px) {
  .dw-legal-page {
    padding-top: 112px;
    padding-bottom: 68px;
  }

  .dw-legal-columns {
    grid-template-columns: 1fr;
  }

  .dw-legal-card {
    padding: 28px 24px 24px;
  }
}

@media (max-width: 560px) {
  .dw-deco-emote {
    display: none;
  }

  .dw-legal-page {
    padding-top: 98px;
  }

  .dw-shell {
    width: min(100% - 28px, var(--dw-shell));
  }

  .dw-button {
    width: 100%;
    min-height: 54px;
  }

  .dw-placeholder-page {
    padding-top: 140px;
  }

  .dw-placeholder-card__emote {
    width: 94px;
    top: 16px;
    right: 16px;
  }

  .dw-legal-card__header {
    gap: 14px;
  }

  .dw-legal-card__icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .dw-legal-card__icon img {
    width: 40px;
    height: 40px;
  }

  .dw-placeholder-card--maintenance {
    padding: 34px 24px 28px;
  }

  .dw-placeholder-subtitle {
    font-size: 18px;
  }

  .dw-placeholder-card__icon {
    width: 64px;
    height: 64px;
  }

  .dw-placeholder-card__icon img {
    width: 40px;
    height: 40px;
  }

  .dw-placeholder-status {
    display: flex;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dw-page-shell *,
  .dw-page-shell *::before,
  .dw-page-shell *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
