/* ============================================================
   Nexon Public News List
   /news
   ============================================================ */

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

/* HERO */

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

.news-hero__shell {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  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-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-hero__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.42;
  pointer-events: none;
}

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

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

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

.news-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 40px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(147, 197, 253, 0.18);
  background: rgba(255, 255, 255, 0.055);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.news-hero__badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #60a5fa;
  box-shadow: 0 0 18px rgba(96, 165, 250, 0.78);
}

.news-hero__title {
  margin: 26px 0 0;
  color: #ffffff;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 950;
  line-height: 0.93;
  letter-spacing: -0.08em;
}

.news-hero__title span {
  display: block;
  margin-top: 8px;
  background: linear-gradient(90deg, #ffffff 0%, #93c5fd 35%, #60a5fa 70%, #c084fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.news-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-hero__subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 750;
}

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

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

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

.news-hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  max-width: 920px;
  margin-top: 26px;
}

.news-stat {
  min-height: 92px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(147, 197, 253, 0.13);
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.12), transparent 55%),
    rgba(255, 255, 255, 0.045);
}

.news-stat__label {
  display: block;
  color: rgba(203, 213, 225, 0.68);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-stat__value {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.045em;
  word-break: break-word;
}

.news-stat__value--sm {
  font-size: clamp(17px, 2.4vw, 22px);
  letter-spacing: -0.03em;
}

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

/* CONTENT */

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

.news-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 36px 0 20px;
}

.news-section-head__kicker {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(147, 197, 253, 0.82);
}

.news-section-head__title {
  margin: 0;
}

.news-section-head__lead {
  margin: 10px 0 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 650;
  color: rgba(203, 213, 225, 0.72);
}

/* FEATURED */

.news-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(147, 197, 253, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.020)),
    rgba(8, 13, 29, 0.82);
  box-shadow:
    0 24px 75px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  text-decoration: none;
  color: inherit;
  outline: none;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.news-featured-card:hover {
  transform: translateY(-2px);
  border-color: rgba(147, 197, 253, 0.26);
  box-shadow:
    0 30px 88px rgba(0, 0, 0, 0.36),
    0 0 40px rgba(59, 130, 246, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.news-featured-card:focus-visible {
  border-color: rgba(147, 197, 253, 0.45);
  box-shadow:
    0 24px 75px rgba(0, 0, 0, 0.30),
    0 0 0 3px rgba(59, 130, 246, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.news-featured-card__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(59, 130, 246, 0.22), transparent 44%),
    rgba(15, 23, 42, 0.92);
}

.news-featured-card__media img,
.news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.news-featured-card__placeholder span,
.news-card__placeholder 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-featured-card__placeholder strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
}

.news-featured-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

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

.news-featured-card__meta-date {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(147, 197, 253, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(219, 234, 254, 0.78);
  font-size: 12px;
  font-weight: 850;
}

.news-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-chip--featured {
  border: 1px solid rgba(96, 165, 250, 0.22);
  background: rgba(96, 165, 250, 0.14);
  color: #bfdbfe;
}

.news-featured-card__title {
  margin: 18px 0 0;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.06em;
  font-weight: 950;
  color: #ffffff;
}

.news-featured-card:hover .news-featured-card__title {
  color: #e0f2fe;
}

.news-featured-card__text {
  margin: 18px 0 0;
  color: rgba(219, 234, 254, 0.76);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}

.news-featured-card__footer {
  margin-top: 24px;
}

/* GRID */

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(147, 197, 253, 0.13);
  background:
    radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.020)),
    rgba(8, 13, 29, 0.78);
  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  text-decoration: none;
  color: inherit;
  outline: none;
  display: block;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.news-card:hover {
  transform: translateY(-3px);
  border-color: rgba(147, 197, 253, 0.28);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(59, 130, 246, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.news-card:focus-visible {
  border-color: rgba(147, 197, 253, 0.38);
  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.24),
    0 0 0 3px rgba(59, 130, 246, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.news-card:hover .news-card__title {
  color: #e0f2fe;
}

.news-card__media {
  position: relative;
  height: 210px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(59, 130, 246, 0.18), transparent 42%),
    rgba(15, 23, 42, 0.88);
}

.news-card__tag {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  background: rgba(96, 165, 250, 0.16);
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.news-card__body {
  padding: 22px;
}

.news-card__date {
  color: rgba(203, 213, 225, 0.62);
  font-size: 13px;
  font-weight: 850;
}

.news-card__title {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.news-card__text {
  margin: 14px 0 0;
  color: rgba(219, 234, 254, 0.72);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

/* READ LINK */

.news-read-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(168, 85, 247, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: #dbeafe;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

a.news-featured-card:hover .news-read-link,
a.news-card:hover .news-read-link {
  transform: translateY(-1px);
  border-color: rgba(147, 197, 253, 0.42);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.26), rgba(168, 85, 247, 0.12)),
    rgba(255, 255, 255, 0.06);
}

.news-read-link:hover {
  transform: translateY(-1px);
  border-color: rgba(147, 197, 253, 0.42);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.26), rgba(168, 85, 247, 0.12)),
    rgba(255, 255, 255, 0.06);
}

.news-read-link--small {
  margin-top: 18px;
}

/* EMPTY */

.news-empty {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 12px;
  min-height: 340px;
  padding: 34px;
  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-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-empty__title {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

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

/* RESPONSIVE */

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

  .news-featured-card {
    grid-template-columns: 1fr;
  }

  .news-featured-card__media {
    min-height: 340px;
  }
}

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

  .news-hero__shell,
  .news-featured-card__body {
    padding: 22px;
    border-radius: 26px;
  }

  .news-hero__stats,
  .news-grid {
    grid-template-columns: 1fr;
  }

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

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

  .news-featured-card,
  .news-card {
    border-radius: 24px;
  }

  .news-featured-card__media {
    min-height: 240px;
  }

  .news-card__media {
    height: 190px;
  }

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