/* L2FreeBot - Project / No Wipe section */

.tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.no-wipe-section {
  padding: 5rem 0;
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

.nw-banner {
  position: relative;
  margin-bottom: 3rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.28);
  background: linear-gradient(160deg, #141824 0%, #0c0e14 50%, #111520 100%);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

.nw-banner-glow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(ellipse 50% 60% at 50% 0%, rgba(201, 162, 39, 0.14), transparent 65%),
    radial-gradient(ellipse 40% 50% at 80% 100%, rgba(61, 124, 255, 0.08), transparent 55%);
  pointer-events: none;
}

.nw-banner-frame {
  position: relative;
  padding: 3rem 2rem 2.75rem;
  text-align: center;
}

.nw-banner-frame::before,
.nw-banner-frame::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  border-color: rgba(201, 162, 39, 0.35);
  border-style: solid;
  pointer-events: none;
}

.nw-banner-frame::before {
  top: 14px;
  left: 14px;
  border-width: 2px 0 0 2px;
}

.nw-banner-frame::after {
  bottom: 14px;
  right: 14px;
  border-width: 0 2px 2px 0;
}

.nw-shield {
  display: block;
  width: 64px;
  height: 72px;
  margin: 0 auto 1.25rem;
  flex-shrink: 0;
}

.nw-shield svg {
  display: block;
  width: 64px;
  height: 72px;
  max-width: 64px;
  max-height: 72px;
  filter: drop-shadow(0 0 20px rgba(201, 162, 39, 0.4));
}

.nw-badge {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.45);
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.nw-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 5vw, 3rem);
  line-height: 1.1;
  margin: 0 0 1.25rem;
  color: var(--gold-light);
}

.nw-em {
  color: #f97316;
}

.nw-lead {
  max-width: 680px;
  margin: 0 auto 1.75rem;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.nw-lead strong {
  color: var(--text);
}

.nw-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.nw-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
}

.nw-pill-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px var(--success);
}

/* Merge flow */
.nw-flow {
  margin-bottom: 3rem;
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  background: var(--bg-panel);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.nw-flow-head {
  text-align: center;
  margin-bottom: 2rem;
}

.nw-flow-head h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0.5rem 0 0;
  color: var(--text);
}

.nw-merge-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.nw-seasons-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 130px;
}

.nw-arrow-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.nw-arrow-col span:first-child {
  font-size: 1.75rem;
  line-height: 1;
  color: var(--gold-light);
}

.nw-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: var(--bg-panel-2);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  min-width: 120px;
}

.nw-node--ghost {
  opacity: 0.65;
}

.nw-node-num {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--text-muted);
  line-height: 1;
}

.nw-node-label {
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nw-node--main {
  position: relative;
  padding: 1.5rem 2rem;
  min-width: 170px;
  background: linear-gradient(160deg, rgba(201, 162, 39, 0.18), rgba(201, 162, 39, 0.05));
  border: 1px solid rgba(201, 162, 39, 0.55);
  box-shadow: 0 0 40px rgba(201, 162, 39, 0.12);
  border-style: solid;
  opacity: 1;
}

.nw-node-live {
  position: absolute;
  top: -10px;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: var(--success);
  color: #052e16;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nw-node--main .nw-node-num {
  font-size: 2rem;
  color: var(--gold-light);
}

.nw-node-title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--gold-light);
  margin-top: 0.35rem;
}

.nw-node-sub {
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-top: 0.15rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Cards */
.nw-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.nw-card {
  position: relative;
  padding: 2rem 1.75rem 1.75rem;
  border-radius: var(--radius);
  background: var(--bg-panel);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.nw-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.nw-card--featured {
  background: linear-gradient(165deg, rgba(201, 162, 39, 0.1) 0%, var(--bg-panel) 45%);
  border-color: rgba(201, 162, 39, 0.35);
}

.nw-card--featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.nw-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.nw-card-icon--gold {
  background: rgba(201, 162, 39, 0.15);
}

.nw-card-icon--blue {
  background: rgba(61, 124, 255, 0.12);
}

.nw-card-icon--green {
  background: rgba(74, 222, 128, 0.12);
}

.nw-card-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.nw-card-tag--live {
  color: var(--success);
}

.nw-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold-light);
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.nw-card p {
  margin: 0 0 1.25rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.nw-card p strong {
  color: var(--text);
}

.nw-card-list {
  list-style: none;
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nw-card-list li {
  position: relative;
  padding: 0.3rem 0 0.3rem 1.25rem;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.nw-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

@media (max-width: 900px) {
  .nw-cards {
    grid-template-columns: 1fr;
  }

  .nw-card--featured {
    order: -1;
  }

  .nw-merge-row {
    flex-direction: column;
  }

  .nw-seasons-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nw-arrow-col span:first-child {
    transform: rotate(90deg);
  }
}

@media (max-width: 1200px) {
  .nav-desktop a {
    font-size: 0.72rem;
    padding: 0.5rem 0.55rem;
    letter-spacing: 0.02em;
  }
}
