@import "https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Barlow+Condensed:wght@600;700;800&display=swap";
/* [project]/src/app/landing/landing.css [app-client] (css) */
.np-page {
  --np-bg: #0c0c0c;
  --np-panel: #131315;
  --np-line: #ffffff1c;
  --np-text: #fefefe;
  --np-muted: #fefefe9e;
  --np-faint: #fefefe61;
  --np-accent: #fff;
  --np-accent-dim: #ffffffa6;
  --np-accent-soft: #ffffff14;
  background: var(--np-bg);
  color: var(--np-text);
  min-height: 100vh;
  font-family: Barlow, sans-serif;
}

.np-reveal {
  opacity: 0;
  transition: opacity .6s, transform .6s;
  transform: translateY(22px);
}

.np-reveal.np-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .np-reveal {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

.np-ico {
  width: 1.35rem;
  height: 1.35rem;
}

::selection {
  color: #0c0c0c;
  background: #fff;
}

.np-rail {
  z-index: 70;
  border-right: 1px solid var(--np-line);
  background: #101013;
  flex-direction: column;
  align-items: stretch;
  width: 76px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.np-rail-logo {
  border-bottom: 1px solid var(--np-line);
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  padding: 1.1rem .4rem;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -2px #fff;
}

.np-rail-logo-bare {
  object-fit: contain;
  width: 40px;
  height: 40px;
  display: block;
}

.np-rail-logo-text {
  text-align: center;
  line-height: 1.1;
}

.np-rail-logo-text strong {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--np-text);
  font-size: .68rem;
  font-weight: 800;
  display: block;
}

.np-rail-logo-text small {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--np-faint);
  font-size: .6rem;
  font-weight: 600;
  display: block;
}

.np-rail-nav {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  gap: .15rem;
  padding: .6rem .45rem;
  display: flex;
}

.np-rail-link {
  border: 1px solid #0000;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  gap: .1rem;
  padding: .65rem 0;
  text-decoration: none;
  display: flex;
}

.np-rail-link:hover {
  background: #ffffff0f;
}

.np-rail-index {
  letter-spacing: .12em;
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
}

.np-rail-label {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--np-muted);
  font-size: .62rem;
  font-weight: 700;
}

.np-rail-link:hover .np-rail-label {
  color: var(--np-text);
}

.np-rail-foot {
  border-top: 1px solid var(--np-line);
  justify-content: center;
  padding: 1rem 0 1.2rem;
  display: flex;
}

.np-rail-foot a {
  color: var(--np-text);
  display: flex;
}

.np-rail-foot a:hover {
  color: var(--np-accent-dim);
}

.np-main {
  min-width: 0;
  margin-left: 76px;
}

.np-main--flat {
  margin-left: 0;
}

.np-page--flat .np-rail {
  display: none;
}

.np-header {
  z-index: 60;
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--np-line);
  background: #0c0c0cd1;
  position: sticky;
  top: 0;
}

.np-head-inner {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  max-width: 1440px;
  height: 60px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
}

.np-head-logo {
  visibility: hidden;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--np-text);
  align-items: center;
  gap: .55rem;
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.np-head-logo-img {
  border: 1px solid var(--np-line);
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
}

.np-head-nav {
  justify-content: center;
  align-items: center;
  gap: 2rem;
  display: flex;
}

.np-head-link {
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fefefe8c;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;
}

.np-head-link:hover {
  color: var(--np-text);
}

.np-head-link--active {
  color: var(--np-text);
  text-underline-offset: .5rem;
  text-decoration: underline;
}

.np-head-right {
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.np-head-socials {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.np-head-socials a {
  color: var(--np-text);
  transition: opacity .15s;
  display: flex;
}

.np-head-socials a:hover {
  opacity: .6;
}

.np-head-socials .np-ico {
  width: 1.4rem;
  height: 1.4rem;
}

.np-error {
  max-width: 720px;
  color: var(--np-text);
  background: #ffffff0f;
  border: 1px solid #fff6;
  border-radius: 4px;
  margin: 1rem auto 0;
  padding: .8rem 1.1rem;
  font-size: .9rem;
  font-weight: 600;
}

.np-btn {
  text-transform: uppercase;
  letter-spacing: .06em;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: .55rem;
  padding: .8rem 1.6rem;
  font-family: Barlow, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s, opacity .15s;
  display: inline-flex;
}

.np-btn--sm {
  padding: .55rem 1.1rem;
  font-size: .78rem;
}

.np-btn--block {
  width: 100%;
}

.np-btn--light {
  color: #0c0c0c;
  background: #fff;
}

.np-btn--light:hover {
  background: #ffffffd1;
}

.np-btn--outline {
  color: var(--np-text);
  background: none;
  border-color: #ffffff52;
}

.np-btn--outline:hover {
  background: #ffffff12;
  border-color: #fff;
}

.np-btn--discord {
  color: #0c0c0c;
  background: #fff;
}

.np-btn--discord:hover {
  background: #ffffffd1;
}

.np-text-link {
  color: var(--np-text);
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.np-text-link:hover {
  opacity: .7;
}

.np-hero {
  border-bottom: 1px solid var(--np-line);
  background: var(--np-bg);
  position: relative;
  overflow: hidden;
}

.np-hero:before {
  content: "";
  pointer-events: none;
  background-image: linear-gradient(#ffffff0b 1px, #0000 1px), linear-gradient(90deg, #ffffff0b 1px, #0000 1px);
  background-size: 54px 54px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(90% 80% at 50% 20%, #000 20%, #0000 75%);
  mask-image: radial-gradient(90% 80% at 50% 20%, #000 20%, #0000 75%);
}

.np-hero:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #ffffff14 0%, #0000 65%);
  width: 560px;
  height: 560px;
  position: absolute;
  top: -140px;
  right: -120px;
}

.np-hero-inner {
  z-index: 2;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.np-hero-inner--center {
  text-align: center;
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 1120px;
  padding-top: 5.5rem;
  padding-bottom: 5rem;
}

.np-hero-inner--center .np-hero-kicker {
  border-left: none;
  padding-left: 0;
}

.np-hero-inner--center .np-hero-sub {
  margin-left: auto;
  margin-right: auto;
}

.np-hero-inner--center .np-hero-actions {
  justify-content: center;
}

.np-hero-video {
  border: 1px solid var(--np-line);
  background: #000;
  border-top: 3px solid #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 1024px;
  margin-top: 1.5rem;
  overflow: hidden;
  box-shadow: 0 40px 80px #00000080;
}

.np-hero-video video {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: block;
}

.np-hero-kicker {
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--np-text);
  border-left: 3px solid #fff;
  margin: 0 0 .9rem;
  padding-left: .8rem;
  font-size: .78rem;
  font-weight: 800;
  display: inline-block;
}

.np-hero-title {
  text-transform: uppercase;
  letter-spacing: .01em;
  color: var(--np-text);
  margin: 0 0 1rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: clamp(3.4rem, 8vw, 7rem);
  font-weight: 800;
  line-height: .95;
}

.np-hero-sub {
  color: var(--np-muted);
  max-width: 52ch;
  margin: 0 0 1.8rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.np-hero-actions {
  flex-wrap: wrap;
  gap: .8rem;
  margin-bottom: 1.1rem;
  display: flex;
}

.np-hero-actions .np-ico {
  width: 1.1rem;
  height: 1.1rem;
}

.np-hero-staff {
  color: var(--np-faint);
  margin: 0 0 1.4rem;
  font-size: .85rem;
}

.np-hero-staff a {
  color: var(--np-text);
  border-bottom: 2px solid #fff;
  font-weight: 700;
  text-decoration: none;
}

.np-hero-staff a:hover {
  opacity: .7;
}

.np-hero-meta {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--np-muted);
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: .82rem;
  font-weight: 600;
  display: flex;
}

.np-hero-meta strong {
  color: #fff;
}

.np-meta-sep {
  opacity: .5;
  background: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.np-hero-media {
  border: 1px solid var(--np-line);
  aspect-ratio: 16 / 10;
  background: #000;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px #00000080;
}

.np-hero-media:hover {
  border-color: #fff6;
  transform: translateY(-3px);
  box-shadow: 0 36px 70px #0009;
}

.np-hero-media img, .np-hero-media video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.np-hero-play {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.np-hero-play span {
  color: #0c0c0c;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  padding-left: 6px;
  font-size: 1.7rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 30px #00000080;
}

.np-hero-media:hover .np-hero-play span {
  transform: scale(1.08);
}

.np-hero-media-tag {
  color: #0c0c0c;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: #fff;
  border-left: 3px solid #0c0c0c;
  border-radius: 3px;
  padding: .4rem .8rem;
  font-size: .7rem;
  font-weight: 800;
  position: absolute;
  bottom: .9rem;
  left: .9rem;
}

.np-leakbar {
  z-index: 2;
  background: #101013;
  border-top: 2px solid #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.1rem 2rem;
  display: flex;
  position: relative;
}

.np-leakbar-info {
  flex-wrap: wrap;
  align-items: center;
  gap: .9rem;
  min-width: 0;
  display: flex;
}

.np-leakbar-tag {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #0c0c0c;
  background: #fff;
  border-radius: 2px;
  padding: .3rem .7rem;
  font-size: .68rem;
  font-weight: 800;
}

.np-leakbar-info strong {
  color: var(--np-text);
  font-size: .95rem;
  font-weight: 700;
}

.np-leakbar-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-underline-offset: 3px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: underline;
}

.np-leakbar-link:hover {
  opacity: .7;
}

.np-section {
  padding: 7rem 0;
}

.np-section--dim {
  border-top: 1px solid var(--np-line);
  border-bottom: 1px solid var(--np-line);
  background: #0f0f12;
}

.np-section--tight {
  padding-top: 2.5rem;
}

.np-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
}

.np-sec-head {
  align-items: flex-start;
  gap: 1.4rem;
  margin-bottom: 3rem;
  display: flex;
}

.np-sec-head--center {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.np-sec-head--center .np-sec-desc {
  margin-left: auto;
  margin-right: auto;
}

.np-dossier-strip {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.np-dossier-item {
  border: 1px solid var(--np-line);
  background: var(--np-panel);
  text-align: center;
  border-top: 3px solid #fff;
  border-radius: 6px;
  padding: 2rem 1.6rem;
}

.np-dossier-num {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
}

.np-dossier-item p {
  color: var(--np-muted);
  margin: .7rem 0 0;
  font-size: .95rem;
  line-height: 1.6;
}

.np-dossier-ctas {
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  display: flex;
}

.np-sec-head .np-btn {
  flex-shrink: 0;
  margin-left: auto;
}

.np-sec-index {
  color: #fff;
  letter-spacing: .1em;
  background: #ffffff12;
  border: 1px solid #fff6;
  border-radius: 3px;
  padding: .35rem .6rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.np-sec-kicker {
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--np-text);
  margin: 0 0 .6rem;
  font-size: .75rem;
  font-weight: 800;
}

.np-sec-title {
  text-transform: uppercase;
  color: var(--np-text);
  margin: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1;
}

.np-sec-desc {
  color: var(--np-muted);
  max-width: 64ch;
  margin: .9rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
}

.np-feat {
  border: 1px solid var(--np-line);
  background: var(--np-panel);
  border-top: 3px solid #fff;
  border-radius: 6px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.25rem;
  transition: box-shadow .25s, transform .25s, border-color .25s;
  display: grid;
  overflow: hidden;
}

.np-feat:hover {
  border-color: #ffffff59;
  transform: translateY(-2px);
  box-shadow: 0 24px 50px #00000080;
}

.np-feat-media {
  min-height: 380px;
  position: relative;
  overflow: hidden;
}

.np-feat-media img {
  transition: transform .8s;
}

.np-feat:hover .np-feat-media img {
  transform: scale(1.03);
}

.np-feat-shade {
  display: none;
}

.np-feat-body {
  flex-direction: column;
  justify-content: center;
  gap: .8rem;
  padding: 3rem;
  display: flex;
}

.np-feat--flip .np-feat-media {
  order: 2;
}

.np-feat-tag {
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--np-text);
  margin: 0;
  font-size: .72rem;
  font-weight: 800;
}

.np-feat-body h3 {
  text-transform: uppercase;
  color: var(--np-text);
  margin: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
}

.np-feat-body p {
  color: var(--np-muted);
  max-width: 44ch;
  margin: 0;
  line-height: 1.7;
}

.np-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  display: grid;
}

.np-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.np-grid--page {
  margin-top: 1rem;
}

.np-card {
  background: var(--np-panel);
  border: 1px solid var(--np-line);
  color: inherit;
  border-top: 3px solid #fff;
  border-radius: 6px;
  flex-direction: column;
  text-decoration: none;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

a.np-card:hover, .np-card:hover {
  border-color: #ffffff73;
  transform: translateY(-3px);
  box-shadow: 0 20px 44px #0000008c;
}

.np-card-media {
  background: #000;
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
}

.np-card-media video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.np-card-shade {
  pointer-events: none;
  background: linear-gradient(#0000, #00000080);
  height: 38%;
  position: absolute;
  inset: auto 0 0;
}

.np-card-wash {
  opacity: 0;
  pointer-events: none;
  background: #ffffff1f;
  transition: opacity .25s;
  position: absolute;
  inset: 0;
}

.np-card:hover .np-card-wash {
  opacity: 1;
}

.np-card-top {
  z-index: 2;
  justify-content: space-between;
  gap: .5rem;
  display: flex;
  position: absolute;
  top: .9rem;
  left: .9rem;
  right: .9rem;
}

.np-card-tag {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0c0c0c;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: .3rem .65rem;
  font-size: .66rem;
  font-weight: 800;
}

.np-play-badge {
  z-index: 2;
  color: #0c0c0c;
  letter-spacing: .16em;
  text-transform: uppercase;
  background: #fff;
  border-left: 3px solid #0c0c0c;
  border-radius: 3px;
  padding: .35rem .7rem;
  font-size: .68rem;
  font-weight: 800;
  position: absolute;
  bottom: .9rem;
  left: .9rem;
}

.np-card-num {
  z-index: 2;
  color: #ffffffeb;
  text-shadow: 0 2px 10px #0009;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  bottom: .7rem;
  right: .9rem;
}

.np-card-body {
  flex-direction: column;
  flex: 1;
  gap: .6rem;
  padding: 1.3rem;
  display: flex;
}

.np-card-body h3, .np-card-body strong {
  text-transform: uppercase;
  color: var(--np-text);
  margin: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.15;
}

.np-card-body p, .np-card-body small {
  color: var(--np-muted);
  margin: 0;
  font-size: .88rem;
  line-height: 1.55;
}

.np-card-actions {
  flex-direction: column;
  gap: .5rem;
  margin-top: auto;
  padding-top: .7rem;
  display: flex;
}

.np-show-grid {
  grid-template-columns: 1.65fr 1fr;
  align-items: stretch;
  gap: 1.25rem;
  display: grid;
}

.np-show {
  border: 1px solid var(--np-line);
  aspect-ratio: 16 / 10;
  background: #000;
  border-top: 3px solid #fff;
  border-radius: 6px;
  min-height: 420px;
  display: block;
  position: relative;
  overflow: hidden;
}

.np-show-slide {
  opacity: 0;
  transition: opacity .8s;
  position: absolute;
  inset: 0;
}

.np-show-slide--active {
  opacity: 1;
}

.np-show-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.np-show-shade {
  pointer-events: none;
  background: linear-gradient(#00000059 0%, #0000 30% 60%, #0000008c 100%);
  position: absolute;
  inset: 0;
}

.np-show-top {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
  display: flex;
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
}

.np-show-count {
  letter-spacing: .18em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  background: #0000008c;
  border: 1px solid #ffffff4d;
  border-radius: 3px;
  padding: .3rem .7rem;
  font-size: .78rem;
  font-weight: 800;
}

.np-show-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

.np-show-dots {
  gap: .45rem;
  display: flex;
}

.np-show-dot {
  cursor: pointer;
  background: #ffffff4d;
  border: none;
  border-radius: 99px;
  width: 30px;
  height: 5px;
  padding: 0;
  transition: background .2s, width .2s;
}

.np-show-dot--active {
  background: #fff;
  width: 46px;
}

.np-show-arrows {
  gap: .45rem;
  display: flex;
}

.np-show-arrows button {
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #0000008c;
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  font-size: 1.05rem;
}

.np-show-arrows button:hover {
  color: #0c0c0c;
  background: #fff;
}

.np-show-side {
  border: 1px solid var(--np-line);
  background: var(--np-panel);
  border-top: 3px solid #fff;
  border-radius: 6px;
  flex-direction: column;
  gap: .8rem;
  padding: 1.8rem;
  display: flex;
}

.np-show-side-kicker {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--np-muted);
  margin: 0;
  font-size: .7rem;
  font-weight: 800;
}

.np-show-side h3 {
  text-transform: uppercase;
  margin: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  font-weight: 800;
  line-height: 1;
}

.np-show-side > p {
  color: var(--np-muted);
  margin: 0;
  font-size: .95rem;
  line-height: 1.6;
}

.np-show-side ul {
  border: 1px solid var(--np-line);
  background: #ffffff08;
  border-left: 3px solid #fff;
  border-radius: 4px;
  flex-direction: column;
  gap: .55rem;
  margin: .2rem 0 .4rem;
  padding: 1rem 1.1rem;
  list-style: none;
  display: flex;
}

.np-show-side li {
  color: var(--np-text);
  padding-left: 1rem;
  font-size: .88rem;
  line-height: 1.5;
  position: relative;
}

.np-show-side li:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: .5em;
  left: 0;
}

.np-show-side-actions {
  flex-direction: column;
  gap: .6rem;
  margin-top: auto;
  padding-top: .6rem;
  display: flex;
}

.np-arch-list {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.np-arch-big {
  color: inherit;
  border: 1px solid var(--np-line);
  background: var(--np-panel);
  border-top: 3px solid #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  display: block;
  overflow: hidden;
}

.np-arch-big:hover {
  border-color: #fff6;
  transform: translateY(-3px);
  box-shadow: 0 26px 60px #0000008c;
}

.np-arch-media {
  aspect-ratio: 21 / 9;
  background: #000;
  min-height: 320px;
  display: block;
  position: relative;
  overflow: hidden;
}

.np-arch-media video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.np-arch-shade {
  background: linear-gradient(#0000004d 0%, #0000 35% 55%, #000000d1 100%);
  position: absolute;
  inset: 0;
}

.np-arch-top {
  justify-content: space-between;
  gap: .8rem;
  display: flex;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
}

.np-arch-bottom {
  align-items: flex-end;
  gap: 1.4rem;
  display: flex;
  position: absolute;
  bottom: 1.4rem;
  left: 1.5rem;
  right: 1.5rem;
}

.np-arch-num {
  color: #ffffffe6;
  text-shadow: 0 4px 20px #0009;
  font-family: Barlow Condensed, sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  line-height: .9;
}

.np-arch-text {
  flex-direction: column;
  flex: 1;
  gap: .3rem;
  min-width: 0;
  display: flex;
}

.np-arch-text strong {
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  font-weight: 800;
  line-height: 1.05;
}

.np-arch-text small {
  color: #ffffffbf;
  font-size: .95rem;
}

.np-arch-meta {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--np-muted);
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  font-size: .78rem;
  font-weight: 700;
  display: flex;
}

.np-arch-next {
  border: 1px solid var(--np-line);
  background: var(--np-panel);
  border-left: 3px solid #fff;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.2rem 1.4rem;
  display: flex;
}

.np-arch-next p {
  color: var(--np-muted);
  flex: 1;
  min-width: 220px;
  margin: 0;
}

.np-arch-next strong {
  color: var(--np-text);
}

.np-steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  display: grid;
}

.np-step {
  border: 1px solid var(--np-line);
  background: var(--np-panel);
  border-top: 3px solid #fff;
  border-radius: 6px;
  padding: 1.8rem;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}

.np-step:hover {
  border-color: #ffffff59;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px #00000080;
}

.np-step-num {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
}

.np-step h3 {
  text-transform: uppercase;
  color: var(--np-text);
  margin: .7rem 0 .5rem;
  font-size: 1.3rem;
  font-weight: 800;
}

.np-step p {
  color: var(--np-muted);
  margin: 0 0 1rem;
  font-size: .92rem;
  line-height: 1.65;
}

.np-step small {
  border-top: 1px solid var(--np-line);
  color: var(--np-faint);
  margin-top: .9rem;
  padding-top: .8rem;
  font-size: .8rem;
  display: block;
}

.np-step small a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.np-req {
  border-top: 1px solid var(--np-line);
  color: var(--np-faint);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  font-size: .82rem;
  font-weight: 600;
}

.np-join {
  border: 1px solid var(--np-line);
  background: var(--np-panel);
  border-top: 3px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}

.np-join-inner {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 720px;
  margin: 0 auto;
  padding: 4.5rem 3rem;
  display: flex;
}

.np-join-inner h2 {
  text-transform: uppercase;
  color: var(--np-text);
  margin: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: .95;
}

.np-join-inner > p {
  color: var(--np-muted);
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
}

.np-join-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: .4rem;
  display: flex;
}

.np-join-actions .np-ico {
  width: 1.1rem;
  height: 1.1rem;
}

.np-join-media {
  min-height: 380px;
  position: relative;
}

.np-join-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.np-show-video {
  border: 1px solid var(--np-line);
  aspect-ratio: 16 / 10;
  background: #000;
  border-top: 3px solid #fff;
  border-radius: 6px;
  min-height: 320px;
  overflow: hidden;
}

.np-show-video video {
  width: 100%;
  height: 100%;
  display: block;
}

.np-staff-link {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--np-faint);
  margin-top: .4rem;
  font-size: .76rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.np-staff-link:hover {
  color: #fff;
}

.np-footer {
  border-top: 1px solid var(--np-line);
  background: #08080a;
  padding: 3rem 0 0;
}

.np-foot-mark {
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #0000;
  -webkit-text-stroke: 1px #fefefe4d;
  -webkit-user-select: none;
  user-select: none;
  font-family: Barlow Condensed, sans-serif;
  font-size: clamp(3rem, 9vw, 7rem);
  font-weight: 800;
  line-height: .9;
}

.np-foot-grid {
  flex-wrap: wrap;
  gap: 3rem;
  margin: 2rem 0 2.5rem;
  display: flex;
}

.np-foot-brand {
  flex-direction: column;
  flex: 1.1;
  align-items: flex-start;
  gap: 1rem;
  min-width: 260px;
  max-width: 360px;
  display: flex;
}

.np-foot-brand .np-ico {
  width: 1rem;
  height: 1rem;
}

.np-foot-logo {
  align-items: center;
  gap: .7rem;
  display: flex;
}

.np-foot-logo-img {
  border: 1px solid var(--np-line);
  border-radius: 8px;
  width: 38px;
  height: 38px;
  display: block;
  position: relative;
  overflow: hidden;
}

.np-foot-logo strong {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--np-text);
  font-size: .85rem;
  font-weight: 800;
  display: block;
}

.np-foot-logo small {
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--np-faint);
  font-size: .62rem;
  font-weight: 600;
  display: block;
}

.np-foot-claim {
  color: var(--np-muted);
  max-width: 52ch;
  margin: 0;
  line-height: 1.65;
}

.np-foot-socials {
  gap: .6rem;
  display: flex;
}

.np-foot-socials a {
  border: 1px solid var(--np-line);
  width: 38px;
  height: 38px;
  color: var(--np-text);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.np-foot-socials a:hover {
  color: #0c0c0c;
  background: #fff;
  border-color: #fff;
}

.np-foot-socials .np-ico {
  width: 1.1rem;
  height: 1.1rem;
}

.np-foot-cols {
  border-bottom: none;
  flex-wrap: wrap;
  flex: 2;
  gap: 3rem;
  padding-bottom: 0;
  display: flex;
}

.np-foot-col {
  flex-direction: column;
  gap: .5rem;
  min-width: 160px;
  display: flex;
}

.np-foot-col h4 {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--np-faint);
  margin: 0 0 .4rem;
  font-size: .75rem;
  font-weight: 800;
}

.np-foot-col a {
  color: var(--np-muted);
  font-size: .92rem;
  text-decoration: none;
}

.np-foot-col a:hover {
  color: #fff;
}

.np-foot-more {
  color: var(--np-faint);
  font-size: .85rem;
}

.np-foot-bottom {
  border-top: 1px solid var(--np-line);
  color: var(--np-faint);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 0;
  font-size: .82rem;
  display: flex;
}

.np-foot-bottom a {
  color: var(--np-text);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}

.np-foot-bottom a:hover {
  opacity: .65;
}

.np-foot-status {
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: .55rem;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.np-foot-status i {
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px #fffc;
}

.np-dhead {
  padding-top: 3.5rem;
  padding-bottom: 1.8rem;
}

.np-crumbs {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--np-faint);
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.np-crumbs a {
  color: #fff;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.np-dhead h1 {
  text-transform: uppercase;
  max-width: 22ch;
  color: var(--np-text);
  margin: .9rem 0 .7rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
}

.np-dhead > p {
  color: var(--np-muted);
  max-width: 60ch;
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.6;
}

.np-dhero-date {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
}

.np-dmedia {
  border: 1px solid var(--np-line);
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 50px #00000080;
}

.np-dmedia img {
  aspect-ratio: 21 / 9;
  object-fit: cover;
  width: 100%;
  display: block;
}

.np-dmedia--video video {
  aspect-ratio: 16 / 9;
  background: #000;
  width: 100%;
  display: block;
}

.np-dgrid {
  grid-template-columns: 1fr 320px;
  align-items: start;
  gap: 1.5rem;
  margin-top: 2rem;
  display: grid;
}

.np-dbody {
  border: 1px solid var(--np-line);
  background: var(--np-panel);
  border-radius: 6px;
  padding: 2rem;
}

.np-dbody h2 {
  text-transform: uppercase;
  color: var(--np-text);
  margin: 1.4rem 0 1rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
}

.np-dbody p {
  color: var(--np-muted);
  line-height: 1.7;
}

.np-dlead {
  color: var(--np-text) !important;
  margin: 0 !important;
  font-size: 1.08rem !important;
  line-height: 1.75 !important;
}

.np-dlist {
  flex-direction: column;
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.np-dlist li {
  border: 1px solid var(--np-line);
  background: #ffffff06;
  border-radius: 4px;
  align-items: flex-start;
  gap: .9rem;
  padding: 1rem 1.1rem;
  display: flex;
}

.np-dlist strong {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.1rem;
}

.np-dlist span {
  color: var(--np-text);
  font-size: .95rem;
  line-height: 1.55;
}

.np-dvideo {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--np-line);
  background: #000;
  border-radius: 6px;
  margin-bottom: 1.6rem;
  overflow: hidden;
}

.np-dvideo video {
  width: 100%;
  height: 100%;
  display: block;
}

.np-drawer-div {
  background: var(--np-line);
  height: 1px;
  margin: 1.4rem 0 0;
}

.np-drawer-foot {
  border: 1px solid var(--np-line);
  background: #ffffff06;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
  padding: 1.2rem;
  display: flex;
}

.np-drawer-foot h4 {
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--np-text);
  margin: 0 0 .25rem;
  font-size: 1rem;
}

.np-drawer-foot p {
  color: var(--np-muted);
  margin: 0;
  font-size: .85rem;
}

.np-dside {
  flex-direction: column;
  gap: 1rem;
  display: flex;
  position: sticky;
  top: 76px;
}

.np-dcard {
  border: 1px solid var(--np-line);
  background: var(--np-panel);
  border-radius: 6px;
  flex-direction: column;
  gap: .7rem;
  padding: 1.3rem;
  display: flex;
}

.np-dcard h4 {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--np-faint);
  margin: 0;
  font-size: .75rem;
  font-weight: 800;
}

.np-dcard dl {
  flex-direction: column;
  gap: .5rem;
  margin: 0;
  display: flex;
}

.np-dcard dl > div {
  justify-content: space-between;
  gap: 1rem;
  display: flex;
}

.np-dcard dt {
  color: var(--np-faint);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .7rem;
  font-weight: 700;
}

.np-dcard dd {
  color: var(--np-text);
  text-align: right;
  margin: 0;
  font-size: .85rem;
  font-weight: 700;
}

.np-dcard-note {
  margin: 0 !important;
  font-size: .85rem !important;
}

.np-dothers {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.np-dother {
  border: 1px solid var(--np-line);
  border-radius: 4px;
  align-items: center;
  gap: .75rem;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.np-dother:hover {
  border-color: #fff6;
}

.np-dother-thumb {
  border-radius: 3px;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  display: block;
  position: relative;
  overflow: hidden;
}

.np-dother-thumb--num {
  background: #ffffff0f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.np-dother-thumb--num strong {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.2rem;
}

.np-dother-play {
  color: #fff;
  background: #00000073;
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.np-dother-text {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.np-dother-text strong {
  color: var(--np-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .82rem;
  overflow: hidden;
}

.np-dother-text small {
  color: var(--np-muted);
  font-size: .72rem;
  font-weight: 700;
}

.np-dnav {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
  display: grid;
}

.np-dnav-card {
  border: 1px solid var(--np-line);
  background: var(--np-panel);
  border-radius: 4px;
  flex-direction: column;
  gap: .3rem;
  padding: 1.2rem 1.4rem;
  text-decoration: none;
  display: flex;
}

.np-dnav-card:hover {
  border-color: #fff6;
}

.np-dnav-card small {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--np-muted);
  font-size: .7rem;
  font-weight: 800;
}

.np-dnav-card strong {
  color: var(--np-text);
  font-size: 1rem;
}

.np-dnav-card--next {
  text-align: right;
}

@media (max-width: 1200px) {
  .np-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1023px) {
  .np-rail {
    display: none;
  }

  .np-main {
    margin-left: 0;
  }

  .np-head-logo {
    visibility: visible;
    display: inline-flex;
  }

  .np-head-nav {
    display: none;
  }

  .np-hero-inner {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .np-hero-inner--center {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .np-dossier-strip, .np-show-grid {
    grid-template-columns: 1fr;
  }

  .np-show {
    aspect-ratio: 16 / 11;
    min-height: 320px;
  }

  .np-arch-bottom {
    flex-wrap: wrap;
  }

  .np-arch-bottom .np-btn {
    width: 100%;
  }

  .np-feat {
    grid-template-columns: 1fr;
  }

  .np-feat--flip .np-feat-media {
    order: 0;
  }

  .np-feat-media {
    min-height: 260px;
  }

  .np-join {
    grid-template-columns: 1fr;
  }

  .np-join-media {
    min-height: 260px;
  }

  .np-dgrid {
    grid-template-columns: 1fr;
  }

  .np-dside {
    position: static;
  }
}

@media (max-width: 640px) {
  .np-head-inner {
    gap: 1rem;
    padding: 0 1rem;
  }

  .np-head-socials {
    display: none;
  }

  .np-hero-inner {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .np-leakbar {
    padding: 1rem 1.25rem;
  }

  .np-section {
    padding: 3.5rem 0;
  }

  .np-wrap {
    padding: 0 1.25rem;
  }

  .np-grid, .np-steps {
    grid-template-columns: 1fr;
  }

  .np-feat-body {
    padding: 1.8rem;
  }

  .np-join-inner {
    padding: 2rem 1.4rem;
  }

  .np-sec-head {
    flex-wrap: wrap;
  }

  .np-sec-head .np-btn {
    margin-left: 0;
  }

  .np-dnav {
    grid-template-columns: 1fr;
  }

  .np-dbody {
    padding: 1.4rem;
  }
}

/*# sourceMappingURL=src_app_landing_landing_050co4-.css.map*/