/*!
 * Ason Teknoloji tarafından geliştirilmiştir.
 * Ason Teknoloji, Ason Teknoloji Sanayi ve Ticaret Limited
 * Şirketi'dir.
 * Copyright (c) Ason Teknoloji Sanayi ve Ticaret Limited Şirketi. Tüm hakları saklıdır.
 * Lisans: GPL-2.0-or-later. İzinsiz kopyalama, dağıtım veya marka/telif bilgisini
 * kaldırma kesinlikle yasaktır.
 *
 * @ason-header
 */
.rpsv-survey {
	--rpsv-primary: #2563eb;
	--rpsv-primary-hover: #1d4ed8;
	--rpsv-primary-contrast: #ffffff;
	--rpsv-bg: #f1f5f9;
	--rpsv-surface: #ffffff;
	--rpsv-text: #1e293b;
	--rpsv-muted: #64748b;
	--rpsv-border: #e2e8f0;
	--rpsv-radius: 12px;
	--rpsv-font-size: 16px;
	--rpsv-max-width: 680px;
	--rpsv-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--rpsv-error: #dc2626;
	--rpsv-success: #16a34a;
	--rpsv-shadow: 0 1px 3px rgba(15, 23, 42, .08), 0 8px 24px rgba(15, 23, 42, .06);
	--rpsv-control-bg: #ffffff;
	--rpsv-ink: #0e2438;
	--rpsv-ink-soft: #3a4c60;
	--rpsv-rag-high: #1f9d57;
	--rpsv-rag-high-bg: #e7f5ec;
	--rpsv-rag-mid: #d98a00;
	--rpsv-rag-mid-bg: #fbf0db;
	--rpsv-rag-low: #d8443c;
	--rpsv-rag-low-bg: #fbe7e5;
	--rpsv-rag-none: #8a97a6;
	--rpsv-rag-none-bg: #f1f3f6;
	--rpsv-display-font: "Sora", "Inter", var(--rpsv-font);
	box-sizing: border-box;
	max-width: var(--rpsv-max-width);
	margin: 0 auto;
	padding: clamp(20px, 4vw, 40px);
	background: var(--rpsv-surface);
	color: var(--rpsv-text);
	font-family: var(--rpsv-font);
	font-size: var(--rpsv-font-size);
	line-height: 1.55;
	border: 1px solid var(--rpsv-border);
	border-radius: var(--rpsv-radius);
	box-shadow: var(--rpsv-shadow);
}
.rpsv-survey *,
.rpsv-survey *::before,
.rpsv-survey *::after { box-sizing: border-box; }
.rpsv-survey:not(.is-ready) { opacity: 0; }
.rpsv-survey.is-ready { opacity: 1; transition: opacity .2s ease; }
.rpsv-survey.is-sending { pointer-events: none; opacity: .75; }
.rpsv-survey .rpsv-form,
.rpsv-survey .rpsv-field,
.rpsv-survey .rpsv-nav,
.rpsv-survey .rpsv-progress,
.rpsv-survey .rpsv-block,
.rpsv-survey .rpsv-scale,
.rpsv-survey .rpsv-scale__btn,
.rpsv-survey .rpsv-scale__ends,
.rpsv-survey .rpsv-rating,
.rpsv-survey .rpsv-star,
.rpsv-survey .rpsv-choices,
.rpsv-survey .rpsv-choice,
.rpsv-survey .rpsv-choice__mark,
.rpsv-survey .rpsv-choice__txt,
.rpsv-survey .rpsv-likert,
.rpsv-survey .rpsv-composite,
.rpsv-survey .rpsv-file,
.rpsv-survey .rpsv-control,
.rpsv-survey .rpsv-btn,
.rpsv-survey .rpsv-q__title,
.rpsv-survey .rpsv-q__label,
.rpsv-survey .rpsv-q__help,
.rpsv-survey .rpsv-analysis,
.rpsv-survey .rpsv-analysis__hero,
.rpsv-survey .rpsv-analysis__track,
.rpsv-survey .rpsv-analysis__bar,
.rpsv-survey .rpsv-pyr,
.rpsv-survey .rpsv-pyr__lvl,
.rpsv-survey .rpsv-legend,
.rpsv-survey .rpsv-axes,
.rpsv-survey .rpsv-axis,
.rpsv-survey .rpsv-axis__track,
.rpsv-survey .rpsv-axis__fill,
.rpsv-survey .rpsv-cta {
	visibility: visible !important;
}
.rpsv-chrome-note {
	visibility: visible !important;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid #f59e0b;
	border-left-width: 4px;
	border-radius: 8px;
	background: rgba(245, 158, 11, .1);
	color: #92400e;
	font-size: 14px;
	line-height: 1.5;
	overflow-wrap: break-word;
	word-break: break-word;
}
.rpsv-chrome-note__l { margin: 0 0 6px; }
.rpsv-chrome-note__l:last-child { margin-bottom: 0; }
.rpsv-chrome-note__who { margin: 6px 0 0; font-size: 12.5px; opacity: .8; }
.rpsv-survey__title {
	margin: 0 0 20px;
	font-size: 1.55em;
	font-weight: 700;
	line-height: 1.25;
	color: var(--rpsv-text);
}
.rpsv-progress { margin: 0 0 26px; }
.rpsv-progress__track {
	height: 8px;
	background: var(--rpsv-border);
	border-radius: 999px;
	overflow: hidden;
}
.rpsv-progress__bar {
	height: 100%;
	background: var(--rpsv-primary);
	border-radius: 999px;
	transition: width .35s cubic-bezier(.4, 0, .2, 1);
}
.rpsv-progress__txt {
	display: block;
	margin-top: 8px;
	font-size: .8em;
	color: var(--rpsv-muted);
	font-weight: 600;
}
.rpsv-form { display: flex; flex-direction: column; gap: 22px; }
.rpsv-section {
	margin: 8px 0 -6px;
	padding-bottom: 8px;
	font-size: 1.15em;
	font-weight: 700;
	border-bottom: 2px solid var(--rpsv-border);
}
.rpsv-block { display: flex; flex-direction: column; gap: 10px; margin: 4px 0; }
.rpsv-block.has-divider { padding-bottom: 12px; border-bottom: 2px solid var(--rpsv-border); }
.rpsv-block__title {
	margin: 0;
	font-weight: 700;              /* başlık KALIN */
	line-height: 1.25;
	color: var(--rpsv-text);
}
.rpsv-block__text,
.rpsv-block__html {
	margin: 0;
	font-weight: 400;              /* açıklama NORMAL — kalın değil */
	line-height: 1.65;
	color: var(--rpsv-text);
	align-self: stretch;
}
.rpsv-block__text p,
.rpsv-block__html p { margin: 0 0 .75em; font-weight: 400; }
.rpsv-block__text p:last-child,
.rpsv-block__html p:last-child { margin-bottom: 0; }
.rpsv-block__text a,
.rpsv-block__html a { color: var(--rpsv-primary); }
.rpsv-block__text h1, .rpsv-block__text h2, .rpsv-block__text h3,
.rpsv-block__text h4, .rpsv-block__text h5, .rpsv-block__text h6,
.rpsv-block__html h1, .rpsv-block__html h2, .rpsv-block__html h3,
.rpsv-block__html h4, .rpsv-block__html h5, .rpsv-block__html h6 {
	margin: .4em 0 .35em;
	font-weight: 700;
	line-height: 1.25;
	color: var(--rpsv-text);
}
.rpsv-block__text h1:first-child, .rpsv-block__html h1:first-child,
.rpsv-block__text h2:first-child, .rpsv-block__html h2:first-child,
.rpsv-block__text h3:first-child, .rpsv-block__html h3:first-child,
.rpsv-block__text h4:first-child, .rpsv-block__html h4:first-child,
.rpsv-block__text h5:first-child, .rpsv-block__html h5:first-child,
.rpsv-block__text h6:first-child, .rpsv-block__html h6:first-child { margin-top: 0; }
.rpsv-block__text h1, .rpsv-block__html h1 { font-size: 1.9em; }
.rpsv-block__text h2, .rpsv-block__html h2 { font-size: 1.6em; }
.rpsv-block__text h3, .rpsv-block__html h3 { font-size: 1.35em; }
.rpsv-block__text h4, .rpsv-block__html h4 { font-size: 1.18em; }
.rpsv-block__text h5, .rpsv-block__html h5 { font-size: 1.06em; }
.rpsv-block__text h6, .rpsv-block__html h6 { font-size: 1em; }
.rpsv-block__img { max-width: 100%; height: auto; border-radius: calc(var(--rpsv-radius) * .66); display: block; }
.rpsv-block__icon { line-height: 1.1; }
.rpsv-align--left { text-align: left; align-items: flex-start; }
.rpsv-align--center { text-align: center; align-items: center; }
.rpsv-align--right { text-align: right; align-items: flex-end; }
.rpsv-align--center .rpsv-block__img { margin-left: auto; margin-right: auto; }
.rpsv-align--right .rpsv-block__img { margin-left: auto; }
.rpsv-fs--xs { font-size: .78em; }
.rpsv-fs--sm { font-size: .9em; }
.rpsv-fs--md { font-size: 1em; }
.rpsv-fs--lg { font-size: 1.25em; }
.rpsv-fs--xl { font-size: 1.55em; }
.rpsv-fs--xxl { font-size: 2em; }
.rpsv-section {
	margin: 8px 0 -6px;
	padding-bottom: 8px;
	font-size: 1.15em;
	font-weight: 700;
	border-bottom: 2px solid var(--rpsv-border);
}
.rpsv-field { display: flex; flex-direction: column; gap: 9px; }
.rpsv-field--hidden { display: none !important; }
.rpsv-q__title {
	margin: 0;
	font-size: 1.12em;
	font-weight: 700;
	line-height: 1.3;
	color: var(--rpsv-text);
	overflow-wrap: break-word;
	word-break: break-word;
}
.rpsv-q__title + .rpsv-q__label { margin-top: -4px; }
.rpsv-q__label { font-weight: 600; font-size: .98em; color: var(--rpsv-text); }
.rpsv-q__help { margin: -4px 0 0; font-size: .85em; color: var(--rpsv-muted); font-weight: 400; line-height: 1.5; overflow-wrap: break-word; word-break: break-word; }
.rpsv-req { color: var(--rpsv-error); font-weight: 700; margin-left: 2px; }
.rpsv-control {
	width: 100%;
	padding: 12px 14px;
	font-family: inherit;
	font-size: 1em;
	color: var(--rpsv-text);
	background: var(--rpsv-control-bg);
	border: 1.5px solid var(--rpsv-border);
	border-radius: calc(var(--rpsv-radius) * .66);
	transition: border-color .15s ease, box-shadow .15s ease;
	-webkit-appearance: none;
	appearance: none;
}
select.rpsv-control {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 40px;
}
textarea.rpsv-control { resize: vertical; min-height: 96px; }
.rpsv-control:focus {
	outline: none;
	border-color: var(--rpsv-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--rpsv-primary) 22%, transparent);
}
.rpsv-control::placeholder { color: var(--rpsv-muted); opacity: .7; }
.rpsv-choices { display: flex; flex-direction: column; gap: 10px; }
.rpsv-choice {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 15px;
	border: 1.5px solid var(--rpsv-border);
	border-radius: calc(var(--rpsv-radius) * .66);
	cursor: pointer;
	transition: border-color .15s ease, background .15s ease;
	-webkit-user-select: none;
	user-select: none;
}
.rpsv-choice:hover { border-color: var(--rpsv-primary); }
.rpsv-choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.rpsv-choice__mark {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	border: 2px solid var(--rpsv-border);
	border-radius: 50%;
	position: relative;
	transition: border-color .15s ease, background .15s ease;
}
.rpsv-choice--check .rpsv-choice__mark { border-radius: 6px; }
.rpsv-choice input:checked ~ .rpsv-choice__mark {
	border-color: var(--rpsv-primary);
	background: var(--rpsv-primary);
}
.rpsv-choice input:checked ~ .rpsv-choice__mark::after {
	content: "";
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
}
.rpsv-choice:not(.rpsv-choice--check) input:checked ~ .rpsv-choice__mark::after {
	inset: 4px;
	border-radius: 50%;
	background: var(--rpsv-primary-contrast);
}
.rpsv-choice--check input:checked ~ .rpsv-choice__mark::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}
.rpsv-choice input:checked ~ .rpsv-choice__txt { font-weight: 600; }
.rpsv-choice input:focus-visible ~ .rpsv-choice__mark {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--rpsv-primary) 30%, transparent);
}
.rpsv-choice:has(input:checked) { border-color: var(--rpsv-primary); background: color-mix(in srgb, var(--rpsv-primary) 6%, transparent); }
.rpsv-rating { display: flex; gap: 6px; }
.rpsv-star {
	background: none;
	border: none;
	padding: 2px;
	cursor: pointer;
	color: var(--rpsv-border);
	line-height: 0;
	transition: color .12s ease, transform .12s ease;
}
.rpsv-star:hover { transform: scale(1.12); }
.rpsv-star.is-on { color: #f59e0b; }
.rpsv-scale { display: flex; flex-wrap: wrap; gap: 8px; }
.rpsv-scale__btn {
	min-width: 46px;
	padding: 11px 14px;
	font-family: inherit;
	font-size: 1em;
	font-weight: 600;
	color: var(--rpsv-text);
	background: var(--rpsv-surface);
	border: 1.5px solid var(--rpsv-border);
	border-radius: calc(var(--rpsv-radius) * .5);
	cursor: pointer;
	transition: all .15s ease;
}
.rpsv-scale__btn:hover { border-color: var(--rpsv-primary); }
.rpsv-scale__btn.is-on {
	background: var(--rpsv-primary);
	border-color: var(--rpsv-primary);
	color: var(--rpsv-primary-contrast);
}
.rpsv-scale--nps { gap: 5px; }
.rpsv-scale--nps .rpsv-scale__btn { min-width: 0; flex: 1 1 7%; padding: 10px 4px; font-size: .92em; }
.rpsv-scale__ends {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: .8em;
	color: var(--rpsv-muted);
	font-weight: 500;
}
select.rpsv-control--multi {
	background-image: none;
	padding: 8px;
	min-height: 120px;
}
select.rpsv-control--multi option { padding: 7px 9px; border-radius: 6px; }
.rpsv-composite { display: flex; flex-wrap: wrap; gap: 10px; }
.rpsv-composite .rpsv-composite__i { flex: 1 1 140px; min-width: 0; }
.rpsv-composite--stack { flex-direction: column; }
.rpsv-composite--stack .rpsv-composite__i { flex: 1 1 auto; }
.rpsv-telwrap { display: block; }
.rpsv-tel { display: flex; gap: 8px; align-items: stretch; }
.rpsv-tel .rpsv-tel__cc { flex: 0 1 42%; max-width: 240px; min-width: 0; }
.rpsv-tel .rpsv-tel__num { flex: 1 1 58%; min-width: 0; }
.rpsv-tel__hint { margin-top: 6px; }
.rpsv-likert { width: 100%; overflow-x: auto; }
.rpsv-likert__t { width: 100%; border-collapse: collapse; font-size: .92em; }
.rpsv-likert__t th, .rpsv-likert__t td { padding: 10px 8px; text-align: center; }
.rpsv-likert__col { font-weight: 600; color: var(--rpsv-muted); font-size: .88em; line-height: 1.3; vertical-align: bottom; }
.rpsv-likert__row {
	text-align: left;
	font-weight: 500;
	color: var(--rpsv-text);
	min-width: 150px;
	padding-right: 14px;
}
.rpsv-likert__t tbody tr { border-top: 1px solid var(--rpsv-border); }
.rpsv-likert__t tbody tr:hover { background: color-mix(in srgb, var(--rpsv-primary) 4%, transparent); }
.rpsv-likert__pick { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.rpsv-likert__pick input { position: absolute; opacity: 0; width: 0; height: 0; }
.rpsv-likert__pick .rpsv-choice__mark { width: 22px; height: 22px; }
.rpsv-likert__pick input:checked ~ .rpsv-choice__mark { border-color: var(--rpsv-primary); background: var(--rpsv-primary); }
.rpsv-likert__pick input:checked ~ .rpsv-choice__mark::after {
	content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--rpsv-primary-contrast);
}
.rpsv-likert__pick input:focus-visible ~ .rpsv-choice__mark {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--rpsv-primary) 30%, transparent);
}
.rpsv-likert__m { display: none; }   /* geniş ekranda sütun başlığı zaten var */
.rpsv-file { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.rpsv-file__input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.rpsv-file__btn {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 11px 18px;
	font-weight: 600;
	border: 1.5px dashed var(--rpsv-border);
	border-radius: calc(var(--rpsv-radius) * .66);
	cursor: pointer;
	transition: border-color .15s ease, color .15s ease;
}
.rpsv-file__btn:hover { border-color: var(--rpsv-primary); color: var(--rpsv-primary); }
.rpsv-file__btn.is-busy { opacity: .6; pointer-events: none; }
.rpsv-file__hint { font-size: .8em; color: var(--rpsv-muted); }
.rpsv-file__chosen { display: flex; align-items: center; gap: 8px; flex: 1 1 100%; }
.rpsv-file__name { font-size: .88em; font-weight: 600; color: var(--rpsv-primary); word-break: break-all; }
.rpsv-file__err { font-size: .85em; color: var(--rpsv-error); font-weight: 600; }
.rpsv-file__rm {
	border: none; background: none; cursor: pointer; color: var(--rpsv-muted);
	font-size: 20px; line-height: 1; padding: 0 4px;
}
.rpsv-file__rm:hover { color: var(--rpsv-error); }
.rpsv-field.has-error .rpsv-control,
.rpsv-field.has-error .rpsv-choice { border-color: var(--rpsv-error); }
.rpsv-field__error {
	margin: 0;
	font-size: .82em;
	color: var(--rpsv-error);
	font-weight: 600;
	display: none;
}
.rpsv-field__error.is-visible { display: block; }
.rpsv-notice {
	margin: 0 0 18px;
	padding: 12px 16px;
	border-radius: calc(var(--rpsv-radius) * .5);
	font-size: .9em;
	font-weight: 600;
}
.rpsv-notice--error { background: color-mix(in srgb, var(--rpsv-error) 12%, transparent); color: var(--rpsv-error); }
.rpsv-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
}
.rpsv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 26px;
	font-family: inherit;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	border: 1.5px solid transparent;
	border-radius: calc(var(--rpsv-radius) * .66);
	cursor: pointer;
	text-decoration: none;
	transition: background .15s ease, border-color .15s ease, transform .1s ease;
}
.rpsv-btn:active { transform: translateY(1px); }
.rpsv-btn--primary { background: var(--rpsv-primary); color: var(--rpsv-primary-contrast); }
.rpsv-btn--primary:hover { background: var(--rpsv-primary-hover); }
.rpsv-btn--ghost { background: transparent; color: var(--rpsv-text); border-color: var(--rpsv-border); }
.rpsv-btn--ghost:hover { border-color: var(--rpsv-primary); color: var(--rpsv-primary); }
.rpsv-btn[disabled] { opacity: .6; cursor: default; }
.rpsv-result { text-align: center; padding: 12px 4px; animation: rpsv-fade .35s ease; }
.rpsv-result__img { max-width: 100%; height: auto; border-radius: var(--rpsv-radius); margin: 0 auto 20px; display: block; }
.rpsv-result__check {
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--rpsv-success);
	background: color-mix(in srgb, var(--rpsv-success) 12%, transparent);
}
.rpsv-result__title { margin: 0 0 12px; font-size: 1.6em; font-weight: 700; }
.rpsv-result__msg { margin: 0 auto 20px; max-width: 46ch; color: var(--rpsv-muted); }
.rpsv-result__msg p { margin: 0 0 .6em; }
.rpsv-result__scores {
	max-width: 360px;
	margin: 0 auto 22px;
	border: 1px solid var(--rpsv-border);
	border-radius: var(--rpsv-radius);
	overflow: hidden;
	text-align: left;
}
.rpsv-result__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	border-top: 1px solid var(--rpsv-border);
}
.rpsv-result__row:first-child { border-top: none; }
.rpsv-result__row--total {
	background: color-mix(in srgb, var(--rpsv-primary) 8%, transparent);
	font-size: 1.05em;
}
.rpsv-result__row strong { color: var(--rpsv-primary); font-size: 1.1em; }
.rpsv-result__btn { margin-top: 6px; }
.rpsv-breakdown {
	max-width: 520px;
	margin: 0 auto 22px;
	border: 1px solid var(--rpsv-border);
	border-radius: var(--rpsv-radius);
	overflow-x: auto;
	text-align: left;
}
.rpsv-breakdown__table { width: 100%; border-collapse: collapse; font-size: .95em; }
.rpsv-breakdown__table th,
.rpsv-breakdown__table td { padding: 10px 14px; border-top: 1px solid var(--rpsv-border); }
.rpsv-breakdown__table thead th {
	border-top: none;
	font-weight: 600;
	font-size: .85em;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: var(--rpsv-muted);
}
.rpsv-breakdown__num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.rpsv-breakdown__name { display: block; }
.rpsv-breakdown__table tfoot th {
	background: color-mix(in srgb, var(--rpsv-primary) 8%, transparent);
	font-weight: 700;
}
.rpsv-breakdown__table tfoot th.rpsv-breakdown__num { color: var(--rpsv-primary); }
.rpsv-breakdown__cap {
	caption-side: top;
	padding: 10px 14px 0;
	text-align: left;
	font-weight: 700;
	font-size: .9em;
	color: var(--rpsv-muted);
}
.rpsv-breakdown__pct { white-space: nowrap; }
.rpsv-breakdown__dot {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 7px;
	border-radius: 999px;
	vertical-align: baseline;
	background: var(--rpsv-border);
}
.rpsv-lv--low .rpsv-breakdown__dot { background: var(--rpsv-seg-low, #dc2626); }
.rpsv-lv--mid .rpsv-breakdown__dot { background: var(--rpsv-seg-mid, #d97706); }
.rpsv-lv--high .rpsv-breakdown__dot { background: var(--rpsv-seg-good, #16a34a); }
.rpsv-lv--none .rpsv-breakdown__num { color: var(--rpsv-muted); }
.rpsv-breakdown__fillcol { width: 46%; }
.rpsv-breakdown__segs {
	display: flex;
	gap: 3px;
	align-items: center;
	width: 100%;
	min-width: 104px;
}
.rpsv-breakdown__seg {
	flex: 1 1 0;
	min-width: 0;
	height: 12px;
	border-radius: 3px;
	background: var(--rpsv-seg-empty, #e5e7eb);
	transition: background-color .18s ease;
}
.rpsv-lv--low .rpsv-breakdown__seg.is-on { background: var(--rpsv-seg-low, #dc2626); }
.rpsv-lv--mid .rpsv-breakdown__seg.is-on { background: var(--rpsv-seg-mid, #d97706); }
.rpsv-lv--high .rpsv-breakdown__seg.is-on { background: var(--rpsv-seg-good, #16a34a); }
.rpsv-breakdown__noseg { color: var(--rpsv-muted); }
@media (prefers-reduced-motion: reduce) {
	.rpsv-breakdown__seg { transition: none; }
}
@media (max-width: 430px) {
	.rpsv-breakdown__table th,
	.rpsv-breakdown__table td { padding: 8px 8px; }
	.rpsv-breakdown__segs { gap: 2px; min-width: 78px; }
	.rpsv-breakdown__seg { height: 10px; border-radius: 2px; }
}
.rpsv-postq {
	margin-top: 26px;
	padding: 20px 22px;
	border: 1.5px solid var(--rpsv-border);
	border-radius: var(--rpsv-radius);
	background: color-mix(in srgb, var(--rpsv-primary) 4%, transparent);
	text-align: left;
	animation: rpsv-fade .3s ease both;
}
.rpsv-postq__q { margin: 0 0 14px; font-weight: 600; line-height: 1.5; color: var(--rpsv-text); }
.rpsv-postq__opts { display: flex; flex-wrap: wrap; gap: 10px; }
.rpsv-postq__btn { background: var(--rpsv-surface); color: var(--rpsv-text); border: 1.5px solid var(--rpsv-border); }
.rpsv-postq__btn:hover:not(:disabled) { border-color: var(--rpsv-primary); color: var(--rpsv-primary); }
.rpsv-postq__btn:disabled { opacity: .5; cursor: default; }
.rpsv-postq__btn.is-picked {
	opacity: 1;
	background: var(--rpsv-primary);
	border-color: var(--rpsv-primary);
	color: var(--rpsv-primary-contrast);
}
.rpsv-postq__out:empty { display: none; }
.rpsv-postq__out { margin-top: 14px; line-height: 1.6; }
.rpsv-postq__out.is-busy { color: var(--rpsv-muted); font-size: .92em; }
.rpsv-postq__out.is-error { color: var(--rpsv-error); font-size: .92em; }
.rpsv-postq__out.is-done { color: var(--rpsv-text); }
.rpsv-postq__out p:first-child { margin-top: 0; }
.rpsv-postq__out p:last-child { margin-bottom: 0; }
.rpsv-postq__out a { color: var(--rpsv-primary); }
.rpsv-sr {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
.rpsv-analysis {
	--rpsv-rag: var(--rpsv-rag-none);
	--rpsv-rag-bg: var(--rpsv-rag-none-bg);
	margin: 0 0 24px;
	text-align: center;
}
.rpsv-analysis .rpsv-lv--low { --rpsv-rag: var(--rpsv-rag-low); --rpsv-rag-bg: var(--rpsv-rag-low-bg); }
.rpsv-analysis .rpsv-lv--mid { --rpsv-rag: var(--rpsv-rag-mid); --rpsv-rag-bg: var(--rpsv-rag-mid-bg); }
.rpsv-analysis .rpsv-lv--high { --rpsv-rag: var(--rpsv-rag-high); --rpsv-rag-bg: var(--rpsv-rag-high-bg); }
.rpsv-analysis .rpsv-lv--none { --rpsv-rag: var(--rpsv-rag-none); --rpsv-rag-bg: var(--rpsv-rag-none-bg); }
.rpsv-analysis__hero { margin: 0 0 20px; }
.rpsv-analysis__eyebrow {
	margin: 0 0 6px;
	font-family: var(--rpsv-display-font);
	font-size: .72em;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--rpsv-ink-soft);
}
.rpsv-analysis__score { margin: 0; line-height: 1.05; font-family: var(--rpsv-display-font); color: var(--rpsv-ink); }
.rpsv-analysis__num { font-size: 2.9em; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.rpsv-analysis__max { font-size: 1.15em; font-weight: 600; color: var(--rpsv-ink-soft); }
.rpsv-analysis__badge {
	display: inline-block;
	margin: 12px 0 0;
	padding: 4px 14px;
	border: 1px solid var(--rpsv-rag);
	border-radius: 999px;
	background: var(--rpsv-rag-bg);
	color: var(--rpsv-ink);
	font-weight: 700;
	font-size: .9em;
	font-variant-numeric: tabular-nums;
}
.rpsv-analysis__track {
	height: 8px;
	max-width: 420px;
	margin: 14px auto 0;
	border-radius: 999px;
	background: rgba(14, 36, 56, .09);
	overflow: hidden;
}
.rpsv-analysis__bar { display: block; height: 100%; border-radius: 999px; background: var(--rpsv-rag); }
.rpsv-pyr {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.rpsv-pyr__lvl {
	width: var(--rpsv-lw, 100%);
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px 9px;
	padding: 12px 14px;
	border: 1.5px solid var(--rpsv-rag);
	border-radius: 10px;
	background: var(--rpsv-rag-bg);
	color: var(--rpsv-ink);
	font-family: var(--rpsv-display-font);
	font-weight: 700;
	font-size: .95em;
	line-height: 1.3;
	text-align: center;
}
.rpsv-pyr__dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 999px; background: var(--rpsv-rag); }
.rpsv-pyr__name { min-width: 0; overflow-wrap: anywhere; }
.rpsv-pyr__pct { font-variant-numeric: tabular-nums; }
.rpsv-pyr__tag {
	font-size: .74em;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--rpsv-ink-soft);
}
.rpsv-pyr--dense { gap: 4px; }
.rpsv-pyr--dense .rpsv-pyr__lvl { padding: 7px 10px; font-size: .87em; }
.rpsv-analysis__missing { margin: 0 0 14px; font-size: .85em; color: var(--rpsv-muted); }
.rpsv-analysis__missing-t { font-weight: 600; }
.rpsv-analysis__chip {
	display: inline-block;
	margin: 2px 4px 2px 0;
	padding: 3px 10px;
	border: 1px dashed var(--rpsv-rag-none);
	border-radius: 999px;
	background: var(--rpsv-rag-none-bg);
	color: var(--rpsv-ink-soft);
}
.rpsv-legend {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 16px;
	margin: 0 0 18px;
	padding: 0;
	font-size: .82em;
	color: var(--rpsv-ink-soft);
}
.rpsv-legend li { display: flex; align-items: center; gap: 6px; }
.rpsv-legend__dot { width: 10px; height: 10px; border-radius: 999px; background: var(--rpsv-rag); }
.rpsv-axes { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; text-align: left; }
.rpsv-axes--dense { grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); }
.rpsv-axis { min-width: 0; }
.rpsv-axes__cap {
	grid-column: 1 / -1;
	margin: 0;
	font-size: .78em;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--rpsv-muted);
}
.rpsv-axis__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.rpsv-axis__name { font-family: var(--rpsv-display-font); font-weight: 700; color: var(--rpsv-ink); overflow-wrap: anywhere; }
.rpsv-axis__tag {
	flex: 0 0 auto;
	padding: 2px 9px;
	border: 1px solid var(--rpsv-rag);
	border-radius: 999px;
	background: var(--rpsv-rag-bg);
	color: var(--rpsv-ink);
	font-size: .72em;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	white-space: nowrap;
}
.rpsv-axis__track { height: 10px; margin: 7px 0 5px; border-radius: 999px; background: rgba(14, 36, 56, .08); overflow: hidden; }
.rpsv-axis__fill { display: block; height: 100%; border-radius: 999px; background: var(--rpsv-rag); }
.rpsv-axis__num { margin: 0; font-size: .85em; color: var(--rpsv-ink-soft); font-variant-numeric: tabular-nums; }
.rpsv-result--rich .rpsv-result__title { font-family: var(--rpsv-display-font); color: var(--rpsv-ink); letter-spacing: -.01em; }
.rpsv-result--rich .rpsv-result__msg { max-width: 56ch; color: var(--rpsv-ink-soft); }
.rpsv-cta {
	margin-top: 26px;
	padding: 24px 26px;
	border-radius: calc(var(--rpsv-radius) * 1.2);
	background: var(--rpsv-ink);
	color: #ffffff;
	text-align: left;
}
.rpsv-cta__eyebrow {
	margin: 0 0 8px;
	font-family: var(--rpsv-display-font);
	font-size: .72em;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .75);
}
.rpsv-postq--cta {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	animation: none;
}
.rpsv-postq--cta .rpsv-postq__q {
	color: #ffffff;
	font-family: var(--rpsv-display-font);
	font-size: 1.16em;
	font-weight: 700;
	line-height: 1.35;
}
.rpsv-postq--cta .rpsv-postq__btn {
	background: transparent;
	color: #ffffff;
	border-color: rgba(255, 255, 255, .55);
}
.rpsv-postq--cta .rpsv-postq__btn:hover:not(:disabled) { border-color: #ffffff; color: #ffffff; }
.rpsv-postq--cta .rpsv-postq__btn:first-child {
	background: var(--rpsv-cta-accent, var(--rpsv-primary));
	border-color: var(--rpsv-cta-accent, var(--rpsv-primary));
	color: var(--rpsv-cta-ink, var(--rpsv-primary-contrast));
	font-weight: 700;
}
.rpsv-postq--cta .rpsv-postq__btn:first-child:hover:not(:disabled) {
	background: var(--rpsv-cta-accent-hover, var(--rpsv-primary-hover));
	border-color: var(--rpsv-cta-accent-hover, var(--rpsv-primary-hover));
}
.rpsv-postq--cta.has-primary .rpsv-postq__btn:first-child {
	background: transparent;
	border-color: rgba(255, 255, 255, .55);
	color: #ffffff;
	font-weight: 600;
}
.rpsv-postq--cta.has-primary .rpsv-postq__btn.is-primary {
	background: var(--rpsv-cta-accent, var(--rpsv-primary));
	border-color: var(--rpsv-cta-accent, var(--rpsv-primary));
	color: var(--rpsv-cta-ink, var(--rpsv-primary-contrast));
	font-weight: 700;
}
.rpsv-postq--cta.has-primary .rpsv-postq__btn.is-primary:hover:not(:disabled) {
	background: var(--rpsv-cta-accent-hover, var(--rpsv-primary-hover));
	border-color: var(--rpsv-cta-accent-hover, var(--rpsv-primary-hover));
}
.rpsv-cta .rpsv-result__btn.rpsv-btn--primary {
	background: var(--rpsv-cta-accent, var(--rpsv-primary));
	color: var(--rpsv-cta-ink, var(--rpsv-primary-contrast));
}
.rpsv-cta .rpsv-result__btn.rpsv-btn--primary:hover {
	background: var(--rpsv-cta-accent-hover, var(--rpsv-primary-hover));
}
.rpsv-postq--cta .rpsv-postq__btn.is-picked,
.rpsv-postq--cta.has-primary .rpsv-postq__btn.is-picked,
.rpsv-postq--cta .rpsv-postq__btn.is-picked:first-child {
	opacity: 1;
	background: #ffffff;
	border-color: #ffffff;
	color: var(--rpsv-ink);
}
.rpsv-postq--cta .rpsv-postq__btn:focus-visible,
.rpsv-cta .rpsv-result__btn:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 2px;
}
.rpsv-postq--cta .rpsv-postq__out { color: rgba(255, 255, 255, .94); }
.rpsv-postq--cta .rpsv-postq__out.is-busy { color: rgba(255, 255, 255, .75); }
.rpsv-postq--cta .rpsv-postq__out.is-error { color: #ffc9c4; }
.rpsv-postq--cta .rpsv-postq__out a { color: #ffffff; text-decoration: underline; }
.rpsv-cta .rpsv-result__btn { margin-top: 16px; }
@keyframes rpsv-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes rpsv-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.rpsv-analysis.is-anim .rpsv-pyr__lvl {
	animation: rpsv-rise .5s cubic-bezier(.2, .8, .2, 1) both;
	animation-delay: calc(var(--rpsv-i, 0) * 70ms);
}
.rpsv-analysis.is-anim .rpsv-analysis__bar,
.rpsv-analysis.is-anim .rpsv-axis__fill {
	transform-origin: left center;
	animation: rpsv-grow .9s cubic-bezier(.2, .8, .2, 1) both;
	animation-delay: .15s;
}
@media (prefers-reduced-motion: reduce) {
	.rpsv-survey .rpsv-result,
	.rpsv-survey .rpsv-postq,
	.rpsv-analysis.is-anim .rpsv-pyr__lvl,
	.rpsv-analysis.is-anim .rpsv-analysis__bar,
	.rpsv-analysis.is-anim .rpsv-axis__fill {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}
.rpsv-empty, .rpsv-error { color: var(--rpsv-muted); font-size: .9em; }
.rpsv-error { color: var(--rpsv-error); }
.rpsv-survey-error {
	max-width: 680px;
	margin: 0 auto;
	padding: 18px 22px;
	border: 1px solid #fca5a5;
	background: #fef2f2;
	color: #b91c1c;
	border-radius: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@keyframes rpsv-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 520px) {
	.rpsv-nav { flex-direction: row; }
	.rpsv-btn { padding: 12px 18px; }
	.rpsv-survey { padding: 20px 16px; }
	.rpsv-likert { overflow-x: visible; }
	.rpsv-likert__t, .rpsv-likert__t tbody, .rpsv-likert__t tr, .rpsv-likert__t td, .rpsv-likert__t th { display: block; width: 100%; }
	.rpsv-likert__t thead { display: none; }
	.rpsv-likert__t tbody tr {
		border: 1.5px solid var(--rpsv-border);
		border-radius: calc(var(--rpsv-radius) * .66);
		padding: 12px 14px;
		margin-bottom: 12px;
	}
	.rpsv-likert__row { min-width: 0; padding: 0 0 8px; font-weight: 600; }
	.rpsv-likert__cell { padding: 4px 0; text-align: left; }
	.rpsv-likert__pick { justify-content: flex-start; gap: 10px; width: 100%; }
	.rpsv-likert__m { display: inline; font-size: .95em; }
	.rpsv-scale--nps .rpsv-scale__btn { flex: 1 1 16%; min-width: 40px; }
	.rpsv-composite { flex-direction: column; }
	.rpsv-composite .rpsv-composite__i { flex: 1 1 auto; }
	.rpsv-tel { flex-direction: column; gap: 8px; }
	.rpsv-tel .rpsv-tel__cc,
	.rpsv-tel .rpsv-tel__num { flex: 1 1 auto; max-width: 100%; }
	.rpsv-fs--xxl { font-size: 1.7em; }
	.rpsv-fs--xl { font-size: 1.35em; }
	.rpsv-pyr__lvl {
		width: max(var(--rpsv-lw, 100%), 70%);
		padding: 10px 12px;
		font-size: .86em;
		gap: 3px 7px;
	}
	.rpsv-pyr--dense .rpsv-pyr__lvl { width: max(var(--rpsv-lw, 100%), 80%); }
	.rpsv-analysis__num { font-size: 2.4em; }
	.rpsv-axes--dense { grid-template-columns: 1fr; }
	.rpsv-cta { padding: 20px 16px; }
	.rpsv-postq--cta .rpsv-postq__opts { flex-direction: column; align-items: stretch; }
	.rpsv-postq--cta .rpsv-postq__btn { width: 100%; }
}
@supports not (background: color-mix(in srgb, red 10%, transparent)) {
	.rpsv-choice:has(input:checked) { background: #eef2ff; }
	.rpsv-result__row--total { background: #eef2ff; }
	.rpsv-result__check { background: #dcfce7; }
}
.rpsv-result--layout { text-align: center; }
.rpsv-rl--left { text-align: left; }
.rpsv-rl--center { text-align: center; }
.rpsv-rl--right { text-align: right; }
.rpsv-rlhead {
	margin: 0 0 18px;
	padding: 18px 20px;
	color: #ffffff;
	background: var(--rpsv-rag-none, #64748b);
}
.rpsv-rlhead.is-auto.rpsv-lv--low { background: var(--rpsv-rag-low, #dc2626); }
.rpsv-rlhead.is-auto.rpsv-lv--mid { background: var(--rpsv-rag-mid, #d97706); }
.rpsv-rlhead.is-auto.rpsv-lv--high { background: var(--rpsv-rag-high, #16a34a); }
.rpsv-rlhead__eyebrow {
	margin: 0 0 6px;
	font-size: .72em;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	opacity: .85;
}
.rpsv-rlhead__score { margin: 0; font-family: var(--rpsv-display-font); font-size: 2.4em; line-height: 1.05; font-weight: 800; }
.rpsv-rlhead__max { font-size: .5em; font-weight: 600; opacity: .8; }
.rpsv-rlhead__sep { font-size: .5em; opacity: .7; }
.rpsv-rlhead__title { margin: 8px 0 0; font-size: 1.05em; font-weight: 700; }
.rpsv-rlhd { margin: 0 0 12px; }
.rpsv-rlhd__t { margin: 0; font-family: var(--rpsv-display-font); color: var(--rpsv-ink); }
.rpsv-rlhd__s { margin: 4px 0 0; color: var(--rpsv-muted); font-size: .92em; }
.rpsv-rlbd { margin: 0 0 18px; }
.rpsv-rlbd .rpsv-legend { margin-top: 10px; }
.rpsv-breakdown.is-zebra tbody tr:nth-child(even) { background: rgba(15, 23, 42, .035); }
.rpsv-rlimg { margin: 0 0 16px; }
.rpsv-rlimg__i { max-width: 100%; height: auto; border-radius: calc(var(--rpsv-radius) * .7); }
.rpsv-rlbtn { margin: 0 0 16px; }
.rpsv-rlbtn .rpsv-result__btn { margin: 0; }
.rpsv-rlhtml { margin: 0 0 16px; color: var(--rpsv-ink-soft); }
.rpsv-rlhtml p { margin: 0 0 .6em; }
.rpsv-rlhtml img { max-width: 100%; height: auto; }
.rpsv-rlspacer { width: 100%; }
.rpsv-rlhr { margin: 18px 0; border: 0; border-top: 1px solid var(--rpsv-border); }
@media (max-width: 480px) {
	.rpsv-rlhead { padding: 14px 12px; }
	.rpsv-rlhead__score { font-size: 1.9em; }
	.rpsv-rlbtn .rpsv-result__btn { width: 100%; }
}
