.dw-page-shell .dw-action-hub {
  position: relative;
  z-index: 6;
  padding: 0 0 42px;
}

.dw-page-shell .dw-action-hub__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas: "stream stream community";
  gap: 26px;
  align-items: start;
  overflow: visible;
  padding-bottom: 10px;
}

.dw-page-shell .dw-action-hub__card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
  min-height: 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  padding: 34px 29px 26px;
  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), inset 0 1px 0 rgba(255,255,255,.07);
  align-self: start;
}

.dw-page-shell .dw-action-hub__card--stream {
  grid-area: stream;
  min-height: 100%;
}

.dw-page-shell .dw-action-hub__card--community {
  grid-area: community;
}

.dw-page-shell .dw-action-hub__emote {
  right: 18px;
  bottom: -26px;
  width: 210px;
  min-height: 196px;
  position: absolute;
  overflow: visible;
  display: grid;
  place-items: center;
  padding: 8px 10px 4px;
  pointer-events: none;
  z-index: 2;
  border-radius: var(--dw-radius-lg);
}

.dw-page-shell .dw-action-hub__emote::before {
  content: "";
  position: absolute;
  inset: 32px 22px 18px;
  border-radius: 34px;
  background: radial-gradient(circle, rgba(146,39,142,.22), rgba(50,185,40,.08) 58%, transparent 76%);
  filter: blur(18px);
}

.dw-page-shell .dw-action-hub__emote::after {
  content: "";
  position: absolute;
  inset: 24px 14px 8px;
  border-radius: 26px;
  border: 1px dashed rgba(255,255,255,.06);
  opacity: .7;
}

.dw-page-shell .dw-action-hub__emote img {
  position: relative;
  z-index: 1;
  width: min(188px, 100%);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.28));
  opacity: .96;
  transform: rotate(-4deg);
  animation: dw-emote-float 5.4s ease-in-out infinite;
}

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

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

.dw-page-shell .dw-action-hub__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 12%, rgba(146,39,142,.24), transparent 38%);
  pointer-events: none;
  z-index: 0;
}

.dw-page-shell .dw-action-hub__card--stream .dw-action-hub__body::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 18px;
  width: 220px;
  height: 220px;
  background:
    radial-gradient(circle, rgba(146,39,142,.18), transparent 58%),
    center / 150px 150px no-repeat url("../../assets/icons/controller.png");
  opacity: .13;
  pointer-events: none;
  filter: saturate(.8);
}

.dw-page-shell .dw-action-hub__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,.38), transparent 35%, rgba(255,255,255,.03)) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: .9;
}

.dw-page-shell .dw-action-hub__card--community::before {
  background: radial-gradient(circle at 14% 12%, rgba(146,39,142,.26), transparent 40%);
}

.dw-page-shell .dw-action-hub__icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(146,39,142,.12);
}

.dw-page-shell .dw-action-hub__card--community .dw-action-hub__icon {
  width: 64px;
  height: 64px;
  opacity: .9;
  background: rgba(146,39,142,.10);
}

.dw-page-shell .dw-action-hub__icon img {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 0 16px rgba(146,39,142,.55));
}

.dw-page-shell .dw-action-hub__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dw-page-shell .dw-action-hub__body h2 {
  margin: 2px 0 0;
  color: #fff;
  font-family: var(--dw-font);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.dw-page-shell .dw-action-hub__accent {
  margin: 14px 0 18px;
  color: var(--dw-purple-soft);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
}

.dw-page-shell .dw-action-hub__accent--pill {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 14px;
  margin: 14px 0 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(146,39,142,.22);
  border: 1px solid rgba(146,39,142,.34);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(146,39,142,.12);
}

.dw-page-shell .dw-action-hub__meta-list,
.dw-page-shell .dw-action-hub__check-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 15px;
  color: #c7c0d0;
  font-size: 15px;
  font-weight: 650;
}

.dw-page-shell .dw-action-hub__meta-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dw-page-shell .dw-action-hub__meta-list img {
  width: 18px;
  height: 18px;
}

.dw-page-shell .dw-action-hub__status {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffb3b3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dw-page-shell .dw-action-hub__status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff2c2c;
  box-shadow: 0 0 14px rgba(255,44,44,.7);
}

.dw-page-shell .dw-action-hub__countdown {
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 348px;
  padding: 15px 16px 14px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(146,39,142,.14), rgba(50,185,40,.08)),
    rgba(7,7,12,.74);
  border: 1px solid rgba(50,185,40,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 0 22px rgba(50,185,40,.08);
}

.dw-page-shell .dw-action-hub__countdown-label {
  margin: 0 0 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dw-page-shell .dw-action-hub__countdown-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dw-page-shell .dw-action-hub__countdown-item {
  min-height: 68px;
  display: grid;
  place-items: center;
  padding: 9px 8px;
  border-radius: 14px;
  background: rgba(50,185,40,.06);
  border: 1px solid rgba(50,185,40,.14);
  text-align: center;
}

.dw-page-shell .dw-action-hub__countdown-item strong {
  display: block;
  color: #f6fff2;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
  text-shadow: 0 0 12px rgba(50,185,40,.18);
}

.dw-page-shell .dw-action-hub__countdown-item span {
  margin-top: 6px;
  color: var(--dw-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.dw-page-shell .dw-action-hub__countdown-status {
  margin: 12px 0 0;
  color: #d7d1dd;
  font-size: 13px;
  line-height: 1.45;
}

.dw-page-shell .dw-action-hub__countdown.is-finished {
  background:
    linear-gradient(135deg, rgba(50,185,40,.14), rgba(146,39,142,.08)),
    rgba(7,7,12,.74);
}

.dw-page-shell .dw-action-hub__countdown.is-finished .dw-action-hub__countdown-status {
  color: var(--dw-green);
  font-weight: 800;
}

.dw-page-shell .dw-action-hub__countdown.is-unavailable .dw-action-hub__countdown-status {
  color: var(--dw-muted);
}

.dw-page-shell .dw-action-hub__check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dw-page-shell .dw-action-hub__check-list li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: center / 18px 18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='rgba(50,185,40,0.12)'/%3E%3Cpath d='M5.5 10.4l2.7 2.7 6.3-6.3' fill='none' stroke='%2332b928' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  filter: drop-shadow(0 0 10px rgba(50,185,40,.18));
}

.dw-page-shell .dw-action-hub__check-list--purple li::before {
  background: center / 18px 18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='rgba(146,39,142,0.16)'/%3E%3Cpath d='M5.5 10.4l2.7 2.7 6.3-6.3' fill='none' stroke='%2392278e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  filter: drop-shadow(0 0 10px rgba(146,39,142,.22));
}

.dw-page-shell .dw-action-hub__button {
  margin-top: auto;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 18px;
  border-radius: 12px;
  color: #dcb6ff;
  border: 1px solid rgba(146,39,142,.44);
  background: rgba(12,9,20,.54);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dw-page-shell .dw-action-hub__card--community .dw-action-hub__button {
  width: min(100%, 320px);
}

.dw-page-shell .dw-action-hub__button img {
  width: 20px;
  height: 20px;
}

.dw-page-shell .dw-action-hub__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 22px rgba(146,39,142,.22);
  border-color: rgba(146,39,142,.8);
}

.dw-page-shell .dw-action-hub__card--live {
  border-color: rgba(255,44,44,.35);
}

.dw-page-shell .dw-action-hub__card--live::before {
  background: radial-gradient(circle at 12% 12%, rgba(255,44,44,.22), transparent 40%);
}

.dw-page-shell .dw-action-hub__card--live::after {
  background: linear-gradient(135deg, rgba(255,44,44,.4), transparent 37%, rgba(255,255,255,.04)) border-box;
}

.dw-page-shell .dw-action-hub__button--live {
  color: #fff2f2;
  border-color: rgba(255,44,44,.52);
  box-shadow: 0 0 18px rgba(255,44,44,.14);
}

.dw-page-shell .dw-action-hub__button--live:hover {
  box-shadow: 0 0 22px rgba(255,44,44,.24);
  border-color: rgba(255,44,44,.78);
}

.dw-page-shell .dw-action-hub__fallback {
  margin: 0 0 18px;
  color: var(--dw-muted);
}

@media (max-width: 1180px) {
  .dw-page-shell .dw-action-hub__grid {
    gap: 18px;
  }

  .dw-page-shell .dw-action-hub__card {
    grid-template-columns: 68px 1fr;
    padding: 28px 22px 24px;
  }

  .dw-page-shell .dw-action-hub__emote img {
    width: min(164px, 96%);
  }

  .dw-page-shell .dw-action-hub__emote {
    right: 0;
    bottom: -16px;
    width: 188px;
  }
}

@media (max-width: 767px) {
  .dw-page-shell .dw-action-hub__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "stream"
      "community";
  }

  .dw-page-shell .dw-action-hub__card {
    min-height: auto;
    grid-template-columns: 64px 1fr;
    padding: 26px 20px;
  }

  .dw-page-shell .dw-action-hub__emote {
    display: none;
  }
}

@media (max-width: 560px) {
  .dw-page-shell .dw-action-hub__card {
    grid-template-columns: 1fr;
  }

  .dw-page-shell .dw-action-hub__meta-list,
  .dw-page-shell .dw-action-hub__check-list,
  .dw-page-shell .dw-action-hub__countdown,
  .dw-page-shell .dw-action-hub__fallback {
    margin-bottom: 22px;
  }

  .dw-page-shell .dw-action-hub__countdown-grid {
    grid-template-columns: 1fr;
  }

  .dw-page-shell .dw-action-hub__icon {
    width: 66px;
    height: 66px;
  }

  .dw-page-shell .dw-action-hub__body h2 {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dw-page-shell .dw-action-hub__emote img {
    animation: none;
    transform: rotate(-2deg);
  }
}
