.ndc-bj-listings{margin:0;padding-left:1.25rem}.ndc-bj-listings li{margin:.35rem 0}
.ndc-bj-dashboard{
	--ndc-bj-gap:1rem;
	--ndc-bj-text:var(--ndcpd-text,#18231f);
	--ndc-bj-muted:#5c6a64;
	--ndc-bj-border:#e2e8e5;
	--ndc-bj-soft:#f5f8f6;
	--ndc-bj-accent:var(--ndcpd-accent,#1f6b52);
	--ndc-bj-accent-dark:var(--ndcpd-accent-dark,#174e3e);
	--ndc-bj-danger:#8c2d21;
	--ndc-bj-danger-soft:#fff0ee;
	--ndc-bj-ok:#17643e;
	--ndc-bj-ok-soft:#e7f7ee;
	--ndc-bj-info:#1d4e89;
	--ndc-bj-info-soft:#eef5fb;
	--ndc-bj-radius:12px;
	--ndc-bj-radius-sm:9px;
	--ndc-bj-shadow:0 8px 22px rgba(18,44,34,.05);
	--ndc-bj-focus:color-mix(in srgb,var(--ndc-bj-accent) 55%,transparent);
	--ndc-bj-overview-gap-xs:3px;
	--ndc-bj-overview-gap-sm:6px;
	--ndc-bj-overview-gap-md:10px;
	--ndc-bj-overview-gap-lg:12px;
	--ndc-bj-overview-card-padding:12px 14px;
	--ndc-bj-overview-section-gap:10px;
	--ndc-bj-shell-gutter:16px;
	--ndc-bj-sidebar-min:148px;
	--ndc-bj-sidebar-max:160px;
	--ndc-bj-layout-gap:12px;
	max-width:min(1600px,calc(100% - (var(--ndc-bj-shell-gutter) * 2)));
	margin:0 auto;
	/* Reserve space for site-global fixed measurement control (bottom-right). */
	padding:var(--ndc-bj-overview-gap-sm) 0 max(1rem,4.25rem);
	color:var(--ndc-bj-text);
	font-family:var(--ndc-font-family-ui,var(--ndcpd-font-family,"Be Vietnam Pro",system-ui,sans-serif));
}
.ndc-bj-dashboard *{box-sizing:border-box}
.ndc-bj-dashboard__header{display:flex;align-items:center;justify-content:space-between;gap:var(--ndc-bj-overview-gap-md);margin-bottom:var(--ndc-bj-overview-gap-sm)}
.ndc-bj-dashboard__header h1{margin:0;font-size:clamp(1.375rem,1.8vw,1.625rem);line-height:1.25;letter-spacing:-.02em;font-weight:700}
.ndc-bj-eyebrow{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ndc-bj-accent)}
.ndc-bj-dashboard__site-link{white-space:nowrap;align-self:center;color:var(--ndc-bj-muted);text-decoration:none;font-weight:600;font-size:.88rem;min-height:40px;display:inline-flex;align-items:center;padding:.2rem .15rem}
.ndc-bj-dashboard__site-link:hover{color:var(--ndc-bj-accent)}
.ndc-bj-dashboard__layout{display:grid;grid-template-columns:minmax(var(--ndc-bj-sidebar-min),var(--ndc-bj-sidebar-max)) minmax(0,1fr);gap:var(--ndc-bj-layout-gap);align-items:start}
.ndc-bj-dashboard__nav{position:sticky;top:.75rem}
.ndc-bj-dashboard__nav ul{list-style:none;margin:0;padding:var(--ndc-bj-overview-gap-xs);display:grid;gap:2px;background:var(--ndc-color-surface,var(--ndc-bj-soft));border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius);box-shadow:var(--ndc-bj-shadow)}
.ndc-bj-dashboard__nav a{display:flex;align-items:center;min-height:38px;padding:.35rem .6rem;border:1px solid transparent;border-radius:var(--ndc-bj-radius-sm);text-decoration:none;color:var(--ndc-bj-text);font-weight:600;font-size:.88rem;line-height:1.25;background:transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease}
.ndc-bj-dashboard__nav a:hover{background:var(--ndc-bj-soft);color:var(--ndc-bj-accent-dark)}
.ndc-bj-dashboard__nav a[aria-current="page"]{font-weight:700;background:var(--ndc-bj-accent);color:var(--ndc-color-white,#fff);border-color:var(--ndc-bj-accent)}
.ndc-bj-dashboard__content{min-width:0}
.ndc-bj-overview__command{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--ndc-bj-overview-gap-sm) var(--ndc-bj-overview-gap-md);align-items:center}
.ndc-bj-overview__command>.ndc-bj-eyebrow{grid-column:1;grid-row:1}
.ndc-bj-overview__command>h2{grid-column:2;grid-row:1;margin:0;font-size:1.25rem}
.ndc-bj-overview__command>h2+p{grid-column:3;grid-row:1;margin:0}
.ndc-bj-overview__command>h2+p+p{grid-column:1 / 3;grid-row:2;margin:0}
.ndc-bj-overview__command>.ndc-bj-actions{grid-column:3;grid-row:2;margin:0}
.ndc-bj-overview__attention-list{margin:.35rem 0 0;padding-left:1.2rem}
.ndc-bj-overview-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:var(--ndc-bj-overview-gap-sm)}
.ndc-bj-overview-kpi{min-width:0;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);padding:10px 12px;background:var(--ndc-bj-soft);box-shadow:none}
.ndc-bj-overview-kpi__label{display:block;margin:0 0 var(--ndc-bj-overview-gap-xs);font-size:.78rem;font-weight:650;color:var(--ndc-bj-muted);line-height:1.3}
.ndc-bj-overview-kpi__value{display:block;font-size:1.25rem;line-height:1.2;letter-spacing:-.02em;color:var(--ndc-bj-text);font-weight:700}
.ndc-bj-overview-summaries{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ndc-bj-overview-section-gap)}
.ndc-bj-overview__commercial{margin-top:0}
.ndc-bj-panel{border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius);padding:0.9rem 1rem 0.95rem;margin:0 0 0.75rem;background:var(--ndc-color-surface,#fff);box-shadow:var(--ndc-bj-shadow)}
.ndc-bj-panel>h2:first-child{margin-top:0;margin-bottom:.4rem;font-size:1.1rem;line-height:1.3;letter-spacing:-.015em}
.ndc-bj-panel>p{margin:.35rem 0;color:var(--ndc-bj-text);line-height:1.5}
.ndc-bj-panel>h3{margin:.75rem 0 .3rem;font-size:.98rem;line-height:1.35}
.ndc-bj-overview .ndc-bj-panel{padding:var(--ndc-bj-overview-card-padding);margin-bottom:var(--ndc-bj-overview-section-gap)}
.ndc-bj-overview .ndc-bj-panel>h2:first-child{margin-bottom:var(--ndc-bj-overview-gap-sm);font-size:1.15rem}
.ndc-bj-overview .ndc-bj-panel>p{margin:var(--ndc-bj-overview-gap-xs) 0}
.ndc-bj-overview .ndc-bj-panel>h3{margin:var(--ndc-bj-overview-gap-md) 0 var(--ndc-bj-overview-gap-xs)}
.ndc-bj-overview-summaries>.ndc-bj-panel{margin-bottom:0}
.ndc-bj-actions,.ndc-bj-listing-row__actions{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.45rem}
.ndc-bj-button,.ndc-bj-dashboard button,.ndc-bj-dashboard input[type="submit"],.ndc-bj-dashboard input[type="button"]{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.45rem .8rem;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);text-decoration:none;font-weight:650;font-size:.9rem;line-height:1.2;background:var(--ndc-color-surface,#fff);color:var(--ndc-bj-accent-dark);cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}
.ndc-bj-button:hover,.ndc-bj-dashboard button:hover,.ndc-bj-dashboard input[type="submit"]:hover,.ndc-bj-dashboard input[type="button"]:hover{border-color:var(--ndc-bj-accent);background:var(--ndc-bj-soft)}
.ndc-bj-button--primary,.ndc-bj-dashboard form>p>button[type="submit"],.ndc-bj-dashboard form>button[type="submit"]{font-weight:700;background:var(--ndc-bj-accent);border-color:var(--ndc-bj-accent);color:var(--ndc-color-white,#fff)}
.ndc-bj-button--primary:hover,.ndc-bj-dashboard form>p>button[type="submit"]:hover,.ndc-bj-dashboard form>button[type="submit"]:hover{background:var(--ndc-bj-accent-dark);border-color:var(--ndc-bj-accent-dark);color:var(--ndc-color-white,#fff)}
.ndc-bj-button:disabled,.ndc-bj-button[aria-disabled="true"],.ndc-bj-dashboard button:disabled,.ndc-bj-dashboard input[type="submit"]:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}
.ndc-bj-listing-table{display:grid;gap:.7rem}
.ndc-bj-listing-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);padding:.85rem 1rem;background:var(--ndc-color-surface,#fff)}
.ndc-bj-listing-row h3{margin:0 0 .25rem;font-size:.98rem;line-height:1.35;letter-spacing:-.01em}
.ndc-bj-status{margin:0;font-size:.86rem;color:var(--ndc-bj-muted)}
.ndc-bj-listing-row .ndc-bj-muted{display:block;padding:.2rem 0 0;font-size:.8rem;color:var(--ndc-bj-muted);line-height:1.4}
.ndc-bj-muted{display:inline-block;padding:.55rem 0;color:var(--ndc-bj-muted);font-size:.88rem}
.ndc-bj-notice{border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);padding:.85rem 1rem;background:var(--ndc-bj-soft);color:var(--ndc-bj-text);line-height:1.5}
.ndc-bj-notice--error{background:var(--ndc-bj-danger-soft);border-color:#f0c9c3;color:var(--ndc-bj-danger)}
.ndc-bj-notice--success{background:var(--ndc-bj-ok-soft);border-color:#bfe4cc;color:var(--ndc-bj-ok)}
.ndc-bj-notice--info{background:var(--ndc-bj-info-soft);border-color:#c9dcf0;color:var(--ndc-bj-info)}
.ndc-bj-dashboard label{display:block;margin:0 0 .35rem;font-size:.86rem;font-weight:650;color:var(--ndc-bj-text);line-height:1.35}
.ndc-bj-dashboard label:has(input[type="checkbox"]),.ndc-bj-dashboard label:has(input[type="radio"]){display:flex;align-items:flex-start;gap:.55rem;font-weight:500;margin:.35rem 0}
.ndc-bj-dashboard p{max-width:none}
.ndc-bj-dashboard form p{margin:.5rem 0}
.ndc-bj-dashboard fieldset{border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);padding:.7rem .85rem .85rem;margin:.65rem 0;background:var(--ndc-bj-soft)}
.ndc-bj-dashboard legend{padding:0 .3rem;font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ndc-bj-accent)}
.ndc-bj-dashboard input[type="text"],.ndc-bj-dashboard input[type="number"],.ndc-bj-dashboard input[type="password"],.ndc-bj-dashboard input[type="tel"],.ndc-bj-dashboard input[type="email"],.ndc-bj-dashboard input[type="file"],.ndc-bj-dashboard input[type="search"],.ndc-bj-dashboard input:not([type]),.ndc-bj-dashboard select,.ndc-bj-dashboard textarea{width:100%;max-width:100%;min-height:40px;padding:.45rem .7rem;border:1px solid #cfd8d3;border-radius:8px;background:var(--ndc-color-surface,#fff);color:var(--ndc-bj-text);font:inherit;font-size:.93rem}
.ndc-bj-dashboard textarea{min-height:7.25rem;resize:vertical;line-height:1.45}
.ndc-bj-dashboard input[readonly],.ndc-bj-dashboard input[aria-readonly="true"]{background:var(--ndc-bj-soft);color:var(--ndc-bj-muted)}
.ndc-bj-dashboard input[type="checkbox"],.ndc-bj-dashboard input[type="radio"]{width:1.15rem;height:1.15rem;min-height:0;margin:.15rem 0 0;flex:0 0 auto;accent-color:var(--ndc-bj-accent)}
.ndc-bj-dashboard small{display:block;margin-top:.35rem;color:var(--ndc-bj-muted);font-size:.8rem;line-height:1.4}
.ndc-bj-media-editor{display:block}
.ndc-bj-media-list{display:grid;gap:.65rem;margin:.35rem 0 .75rem}
.ndc-bj-media-item{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .55rem;padding:.7rem;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:var(--ndc-color-surface,#fff)}
.ndc-bj-media-item img,.ndc-bj-media-item>img{border-radius:8px;max-width:120px;height:auto}
.ndc-bj-media-item button{min-height:44px;min-width:44px}
.ndc-bj-dashboard a:focus-visible,.ndc-bj-dashboard button:focus-visible,.ndc-bj-dashboard input:focus-visible,.ndc-bj-dashboard select:focus-visible,.ndc-bj-dashboard textarea:focus-visible{outline:3px solid var(--ndc-bj-focus);outline-offset:2px}
@media (prefers-reduced-motion:reduce){
	.ndc-bj-dashboard__nav a,.ndc-bj-button,.ndc-bj-dashboard button,.ndc-bj-dashboard input[type="submit"],.ndc-bj-dashboard input[type="button"]{transition:none}
}
@media (min-width:1200px){
	/* dense: keep summaries|commercial side-by-side even when AI is between them in DOM */
	.ndc-bj-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ndc-bj-overview-section-gap);align-items:start;grid-auto-flow:dense}
	.ndc-bj-overview>.ndc-bj-overview__command,
	.ndc-bj-overview>.ndc-bj-overview__attention,
	.ndc-bj-overview>.ndc-bj-overview__pulse{grid-column:1 / -1;margin:0}
	.ndc-bj-overview>.ndc-bj-overview-summaries{grid-column:1 / 3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ndc-bj-overview-section-gap)}
	.ndc-bj-overview-summaries>.ndc-bj-panel{margin:0}
	.ndc-bj-overview>.ndc-bj-overview__commercial{grid-column:3;margin:0}
	/* Full-width AI row — avoid narrow auto-placed right-rail column beside summaries */
	.ndc-bj-overview>.ndc-bj-ai-overview{grid-column:1 / -1;margin:0}
}
@media (max-width:1366px){
	.ndc-bj-dashboard{--ndc-bj-shell-gutter:14px;--ndc-bj-layout-gap:12px}
}
@media (max-width:1024px){
	.ndc-bj-dashboard{max-width:min(100%,calc(100% - (var(--ndc-bj-shell-gutter) * 2)));--ndc-bj-shell-gutter:14px;--ndc-bj-sidebar-min:140px;--ndc-bj-sidebar-max:152px;--ndc-bj-layout-gap:10px}
	.ndc-bj-dashboard__layout{grid-template-columns:minmax(var(--ndc-bj-sidebar-min),var(--ndc-bj-sidebar-max)) minmax(0,1fr);gap:var(--ndc-bj-layout-gap)}
	.ndc-bj-overview-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}
	.ndc-bj-overview-kpis .ndc-bj-overview-kpi:last-child{grid-column:auto}
}
@media (max-width:900px){
	.ndc-bj-dashboard{--ndc-bj-shell-gutter:12px}
	.ndc-bj-dashboard__layout{grid-template-columns:1fr;gap:var(--ndc-bj-overview-section-gap)}
	.ndc-bj-dashboard__nav{position:static}
	.ndc-bj-dashboard__nav ul{grid-template-columns:repeat(auto-fit,minmax(min(100%,9.5rem),1fr));gap:.2rem;padding:.25rem}
	.ndc-bj-dashboard__nav a{text-align:center;justify-content:center;white-space:normal;overflow-wrap:anywhere;line-height:1.25;padding:.35rem .55rem;min-height:36px}
	.ndc-bj-overview-summaries{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:768px){
	.ndc-bj-dashboard{--ndc-bj-shell-gutter:12px;--ndc-bj-overview-section-gap:8px;--ndc-bj-overview-card-padding:12px}
	.ndc-bj-overview-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ndc-bj-overview-kpis .ndc-bj-overview-kpi:last-child{grid-column:1 / -1}
	.ndc-bj-actions .ndc-bj-button,.ndc-bj-listing-row__actions .ndc-bj-button{flex:1 1 calc(50% - .35rem);min-width:min(100%,9.5rem)}
}
@media (max-width:680px){
	.ndc-bj-dashboard{padding:var(--ndc-bj-overview-gap-sm) 0 1rem;max-width:calc(100% - (var(--ndc-bj-shell-gutter) * 2));--ndc-bj-shell-gutter:12px}
	.ndc-bj-dashboard__header{display:block;margin-bottom:var(--ndc-bj-overview-gap-sm)}
	.ndc-bj-dashboard__header h1{font-size:1.3rem}
	.ndc-bj-dashboard__site-link{display:inline-flex;margin-top:.15rem;min-height:36px}
	.ndc-bj-dashboard__nav ul{grid-template-columns:repeat(2,minmax(0,1fr));overflow-x:visible;gap:.15rem;padding:.15rem;box-shadow:none}
	.ndc-bj-dashboard__nav a{min-height:36px;padding:.28rem .45rem;font-size:.82rem;font-weight:600;border-radius:8px;line-height:1.2}
	.ndc-bj-dashboard__nav li{flex:0 0 auto}
	.ndc-bj-overview__command{display:block}
	.ndc-bj-overview__command>*+*{margin-top:var(--ndc-bj-overview-gap-sm)}
	.ndc-bj-overview__command>h2{font-size:1.125rem}
	.ndc-bj-ai-overview>h2{font-size:1.125rem}
	.ndc-bj-panel{padding:.75rem .8rem .8rem;margin:0 0 .6rem}
	.ndc-bj-overview .ndc-bj-panel{padding:12px;margin-bottom:var(--ndc-bj-overview-gap-sm)}
	.ndc-bj-listing-row{align-items:flex-start;flex-direction:column}
	.ndc-bj-listing-row__actions{width:100%}
	.ndc-bj-button,.ndc-bj-listing-row__actions .ndc-bj-button,.ndc-bj-actions .ndc-bj-button{width:auto;min-height:40px}
	.ndc-bj-actions .ndc-bj-button,.ndc-bj-listing-row__actions .ndc-bj-button{flex:1 1 calc(50% - .3rem)}
	.ndc-bj-media-item button{flex:1 1 44px}
	.ndc-bj-overview-summaries{grid-template-columns:1fr}
	.ndc-bj-overview__commercial{margin-top:var(--ndc-bj-overview-gap-sm)}
	.ndc-bj-overview-kpis{grid-template-columns:1fr}
	.ndc-bj-overview-kpis .ndc-bj-overview-kpi:last-child{grid-column:auto}
}
@media (max-width:390px){
	.ndc-bj-dashboard{--ndc-bj-shell-gutter:12px;max-width:calc(100% - 24px)}
	.ndc-bj-dashboard__header h1{font-size:1.28rem}
	.ndc-bj-overview .ndc-bj-panel{padding:10px 12px}
}

.ndc-bj-auth{
	--ndc-bj-text:var(--ndcpd-text,#18231f);
	--ndc-bj-muted:#5c6a64;
	--ndc-bj-border:#e2e8e5;
	--ndc-bj-soft:#f5f8f6;
	--ndc-bj-accent:var(--ndcpd-accent,#1f6b52);
	--ndc-bj-accent-dark:var(--ndcpd-accent-dark,#174e3e);
	--ndc-bj-radius:14px;
	--ndc-bj-shadow:0 10px 28px rgba(18,44,34,.06);
	--ndc-bj-focus:color-mix(in srgb,var(--ndc-bj-accent) 55%,transparent);
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	margin:0 auto;
	padding:1.25rem 1rem 1.75rem;
	color:var(--ndc-bj-text);
	font-family:var(--ndc-font-family-ui,var(--ndcpd-font-family,"Be Vietnam Pro",system-ui,sans-serif));
}
.ndc-bj-auth *,.ndc-bj-auth *::before,.ndc-bj-auth *::after{box-sizing:border-box}
.ndc-bj-auth__card{
	width:100%;
	max-width:420px;
	margin-inline:auto;
	padding:1.35rem 1.25rem 1.4rem;
	background:var(--ndc-color-surface,#fff);
	border:1px solid var(--ndc-bj-border);
	border-radius:var(--ndc-bj-radius);
	box-shadow:var(--ndc-bj-shadow);
}
.ndc-bj-auth__header{margin:0 0 1.1rem}
.ndc-bj-auth__title{
	margin:0;
	font-size:1.35rem;
	line-height:1.28;
	letter-spacing:-.02em;
	font-weight:700;
}
.ndc-bj-auth__form{margin:0;display:block}
.ndc-bj-auth__field{margin:0 0 .9rem}
.ndc-bj-auth__label{
	display:block;
	margin:0;
	font-size:.86rem;
	font-weight:650;
	line-height:1.35;
	color:var(--ndc-bj-text);
}
.ndc-bj-auth__control{
	display:block;
	width:100%;
	max-width:100%;
	min-height:44px;
	margin:.4rem 0 0;
	padding:.55rem .75rem;
	border:1px solid #cfd8d3;
	border-radius:9px;
	background:var(--ndc-color-surface,#fff);
	color:var(--ndc-bj-text);
	font:inherit;
	font-size:.95rem;
}
.ndc-bj-auth__control:hover{border-color:var(--ndc-bj-accent)}
.ndc-bj-auth__control:focus-visible{
	outline:3px solid var(--ndc-bj-focus);
	outline-offset:2px;
}
.ndc-bj-auth__actions{margin:.35rem 0 0}
.ndc-bj-auth__submit{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:44px;
	padding:.55rem .95rem;
	border:1px solid var(--ndc-bj-accent);
	border-radius:10px;
	background:var(--ndc-bj-accent);
	color:var(--ndc-color-white,#fff);
	font:inherit;
	font-size:.95rem;
	font-weight:700;
	line-height:1.2;
	cursor:pointer;
	transition:background-color .15s ease,border-color .15s ease;
}
.ndc-bj-auth__submit:hover{
	background:var(--ndc-bj-accent-dark);
	border-color:var(--ndc-bj-accent-dark);
}
.ndc-bj-auth__submit:focus-visible{
	outline:3px solid var(--ndc-bj-focus);
	outline-offset:2px;
}
.ndc-bj-auth__footer{margin:1.05rem 0 0}
.ndc-bj-auth__cross{
	margin:0;
	font-size:.9rem;
	line-height:1.45;
	color:var(--ndc-bj-muted);
	text-align:center;
}
.ndc-bj-auth__link{
	display:inline;
	font-weight:700;
	color:var(--ndc-bj-accent);
	text-decoration:underline;
	text-underline-offset:.15em;
}
.ndc-bj-auth__link:hover{color:var(--ndc-bj-accent-dark)}
.ndc-bj-auth__link:focus-visible{
	outline:3px solid var(--ndc-bj-focus);
	outline-offset:2px;
}
@media (prefers-reduced-motion:reduce){
	.ndc-bj-auth__submit{transition:none}
}
@media (min-width:1024px){
	.ndc-bj-auth{padding:1.5rem 1rem 2rem}
	.ndc-bj-auth__card{padding:1.5rem 1.4rem 1.55rem}
	.ndc-bj-auth__title{font-size:1.35rem}
}
@media (min-width:720px) and (max-width:1023px){
	.ndc-bj-auth{padding:1.2rem .9rem 1.75rem}
	.ndc-bj-auth__card{max-width:420px;padding:1.3rem 1.15rem 1.35rem}
}
@media (max-width:719px){
	.ndc-bj-auth{padding:.85rem .75rem 4.5rem}
	.ndc-bj-auth__card{max-width:100%;padding:1.15rem .95rem 1.2rem}
	.ndc-bj-auth__title{font-size:1.28rem}
	.ndc-bj-auth__field{margin:0 0 .8rem}
}
@media (max-width:390px){
	.ndc-bj-auth{padding:.7rem .65rem 4.5rem}
	.ndc-bj-auth__card{padding:1rem .85rem 1.1rem}
	.ndc-bj-auth__title{font-size:1.2rem}
}
body.page-id-770 .entry-hero.page-hero-section .entry-header,
body.page-id-767 .entry-hero.page-hero-section .entry-header{
	min-height:120px;
}
@media (max-width:719px){
	body.page-id-770 .entry-hero.page-hero-section .entry-header,
	body.page-id-767 .entry-hero.page-hero-section .entry-header{
		min-height:96px;
	}
}
@media (max-width:390px){
	body.page-id-770 .entry-hero.page-hero-section .entry-header,
	body.page-id-767 .entry-hero.page-hero-section .entry-header{
		min-height:88px;
	}
}
body.page-id-846 .entry-hero.page-hero-section{
	display:none;
}

.ndc-bj-customer-surface{min-width:0}
.ndc-bj-customer-surface .ndc-bj-customer-surface__header{display:grid;gap:4px}
.ndc-bj-customer-surface .ndc-bj-customer-surface__header h2{margin:0;font-size:1.35rem;line-height:1.3}
.ndc-bj-customer-surface .ndc-bj-customer-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 12px}
.ndc-bj-customer-surface .ndc-bj-customer-tabs a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:44px;padding:.65rem .8rem;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:var(--ndc-color-surface,#fff);color:var(--ndc-bj-text);font-weight:650;text-decoration:none}
.ndc-bj-customer-surface .ndc-bj-customer-tabs a[aria-current="page"]{border-color:var(--ndc-bj-accent);background:var(--ndc-bj-accent);color:var(--ndc-color-white,#fff)}
.ndc-bj-customer-surface .ndc-bj-customer-tabs span{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;padding:.15rem .4rem;border-radius:999px;background:var(--ndc-bj-soft);color:var(--ndc-bj-text);font-size:.78rem}
.ndc-bj-customer-surface .ndc-bj-customer-tabs a[aria-current="page"] span{background:rgba(255,255,255,.9)}
.ndc-bj-customer-surface .ndc-bj-customer-controls{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(145px,1fr));gap:12px;align-items:end}
.ndc-bj-customer-surface .ndc-bj-customer-controls__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.ndc-bj-customer-surface .ndc-bj-customer-surface__result-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.ndc-bj-customer-surface .ndc-bj-customer-surface__result-heading h3{margin:0;font-size:1.1rem}
.ndc-bj-customer-surface .ndc-bj-customer-surface__result-heading span{color:var(--ndc-bj-muted);font-size:.88rem;font-weight:650}
.ndc-bj-customer-surface .ndc-bj-customer-list{display:grid;gap:10px}
.ndc-bj-customer-surface .ndc-bj-customer-row{display:grid;grid-template-columns:minmax(180px,1.15fr) minmax(150px,.9fr) minmax(190px,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:var(--ndc-color-surface,#fff)}
.ndc-bj-customer-surface .ndc-bj-customer-row__identity,.ndc-bj-customer-surface .ndc-bj-customer-row__priority,.ndc-bj-customer-surface .ndc-bj-customer-row__status{display:grid;gap:4px;min-width:0}
.ndc-bj-customer-surface .ndc-bj-customer-row__identity h4{margin:0;font-size:1rem;line-height:1.35;overflow-wrap:anywhere}
.ndc-bj-customer-surface .ndc-bj-customer-row__phone{font-weight:700;color:var(--ndc-bj-accent-dark);overflow-wrap:anywhere}
.ndc-bj-customer-surface .ndc-bj-customer-row__created{color:var(--ndc-bj-muted);font-size:.78rem}
.ndc-bj-customer-surface .ndc-bj-customer-row__why{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ndc-bj-danger)}
.ndc-bj-customer-surface .ndc-bj-customer-reasons{display:flex;gap:5px;flex-wrap:wrap}
.ndc-bj-customer-surface .ndc-bj-customer-reasons span{padding:.22rem .5rem;border-radius:999px;background:var(--ndc-bj-danger-soft);color:var(--ndc-bj-danger);font-size:.76rem;font-weight:700}
.ndc-bj-customer-surface .ndc-bj-customer-row__status span{font-size:.82rem;line-height:1.4;color:var(--ndc-bj-muted)}
.ndc-bj-customer-surface .ndc-bj-customer-row__status strong{color:var(--ndc-bj-text)}
.ndc-bj-customer-surface .ndc-bj-customer-row__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.ndc-bj-customer-surface .ndc-bj-customer-row__actions form{margin:0}
.ndc-bj-customer-surface .ndc-bj-customer-empty{padding:20px;text-align:center;border:1px dashed var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:var(--ndc-bj-soft)}
.ndc-bj-customer-surface .ndc-bj-customer-empty p{margin:0 0 10px}
.ndc-bj-customer-surface .ndc-bj-customer-pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:14px}
.ndc-bj-customer-surface .ndc-bj-customer-pagination span{margin-right:auto;color:var(--ndc-bj-muted);font-size:.86rem;font-weight:650}
@media (max-width:1024px){
	.ndc-bj-customer-surface .ndc-bj-customer-controls{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ndc-bj-customer-surface .ndc-bj-customer-row{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ndc-bj-customer-surface .ndc-bj-customer-row__actions{justify-content:flex-start}
}
@media (max-width:768px){
	.ndc-bj-customer-surface .ndc-bj-customer-row{grid-template-columns:1fr}
	.ndc-bj-customer-surface .ndc-bj-customer-row__actions{width:100%}
}
@media (max-width:391px){
	.ndc-bj-customer-surface .ndc-bj-customer-tabs,.ndc-bj-customer-surface .ndc-bj-customer-controls{grid-template-columns:1fr}
	.ndc-bj-customer-surface .ndc-bj-customer-row{grid-template-columns:1fr;padding:12px}
	.ndc-bj-customer-surface .ndc-bj-customer-row__actions,.ndc-bj-customer-surface .ndc-bj-customer-row__actions form,.ndc-bj-customer-surface .ndc-bj-customer-row__actions .ndc-bj-button{width:100%}
	.ndc-bj-customer-surface .ndc-bj-customer-row__actions form,.ndc-bj-customer-surface .ndc-bj-customer-row__actions .ndc-bj-button{flex:1 1 100%}
	.ndc-bj-customer-surface .ndc-bj-customer-pagination{flex-wrap:wrap;justify-content:stretch}
	.ndc-bj-customer-surface .ndc-bj-customer-pagination span{width:100%;margin:0}
	.ndc-bj-customer-surface .ndc-bj-customer-pagination .ndc-bj-button{flex:1 1 100%}
}

.ndc-bj-listing-surface{width:100%;max-width:none;min-width:0;display:grid;gap:12px}
.ndc-bj-listing-surface .ndc-bj-listing-surface__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}
.ndc-bj-listing-surface .ndc-bj-listing-surface__heading h2{margin:0 0 4px;font-size:1.35rem;line-height:1.3}
.ndc-bj-listing-surface .ndc-bj-listing-surface__heading p{margin:0;color:var(--ndc-bj-muted);font-size:.92rem}
.ndc-bj-listing-surface .ndc-bj-listing-surface__cta{white-space:nowrap}
.ndc-bj-listing-surface .ndc-bj-listing-surface__summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.ndc-bj-listing-surface .ndc-bj-listing-surface__kpi{min-width:0;padding:12px 14px;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:var(--ndc-bj-soft)}
.ndc-bj-listing-surface .ndc-bj-listing-surface__kpi span{display:block;margin:0 0 4px;font-size:.8rem;font-weight:650;color:var(--ndc-bj-muted)}
.ndc-bj-listing-surface .ndc-bj-listing-surface__kpi strong{display:block;font-size:1.25rem;line-height:1.2}
.ndc-bj-listing-surface .ndc-bj-listing-surface__filters{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr) repeat(3,auto) auto;gap:10px 12px;align-items:end}
.ndc-bj-listing-surface .ndc-bj-listing-surface__check{display:flex;align-items:center;gap:.45rem;margin:0;font-weight:650;white-space:nowrap}
.ndc-bj-listing-surface .ndc-bj-listing-surface__filters>.ndc-bj-button{justify-self:end}
.ndc-bj-listing-surface .ndc-bj-listing-surface__list{display:grid;gap:10px}
.ndc-bj-listing-surface .ndc-bj-listing-card{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(120px,.55fr) minmax(110px,.4fr) minmax(110px,.4fr) minmax(140px,.55fr) auto;grid-template-areas:"identity status views leads commercial actions";gap:12px;align-items:center;padding:14px;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:var(--ndc-color-surface,#fff)}
.ndc-bj-listing-surface .ndc-bj-listing-card__media{grid-area:identity;width:72px;justify-self:start;align-self:start;z-index:1}
.ndc-bj-listing-surface .ndc-bj-listing-card__media img{display:block;width:72px;height:72px;object-fit:cover;border-radius:8px}
.ndc-bj-listing-surface .ndc-bj-listing-card__identity{grid-area:identity;min-width:0}
.ndc-bj-listing-surface .ndc-bj-listing-card:has(>.ndc-bj-listing-card__media) .ndc-bj-listing-card__identity{padding-left:84px}
.ndc-bj-listing-surface .ndc-bj-listing-card__identity h3{margin:0;font-size:1rem;line-height:1.35;overflow-wrap:break-word;word-break:normal}
.ndc-bj-listing-surface .ndc-bj-listing-card__business,.ndc-bj-listing-surface .ndc-bj-listing-card__times{margin:4px 0 0;color:var(--ndc-bj-muted);font-size:.8rem}
.ndc-bj-listing-surface .ndc-bj-listing-card__status{grid-area:status;display:flex;flex-wrap:wrap;gap:6px}
.ndc-bj-listing-surface .ndc-bj-listing-card__views{grid-area:views;display:grid;gap:2px;min-width:0}
.ndc-bj-listing-surface .ndc-bj-listing-card__leads{grid-area:leads;display:grid;gap:2px;min-width:0}
.ndc-bj-listing-surface .ndc-bj-listing-card__commercial{grid-area:commercial;display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}
.ndc-bj-listing-surface .ndc-bj-listing-card__commercial:empty{display:none}
.ndc-bj-listing-surface .ndc-bj-listing-card__state{margin:0;color:var(--ndc-bj-muted);font-size:.78rem;line-height:1.35;overflow-wrap:break-word;cursor:default}
.ndc-bj-listing-surface .ndc-bj-listing-card__state--vip{color:var(--ndc-bj-info);font-weight:650}
.ndc-bj-listing-surface .ndc-bj-listing-card__state--sponsored{color:#8a5a12;font-weight:650}
.ndc-bj-listing-surface .ndc-bj-listing-card__reco{margin:2px 0 0;color:var(--ndc-bj-text);font-size:.82rem;font-weight:650;line-height:1.35;overflow-wrap:break-word;cursor:default}
.ndc-bj-listing-surface .ndc-bj-listing-card__commercial--secondary .ndc-bj-listing-card__state{order:2}
.ndc-bj-listing-surface .ndc-bj-listing-card__commercial--secondary .ndc-bj-listing-card__reco{order:1;margin:0 0 2px}
.ndc-bj-listing-surface .ndc-bj-listing-card__views span,.ndc-bj-listing-surface .ndc-bj-listing-card__leads span{font-size:.75rem;font-weight:650;color:var(--ndc-bj-muted)}
.ndc-bj-listing-surface .ndc-bj-listing-card__views strong,.ndc-bj-listing-surface .ndc-bj-listing-card__leads strong{font-size:1.05rem}
.ndc-bj-listing-surface .ndc-bj-listing-badge{display:inline-flex;align-items:center;max-width:100%;padding:.2rem .5rem;border-radius:999px;background:var(--ndc-bj-soft);color:var(--ndc-bj-text);font-size:.76rem;font-weight:700;overflow-wrap:anywhere}
.ndc-bj-listing-surface .ndc-bj-listing-badge--public{background:var(--ndc-bj-ok-soft);color:var(--ndc-bj-ok)}
.ndc-bj-listing-surface .ndc-bj-listing-badge--private{background:var(--ndc-bj-soft);color:var(--ndc-bj-muted)}
.ndc-bj-listing-surface .ndc-bj-listing-badge--vip{background:var(--ndc-bj-info-soft);color:var(--ndc-bj-info)}
.ndc-bj-listing-surface .ndc-bj-listing-badge--sponsored{background:#fff6e8;color:#8a5a12}
.ndc-bj-listing-surface .ndc-bj-listing-card__actions{grid-area:actions;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-self:center;justify-self:end}
.ndc-bj-listing-surface .ndc-bj-listing-card__actions .ndc-bj-button{white-space:nowrap}
.ndc-bj-listing-surface .ndc-bj-listing-empty{padding:20px;text-align:center;border:1px dashed var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:var(--ndc-bj-soft)}
.ndc-bj-listing-surface .ndc-bj-listing-empty p{margin:0 0 10px}
.ndc-bj-listing-surface .ndc-bj-listing-pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.ndc-bj-listing-surface .ndc-bj-listing-pagination span{margin-right:auto;color:var(--ndc-bj-muted);font-size:.86rem;font-weight:650}
@media (max-width:1366px){
	.ndc-bj-listing-surface .ndc-bj-listing-card{grid-template-columns:minmax(0,1.3fr) minmax(110px,.5fr) minmax(100px,.35fr) minmax(100px,.35fr) minmax(130px,.5fr) auto}
}
@media (max-width:1024px){
	.ndc-bj-listing-surface .ndc-bj-listing-surface__summary{grid-template-columns:repeat(6,minmax(0,1fr))}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__kpi:nth-child(-n+3){grid-column:span 2}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__kpi:nth-child(n+4){grid-column:span 3}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__filters{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__filters>.ndc-bj-button{grid-column:1 / -1;justify-self:stretch}
	.ndc-bj-dashboard:has(.ndc-bj-listing-surface) .ndc-bj-dashboard__layout{grid-template-columns:1fr;gap:var(--ndc-bj-overview-section-gap)}
	.ndc-bj-dashboard:has(.ndc-bj-listing-surface) .ndc-bj-dashboard__nav{position:static}
	.ndc-bj-dashboard:has(.ndc-bj-listing-surface) .ndc-bj-dashboard__nav ul{grid-template-columns:repeat(auto-fit,minmax(min(100%,11.75rem),1fr));gap:.25rem;padding:.3rem}
	.ndc-bj-listing-surface .ndc-bj-listing-card{grid-template-columns:minmax(0,1fr) minmax(108px,.42fr) minmax(108px,.42fr) auto;grid-template-areas:"identity identity identity actions" "status views leads actions" "commercial commercial commercial actions";align-items:start;gap:8px 12px;padding:12px}
	.ndc-bj-listing-surface .ndc-bj-listing-card__business,.ndc-bj-listing-surface .ndc-bj-listing-card__times{display:block}
	.ndc-bj-listing-surface .ndc-bj-listing-card__status,.ndc-bj-listing-surface .ndc-bj-listing-card__views,.ndc-bj-listing-surface .ndc-bj-listing-card__leads{align-self:center}
	.ndc-bj-listing-surface .ndc-bj-listing-card:has(>.ndc-bj-listing-card__media) .ndc-bj-listing-card__commercial{padding-left:0}
	.ndc-bj-listing-surface .ndc-bj-listing-card__actions{justify-content:flex-end;align-self:start}
	.ndc-bj-listing-surface .ndc-bj-listing-card__commercial{flex-direction:row;flex-wrap:wrap;gap:6px 14px;align-items:flex-start}
	.ndc-bj-listing-surface .ndc-bj-listing-card__state{flex:1 1 9rem;max-width:100%}
	.ndc-bj-listing-surface .ndc-bj-listing-card__reco{flex:1 1 100%;margin:4px 0 0;padding-top:6px;border-top:1px solid var(--ndc-bj-border)}
}
@media (max-width:768px){
	.ndc-bj-listing-surface .ndc-bj-listing-surface__summary{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__kpi:nth-child(-n+3),.ndc-bj-listing-surface .ndc-bj-listing-surface__kpi:nth-child(n+4){grid-column:auto}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__kpi:nth-child(5){grid-column:1 / -1}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__filters{grid-template-columns:1fr}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__filters>.ndc-bj-button{grid-column:auto;justify-self:stretch}
	.ndc-bj-listing-surface .ndc-bj-listing-card{grid-template-columns:1fr 1fr;grid-template-areas:"identity identity" "status status" "views leads" "commercial commercial" "actions actions";align-items:stretch;gap:8px;padding:12px}
	.ndc-bj-listing-surface .ndc-bj-listing-card:has(>.ndc-bj-listing-card__media) .ndc-bj-listing-card__commercial{padding-left:0}
	.ndc-bj-listing-surface .ndc-bj-listing-card__commercial{flex-direction:row;flex-wrap:wrap;gap:6px 12px}
	.ndc-bj-listing-surface .ndc-bj-listing-card__state{flex:1 1 9rem}
	.ndc-bj-listing-surface .ndc-bj-listing-card__reco{flex:1 1 100%;margin:4px 0 0;padding-top:6px;border-top:1px solid var(--ndc-bj-border)}
	.ndc-bj-listing-surface .ndc-bj-listing-card__actions{width:100%;justify-self:stretch;justify-content:stretch}
	.ndc-bj-listing-surface .ndc-bj-listing-card__actions .ndc-bj-button{width:100%}
	.ndc-bj-listing-surface .ndc-bj-listing-pagination{justify-content:stretch}
	.ndc-bj-listing-surface .ndc-bj-listing-pagination span{width:100%;margin:0}
	.ndc-bj-listing-surface .ndc-bj-listing-pagination .ndc-bj-button{flex:1 1 100%}
}
@media (max-width:420px){
	.ndc-bj-dashboard:has(.ndc-bj-listing-surface){box-sizing:border-box;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:8px 10px 72px;overflow-x:clip}
	.ndc-bj-dashboard:has(.ndc-bj-listing-surface) .ndc-bj-dashboard__layout,.ndc-bj-dashboard:has(.ndc-bj-listing-surface) .ndc-bj-dashboard__content{width:100%;max-width:none;min-width:0}
	body:has(.ndc-bj-listing-surface) .ndcpd-analytics-settings{right:8px;bottom:12px;z-index:30}
	.ndc-bj-listing-surface{padding:0;width:100%;max-width:none;margin:0}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__header{display:grid;grid-template-columns:1fr}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__cta,.ndc-bj-listing-surface .ndc-bj-listing-empty .ndc-bj-listing-surface__cta{width:100%}
	.ndc-bj-listing-surface .ndc-bj-listing-card{padding:10px;gap:8px}
	.ndc-bj-listing-surface .ndc-bj-listing-card__media{width:56px}
	.ndc-bj-listing-surface .ndc-bj-listing-card__media img{width:56px;height:56px}
	.ndc-bj-listing-surface .ndc-bj-listing-card:has(>.ndc-bj-listing-card__media) .ndc-bj-listing-card__identity{padding-left:64px}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__kpi{padding:10px 12px}
	.ndc-bj-listing-surface .ndc-bj-listing-surface__filters{grid-template-columns:1fr}
}

.ndc-bj-operating{margin:0 0 var(--ndc-bj-overview-section-gap);padding:var(--ndc-bj-overview-card-padding);width:100%;max-width:none}
.ndc-bj-operating>h2{margin:0 0 var(--ndc-bj-overview-gap-xs);font-size:1.25rem}
.ndc-bj-operating>p{margin:var(--ndc-bj-overview-gap-xs) 0 var(--ndc-bj-overview-gap-sm)}
.ndc-bj-operating__metrics,.ndc-bj-operating__secondary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0 0 var(--ndc-bj-overview-gap-sm)}
.ndc-bj-operating__secondary{grid-template-columns:repeat(3,minmax(0,1fr))}
.ndc-bj-operating__metric{min-width:0;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);padding:10px 12px;background:var(--ndc-bj-soft)}
.ndc-bj-operating__metric-label{display:block;font-size:.78rem;font-weight:650;color:var(--ndc-bj-muted);line-height:1.3}
.ndc-bj-operating__window,.ndc-bj-operating__window-note{display:block;margin:.15rem 0 .25rem;font-size:.72rem;line-height:1.35;color:var(--ndc-bj-muted)}
.ndc-bj-operating__metric-value{display:block;font-size:1.15rem;line-height:1.2;font-weight:700;letter-spacing:-.02em}
.ndc-bj-operating__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ndc-bj-overview-section-gap);margin:0 0 var(--ndc-bj-overview-gap-sm)}
.ndc-bj-operating__block,.ndc-bj-operating__next,.ndc-bj-operating__queue{min-width:0}
.ndc-bj-operating__block>h3,.ndc-bj-operating__next>h3,.ndc-bj-operating__queue>h3{margin:0 0 var(--ndc-bj-overview-gap-xs);font-size:1rem}
.ndc-bj-operating__item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:center;padding:10px 12px;margin:0 0 8px;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:var(--ndc-color-surface,#fff)}
.ndc-bj-operating__item-body h4{margin:0;font-size:.95rem;line-height:1.35}
.ndc-bj-operating__class{margin:2px 0 0;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ndc-bj-muted)}
.ndc-bj-operating__item-body>p{margin:4px 0 0;font-size:.85rem;line-height:1.4}
.ndc-bj-operating__item .ndc-bj-actions{margin:0}
.ndc-bj-operating__footnote{margin:var(--ndc-bj-overview-gap-sm) 0 0;font-size:.8rem;color:var(--ndc-bj-muted)}
@media (max-width:1366px){
	.ndc-bj-operating__metrics{grid-template-columns:repeat(5,minmax(0,1fr))}
	.ndc-bj-operating__secondary{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:1024px){
	.ndc-bj-operating__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
	.ndc-bj-operating__secondary{grid-template-columns:repeat(3,minmax(0,1fr))}
	.ndc-bj-operating__split{grid-template-columns:1fr}
}
@media (max-width:768px){
	.ndc-bj-operating__metrics,.ndc-bj-operating__secondary{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ndc-bj-operating__item{grid-template-columns:1fr}
	.ndc-bj-operating__item .ndc-bj-actions{justify-content:flex-start}
}
@media (max-width:390px){
	.ndc-bj-operating{width:100%;max-width:none;padding:10px 12px}
	.ndc-bj-operating__metrics,.ndc-bj-operating__secondary,.ndc-bj-operating__split{grid-template-columns:1fr}
	.ndc-bj-operating__item{grid-template-columns:1fr}
	.ndc-bj-operating__item .ndc-bj-actions{width:100%}
	.ndc-bj-operating__item .ndc-bj-button{flex:1 1 100%}
}

.ndc-bj-wallet{margin:0 0 var(--ndc-bj-overview-section-gap);padding:var(--ndc-bj-overview-card-padding);width:100%;max-width:none}
.ndc-bj-wallet>h2{margin:0 0 var(--ndc-bj-overview-gap-xs);font-size:1.25rem}
.ndc-bj-wallet>p{margin:var(--ndc-bj-overview-gap-xs) 0 var(--ndc-bj-overview-gap-sm)}
.ndc-bj-wallet__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}
.ndc-bj-wallet__metric{min-width:0;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);padding:10px 12px;background:var(--ndc-bj-soft)}
.ndc-bj-wallet__metric-label{display:block;font-size:.78rem;font-weight:650;color:var(--ndc-bj-muted);line-height:1.3}
.ndc-bj-wallet__metric-value{display:block;margin-top:.25rem;font-size:1.15rem;line-height:1.2;font-weight:700;letter-spacing:-.02em;overflow-wrap:anywhere}
@media (max-width:768px){
	.ndc-bj-wallet__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ndc-bj-wallet__metric:first-child{grid-column:1 / -1}
}
@media (max-width:680px){
	.ndc-bj-wallet__metrics{grid-template-columns:1fr}
	.ndc-bj-wallet__metric:first-child{grid-column:auto}
}
@media (max-width:390px){
	.ndc-bj-wallet{width:100%;max-width:none;padding:10px 12px}
}


/* Broker AI Copilot V1: disclosure, explicit opt-in, safe result surface. */
.ndc-bj-ai-overview{margin:0 0 var(--ndc-bj-overview-section-gap);padding:var(--ndc-bj-overview-card-padding);width:100%;max-width:none}
.ndc-bj-ai-overview>h2{margin:0 0 var(--ndc-bj-overview-gap-xs);font-size:1.15rem}
@media (max-width:680px){
	.ndc-bj-ai-overview>h2{font-size:1.125rem}
}
.ndc-bj-ai-overview>p{margin:var(--ndc-bj-overview-gap-xs) 0 var(--ndc-bj-overview-gap-sm)}
.ndc-bj-ai-overview__consent{margin-top:10px;padding:10px 12px;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:var(--ndc-bj-soft)}
.ndc-bj-ai-overview__consent[hidden]{display:none}
.ndc-bj-ai-overview__consent label{display:flex;gap:8px;align-items:flex-start;font-size:.88rem;line-height:1.4}
.ndc-bj-ai-overview__status{min-height:1.25em;color:var(--ndc-bj-muted);font-size:.84rem}
.ndc-bj-ai-overview__result{margin-top:8px;overflow-wrap:anywhere}
.ndc-bj-ai-overview__result[hidden]{display:none}
.ndc-bj-ai-overview__call-note{font-size:.84rem;color:var(--ndc-bj-muted)}
.ndc-bj-ai-overview__decision{display:flex;flex-direction:column;gap:10px;margin-top:2px}
.ndc-bj-ai-overview__block{margin:0;padding:0;border:0;background:transparent}
.ndc-bj-ai-overview__block-title{margin:0 0 4px;font-size:.9rem;font-weight:600;line-height:1.3}
.ndc-bj-ai-overview__answer{margin:0;white-space:pre-wrap;font-size:.92rem;line-height:1.45}
.ndc-bj-ai-overview__priority{margin:0;font-size:.92rem;line-height:1.4;font-weight:600}
.ndc-bj-ai-overview__block--priority{padding:8px 10px;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:var(--ndc-bj-soft)}
.ndc-bj-ai-overview__signals,.ndc-bj-ai-overview__warnings{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:5px;width:fit-content;max-width:100%}
.ndc-bj-ai-overview__signal,.ndc-bj-ai-overview__warning{margin:0;padding:3px 7px;border:1px solid var(--ndc-bj-border);border-radius:var(--ndc-bj-radius-sm);background:#fff;font-size:.8rem;line-height:1.3;max-width:100%;min-width:0}
.ndc-bj-ai-overview__warning{color:var(--ndc-bj-muted);background:var(--ndc-bj-soft)}
.ndc-bj-ai-overview__actions{margin-top:2px;width:fit-content;max-width:100%}
.ndc-bj-ai-overview__actions .ndc-bj-button{flex:0 1 auto}
.ndc-bj-ai-overview button:disabled{opacity:.65;cursor:not-allowed}
@media (max-width:768px){
.ndc-bj-ai-overview__actions{width:100%;flex-direction:row;flex-wrap:wrap}
.ndc-bj-ai-overview__actions .ndc-bj-button{flex:1 1 calc(50% - .3rem);width:auto;min-width:min(100%,9rem);text-align:center}
}
@media (max-width:720px){
	/*
	 * F14G7: dashboard-scoped measurement float → predictable bottom/right gutter.
	 * Authority: same safe pattern as listing-surface float override (≤420).
	 * Prefer vertical clearance over permanent ~8.25rem AI text-column sacrifice.
	 */
	body:has(.ndc-bj-dashboard) .ndcpd-analytics-settings{
		right:10px;
		bottom:12px;
	}
	.ndc-bj-dashboard{
		--ndc-bj-mobile-float-clearance:calc(12px + 44px + 16px);
		padding-bottom:max(1rem,var(--ndc-bj-mobile-float-clearance));
	}
	.ndc-bj-ai-overview,
	.ndc-bj-ai-overview [data-ndc-bj-ai-generate],
	.ndc-bj-ai-overview__result,
	.ndc-bj-ai-overview__actions,
	.ndc-bj-ai-overview__warnings{
		scroll-margin-bottom:var(--ndc-bj-mobile-float-clearance,4.5rem);
	}
	/* Vertical safe strip inside AI card so last actions clear fixed float */
	.ndc-bj-overview>.ndc-bj-ai-overview.ndc-bj-panel,
	.ndc-bj-dashboard .ndc-bj-ai-overview{
		box-sizing:border-box;
		padding-bottom:max(12px,var(--ndc-bj-mobile-float-clearance));
	}
	.ndc-bj-ai-overview .ndc-bj-actions,
	.ndc-bj-ai-overview__actions{
		max-width:100%;
	}
	.ndc-bj-ai-overview [data-ndc-bj-ai-generate]{
		max-width:100%;
		box-sizing:border-box;
	}
	/* Keep decision stack tight so last actions clear bottom float when CTA is on-screen */
	.ndc-bj-ai-overview__decision{gap:6px}
}
@media (max-width:390px){
	.ndc-bj-overview>.ndc-bj-ai-overview.ndc-bj-panel,
	.ndc-bj-dashboard .ndc-bj-ai-overview{
		width:100%;
		max-width:none;
		padding:10px 12px max(12px,var(--ndc-bj-mobile-float-clearance,4.5rem)) 12px!important;
	}
	.ndc-bj-ai-overview .ndc-bj-actions{width:100%}
	.ndc-bj-ai-overview .ndc-bj-button,
	.ndc-bj-ai-overview__actions .ndc-bj-button{
		flex:1 1 calc(50% - .3rem);
		width:auto;
		max-width:100%;
		min-width:0;
		min-height:40px;
	}
}
