.Content .BoxContent {
	min-height: 0;
	padding: 14px;
	background: #f4ead8;
}

.nexus-ranking,
.ranking-error,
.nexus-ranking * {
	box-sizing: border-box;
}

.nexus-ranking {
	--ranking-ink: #27241f;
	--ranking-muted: #6d6255;
	--ranking-paper: #f8f1e5;
	--ranking-paper-strong: #fffaf1;
	--ranking-border: #bca989;
	--ranking-green: #244f47;
	--ranking-green-dark: #173a35;
	--ranking-gold: #b88439;
	--ranking-copper: #8a522e;
	color: var(--ranking-ink);
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.ranking-kicker {
	display: block;
	color: var(--ranking-copper);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ranking-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 144px;
	padding: 22px 24px;
	border: 1px solid #173a35;
	border-radius: 8px;
	background:
		radial-gradient(circle at 85% 20%, rgba(216, 170, 87, .24), transparent 30%),
		linear-gradient(135deg, #173a35 0%, #244f47 58%, #2e5d52 100%);
	box-shadow: 0 8px 22px rgba(31, 49, 42, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
	color: #f8eedb;
}

.ranking-hero-copy {
	max-width: 590px;
}

.ranking-hero .ranking-kicker {
	color: #e5bd73;
}

.ranking-hero h2 {
	margin: 5px 0 8px;
	color: #fff8e9;
	font: 700 26px/1.16 Georgia, "Times New Roman", serif;
	letter-spacing: .01em;
}

.ranking-hero p {
	max-width: 560px;
	margin: 0;
	color: #e8dfcf;
	font-size: 12px;
	line-height: 1.55;
}

.ranking-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 14px;
}

.ranking-world-badge,
.ranking-live-badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 9px;
	border: 1px solid rgba(245, 224, 188, .34);
	border-radius: 999px;
	background: rgba(9, 31, 27, .28);
	color: #f3e6cf;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .04em;
}

.ranking-live-badge i {
	width: 7px;
	height: 7px;
	margin-right: 6px;
	border-radius: 50%;
	background: #65c781;
	box-shadow: 0 0 0 3px rgba(101, 199, 129, .14);
}

.ranking-hero-mark {
	display: flex;
	flex: 0 0 92px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	border: 1px solid rgba(238, 203, 139, .62);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(0, 0, 0, .18));
	box-shadow: inset 0 0 0 5px rgba(10, 40, 34, .28);
	color: #f1cf8a;
}

.ranking-hero-mark span {
	font: 700 28px/1 Georgia, "Times New Roman", serif;
}

.ranking-hero-mark small {
	margin-top: 5px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .18em;
}

.ranking-filters {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
	align-items: end;
	gap: 12px;
	margin-top: 12px;
	padding: 14px;
	border: 1px solid var(--ranking-border);
	border-radius: 6px;
	background: linear-gradient(180deg, #efe2ca, #e5d4b8);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.ranking-filter-field label {
	display: block;
	margin-bottom: 5px;
	color: #554533;
	font-size: 10px;
	font-weight: 700;
}

.ranking-filter-field select {
	width: 100%;
	height: 36px;
	padding: 6px 32px 6px 9px;
	border: 1px solid #8f7a5d;
	border-radius: 4px;
	background: #fffaf0;
	color: #30291f;
	font: 12px Verdana, Arial, sans-serif;
}

.ranking-filter-field select:focus-visible,
.ranking-button:focus-visible,
.ranking-page:focus-visible,
.ranking-player:focus-visible {
	outline: 3px solid rgba(184, 132, 57, .42);
	outline-offset: 2px;
}

.ranking-filter-actions {
	display: flex;
	gap: 7px;
}

.Content .ranking-button,
.ranking-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 13px;
	border: 1px solid #8f7757;
	border-radius: 4px;
	background: linear-gradient(#fff9ec, #dfc9a6);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
	color: #463522;
	font: 700 10px Verdana, Arial, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.Content .ranking-button:hover,
.ranking-button:hover {
	border-color: #70583b;
	background: linear-gradient(#fffdf7, #ead4af);
	color: #352719;
	text-decoration: none;
}

.Content .ranking-button-primary,
.ranking-button-primary {
	border-color: #173a35;
	background: linear-gradient(#32675c, #1d463f);
	color: #fff5e4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}

.Content .ranking-button-primary:hover,
.ranking-button-primary:hover {
	background: linear-gradient(#3b7568, #235249);
	color: #fff;
}

.ranking-context {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 12px;
	border: 1px solid var(--ranking-border);
	border-radius: 6px;
	background: var(--ranking-paper-strong);
	overflow: hidden;
}

.ranking-context > div {
	min-width: 0;
	padding: 11px 13px;
	border-right: 1px solid #d8c7aa;
}

.ranking-context > div:last-child {
	border-right: 0;
}

.ranking-context span,
.ranking-context strong {
	display: block;
}

.ranking-context span {
	margin-bottom: 4px;
	color: var(--ranking-muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ranking-context strong {
	overflow: hidden;
	color: #3b3126;
	font-size: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ranking-notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 12px 0;
	padding: 10px 12px;
	border-left: 4px solid #5f806a;
	border-radius: 4px;
	background: #dfe7d7;
	color: #344437;
}

.ranking-notice-icon {
	display: flex;
	flex: 0 0 22px;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #41624f;
	color: #fff;
	font-family: Georgia, serif;
	font-weight: 700;
}

.ranking-notice strong,
.ranking-notice span {
	display: block;
}

.ranking-notice strong {
	margin-bottom: 3px;
	font-size: 10px;
}

.ranking-notice span {
	font-size: 9px;
	line-height: 1.4;
}

.ranking-board {
	border: 1px solid #8e7a5c;
	border-radius: 7px;
	background: var(--ranking-paper);
	box-shadow: 0 5px 16px rgba(73, 54, 32, .12);
	overflow: hidden;
}

.ranking-board-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 15px;
	border-bottom: 1px solid #173a35;
	background: linear-gradient(100deg, #1b403a, #2b5a51);
	color: #f9eedb;
}

.ranking-board-header .ranking-kicker {
	color: #dfba75;
}

.ranking-board-header h3 {
	margin: 3px 0 0;
	color: #fff7e8;
	font: 700 16px/1.2 Georgia, "Times New Roman", serif;
}

.ranking-range {
	flex: 0 0 auto;
	padding: 5px 8px;
	border: 1px solid rgba(248, 226, 190, .28);
	border-radius: 999px;
	background: rgba(7, 30, 26, .25);
	color: #eee0c8;
	font-size: 9px;
	font-weight: 700;
}

.ranking-table-scroll {
	overflow-x: auto;
}

.ranking-table {
	width: 100%;
	min-width: 690px;
	border-collapse: collapse;
	background: #fffaf1;
}

.ranking-table caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.Content .ranking-table th,
.ranking-table th {
	padding: 9px 10px;
	border-right: 1px solid #b8a17e;
	border-bottom: 1px solid #9e8766;
	background: #cdb58f;
	color: #3f301f;
	font: 700 9px Verdana, Arial, sans-serif;
	letter-spacing: .03em;
	text-align: left;
	text-transform: uppercase;
}

.Content .ranking-table td,
.ranking-table td {
	padding: 9px 10px;
	border-right: 1px solid #eadcc5;
	border-bottom: 1px solid #dfcfb5;
	color: #332a20;
	font: 10px Verdana, Arial, sans-serif;
	vertical-align: middle;
}

.ranking-table th:last-child,
.ranking-table td:last-child {
	border-right: 0;
}

.ranking-table tbody tr:nth-child(even) {
	background: #f1e3ca;
}

.ranking-table tbody tr:nth-child(odd) {
	background: #fbf3e6;
}

.ranking-table tbody tr:hover:not(.ranking-empty-row) {
	background: #e6d5b8;
}

.ranking-table tbody tr.is-top {
	box-shadow: inset 4px 0 0 var(--ranking-gold);
}

.ranking-position {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #907758;
	border-radius: 50%;
	background: #f1e1c5;
	color: #5b4228;
	font-weight: 700;
}

.is-top-1 .ranking-position {
	border-color: #9d6b19;
	background: linear-gradient(145deg, #f7db7e, #c9952e);
	color: #4b310b;
}

.is-top-2 .ranking-position {
	border-color: #85817a;
	background: linear-gradient(145deg, #ece9e0, #bdb7ab);
	color: #44413d;
}

.is-top-3 .ranking-position {
	border-color: #8a5531;
	background: linear-gradient(145deg, #dda875, #a86940);
	color: #462719;
}

.Content .ranking-player,
.ranking-player {
	color: #174f6b;
	font-weight: 700;
	text-decoration: none;
}

.Content .ranking-player:hover,
.ranking-player:hover {
	color: #0e6f8f;
	text-decoration: underline;
}

.ranking-status {
	display: inline-flex;
	align-items: center;
	font-size: 9px;
	font-weight: 700;
}

.ranking-status i {
	width: 7px;
	height: 7px;
	margin-right: 5px;
	border-radius: 50%;
}

.ranking-status.is-online {
	color: #287443;
}

.ranking-status.is-online i {
	background: #39a35c;
	box-shadow: 0 0 0 3px rgba(57, 163, 92, .12);
}

.ranking-status.is-offline {
	color: #796e61;
}

.ranking-status.is-offline i {
	background: #9c9182;
}

.ranking-empty-state {
	padding: 34px 18px;
	text-align: center;
}

.ranking-empty-state > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0 auto 10px;
	border: 1px solid #9b8667;
	border-radius: 50%;
	background: #e4d1b3;
	color: #72563a;
	font-size: 23px;
}

.ranking-empty-state strong,
.ranking-empty-state p {
	display: block;
}

.ranking-empty-state strong {
	color: #493725;
	font-size: 11px;
}

.ranking-empty-state p {
	margin: 6px 0 0;
	color: #746452;
	font-size: 9px;
}

.ranking-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 12px;
	border-top: 1px solid #c5b18e;
	background: #eadbc2;
}

.Content .ranking-page,
.ranking-page,
.ranking-page-gap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	padding: 0 8px;
	border: 1px solid #9d8563;
	border-radius: 4px;
	background: #fff8e9;
	color: #533b24;
	font: 700 9px Verdana, Arial, sans-serif;
	text-decoration: none;
}

.Content .ranking-page:hover,
.ranking-page:hover {
	border-color: #4f6d5d;
	background: #e3eadf;
	color: #244c3d;
	text-decoration: none;
}

.ranking-page.is-current {
	border-color: #173a35;
	background: #244f47;
	color: #fff7e8;
}

.ranking-page.is-disabled {
	cursor: default;
	opacity: .48;
}

.ranking-page-gap {
	border-color: transparent;
	background: transparent;
}

.ranking-error {
	padding: 28px;
	border: 1px solid #a17b5e;
	border-left: 5px solid #9b4b37;
	border-radius: 6px;
	background: linear-gradient(135deg, #fff6e8, #ecd8bd);
	color: #3f3023;
	font-family: Verdana, Arial, sans-serif;
}

.ranking-error h2 {
	margin: 5px 0 7px;
	color: #6f2e22;
	font: 700 20px Georgia, "Times New Roman", serif;
}

.ranking-error p {
	margin: 0 0 16px;
	line-height: 1.5;
}

@media (max-width: 980px) {
	.ranking-filters {
		grid-template-columns: 1fr 1fr;
	}

	.ranking-filter-actions {
		grid-column: 1 / -1;
	}

	.ranking-context {
		grid-template-columns: 1fr 1fr;
	}

	.ranking-context > div:nth-child(2) {
		border-right: 0;
	}

	.ranking-context > div:nth-child(-n+2) {
		border-bottom: 1px solid #d8c7aa;
	}
}

@media (max-width: 780px) {
	html,
	body {
		min-width: 0;
		overflow-x: hidden;
	}

	#ArtworkHelper,
	#Bodycontainer {
		min-width: 0;
		width: 100%;
	}

	#Bodycontainer {
		display: block;
	}

	#ContentRow {
		top: 8px;
		width: 100%;
	}

	#MenuColumn,
	#ThemeboxesColumn {
		display: none;
	}

	#ContentColumn {
		margin: 0;
		padding: 0 6px;
	}

	.Content .Box {
		margin: 0 0 12px;
	}

	.Content .BoxContent {
		padding: 9px;
	}

	.ranking-hero {
		min-height: 0;
		padding: 18px;
	}

	.ranking-hero-mark {
		display: none;
	}

	.ranking-hero h2 {
		font-size: 22px;
	}

	.ranking-table {
		min-width: 0;
	}

	.ranking-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.ranking-table,
	.ranking-table tbody,
	.ranking-table tr,
	.Content .ranking-table td,
	.ranking-table td {
		display: block;
		width: 100%;
	}

	.ranking-table tbody {
		padding: 8px;
	}

	.ranking-table tbody tr {
		margin-bottom: 8px;
		border: 1px solid #c0aa87;
		border-radius: 5px;
		background: #fffaf1;
		overflow: hidden;
	}

	.Content .ranking-table td,
	.ranking-table td {
		display: grid;
		grid-template-columns: minmax(92px, .8fr) minmax(0, 1.2fr);
		align-items: center;
		min-height: 38px;
		padding: 7px 9px;
		border-right: 0;
		text-align: right;
	}

	.ranking-table td::before {
		content: attr(data-label);
		color: #74624e;
		font-size: 8px;
		font-weight: 700;
		letter-spacing: .04em;
		text-align: left;
		text-transform: uppercase;
	}

	.ranking-table td > * {
		justify-self: end;
	}

	.ranking-empty-row td {
		display: block;
		padding: 0;
	}

	.ranking-empty-row td::before {
		display: none;
	}

	.ranking-pagination {
		flex-wrap: wrap;
	}
}

@media (max-width: 520px) {
	.ranking-filters,
	.ranking-context {
		grid-template-columns: 1fr;
	}

	.ranking-filter-actions {
		grid-column: auto;
		flex-wrap: wrap;
	}

	.ranking-filter-actions .ranking-button {
		flex: 1 1 120px;
	}

	.ranking-context > div {
		border-right: 0;
		border-bottom: 1px solid #d8c7aa;
	}

	.ranking-context > div:last-child {
		border-bottom: 0;
	}

	.ranking-board-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.ranking-range {
		align-self: stretch;
		text-align: center;
	}

	.ranking-page-direction {
		flex: 1 1 70px;
	}
}

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