/* Standalone 9Senses AI Readiness. All selectors are namespaced to avoid sidebar-plugin dependencies. */
html.nsar-modal-open,
html.nsar-modal-open body {
	overflow: hidden !important;
}
.nsar-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2147483600;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 24px;
	background: rgba(0, 0, 0, .55);
}
.nsar-overlay.is-open {
	display: flex !important;
}
.nsar-dialog {
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	width: 100%;
	max-width: 780px;
	padding: 30px 32px 28px;
	border-radius: 14px;
	background: transparent;
	color: #222b3f;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: normal;
}
.nsar-dialog::before {
	content: "";
	position: absolute;
	inset: -4px;
	z-index: -1;
	border-radius: 14px;
	background: rgba(207, 207, 207, .88);
	filter: blur(5px);
}
.nsar-dialog-readiness {
	width: min(780px, calc(100vw - 32px));
	max-width: 780px;
	max-height: min(900px, calc(100vh - 32px));
	overflow-y: auto;
	overscroll-behavior: contain;
}
.nsar-close {
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 2;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #555;
	font: 26px/1 Arial, Helvetica, sans-serif;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.nsar-close:hover,
.nsar-close:focus-visible {
	background: rgba(255, 255, 255, .35);
	color: #0d1530;
	outline: none;
}
.nsar-heading {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0 10px;
	margin: 0 0 14px;
	color: #0d1530;
	font-family: "Special Elite", "Courier New", Courier, monospace;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .01em;
}
.nsar-heading:focus {
	outline: none;
}
.nsar-subtitle {
	color: #222b3f;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: 400;
	letter-spacing: 0;
	opacity: .65;
}
.nsar-stage[hidden],
.nsar-domain[hidden] {
	display: none !important;
}
.nsar-stage {
	min-height: 280px;
}
.nsar-kicker {
	margin: 0 0 7px;
	color: #2d6cdf;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}
.nsar-lead {
	max-width: 650px;
	margin: 0 0 22px;
	color: #222b3f;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.65;
}
.nsar-scale {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 22px 0 8px;
}
.nsar-scale > span {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid rgba(13, 21, 48, .18);
	border-radius: 9px;
	background: rgba(255, 255, 255, .42);
	color: #222b3f;
	font-size: 13px;
}
.nsar-scale strong {
	display: inline-grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #0d1530;
	color: #fff;
	font-size: 12px;
}
.nsar-progress-head {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 8px;
	color: #48506a;
	font-size: 12px;
	font-weight: 600;
}
.nsar-progress,
.nsar-result-bar {
	height: 7px;
	margin: 0 0 24px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(13, 21, 48, .12);
}
.nsar-progress span,
.nsar-result-bar span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: #2d6cdf;
	transition: width .25s ease;
}
.nsar-progress span {
	width: 16.6667%;
}
.nsar-result-bar {
	height: 10px;
}
.nsar-question {
	margin: 22px 0 0;
	padding: 0;
	border: 0;
}
.nsar-question legend {
	display: block;
	width: 100%;
	padding: 0;
	color: #0d1530;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}
.nsar-question legend span {
	color: #2d6cdf;
}
.nsar-question.has-error legend {
	color: #a61b1b;
}
.nsar-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin-top: 11px;
}
.nsar-option {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
	cursor: pointer;
}
.nsar-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.nsar-option > span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 68px;
	box-sizing: border-box;
	padding: 10px 11px;
	border: 1px solid rgba(13, 21, 48, .19);
	border-radius: 9px;
	background: rgba(255, 255, 255, .43);
	color: #222b3f;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.nsar-option strong {
	font-size: 13px;
	line-height: 1.3;
}
.nsar-option small {
	margin-top: 3px;
	color: #61687a;
	font-size: 10px;
	line-height: 1.35;
}
.nsar-option input:focus-visible + span {
	outline: 3px solid rgba(45, 108, 223, .25);
	outline-offset: 2px;
}
.nsar-option input:checked + span {
	border-color: #2d6cdf;
	background: rgba(255, 255, 255, .78);
	box-shadow: inset 0 0 0 1px #2d6cdf, 0 5px 16px rgba(13, 21, 48, .09);
}
.nsar-error {
	min-height: 20px;
	margin: 13px 0 0;
	color: #a61b1b;
	font-size: 12px;
	font-weight: 600;
}
.nsar-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}
.nsar-actions-start {
	justify-content: flex-start;
	margin-top: 24px;
}
.nsar-primary,
.nsar-secondary {
	appearance: none;
	box-sizing: border-box;
	border-radius: 8px;
	cursor: pointer;
	transition: filter .2s, box-shadow .2s, background .2s, border-color .2s;
}
.nsar-primary {
	padding: 10px 28px;
	border: 0;
	background: #333;
	color: #dcdcdc;
	font-family: "Special Elite", "Courier New", Courier, monospace;
	font-size: 15px;
	letter-spacing: .03em;
}
.nsar-primary:hover,
.nsar-primary:focus-visible {
	filter: brightness(1.3);
	box-shadow: 0 0 18px 3px rgba(207, 207, 207, .6);
	outline: none;
}
.nsar-primary:disabled {
	opacity: .6;
	cursor: default;
}
.nsar-secondary {
	padding: 10px 16px;
	border: 1px solid rgba(13, 21, 48, .26);
	background: rgba(255, 255, 255, .38);
	color: #0d1530;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}
.nsar-secondary:hover,
.nsar-secondary:focus-visible {
	border-color: #2d6cdf;
	background: rgba(255, 255, 255, .72);
	outline: none;
}
.nsar-result-top {
	display: grid;
	grid-template-columns: 132px 1fr;
	align-items: center;
	gap: 24px;
	margin: 5px 0 20px;
}
.nsar-score {
	display: grid;
	place-content: center;
	width: 132px;
	height: 132px;
	box-sizing: border-box;
	border: 8px solid rgba(45, 108, 223, .22);
	border-radius: 50%;
	background: rgba(255, 255, 255, .58);
	box-shadow: inset 0 0 0 1px rgba(13, 21, 48, .12);
	color: #0d1530;
	text-align: center;
}
.nsar-score strong {
	display: block;
	font-size: 40px;
	line-height: .95;
}
.nsar-score span {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
}
.nsar-level {
	margin-bottom: 6px;
}
.nsar-level-copy {
	margin: 0;
	color: #222b3f;
	font-size: 14px;
	line-height: 1.55;
}
.nsar-section-title {
	margin: 0 0 12px;
	color: #0d1530;
	font-family: "Special Elite", "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: 400;
}
.nsar-breakdown {
	display: grid;
	gap: 10px;
}
.nsar-breakdown-row {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) 2fr 42px;
	align-items: center;
	gap: 12px;
	color: #222b3f;
	font-size: 12px;
}
.nsar-mini-bar {
	height: 7px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(13, 21, 48, .12);
}
.nsar-mini-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #2d6cdf;
}
.nsar-breakdown-score {
	font-weight: 700;
	text-align: right;
}
.nsar-result-note,
.nsar-copy-status {
	margin: 16px 0 0;
	color: #61687a;
	font-size: 11px;
	line-height: 1.5;
}
.nsar-copy-status {
	min-height: 18px;
	color: #1a7f37;
}
.nsar-contact-summary {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-left: 3px solid #2d6cdf;
	background: rgba(255, 255, 255, .42);
	color: #222b3f;
	font-size: 13px;
	line-height: 1.5;
}
.nsar-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px 16px;
}
.nsar-contact-grid label,
.nsar-notes-label {
	display: block;
	color: #222b3f;
	font-size: 12px;
	font-weight: 600;
}
.nsar-notes-label {
	margin-top: 14px;
}
.nsar-required {
	color: #a61b1b;
}
.nsar-dialog input[type="text"],
.nsar-dialog input[type="email"],
.nsar-dialog input[type="tel"],
.nsar-dialog textarea {
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
	padding: 9px 10px;
	border: 1px solid rgba(13, 21, 48, .27);
	border-radius: 6px;
	background: rgba(255, 255, 255, .75);
	color: #1a1a1a;
	font: 14px/1.4 "Open Sans", Arial, Helvetica, sans-serif;
}
.nsar-dialog textarea {
	min-height: 84px;
	resize: vertical;
}
.nsar-dialog input:focus,
.nsar-dialog textarea:focus {
	border-color: #2d6cdf;
	outline: 2px solid rgba(45, 108, 223, .24);
}
.nsar-consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 12px 0 0;
	color: #222b3f;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.45;
}
.nsar-consent input {
	flex: 0 0 auto;
	width: auto;
	margin: 2px 0 0;
}
.nsar-consent a {
	color: #0d1530;
	text-decoration: underline;
}
.nsar-honeypot {
	position: absolute !important;
	left: -9999px !important;
}
.nsar-message {
	min-height: 20px;
	margin: 10px 0 0;
	font-size: 13px;
}
.nsar-message.is-success {
	color: #1a7f37;
}
.nsar-message.is-error {
	color: #a61b1b;
}
.nsar-embed-wrap {
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	margin: 28px auto;
	padding: 4px;
	isolation: isolate;
}
.nsar-embed-wrap .nsar-dialog-readiness.nsar-embed {
	width: 100%;
	max-width: none;
	max-height: none;
	overflow: visible;
}
.nsar-embed-wrap .nsar-dialog-readiness.nsar-embed::before {
	filter: blur(4px);
}
@media (max-width: 720px) {
	.nsar-overlay {
		padding: 9px;
	}
	.nsar-dialog-readiness {
		width: calc(100vw - 18px);
		max-height: calc(100vh - 18px);
		padding: 25px 18px 22px;
	}
	.nsar-scale,
	.nsar-options,
	.nsar-contact-grid {
		grid-template-columns: 1fr;
	}
	.nsar-option > span {
		min-height: 54px;
	}
	.nsar-result-top {
		grid-template-columns: 92px 1fr;
		gap: 16px;
	}
	.nsar-score {
		width: 92px;
		height: 92px;
		border-width: 6px;
	}
	.nsar-score strong {
		font-size: 31px;
	}
	.nsar-breakdown-row {
		grid-template-columns: 1fr 46px;
		gap: 7px 10px;
	}
	.nsar-mini-bar {
		grid-column: 1 / -1;
		grid-row: 2;
	}
	.nsar-actions {
		justify-content: stretch;
	}
	.nsar-actions button {
		flex: 1 1 auto;
	}
	.nsar-embed-wrap {
		margin: 18px auto;
		padding: 0;
	}
}
@media (prefers-reduced-motion: reduce) {
	.nsar-progress span,
	.nsar-result-bar span,
	.nsar-option > span {
		transition: none;
	}
}
