.hccm-app {
	--hccm-primary: #0a356a;
	--hccm-primary-deep: #062a57;
	--hccm-accent: #f50061;
	--hccm-background: #edf7ff;
	--hccm-accent-soft: #ffe3ee;
	--hccm-white: #fff;
	--hccm-text: #30353b;
	--hccm-muted: #747c84;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: var(--hccm-white);
	color: var(--hccm-text);
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

.hccm-app *,
.hccm-app *::before,
.hccm-app *::after {
	box-sizing: border-box;
}

.hccm-app [hidden] {
	display: none !important;
}

.hccm-app :where(h1, h2, h3, p) {
	margin-top: 0;
}

.hccm-app :where(button, a) {
	font: inherit;
}

.hccm-app a {
	color: inherit;
	text-decoration: none;
}

.hccm-app button {
	-webkit-tap-highlight-color: transparent;
}

.hccm-hero {
	min-height: 830px;
	padding: 104px 24px 96px;
	background: var(--hccm-background);
	text-align: center;
}

.hccm-hero-copy {
	max-width: 920px;
	margin: auto;
}

.hccm-eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 21px;
	margin: 0;
	color: var(--hccm-accent);
	font: 900 15px/1 Arial, sans-serif;
	letter-spacing: .22em;
}

.hccm-eyebrow span {
	width: 70px;
	height: 2px;
	background: color-mix(in srgb, var(--hccm-accent) 48%, white);
}

.hccm-hero h1 {
	margin: 35px 0;
	color: var(--hccm-primary);
	font-size: clamp(49px, 6.2vw, 79px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: -.055em;
}

.hccm-lead {
	max-width: 760px;
	margin: 0 auto;
	color: #3c4147;
	font-size: clamp(16px, 2vw, 21px);
	font-weight: 500;
	line-height: 2;
}

.hccm-hero-points {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 33px auto 23px;
}

.hccm-hero-points span {
	min-width: 92px;
	padding: 9px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 3px 12px rgba(10, 53, 106, .05);
	color: var(--hccm-primary);
	font-size: 12px;
	font-weight: 800;
}

.hccm-primary-button {
	width: min(100%, 760px);
	min-height: 78px;
	border: 0;
	border-radius: 999px;
	background: var(--hccm-accent);
	box-shadow: 0 16px 28px color-mix(in srgb, var(--hccm-accent) 22%, transparent);
	color: var(--hccm-white);
	cursor: pointer;
	font-size: 21px;
	font-weight: 900;
	transition: transform .22s ease, box-shadow .22s ease;
}

.hccm-primary-button:hover,
.hccm-primary-button:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 20px 34px color-mix(in srgb, var(--hccm-accent) 30%, transparent);
	outline: 3px solid color-mix(in srgb, var(--hccm-accent) 25%, white);
	outline-offset: 4px;
}

.hccm-privacy-note {
	margin: 25px 0 0;
	color: #7c858d;
	font-size: 11px;
	line-height: 1.7;
}

.hccm-hero-result-card {
	position: relative;
	max-width: 850px;
	margin: 90px auto 0;
	padding: 54px 45px 42px;
	border: 2px solid color-mix(in srgb, var(--hccm-accent) 28%, white);
	border-radius: 28px;
	background: rgba(255, 255, 255, .96);
}

.hccm-result-card-label {
	position: absolute;
	top: -19px;
	left: 50%;
	padding: 11px 27px;
	transform: translateX(-50%);
	border-radius: 999px;
	background: var(--hccm-accent);
	color: var(--hccm-white);
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

.hccm-hero-result-card h2 {
	margin: 0 0 30px;
	color: var(--hccm-primary);
	font-size: clamp(24px, 3.3vw, 39px);
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: -.04em;
}

.hccm-hero-result-card > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.hccm-hero-result-card p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin: 0;
	padding: 7px 20px;
	border-right: 1px solid #e3eaf0;
}

.hccm-hero-result-card p:last-child {
	border-right: 0;
}

.hccm-hero-result-card b {
	color: var(--hccm-accent);
	font: 900 18px/1 Arial, sans-serif;
}

.hccm-hero-result-card p span {
	color: #4a5159;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.55;
	text-align: left;
}

.hccm-mobile-break {
	display: none;
}

.hccm-intro-section {
	max-width: 1140px;
	margin: auto;
	padding: 120px 24px 130px;
	background: var(--hccm-white);
	text-align: center;
}

.hccm-section-label {
	margin: 0;
	color: var(--hccm-accent);
	font: 900 11px/1 Arial, sans-serif;
	letter-spacing: .2em;
}

.hccm-intro-section > h2 {
	margin: 24px 0 26px;
	color: var(--hccm-primary);
	font-size: clamp(32px, 4.2vw, 51px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: -.04em;
}

.hccm-intro-section > h2 span {
	color: var(--hccm-accent);
}

.hccm-intro-section > p:not(.hccm-section-label) {
	color: #61686f;
	font-size: 15px;
	line-height: 2.1;
}

.hccm-value-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 65px;
	text-align: left;
}

.hccm-value-grid article {
	min-height: 185px;
	padding: 31px 30px;
	border: 2px solid color-mix(in srgb, var(--hccm-accent) 23%, white);
	border-radius: 22px;
	background: var(--hccm-white);
	box-shadow: 0 12px 30px rgba(10, 53, 106, .05);
}

.hccm-value-grid span {
	color: var(--hccm-accent);
	font: 900 12px/1 Arial, sans-serif;
}

.hccm-value-grid b {
	display: block;
	margin: 20px 0 11px;
	color: var(--hccm-primary);
	font-size: 20px;
}

.hccm-value-grid p {
	margin: 0;
	color: #697178;
	font-size: 13px;
	line-height: 1.8;
}

.hccm-diagnosis-section {
	min-height: 690px;
	padding: 85px 22px 105px;
	background: var(--hccm-background);
	scroll-margin-top: 20px;
}

.hccm-diagnosis-section:focus {
	outline: none;
}

.hccm-quiz-shell {
	max-width: 880px;
	min-height: 570px;
	margin: auto;
	padding: 34px 42px 42px;
	border: 2px solid color-mix(in srgb, var(--hccm-accent) 26%, white);
	border-radius: 30px;
	background: var(--hccm-white);
	box-shadow: 0 22px 55px rgba(10, 53, 106, .09);
}

.hccm-quiz-head {
	display: flex;
	align-items: center;
	gap: 20px;
}

.hccm-back-button {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border: 2px solid #e7edf3;
	border-radius: 50%;
	background: var(--hccm-white);
	color: var(--hccm-primary);
	cursor: pointer;
	font-weight: 900;
	transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.hccm-back-button:hover,
.hccm-back-button:focus-visible {
	transform: translateX(-2px);
	border-color: var(--hccm-accent);
	color: var(--hccm-accent);
	outline: none;
}

.hccm-progress-wrap {
	width: 100%;
}

.hccm-progress-meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.hccm-progress-meta span {
	color: #7c8793;
	font: 900 9px/1 Arial, sans-serif;
	letter-spacing: .16em;
}

.hccm-progress-meta b {
	color: var(--hccm-accent);
	font: 900 12px/1 Arial, sans-serif;
}

.hccm-progress-track {
	height: 7px;
	overflow: hidden;
	border-radius: 10px;
	background: #e7eff6;
}

.hccm-progress-track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--hccm-accent);
	transition: width .35s ease;
}

.hccm-question-copy {
	padding: 62px 20px 40px;
	animation: hccm-question-in .35s ease;
	text-align: center;
}

.hccm-question-copy p {
	margin: 0 0 13px;
	color: var(--hccm-accent);
	font: 900 13px/1 Arial, sans-serif;
	letter-spacing: .1em;
}

.hccm-question-copy h2 {
	margin: 0;
	color: var(--hccm-primary);
	font-size: clamp(27px, 3.5vw, 40px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: -.04em;
}

.hccm-question-copy span {
	display: block;
	margin-top: 13px;
	color: #818a92;
	font-size: 12px;
}

.hccm-choice-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.hccm-choice-card {
	display: grid;
	grid-template-columns: 60px 1fr 30px;
	align-items: center;
	gap: 17px;
	min-height: 128px;
	padding: 22px;
	border: 2px solid #e4ebf1;
	border-radius: 20px;
	background: var(--hccm-white);
	cursor: pointer;
	text-align: left;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hccm-choice-card:hover,
.hccm-choice-card:focus-visible {
	transform: translateY(-3px);
	border-color: var(--hccm-accent);
	box-shadow: 0 12px 28px color-mix(in srgb, var(--hccm-accent) 12%, transparent);
	outline: none;
}

.hccm-choice-icon {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	border-radius: 18px;
	background: color-mix(in srgb, var(--hccm-accent) 10%, white);
	color: var(--hccm-accent);
	font-size: 12px;
	font-weight: 900;
}

.hccm-choice-card:nth-child(2) .hccm-choice-icon {
	background: #eaf3ff;
	color: var(--hccm-primary);
}

.hccm-choice-text b {
	display: block;
	color: var(--hccm-primary);
	font-size: 15px;
	line-height: 1.55;
}

.hccm-choice-text small {
	display: block;
	margin-top: 7px;
	color: #7a838c;
	font-size: 11px;
	line-height: 1.5;
}

.hccm-choice-arrow {
	display: grid;
	place-items: center;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: #eef3f7;
	color: var(--hccm-primary);
	font-size: 13px;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.hccm-choice-card:hover .hccm-choice-arrow,
.hccm-choice-card:focus-visible .hccm-choice-arrow {
	transform: translateX(2px);
	background: var(--hccm-accent);
	color: var(--hccm-white);
}

.hccm-quiz-privacy {
	margin: 27px 0 0;
	color: #929ba3;
	font-size: 10px;
	text-align: center;
}

@keyframes hccm-question-in {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: none; }
}

.hccm-result-shell {
	max-width: 1050px;
	margin: auto;
}

.hccm-result-heading {
	max-width: 770px;
	margin: 0 auto 46px;
	text-align: center;
}

.hccm-result-heading > p:first-child {
	margin: 0 0 14px;
	color: var(--hccm-accent);
	font: 900 11px/1 Arial, sans-serif;
	letter-spacing: .2em;
}

.hccm-result-heading > span {
	display: inline-block;
	padding: 8px 17px;
	border-radius: 999px;
	background: var(--hccm-accent);
	color: var(--hccm-white);
	font-size: 11px;
	font-weight: 900;
}

.hccm-result-heading h2 {
	margin: 18px 0 15px;
	color: var(--hccm-primary);
	font-size: clamp(32px, 5vw, 53px);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: -.045em;
}

.hccm-result-description {
	max-width: 650px;
	margin: auto;
	color: #58626b;
	font-size: 14px;
	line-height: 2;
}

.hccm-share-button {
	margin-top: 21px;
	padding: 9px 0;
	border: 0;
	border-bottom: 1px solid var(--hccm-primary);
	background: transparent;
	color: var(--hccm-primary);
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
}

.hccm-share-button:focus-visible {
	outline: 2px solid var(--hccm-accent);
	outline-offset: 4px;
}

.hccm-profile-card {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	min-height: 400px;
	overflow: hidden;
	border: 2px solid color-mix(in srgb, var(--hccm-accent) 28%, white);
	border-radius: 29px;
	background: var(--hccm-white);
	box-shadow: 0 20px 55px rgba(10, 53, 106, .09);
}

.hccm-profile-chart {
	padding: 36px 36px 23px;
	background: #f8fbff;
	text-align: center;
}

.hccm-profile-chart > p {
	color: var(--hccm-accent);
	font: 900 9px/1 Arial, sans-serif;
	letter-spacing: .18em;
}

.hccm-radar {
	width: min(100%, 330px);
	height: auto;
	margin-top: 13px;
	overflow: visible;
}

.hccm-radar-grid {
	fill: var(--hccm-white);
	stroke: #c6d5e3;
	stroke-width: 1;
}

.hccm-radar-axis {
	stroke: #d4e0ea;
	stroke-width: 1;
}

.hccm-radar-data {
	fill: color-mix(in srgb, var(--hccm-accent) 20%, transparent);
	stroke: var(--hccm-accent);
	stroke-width: 2.5;
}

.hccm-radar-dot {
	fill: var(--hccm-white);
	stroke: var(--hccm-accent);
	stroke-width: 2;
}

.hccm-radar text {
	fill: var(--hccm-primary);
	font-size: 7px;
	font-weight: 800;
}

.hccm-profile-strengths {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 45px 48px;
}

.hccm-profile-strengths > span {
	margin-bottom: 20px;
	color: #747e87;
	font-size: 11px;
	font-weight: 900;
}

.hccm-profile-strengths > div {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 17px 0;
	border-bottom: 1px solid #e7edf2;
}

.hccm-profile-strengths i {
	display: grid;
	place-items: center;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--hccm-accent) 11%, white);
	color: var(--hccm-accent);
	font: 900 10px/1 Arial, sans-serif;
	font-style: normal;
}

.hccm-profile-strengths b {
	color: var(--hccm-primary);
	font-size: 17px;
}

.hccm-profile-strengths > p {
	margin: 22px 0 0;
	color: #929ba2;
	font-size: 10px;
	line-height: 1.7;
}

.hccm-company-results {
	padding-top: 104px;
	text-align: center;
}

.hccm-company-results > h2 {
	margin: 19px 0 12px;
	color: var(--hccm-primary);
	font-size: clamp(31px, 4vw, 47px);
	font-weight: 900;
	letter-spacing: -.04em;
}

.hccm-company-lead {
	margin: 0 0 31px;
	color: #616c75;
	font-size: 13px;
}

.hccm-company-list {
	display: grid;
	gap: 17px;
	text-align: left;
}

.hccm-company-card {
	position: relative;
	display: grid;
	grid-template-columns: 76px 1fr 110px;
	gap: 25px;
	overflow: hidden;
	padding: 31px 31px 29px 0;
	border: 2px solid #e7edf3;
	border-radius: 23px;
	background: var(--hccm-white);
	box-shadow: 0 8px 28px rgba(10, 53, 106, .05);
}

.hccm-company-card::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 6px;
	background: var(--hccm-company-accent, var(--hccm-accent));
	content: "";
}

.hccm-company-rank {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 4px;
	border-right: 1px solid #e5ebf0;
}

.hccm-company-rank span {
	color: var(--hccm-accent);
	font: 900 26px/1 Arial, sans-serif;
}

.hccm-company-rank small {
	margin-top: 7px;
	color: #97a0a8;
	font: 900 7px/1 Arial, sans-serif;
	letter-spacing: .12em;
}

.hccm-company-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	color: #76818a;
	font-size: 10px;
}

.hccm-company-meta span + span::before {
	margin-right: 7px;
	color: #c2cad1;
	content: "・";
}

.hccm-company-main h3 {
	margin: 9px 0 11px;
	color: var(--hccm-primary);
	font-size: clamp(20px, 2.6vw, 29px);
	font-weight: 900;
	letter-spacing: -.02em;
}

.hccm-company-main > p {
	margin: 0;
	color: #606b74;
	font-size: 12px;
	line-height: 1.85;
}

.hccm-company-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
}

.hccm-company-tags span {
	padding: 6px 9px;
	border-radius: 6px;
	background: #edf4fa;
	color: var(--hccm-primary);
	font-size: 9px;
}

.hccm-match-reasons {
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 11px;
	background: color-mix(in srgb, var(--hccm-accent) 7%, white);
}

.hccm-match-reasons b {
	display: block;
	margin-bottom: 5px;
	color: var(--hccm-accent);
	font-size: 9px;
}

.hccm-match-reasons p {
	margin: 0;
	color: #616b74;
	font-size: 10px;
	line-height: 1.6;
}

.hccm-company-actions {
	display: flex;
	gap: 10px;
	margin-top: 19px;
}

.hccm-company-actions a,
.hccm-company-actions button {
	min-height: 41px;
	padding: 0 18px;
	border-radius: 999px;
	cursor: pointer;
	font-size: 10px;
	font-weight: 900;
}

.hccm-company-actions a {
	display: flex;
	align-items: center;
	gap: 14px;
	background: var(--hccm-accent);
	color: var(--hccm-white);
}

.hccm-company-actions button {
	border: 2px solid #e0e7ed;
	background: var(--hccm-white);
	color: var(--hccm-primary);
}

.hccm-company-actions a:hover,
.hccm-company-actions a:focus-visible,
.hccm-company-actions button:hover,
.hccm-company-actions button:focus-visible {
	transform: translateY(-1px);
	outline: 2px solid var(--hccm-accent);
	outline-offset: 2px;
}

.hccm-match-score {
	align-self: start;
	padding: 19px 6px;
	border-radius: 17px;
	background: color-mix(in srgb, var(--hccm-accent) 10%, white);
	color: var(--hccm-accent);
	text-align: center;
}

.hccm-match-score b {
	font: 900 37px/1 Arial, sans-serif;
}

.hccm-match-score > span {
	font: 900 14px/1 Arial, sans-serif;
}

.hccm-match-score small {
	display: block;
	margin-top: 5px;
	color: #7d878f;
	font-size: 9px;
}

.hccm-result-footer-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin-top: 49px;
}

.hccm-retry-button {
	padding: 17px 31px;
	border: 0;
	border-radius: 999px;
	background: var(--hccm-accent);
	color: var(--hccm-white);
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
}

.hccm-result-footer-actions a {
	padding-bottom: 5px;
	border-bottom: 1px solid var(--hccm-primary);
	color: var(--hccm-primary);
	font-size: 11px;
	font-weight: 900;
}

.hccm-result-disclaimer {
	max-width: 690px;
	margin: 35px auto 0;
	color: #7e8992;
	font-size: 9px;
	line-height: 1.8;
	text-align: center;
}

.hccm-empty-state,
.hccm-empty-companies {
	max-width: 720px;
	margin: auto;
	padding: 52px 30px;
	border: 2px solid #dfe8f0;
	border-radius: 24px;
	background: var(--hccm-white);
	box-shadow: 0 18px 45px rgba(10, 53, 106, .07);
	text-align: center;
}

.hccm-empty-state h2,
.hccm-empty-companies h3 {
	margin-bottom: 10px;
	color: var(--hccm-primary);
	font-weight: 900;
}

.hccm-empty-state p,
.hccm-empty-companies p {
	color: #65717c;
}

.hccm-empty-companies {
	margin-top: 28px;
}

.hccm-empty-companies a {
	display: inline-block;
	margin-top: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid var(--hccm-primary);
	color: var(--hccm-primary);
	font-weight: 900;
}

.hccm-noscript {
	padding: 20px;
	background: #fff3cd;
	color: #664d03;
	text-align: center;
}

@media (max-width: 900px) {
	.hccm-value-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.hccm-hero {
		min-height: auto;
		padding: 84px 24px 75px;
	}

	.hccm-eyebrow {
		gap: 13px;
		font-size: 12px;
		letter-spacing: .18em;
	}

	.hccm-eyebrow span {
		width: 36px;
	}

	.hccm-hero h1 {
		margin: 31px 0 29px;
		font-size: clamp(42px, 12.5vw, 58px);
		line-height: 1.26;
	}

	.hccm-lead {
		font-size: 16px;
		line-height: 1.95;
	}

	.hccm-desktop {
		display: none;
	}

	.hccm-hero-points {
		gap: 7px;
		margin-top: 28px;
	}

	.hccm-hero-points span {
		min-width: auto;
		padding: 8px 13px;
		font-size: 10px;
	}

	.hccm-primary-button {
		min-height: 66px;
		font-size: 17px;
	}

	.hccm-privacy-note {
		font-size: 9px;
	}

	.hccm-hero-result-card {
		margin-top: 78px;
		padding: 51px 19px 28px;
		border-radius: 21px;
	}

	.hccm-result-card-label {
		top: -17px;
		padding: 10px 23px;
		font-size: 11px;
	}

	.hccm-hero-result-card h2 {
		font-size: 25px;
		line-height: 1.5;
	}

	.hccm-mobile-break {
		display: block;
	}

	.hccm-hero-result-card p {
		flex-direction: column;
		gap: 7px;
		padding: 5px 8px;
	}

	.hccm-hero-result-card p span {
		font-size: 9px;
		text-align: center;
	}

	.hccm-hero-result-card b {
		font-size: 15px;
	}

	.hccm-intro-section {
		padding: 85px 20px 92px;
	}

	.hccm-intro-section > h2 {
		font-size: 29px;
	}

	.hccm-intro-section > p:not(.hccm-section-label) {
		font-size: 13px;
	}

	.hccm-value-grid {
		margin-top: 42px;
	}

	.hccm-diagnosis-section {
		min-height: 600px;
		padding: 56px 15px 76px;
	}

	.hccm-quiz-shell {
		min-height: 520px;
		padding: 23px 18px 31px;
		border-radius: 24px;
	}

	.hccm-question-copy {
		padding: 49px 4px 31px;
	}

	.hccm-question-copy h2 {
		font-size: 26px;
	}

	.hccm-choice-grid {
		grid-template-columns: 1fr;
	}

	.hccm-choice-card {
		grid-template-columns: 53px 1fr 27px;
		gap: 13px;
		min-height: 105px;
		padding: 17px 15px;
	}

	.hccm-choice-icon {
		width: 53px;
		height: 53px;
		border-radius: 15px;
	}

	.hccm-profile-card {
		grid-template-columns: 1fr;
	}

	.hccm-profile-chart {
		padding: 33px 20px 17px;
	}

	.hccm-profile-strengths {
		padding: 30px 26px 36px;
	}

	.hccm-company-results {
		padding-top: 77px;
	}

	.hccm-company-card {
		grid-template-columns: 46px 1fr;
		gap: 14px;
		padding: 23px 17px 23px 0;
	}

	.hccm-company-rank {
		padding-top: 2px;
	}

	.hccm-company-rank span {
		font-size: 20px;
	}

	.hccm-match-score {
		position: absolute;
		top: 18px;
		right: 16px;
		padding: 10px 9px;
		border-radius: 11px;
	}

	.hccm-match-score b {
		font-size: 25px;
	}

	.hccm-match-score > span {
		font-size: 10px;
	}

	.hccm-match-score small {
		font-size: 7px;
	}

	.hccm-company-meta,
	.hccm-company-main h3 {
		padding-right: 74px;
	}

	.hccm-company-main h3 {
		font-size: 20px;
	}

	.hccm-company-actions {
		flex-direction: column;
	}

	.hccm-company-actions a,
	.hccm-company-actions button {
		width: 100%;
		justify-content: center;
	}

	.hccm-result-footer-actions {
		flex-direction: column;
		gap: 19px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hccm-app *,
	.hccm-app *::before,
	.hccm-app *::after {
		animation: none !important;
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

@supports not (color: color-mix(in srgb, red, white)) {
	.hccm-eyebrow span { background: #ef8fb1; }
	.hccm-primary-button { box-shadow: 0 16px 28px rgba(245, 0, 97, .2); }
	.hccm-hero-result-card,
	.hccm-quiz-shell,
	.hccm-profile-card { border-color: #ffc1d7; }
	.hccm-value-grid article { border-color: #f9c7d9; }
	.hccm-choice-icon,
	.hccm-profile-strengths i,
	.hccm-match-score { background: #ffe3ee; }
	.hccm-radar-data { fill: rgba(245, 0, 97, .2); }
	.hccm-match-reasons { background: #fff0f5; }
}
