.page-news {
  --news-line-soft: rgba(30, 58, 109, 0.55);
  --news-gold-soft: rgba(212, 175, 55, 0.18);
  --news-neon-soft: rgba(57, 255, 20, 0.10);
  --news-paper: linear-gradient(135deg, rgba(18, 49, 90, 0.94) 0%, rgba(13, 42, 77, 0.90) 100%);
  overflow-x: clip;
  background:
    radial-gradient(1100px 520px at 88% -4%, rgba(212, 175, 55, 0.14), transparent 62%),
    radial-gradient(820px 460px at -6% 18%, rgba(57, 255, 20, 0.07), transparent 55%),
    linear-gradient(rgba(30, 58, 109, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 109, 0.32) 1px, transparent 1px),
    var(--bb-navy);
  background-size: auto, auto, 48px 48px, 48px 48px, auto;
}

.page-news img {
  max-width: 100%;
  height: auto;
}

.page-news .news-hero {
  padding: 40px 0 20px;
}

.page-news .news-hero-grid {
  display: grid;
  gap: 28px;
  align-items: end;
  padding-top: 32px;
}

.page-news .news-hero-copy {
  min-width: 0;
}

.page-news .news-hero-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--bb-neon);
  text-transform: uppercase;
}

.page-news .news-hero-copy h1 {
  margin: 0;
  font-family: var(--bb-font-display);
  font-size: clamp(34px, 6vw, 58px);
  line-height: 0.98;
  letter-spacing: 0.02em;
  color: var(--bb-text);
  text-shadow: 0 2px 0 rgba(212, 175, 55, 0.25);
}

.page-news .news-hero-desc {
  margin: 18px 0 0;
  max-width: 640px;
  color: var(--bb-mut);
  font-size: 15px;
  line-height: 1.8;
}

.page-news .news-hero-index {
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: rgba(13, 42, 77, 0.72);
  padding: 20px 18px 18px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.page-news .news-hero-index::before {
  content: "STATUS";
  position: absolute;
  top: -10px;
  right: 22px;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: rgba(212, 175, 55, 0.6);
  background: var(--bb-navy);
  padding: 0 6px;
}

.page-news .news-hero-index-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--bb-gold);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  padding-bottom: 4px;
}

.page-news .news-hero-index dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 18px;
  margin: 18px 0 0;
}

.page-news .news-hero-index dt {
  font-size: 12px;
  color: var(--bb-mut);
  letter-spacing: 0.08em;
}

.page-news .news-hero-index dd {
  margin: 0;
  font-family: var(--bb-font-display);
  font-size: 20px;
  color: var(--bb-gold);
  text-align: right;
  letter-spacing: 0.04em;
}

.page-news .news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px 40px;
  padding: 20px 0 72px;
}

.page-news .news-main {
  min-width: 0;
}

.page-news .news-catbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 22px 0 20px;
  border-bottom: 1px solid var(--news-line-soft);
}

.page-news .news-catbar-label {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--bb-mut);
  margin-right: 4px;
}

.page-news .cat-tab {
  cursor: pointer;
  background: rgba(13, 42, 77, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.38);
  color: var(--bb-text);
  font-size: 13px;
  padding: 7px 16px;
  letter-spacing: 0.06em;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-news .cat-tab:hover,
.page-news .cat-tab.is-active {
  background: var(--news-gold-soft);
  border-color: var(--bb-gold);
  color: var(--bb-gold);
}

.page-news .news-timeline {
  padding-bottom: 16px;
}

.page-news .news-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-bottom: 20px;
}

.page-news .news-section-title {
  margin: 0;
  font-family: var(--bb-font-display);
  font-size: 28px;
  letter-spacing: 0.03em;
  color: var(--bb-text);
}

.page-news .news-section-index {
  font-family: var(--bb-font-display);
  font-size: 18px;
  color: var(--bb-neon);
  letter-spacing: 0.05em;
}

.page-news .news-section-tip {
  width: 100%;
  font-size: 13px;
  color: var(--bb-mut);
  letter-spacing: 0.02em;
}

.page-news .news-feature-fig {
  margin: 28px 0 36px;
}

.page-news .news-feature-fig img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(30, 58, 109, 0.85);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.page-news .news-feature-fig figcaption {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--bb-mut);
  text-align: right;
}

.page-news .news-list {
  position: relative;
}

.page-news .news-item {
  display: grid;
  grid-template-columns: 56px 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 28px;
}

.page-news .news-date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding-top: 6px;
}

.page-news .news-day {
  font-family: var(--bb-font-display);
  font-size: 36px;
  line-height: 1;
  color: var(--bb-gold);
}

.page-news .news-week {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--bb-neon);
}

.page-news .news-line {
  position: relative;
  height: 100%;
}

.page-news .news-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: -28px;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.65) 0%, rgba(30, 58, 109, 0.4) 100%);
}

.page-news .news-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background: var(--bb-gold);
  border-radius: 2px;
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.75);
}

.page-news .news-item:last-child .news-line::before {
  bottom: 0;
}

.page-news .news-card {
  background: var(--news-paper);
  border: 1px solid rgba(30, 58, 109, 0.95);
  padding: 18px 18px 16px;
  box-shadow: 5px 5px 0 rgba(212, 175, 55, 0.08), 9px 9px 0 rgba(7, 28, 56, 0.45), 0 20px 44px rgba(0, 0, 0, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.page-news .news-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.page-news .news-readtime {
  font-size: 12px;
  color: var(--bb-mut);
  letter-spacing: 0.04em;
}

.page-news .news-card-title {
  margin: 0;
}

.page-news .news-card-title a {
  font-family: var(--bb-font-display);
  font-size: 22px;
  line-height: 1.12;
  color: var(--bb-text);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.page-news .news-card-title a:hover {
  color: var(--bb-gold);
}

.page-news .news-card-excerpt {
  margin: 12px 0 0;
  color: var(--bb-mut);
  font-size: 14px;
  line-height: 1.75;
}

.page-news .news-card-fig {
  margin: 16px 0 0;
}

.page-news .news-card-fig img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(30, 58, 109, 0.9);
}

.page-news .news-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed rgba(30, 58, 109, 0.8);
}

.page-news .news-readmore {
  color: var(--bb-gold);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.page-news .news-readmore span {
  display: inline-block;
  transition: transform 0.2s ease;
}

.page-news .news-card:hover .news-readmore span {
  transform: translateX(4px);
}

.page-news .news-fav-mock {
  background: transparent;
  border: 1px solid rgba(57, 255, 20, 0.35);
  color: var(--bb-neon);
  font-size: 12px;
  padding: 5px 12px;
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: background-color 0.2s ease;
}

.page-news .news-fav-mock:hover {
  background: var(--news-neon-soft);
}

.page-news .news-more {
  padding-top: 8px;
}

.page-news .news-loadmore-trigger {
  margin: 8px 0 0 88px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.page-news .news-side {
  display: grid;
  gap: 24px;
}

.page-news .news-side-block {
  padding: 22px 18px;
}

.page-news .news-hot {
  position: relative;
  background: linear-gradient(160deg, rgba(13, 42, 77, 0.85), rgba(7, 28, 56, 0.85));
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.page-news .news-hot::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(30, 58, 109, 0.5);
  pointer-events: none;
}

.page-news .news-hot-fig {
  margin: 18px 0 10px;
}

.page-news .news-hot-fig img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(30, 58, 109, 0.9);
}

.page-news .news-hot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .news-hot-item {
  border-bottom: 1px dashed rgba(30, 58, 109, 0.8);
}

.page-news .news-hot-item:last-child {
  border-bottom: none;
}

.page-news .news-hot-link {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  text-decoration: none;
}

.page-news .news-hot-rank {
  font-family: var(--bb-font-display);
  font-size: 30px;
  line-height: 1;
  color: var(--bb-neon);
}

.page-news .news-hot-copy {
  min-width: 0;
}

.page-news .news-hot-copy strong {
  display: block;
  color: var(--bb-text);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.page-news .news-hot-copy small {
  display: block;
  margin-top: 5px;
  color: var(--bb-mut);
  font-size: 12px;
}

.page-news .news-guide {
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(13, 42, 77, 0.5);
  display: grid;
  gap: 12px;
}

.page-news .news-guide-title {
  margin: 0 0 4px;
  font-family: var(--bb-font-display);
  font-size: 20px;
  letter-spacing: 0.04em;
  color: var(--bb-gold);
}

.page-news .news-guide .bb-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-decoration: none;
}

.page-news .news-guide-note {
  margin: 4px 0 0;
  color: var(--bb-mut);
  font-size: 13px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .page-news .news-hero {
    padding: 56px 0 24px;
  }

  .page-news .news-hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .page-news .news-section-tip {
    width: auto;
    margin-left: auto;
    text-align: right;
  }

  .page-news .news-item {
    grid-template-columns: 72px 24px minmax(0, 1fr);
    gap: 16px;
  }

  .page-news .news-day {
    font-size: 44px;
  }

  .page-news .news-card {
    padding: 22px 22px 18px;
  }

  .page-news .news-card:hover {
    transform: translate(-3px, -3px);
    box-shadow: 7px 7px 0 rgba(212, 175, 55, 0.14), 12px 12px 0 rgba(7, 28, 56, 0.4), 0 24px 50px rgba(0, 0, 0, 0.32);
  }

  .page-news .news-card-title a {
    font-size: 24px;
  }

  .page-news .news-loadmore-trigger {
    margin-left: 112px;
  }
}

@media (min-width: 992px) {
  .page-news .news-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
  }

  .page-news .news-side {
    position: sticky;
    top: 24px;
  }
}

@media (min-width: 1200px) {
  .page-news .news-layout {
    gap: 56px;
    padding-top: 28px;
  }
}
