.soh-n100 {
	--soh-ink: #172033;
	--soh-muted: #687386;
	--soh-line: #e2e7ee;
	--soh-head: #111b2d;
	--soh-blue: #2775d8;
	--soh-green: #138a55;
	--soh-red: #c43d4f;
	background: #fff;
	border: 1px solid var(--soh-line);
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(23, 32, 51, 0.08);
	color: var(--soh-ink);
	font-variant-numeric: tabular-nums;
	overflow: hidden;
}

.soh-n100 [hidden] {
	display: none !important;
}

.soh-n100__heading {
	align-items: center;
	background: linear-gradient(135deg, #f8fafc 0%, #eef4fb 100%);
	border-bottom: 1px solid var(--soh-line);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 22px 26px;
}

.soh-n100__eyebrow,
.soh-n100__range,
.soh-n100__updated {
	margin: 0;
}

.soh-n100__eyebrow {
	color: var(--soh-ink);
	font-size: 18px;
	font-weight: 750;
	letter-spacing: -0.01em;
}

.soh-n100__rank-link {
	border-left: 1px solid #c8d2df;
	color: var(--soh-blue);
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin-left: 10px;
	padding-left: 11px;
	text-decoration: none;
}

.soh-n100__rank-link:hover,
.soh-n100__rank-link:focus {
	text-decoration: underline;
}

.soh-n100__range {
	color: var(--soh-muted);
	font-size: 13px;
	margin-top: 5px;
}

.soh-n100__count {
	align-items: baseline;
	background: #fff;
	border: 1px solid var(--soh-line);
	border-radius: 999px;
	color: var(--soh-muted);
	display: flex;
	font-size: 12px;
	gap: 5px;
	padding: 7px 12px;
	white-space: nowrap;
}

.soh-n100__count-number {
	color: var(--soh-blue);
	font-size: 15px;
	font-weight: 800;
}

.soh-n100__heading-actions {
	align-items: flex-end;
	display: flex;
	gap: 14px;
}

.soh-n100__period-control {
	color: var(--soh-muted);
	display: flex;
	flex-direction: column;
	font-size: 11px;
	font-weight: 700;
	gap: 4px;
	letter-spacing: 0.02em;
	position: relative;
	text-transform: uppercase;
}

.soh-n100__period {
	appearance: auto;
	background: #fff;
	border: 1px solid #cfd8e5;
	border-radius: 6px;
	color: var(--soh-ink);
	font-size: 13px;
	font-weight: 600;
	min-width: 145px;
	padding: 7px 28px 7px 9px;
	text-transform: none;
}

.soh-n100__period:focus {
	border-color: var(--soh-blue);
	box-shadow: 0 0 0 2px rgba(39, 117, 216, 0.16);
	outline: 0;
}

.soh-n100__period-status {
	bottom: -18px;
	color: var(--soh-blue);
	font-size: 10px;
	font-weight: 600;
	left: 0;
	letter-spacing: 0;
	position: absolute;
	text-transform: none;
	white-space: nowrap;
}

.soh-n100__status {
	align-items: center;
	color: var(--soh-muted);
	display: flex;
	gap: 12px;
	justify-content: center;
	min-height: 180px;
	padding: 30px;
	text-align: center;
}

.soh-n100__status-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-align: left;
}

.soh-n100__status-text {
	color: var(--soh-ink);
	font-size: 15px;
	font-weight: 700;
}

.soh-n100__status-detail {
	color: var(--soh-muted);
	font-size: 12px;
	line-height: 1.5;
}

.soh-n100__spinner {
	animation: soh-n100-spin 0.8s linear infinite;
	border: 3px solid #dce5ef;
	border-radius: 50%;
	border-top-color: var(--soh-blue);
	height: 21px;
	width: 21px;
}

@keyframes soh-n100-spin {
	to { transform: rotate(360deg); }
}

.soh-n100__warning {
	background: #fff8e6;
	border-bottom: 1px solid #f0d995;
	color: #79590b;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 26px;
}

.soh-n100__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.soh-n100__table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	min-width: 720px;
	width: 100%;
}

.soh-n100__table th,
.soh-n100__table td {
	border: 0;
	border-bottom: 1px solid var(--soh-line);
	padding: 13px 18px;
	text-align: right;
}

.soh-n100__table th:first-child,
.soh-n100__table td:first-child {
	padding-left: 26px;
	text-align: left;
}

.soh-n100__table th:last-child,
.soh-n100__table td:last-child {
	padding-right: 26px;
}

.soh-n100__table thead th {
	background: var(--soh-head);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.035em;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: uppercase;
}

.soh-n100__sort {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	gap: 7px;
	justify-content: flex-end;
	min-height: 45px;
	padding: 0;
	text-transform: inherit;
	width: 100%;
}

th:first-child .soh-n100__sort {
	justify-content: flex-start;
}

.soh-n100__sort:focus-visible {
	outline: 2px solid #89bfff;
	outline-offset: 3px;
}

.soh-n100__sort-icon {
	height: 12px;
	position: relative;
	width: 8px;
}

.soh-n100__sort-icon::before,
.soh-n100__sort-icon::after {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: '';
	left: 1px;
	opacity: 0.35;
	position: absolute;
}

.soh-n100__sort-icon::before {
	border-bottom: 4px solid currentColor;
	top: 0;
}

.soh-n100__sort-icon::after {
	border-top: 4px solid currentColor;
	bottom: 0;
}

th[aria-sort="ascending"] .soh-n100__sort-icon::before,
th[aria-sort="descending"] .soh-n100__sort-icon::after {
	opacity: 1;
}

.soh-n100__table tbody tr:nth-child(even) {
	background: #fafbfd;
}

.soh-n100__table tbody tr:hover {
	background: #f1f6fc;
}

.soh-n100__table tbody td {
	color: #303a4c;
	font-size: 14px;
}

.soh-n100__table tbody td:first-child {
	color: var(--soh-ink);
	letter-spacing: 0.02em;
}

.soh-n100__table tbody td:first-child a {
	color: var(--soh-blue);
	text-decoration: none;
}

.soh-n100__table tbody td:first-child a:hover,
.soh-n100__table tbody td:first-child a:focus {
	text-decoration: underline;
}

.soh-n100__table td.is-positive {
	color: var(--soh-green);
	font-weight: 700;
}

.soh-n100__table td.is-negative {
	color: var(--soh-red);
	font-weight: 700;
}

.soh-n100__rank {
	align-items: center;
	background: #eaf2fc;
	border-radius: 999px;
	color: #245f9f;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	min-height: 27px;
	min-width: 27px;
	padding: 0 6px;
}

.soh-n100__updated {
	background: #fafbfd;
	color: var(--soh-muted);
	font-size: 11px;
	padding: 11px 26px;
	text-align: right;
}

@media (max-width: 640px) {
	.soh-n100 {
		border-radius: 8px;
	}

	.soh-n100__heading {
		align-items: flex-start;
		flex-direction: column;
		padding: 18px;
	}

	.soh-n100__heading-actions {
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.soh-n100__eyebrow {
		font-size: 16px;
	}

	.soh-n100__rank-link {
		border-left: 0;
		display: block;
		margin: 6px 0 0;
		padding: 0;
	}

	.soh-n100__status {
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}

	.soh-n100__table th:first-child,
	.soh-n100__table td:first-child {
		padding-left: 18px;
	}

	.soh-n100__table th:last-child,
	.soh-n100__table td:last-child {
		padding-right: 18px;
	}
}

/* Dynamic rank matrix. */
.soh-n100-ranks {
	--soh-rank-ink: #172033;
	--soh-rank-muted: #687386;
	--soh-rank-line: #e2e7ee;
	--soh-rank-head: #111b2d;
	--soh-rank-blue: #2775d8;
	background: #fff;
	border: 1px solid var(--soh-rank-line);
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(23, 32, 51, 0.08);
	color: var(--soh-rank-ink);
	font-variant-numeric: tabular-nums;
	overflow: hidden;
}

.soh-n100-ranks__heading {
	align-items: center;
	background: linear-gradient(135deg, #f8fafc 0%, #eef4fb 100%);
	border-bottom: 1px solid var(--soh-rank-line);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 22px 26px;
}

.soh-n100-ranks__eyebrow,
.soh-n100-ranks__description,
.soh-n100-ranks__updated {
	margin: 0;
}

.soh-n100-ranks__eyebrow {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.soh-n100-ranks__description {
	color: var(--soh-rank-muted);
	font-size: 13px;
	margin-top: 5px;
}

.soh-n100-ranks__back {
	color: var(--soh-rank-blue);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.soh-n100-ranks__back:hover,
.soh-n100-ranks__back:focus {
	text-decoration: underline;
}

.soh-n100-ranks__legend {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid var(--soh-rank-line);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 10px 26px;
}

.soh-n100-ranks__legend span {
	align-items: center;
	color: var(--soh-rank-muted);
	display: inline-flex;
	font-size: 11px;
	gap: 6px;
}

.soh-n100-ranks__legend i {
	border-radius: 4px;
	display: inline-block;
	height: 12px;
	width: 12px;
}

.soh-n100-ranks__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.soh-n100-ranks__table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	min-width: 760px;
	width: 100%;
}

.soh-n100-ranks__table th,
.soh-n100-ranks__table td {
	border: 0;
	border-bottom: 1px solid var(--soh-rank-line);
	padding: 11px 16px;
	text-align: center;
}

.soh-n100-ranks__table th:first-child,
.soh-n100-ranks__table td:first-child {
	padding-left: 26px;
	text-align: left;
}

.soh-n100-ranks__table thead th {
	background: var(--soh-rank-head);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: uppercase;
}

.soh-n100-ranks__sort {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	gap: 7px;
	justify-content: center;
	min-height: 45px;
	padding: 0;
	text-transform: inherit;
	width: 100%;
}

.soh-n100-ranks__table th:first-child .soh-n100-ranks__sort {
	justify-content: flex-start;
}

.soh-n100-ranks__sort:focus-visible {
	outline: 2px solid #89bfff;
	outline-offset: 3px;
}

.soh-n100-ranks__table tbody tr:nth-child(even) {
	background: #fafbfd;
}

.soh-n100-ranks__table tbody tr:hover {
	background: #f1f6fc;
}

.soh-n100-ranks__table td:first-child a {
	color: var(--soh-rank-blue);
	letter-spacing: 0.02em;
	text-decoration: none;
}

.soh-n100-ranks__table td:first-child a:hover,
.soh-n100-ranks__table td:first-child a:focus {
	text-decoration: underline;
}

.soh-n100-ranks__table td:not(:first-child) span {
	align-items: center;
	border-radius: 7px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 30px;
	min-width: 38px;
}

.soh-n100-ranks .is-top,
.soh-n100-ranks__table td.is-top span {
	background: #d9f3e5;
	color: #0b7144;
}

.soh-n100-ranks .is-strong,
.soh-n100-ranks__table td.is-strong span {
	background: #e7f2dd;
	color: #47761d;
}

.soh-n100-ranks .is-middle,
.soh-n100-ranks__table td.is-middle span {
	background: #f5f0d7;
	color: #776817;
}

.soh-n100-ranks .is-weak,
.soh-n100-ranks__table td.is-weak span {
	background: #fae6d7;
	color: #9a5520;
}

.soh-n100-ranks .is-bottom,
.soh-n100-ranks__table td.is-bottom span {
	background: #f8dce1;
	color: #a52e45;
}

.soh-n100-ranks__table td.is-unavailable span {
	background: #eef1f5;
	color: #7a8493;
}

.soh-n100-ranks__updated {
	background: #fafbfd;
	color: var(--soh-rank-muted);
	font-size: 11px;
	padding: 11px 26px;
	text-align: right;
}

.soh-n100-ranks__empty {
	background: #fff8e6;
	border: 1px solid #f0d995;
	border-radius: 8px;
	color: #79590b;
	padding: 18px;
}

@media (max-width: 640px) {
	.soh-n100-ranks__heading {
		align-items: flex-start;
		flex-direction: column;
		padding: 18px;
	}

	.soh-n100-ranks__legend {
		padding: 10px 18px;
	}
}
