/* Nab Price: dependency-free, responsive product design. Shared by every public page.
   Three structural widths: mobile, tablet (640px), desktop navigation (900px).
   Keep the legacy content classes: pricing, legal, waitlist, FAQ and flow pages use them. */
:root {
  --np-bg:#f4f7fc; --np-panel:#fff; --np-text:#142743; --np-muted:#53657f;
  --np-border:#dce4f0; --np-accent:#2459bd; --np-accent-ink:#fff;
  --np-accent-soft:#e8effc; --np-ok:#2459bd; --np-warn:#885b09; --np-bad:#b42332;
  --np-radius:16px; --np-lime:#bfd7ff; --np-shadow:0 24px 70px -38px rgba(25,55,105,.3);
  color-scheme:light;
}
@media(prefers-color-scheme:dark) {
  :root { --np-bg:#0e1628; --np-panel:#152238; --np-text:#edf3ff; --np-muted:#adbed9;
    --np-border:#2e4264; --np-accent:#94bfff; --np-accent-ink:#10284e;
    --np-accent-soft:#1c3154; --np-ok:#94bfff; --np-warn:#f3c46a; --np-bad:#ffa2a9;
    --np-lime:#bfd7ff; --np-shadow:0 24px 70px -38px rgba(0,0,0,.8); color-scheme:dark; }
}
/* Editorial landing and compact information architecture. */
.np-preview-notice { display:flex; flex-wrap:wrap; gap:4px 16px; align-items:center; justify-content:space-between; padding:10px 0; border-bottom:1px solid var(--np-border); color:var(--np-muted); font-size:12px; }
.np-preview-notice a { font-weight:650; }
.np-breadcrumb { display:flex; gap:10px; padding-top:24px; color:var(--np-muted); font-size:12px; }
.np-editorial-visual { margin:0; min-width:0; position:relative; }
.np-editorial-visual>img { display:block; width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; border-radius:var(--np-radius); border:1px solid var(--np-border); }
.np-image-note { position:relative; display:flex; align-items:center; gap:16px; margin:-32px 20px 0; padding:18px 20px; background:var(--np-panel); border:1px solid var(--np-border); border-radius:12px; box-shadow:var(--np-shadow); }
.np-image-note strong,.np-image-note span:not(.np-signal) { display:block; }
.np-image-note strong { font-size:14px; }
.np-image-note div>span { font-size:12px; color:var(--np-muted); }
.np-editorial-visual figcaption { font-size:10px; margin:12px 0 0; color:var(--np-muted); }
.np-discover { margin-top:42px; }
.np-discover-grid { display:grid; gap:22px; align-items:start; }
.np-feed { min-width:0; background:var(--np-panel); border:1px solid var(--np-border); border-radius:var(--np-radius); overflow:hidden; }
.np-filters { display:flex; flex-wrap:wrap; gap:5px; padding:14px 16px; border-bottom:1px solid var(--np-border); }
.np-filters button { border:1px solid transparent; background:transparent; color:var(--np-muted); padding:8px 12px; min-height:44px; border-radius:8px; font-size:12px; font-weight:650; }
.np-filters button[aria-pressed=true] { background:var(--np-accent-soft); color:var(--np-accent); border-color:var(--np-border); }
.np-feed-row { display:grid; grid-template-columns:38px minmax(0,1fr) auto; gap:14px; align-items:center; padding:20px; border-bottom:1px solid var(--np-border); }
.np-feed-row h3 { font-size:16px; letter-spacing:-.025em; margin:3px 0 6px; }
.np-feed-row p { font-size:12px; color:var(--np-muted); margin:0; }
.np-feed-row .np-eyebrow { font-size:9px; }
.np-row-icon { display:grid; place-items:center; width:36px; height:42px; background:var(--np-accent-soft); color:var(--np-accent); border-radius:9px; font-size:11px; font-weight:700; }
.np-row-price { display:flex; flex-direction:column; align-items:flex-end; gap:3px; }
.np-row-price strong { font-size:20px; line-height:1.2; letter-spacing:-.04em; }
.np-row-price>span { font-size:10px; color:var(--np-muted); }
.np-row-price .np-tag { background:var(--np-accent-soft); color:var(--np-accent); border-radius:5px; padding:3px 7px; font-size:9px; }
.np-row-price .np-tag-neutral { background:var(--np-bg); color:var(--np-muted); }
.np-example-count { margin:0; padding:12px 20px; font-size:11px; }
.np-side-guide { padding:24px; border:1px solid var(--np-border); border-radius:var(--np-radius); background:var(--np-accent-soft); }
.np-side-guide h3 { font-size:23px; margin:10px 0 20px; }
.np-side-guide ol { padding-left:20px; margin:0 0 20px; }
.np-side-guide li { padding-left:5px; margin:0 0 16px; font-size:12px; }
.np-side-guide li strong,.np-side-guide li span { display:block; }
.np-side-guide li span { color:var(--np-muted); margin-top:3px; }
.np-bottom-cta { display:grid; gap:20px; margin:40px 0 0; padding:30px 0; border-block:1px solid var(--np-border); }
.np-bottom-cta h2 { font-size:30px; }
.np-bottom-cta p:not(.np-eyebrow) { font-size:14px; color:var(--np-muted); max-width:460px; }
.np-bottom-cta .np-textlink { margin-left:16px; font-size:12px; }
.np-detail-page>.np-hero { padding:36px 0 20px; }
.np-detail-page>p,.np-detail-page>.np-section { max-width:850px; }
@media(min-width:900px) {
  .np-discover-grid { grid-template-columns:minmax(0,2.1fr) minmax(260px,1fr); }
  .np-bottom-cta { grid-template-columns:1fr 1fr; align-items:center; }
  .np-editorial .np-hero { padding-top:40px; padding-bottom:35px; gap:42px; }
  .np-editorial .np-hero h1 { font-size:clamp(44px,5vw,66px); }
}
@media(max-width:420px) {
  .np-feed-row { padding:15px 12px; grid-template-columns:minmax(0,1fr) auto; gap:12px; }
  .np-row-icon { display:none; }
  .np-filters { padding:10px 8px; gap:2px; }
  .np-filters button { padding:8px; font-size:11px; }
  .np-bottom-cta .np-textlink { display:flex; justify-content:flex-start; margin:10px 0 0; }
  .np-image-note { margin:-20px 10px 0; padding:14px; }
}
* { box-sizing:border-box; }
[hidden] { display:none!important; }
html { -webkit-text-size-adjust:100%; scroll-padding-top:24px; }
body { margin:0; background:var(--np-bg); color:var(--np-text); font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; }
a { color:var(--np-accent); text-underline-offset:4px; }
button,input,select,textarea { font:inherit; }
button,a,input,select,summary { -webkit-tap-highlight-color:transparent; }
:where(a,button,input,select,textarea,summary):focus-visible { outline:3px solid var(--np-accent); outline-offset:4px; }
h1,h2,h3 { margin:0 0 14px; line-height:1.12; letter-spacing:-.045em; text-wrap:balance; }
h1 { font-size:clamp(38px,6vw,70px); }
h2 { font-size:clamp(26px,3.1vw,38px); }
h3 { font-size:22px; }
p { margin:0 0 16px; }
img,svg { max-width:100%; }
button,summary { cursor:pointer; }
.np-wrap { width:min(100%,1240px); margin:auto; padding:0 24px; }
.np-skip { position:absolute; left:-9999px; top:8px; padding:12px 20px; background:var(--np-panel); color:var(--np-text); border:1px solid var(--np-border); border-radius:10px; z-index:50; }
.np-skip:focus { left:8px; }
.np-kicker,.np-eyebrow { font-size:11px; font-weight:700; letter-spacing:.13em; line-height:1.6; text-transform:uppercase; color:var(--np-muted); }
.np-kicker { display:flex; align-items:center; gap:9px; margin-bottom:20px; }
.np-eyebrow { margin-bottom:7px; }
.np-muted,.np-hint { color:var(--np-muted); }
.np-hint { font-size:13px; line-height:1.6; }
.np-topbar { display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; min-height:94px; padding:20px 0; border-bottom:1px solid var(--np-border); }
.np-brand { display:inline-flex; align-items:center; gap:10px; color:var(--np-text); font-size:23px; font-weight:800; letter-spacing:-.055em; text-decoration:none; white-space:nowrap; }
.np-brandmark { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; color:var(--np-accent-ink); background:var(--np-accent); border-radius:11px; line-height:1; font-size:26px; letter-spacing:-.15em; padding-right:5px; }
.np-brandmark span { font-size:16px; font-weight:500; margin-top:10px; }
.np-beta { display:none; margin-left:4px; font-size:8px; letter-spacing:.08em; font-weight:650; color:var(--np-muted); }
.np-navtoggle { display:none; min-height:44px; padding:8px 15px; color:var(--np-text); background:transparent; border:1px solid var(--np-border); border-radius:10px; font-size:14px; }
.js .np-navtoggle { display:block; }
.np-topnav { display:flex; width:100%; align-items:stretch; flex-wrap:wrap; gap:6px 22px; }
.js .np-topnav { flex-direction:column; }
.np-topnav a { padding:10px 0; text-decoration:none; font-size:13px; font-weight:550; color:var(--np-muted); }
.np-topnav a[aria-current=page],.np-topnav a:hover { color:var(--np-text); }
.np-topnav .np-cta { padding:11px 18px; }
.np-cta,.np-ghost,.np-textlink { display:inline-flex; align-items:center; justify-content:center; gap:16px; min-height:44px; text-decoration:none; font-weight:650; }
.np-cta { background:var(--np-accent); color:var(--np-accent-ink)!important; padding:12px 20px; border:1px solid transparent; border-radius:12px; font-size:14px; cursor:pointer; }
.np-cta-big { padding:15px 23px; font-size:15px; min-height:54px; }
.np-cta:hover { filter:brightness(1.08); }
.np-cta:disabled { opacity:.65; cursor:progress; }
.np-ghost { padding:14px 20px; border:1px solid var(--np-border); border-radius:12px; color:var(--np-text)!important; }
.np-textlink { color:var(--np-text); font-size:14px; gap:12px; }
.np-textlink:hover { text-decoration:underline; }
.np-hero { padding:58px 0 48px; }
.np-hero-grid { display:grid; align-items:center; gap:38px; }
.np-hero h1 { margin:0 0 24px; font-weight:740; line-height:1.01; letter-spacing:-.055em; }
.np-hero h1 span { color:var(--np-accent); }
.np-lede { font-size:17px; line-height:1.75; color:var(--np-muted); max-width:570px; }
.np-hero-actions { display:flex; align-items:center; gap:14px 25px; flex-wrap:wrap; margin-top:29px; }
.np-access-note { margin:14px 0 22px; font-size:12px; }
.np-hero-promises { display:flex; flex-wrap:wrap; gap:8px 20px; color:var(--np-muted); font-size:12px; }
.np-hero-promises span::before { content:'✓'; margin-right:7px; color:var(--np-accent); font-weight:700; }
.np-signal { width:7px; height:7px; flex:none; background:var(--np-accent); border-radius:50%; box-shadow:0 0 0 4px var(--np-accent-soft); }
.np-desktop-break { display:none; }
.np-preview { position:relative; margin:0; background:var(--np-panel); border:1px solid var(--np-border); border-radius:23px; padding:22px; box-shadow:var(--np-shadow); min-width:0; }
.np-preview-top { display:flex; align-items:center; justify-content:space-between; gap:10px; padding-bottom:18px; border-bottom:1px solid var(--np-border); }
.np-preview-title { font-size:14px; font-weight:700; letter-spacing:-.02em; }
.np-badge { display:inline-flex; flex:none; padding:5px 8px; font-size:8px; line-height:1.3; letter-spacing:.08em; font-weight:700; color:var(--np-muted); background:var(--np-accent-soft); border-radius:6px; }
.np-product { display:flex; gap:17px; align-items:center; margin:24px 0 19px; }
.np-product-art { background:var(--np-accent-soft); border:1px solid var(--np-border); border-radius:16px; flex:0 0 102px; height:100px; display:grid; place-items:center; color:var(--np-text); }
.np-product-art svg { width:95px; }
.np-product-info { min-width:0; }
.np-product-info h2 { font-size:19px; letter-spacing:-.035em; margin:0 0 7px; }
.np-product-info p { font-size:12px; line-height:1.4; margin-bottom:5px; }
.np-product-info .np-eyebrow { font-size:8px; }
.np-preview-price { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.np-preview-price strong { display:block; font-size:43px; letter-spacing:-.06em; line-height:1.2; }
.np-preview-price strong span { font-size:28px; color:var(--np-muted); }
.np-price-delta { border-radius:7px; padding:5px 8px; font-size:10px; color:var(--np-ok); background:var(--np-accent-soft); }
.np-price-chart { margin:18px 0 22px; display:flex; justify-content:space-between; flex-wrap:wrap; color:var(--np-muted); font-size:9px; line-height:1; }
.np-price-chart svg { display:block; width:100%; height:105px; padding:0 4px; overflow:visible; }
.np-chart-line { fill:none; stroke:var(--np-accent); stroke-width:2.5; stroke-linejoin:round; }
.np-chart-target { fill:none; stroke:var(--np-border); stroke-dasharray:5 5; stroke-width:1.5; }
.np-chart-point { fill:var(--np-accent); }
.np-preview-alert { display:flex; align-items:center; gap:12px; background:var(--np-accent-soft); border:1px solid var(--np-border); border-radius:12px; padding:13px; }
.np-alert-icon { display:grid; place-items:center; width:30px; height:30px; flex:none; background:var(--np-accent); color:var(--np-accent-ink); border-radius:50%; font-size:14px; font-weight:700; }
.np-preview-alert strong { font-size:12px; display:block; }
.np-preview-alert p { font-size:10px; color:var(--np-muted); margin:0; }
.np-preview-alert .np-badge { margin-left:auto; font-size:7px; }
.np-preview figcaption { margin:13px 2px 0; color:var(--np-muted); font-size:9px; line-height:1.5; }
.np-feature-strip { display:grid; gap:15px; padding:26px 0; border-block:1px solid var(--np-border); }
.np-feature-strip p { margin:0; font-size:12px; color:var(--np-muted); }
.np-feature-strip strong { font-weight:700; color:var(--np-text); margin-right:3px; }
.np-section { margin-top:62px; scroll-margin-top:24px; }
.np-section>p { max-width:680px; }
.np-section-head { display:flex; align-items:end; justify-content:space-between; gap:15px; flex-wrap:wrap; margin-bottom:25px; }
.np-section-head .np-kicker { margin-bottom:11px; font-size:10px; }
.np-section-head h2 { font-size:clamp(26px,3vw,34px); margin-bottom:0; }
.np-section-head>.np-textlink { flex:none; }
.np-panel { background:var(--np-panel); border:1px solid var(--np-border); border-radius:var(--np-radius); padding:23px; }
.np-steps { display:grid; gap:14px; padding:0; margin:0; list-style:none; counter-reset:step; }
.np-steps li { counter-increment:step; background:var(--np-panel); border:1px solid var(--np-border); border-radius:var(--np-radius); padding:25px; }
.np-steps li::before { content:'0' counter(step); display:inline-grid; place-items:center; width:34px; height:34px; margin-bottom:23px; background:var(--np-accent-soft); color:var(--np-accent); border:1px solid var(--np-border); font-size:11px; font-weight:700; border-radius:9px; }
.np-steps strong { display:block; font-size:17px; line-height:1.35; letter-spacing:-.025em; margin-bottom:10px; }
.np-steps span { display:block; font-size:13px; line-height:1.8; color:var(--np-muted); }
.np-join-panel { display:grid; gap:25px; background:var(--np-accent-soft); border:1px solid var(--np-border); border-radius:21px; padding:29px; }
.np-join-panel h2 { font-size:clamp(32px,4vw,45px); margin-bottom:18px; }
.np-join-panel .np-muted { max-width:440px; font-size:14px; }
.np-join-panel .np-kicker { font-size:9px; margin-bottom:15px; }
.np-join-panel .np-form { background:var(--np-panel); border:1px solid var(--np-border); border-radius:15px; padding:22px; align-self:center; width:100%; }
.np-form { display:grid; gap:13px; max-width:560px; }
.np-form label { display:block; color:var(--np-text); font-size:13px; font-weight:550; }
.np-form :is(input[type=email],input[type=text],textarea) { display:block; margin-top:7px; width:100%; min-height:48px; padding:12px 13px; border-radius:9px; border:1px solid var(--np-border); background:var(--np-bg); color:var(--np-text); font-size:16px; }
.np-form textarea { resize:vertical; min-height:95px; }
.np-form fieldset { padding:12px 16px 16px; border:1px solid var(--np-border); border-radius:10px; margin:0; min-width:0; }
.np-form legend { font-size:14px; padding:0 6px; color:var(--np-muted); }
.np-form p { margin:0; }
.np-form .np-hint { font-size:11px; }
.np-form .np-textlink { justify-content:flex-start; }
.np-radio,.np-check { display:flex; align-items:flex-start; gap:8px; margin-top:10px; font-size:15px; }
.np-radio input,.np-check input { margin-top:6px; }
.np-inline { display:flex; gap:10px; flex-wrap:wrap; align-items:end; }
.np-inline label { flex:1 1 200px; }
.np-status { font-size:13px; padding:10px 12px; border-radius:8px; border:1px solid var(--np-border); }
.np-status:empty { display:none; }
.np-status[data-state=ok] { color:var(--np-ok); background:var(--np-accent-soft); }
.np-status[data-state=error] { color:var(--np-bad); }
.np-status[data-state=busy] { color:var(--np-muted); }
.np-thanks { border-left:3px solid var(--np-ok); }
.np-faq-teaser { display:grid; gap:12px; }
.np-faq details { padding:0 21px; background:var(--np-panel); border:1px solid var(--np-border); border-radius:12px; margin-bottom:10px; align-self:start; }
.np-faq summary { display:flex; justify-content:space-between; gap:16px; list-style:none; padding:18px 0; min-height:56px; font-size:14px; font-weight:600; line-height:1.5; }
.np-faq summary::-webkit-details-marker { display:none; }
.np-faq summary::after { content:'+'; flex:none; color:var(--np-accent); font-size:19px; line-height:1; }
.np-faq details[open] summary::after { content:'−'; }
.np-faq details>p,.np-faq details>ul { margin-bottom:18px; color:var(--np-muted); font-size:13px; }
.np-faq h2 { margin-top:25px; }
.np-faq .np-section-head h2 { margin-top:0; }
.np-foot { display:flex; align-items:start; justify-content:space-between; gap:24px; flex-wrap:wrap; margin-top:62px; padding:30px 0; border-top:1px solid var(--np-border); font-size:12px; color:var(--np-muted); }
.np-foot p { margin:7px 0 0; font-size:11px; }
.np-foot nav { display:flex; gap:22px; flex-wrap:wrap; }
.np-foot nav a { display:inline-flex; align-items:center; min-height:44px; color:var(--np-muted); text-decoration:none; }
.np-foot-note { width:100%; font-size:10px; }
/* Existing public subpages: retain their structure and semantics. */
.np-prose { max-width:740px; overflow-wrap:anywhere; }
.np-prose h2 { margin-top:34px; }
.np-prose h3 { margin-top:24px; }
.np-prose :is(ul,ol) { padding-left:24px; }
.np-prose li { margin-bottom:8px; }
.np-nots { display:flex; gap:9px; flex-wrap:wrap; list-style:none; padding:0; }
.np-nots li { background:var(--np-panel); border:1px solid var(--np-border); border-radius:999px; padding:7px 13px; font-size:12px; color:var(--np-muted); }
.np-tiers,.np-flow,.np-replies { display:grid; gap:16px; }
.np-tiers { margin-top:24px; }
.np-tier { display:flex; flex-direction:column; gap:14px; min-width:0; }
.np-tier.is-featured { border-color:var(--np-accent); box-shadow:0 0 0 1px var(--np-accent); }
.np-tier h3 { font-size:25px; margin:0; }
.np-tier .np-price { font-size:37px; font-weight:750; letter-spacing:-.04em; }
.np-tier .np-price small { font-size:13px; color:var(--np-muted); font-weight:500; }
.np-tier ul { list-style:none; margin:0; padding:0; flex:1; }
.np-tier li { display:flex; justify-content:space-between; gap:8px; padding:9px 0; border-top:1px solid var(--np-border); font-size:13px; }
.np-tier li span:last-child { text-align:right; color:var(--np-muted); }
.np-tbd { color:var(--np-warn); font-weight:600; }
.np-callout { border-left:3px solid var(--np-accent); background:var(--np-accent-soft); }
.np-draft { display:inline-block; padding:4px 10px; border:1px solid currentColor; border-radius:999px; color:var(--np-warn); font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.np-notice { padding:13px 18px; background:var(--np-panel); border-left:3px solid var(--np-warn); border-radius:0 10px 10px 0; font-size:14px; }
.np-flow article { padding:23px; }
.np-flow article h2 { font-size:23px; margin-top:0; }
.np-example { white-space:pre-wrap; overflow-wrap:anywhere; overflow-x:auto; padding:14px; border:1px solid var(--np-border); border-radius:10px; background:var(--np-bg); font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; }
.np-replies div { padding:13px; background:var(--np-bg); border:1px solid var(--np-border); border-radius:10px; font-size:14px; }
.np-replies [data-r=BUY] strong { color:var(--np-ok); }
.np-replies [data-r=SKIP] strong { color:var(--np-bad); }
.np-replies [data-r=HOLD] strong { color:var(--np-warn); }
@media(min-width:640px) {
  .np-wrap { padding-inline:34px; }
  .np-beta { display:inline; }
  .np-feature-strip { grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
  .np-faq-teaser,.np-flow { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .np-flow .np-wide { grid-column:1/-1; }
  .np-join-panel { padding:36px; }
  .np-preview { padding:27px; }
}
@media(min-width:900px) {
  .np-topbar { flex-wrap:nowrap; }
  .np-topnav,.js .np-topnav { width:auto; flex-direction:row; flex-wrap:nowrap; gap:24px; align-items:center; }
  .js .np-navtoggle { display:none; }
  .np-hero-grid { grid-template-columns:minmax(0,1.13fr) minmax(0,1fr); gap:55px; padding:64px 0 54px; }
  .np-hero h1 { font-size:clamp(55px,5.8vw,76px); }
  .np-steps,.np-tiers { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .np-join-panel { grid-template-columns:minmax(0,1fr) minmax(0,.95fr); gap:50px; padding:42px; }
  .np-desktop-break { display:inline; }
}
@media(max-width:380px) {
  .np-wrap { padding-inline:18px; }
  .np-hero { padding-top:38px; }
  .np-product { gap:12px; }
  .np-product-art { flex-basis:75px; height:80px; }
  .np-product-art svg { width:75px; }
  .np-preview { padding:17px; }
  .np-preview-alert { gap:8px; padding:10px; }
  .np-preview-alert .np-badge { display:none; }
  .np-join-panel { padding:20px; }
  .np-join-panel .np-form { padding:17px; }
}
@media(prefers-reduced-motion:no-preference) {
  html { scroll-behavior:smooth; }
  .np-cta,.np-ghost { transition:filter .15s,border-color .15s; }
}

/* Beta contact and shared page navigation. */
.np-contact-grid { display:grid; grid-template-columns:minmax(0,2fr) minmax(0,1fr); gap:1.5rem; align-items:start; margin-block:2rem; }
.np-foot nav { display:flex; flex-wrap:wrap; gap:1rem; }
@media(max-width:900px) { .np-contact-grid { grid-template-columns:1fr; } }
