:root {
  --season2-gold: #f4c95d;
  --season2-gold-strong: #ffd978;
  --season2-panel: rgba(12, 14, 20, 0.88);
  --season2-panel-soft: rgba(255, 255, 255, 0.055);
  --season2-border: rgba(244, 201, 93, 0.22);
  --season2-text: #f4f0e6;
  --season2-muted: #a9adba;
}

body.season2-page {
  color: var(--season2-text);
}

body.season2-page .nk-page-background::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(244, 201, 93, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(95, 144, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(3, 6, 12, 0.35), rgba(3, 6, 12, 0.92));
  pointer-events: none;
}

body.season2-page .season2-shell.bg-dark-5 {
  background: transparent !important;
  padding-bottom: 90px;
}

body.season2-page .season2-container {
  max-width: 1320px !important;
  min-height: calc(100vh - 200px);
}

body.season2-page .season2-title {
  position: relative;
  overflow: hidden;
  margin: 0 0 34px !important;
  padding: clamp(30px, 4vw, 54px) !important;
  border: 1px solid var(--season2-border);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 10, 16, 0.82);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.48);
  color: var(--season2-text) !important;
  font-family: "Marcellus SC", serif;
  font-size: clamp(34px, 5vw, 58px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(10px);
}

body.season2-page .season2-title::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, rgba(244, 201, 93, 0.13) 48%, transparent 72%),
    radial-gradient(circle at 82% 14%, rgba(244, 201, 93, 0.2), transparent 22%);
}

body.season2-page .season2-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 42px !important;
  padding: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    var(--season2-panel) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  opacity: 1 !important;
}

body.season2-page .season2-nav .btn-warning {
  margin: 0 !important;
  padding: 11px 18px;
  border: 1px solid rgba(244, 201, 93, 0.35);
  border-radius: 0;
  background: rgba(244, 201, 93, 0.1);
  color: var(--season2-gold-strong);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

body.season2-page .season2-nav .btn-warning:hover,
body.season2-page .season2-nav .btn-warning:focus {
  transform: translateY(-3px);
  border-color: rgba(255, 217, 120, 0.72);
  background: rgba(244, 201, 93, 0.18);
  box-shadow: 0 0 24px rgba(244, 201, 93, 0.22);
  color: #fff6d7;
}

body.season2-page .guide-section,
body.season2-page .ref-section {
  position: relative;
  overflow: hidden;
  margin: 54px auto !important;
  padding: clamp(28px, 4vw, 52px) !important;
  max-width: 1300px !important;
  border: 1px solid var(--season2-border) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    var(--season2-panel) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38) !important;
  backdrop-filter: blur(10px);
}

body.season2-page .guide-section::before,
body.season2-page .ref-section::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--season2-gold), transparent);
  opacity: 0.7;
  pointer-events: none;
}

body.season2-page .guide-section > *,
body.season2-page .ref-section > * {
  position: relative;
  z-index: 1;
}

body.season2-page .guide-section h3,
body.season2-page .ref-section h3 {
  color: var(--season2-text) !important;
  font-family: "Marcellus SC", serif;
  font-size: clamp(28px, 3vw, 42px) !important;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.6);
}

body.season2-page .guide-section h4,
body.season2-page .ref-section h4,
body.season2-page .guide-section h5,
body.season2-page .ref-section h5,
body.season2-page .guide-section strong,
body.season2-page .ref-section strong,
body.season2-page .guide-section span,
body.season2-page .ref-section span {
  color: var(--season2-gold-strong) !important;
}

body.season2-page .guide-section p,
body.season2-page .ref-section p,
body.season2-page .guide-section li,
body.season2-page .ref-section li,
body.season2-page .guide-section td,
body.season2-page .ref-section td,
body.season2-page .guide-section th,
body.season2-page .ref-section th {
  color: var(--season2-muted) !important;
  font-size: 17px;
  line-height: 1.7;
}

body.season2-page .guide-section table,
body.season2-page .ref-section table {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(0, 0, 0, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.season2-page .guide-section th,
body.season2-page .ref-section th {
  background: rgba(244, 201, 93, 0.12) !important;
  color: var(--season2-gold-strong) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.season2-page .guide-section td,
body.season2-page .guide-section th,
body.season2-page .ref-section td,
body.season2-page .ref-section th {
  border-color: rgba(255, 255, 255, 0.09) !important;
}

body.season2-page .zoom-img {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.32);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.36);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

body.season2-page .zoom-img:hover {
  transform: translateY(-5px) scale(1.015);
  border-color: rgba(255, 217, 120, 0.62) !important;
  box-shadow: 0 0 28px rgba(244, 201, 93, 0.25), 0 18px 42px rgba(0, 0, 0, 0.42);
  filter: brightness(1.08);
}

body.season2-page #imageViewerOverlay {
  background: rgba(0, 0, 0, 0.88) !important;
  backdrop-filter: blur(8px) !important;
}

body.season2-page #imageViewerImg {
  border: 1px solid var(--season2-border);
  border-radius: 0 !important;
  box-shadow: 0 0 55px rgba(244, 201, 93, 0.22) !important;
}

body.season2-page #scrollTopBtn {
  border-radius: 0 !important;
  border: 1px solid rgba(244, 201, 93, 0.35) !important;
  background: rgba(12, 14, 20, 0.86) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
}

@media (max-width: 991px) {
  body.season2-page .season2-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.season2-page .guide-section,
  body.season2-page .ref-section {
    padding: 28px 20px !important;
  }

  body.season2-page .guide-section [style*="min-width:420px"],
  body.season2-page .ref-section [style*="min-width:420px"],
  body.season2-page .guide-section [style*="min-width:360px"],
  body.season2-page .ref-section [style*="min-width:360px"] {
    min-width: 100% !important;
  }
}

@media (max-width: 767px) {
  body.season2-page .season2-title {
    padding: 26px 18px !important;
    font-size: 34px !important;
  }

  body.season2-page .season2-nav .btn-warning {
    width: 100%;
  }

  body.season2-page .guide-section img,
  body.season2-page .ref-section img {
    max-width: 100% !important;
  }
}