body.wiki {
	--wiki-accent: #0171bc;
	background: #fff;
	color: #1c1c1c;
	margin: 0;
	line-height: 1.5;
	font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}
body.wiki *,
body.wiki *::before,
body.wiki *::after {
	box-sizing: border-box;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) {
	--wiki-accent: #6db3e8;
	background: #121212;
	color: #eceae6;
	color-scheme: dark;
}
body.wiki.wiki-theming {
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
body.wiki.wiki-theming *:not(img):not(.wiki-theme-knob) {
	transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}
body.wiki.wiki-theming svg.wiki-logo-handle-svg,
body.wiki.wiki-theming svg.wiki-logo-heart-svg,
body.wiki.wiki-theming .wiki-logo-glass,
body.wiki.wiki-theming .wiki-logo-best {
	transition: color 0.3s ease, fill 0.3s ease, stroke 0.3s ease, border-color 0.3s ease !important;
}
.wiki-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 12px 16px 48px;
}
.wiki-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	padding-bottom: 8px;
	border-bottom: 0;
	margin-bottom: 0;
}
.wiki-brand {
	display: inline-flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
	flex-shrink: 0;
}
body.wiki a.wiki-brand,
body.wiki a.wiki-brand:hover,
body.wiki a.wiki-brand:focus,
body.wiki a.wiki-brand:active {
	color: inherit;
	text-decoration: none;
}
.wiki-logo {
	display: inline-flex;
	align-items: center;
	position: relative;
	height: 24px;
	color: inherit;
	line-height: 1;
	overflow: visible;
	text-decoration: none;
}
.wiki-logo-glass {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	padding: 0 2px 1px;
	margin-right: 11px;
	border: 1.75px solid var(--wiki-accent);
	border-radius: 3.4px;
	box-sizing: border-box;
	color: var(--wiki-accent);
	flex-shrink: 0;
	transform: translate(2.25px, 1.5px) scale(1.35);
}
.wiki-logo-best {
	font-size: 8.5px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	color: var(--wiki-accent);
	transform: translateY(0.3px);
}
.wiki-logo-handle-svg {
	position: absolute;
	right: -12px;
	bottom: -4.5px;
	width: 14px;
	height: 8px;
	color: var(--wiki-accent);
	overflow: visible;
	pointer-events: none;
}
.wiki-logo-dating {
	margin-left: 0;
	white-space: nowrap;
	font-weight: 700;
	color: inherit;
	text-decoration: none;
}
.wiki-logo-i {
	position: relative;
	display: inline-block;
}
.wiki-logo-heart-svg {
	position: absolute;
	left: 50%;
	top: 0.1em;
	width: 0.5em;
	height: 0.42em;
	color: var(--wiki-accent);
	transform: translate(-48%, -45%);
	overflow: visible;
	pointer-events: none;
}
.wiki-lockup {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 17.5px;
	font-weight: bold;
	line-height: 1;
	flex-shrink: 0;
	cursor: default;
	transform: translateY(-2.5px);
}
.wiki-lockup-text,
.wiki-lockup .wiki-region-toggle {
	margin-left: 5px;
	border: 0;
	background: none;
	padding: 0;
	font-size: 17.5px;
	font-weight: bold;
	color: inherit;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 0;
	line-height: 1.2;
}
.wiki-lockup .wiki-region-toggle i {
	font-size: 13px;
	margin-left: 3px;
	opacity: 0.4;
	vertical-align: 1px;
}
.wiki-search-row {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 1 240px;
	min-width: 200px;
}
.wiki-tools {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
}
.wiki-atlas-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f3f2ef;
	color: #3d3d3d;
	cursor: pointer;
	flex-shrink: 0;
	-webkit-appearance: none;
	appearance: none;
}
.wiki-atlas-open:hover {
	background: #eceae6;
	color: #1c1c1c;
}
.wiki-atlas-open:focus {
	outline: none;
}
.wiki-atlas-open:focus-visible {
	box-shadow: 0 0 0 2px var(--wiki-accent);
}
body.wiki .wiki-atlas-open i {
	font-size: 14px !important;
	width: auto;
	height: auto;
	margin: 0;
	line-height: 1;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-open {
	background: #2a2a2a;
	color: #eceae6;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-open:hover {
	background: #333;
}
.wiki-atlas-footer {
	display: none;
}
.wiki-tools-footer {
	display: none;
}
.wiki-search-bar {
	display: flex;
	align-items: stretch;
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	z-index: 8;
	background: #f7f7f5;
	border: 1px solid #eceae6;
	border-radius: 8px;
	overflow: visible;
}
.wiki-theme {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 auto;
	width: 52px;
	height: 32px;
	border: 0;
	border-radius: 999px;
	background: #f3f2ef;
	cursor: pointer;
	padding: 3px;
	box-sizing: border-box;
	line-height: 1;
	overflow: visible;
	-webkit-appearance: none;
	appearance: none;
	transition: background-color 0.3s ease;
}
.wiki-theme:hover {
	background: #eceae6;
}
.wiki-theme:focus {
	outline: none;
}
.wiki-theme:focus-visible {
	box-shadow: 0 0 0 2px var(--wiki-accent);
}
.wiki-theme-sun,
.wiki-theme-moon {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #8a8780;
	z-index: 1;
	pointer-events: none;
	line-height: 1;
	transition: color 0.3s ease;
}
body.wiki .wiki-theme i {
	font-size: 12px !important;
	width: auto;
	height: auto;
	margin: 0;
	line-height: 1;
	vertical-align: 0;
}
.wiki-theme-sun {
	color: #3d3d3d;
}
.wiki-theme-knob {
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 3px;
	width: 26px;
	height: 26px;
	flex: none;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
	pointer-events: none;
	transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-theme {
	background: #2a2a2a;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-theme:hover {
	background: #333;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-theme-sun {
	color: #8a8780;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-theme-moon {
	color: #eceae6;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-theme-knob {
	transform: translateX(20px);
	background: #1c1c1c;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.wiki-theme-footer {
	display: none;
}
.wiki-follow-prompt {
	margin: 0 0 8px;
	color: #6d6b66;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-follow-prompt {
	color: #a8a59e;
}
body.wiki .wiki-footer .follow-us {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 4px 6px;
	margin: 0 0 28px;
}
body.wiki .wiki-footer .wiki-tools-footer {
	align-items: center;
	gap: 8px;
	margin-left: 6px;
}
body.wiki .wiki-footer .wiki-atlas-open {
	margin: 0;
}
body.wiki .wiki-footer .wiki-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	border-radius: 0;
	background: none;
	color: #5c5a56;
	text-decoration: none;
	line-height: 1;
}
body.wiki .wiki-footer .wiki-social:hover,
body.wiki .wiki-footer .wiki-social:focus-visible {
	background: none;
	color: var(--wiki-accent);
}
body.wiki .wiki-footer .wiki-social:focus {
	outline: none;
}
body.wiki .wiki-footer .wiki-social:focus-visible {
	box-shadow: 0 0 0 2px var(--wiki-accent);
	border-radius: 4px;
}
body.wiki .wiki-footer .wiki-social i {
	font-size: 16px;
	width: auto;
	height: auto;
	margin: 0;
	line-height: 1;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-footer .wiki-social {
	background: none;
	color: #a8a59e;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-footer .wiki-social:hover,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-footer .wiki-social:focus-visible {
	background: none;
	color: var(--wiki-accent);
}
body.wiki .wiki-footer .wiki-theme span {
	display: flex;
	padding: 0;
	box-sizing: border-box;
}
body.wiki .wiki-footer .wiki-theme-knob {
	display: block;
}
@media (prefers-reduced-motion: reduce) {
	.wiki-theme,
	.wiki-theme-sun,
	.wiki-theme-moon,
	.wiki-theme-knob,
	body.wiki.wiki-theming,
	body.wiki.wiki-theming *:not(img),
	.wiki-shots img,
	.wiki-map svg path,
	.wiki-modal {
		transition: none !important;
	}
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar {
	background: #1c1c1c;
	border-color: #444;
}
.wiki-search-bar form {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
}
.wiki-search-bar .control {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	padding: 4px 8px;
	min-height: 40px;
}
.wiki-search-pill {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	padding: 3px 9px;
	border-radius: 999px;
	background: var(--wiki-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
}
.wiki-search-pill:hover {
	color: #fff;
	opacity: 0.88;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-pill {
	color: #111;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-pill:hover {
	color: #111;
}
.wiki-more-filters {
	border: 1px solid transparent;
	background: #f3f2ef;
	padding: 7px 13px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	color: #3d3d3d;
	text-decoration: none;
	flex: 0 0 auto;
	white-space: nowrap;
	line-height: 1.3;
	border-radius: 999px;
	-webkit-appearance: none;
	appearance: none;
	position: sticky;
	right: 0;
	z-index: 3;
	box-shadow: -14px 0 10px -4px #fff;
}
.wiki-more-filters:hover {
	background: #eceae6;
	color: #3d3d3d;
}
.wiki-more-filters-label {
	display: none;
}
.wiki-more-filters-ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
}
.wiki-more-filters.is-open {
	background: #f3f2ef;
	color: #3d3d3d;
	font-weight: 500;
}
.wiki-types-extra {
	border: 0;
	cursor: pointer;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
.wiki-types-extra-mobile {
	display: none;
}
.wiki-filter-other {
	display: none;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-more-filters,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-more-filters.is-open {
	background: #2a2a2a;
	border: 0;
	color: #eceae6;
	box-shadow: -14px 0 10px -4px #121212;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-more-filters:hover {
	background: #333;
	color: #eceae6;
}
.wiki-panel {
	padding: 14px 0 18px;
	overflow: auto;
	border-top: 1px solid #eceae6;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-panel {
	border-top-color: #333;
}
body.wiki #region-select .menu-list a {
	display: flex;
	align-items: center;
	gap: 8px;
}
body.wiki #region-select img {
	width: 18px;
	height: 14px;
	object-fit: cover;
	border-radius: 2px;
	flex-shrink: 0;
}
body.wiki #region-select svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
body.wiki #region-select small {
	margin-left: auto;
	float: none;
}
.wiki-search-bar .input {
	border: 0;
	border-radius: 8px;
	box-shadow: none !important;
	flex: 1 1 6rem;
	min-width: 6rem;
	height: 32px;
	padding: 0 4px;
	background: transparent;
	color: #1c1c1c;
	font-size: 15px;
	-webkit-appearance: none;
	appearance: none;
}
.wiki-search-bar .input::placeholder {
	color: #5c5a56;
	opacity: 1;
}
.wiki-search-bar .input:focus {
	outline: none;
	background: transparent;
	box-shadow: none !important;
}
html:not(.is-dark) body.wiki:not(.is-dark) .wiki-search-bar:focus-within {
	border-color: var(--wiki-accent);
	background: #fff;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar:focus-within {
	background: #1c1c1c;
	border-color: var(--wiki-accent);
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar .input {
	background: transparent;
	color: #eceae6;
	color-scheme: dark;
	caret-color: #eceae6;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar .input::placeholder {
	color: #8a8780;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar .input::-webkit-search-cancel-button {
	filter: invert(1);
	opacity: 0.7;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar .input:-webkit-autofill,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar .input:-webkit-autofill:focus {
	-webkit-text-fill-color: #eceae6;
	-webkit-box-shadow: 0 0 0 1000px #1c1c1c inset;
	caret-color: #eceae6;
}
.wiki-search-bar #search-suggestions {
	display: none;
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	background: #fff;
	border: 1px solid #e4e2dc;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	max-height: 420px;
	overflow: auto;
	padding: 0;
	text-align: left;
}
.wiki-search-bar #search-suggestions.is-visible {
	display: block;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar #search-suggestions {
	background: #1c1c1c;
	border-color: #444;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}
.wiki-types-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
	flex: 1 1 100%;
	padding-top: 0;
}
.wiki-types {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 7px;
	flex: 1 1 auto;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.wiki-types::-webkit-scrollbar {
	display: none;
}
.wiki-types-wrap.is-overflowing:not(.is-at-start)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 28px;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-types-wrap.is-overflowing:not(.is-at-start)::before {
	background: linear-gradient(to right, #121212, rgba(18, 18, 18, 0));
}
.wiki-types a,
.wiki-filter-pills a,
.wiki-types-extra,
body.wiki #region-select .menu-list a,
body.wiki .wiki-page {
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 7px 13px;
	font-size: 13px;
	font-weight: 500;
	color: #3d3d3d;
	text-decoration: none;
	background: #f3f2ef;
	line-height: 1.3;
	box-shadow: none;
	flex: 0 0 auto;
	white-space: nowrap;
}
.wiki-types a:hover,
.wiki-filter-pills a:hover,
.wiki-types-extra:hover,
body.wiki #region-select .menu-list a:hover,
body.wiki a.wiki-page:hover {
	background: #eceae6;
	color: #3d3d3d;
	border-color: transparent;
}
.wiki-types a.selected,
.wiki-filter-pills a.selected,
.wiki-types-extra.selected,
body.wiki #region-select .menu-list a.selected,
body.wiki .wiki-page.selected {
	background: var(--wiki-accent);
	border-color: var(--wiki-accent);
	color: #fff;
}
.wiki-filter-pills a.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-types a,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-filter-pills a,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-types-extra,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) #region-select .menu-list a,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-page {
	color: #eceae6;
	background: #2a2a2a;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-types a:hover,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-filter-pills a:hover,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-types-extra:hover,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) #region-select .menu-list a:hover,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) a.wiki-page:hover {
	background: #333;
	color: #eceae6;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-types a.selected,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-filter-pills a.selected,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-types-extra.selected,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) #region-select .menu-list a.selected,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-page.selected {
	background: var(--wiki-accent);
	color: #111;
}
.wiki-filters {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	row-gap: 0;
	padding: 2px 0 4px;
	margin-top: 0;
}
.wiki-filter-group {
	padding: 14px 0 12px;
	border-bottom: 1px solid #f3f2ef;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-filter-group {
	border-bottom-color: #2a2a2a;
}
.wiki-filter-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.wiki-filter-pills a {
	padding: 7px 12px;
	font-size: 13px;
}
.wiki-filter-label,
body.wiki #region-select .menu-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #3d3d3d;
	margin: 0 0 10px;
	cursor: default;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-filter-label,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) #region-select .menu-label {
	color: #8a8780;
}
body.wiki #region-select .menu-label a {
	color: inherit;
	text-decoration: none;
	background: none;
	padding: 0;
	border-radius: 0;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}
body.wiki #region-select .menu-label a:hover {
	color: var(--wiki-accent);
	background: none;
}
body.wiki #region-select .field > .control {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 40px;
}
body.wiki #region-select .menu {
	float: none;
	width: auto;
	font-size: inherit;
	margin: 0;
	padding: 0;
	background: none;
}
body.wiki #region-select .menu-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
}
body.wiki #region-select .menu-list li {
	list-style: none;
	margin: 0;
}
body.wiki #region-select .menu-list a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}
body.wiki #region-select .hidden {
	display: none;
}
body.wiki #region-select .show-more {
	margin: 0;
}
body.wiki #region-select .show-more a {
	gap: 0;
	color: #3d3d3d;
}
body.wiki #region-select .show-more a:hover {
	background: #eceae6;
	color: #3d3d3d;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) #region-select .show-more a {
	color: #eceae6;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) #region-select .show-more a:hover {
	background: #333;
	color: #eceae6;
}
body.wiki #region-select small {
	margin-left: 0;
	float: none;
	font-size: 11px;
	color: #5c5a56;
	font-weight: 500;
}
body.wiki #region-select .menu-list a.selected small {
	color: rgba(255, 255, 255, 0.8);
}
.wiki-list-title {
	margin: 0;
	padding: 12px 0 10px;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: inherit;
	max-width: 38em;
}
.wiki-list-title-features {
	font-weight: 500;
	color: #5c5a56;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-list-title-features {
	color: #a8a59e;
}
.wiki-lede {
	font-size: 15px;
	font-weight: 400;
	color: #5c5a56;
	line-height: 1.5;
	letter-spacing: -0.01em;
	margin: 0;
	padding: 8px 0 0;
	max-width: 38em;
}
.wiki-list-title + .wiki-lede {
	padding-top: 8px;
}
.wiki-lede-quiet {
	font-size: 13px;
	font-weight: 400;
	color: #6d6b66;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-lede {
	color: #a8a59e;
}
body.wiki .filters,
body.wiki #filters-select,
body.wiki #region-select {
	display: flow-root;
}
.wiki-browse {
	padding-top: 0;
}
.wiki-list {
	clear: both;
	display: flex;
	flex-direction: column;
	background: transparent;
	border: 0;
	border-top: 1px solid #eceae6;
	border-radius: 0;
	padding: 0;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-list {
	border-top-color: #333;
}
.wiki-row {
	display: grid;
	grid-template-columns: 2.4rem 40px minmax(0, 1fr) auto;
	grid-template-areas:
		"rank icon name chips"
		"rank icon def def";
	column-gap: 12px;
	row-gap: 2px;
	align-items: center;
	position: relative;
	padding: 12px 0;
	border-bottom: 1px solid #eceae6;
	color: inherit;
	text-decoration: none;
	border-radius: 0;
	cursor: pointer;
}
.wiki-row:last-child {
	border-bottom: 0;
}
@media (hover: hover) {
	.wiki-row:hover {
		background: #fafaf8;
	}
	:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-row:hover {
		background: #1c1c1c;
	}
	.wiki-row:hover .wiki-row-name {
		color: var(--wiki-accent);
		text-decoration: none;
	}
}
.wiki-rank {
	grid-area: rank;
	font-variant-numeric: tabular-nums;
	font-size: 13px;
	font-weight: 600;
	color: #5c5a56;
	letter-spacing: 0;
	padding-top: 0;
	text-align: right;
	justify-self: end;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-rank {
	color: #eceae6;
}
.wiki-app {
	grid-area: icon;
	display: block;
	width: 40px;
	height: 40px;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
.wiki-app::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}
.wiki-row .wiki-chips a {
	position: relative;
	z-index: 2;
}
.wiki-row .icon,
.wiki-row picture,
.wiki-row picture img {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	flex-shrink: 0;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.wiki-row-name {
	grid-area: name;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: -0.015em;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1c1c1c;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-row-name {
	color: #eceae6;
}
.wiki-row-def {
	grid-area: def;
	font-size: 13px;
	color: #5c5a56;
	margin: 0;
	line-height: 1.4;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-row-def {
	color: #a8a59e;
}
.wiki-chips {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	gap: 5px;
	margin: 0;
	max-width: 22rem;
	overflow: hidden;
}
.wiki-pill {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.01em;
	border: 0;
	color: #5c5a56;
	border-radius: 999px;
	padding: 4px 9px;
	line-height: 1.3;
	white-space: nowrap;
	background: #f3f2ef;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-pill {
	background: #2a2a2a;
	color: #c4c1bb;
}
.wiki-chips .wiki-pill-rank {
	display: inline-flex;
	align-items: center;
}
.wiki-pill-rank {
	color: #015a96;
	background: #e8f1f8;
	text-decoration: none;
	font-weight: 600;
}
a.wiki-pill-rank:hover {
	background: #d9ebf5;
	text-decoration: none;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-pill-rank {
	color: var(--wiki-accent);
	background: #1a3344;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) a.wiki-pill-rank:hover {
	background: #214056;
}
.wiki-chips-col {
	grid-area: chips;
	padding-top: 0;
	justify-self: end;
	min-width: 0;
}
.wiki-chip {
	font-size: 11px;
	border: 1px solid #d9d6cf;
	border-radius: 4px;
	padding: 0 6px;
	line-height: 1.6;
}
.wiki-article {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
	grid-template-areas:
		"lead side"
		"main side";
	gap: 28px 40px;
	align-items: start;
	margin-top: 20px;
}
.wiki-lead {
	grid-area: lead;
	min-width: 0;
}
.wiki-article-main {
	grid-area: main;
	min-width: 0;
}
.wiki-side {
	grid-area: side;
	display: flex;
	flex-direction: column;
	gap: 28px;
	min-width: 0;
	position: sticky;
	top: 12px;
}
.wiki-infobox {
	background: #f7f7f5;
	border: 1px solid #eceae6;
	padding: 4px 16px 14px;
	border-radius: 12px;
	font-size: 13px;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-infobox {
	background: #1c1c1c;
	border-color: #333;
}
.wiki-infobox h2 {
	display: none;
}
.wiki-infobox-edit {
	margin: 4px 0 0;
	padding-top: 10px;
	border-top: 1px solid #eceae6;
	font-size: 12px;
}
.wiki-infobox-edit a {
	color: var(--wiki-accent);
	text-decoration: none;
}
.wiki-infobox-edit a:hover {
	text-decoration: underline;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-infobox-edit {
	border-top-color: #333;
}
.wiki-infobox .icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
}
.wiki-infobox dl {
	margin: 0;
}
.wiki-infobox div {
	display: grid;
	grid-template-columns: 5.8rem 1fr;
	gap: 8px 12px;
	padding: 10px 0;
	border-top: 1px solid #eceae6;
	align-items: start;
}
.wiki-infobox dl > div:first-child {
	border-top: 0;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-infobox div {
	border-top-color: #333;
}
.wiki-infobox dt {
	color: #8a8780;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding-top: 3px;
}
.wiki-infobox dd {
	margin: 0;
	line-height: 1.45;
}
.wiki-infobox dd a {
	color: var(--wiki-accent);
	text-decoration: none;
}
.wiki-infobox dd a:hover {
	text-decoration: underline;
}
.wiki-infobox-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.wiki-infobox dd.wiki-infobox-pills a.wiki-pill {
	color: #3d3d3d;
	background: #fff;
	text-decoration: none;
}
.wiki-infobox dd.wiki-infobox-pills a.wiki-pill:hover {
	text-decoration: none;
	color: var(--wiki-accent);
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-infobox dd.wiki-infobox-pills a.wiki-pill {
	color: #eceae6;
	background: #2a2a2a;
}
.wiki-related {
	min-width: 0;
}
.wiki-similar {
	margin: 0 0 28px;
}
.wiki-similar:last-child {
	margin-bottom: 0;
}
.wiki-similar h3 {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #3d3d3d;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar h3 {
	color: #c4c1bb;
}
.wiki-similar a,
.wiki-similar-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
.wiki-similar a:last-child,
.wiki-similar-row:last-child {
	border-bottom: 0;
}
body.wiki .wiki-similar-row:focus,
body.wiki .wiki-similar-row:active,
body.wiki .wiki-similar a:focus,
body.wiki .wiki-similar a:active {
	border-bottom-color: #eee !important;
}
body.wiki .wiki-similar-row:last-child:focus,
body.wiki .wiki-similar-row:last-child:active,
body.wiki .wiki-similar a:last-child:focus,
body.wiki .wiki-similar a:last-child:active {
	border-bottom-color: transparent !important;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar a,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar-row {
	border-bottom-color: #2a2a2a;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar-row:focus,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar-row:active,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar a:focus,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar a:active {
	border-bottom-color: #2a2a2a !important;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar-row:last-child:focus,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar-row:last-child:active,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar a:last-child:focus,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-similar a:last-child:active {
	border-bottom-color: transparent !important;
}
.wiki-similar-row .icon,
.wiki-similar-row picture,
.wiki-similar-row picture img {
	width: 36px;
	height: 36px;
	border-radius: 9px;
	object-fit: cover;
	flex-shrink: 0;
}
.wiki-similar-row > span {
	min-width: 0;
}
.wiki-similar strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 2px;
}
.wiki-similar a:hover strong,
.wiki-similar-row:hover strong {
	color: var(--wiki-accent);
}
.wiki-similar .wiki-row-def {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	padding-top: 0;
	font-size: 12px;
}
.wiki-header .wiki-lockup,
.wiki-header .header-title {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0;
}
.wiki-infobox picture {
	display: block;
	width: 40px;
	height: 40px;
}
.wiki-infobox picture img,
.wiki-infobox .icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	object-fit: cover;
}
a.wiki-chip {
	color: inherit;
	text-decoration: none;
}
body.wiki .wiki-footer {
	background: transparent;
}
body.wiki .contact {
	margin-bottom: 0;
}
body.wiki .pages {
	margin: 28px 0 6px;
}
body.wiki .wiki-pages {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
body.wiki .wiki-page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	padding: 0;
	text-align: center;
	font-variant-numeric: tabular-nums;
	font-weight: 500;
}
body.wiki .wiki-page.is-disabled {
	opacity: 0.38;
	pointer-events: none;
	background: transparent;
}
body.wiki .wiki-page-gap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1em;
	color: #5c5a56;
	font-size: 13px;
	letter-spacing: 0.04em;
	pointer-events: none;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) body.wiki .wiki-page-gap,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-page-gap {
	color: #a8a59e;
}
body.wiki .wiki-search-bar #search-suggestions ul {
	list-style: none;
	margin: 0;
	padding: 4px 0;
	border: 0;
	border-radius: 0;
	overflow: visible;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar #search-suggestions ul {
	border: 0;
}
body.wiki .wiki-search-bar #search-suggestions li {
	margin: 0;
}
body.wiki .wiki-search-bar #search-suggestions ul li span {
	display: block;
	width: auto;
	float: none;
}
body.wiki .wiki-search-bar #search-suggestions a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 8px 12px;
	color: inherit;
	text-decoration: none;
}
body.wiki .wiki-search-bar #search-suggestions .wiki-suggest-text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	width: auto;
}
body.wiki .wiki-search-bar #search-suggestions .wiki-suggest-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	width: auto;
}
body.wiki .wiki-search-bar #search-suggestions .wiki-suggest-desc {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: #6d6b66;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: auto;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar #search-suggestions .wiki-suggest-desc {
	color: #a8a59e;
}
body.wiki .wiki-search-bar #search-suggestions a.is-active,
body.wiki .wiki-search-bar #search-suggestions a:hover {
	background: #f6f5f2;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar #search-suggestions a.is-active,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar #search-suggestions a:hover {
	background: #2a2a2a;
}
body.wiki .wiki-search-bar #search-suggestions img,
body.wiki .wiki-search-bar #search-suggestions .wiki-suggest-fa {
	width: 28px;
	height: 28px;
	border-radius: 7px;
	object-fit: cover;
	float: none;
	margin: 2px 0 0;
	flex-shrink: 0;
}
body.wiki .wiki-search-bar #search-suggestions .wiki-suggest-fa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wiki-accent);
	background: #f7f7f5;
	font-size: 14px;
	object-fit: none;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-search-bar #search-suggestions .wiki-suggest-fa {
	background: #2a2a2a;
}
body.wiki .wiki-h1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 14px;
	font-size: 28px;
	margin: 0 0 8px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
}
.wiki-h1 picture,
.wiki-h1 .icon,
.wiki-h1 picture img {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 13px;
	flex-shrink: 0;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.wiki-h1-name {
	min-width: 0;
}
.wiki-h1-rating {
	font-size: 13px;
	font-weight: 600;
	color: #8a8780;
	letter-spacing: 0;
	margin-left: 2px;
}
.wiki-one-liner,
.wiki-summary {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 16px;
	color: #3d3d3d;
	max-width: 42em;
}
.wiki-summary {
	line-height: 1.55;
}
.wiki-summary-source {
	font-size: 13px;
	font-weight: 400;
	color: #8a8780;
	margin-left: 0.35em;
	white-space: nowrap;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-one-liner,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-summary {
	color: #c4c1bb;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-summary-source {
	color: #8a8780;
}
.wiki-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
	margin-bottom: 8px;
}
.wiki-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	border: 1px solid var(--wiki-accent);
	color: var(--wiki-accent);
	background: transparent;
	border-radius: 8px;
	padding: 8px 14px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.2;
}
.wiki-actions a:hover {
	background: var(--wiki-accent);
	color: #fff;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-actions a {
	color: var(--wiki-accent);
	border-color: var(--wiki-accent);
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-actions a:hover {
	background: var(--wiki-accent);
	color: #121212;
}
.wiki-section {
	margin: 0 0 22px;
}
.wiki-section > h2 {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 650;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #8a8780;
}
.wiki-section > p {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.55;
	max-width: 42em;
}
.wiki-section > p:last-child {
	margin-bottom: 0;
}
.wiki-section a {
	color: var(--wiki-accent);
	text-decoration: none;
}
.wiki-section a:hover {
	text-decoration: underline;
}
.wiki-section .wiki-chips {
	margin-top: 2px;
}
.wiki-section .wiki-pill {
	text-decoration: none;
	color: inherit;
}
.wiki-section .wiki-pill:hover {
	text-decoration: none;
	color: var(--wiki-accent);
}
.wiki-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 16px;
}
.wiki-features-box {
	margin-bottom: 16px;
}
.wiki-box {
	border: 1px solid #e4e2dc;
	border-radius: 8px;
	padding: 12px 14px;
	font-size: 14px;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-box {
	border-color: #333;
}
body.wiki .wiki-box h3 {
	margin: 0 0 6px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6d6b66;
}
.wiki-partner {
	font-size: 11px;
	border: 1px solid var(--wiki-accent);
	color: var(--wiki-accent);
	border-radius: 4px;
	padding: 0 5px;
	margin-left: 6px;
}
.wiki-shots {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	margin: 8px 0 6px;
}
.wiki-shots-banners {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wiki-shots > picture,
.wiki-shots > img {
	display: block;
	width: 100%;
	min-width: 0;
}
.wiki-shots img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	vertical-align: top;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
	opacity: 1;
	transition: opacity 0.3s ease;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-shots img {
	opacity: 0.9;
}
.wiki-shots-source {
	margin: 0 0 24px;
	font-size: 12px;
	color: #8a8780;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-shots-source {
	color: #a8a59e;
}
.wiki-ranks {
	margin-top: 8px;
}
.wiki-map-groups {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 10px;
}
.wiki-map-groups:empty {
	display: none;
}
.wiki-map {
	--wiki-map-0: #e4e2dc;
	--wiki-map-1: #0171bc;
	--wiki-map-2: #2b86c9;
	--wiki-map-3: #4a9ad4;
	--wiki-map-4: #73b7e3;
	--wiki-map-5: #a3d0ee;
	--wiki-map-6: #cfe6f6;
	position: relative;
	background: #f7f7f5;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 10px 6px 2px;
	margin: 0 0 10px;
}
.wiki-map-canvas {
	position: relative;
	width: 100%;
	aspect-ratio: 784 / 459;
	min-height: 180px;
}
body.wiki .wiki-map svg,
body.wiki .wiki-map-svg {
	display: block !important;
	visibility: visible !important;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 784 / 459;
	min-height: 180px;
	border: 0;
}
body.wiki .wiki-map-canvas svg,
body.wiki .wiki-map-canvas .wiki-map-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	min-height: 0;
	aspect-ratio: auto;
}
.wiki-map svg path {
	fill: var(--wiki-map-0);
	stroke: #fff;
	stroke-width: 0.45;
	transition: fill 0.3s ease, stroke 0.3s ease, stroke-width 0.15s ease;
}
body.wiki .wiki-map svg path.wiki-map-r1,
body.wiki .wiki-map svg g.wiki-map-r1 path,
body.wiki .wiki-map svg .wiki-map-r1 {
	fill: var(--wiki-map-1);
}
body.wiki .wiki-map svg path.wiki-map-r2,
body.wiki .wiki-map svg g.wiki-map-r2 path,
body.wiki .wiki-map svg .wiki-map-r2 {
	fill: var(--wiki-map-2);
}
body.wiki .wiki-map svg path.wiki-map-r3,
body.wiki .wiki-map svg g.wiki-map-r3 path,
body.wiki .wiki-map svg .wiki-map-r3 {
	fill: var(--wiki-map-3);
}
body.wiki .wiki-map svg path.wiki-map-r4,
body.wiki .wiki-map svg g.wiki-map-r4 path,
body.wiki .wiki-map svg .wiki-map-r4 {
	fill: var(--wiki-map-4);
}
body.wiki .wiki-map svg path.wiki-map-r5,
body.wiki .wiki-map svg g.wiki-map-r5 path,
body.wiki .wiki-map svg .wiki-map-r5 {
	fill: var(--wiki-map-5);
}
body.wiki .wiki-map svg path.wiki-map-r6,
body.wiki .wiki-map svg g.wiki-map-r6 path,
body.wiki .wiki-map svg .wiki-map-r6 {
	fill: var(--wiki-map-6);
}
.wiki-map svg path.is-ranked,
.wiki-map svg g.is-ranked {
	cursor: pointer;
}
.wiki-map svg path.is-ranked:hover,
.wiki-map svg path.is-on,
.wiki-map svg g.is-ranked:hover path,
.wiki-map svg g.is-on path {
	stroke: #0b3d66;
	stroke-width: 1.05;
}
.wiki-map-tip {
	position: fixed;
	z-index: 40;
	pointer-events: none;
	min-width: 148px;
	max-width: 240px;
	padding: 8px 10px;
	border-radius: 8px;
	background: #1a1a1a;
	color: #f4f3ef;
	font-size: 12px;
	line-height: 1.4;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.wiki-map-tip[hidden] {
	display: none;
}
body.wiki .wiki-map-tip strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 3px;
	color: #fff;
}
body.wiki .wiki-map-tip span {
	display: block;
	color: #c8c5be;
	font-variant-numeric: tabular-nums;
}
.wiki-map-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: 0 0 16px;
	font-size: 11px;
	color: #8a8780;
}
.wiki-map-legend span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.wiki-map-swatch {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 2px;
	background: var(--wiki-map-0, #e4e2dc);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.wiki-map .wiki-map-legend,
.wiki-map-legend {
	--wiki-map-0: #e4e2dc;
	--wiki-map-1: #0171bc;
	--wiki-map-2: #2b86c9;
	--wiki-map-3: #4a9ad4;
	--wiki-map-4: #73b7e3;
	--wiki-map-5: #a3d0ee;
	--wiki-map-6: #cfe6f6;
}
.wiki-map-swatch.wiki-map-r1 { background: var(--wiki-map-1); }
.wiki-map-swatch.wiki-map-r2 { background: var(--wiki-map-2); }
.wiki-map-swatch.wiki-map-r3 { background: var(--wiki-map-3); }
.wiki-map-swatch.wiki-map-r4 { background: var(--wiki-map-4); }
.wiki-map-swatch.wiki-map-r5 { background: var(--wiki-map-5); }
.wiki-map-swatch.wiki-map-r6 { background: var(--wiki-map-6); }
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-map {
	--wiki-map-0: #2a2a2a;
	--wiki-map-1: #6db3e8;
	--wiki-map-2: #5aa3d9;
	--wiki-map-3: #4a90c4;
	--wiki-map-4: #3a7aa8;
	--wiki-map-5: #2f6288;
	--wiki-map-6: #264e6c;
	background: #1c1c1c;
	border-color: #2a2a2a;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-map svg path {
	stroke: #121212;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-map svg path.is-ranked:hover,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-map svg path.is-on,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-map svg g.is-ranked:hover path,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-map svg g.is-on path {
	stroke: #d6ecf8;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-map-legend {
	--wiki-map-0: #2a2a2a;
	--wiki-map-1: #6db3e8;
	--wiki-map-2: #5aa3d9;
	--wiki-map-3: #4a90c4;
	--wiki-map-4: #3a7aa8;
	--wiki-map-5: #2f6288;
	--wiki-map-6: #264e6c;
	color: #a8a59e;
}
.wiki-region-ranks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 36px;
	margin: 2px 0 8px;
	border-top: 1px solid #eee;
}
.wiki-region-rank {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 7px 0;
	border-bottom: 1px solid #eee;
	color: inherit;
	text-decoration: none;
}
.wiki-section .wiki-region-rank a,
.wiki-section .wiki-region-rank a:hover {
	color: inherit;
	text-decoration: none;
}
.wiki-region-rank-place {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	flex: 1 1 auto;
	color: inherit;
	text-decoration: none;
}
.wiki-section .wiki-region-rank-place:hover,
.wiki-section .wiki-region-rank-place:hover .wiki-region-rank-main {
	color: var(--wiki-accent);
	text-decoration: none;
}
.wiki-region-rank-stats {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	margin-left: auto;
	white-space: nowrap;
}
.wiki-region-flag-svg {
	width: 22px;
	height: 16px;
	object-fit: cover;
	border-radius: 2px;
	flex-shrink: 0;
}
.wiki-region-rank-icon {
	width: 22px;
	font-size: 15px;
	color: var(--wiki-accent);
	flex-shrink: 0;
	text-align: center;
}
.wiki-region-rank-main {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	line-height: 1.35;
	color: inherit;
}
.wiki-region-rank-meta,
.wiki-region-rank-type {
	display: inline-flex;
	align-items: baseline;
	gap: 3px;
	flex-shrink: 0;
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	color: #5c5a56;
	text-decoration: none;
}
.wiki-region-rank-meta {
	min-width: 2.4rem;
}
.wiki-region-rank-type {
	min-width: 5.6rem;
}
.wiki-section .wiki-region-rank-meta:hover,
.wiki-section .wiki-region-rank-type:hover {
	color: var(--wiki-accent);
	text-decoration: none;
}
.wiki-region-rank-type-name {
	font-size: 12px;
	color: #6d6b66;
}
.wiki-section .wiki-region-rank-type:hover .wiki-region-rank-type-name {
	color: inherit;
}
.wiki-region-rank-rating {
	flex-shrink: 0;
	min-width: 2.4rem;
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	text-align: right;
	color: #3d3d3d;
}
.wiki-region-rank-up {
	color: #3d8f4a;
	font-size: 12px;
}
.wiki-region-rank-down {
	color: #c45c4a;
	font-size: 12px;
}
.wiki-region-rank-same {
	display: none;
}
.wiki-region-ranks.is-collapsed .wiki-region-rank:nth-child(n+7) {
	display: none;
}
.wiki-region-ranks-more {
	display: flex;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 8px auto 0;
	align-items: center;
	justify-content: center;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-region-ranks,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-region-rank {
	border-color: #333;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-region-rank-meta,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-region-rank-type,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-region-rank-type-name {
	color: #a8a59e;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-region-rank-rating {
	color: #c4c1bb;
}
.wiki-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	margin: 0;
}
.wiki-table th,
.wiki-table td {
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: 9px 10px;
	vertical-align: middle;
}
.wiki-table th {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #3d3d3d;
	border-bottom-color: #e8e6e1;
	white-space: nowrap;
}
.wiki-table .wiki-num {
	text-align: right;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}
.wiki-table tbody tr:hover {
	background: #fafaf8;
}
.wiki-table-total {
	font-weight: 600;
	background: #f7f7f5;
}
.wiki-table-total:hover {
	background: #f3f2ef;
}
.wiki-table td a {
	color: var(--wiki-accent);
	text-decoration: none;
}
.wiki-table td a:hover {
	text-decoration: underline;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-table th,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-table td {
	border-bottom-color: #2a2a2a;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-table th {
	border-bottom-color: #333;
	color: #8a8780;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-table tbody tr:hover {
	background: #1c1c1c;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-table-total {
	background: #1c1c1c;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-table-total:hover {
	background: #222;
}
.wiki-tip {
	font-size: 12px;
	color: #5c5a56;
	margin: 8px 0 0;
	text-align: center;
	letter-spacing: 0.01em;
}
.wiki-tip a {
	color: var(--wiki-accent);
	text-decoration: none;
}
.wiki-tip a:hover {
	text-decoration: underline;
}
.wiki-footer {
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid #eee;
	font-size: 13px;
	text-align: center;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-footer {
	border-top-color: #333;
}
.wiki-footer-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 20px;
	margin: 0 0 18px;
}
.wiki-footer-nav a {
	color: #6d6b66;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.3;
	white-space: nowrap;
}
.wiki-footer-nav a:hover,
.wiki-footer-nav a:focus-visible {
	color: var(--wiki-accent);
	text-decoration: none;
}
.wiki-footer-nav a.is-current {
	color: #1c1c1c;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-footer-nav a {
	color: #a8a59e;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-footer-nav a:hover,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-footer-nav a:focus-visible {
	color: var(--wiki-accent);
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-footer-nav a.is-current {
	color: #eceae6;
}
.wiki-footer-copy {
	margin: 0;
	color: #6d6b66;
	font-size: 11px;
	letter-spacing: 0.02em;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-footer-copy {
	color: #8a8780;
}
.wiki-tip .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	padding: 6px 12px;
	margin: 0 6px 0 0;
	font-size: 13px;
	font-weight: 500;
	font-family: inherit;
	cursor: pointer;
	background: #f3f2ef;
	color: #3d3d3d;
}
.wiki-tip .button:hover {
	background: #eceae6;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-tip .button {
	background: #2a2a2a;
	color: #eceae6;
}
.wiki-modal {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}
.wiki-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.wiki-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(28, 28, 28, 0.46);
}
.wiki-modal-dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 420px;
	max-height: calc(100vh - 48px);
	overflow: auto;
	background: #fff;
	border: 1px solid #eceae6;
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
	padding: 22px 22px 18px;
	outline: none;
}
.wiki-atlas-dialog {
	max-width: 680px;
}
.wiki-atlas-modal {
	align-items: flex-start;
	padding-top: 5vh;
}
.wiki-atlas-map {
	margin: 0 0 8px;
}
.wiki-atlas-legend {
	--wiki-map-0: #e4e2dc;
	--wiki-map-1: #0171bc;
	--wiki-map-2: #2b86c9;
	--wiki-map-3: #4a9ad4;
	--wiki-map-4: #73b7e3;
	--wiki-map-5: #a3d0ee;
	--wiki-map-6: #cfe6f6;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	margin: 0 0 16px;
	min-height: 18px;
	font-size: 11px;
	color: #8a8780;
}
.wiki-atlas-legend span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.wiki-atlas-heading {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #3d3d3d;
}
.wiki-atlas-types {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 12px;
	min-height: 32px;
}
.wiki-atlas-types a {
	border: 0;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 500;
	color: #3d3d3d;
	text-decoration: none;
	background: #f3f2ef;
	line-height: 1.3;
}
.wiki-atlas-types a:hover {
	background: #eceae6;
	color: #3d3d3d;
}
.wiki-atlas-types a.is-on,
.wiki-atlas-types a.is-on:hover {
	background: var(--wiki-atlas-chip, var(--wiki-atlas-type, var(--wiki-accent)));
	color: #fff;
}
.wiki-atlas-types a.is-pinned:not(.is-on),
.wiki-atlas-types a.is-pinned:not(.is-on):hover {
	background: #d8d6d1;
	color: #6d6b66;
}
@supports (background: color-mix(in srgb, white 50%, black)) {
	.wiki-atlas-types a.is-pinned:not(.is-on),
	.wiki-atlas-types a.is-pinned:not(.is-on):hover {
		background: color-mix(in srgb, var(--wiki-atlas-chip, #8a8780) 22%, #e4e2dc);
		color: #5c5a56;
	}
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-legend {
	--wiki-map-0: #2a2a2a;
	--wiki-map-1: #6db3e8;
	--wiki-map-2: #5aa3d9;
	--wiki-map-3: #4a90c4;
	--wiki-map-4: #3a7aa8;
	--wiki-map-5: #2f6288;
	--wiki-map-6: #264e6c;
	color: #a8a59e;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-heading {
	color: #c4c1bb;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-types a {
	color: #eceae6;
	background: #2a2a2a;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-types a:hover {
	background: #333;
	color: #eceae6;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-types a.is-on,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-types a.is-on:hover {
	background: var(--wiki-atlas-chip, var(--wiki-atlas-type, var(--wiki-accent)));
	color: #fff;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-types a.is-pinned:not(.is-on),
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-types a.is-pinned:not(.is-on):hover {
	background: #3a3a3a;
	color: #a8a59e;
}
@supports (background: color-mix(in srgb, white 50%, black)) {
	:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-types a.is-pinned:not(.is-on),
	:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-atlas-types a.is-pinned:not(.is-on):hover {
		background: color-mix(in srgb, var(--wiki-atlas-chip, #8a8780) 28%, #2a2a2a);
		color: #c4c1bb;
	}
}
.wiki-atlas-note {
	margin: 0;
	font-size: 11px;
	line-height: 1.45;
	color: #8a8780;
}
body.wiki-modal-open {
	overflow: hidden;
}
.wiki-modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #8a8780;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
}
.wiki-modal-close:hover {
	background: #f3f2ef;
	color: #1c1c1c;
}
.wiki-edit-page {
	max-width: 44em;
	margin: 8px auto 48px;
}
.wiki-edit-page-body {
	min-width: 0;
}
.wiki-edit-cols {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.wiki-edit-page .wiki-edit-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 28px;
	align-items: start;
}
.wiki-edit-page .wiki-edit-head {
	margin: 0 0 12px;
}
.wiki-edit-page .wiki-edit-head .icon,
.wiki-edit-page .wiki-edit-head picture,
.wiki-edit-page .wiki-edit-head img {
	width: 52px;
	height: 52px;
	border-radius: 13px;
}
.wiki-edit-page .wiki-edit-lead {
	font-size: 15px;
	max-width: 42em;
	margin-bottom: 20px;
}
.wiki-edit-page .wiki-edit-actions {
	justify-content: flex-start;
	margin-top: 24px;
}
.wiki-edit-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 28px 12px 0;
}
.wiki-edit-head .icon,
.wiki-edit-head picture,
.wiki-edit-head img {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	object-fit: cover;
	flex-shrink: 0;
}
.wiki-edit-kicker,
.wiki-edit-thanks-kicker {
	margin: 0 0 2px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8a8780;
}
.wiki-modal-dialog h2,
.wiki-edit-head h1,
.wiki-edit-head h2,
.wiki-edit-thanks h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
	text-transform: none;
	color: inherit;
	cursor: default;
}
.wiki-edit-page .wiki-edit-head h1 {
	font-size: 28px;
	letter-spacing: -0.03em;
	line-height: 1.15;
}
.wiki-edit-lead {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.5;
	color: #6d6b66;
}
.wiki-modal-dialog h3,
.wiki-edit-form h3 {
	margin: 14px 0 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8a8780;
}
.wiki-edit-page .wiki-edit-form h3 {
	margin-top: 0;
}
.wiki-edit-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.wiki-edit-row {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #eceae6;
	border-radius: 10px;
	background: #f7f7f5;
	color: inherit;
	text-align: left;
	cursor: pointer;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
.wiki-edit-row:hover {
	border-color: #ddd;
	background: #f3f2ef;
}
.wiki-edit-row.is-on {
	border-color: var(--wiki-accent);
	background: #e8f1f8;
}
.wiki-edit-row > .fa-fw {
	width: 1.25em;
	color: #8a8780;
	flex-shrink: 0;
}
.wiki-edit-row.is-on > .fa-fw {
	color: var(--wiki-accent);
}
.wiki-edit-row span {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
}
.wiki-edit-row strong {
	font-size: 13px;
	font-weight: 650;
}
.wiki-edit-row small {
	font-size: 12px;
	color: #8a8780;
	line-height: 1.35;
}
.wiki-edit-box,
.wiki-edit-box-on {
	margin-left: auto;
	font-size: 18px;
	color: #c4c1bb;
	flex-shrink: 0;
}
.wiki-edit-box-on,
.wiki-edit-row.is-on .wiki-edit-box {
	display: none;
}
.wiki-edit-row.is-on .wiki-edit-box-on {
	display: inline-block;
	color: var(--wiki-accent);
}
.wiki-edit-row-remove.is-on {
	background: #f7f0ee;
	border-color: #d9b8b0;
}
.wiki-edit-row-remove.is-on > .fa-fw,
.wiki-edit-row-remove.is-on .wiki-edit-box-on {
	color: #b4553c;
}
.wiki-edit-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin: 18px 0 0;
}
.wiki-edit-primary,
.wiki-edit-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid transparent;
	font-family: inherit;
	line-height: 1.3;
	-webkit-appearance: none;
	appearance: none;
}
.wiki-edit-ghost {
	background: transparent;
	border-color: #eceae6;
	color: inherit;
}
.wiki-edit-ghost:hover {
	background: #f7f7f5;
}
.wiki-edit-primary,
a.wiki-edit-primary {
	background: var(--wiki-accent);
	color: #fff;
	border-color: var(--wiki-accent);
}
body.wiki a.wiki-edit-primary {
	color: #fff;
}
.wiki-edit-primary:hover {
	filter: brightness(1.05);
	color: #fff;
}
.wiki-edit-primary:disabled {
	opacity: 0.4;
	cursor: default;
	filter: none;
}
.wiki-edit-thanks p {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #6d6b66;
}
.wiki-edit-thanks .wiki-edit-actions {
	justify-content: flex-start;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-modal-dialog {
	background: #1c1c1c;
	border-color: #333;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-modal-close:hover {
	background: #2a2a2a;
	color: #eceae6;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-edit-lead,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-edit-thanks p,
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-edit-row small {
	color: #a8a59e;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-edit-row {
	background: #121212;
	border-color: #333;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-edit-row:hover {
	background: #191919;
	border-color: #444;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-edit-row.is-on {
	background: #173044;
	border-color: var(--wiki-accent);
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-edit-row-remove.is-on {
	background: #2a1c1a;
	border-color: #7a4338;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-edit-ghost {
	border-color: #333;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-edit-ghost:hover {
	background: #121212;
}
:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-edit-box {
	color: #555;
}
@media (max-width: 800px) {
	.wiki-filters {
		display: flex;
		flex-direction: column;
		column-gap: 0;
		margin-top: 6px;
		border-top: 1px solid #eee;
	}
	.wiki-filter-group:last-child {
		border-bottom: 0;
		padding-bottom: 2px;
	}
	:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-filters {
		border-top-color: #333;
	}
	body.wiki #region-select .field > .control {
		grid-template-columns: 1fr;
		gap: 14px 0;
	}
	body.wiki .content-start {
		padding: 0;
		margin: 0;
		margin-top: 5px !important;
		width: auto;
		max-width: 100%;
	}
	.wiki-wrap {
		padding: 10px 16px 32px;
	}
	.wiki-header {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		border-bottom: 0;
		margin-bottom: 2px;
		padding-bottom: 8px;
	}
	.wiki-lockup {
		width: 100%;
		justify-content: center;
		flex-shrink: 1;
	}
	.wiki-header .wiki-lockup {
		margin: 12px 0;
	}
	.wiki-lede {
		padding: 14px 0 10px;
		font-size: 14px;
		text-align: left;
		max-width: none;
	}
	.wiki-list-title {
		padding-top: 16px;
		font-size: 22px;
		max-width: none;
	}
	.wiki-list-title + .wiki-lede {
		padding-top: 6px;
	}
	.wiki-search-row {
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
	}
	.wiki-search-bar {
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
	}
	.wiki-theme-header {
		display: none;
	}
	.wiki-atlas-header {
		display: none;
	}
	.wiki-tools-header {
		display: none;
	}
	.wiki-theme-footer {
		display: inline-flex;
	}
	.wiki-atlas-footer,
	.wiki-tools-footer {
		display: inline-flex;
	}
	.wiki-footer {
		margin-top: 32px;
		padding-top: 24px;
	}
	.wiki-footer-nav {
		gap: 8px 16px;
	}
	body.wiki .wiki-pages {
		flex-wrap: nowrap;
		gap: 4px;
	}
	body.wiki .wiki-page {
		min-width: 36px;
		min-height: 36px;
		padding: 6px 10px;
	}
	.wiki-types-wrap {
		flex-wrap: nowrap;
		align-items: stretch;
	}
	.wiki-types-wrap.is-overflowing:not(.is-at-end)::after,
	.wiki-types-wrap.is-overflowing:not(.is-at-start)::before {
		display: none;
	}
	.wiki-types-wrap .wiki-types {
		display: flex;
		width: 100%;
		flex-wrap: nowrap;
		overflow: visible;
		justify-content: flex-start;
		gap: 6px;
		padding-right: 0;
	}
	.wiki-types-wrap .wiki-types > a,
	.wiki-types-wrap .wiki-types > button,
	.wiki-types-wrap .wiki-more-filters {
		flex: 1 1 auto;
		min-width: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 7px 12px;
		font-size: 13px;
		text-align: center;
		white-space: nowrap;
	}
	.wiki-more-filters {
		padding: 7px 4px;
		margin-left: 0;
		z-index: auto;
		position: static;
		box-shadow: none;
	}
	.wiki-types-wrap.has-extra-type .wiki-more-filters {
		display: none;
	}
	.wiki-types a.wiki-types-other {
		display: none;
	}
	.wiki-types-extra-mobile {
		display: inline-flex;
	}
	.wiki-filter-other {
		display: block;
	}
	.wiki-article {
		grid-template-columns: 1fr;
		grid-template-areas:
			"lead"
			"side"
			"main";
		gap: 20px;
		margin-top: 12px;
	}
	.wiki-region-ranks {
		grid-template-columns: 1fr;
		gap: 0;
	}
	body.wiki .wiki-region-ranks-more {
		width: 32px;
		height: 32px;
		padding: 0;
		margin: 8px auto 0;
		flex: none;
	}
	.wiki-h1 {
		font-size: 22px;
		line-height: 1.15;
	}
	.wiki-h1 picture,
	.wiki-h1 .icon,
	.wiki-h1 picture img {
		width: 44px;
		height: 44px;
		border-radius: 11px;
	}
	.wiki-lead,
	.wiki-article-main,
	.wiki-infobox,
	.wiki-related,
	.wiki-side {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.wiki-one-liner,
	.wiki-summary {
		margin-bottom: 12px;
		font-size: 15px;
	}
	body.wiki .wiki-actions {
		gap: 6px;
		margin: 0;
	}
	body.wiki .wiki-actions a {
		flex: 1 1 0;
		padding: 10px 8px;
		font-size: 13px;
	}
	.wiki-split {
		display: flex;
		flex-direction: column;
		gap: 12px;
		width: 100%;
		margin: 16px 0 0;
	}
	.wiki-box,
	.wiki-features-box {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 12px;
		border-radius: 8px;
	}
	.wiki-infobox {
		padding: 12px;
		border-radius: 10px;
	}
	.wiki-side {
		position: static;
		gap: 20px;
	}
	.wiki-infobox dl > div:first-child {
		border-top: 0;
		padding-top: 0;
	}
	.wiki-tip {
		margin: 12px 0 0;
	}
	.wiki-shots {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		margin: 8px 0 6px;
	}
	.wiki-shots-banners {
		grid-template-columns: 1fr;
	}
	.wiki-map {
		padding: 8px 2px 0;
		border-radius: 10px;
	}
	.wiki-map-legend {
		gap: 6px 10px;
		font-size: 10px;
	}
	.wiki-modal {
		padding: 12px;
		align-items: flex-end;
	}
	.wiki-atlas-modal {
		padding-top: 12px;
	}
	.wiki-modal-dialog {
		max-height: calc(100vh - 24px);
		border-radius: 14px 14px 10px 10px;
		padding: 18px 16px 14px;
	}
	.wiki-edit-page .wiki-edit-cols {
		grid-template-columns: 1fr;
	}
	.wiki-edit-page .wiki-edit-head h1 {
		font-size: 22px;
	}
	.wiki-table th,
	.wiki-table td {
		padding: 8px 6px;
		font-size: 12px;
	}
	.wiki-list {
		padding: 0;
	}
	.wiki-row {
		grid-template-columns: 1.7rem 40px minmax(0, 1fr) auto;
		column-gap: 8px;
		row-gap: 1px;
		margin: 0 -16px;
		padding: 12px 16px;
		border-bottom-color: #eceae6;
	}
	:is(body.wiki.is-dark, html.is-dark body.wiki:not(.is-light)) .wiki-row {
		border-bottom-color: #2a2a2a;
	}
	.wiki-chips {
		flex-wrap: nowrap;
		justify-content: flex-end;
		gap: 4px;
		max-width: none;
	}
	.wiki-chips .wiki-pill {
		padding: 3px 7px;
		font-size: 10px;
	}
	.wiki-rank {
		font-size: 12px;
		line-height: 1;
	}
	.wiki-row-name {
		font-size: 15px;
	}
	.wiki-row-def {
		font-size: 12px;
	}
}
body.wiki .content-start {
	background: transparent;
	padding: 0;
	margin: 0;
	width: auto;
	max-width: 100%;
}
body.wiki .columns {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
body.wiki .column {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 0.75rem;
}
body.wiki .column.is-full {
	flex: none;
	width: 100%;
}
body.wiki .column.is-half {
	flex: none;
	width: 50%;
}
body.wiki .column.is-one-quarter {
	flex: none;
	width: 25%;
}
body.wiki .column.is-one-fifth {
	flex: none;
	width: 20%;
}
body.wiki h2.bold {
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 1.5rem;
	cursor: default;
}
body.wiki .center {
	text-align: center;
}
body.wiki .bold-link {
	font-weight: 700;
}
body.wiki .about,
body.wiki .tips {
	line-height: 1.7;
	cursor: default;
}
body.wiki .about .paragraph {
	margin-top: 24px;
}
body.wiki .about .icon-without-text {
	font-size: 34px;
	float: left;
	margin-right: 10px;
	margin-top: 12px;
	color: var(--wiki-accent);
}
body.wiki .about a {
	color: var(--wiki-accent);
}
body.wiki .about strong {
	font-weight: 600;
	color: inherit;
}
body.wiki .about.faq i {
	color: var(--wiki-accent);
	font-weight: 600;
}
body.wiki .about.faq #ranking {
	position: absolute;
	margin-top: -10px;
}
body.wiki .about.app-types span.emoji {
	font-size: 36px;
	margin-bottom: 10px;
	display: inline-block;
}
body.wiki .about.app-features i {
	font-size: 34px;
	margin-bottom: 10px;
	color: var(--wiki-accent);
}
body.wiki .about.app-features .column,
body.wiki .about.app-types .column {
	margin-top: 32px;
	font-size: 18px;
	text-align: center;
}
body.wiki .about.app-features .column > div,
body.wiki .about.app-types .column > div {
	font-size: 16px;
	line-height: 22px;
}
body.wiki .about.app-types small,
body.wiki .about.app-types small a {
	color: #888;
}
body.wiki .about.app-features .column > a,
body.wiki .about.app-types .column > a,
body.wiki .about.app-types .column > font {
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}
body.wiki .contact > div {
	text-align: center;
}
body.wiki .terms {
	cursor: default;
	font-size: 14px;
}
body.wiki .terms h3 {
	font-size: 16px;
	color: inherit;
}
body.wiki .terms a {
	color: inherit;
	font-weight: 700;
}
body.wiki .terms > div,
body.wiki .terms table td {
	text-align: justify;
}
body.wiki .terms table td,
body.wiki .terms table th {
	padding-top: 3px;
	padding-bottom: 3px;
	border: none;
}
body.wiki .terms strong {
	font-weight: 700;
}
body.wiki .tips h2 {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 20px;
	text-align: center;
}
body.wiki .tips h3 {
	font-size: 16px;
}
body.wiki .tips a {
	color: inherit;
}
body.wiki .tips h2 a,
body.wiki .tips h2 span {
	margin: 0 10px;
}
body.wiki .footer-text {
	color: #999;
	cursor: default;
	font-size: 14px;
	margin-top: 20px;
	text-align: right;
}
@media (max-width: 768px) {
	body.wiki .column.is-half,
	body.wiki .column.is-one-quarter,
	body.wiki .column.is-one-fifth {
		width: 100%;
	}
}
