.em-news-discord {
  align-items: stretch;
}

.em-discord-stage {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  min-height: 210px;
}

.em-social-rail {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  padding: 16px 0;
}

.em-social-hex {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 48px;
  color: #8cd8ff;
  text-decoration: none;
  filter: drop-shadow(0 9px 15px rgba(0, 0, 0, .45));
  transition: transform .18s ease, filter .18s ease;
}

.em-social-hex::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0 50%);
  background:
    linear-gradient(180deg, rgba(255, 230, 150, .82), rgba(126, 85, 30, .72)) border-box,
    linear-gradient(180deg, rgba(14, 23, 52, .98), rgba(5, 9, 24, .98)) padding-box;
  border: 2px solid transparent;
}

.em-social-hex::after {
  content: "";
  position: absolute;
  inset: 6px;
  clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0 50%);
  background: radial-gradient(circle at 50% 35%, rgba(62, 96, 180, .58), rgba(7, 12, 31, .96) 72%);
}

.em-social-hex svg {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.em-social-hex--fb { color: #4da0ff; }
.em-social-hex--vk { color: #7ba8ff; }
.em-social-hex--yt { color: #ff3154; }
.em-social-hex--discord { color: #8b8cff; }

.em-social-hex:hover {
  transform: translateY(-2px) scale(1.04);
  filter: drop-shadow(0 0 18px rgba(136, 98, 255, .55));
}

.em-discord-banner {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(170px, .82fr) minmax(150px, 1fr);
  align-items: center;
  min-height: 188px;
  padding: 26px 28px 24px 30px;
  overflow: hidden;
  border: 1px solid rgba(126, 120, 255, .42);
  border-radius: 0;
  background:
    radial-gradient(circle at 86% 18%, rgba(121, 93, 255, .78), transparent 34%),
    radial-gradient(circle at 55% 64%, rgba(0, 235, 230, .20), transparent 24%),
    linear-gradient(105deg, #1b168a 0%, #2316a1 40%, #571ff2 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .45), 0 0 38px rgba(83, 65, 255, .22);
  color: #fff;
  text-decoration: none;
}

.em-discord-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .28), transparent 58%),
    radial-gradient(circle at 34% 0, rgba(255, 255, 255, .08), transparent 25%);
}

.em-discord-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .85));
}

.em-discord-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.em-discord-copy strong {
  display: block;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: .9;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .38);
}

.em-discord-copy span {
  display: block;
  margin-top: 8px;
  color: #dfe8ff;
  font-size: 16px;
  font-weight: 800;
}

.em-discord-copy span b {
  color: #5cff62;
  text-shadow: 0 0 12px rgba(92, 255, 98, .42);
}

.em-discord-copy em {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 18px;
  padding: 0 24px;
  color: #ffe564;
  font-size: 14px;
  font-style: normal;
  font-weight: 1000;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .54);
}

.em-discord-copy em::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 9px 100%, 0 50%);
  background: linear-gradient(180deg, rgba(255, 219, 80, .30), rgba(20, 18, 84, .94));
  border: 1px solid rgba(255, 221, 83, .80);
  box-shadow: inset 0 0 18px rgba(255, 228, 90, .16), 0 0 16px rgba(255, 226, 90, .12);
}

.em-discord-art {
  position: relative;
  min-height: 150px;
}

.em-chat-bubble {
  position: absolute;
  left: 6%;
  top: 6%;
  z-index: 3;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 66px;
  border-radius: 34px;
  background: radial-gradient(circle at 30% 30%, #e8ffff, #8ef7ff 66%, #59ccff);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25), 0 0 26px rgba(108, 245, 255, .46);
  transform: rotate(-8deg);
}

.em-chat-bubble::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -10px;
  border-width: 12px 9px 0 0;
  border-style: solid;
  border-color: #8ef7ff transparent transparent transparent;
}

.em-chat-bubble i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #132449;
  opacity: .92;
}

.em-discord-mark {
  position: absolute;
  right: -16px;
  bottom: -22px;
  width: min(240px, 88%);
  color: #8082ff;
  filter: drop-shadow(0 0 24px rgba(127, 128, 255, .70));
}

.em-discord-mark svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
}

.em-discord-plus {
  position: absolute;
  right: 11%;
  top: 38%;
  color: #13ffd0;
  font-size: 42px;
  font-weight: 900;
  text-shadow: 0 0 16px rgba(19, 255, 208, .72);
  transform: rotate(18deg);
}

.em-discord-banner:hover {
  transform: translateY(-2px);
  border-color: rgba(179, 177, 255, .72);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .52), 0 0 45px rgba(83, 65, 255, .34);
}

@media (max-width: 1000px) {
  .em-discord-stage {
    grid-template-columns: 1fr;
  }

  .em-social-rail {
    grid-template-columns: repeat(3, 54px);
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 560px) {
  .em-discord-banner {
    grid-template-columns: 1fr;
    min-height: 260px;
    padding: 24px 22px;
  }

  .em-discord-art {
    min-height: 140px;
  }

  .em-discord-mark {
    right: -10px;
    width: 210px;
  }
}

/* EternalMU special Discord skin */
.em-discord-stage {
  min-width: 0;
  container-type: inline-size;
}

.em-discord-banner {
  min-width: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 216, 130, .42);
  background:
    radial-gradient(circle at 90% 10%, rgba(120, 255, 255, .34), transparent 26%),
    radial-gradient(circle at 78% 68%, rgba(110, 40, 255, .60), transparent 38%),
    radial-gradient(circle at 6% 0%, rgba(255, 210, 86, .12), transparent 30%),
    linear-gradient(135deg, #11064a 0%, #2510a0 46%, #5a1dff 100%);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, .50),
    0 0 0 1px rgba(255, 255, 255, .05) inset,
    0 0 42px rgba(136, 72, 255, .28);
}

.em-discord-banner::before {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5, 0, 24, .72), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .10), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(255, 204, 87, .16), transparent 28%);
}

.em-discord-banner::after {
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .55;
}

.em-discord-banner > * {
  min-width: 0;
}

.em-discord-copy strong {
  max-width: 100%;
  font-size: clamp(26px, 2.9vw, 38px);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.em-discord-copy span {
  max-width: 100%;
  font-size: clamp(13px, 1.35vw, 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.em-discord-copy em {
  min-width: 158px;
  max-width: 100%;
  padding: 0 18px;
  color: #ffe86a;
  font-size: clamp(12px, 1.1vw, 14px);
  white-space: nowrap;
}

.em-discord-copy em::before {
  background:
    linear-gradient(180deg, rgba(255, 231, 104, .24), rgba(11, 7, 54, .98)),
    linear-gradient(90deg, rgba(255, 219, 90, .95), rgba(255, 219, 90, .18));
}

.em-discord-art::before,
.em-discord-art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.em-discord-art::before {
  right: 12%;
  top: 16%;
  width: 34px;
  height: 34px;
  border: 4px solid rgba(0, 255, 214, .9);
  box-shadow: 0 0 18px rgba(0, 255, 214, .48);
  transform: rotate(-18deg);
}

.em-discord-art::after {
  left: 14%;
  bottom: 18%;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 230, 255, .9);
  box-shadow: 0 0 16px rgba(0, 230, 255, .45);
}

.em-chat-bubble {
  left: 0;
  top: 4px;
  width: 86px;
  height: 58px;
}

.em-discord-mark {
  right: -6px;
  bottom: -18px;
  width: min(230px, 92%);
  color: #8c8cff;
}

.em-discord-plus {
  right: 7%;
  top: 33%;
}

.em-social-hex::before {
  background:
    linear-gradient(180deg, rgba(255, 228, 146, .95), rgba(98, 61, 22, .84)) border-box,
    linear-gradient(180deg, rgba(20, 15, 48, .98), rgba(5, 7, 20, .98)) padding-box;
}

.em-social-hex::after {
  background: radial-gradient(circle at 50% 35%, rgba(91, 52, 180, .66), rgba(8, 8, 25, .96) 72%);
}

@media (max-width: 1280px) {
  .em-discord-stage {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  .em-social-hex {
    width: 46px;
    height: 42px;
  }

  .em-social-hex svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 1120px) and (min-width: 1001px) {
  .em-discord-banner {
    grid-template-columns: 1fr;
    min-height: 260px;
    align-content: start;
    padding: 24px 22px;
  }

  .em-discord-art {
    min-height: 130px;
  }

  .em-discord-mark {
    right: -12px;
    width: 210px;
  }
}

@media (max-width: 420px) {
  .em-discord-banner {
    padding: 22px 18px;
  }

  .em-discord-copy strong {
    font-size: 28px;
  }

  .em-discord-copy em {
    width: 100%;
    min-width: 0;
  }
}

@container (max-width: 300px) {
  .em-discord-stage {
    grid-template-columns: 1fr;
  }

  .em-social-rail {
    grid-template-columns: repeat(3, 46px);
    justify-content: center;
    padding: 0;
  }

  .em-discord-banner {
    grid-template-columns: 1fr;
    min-height: 270px;
    padding: 22px 18px;
  }

  .em-discord-copy strong {
    font-size: 30px;
  }

  .em-discord-copy em {
    width: 100%;
    min-width: 0;
  }

  .em-discord-art {
    min-height: 138px;
  }
}

/* Discord premium vertical card - concept 2026-06-19 */
.em-news-discord {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 22px;
}

.em-discord-stage {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  min-height: 520px;
}

.em-social-rail {
  align-content: center;
  gap: 18px;
}

.em-social-hex {
  width: 48px;
  height: 44px;
}

.em-discord-banner {
  display: block;
  min-height: 520px;
  padding: 34px 26px 28px;
  border-radius: 24px;
  border: 2px solid rgba(114, 180, 255, .95);
  background:
    radial-gradient(circle at 84% 35%, rgba(0, 184, 255, .22), transparent 23%),
    radial-gradient(circle at 93% 86%, rgba(255, 41, 242, .28), transparent 20%),
    radial-gradient(circle at 7% 8%, rgba(180, 45, 255, .24), transparent 28%),
    linear-gradient(145deg, #050524 0%, #090545 39%, #120a70 69%, #2a0d9d 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .09) inset,
    0 0 0 5px rgba(103, 88, 255, .12),
    0 0 34px rgba(44, 166, 255, .55),
    0 0 50px rgba(205, 43, 255, .32),
    0 26px 70px rgba(0, 0, 0, .58);
}

.em-discord-banner::before {
  z-index: -3;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 55, 247, .42), rgba(30, 144, 255, .62) 44%, transparent 44%) right top / 122px 122px no-repeat,
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, .08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .10), transparent 20%);
}

.em-discord-banner::after {
  z-index: -2;
  border-radius: 24px;
  background-image:
    radial-gradient(circle, rgba(60, 106, 255, .58) 1.5px, transparent 2px),
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 24px 24px, 32px 32px, 32px 32px;
  background-position: 76% 7%, 0 0, 0 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .70));
  opacity: .75;
}

.em-discord-copy {
  min-height: 458px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.em-discord-copy small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 34px 0 10px;
  color: rgba(255, 255, 255, .90);
  font-size: clamp(16px, 1.7vw, 23px);
  font-weight: 500;
  letter-spacing: .42em;
  text-transform: uppercase;
}

.em-discord-copy small::before,
.em-discord-copy small::after {
  content: "";
  width: 50px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #fd35ff);
  box-shadow: 0 0 12px rgba(255, 41, 249, .72);
}

.em-discord-copy small::after {
  background: linear-gradient(90deg, #2edfff, transparent);
  box-shadow: 0 0 12px rgba(46, 223, 255, .72);
}

.em-discord-copy strong {
  display: block;
  overflow: visible;
  text-align: center;
  color: #fff;
  font-size: clamp(48px, 4.6vw, 72px);
  line-height: .9;
  font-weight: 1000;
  letter-spacing: 0;
  text-overflow: clip;
  text-shadow:
    0 4px 0 rgba(98, 81, 193, .78),
    0 0 28px rgba(109, 126, 255, .34);
}

.em-discord-copy span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 330px);
  min-height: 62px;
  margin: 28px auto 28px;
  padding: 0 18px;
  border: 2px solid rgba(127, 82, 255, .78);
  border-radius: 22px;
  background: rgba(4, 4, 34, .82);
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  white-space: nowrap;
  box-shadow: inset 0 0 25px rgba(48, 45, 151, .35), 0 0 22px rgba(104, 68, 255, .20);
}

.em-discord-copy span > i:first-child {
  position: relative;
  width: 30px;
  height: 24px;
  flex: 0 0 auto;
}

.em-discord-copy span > i:first-child::before,
.em-discord-copy span > i:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, #48d8ff, #8c4dff);
  box-shadow: 0 0 12px rgba(72, 216, 255, .65);
}

.em-discord-copy span > i:first-child::before {
  left: 0;
}

.em-discord-copy span > i:first-child::after {
  right: 0;
}

.em-discord-copy span b {
  color: #6cff36;
  font-size: 1.16em;
  text-shadow: 0 0 18px rgba(108, 255, 54, .72);
}

.em-discord-online-dot {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #58ff29;
  box-shadow: 0 0 18px rgba(88, 255, 41, .82);
}

.em-discord-copy em {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 350px);
  min-height: 84px;
  margin: 18px auto 0;
  padding: 0 28px;
  border: 2px solid rgba(40, 230, 255, .88);
  border-radius: 18px;
  clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0 50%);
  background:
    linear-gradient(90deg, rgba(0, 113, 255, .70), rgba(52, 24, 184, .92) 55%, rgba(137, 24, 255, .74));
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  font-style: normal;
  font-weight: 1000;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-shadow: 0 3px 8px rgba(0, 0, 0, .42);
  box-shadow:
    inset 0 0 28px rgba(63, 198, 255, .22),
    0 0 24px rgba(40, 230, 255, .30),
    0 0 32px rgba(236, 30, 255, .22);
}

.em-discord-copy em::before {
  display: none;
}

.em-discord-copy em svg {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  fill: currentColor;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, .34));
}

.em-discord-copy em > b {
  margin-left: 6px;
  color: #34e9ff;
  font-size: 58px;
  line-height: .7;
  text-shadow: 0 0 18px rgba(52, 233, 255, .72);
}

.em-discord-art {
  position: absolute;
  inset: 0;
  min-height: 0;
  pointer-events: none;
}

.em-chat-bubble {
  left: auto;
  right: 112px;
  top: 134px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: transparent;
  border: 5px solid #2ddfff;
  box-shadow: 0 0 18px rgba(45, 223, 255, .72), inset 0 0 14px rgba(45, 223, 255, .28);
  transform: none;
}

.em-chat-bubble::after,
.em-chat-bubble i {
  display: none;
}

.em-discord-mark {
  right: 16px;
  top: 158px;
  bottom: auto;
  width: 142px;
  height: 142px;
  display: grid;
  place-items: center;
  padding: 22px;
  color: #f4f1ff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 40%, rgba(114, 137, 255, .32), rgba(8, 5, 48, .70) 68%),
    linear-gradient(135deg, rgba(37, 223, 255, .95), rgba(214, 38, 255, .95));
  box-shadow:
    0 0 24px rgba(38, 223, 255, .56),
    0 0 34px rgba(216, 42, 255, .40),
    inset 0 0 0 8px rgba(6, 5, 43, .92);
}

.em-discord-mark svg {
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .42));
}

.em-discord-plus {
  right: 24px;
  top: 84px;
  color: #52b8ff;
  font-size: 54px;
}

.em-discord-art::before {
  right: 30px;
  top: 376px;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(235, 43, 255, .95);
  box-shadow: 0 0 18px rgba(235, 43, 255, .65);
}

.em-discord-art::after {
  left: 28px;
  bottom: 28px;
  width: 110px;
  height: 55px;
  border-radius: 0;
  border: 0;
  background-image: radial-gradient(circle, rgba(104, 67, 255, .72) 1.5px, transparent 2px);
  background-size: 18px 18px;
  box-shadow: none;
}

.em-discord-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: auto;
  padding-top: 32px;
}

.em-discord-benefits span {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 56px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  white-space: normal;
}

.em-discord-benefits span + span {
  border-left: 1px solid rgba(126, 132, 255, .35);
  padding-left: 12px;
}

.em-discord-benefits svg {
  width: 38px;
  height: 38px;
  fill: #5ca8ff;
  filter: drop-shadow(0 0 12px rgba(72, 159, 255, .55));
}

.em-discord-benefits i {
  display: block;
  color: rgba(245, 244, 255, .82);
  font-size: 12px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

.em-discord-benefits i b {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 11px;
  line-height: 1.05;
  font-weight: 1000;
  text-shadow: none;
}

.em-discord-banner:hover {
  transform: translateY(-3px);
  border-color: rgba(218, 93, 255, .95);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .10) inset,
    0 0 0 5px rgba(103, 88, 255, .16),
    0 0 40px rgba(44, 166, 255, .65),
    0 0 60px rgba(205, 43, 255, .42),
    0 30px 78px rgba(0, 0, 0, .62);
}

@media (max-width: 1000px) {
  .em-news-discord {
    grid-template-columns: 1fr;
  }

  .em-discord-stage {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }

  .em-social-rail {
    grid-template-columns: repeat(3, 48px);
  }
}

@container (max-width: 360px) {
  .em-discord-banner {
    min-height: 500px;
    padding: 28px 18px 24px;
  }

  .em-discord-copy {
    min-height: 448px;
  }

  .em-discord-copy small {
    margin-top: 22px;
    font-size: 14px;
    letter-spacing: .32em;
  }

  .em-discord-copy small::before,
  .em-discord-copy small::after {
    width: 34px;
  }

  .em-discord-copy strong {
    font-size: 42px;
  }

  .em-discord-copy span {
    min-height: 58px;
    font-size: 18px;
  }

  .em-discord-copy em {
    min-height: 72px;
    padding: 0 20px;
    font-size: 20px;
  }

  .em-discord-copy em svg {
    width: 34px;
    height: 34px;
  }

  .em-discord-copy em > b {
    font-size: 44px;
  }

  .em-discord-mark {
    right: 18px;
    top: 150px;
    width: 112px;
    height: 112px;
    padding: 18px;
  }

  .em-chat-bubble {
    right: 98px;
    top: 132px;
    width: 42px;
    height: 42px;
  }

  .em-discord-benefits {
    grid-template-columns: 1fr;
    gap: 9px;
    padding-top: 24px;
  }

  .em-discord-benefits span {
    grid-template-columns: 34px 1fr;
    min-height: 36px;
  }

  .em-discord-benefits span + span {
    border-left: 0;
    padding-left: 0;
  }

  .em-discord-benefits svg {
    width: 30px;
    height: 30px;
  }
}

/* Final social rail + clean Discord card layout */
.em-discord-stage {
  display: block;
  min-height: auto;
}

.em-social-rail {
  position: fixed;
  left: clamp(10px, calc((100vw - 1420px) / 2 - 86px), 70px);
  top: 50%;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0;
  transform: translateY(-50%);
}

.em-social-hex {
  width: 54px;
  height: 50px;
}

.em-social-hex svg {
  width: 23px;
  height: 23px;
}

.em-social-hex--discord svg {
  width: 27px;
  height: 27px;
}

.em-discord-banner {
  min-height: 440px;
  padding: 28px 24px 24px;
}

.em-discord-copy {
  min-height: 386px;
}

.em-discord-copy small {
  margin: 22px 0 8px;
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: .34em;
}

.em-discord-copy strong {
  position: relative;
  z-index: 4;
  font-size: clamp(42px, 3.2vw, 58px);
}

.em-discord-copy span {
  z-index: 5;
  width: min(100%, 320px);
  min-height: 58px;
  margin: 24px auto 22px;
  font-size: clamp(18px, 1.4vw, 24px);
}

.em-discord-copy em {
  z-index: 5;
  width: min(100%, 330px);
  min-height: 72px;
  padding: 0 22px;
  font-size: clamp(19px, 1.5vw, 25px);
  overflow: hidden;
}

.em-discord-copy em svg {
  width: 34px;
  height: 34px;
}

.em-discord-copy em > b {
  font-size: 46px;
}

.em-discord-mark {
  top: 132px;
  right: 12px;
  width: 118px;
  height: 118px;
  opacity: .38;
}

.em-chat-bubble {
  top: 116px;
  right: 96px;
  width: 42px;
  height: 42px;
  opacity: .82;
}

.em-discord-plus {
  top: 78px;
  right: 24px;
  font-size: 42px;
}

.em-discord-benefits {
  gap: 8px;
  padding-top: 22px;
}

.em-discord-benefits span {
  grid-template-columns: 30px 1fr;
  gap: 7px;
  min-height: 48px;
}

.em-discord-benefits span + span {
  padding-left: 8px;
}

.em-discord-benefits svg {
  width: 28px;
  height: 28px;
}

.em-discord-benefits i {
  font-size: 11px;
  line-height: 1.18;
}

.em-discord-benefits i b {
  font-size: 10px;
}

@media (max-width: 1200px) {
  .em-social-rail {
    left: 8px;
  }
}

@media (max-width: 1000px) {
  .em-social-rail {
    position: static;
    grid-template-columns: repeat(4, 54px);
    justify-content: center;
    margin: 0 0 14px;
    transform: none;
  }

  .em-discord-stage {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .em-social-rail {
    grid-template-columns: repeat(4, 46px);
    gap: 8px;
  }

  .em-social-hex {
    width: 46px;
    height: 42px;
  }

  .em-discord-copy strong {
    font-size: 38px;
  }
}
