html { scroll-behavior: smooth; }
body { margin: 0; background: #080712; }
#ngw-home,
#ngw-home * { box-sizing: border-box; }
#ngw-home {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ngw-text);
  background:
    radial-gradient(circle at 9% 4%, rgba(157,53,255,.15), transparent 28%),
    radial-gradient(circle at 89% 18%, rgba(72,217,255,.1), transparent 29%),
    linear-gradient(180deg, #070610 0%, #0c0818 46%, #080712 100%);
  line-height: 1.6;
  isolation: isolate;
}
#ngw-home a { color: inherit; text-decoration: none; }
#ngw-home img,
#ngw-home svg { display: block; max-width: 100%; }
#ngw-home .ngw-shell { width: min(1160px, calc(100% - 42px)); margin-inline: auto; position: relative; z-index: 2; }
#ngw-home .ngw-grid {
  position: absolute; inset: 0; z-index: 0; opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.038) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.038) 1px,transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
  pointer-events: none;
}
#ngw-home .ngw-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px;
  border: 1px solid rgba(157,53,255,.36); border-radius: 999px; color: #e7ccff;
  background: rgba(157,53,255,.1); font-size: 11px; font-weight: 800;
  letter-spacing: .13em; text-transform: uppercase;
}
#ngw-home .ngw-eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ngw-cyan);
  box-shadow: 0 0 14px rgba(72,217,255,.8);
}
#ngw-home .ngw-center { text-align: center; }
#ngw-home .ngw-heading-sm {
  margin: 16px 0 18px; color: #fff; font-size: clamp(33px, 3.8vw, 52px);
  line-height: 1.08; letter-spacing: -.045em; font-weight: 800; text-wrap: balance;
}
#ngw-home .ngw-gradient-text {
  color: transparent;
  background: linear-gradient(100deg, #fff 0%, #d8b7ff 34%, #82e9ff 72%, #fff 100%);
  background-size: 200% auto; background-clip: text; -webkit-background-clip: text;
}
#ngw-home .ngw-page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
#ngw-home .ngw-page-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 0 21px; border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px; color: #fff; font-size: 14px; font-weight: 800;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
#ngw-home .ngw-page-btn:hover { transform: translateY(-3px); }
#ngw-home .ngw-page-btn--primary {
  background: linear-gradient(115deg, #5a16c7, #a33aff 25%, #ed64ff 46%, #48d9ff 70%, #6b20db);
  background-size: 300% 300%; box-shadow: 0 15px 36px rgba(124,58,237,.3);
  animation: ngw-single-gradient 7s ease infinite;
}
#ngw-home .ngw-page-btn--secondary { background: rgba(255,255,255,.065); }
@keyframes ngw-single-gradient { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
#ngw-home .ngw-cta-panel {
  position: relative; overflow: hidden; padding: 58px 40px; border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px; background: radial-gradient(circle at 12% 10%,rgba(72,217,255,.17),transparent 31%), radial-gradient(circle at 88% 75%,rgba(237,100,255,.18),transparent 34%), linear-gradient(135deg,rgba(104,29,196,.56),rgba(20,14,52,.9));
  box-shadow: 0 30px 90px rgba(0,0,0,.3);
}
#ngw-home .ngw-cta-panel h2 { margin: 0; color: #fff; font-size: clamp(34px,4.2vw,54px); line-height: 1.08; letter-spacing: -.045em; }
#ngw-home .ngw-cta-panel p { margin: 15px 0 0; color: #d5cfdf; font-size: 16px; line-height: 1.68; }

#ngw-home .ngw-single-page { position: relative; overflow: clip; }
#ngw-home .ngw-single-hero {
  position: relative;
  padding: 74px 0 84px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 15% 8%, rgba(157,53,255,.18), transparent 31%),
    radial-gradient(circle at 88% 18%, rgba(72,217,255,.11), transparent 30%);
}
#ngw-home .ngw-single-hero::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -260px;
  bottom: -330px;
  border-radius: 50%;
  background: rgba(157,53,255,.12);
  filter: blur(70px);
  pointer-events: none;
}
#ngw-home .ngw-single-hero-inner { max-width: 1040px; }
#ngw-home .ngw-single-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 27px;
  color: #c7c0d3;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease, transform .2s ease;
}
#ngw-home .ngw-single-back:hover { color: #fff; transform: translateX(-3px); }
#ngw-home .ngw-single-title {
  max-width: 960px;
  margin: 19px 0 18px;
  color: #fff;
  font-size: clamp(45px, 5.35vw, 72px);
  line-height: 1.045;
  letter-spacing: -.054em;
  font-weight: 800;
  text-wrap: balance;
}
#ngw-home .ngw-single-excerpt {
  max-width: 790px;
  margin: 0;
  color: var(--ngw-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.72;
}
#ngw-home .ngw-single-meta { margin-top: 24px; }
#ngw-home .ngw-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  color: #9f98ad;
  font-size: 12px;
  font-weight: 650;
}
#ngw-home .ngw-post-meta span { display: inline-flex; align-items: center; gap: 8px; }
#ngw-home .ngw-post-meta span:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 12px;
  border-radius: 50%;
  background: rgba(72,217,255,.7);
}
#ngw-home .ngw-single-featured {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8.6;
  margin: 44px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 27px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 28px 82px rgba(0,0,0,.35);
}
#ngw-home .ngw-single-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
}
#ngw-home .ngw-single-featured img { width: 100%; height: 100%; object-fit: cover; }

#ngw-home .ngw-single-content-section { padding: 78px 0 88px; }
#ngw-home .ngw-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  gap: 52px;
  align-items: start;
  max-width: 1080px;
}
#ngw-home .ngw-single-article {
  min-width: 0;
  padding: clamp(27px, 3.5vw, 48px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.058), rgba(255,255,255,.022));
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
#ngw-home .ngw-single-content { color: #d6d0df; font-size: 16px; line-height: 1.86; }
#ngw-home .ngw-single-content > *:first-child { margin-top: 0; }
#ngw-home .ngw-single-content > *:last-child { margin-bottom: 0; }
#ngw-home .ngw-single-content p { margin: 0 0 1.45em; }
#ngw-home .ngw-single-content h2,
#ngw-home .ngw-single-content h3,
#ngw-home .ngw-single-content h4 {
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.035em;
  text-wrap: balance;
}
#ngw-home .ngw-single-content h2 { margin: 1.75em 0 .68em; font-size: clamp(27px, 3vw, 38px); }
#ngw-home .ngw-single-content h3 { margin: 1.55em 0 .62em; font-size: clamp(22px, 2.25vw, 29px); }
#ngw-home .ngw-single-content h4 { margin: 1.4em 0 .55em; font-size: 19px; }
#ngw-home .ngw-single-content a { color: #94e8ff; text-decoration: underline; text-underline-offset: 3px; }
#ngw-home .ngw-single-content strong { color: #fff; }
#ngw-home .ngw-single-content ul,
#ngw-home .ngw-single-content ol { margin: 0 0 1.55em; padding-left: 1.35em; }
#ngw-home .ngw-single-content li { margin: .48em 0; padding-left: .22em; }
#ngw-home .ngw-single-content li::marker { color: #8a4cff; font-weight: 800; }
#ngw-home .ngw-single-content blockquote {
  margin: 2em 0;
  padding: 23px 25px;
  border: 1px solid rgba(157,53,255,.25);
  border-left: 4px solid #9d35ff;
  border-radius: 0 17px 17px 0;
  color: #ece7f4;
  background: rgba(157,53,255,.075);
  font-size: 17px;
  line-height: 1.72;
}
#ngw-home .ngw-single-content blockquote p:last-child { margin-bottom: 0; }
#ngw-home .ngw-single-content img {
  height: auto;
  margin: 2em auto;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
}
#ngw-home .ngw-single-content figure { margin: 2em 0; }
#ngw-home .ngw-single-content figcaption { margin-top: 10px; color: #8f899b; font-size: 12px; text-align: center; }
#ngw-home .ngw-single-content table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
}
#ngw-home .ngw-single-content th,
#ngw-home .ngw-single-content td { padding: 13px 14px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; }
#ngw-home .ngw-single-content th { color: #fff; background: rgba(157,53,255,.1); }
#ngw-home .ngw-single-content pre,
#ngw-home .ngw-single-content code { border-radius: 8px; color: #e9e4f1; background: #0b0918; }
#ngw-home .ngw-single-content code { padding: .12em .35em; }
#ngw-home .ngw-single-content pre { padding: 18px; overflow-x: auto; }
#ngw-home .ngw-single-content pre code { padding: 0; }

#ngw-home .ngw-single-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); }
#ngw-home .ngw-single-tags a {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: #c9c3d4;
  background: rgba(255,255,255,.035);
  font-size: 11px;
  font-weight: 700;
}
#ngw-home .ngw-single-source {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid rgba(72,217,255,.2);
  border-radius: 17px;
  background: rgba(72,217,255,.05);
}
#ngw-home .ngw-single-source-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #9d35ff, #48d9ff);
  font-weight: 800;
}
#ngw-home .ngw-single-source strong { color: #fff; font-size: 14px; }
#ngw-home .ngw-single-source p { margin: 4px 0 8px; color: #a9a3b5; font-size: 12px; }
#ngw-home .ngw-single-source a { color: #8eeaff; font-size: 12px; font-weight: 800; }

#ngw-home .ngw-single-sidebar { position: sticky; top: 108px; }
#ngw-home .ngw-single-sidebar-card {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(157,53,255,.09), rgba(255,255,255,.025));
  box-shadow: 0 22px 58px rgba(0,0,0,.22);
}
#ngw-home .ngw-single-sidebar-label { color: #e0bfff; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
#ngw-home .ngw-single-sidebar dl { display: grid; gap: 0; margin: 17px 0 21px; }
#ngw-home .ngw-single-sidebar dl > div { display: grid; gap: 4px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.075); }
#ngw-home .ngw-single-sidebar dt { color: #8f899b; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
#ngw-home .ngw-single-sidebar dd { margin: 0; color: #f4f0f8; font-size: 13px; font-weight: 700; }
#ngw-home .ngw-single-sidebar .ngw-page-btn { width: 100%; min-height: 46px; font-size: 12px; }

#ngw-home .ngw-single-related { padding: 76px 0; border-top: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.012); }
#ngw-home .ngw-single-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; margin-top: 38px; }
#ngw-home .ngw-single-related-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.022));
  transition: transform .25s ease, border-color .25s ease;
}
#ngw-home .ngw-single-related-card:hover { transform: translateY(-4px); border-color: rgba(157,53,255,.35); }
#ngw-home .ngw-single-related-media { display: block; aspect-ratio: 16 / 9; background: rgba(157,53,255,.08); }
#ngw-home .ngw-single-related-media img { width: 100%; height: 100%; object-fit: contain; background: #0b0918; }
#ngw-home .ngw-single-related-body { padding: 18px; }
#ngw-home .ngw-single-related-body > span { color: #cfa8ef; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
#ngw-home .ngw-single-related-body h3 { margin: 9px 0 15px; color: #fff; font-size: 17px; line-height: 1.35; }
#ngw-home .ngw-single-related-body h3 a:hover { color: #9deaff; }

#ngw-home .ngw-single-cta-section { padding: 68px 0 80px; }
#ngw-home .ngw-single-cta-section .ngw-cta-panel { text-align: center; }
#ngw-home .ngw-single-cta-section .ngw-cta-panel h2 { max-width: 760px; margin-inline: auto; }
#ngw-home .ngw-single-cta-section .ngw-cta-panel p { max-width: 650px; margin-inline: auto; }
#ngw-home .ngw-single-cta-section .ngw-page-actions { justify-content: center; }

@media (min-width: 1025px) and (max-width: 1440px) {
  #ngw-home .ngw-single-hero { padding: 48px 0 62px; }
  #ngw-home .ngw-single-title { font-size: clamp(42px, 4.2vw, 58px); }
  #ngw-home .ngw-single-featured { margin-top: 32px; border-radius: 22px; }
  #ngw-home .ngw-single-content-section { padding: 62px 0 68px; }
  #ngw-home .ngw-single-layout { gap: 36px; grid-template-columns: minmax(0, 1fr) 260px; }
  #ngw-home .ngw-single-article { padding: 32px; }
  #ngw-home .ngw-single-content { font-size: 15px; line-height: 1.78; }
  #ngw-home .ngw-single-related { padding: 60px 0; }
  #ngw-home .ngw-single-cta-section { padding: 54px 0 64px; }
}

@media (max-width: 900px) {
  #ngw-home .ngw-single-layout { grid-template-columns: 1fr; gap: 24px; }
  #ngw-home .ngw-single-sidebar { position: static; order: -1; }
  #ngw-home .ngw-single-sidebar-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: end; }
  #ngw-home .ngw-single-sidebar-card dl { grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 14px 0 0; }
  #ngw-home .ngw-single-sidebar-card dl > div { border: 0; padding: 0; }
  #ngw-home .ngw-single-sidebar-label { grid-column: 1 / -1; }
  #ngw-home .ngw-single-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #ngw-home .ngw-single-related-card:last-child { grid-column: 1 / -1; width: min(50%, 420px); margin-inline: auto; }
}

@media (max-width: 767px) {
  #ngw-home .ngw-single-hero { padding: 31px 0 45px; }
  #ngw-home .ngw-single-back { margin-bottom: 20px; font-size: 12px; }
  #ngw-home .ngw-single-title { margin-block: 14px; font-size: clamp(30px, 9.2vw, 39px); line-height: 1.08; letter-spacing: -.045em; }
  #ngw-home .ngw-single-excerpt { font-size: 14px; line-height: 1.58; }
  #ngw-home .ngw-single-meta { margin-top: 18px; }
  #ngw-home .ngw-post-meta { gap: 7px 12px; font-size: 10px; }
  #ngw-home .ngw-post-meta span:not(:last-child)::after { margin-left: 5px; }
  #ngw-home .ngw-single-featured { aspect-ratio: 16 / 10; margin-top: 25px; border-radius: 16px; }
  #ngw-home .ngw-single-content-section { padding: 43px 0 49px; }
  #ngw-home .ngw-single-article { padding: 20px 17px; border-radius: 18px; }
  #ngw-home .ngw-single-content { font-size: 14px; line-height: 1.72; }
  #ngw-home .ngw-single-content h2 { font-size: 25px; }
  #ngw-home .ngw-single-content h3 { font-size: 21px; }
  #ngw-home .ngw-single-content blockquote { padding: 17px 18px; font-size: 15px; }
  #ngw-home .ngw-single-content table { display: block; overflow-x: auto; white-space: nowrap; }
  #ngw-home .ngw-single-sidebar-card { grid-template-columns: 1fr; padding: 17px; border-radius: 17px; }
  #ngw-home .ngw-single-sidebar-card dl { grid-template-columns: 1fr 1fr; }
  #ngw-home .ngw-single-source { grid-template-columns: 36px 1fr; padding: 16px; }
  #ngw-home .ngw-single-source-icon { width: 36px; height: 36px; }
  #ngw-home .ngw-single-related { padding: 45px 0; }
  #ngw-home .ngw-single-related-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
  #ngw-home .ngw-single-related-card:last-child { grid-column: auto; width: auto; margin: 0; }
  #ngw-home .ngw-single-related-body { padding: 15px; }
  #ngw-home .ngw-single-cta-section { padding: 42px 0 50px; }
}
