.elementor-14434 .elementor-element.elementor-element-5221c60{--display:flex;}.elementor-14434 .elementor-element.elementor-element-234f2d1c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14434 .elementor-element.elementor-element-4c9fc359{text-align:center;}.elementor-14434 .elementor-element.elementor-element-4c9fc359 .elementor-heading-title{color:#FFFFFF;}.elementor-14434 .elementor-element.elementor-element-5e8cbe8b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:18px 18px;--row-gap:18px;--column-gap:18px;}.elementor-14434 .elementor-element.elementor-element-afcae2a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14434 .elementor-element.elementor-element-afcae2a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-14434 .elementor-element.elementor-element-3e1a4a1c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-14434 .elementor-element.elementor-element-4c8e1098{padding:10px 10px 0px 10px;}@media(max-width:767px){.elementor-14434 .elementor-element.elementor-element-5e8cbe8b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-14434 .elementor-element.elementor-element-5e8cbe8b{--width:100%;}.elementor-14434 .elementor-element.elementor-element-afcae2a{--width:100%;}.elementor-14434 .elementor-element.elementor-element-3e1a4a1c{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-53fe14ec */@media (max-width: 767px){
  .nf-doc-footer-cta{
    margin-top: 18px;
    padding-top: 14px;
  }
}/* End custom CSS */
/* Start custom CSS *//* --- Fix: style Elementor Post Title wherever it sits --- */
.nf-doc-single .elementor-widget-theme-post-title,
.nf-doc-single .elementor-widget-post-title{
  text-align:center;
  max-width: 820px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
}

.nf-doc-single .elementor-widget-theme-post-title .elementor-heading-title,
.nf-doc-single .elementor-widget-post-title .elementor-heading-title{
  margin: 0;
  font-size: clamp(34px, 4.6vw, 50px);
  font-weight: 950;
  letter-spacing: -0.03em;
  color: #fff;
}

/* =========================================================
   Nfinite Single Doc Template Styles
   Matches your nf-docs hub look and feel
========================================================= */

.nf-doc-single{
  --bg0:#020308;
  --bg1:#050814;
  --surface:rgba(15,23,42,.9);
  --border:rgba(148,163,184,.35);
  --text:rgba(233,238,243,.94);
  --muted:rgba(159,176,196,.9);
  --blue:#38BDF8;
  --purple:#A855F7;
  --radius:18px;

  background:
    radial-gradient(circle at top left, rgba(56,189,248,.14), transparent 55%),
    radial-gradient(circle at top right, rgba(168,85,247,.12), transparent 58%),
    linear-gradient(180deg, #0D1426 0%, #0B1020 100%);
  color: var(--text);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 78px 20px 86px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  box-sizing: border-box;
}

.nf-doc-single-wrap{
  width: min(100%, 1100px);
  margin: 0 auto;
}

/* Hero */
.nf-doc-single-hero{
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
}

.nf-doc-single-kicker{
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--muted);
  margin-bottom: 10px;
}

.nf-doc-single-sub{
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 720px;
}

.nf-doc-single-actions{
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Buttons */
.nf-doc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  background: linear-gradient(90deg, var(--blue), var(--purple));
  color: #050816;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
  transition: transform .14s ease, filter .14s ease, box-shadow .14s ease;
}

.nf-doc-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 18px 44px rgba(0,0,0,.45);
}

.nf-doc-btn-ghost{
  background: transparent;
  color: var(--blue);
  border: 1px solid rgba(148,163,184,.35);
  box-shadow: none;
}

.nf-doc-btn-ghost:hover{
  background: rgba(56,189,248,.10);
  filter: none;
}

.nf-doc-btn-full{
  width: 100%;
}

/* Grid */

.nf-doc-card{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 16px 14px;
  display: grid;
  gap: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.nf-doc-card + .nf-doc-card{
  margin-top: 14px;
}

.nf-doc-card-title{
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  letter-spacing: .02em;
}

.nf-doc-muted{
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

/* TOC */
.nf-doc-toc-empty{
  font-size: 13px;
  color: var(--muted);
}

.nf-doc-toc-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.nf-doc-toc-item a{
  display: block;
  padding: 8px 10px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--text);
  font-weight: 850;
  font-size: 13px;
  border: 1px solid transparent;
  transition: background .14s ease, border-color .14s ease, transform .14s ease;
}

.nf-doc-toc-item a:hover{
  background: rgba(56,189,248,.10);
  border-color: rgba(56,189,248,.22);
  transform: translateY(-1px);
}

.nf-doc-toc-item.is-h3 a{
  padding-left: 22px;
  color: var(--muted);
  font-weight: 800;
}

/* Main article shell */
.nf-doc-article{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 18px 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

/* Body content styling (Gutenberg paste-friendly) */
.nf-doc-body{
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
}

.nf-doc-body p{
  margin: 0 0 1rem;
  color: var(--text);
}

.nf-doc-body :is(h2,h3){
  color: #fff;
  font-weight: 900;
  line-height: 1.25;
  margin: 1.8rem 0 .7rem;
}

.nf-doc-body h2{
  font-size: 22px;
  position: relative;
  padding-bottom: 6px;
}

.nf-doc-body h2::after{
  content:"";
  position:absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), rgba(56,189,248,0));
  border-radius: 2px;
}

.nf-doc-body h3{
  font-size: 17px;
}

.nf-doc-body a{
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}
.nf-doc-body a:hover{
  text-decoration: underline;
}

/* Lists with good bullet alignment */
.nf-doc-body ul,
.nf-doc-body ol{
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}
.nf-doc-body li{
  margin: .35rem 0;
  color: var(--text);
}

/* Images centered by default */
.nf-doc-body img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.2rem auto;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

/* Quotes */
.nf-doc-body blockquote{
  margin: 1.2rem 0;
  padding: 14px 14px;
  border-left: 4px solid rgba(56,189,248,.65);
  background: rgba(2,6,23,.35);
  border-radius: 14px;
  color: var(--muted);
}

/* Tables */
.nf-doc-body table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1rem 0;
  border: 1px solid rgba(148,163,184,.25);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(2,6,23,.25);
  font-size: 13px;
}
.nf-doc-body thead th{
  background: rgba(56,189,248,.10);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  font-weight: 900;
  padding: 10px 12px;
}
.nf-doc-body td,
.nf-doc-body th{
  padding: 10px 12px;
  border-bottom: 1px solid rgba(148,163,184,.18);
}
.nf-doc-body tbody tr:last-child td{
  border-bottom: 0;
}

/* Footer CTA */
.nf-doc-footer-cta{
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(31,41,55,.9);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--muted);
}

.nf-doc-footer-cta strong{
  color: #fff;
}

.nf-doc-footer-link{
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}
.nf-doc-footer-link:hover{
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 960px){
  .nf-doc-single{
    padding: 68px 1px 78px;
  }
}

/* --- Fix: force real 2-column layout on live pages --- */
.nf-doc-single-grid{
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 980px){
  .nf-doc-single-grid{
    grid-template-columns: 320px minmax(0, 1fr) !important;
    align-items: start;
  }
  .nf-doc-side{
    position: sticky;
    top: 18px;
  }
}

/* --- Fix: make Post Content look like the doc article card --- */
.nf-doc-main .elementor-widget-theme-post-content{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.nf-doc-main .elementor-widget-theme-post-content > .elementor-widget-container{
  padding: 18px 18px 16px;
}

/* =========================================================
   Tighten vertical spacing (hero -> content, content -> footer)
========================================================= */

/* Reduce overall section padding a bit */
.nf-doc-single{
  padding-top: 56px;
  padding-bottom: 64px;
}

/* Hero spacing tighter */
.nf-doc-single-hero{
  margin-bottom: 18px;
}

.nf-doc-single-sub{
  margin-top: 8px;
}

/* Grid pulls up closer */
.nf-doc-single-grid{
  margin-top: 14px;
  gap: 14px;
}

/* Cards and main shell a touch tighter */
.nf-doc-card{
  padding: 14px 14px 12px;
}

.nf-doc-article{
  padding: 16px 16px 14px;
}

/* Footer closer to content */
.nf-doc-footer-cta{
  margin-top: 26px;
  padding-top: 16px;
}

/* If Elementor adds extra widget spacing, clamp it inside the wrapper */
.nf-doc-single .elementor-widget{
  margin-bottom: 0;
}

/* =========================================================
   Mobile TOC Toggle (Docs only) FIXED
========================================================= */

/* Never allow horizontal overflow artifacts */
.nf-doc-single{ overflow-x: hidden; }

/* Desktop defaults */
.nf-doc-single .nf-doc-toc-toggle{ display: none !important; }
.nf-doc-single .nf-doc-toc--desktop{ display: block; }
.nf-doc-single .nf-doc-toc-panel{ display: none; }
.nf-doc-single .nf-doc-toc-backdrop{ display: none; }

/* Mobile behavior */
@media (max-width: 979px){
  /* Show toggle button on mobile */
  .nf-doc-single .nf-doc-toc-toggle{
    display: inline-flex !important;
    width: 100%;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,.35);
    background: rgba(2,6,23,.20);
    color: rgba(233,238,243,.94);
    font-weight: 900;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
  }

  .nf-doc-single .nf-doc-toc-toggle-icon{
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(56,189,248,.9);
    border-bottom: 2px solid rgba(56,189,248,.9);
    transform: rotate(45deg);
    transition: transform .18s ease;
  }

  /* Hide desktop toc list in sidebar on mobile */
  .nf-doc-single .nf-doc-toc--desktop{
    display: none !important;
  }

  /* Enable panel + backdrop on mobile */
  .nf-doc-single .nf-doc-toc-panel{
    display: block;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 99999;
    background: rgba(15,23,42,.96);
    border: 1px solid rgba(148,163,184,.35);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(0,0,0,.65);
    transform: translateY(120%);
    transition: transform .22s ease;
    max-height: min(70vh, 520px);
    overflow: auto;
    padding: 12px 12px 14px;
  }

  .nf-doc-single .nf-doc-toc-backdrop{
    display: block;
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: rgba(0,0,0,.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
  }

  .nf-doc-single .nf-doc-toc-panel__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 4px 10px;
    border-bottom: 1px solid rgba(148,163,184,.20);
    margin-bottom: 10px;
  }

  .nf-doc-single .nf-doc-toc-panel__title{
    font-weight: 950;
    color: #fff;
    font-size: 14px;
  }

  .nf-doc-single .nf-doc-toc-close{
    border: 1px solid rgba(148,163,184,.35);
    background: rgba(2,6,23,.20);
    color: rgba(233,238,243,.94);
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
    cursor: pointer;
  }

  /* Open state */
  .nf-doc-single.is-toc-open .nf-doc-toc-panel{
    transform: translateY(0);
  }
  .nf-doc-single.is-toc-open .nf-doc-toc-backdrop{
    opacity: 1;
    pointer-events: auto;
  }
  .nf-doc-single.is-toc-open .nf-doc-toc-toggle-icon{
    transform: rotate(-135deg);
  }
}


@media (max-width: 767px){
  .nf-doc-main,
  .nf-doc-body,
  .nf-doc-body > *{
    width: 100%;
    max-width: 100%;
  }
}

/* =========================================================
   Syntax & Code Styling (Docs)
   Gutenberg + Elementor safe
========================================================= */

/* Inline code */
.nf-doc-body code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.92em;
  background: rgba(2,6,23,.45);
  color: #e5f4ff;
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid rgba(148,163,184,.22);
  white-space: nowrap;
}

/* Reset inline code inside pre blocks */
.nf-doc-body pre code{
  background: none;
  padding: 0;
  border: 0;
  white-space: pre;
  font-size: 13px;
  color: #e5f4ff;
}

/* Code blocks */
.nf-doc-body pre{
  position: relative;
  margin: 1.2rem 0;
  padding: 14px 16px;
  background:
    linear-gradient(180deg, rgba(2,6,23,.75), rgba(2,6,23,.55));
  border: 1px solid rgba(148,163,184,.28);
  border-radius: 16px;
  overflow-x: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1.6;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  -webkit-overflow-scrolling: touch;
}

/* Subtle top accent bar */
.nf-doc-body pre::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--blue),
    var(--purple),
    rgba(168,85,247,0)
  );
  border-radius: 16px 16px 0 0;
  opacity: .9;
}

/* Scrollbar (WebKit) */
.nf-doc-body pre::-webkit-scrollbar{
  height: 8px;
}
.nf-doc-body pre::-webkit-scrollbar-track{
  background: rgba(2,6,23,.35);
  border-radius: 999px;
}
.nf-doc-body pre::-webkit-scrollbar-thumb{
  background: rgba(56,189,248,.55);
  border-radius: 999px;
}

/* Scrollbar (Firefox) */
.nf-doc-body pre{
  scrollbar-width: thin;
  scrollbar-color: rgba(56,189,248,.55) rgba(2,6,23,.35);
}

/* Prevent code blocks from breaking layout */
.nf-doc-body pre,
.nf-doc-body code{
  max-width: 100%;
  box-sizing: border-box;
}

/* Mobile polish */
@media (max-width: 767px){
  .nf-doc-body pre{
    font-size: 12.5px;
    padding: 12px 14px;
  }

  .nf-doc-body code{
    font-size: 0.9em;
  }
}/* End custom CSS */