/* ============================================================
   Nexon Public News Show
   /news/{slug}
   ============================================================ */

.news-show-page {
  position: relative;
  display: block;
  overflow: hidden;
}

/* HERO */

.news-show-hero {
  position: relative;
  padding: 34px 0 18px;
}

.news-show-hero__shell {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 46px;
  border-radius: 34px;
  border: 1px solid rgba(147, 197, 253, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.26), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(168, 85, 247, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.020)),
    rgba(8, 13, 29, 0.90);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.050);
}

.news-show-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(147, 197, 253, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 197, 253, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 90%);
}

.news-show-hero__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.42;
  pointer-events: none;
}

.news-show-hero__orb--one {
  top: -90px;
  right: -40px;
  width: 300px;
  height: 300px;
  background: rgba(59, 130, 246, 0.42);
}

.news-show-hero__orb--two {
  left: -70px;
  bottom: -70px;
  width: 270px;
  height: 270px;
  background: rgba(168, 85, 247, 0.30);
}

.news-show-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1050px;
}

.news-show-hero__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(203, 213, 225, 0.72);
  font-size: 13px;
  font-weight: 850;
}

.news-show-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  background: rgba(96, 165, 250, 0.14);
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-show-hero__date {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(147, 197, 253, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(219, 234, 254, 0.78);
  font-size: 12px;
  font-weight: 850;
}

.news-show-hero__title {
  max-width: 1050px;
  margin: 26px 0 0;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.075em;
}

.news-show-hero__text {
  max-width: 840px;
  margin: 20px 0 0;
  color: rgba(219, 234, 254, 0.76);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 750;
}

.news-show-hero__subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 750;
}

.news-show-hero__subnav a {
  color: #93c5fd;
  text-decoration: none;
}

.news-show-hero__subnav a:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

.news-show-hero__subnav-dot {
  color: rgba(148, 163, 184, 0.55);
  user-select: none;
}

.news-show-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

/* MAIN */

.news-show-section {
  padding: 18px 0 60px;
}

.news-show-layout {
  display: grid;
  gap: 22px;
}

/* COVER */

.news-show-cover {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  max-height: 620px;
  border-radius: 32px;
  border: 1px solid rgba(147, 197, 253, 0.16);
  background:
    radial-gradient(circle at 50% 20%, rgba(59, 130, 246, 0.18), transparent 42%),
    rgba(15, 23, 42, 0.88);
  box-shadow:
    0 24px 75px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.news-show-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 48%, rgba(8, 13, 29, 0.45)),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.12), transparent 40%);
}

.news-show-cover img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.news-show-cover--empty {
  display: grid;
  place-items: center;
  gap: 10px;
  height: 100%;
  min-height: 420px;
  color: rgba(219, 234, 254, 0.72);
  text-align: center;
}

.news-show-cover--empty span {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 28px;
  border: 1px solid rgba(147, 197, 253, 0.16);
  background: rgba(255, 255, 255, 0.055);
  color: #93c5fd;
  font-size: 34px;
  font-weight: 950;
}

.news-show-cover--empty strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
}

/* CARD */

.news-show-card {
  padding: 30px;
  border-radius: 32px;
  border: 1px solid rgba(147, 197, 253, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.020)),
    rgba(8, 13, 29, 0.82);
  box-shadow:
    0 20px 65px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

/* META */

.news-show-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.news-show-meta-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-show-info {
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(147, 197, 253, 0.10);
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.08), transparent 50%),
    rgba(255, 255, 255, 0.035);
}

.news-show-info span {
  display: block;
  color: rgba(203, 213, 225, 0.62);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-show-info strong {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  word-break: break-word;
}

/* ARTICLE */

.news-show-article-card {
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(147, 197, 253, 0.10);
  background:
    radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.030);
}

.news-show-article {
  color: rgba(226, 232, 240, 0.92);
  font-size: 18px;
  line-height: 2;
  font-weight: 650;
  word-break: break-word;
}

.news-show-article p {
  margin: 0 0 20px;
}

.news-show-article p:last-child {
  margin-bottom: 0;
}

.news-show-article strong,
.news-show-article b {
  color: #ffffff;
  font-weight: 950;
}

.news-show-article ul,
.news-show-article ol {
  margin: 16px 0 16px 24px;
  padding: 0;
}

.news-show-article li {
  margin: 7px 0;
}

/* BOTTOM */

.news-show-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(147, 197, 253, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.news-show-bottom__label {
  display: block;
  margin-bottom: 6px;
  color: rgba(203, 213, 225, 0.64);
  font-size: 13px;
  font-weight: 850;
}

.news-show-bottom__value {
  color: #ffffff;
  font-size: 19px;
  font-weight: 950;
}

/* EMPTY */

.news-show-empty {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 12px;
  min-height: 340px;
  padding: 34px;
  margin: 34px 0 60px;
  border-radius: 32px;
  border: 1px solid rgba(147, 197, 253, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.020)),
    rgba(8, 13, 29, 0.82);
}

.news-show-empty__icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  color: #93c5fd;
  font-size: 30px;
  font-weight: 950;
}

.news-show-empty__title {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.news-show-empty__text {
  max-width: 620px;
  margin: 0;
  color: rgba(219, 234, 254, 0.70);
  line-height: 1.7;
}

/* RESPONSIVE */

@media (max-width: 1280px) {
  .news-show-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .news-show-hero {
    padding-top: 20px;
  }

  .news-show-hero__shell,
  .news-show-card,
  .news-show-article-card {
    padding: 22px;
    border-radius: 26px;
  }

  .news-show-meta-grid {
    grid-template-columns: 1fr;
  }

  .news-show-hero__title {
    font-size: 42px;
    letter-spacing: -0.06em;
  }

  .news-show-hero__text {
    font-size: 16px;
  }

  .news-show-cover {
    min-height: 240px;
    border-radius: 24px;
  }

  .news-show-cover img,
  .news-show-cover--empty {
    min-height: 240px;
  }

  .news-show-article {
    font-size: 16px;
    line-height: 1.9;
  }

  .news-show-bottom,
  .news-show-bottom .btn,
  .news-show-hero__actions,
  .news-show-hero__actions .btn {
    width: 100%;
  }
}
