/*
 * NETIXER AI — design system
 * System fonts, no external requests. Mobile first.
 */

/* ---------- Tokens ---------- */
:root {
	--ink: #10162b;
	--slate: #4a5470;
	--muted: #5d6680;
	--cyan: #0e9cc0;
	--cyan-2: #13b5da;
	--blue: #2b5cf0;
	--violet: #6e4be8;
	--mist: #f2f5fb;
	--mist-2: #f8fafd;
	--line: #e3e8f2;
	--white: #fff;
	--navy: #0b1022;
	--success: #127a4b;
	--error: #b42318;
	--app-accent: #2b5cf0;
	--grad: linear-gradient(100deg, var(--cyan) 0%, var(--blue) 55%, var(--violet) 100%);
	--font: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	--radius: 14px;
	--radius-lg: 22px;
	--shadow: 0 1px 2px rgba(16, 22, 43, .04), 0 8px 24px rgba(16, 22, 43, .06);
	--shadow-lg: 0 2px 4px rgba(16, 22, 43, .04), 0 24px 60px rgba(16, 22, 43, .10);
	--container: 1200px;
	--gutter: clamp(20px, 4vw, 40px);
	--section: clamp(64px, 9vw, 120px);
	--header-h: 68px;
	--focus: 0 0 0 3px #fff, 0 0 0 5px var(--blue);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--ink);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; }
img { display: block; }
svg { display: inline-block; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; line-height: 1.15; font-weight: 600; letter-spacing: -.02em; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(2.1rem, 5.4vw, 3.6rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 500; letter-spacing: -.03em; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1em; }
p, li { text-wrap: pretty; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: #1e45c4; }
strong { font-weight: 600; }
ul, ol { padding-left: 1.3em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5em 0; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
::selection { background: rgba(43, 92, 240, .16); }
[role="list"] { list-style: none; margin: 0; padding: 0; }

/* ---------- Accessibility ---------- */
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0;
	position: absolute !important; word-wrap: normal !important;
}
.screen-reader-text:focus, .skip-link:focus {
	clip: auto !important; clip-path: none; height: auto; width: auto; margin: 0;
	left: 16px; top: 12px; z-index: 1000; padding: 12px 18px;
	background: var(--ink); color: #fff; border-radius: 10px; text-decoration: none; font-weight: 600;
	box-shadow: var(--shadow-lg);
}
.nx-main:focus { outline: none; }

/* ---------- Layout ---------- */
.nx-container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.nx-narrow { max-width: calc(820px + var(--gutter) * 2); }
.nx-section { padding: var(--section) 0; }
.nx-section--tight { padding: clamp(32px, 5vw, 56px) 0; }
.nx-section--page { padding: clamp(40px, 6vw, 72px) 0 var(--section); }
.nx-section--mist { background: var(--mist); }
.nx-section__head { max-width: 720px; margin: 0 0 clamp(32px, 5vw, 56px); }
.nx-section__head p { color: var(--slate); font-size: 1.125rem; margin: 0; }
.nx-center { text-align: center; }
.nx-muted { color: var(--muted); }
.nx-small { font-size: .9rem; color: var(--muted); }
.nx-kicker { font-size: .95rem; font-weight: 600; color: var(--app-accent); margin: 0 0 1rem; letter-spacing: 0; }
.nx-display { font-size: clamp(1.75rem, 3.8vw, 2.9rem); font-weight: 400; letter-spacing: -.03em; line-height: 1.15; }
.nx-h3 { font-size: 1.3rem; font-weight: 600; letter-spacing: -.015em; }

/* ---------- Buttons ---------- */
.nx-btn, .wp-block-button__link {
	display: inline-flex; align-items: center; justify-content: center; gap: .5em;
	min-height: 44px; padding: .7em 1.25em;
	border: 1px solid transparent; border-radius: 999px;
	font-size: .98rem; font-weight: 600; line-height: 1.2; letter-spacing: -.005em;
	text-decoration: none; cursor: pointer; white-space: nowrap;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.nx-btn:focus-visible, .wp-block-button__link:focus-visible { outline: none; box-shadow: var(--focus); }
.nx-btn--lg { min-height: 52px; padding: .85em 1.6em; font-size: 1.02rem; }
.nx-btn--primary, .wp-block-button__link { background: var(--ink); color: #fff; }
.nx-btn--primary:hover, .wp-block-button__link:hover { background: #222b4a; color: #fff; }
.nx-btn--ghost, .is-style-outline .wp-block-button__link { background: transparent; color: var(--ink); border-color: #cdd4e3; }
.nx-btn--ghost:hover, .is-style-outline .wp-block-button__link:hover { background: var(--mist); color: var(--ink); border-color: #b9c2d6; }
.nx-btn--app { background: var(--app-accent); color: #fff; }
.nx-btn--app:hover { color: #fff; filter: brightness(.92); }
.nx-btn--light { background: #fff; color: var(--ink); }
.nx-btn--light:hover { background: var(--mist); color: var(--ink); }
.nx-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 0; }
.nx-actions--center { justify-content: center; }
.nx-link-light { color: rgba(255, 255, 255, .85); }
.nx-link-light:hover { color: #fff; }

/* ---------- Header ---------- */
.nx-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255, 255, 255, .86);
	-webkit-backdrop-filter: saturate(160%) blur(14px);
	backdrop-filter: saturate(160%) blur(14px);
	border-bottom: 1px solid transparent;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.admin-bar .nx-header { top: 46px; }
@media (min-width: 783px) { .admin-bar .nx-header { top: 32px; } }
@media (max-width: 600px) { .admin-bar .nx-header { top: 0; } }
.nx-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(16, 22, 43, .05); }
.nx-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--header-h); }
.nx-brand { display: flex; align-items: center; flex-shrink: 0; }
.nx-brand a { display: inline-flex; align-items: center; min-height: 44px; }
.nx-brand img, .custom-logo { width: auto; height: auto; max-height: 38px; max-width: 200px; }
.nx-wordmark { font-weight: 700; font-size: 1.12rem; letter-spacing: .02em; color: var(--ink); text-decoration: none; }
.nx-wordmark:hover { color: var(--ink); }

.nx-menu-toggle {
	display: inline-flex; align-items: center; gap: 10px;
	min-height: 44px; min-width: 44px; padding: 0 14px;
	background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer;
	font-size: .95rem; font-weight: 600;
}
.nx-menu-toggle__bars, .nx-menu-toggle__bars::before, .nx-menu-toggle__bars::after {
	display: block; width: 18px; height: 1.6px; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease;
}
.nx-menu-toggle__bars { position: relative; }
.nx-menu-toggle__bars::before, .nx-menu-toggle__bars::after { content: ""; position: absolute; left: 0; }
.nx-menu-toggle__bars::before { top: -6px; }
.nx-menu-toggle__bars::after { top: 6px; }
.nx-menu-toggle[aria-expanded="true"] .nx-menu-toggle__bars { background: transparent; }
.nx-menu-toggle[aria-expanded="true"] .nx-menu-toggle__bars::before { transform: translateY(6px) rotate(45deg); }
.nx-menu-toggle[aria-expanded="true"] .nx-menu-toggle__bars::after { transform: translateY(-6px) rotate(-45deg); }

.nx-nav { display: none; }
.nx-menu { list-style: none; margin: 0; padding: 0; }
.nx-menu a { color: var(--ink); text-decoration: none; font-weight: 500; }
.nx-menu .current-menu-item > a, .nx-menu .current-page-ancestor > a, .nx-menu .current-menu-ancestor > a, .nx-menu a[aria-current] { color: var(--blue); }
.nx-menu .sub-menu { list-style: none; margin: 0; padding: 0; }

/* Mobile navigation (also works without JS: menu shown inline). */
.no-js .nx-menu-toggle { display: none; }
.no-js .nx-header__inner { flex-wrap: wrap; }
.no-js .nx-nav { display: block; width: 100%; padding-bottom: 12px; }
.no-js .nx-menu { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.js .nx-nav.is-open {
	display: block; position: absolute; left: 0; right: 0; top: 100%;
	background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
	padding: 8px var(--gutter) 24px; max-height: calc(100vh - var(--header-h)); overflow-y: auto;
}
.js .nx-nav.is-open .nx-menu > li { border-bottom: 1px solid var(--line); }
.js .nx-nav.is-open .nx-menu a { display: flex; align-items: center; min-height: 52px; font-size: 1.08rem; }
.js .nx-nav.is-open .sub-menu a { padding-left: 16px; font-size: 1rem; min-height: 44px; color: var(--slate); }
.js .nx-nav.is-open .nx-nav__cta { width: 100%; margin-top: 20px; min-height: 52px; }

@media (min-width: 960px) {
	.nx-menu-toggle { display: none; }
	.nx-nav, .js .nx-nav, .js .nx-nav.is-open {
		display: flex; align-items: center; gap: 28px; position: static; padding: 0; box-shadow: none; border: 0; background: none; max-height: none; overflow: visible;
	}
	.no-js .nx-nav { width: auto; padding: 0; }
	.nx-menu, .no-js .nx-menu { display: flex; align-items: center; gap: 4px; }
	.nx-menu > li { position: relative; border: 0 !important; }
	.nx-menu > li > a, .js .nx-nav.is-open .nx-menu > li > a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px; font-size: .96rem; border-radius: 999px; }
	.nx-menu > li > a:hover { background: var(--mist); color: var(--ink); }
	.nx-menu .sub-menu {
		position: absolute; top: 100%; left: 0; min-width: 220px; padding: 8px;
		background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg);
		opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .15s ease, transform .15s ease, visibility .15s;
	}
	.nx-menu li:hover > .sub-menu, .nx-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
	.nx-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; font-size: .95rem; }
	.nx-menu .sub-menu a:hover { background: var(--mist); }
	.nx-nav__cta, .js .nx-nav.is-open .nx-nav__cta { width: auto; margin: 0; min-height: 42px; padding: .6em 1.15em; font-size: .93rem; }
}

/* ---------- Home hero ---------- */
.nx-hero { position: relative; overflow: hidden; padding: clamp(72px, 12vw, 150px) 0 clamp(72px, 11vw, 140px); background: linear-gradient(180deg, #fff 0%, var(--mist-2) 100%); isolation: isolate; }
.nx-hero__ribbon { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.nx-hero__ribbon svg { width: 100%; height: 100%; }
.nx-hero__ribbon::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 30% 45%, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .55) 55%, rgba(255, 255, 255, 0) 100%); }
.nx-hero__inner > * { max-width: 900px; }
.nx-hero__title { font-size: clamp(2.5rem, 7.4vw, 5.4rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.02; margin-bottom: .4em; }
.nx-hero__lede { font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--slate); max-width: 640px; line-height: 1.55; margin: 0; }

/* ---------- Intro ---------- */
.nx-intro__grid { display: grid; gap: 28px; }
.nx-intro__text { color: var(--slate); font-size: 1.12rem; }
@media (min-width: 900px) { .nx-intro__grid { grid-template-columns: 1.25fr 1fr; gap: 72px; align-items: end; } }

/* ---------- Cards ---------- */
.nx-cards { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .nx-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .nx-cards { grid-template-columns: repeat(3, 1fr); } .nx-cards--5 { grid-template-columns: repeat(6, 1fr); } .nx-cards--5 > li { grid-column: span 2; } .nx-cards--5 > li:nth-child(4) { grid-column: 2 / span 2; } }
.nx-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; }
.nx-card p:last-child { margin-bottom: 0; }
.nx-card p { color: var(--slate); }
.nx-card__icon, .nx-feature__icon, .nx-link-card__icon, .nx-callout__icon {
	display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px;
	background: linear-gradient(135deg, rgba(19, 181, 218, .12), rgba(110, 75, 232, .12)); color: var(--blue); margin-bottom: 18px;
}
.nx-card__title { font-size: 1.15rem; margin-bottom: .4em; }
.nx-icon { width: 22px; height: 22px; flex-shrink: 0; }

/* ---------- Featured app ---------- */
.nx-featured { background: linear-gradient(180deg, #fff, var(--mist-2)); }
.nx-featured__grid { display: grid; gap: 48px; align-items: center; }
@media (min-width: 900px) { .nx-featured__grid { grid-template-columns: 1.1fr .9fr; gap: 72px; } }
.nx-featured__name { font-size: clamp(2rem, 4vw, 2.8rem); margin: 0; }
.nx-featured__tagline { font-size: clamp(1.25rem, 2.4vw, 1.6rem); letter-spacing: -.02em; margin: 24px 0 12px; color: var(--ink); }
.nx-featured__copy > p { color: var(--slate); }
.nx-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; }
.nx-chips li { padding: 7px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .9rem; font-weight: 500; color: var(--ink); }
.nx-chips--quiet li { background: var(--mist); border-color: transparent; color: var(--slate); }

/* ---------- App identity ---------- */
.nx-app-hero__id { display: flex; align-items: center; gap: 18px; }
.nx-app-hero__id > div { min-width: 0; }
.nx-app-icon { border-radius: 22%; flex-shrink: 0; object-fit: cover; box-shadow: 0 1px 2px rgba(16, 22, 43, .06), 0 8px 20px rgba(16, 22, 43, .10); }
.nx-app-icon--sm { width: 32px; height: 32px; }
.nx-app-icon--md { width: 64px; height: 64px; }
.nx-app-icon--lg { width: 88px; height: 88px; }
.nx-app-icon--mono { display: inline-flex; align-items: center; justify-content: center; background: var(--app-accent); background: linear-gradient(145deg, var(--app-accent), color-mix(in srgb, var(--app-accent) 65%, #13b5da)); color: #fff; font-weight: 500; letter-spacing: -.02em; }
.nx-app-icon--sm.nx-app-icon--mono { font-size: 1rem; }
.nx-app-icon--md.nx-app-icon--mono { font-size: 1.9rem; }
.nx-app-icon--lg.nx-app-icon--mono { font-size: 2.6rem; }
.nx-app-hero__subtitle { margin: 2px 0 0; font-size: 1.05rem; font-weight: 500; color: var(--ink); }
.nx-app-hero__by { margin: 0; font-size: .92rem; color: var(--muted); }

/* ---------- Badges ---------- */
.nx-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px; border-radius: 999px; font-size: .8rem; font-weight: 600; line-height: 1.4; background: var(--mist); color: var(--slate); border: 1px solid var(--line); }
.nx-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.nx-badge--available { background: #e8f6ef; color: var(--success); border-color: #cbe9da; }
.nx-badge--beta { background: #eef2ff; color: #3446b8; border-color: #d9e0fb; }
.nx-badge--coming_soon { background: #f4f0fd; color: #5a3cc4; border-color: #e5dcfa; }

/* ---------- Store buttons ---------- */
.nx-stores { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; }
.nx-store { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 8px 18px 8px 14px; border-radius: 12px; background: var(--ink); color: #fff; text-decoration: none; border: 1px solid var(--ink); }
.nx-store:hover { color: #fff; background: #222b4a; }
.nx-store:focus-visible { outline: none; box-shadow: var(--focus); }
.nx-store svg { width: 24px; height: 24px; flex-shrink: 0; }
.nx-store__text { display: flex; flex-direction: column; line-height: 1.15; }
.nx-store__small { font-size: .72rem; opacity: .85; }
.nx-store__name { font-size: 1.02rem; font-weight: 600; letter-spacing: -.01em; }
.nx-store.is-soon { background: #fff; color: var(--slate); border: 1px dashed #c3cbdc; cursor: default; }
.nx-cta .nx-store { background: #fff; color: var(--ink); border-color: #fff; }
.nx-cta .nx-store.is-soon { background: transparent; color: rgba(255, 255, 255, .88); border-color: rgba(255, 255, 255, .4); }
.nx-cta .nx-stores { justify-content: center; }

/* ---------- Phone visual ---------- */
.nx-visual { display: flex; justify-content: center; position: relative; }
.nx-visual::before { content: ""; position: absolute; inset: 8% 4%; z-index: 0; border-radius: 50%; background: radial-gradient(closest-side, color-mix(in srgb, var(--app-accent) 22%, transparent), transparent); filter: blur(10px); }
.nx-hero-art { position: relative; z-index: 1; border-radius: var(--radius-lg); width: 100%; max-width: 560px; height: auto; }
.nx-phone { position: relative; z-index: 1; width: min(300px, 62vw); aspect-ratio: 9 / 19.5; padding: 10px; border-radius: 44px; background: #0f1426; box-shadow: var(--shadow-lg), inset 0 0 0 1.5px #2b3350; }
.nx-phone__screen { width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #fff; }
.nx-phone__img { width: 100%; height: 100%; object-fit: cover; }
.nx-phone__placeholder { height: 100%; display: flex; flex-direction: column; align-items: center; padding: 56px 22px 22px; gap: 12px; background: linear-gradient(180deg, color-mix(in srgb, var(--app-accent) 10%, #fff) 0%, #fff 60%); }
.nx-phone__name { font-size: 1.3rem; font-weight: 600; letter-spacing: -.02em; margin-bottom: 8px; }
.nx-phone__line { width: 80%; height: 9px; border-radius: 6px; background: var(--line); }
.nx-phone__line--short { width: 55%; }
.nx-phone__card { width: 100%; height: 70px; margin-top: 10px; border-radius: 16px; background: color-mix(in srgb, var(--app-accent) 12%, #fff); }
.nx-phone__card--alt { height: 90px; background: var(--mist); margin-top: 0; }

/* ---------- App cards ---------- */
.nx-app-cards { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .nx-app-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .nx-app-cards { grid-template-columns: repeat(3, 1fr); } }
.nx-app-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease; }
.nx-app-card:hover, .nx-app-card:focus-within { box-shadow: var(--shadow-lg); border-color: #d3d9e6; }
.nx-app-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.nx-app-card__title { font-size: 1.4rem; margin: 0; }
.nx-app-card__title a { color: var(--ink); text-decoration: none; }
.nx-app-card__title a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.nx-app-card__title a:focus-visible { outline: none; }
.nx-app-card__title a:focus-visible::after { box-shadow: var(--focus); }
.nx-app-card__subtitle { margin: 2px 0 12px; font-weight: 500; color: var(--app-accent); }
.nx-app-card__desc { color: var(--slate); font-size: .98rem; }
.nx-app-card__meta { margin: 0; font-size: .85rem; color: var(--muted); }
.nx-app-cards:has(> li:only-child) { grid-template-columns: 1fr; max-width: 760px; }
@media (min-width: 700px) {
	.nx-app-cards > li:only-child { display: grid; grid-template-columns: auto 1fr; column-gap: 24px; }
	.nx-app-cards > li:only-child .nx-app-card__top { grid-row: 1 / span 5; flex-direction: column; justify-content: flex-start; align-items: flex-start; margin: 0; }
	.nx-app-cards > li:only-child > :not(.nx-app-card__top) { grid-column: 2; }
}
.nx-explore { margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--line); }
.nx-explore__title { font-size: 1.05rem; font-weight: 600; margin: 0; }
.nx-explore .nx-chips { margin: 16px 0; }
.nx-apps-note { margin-top: 28px; }

/* ---------- Why ---------- */
.nx-why { display: grid; gap: 32px; }
@media (min-width: 820px) { .nx-why { grid-template-columns: repeat(3, 1fr); gap: 40px; } }
.nx-why__item { padding-top: 24px; border-top: 2px solid var(--ink); }
.nx-why__item h3 { font-size: 1.25rem; }
.nx-why__item p { color: var(--slate); margin: 0; }

/* ---------- CTA band ---------- */
.nx-cta { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding: clamp(64px, 9vw, 112px) 0; text-align: center; isolation: isolate; }
.nx-cta::before { content: ""; position: absolute; inset: -40% -10% auto; height: 120%; z-index: -1; background: radial-gradient(40% 50% at 30% 60%, rgba(19, 181, 218, .28), transparent 70%), radial-gradient(40% 50% at 70% 50%, color-mix(in srgb, var(--app-accent) 45%, transparent), transparent 70%); }
.nx-cta__inner { max-width: calc(760px + var(--gutter) * 2); }
.nx-cta h2 { color: #fff; font-size: clamp(1.8rem, 4.2vw, 3rem); font-weight: 400; letter-spacing: -.035em; }
.nx-cta p { color: rgba(255, 255, 255, .8); font-size: 1.1rem; }
.nx-cta__alt { margin: 24px 0 0; font-size: .95rem; }

/* ---------- Page hero ---------- */
.nx-page-hero { padding: clamp(40px, 7vw, 88px) 0 clamp(28px, 4vw, 48px); background: linear-gradient(180deg, var(--mist-2), #fff); border-bottom: 1px solid var(--line); }
.nx-page-hero__title { max-width: 900px; margin-bottom: .3em; }
.nx-page-hero__lede { max-width: 700px; font-size: clamp(1.08rem, 1.8vw, 1.25rem); color: var(--slate); margin: 0; }
.nx-page-hero__meta { color: var(--muted); margin: 8px 0 0; }
.nx-page-hero .nx-actions { margin-top: 24px; }
.nx-page-hero .nx-small { margin: 14px 0 0; }
.nx-page-hero .nx-search { margin-top: 24px; }

/* Breadcrumbs */
.nx-crumbs { margin: 0 0 20px; font-size: .88rem; }
.nx-crumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 0; list-style: none; margin: 0; padding: 0; }
.nx-crumbs li { display: inline-flex; align-items: center; color: var(--muted); }
.nx-crumbs li + li::before { content: "/"; margin: 0 10px; color: #b3bbcd; }
.nx-crumbs a { color: var(--slate); text-decoration: none; }
.nx-crumbs a:hover { color: var(--blue); text-decoration: underline; }

/* ---------- App landing ---------- */
.nx-app-hero { padding: clamp(40px, 7vw, 88px) 0 clamp(56px, 8vw, 96px); background: linear-gradient(180deg, color-mix(in srgb, var(--app-accent) 6%, #fff) 0%, #fff 100%); overflow: hidden; }
.nx-app-hero__grid { display: grid; gap: 48px; align-items: center; }
@media (min-width: 900px) { .nx-app-hero__grid { grid-template-columns: 1.1fr .9fr; gap: 64px; } }
.nx-app-hero__name { font-size: clamp(2.4rem, 6vw, 4rem); margin: 0; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.nx-app-hero__tagline { font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.025em; line-height: 1.2; margin: 32px 0 14px; font-weight: 400; }
.nx-app-hero__lede { color: var(--slate); font-size: 1.12rem; max-width: 560px; }

.nx-subnav { position: sticky; top: var(--header-h); z-index: 50; background: rgba(255, 255, 255, .94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.admin-bar .nx-subnav { top: calc(var(--header-h) + 32px); }
@media (max-width: 782px) { .admin-bar .nx-subnav { top: calc(var(--header-h) + 46px); } }
@media (max-width: 600px) { .admin-bar .nx-subnav { top: var(--header-h); } }
.nx-subnav__inner { display: flex; align-items: center; gap: 20px; min-height: 56px; overflow-x: auto; scrollbar-width: none; }
.nx-subnav__inner::-webkit-scrollbar { display: none; }
.nx-subnav__brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--ink); text-decoration: none; flex-shrink: 0; }
.nx-subnav__brand .nx-app-icon { box-shadow: none; }
.nx-subnav__list { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nx-subnav__list a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 12px; border-radius: 999px; color: var(--slate); text-decoration: none; font-size: .92rem; white-space: nowrap; }
.nx-subnav__list a:hover { background: var(--mist); color: var(--ink); }
.nx-subnav__list a[aria-current="page"] { background: color-mix(in srgb, var(--app-accent) 10%, #fff); color: var(--app-accent); font-weight: 600; }

.nx-features { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .nx-features { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .nx-features { grid-template-columns: repeat(4, 1fr); } }
.nx-feature { padding: 26px; border-radius: var(--radius-lg); background: var(--mist-2); border: 1px solid var(--line); }
.nx-feature__icon { color: var(--app-accent); background: color-mix(in srgb, var(--app-accent) 10%, #fff); }
.nx-feature__title { font-size: 1.08rem; margin-bottom: .35em; }
.nx-feature p { color: var(--slate); font-size: .96rem; margin: 0; }

.nx-app-story { padding: 0 0 var(--section); }
.nx-story { padding: clamp(32px, 5vw, 56px) 0; border-top: 1px solid var(--line); }
.nx-story:first-child { border-top: 0; padding-top: 0; }
.nx-story h2 { max-width: 760px; }
.nx-story p, .nx-story ul { max-width: 720px; color: var(--slate); }
.nx-story ul { list-style: none; padding: 0; }
.nx-story li { position: relative; padding-left: 28px; margin: 10px 0; }
.nx-story li::before { content: ""; position: absolute; left: 0; top: .5em; width: 14px; height: 8px; border-left: 2px solid var(--app-accent); border-bottom: 2px solid var(--app-accent); transform: rotate(-45deg); }

.nx-plans { display: grid; gap: 16px; max-width: 900px; margin: 0 auto 24px; }
@media (min-width: 720px) { .nx-plans { grid-template-columns: 1fr 1fr; } }
.nx-plan { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; }
.nx-plan--pro { border-color: color-mix(in srgb, var(--app-accent) 45%, #fff); box-shadow: 0 0 0 1px color-mix(in srgb, var(--app-accent) 30%, transparent), var(--shadow); }
.nx-plan__name { font-size: 1.4rem; }
.nx-plan--pro .nx-plan__name { color: var(--app-accent); }
.nx-plan__price { display: flex; flex-wrap: wrap; gap: 6px 16px; font-weight: 600; font-size: 1.1rem; }
.nx-plan__note { font-size: .88rem; color: var(--muted); margin: 18px 0 0; }
.nx-checks { list-style: none; padding: 0; margin: 0; }
.nx-checks li { position: relative; padding-left: 28px; margin: 10px 0; color: var(--ink); }
.nx-checks li::before { content: ""; position: absolute; left: 2px; top: .45em; width: 12px; height: 7px; border-left: 2px solid var(--app-accent); border-bottom: 2px solid var(--app-accent); transform: rotate(-45deg); }

.nx-shots { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
.nx-shots li { flex: 0 0 min(240px, 62vw); scroll-snap-align: start; }
.nx-shots img { width: 100%; height: auto; border-radius: 24px; border: 1px solid var(--line); background: var(--mist); }

/* FAQ / details */
.nx-faq { border-top: 1px solid var(--line); }
details.nx-details, .wp-block-details { border-bottom: 1px solid var(--line); }
details.nx-details summary, .wp-block-details summary {
	position: relative; display: block; list-style: none; cursor: pointer;
	padding: 20px 44px 20px 0; font-weight: 600; font-size: 1.05rem; line-height: 1.4;
}
details.nx-details summary::-webkit-details-marker, .wp-block-details summary::-webkit-details-marker { display: none; }
details.nx-details summary::after, .wp-block-details summary::after {
	content: ""; position: absolute; right: 8px; top: 50%; width: 10px; height: 10px; margin-top: -7px;
	border-right: 2px solid var(--slate); border-bottom: 2px solid var(--slate); transform: rotate(45deg); transition: transform .2s ease;
}
details[open].nx-details summary::after, .wp-block-details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
details.nx-details summary:hover, .wp-block-details summary:hover { color: var(--blue); }
.nx-details__body, .wp-block-details > :not(summary) { color: var(--slate); }
.nx-details__body { padding: 0 0 20px; }
.wp-block-details > p:last-child { padding-bottom: 12px; }

/* Link cards */
.nx-link-cards { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .nx-link-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .nx-link-cards { grid-template-columns: repeat(3, 1fr); } .nx-link-cards--compact { grid-template-columns: repeat(4, 1fr); } }
.nx-link-cards--compact { margin: 32px 0; }
.nx-link-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: border-color .2s ease, box-shadow .2s ease; }
.nx-link-card:hover, .nx-link-card:focus-within { border-color: #cfd6e4; box-shadow: var(--shadow); }
.nx-link-card__icon { width: 40px; height: 40px; margin-bottom: 14px; }
.nx-link-card__title { font-size: 1.05rem; font-weight: 600; margin: 0 0 4px; }
.nx-link-card__title a { color: var(--ink); text-decoration: none; }
.nx-link-card__title a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.nx-link-card__title a:focus-visible { outline: none; }
.nx-link-card__title a:focus-visible::after { box-shadow: var(--focus); }
.nx-link-card p { margin: 0; color: var(--slate); font-size: .94rem; }

/* Callout */
.nx-callout { display: flex; gap: 16px; align-items: flex-start; padding: 24px; border-radius: var(--radius-lg); background: var(--mist); border: 1px solid var(--line); }
.nx-callout__icon { margin: 0; flex-shrink: 0; background: #fff; }
.nx-callout__title { font-weight: 600; margin: 0 0 4px; color: var(--ink); }
.nx-callout p { color: var(--slate); margin: 0; }
.nx-callout p + p { margin-top: .6em; }
.wp-block-group.nx-callout { display: block; }
.nx-notice { padding: 14px 18px; border-radius: 12px; background: #fff8e6; border: 1px solid #f3dfa3; color: #6b4f00; }

/* ---------- Support center ---------- */
.nx-topics { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr)); gap: 10px; }
.nx-topic { display: flex; align-items: center; gap: 12px; min-height: 56px; padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); text-decoration: none; font-weight: 500; transition: border-color .15s ease, background-color .15s ease; }
.nx-topic:hover { border-color: #c9d1e2; background: var(--mist-2); color: var(--ink); }
.nx-topic .nx-icon { color: var(--app-accent); }
.nx-prose--help > h2 { margin-top: 2.2em; padding-top: .2em; font-size: clamp(1.35rem, 2.6vw, 1.7rem); }
.nx-prose--help > h2:first-child { margin-top: 0; }

/* ---------- Document ---------- */
.nx-doc { display: grid; gap: 32px; }
@media (min-width: 1024px) { .nx-doc--toc { grid-template-columns: 250px minmax(0, 760px); gap: 72px; justify-content: center; } }
.nx-doc:not(.nx-doc--toc) .nx-doc__body { max-width: 760px; margin: 0 auto; width: 100%; }
.nx-doc__aside { min-width: 0; }
.nx-toc { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist-2); font-size: .92rem; }
@media (min-width: 1024px) { .nx-toc { position: sticky; top: calc(var(--header-h) + 76px); max-height: calc(100vh - var(--header-h) - 100px); overflow-y: auto; background: none; border: 0; padding: 0; } }
.nx-toc__title { font-weight: 600; margin: 0 0 10px; color: var(--ink); }
.nx-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: none; }
.nx-toc li { margin: 0; }
.nx-toc a { display: block; padding: 6px 0 6px 12px; border-left: 2px solid var(--line); color: var(--slate); text-decoration: none; line-height: 1.4; }
.nx-toc a:hover { color: var(--blue); border-left-color: var(--blue); }
.nx-doc__updated { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); }
.nx-effective { display: inline-block; padding: 6px 12px; border-radius: 8px; background: var(--mist); font-size: .9rem; color: var(--slate); }
dl.nx-details { display: grid; grid-template-columns: minmax(120px, max-content) 1fr; gap: 8px 20px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist-2); }
dl.nx-details dt { font-weight: 600; }
dl.nx-details dd { margin: 0; color: var(--slate); }
@media (max-width: 520px) { dl.nx-details { grid-template-columns: 1fr; } dl.nx-details dd { margin-bottom: 8px; } }

/* ---------- Prose (block content) ---------- */
.nx-prose { max-width: calc(760px + var(--gutter) * 2); }
.nx-prose--wide { max-width: calc(var(--container) + var(--gutter) * 2); }
.nx-prose > * + * { margin-top: 0; }
.nx-prose h2 { margin-top: 1.8em; font-size: clamp(1.45rem, 2.8vw, 1.95rem); scroll-margin-top: calc(var(--header-h) + 72px); }
.nx-prose h3 { margin-top: 1.6em; }
.nx-prose > h2:first-child, .nx-prose > h3:first-child { margin-top: 0; }
.nx-prose p, .nx-prose li { color: #2c3450; }
.nx-prose li { margin: .35em 0; }
.nx-prose ul, .nx-prose ol { margin: 0 0 1.2em; }
.nx-prose blockquote { margin: 1.5em 0; padding: 4px 0 4px 20px; border-left: 3px solid var(--blue); color: var(--slate); }
.nx-prose table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .96rem; display: block; overflow-x: auto; }
.nx-prose th, .nx-prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.nx-prose code { font-family: var(--mono); font-size: .9em; background: var(--mist); padding: .1em .35em; border-radius: 5px; }
.nx-prose figure { margin: 1.8em 0; }
.nx-prose img { border-radius: var(--radius); }
.nx-prose figcaption { font-size: .88rem; color: var(--muted); margin-top: 8px; }
.nx-featured-image { margin: 0 0 2em; }

/* Core block alignment and utilities */
.alignwide { max-width: min(1100px, calc(100vw - var(--gutter) * 2)); margin-left: 50%; transform: translateX(-50%); width: min(1100px, calc(100vw - var(--gutter) * 2)); }
.alignfull { width: 100vw; max-width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.alignleft { float: left; margin: .3em 1.5em 1em 0; }
.alignright { float: right; margin: .3em 0 1em 1.5em; }
.aligncenter { margin-left: auto; margin-right: auto; }
.wp-block-image img { height: auto; }
.wp-caption-text, .gallery-caption { font-size: .88rem; color: var(--muted); }
.sticky, .bypostauthor { position: relative; }
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin: 1.5em 0; }
.wp-block-columns { display: flex; flex-wrap: wrap; gap: 24px; }
.wp-block-column { flex: 1 1 240px; min-width: 0; }
.wp-block-separator { border: 0; border-top: 1px solid var(--line); }
.has-text-align-center { text-align: center; }

/* Patterns */
.nx-p-hero { padding: clamp(32px, 6vw, 72px) 0; }
.nx-p-hero h2 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 400; letter-spacing: -.035em; }
.nx-p-cta, .nx-p-support { padding: clamp(28px, 5vw, 48px); border-radius: var(--radius-lg); background: var(--mist); margin: 2em 0; }
.nx-p-features .wp-block-column { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }

/* ---------- Results / search ---------- */
.nx-results { display: grid; gap: 0; border-top: 1px solid var(--line); margin: 16px 0 32px; }
.nx-result { padding: 24px 0; border-bottom: 1px solid var(--line); }
.nx-result__meta { margin: 0 0 4px; font-size: .85rem; color: var(--muted); }
.nx-result__title { font-size: 1.25rem; margin: 0 0 6px; }
.nx-result__title a { color: var(--ink); text-decoration: none; }
.nx-result__title a:hover { color: var(--blue); text-decoration: underline; }
.nx-result__desc { margin: 0; color: var(--slate); }
.nx-search { display: flex; gap: 8px; max-width: 560px; }
.nx-search__input { flex: 1; min-width: 0; min-height: 50px; padding: 0 18px; border: 1px solid #cbd3e2; border-radius: 999px; background: #fff; }
.nx-search__input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(43, 92, 240, .18); }
.nx-search .nx-btn { min-height: 50px; }
.nx-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 6px; }
.nx-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); text-decoration: none; }
.nx-pagination .page-numbers.current { background: var(--ink); color: #fff; border-color: var(--ink); }
.nx-post-nav .nav-links { display: grid; gap: 12px; padding: 32px 0 var(--section); }
@media (min-width: 640px) { .nx-post-nav .nav-links { grid-template-columns: 1fr 1fr; } .nx-post-nav .nav-next { text-align: right; } }
.nx-post-nav a { display: block; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--ink); }
.nx-post-nav .nx-small { display: block; }
.nx-404 { padding-top: clamp(56px, 10vw, 120px); }
.nx-404 .nx-kicker { color: var(--blue); }

/* ---------- Contact / forms ---------- */
.nx-contact { display: grid; gap: 40px; }
@media (min-width: 960px) { .nx-contact { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 64px; align-items: start; } }
.nx-contact__aside { display: grid; gap: 16px; }
.nx-contact__aside .nx-card { padding: 24px; }
.nx-contact__aside .nx-card__title { font-size: 1.1rem; }
.nx-form { display: grid; gap: 20px; }
.nx-form__row { display: grid; gap: 20px; }
@media (min-width: 640px) { .nx-form__row { grid-template-columns: 1fr 1fr; } }
.nx-form__field { display: grid; gap: 6px; align-content: start; }
.nx-form__field > label { font-weight: 600; font-size: .95rem; }
.nx-form input[type="text"], .nx-form input[type="email"], .nx-form select, .nx-form textarea {
	width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #c3cbdc; border-radius: 12px; background: #fff; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease;
}
.nx-form textarea { min-height: 160px; resize: vertical; line-height: 1.5; }
.nx-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--slate) 50%), linear-gradient(135deg, var(--slate) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
.nx-form input:focus, .nx-form select:focus, .nx-form textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(43, 92, 240, .18); }
.nx-form .has-error input, .nx-form .has-error textarea { border-color: var(--error); }
.nx-form__error { margin: 0; color: var(--error); font-size: .9rem; font-weight: 500; }
.nx-form__hint { margin: 0; color: var(--muted); font-size: .88rem; }
.nx-form__check { grid-template-columns: auto 1fr; align-items: start; gap: 12px; }
.nx-form__check input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--blue); }
.nx-form__check > label { font-weight: 400; font-size: .95rem; color: var(--slate); }
.nx-form__check .nx-form__error { grid-column: 1 / -1; }
.nx-form button[type="submit"] { justify-self: start; min-width: 180px; }
.nx-form__hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.nx-form__notice { padding: 14px 18px; border-radius: 12px; font-weight: 500; }
.nx-form__notice--success { background: #e8f6ef; color: var(--success); border: 1px solid #cbe9da; }
.nx-form__notice--error { background: #fdecea; color: var(--error); border: 1px solid #f6cfca; }
.nx-sc-button { margin: 1.5em 0; }

/* ---------- Footer ---------- */
.nx-footer { border-top: 1px solid rgba(255, 255, 255, .08); background: var(--navy); color: rgba(255, 255, 255, .72); padding: clamp(56px, 8vw, 88px) 0 32px; font-size: .95rem; }
.nx-footer a { color: rgba(255, 255, 255, .82); text-decoration: none; }
.nx-footer a:hover { color: #fff; text-decoration: underline; }
.nx-footer__grid { display: grid; gap: 40px; grid-template-columns: 1fr 1fr; }
.nx-footer__brand { grid-column: 1 / -1; }
@media (min-width: 900px) { .nx-footer__grid { grid-template-columns: 1.6fr repeat(3, 1fr); } .nx-footer__brand { grid-column: auto; } }
.nx-brand--footer .nx-wordmark { color: #fff; }
.nx-brand--footer img { max-height: 40px; }
.nx-footer__tagline { margin: 16px 0 20px; font-size: .78rem; font-weight: 600; letter-spacing: .14em; color: rgba(255, 255, 255, .6); }
.nx-footer__email { margin: 0 0 16px; }
.nx-footer__heading { font-size: .92rem; font-weight: 600; letter-spacing: 0; color: #fff; margin: 0 0 14px; }
.nx-footer__menu, .nx-footer__social, .nx-footer__legal { list-style: none; margin: 0; padding: 0; }
.nx-footer__menu li { margin: 0; }
.nx-footer__menu a { display: inline-flex; align-items: center; min-height: 36px; }
.nx-footer__social { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.nx-footer__social a { display: inline-flex; min-height: 36px; align-items: center; }
.nx-footer__note { margin: 48px 0 0; padding: 18px 20px; border-radius: 12px; background: rgba(255, 255, 255, .05); font-size: .88rem; color: rgba(255, 255, 255, .7); }
.nx-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .88rem; }
.nx-footer__bottom p { margin: 0; }
.nx-footer__legal { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.nx-footer__legal a { display: inline-flex; min-height: 36px; align-items: center; }
.nx-footer :focus-visible { outline-color: #fff; }

/* ---------- Small screens ---------- */
@media (max-width: 380px) {
	body { font-size: 1rem; }
	.nx-store { flex: 1 1 100%; }
	.nx-btn--lg { width: 100%; }
	.nx-app-hero__id { gap: 14px; }
	.nx-app-icon--lg { width: 72px; height: 72px; }
	.nx-card, .nx-app-card, .nx-plan { padding: 22px; }
	.nx-search { flex-wrap: wrap; }
	.nx-search .nx-btn { width: 100%; }
}

/* ---------- Motion & print ---------- */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
@media (prefers-reduced-motion: no-preference) {
	html { scroll-behavior: smooth; }
}
@media (forced-colors: active) {
	.nx-btn, .nx-store, .nx-card, .nx-app-card, .nx-link-card { border: 1px solid CanvasText; }
}
@media print {
	.nx-header, .nx-footer, .nx-subnav, .nx-cta, .nx-hero__ribbon, .nx-toc, .skip-link { display: none !important; }
	body { color: #000; }
	a { color: #000; text-decoration: underline; }
	.nx-doc--toc { display: block; }
}
