.object-wiki {
	--ow-accent: #ae9b6e;
	--ow-accent-strong: #f1d7a1;
	--ow-gold: #e6c977;
	--ow-panel: rgba(24, 16, 11, 0.94);
	--ow-panel-soft: rgba(31, 22, 16, 0.82);
	--ow-border: rgba(174, 155, 110, 0.3);
	--ow-border-bright: rgba(174, 155, 110, 0.58);
	--ow-text: #f0e6d6;
	--ow-muted: #a99272;
	padding: 0;
	background: transparent;
	color: var(--ow-text);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12.5px;
	line-height: 1.45;
}

.object-wiki-card {
	overflow: visible;
}

body.object-wiki-page > .entries > .container {
	max-width: 1240px;
}

.object-wiki__page-title {
	margin-bottom: 18px;
}

.object-wiki__tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 12px;
}

.object-wiki__tab {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	padding: 9px 13px;
	border: 1px solid var(--ow-border);
	border-radius: 9px;
	background: rgba(24, 16, 11, .7);
	color: #c8c0b2;
	font-weight: 700;
	text-decoration: none;
	transition: border-color 130ms ease, background 130ms ease, color 130ms ease;
}

.object-wiki__tab > .material-icons {
	color: #9b8b78;
	font-size: 20px;
}

.object-wiki__tab strong {
	color: #93836f;
	font-size: 10px;
	font-variant-numeric: tabular-nums;
}

.object-wiki__tab:hover,
.object-wiki__tab.is-active {
	border-color: rgba(174, 155, 110, .58);
	background: rgba(174, 155, 110, .1);
	color: #fff;
}

.object-wiki__tab.is-active > .material-icons,
.object-wiki__tab.is-active strong {
	color: var(--ow-accent-strong);
}

.object-wiki__summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 18px;
}

.object-wiki__summary > div,
.object-wiki__summary-link {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 11px;
	min-width: 0;
	height: 72px;
	padding: 11px 13px;
	border: 1px solid var(--ow-border);
	border-radius: 9px;
	overflow: hidden;
	background: rgba(24, 16, 11, .62);
}

.object-wiki__summary > div::after,
.object-wiki__summary-link::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: inherit;
	background-image: url("/img/textures/texture-headers.png");
	background-position: center;
	background-repeat: repeat;
	background-size: 420px 420px;
	mix-blend-mode: color-burn;
	opacity: .25;
	pointer-events: none;
}

.object-wiki__summary > div > *,
.object-wiki__summary-link > * {
	position: relative;
	z-index: 1;
}

.object-wiki__summary-link {
	--summary-accent: #c1a984;
	--summary-border: rgba(174, 155, 110, .46);
	--summary-border-hover: rgba(214, 190, 132, .82);
	--summary-strong: #fff0d0;
	--summary-label: #ae9d86;
	--summary-background: linear-gradient(145deg, rgba(43, 31, 22, .82), rgba(20, 14, 10, .92));
	--summary-background-hover: linear-gradient(145deg, rgba(58, 43, 29, .94), rgba(27, 19, 13, .98));
	border-color: var(--summary-border);
	background: var(--summary-background);
	color: inherit;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.object-wiki__summary-link:hover,
.object-wiki__summary-link.is-active {
	border-color: var(--summary-border-hover);
	background: var(--summary-background-hover);
}

.object-wiki__summary-link:hover {
	box-shadow: 0 5px 14px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .06);
	transform: translateY(-2px);
}

.object-wiki__summary-link.is-active {
	box-shadow: inset 3px 0 var(--summary-accent), inset 0 1px rgba(255, 255, 255, .05);
}

.object-wiki__summary-link--objects {
	--summary-accent: #79c9e5;
	--summary-border: rgba(84, 167, 198, .56);
	--summary-border-hover: rgba(121, 201, 229, .9);
	--summary-strong: #dcf7ff;
	--summary-label: #8fb9c6;
	--summary-background: linear-gradient(145deg, rgba(24, 54, 66, .84), rgba(13, 28, 34, .94));
	--summary-background-hover: linear-gradient(145deg, rgba(34, 75, 90, .95), rgba(16, 37, 45, .98));
}

.object-wiki__summary-link--strings {
	--summary-accent: #8ed6aa;
	--summary-border: rgba(97, 169, 126, .56);
	--summary-border-hover: rgba(142, 214, 170, .9);
	--summary-strong: #e2f8e9;
	--summary-label: #96bda3;
	--summary-background: linear-gradient(145deg, rgba(25, 55, 39, .84), rgba(14, 29, 21, .94));
	--summary-background-hover: linear-gradient(145deg, rgba(35, 76, 53, .95), rgba(17, 39, 28, .98));
}

.object-wiki__summary-action {
	flex: 0 0 auto;
	margin-left: auto;
	color: var(--summary-accent);
	font-size: 18px !important;
	opacity: .78;
	transition: opacity 140ms ease, transform 140ms ease;
}

.object-wiki__summary-link:hover .object-wiki__summary-action {
	opacity: 1;
	transform: translateX(3px);
}

.object-wiki__summary-link > .material-icons:not(.object-wiki__summary-action) {
	color: var(--summary-accent);
}

.object-wiki__summary-link strong {
	color: var(--summary-strong);
}

.object-wiki__summary-link p > span {
	color: var(--summary-label);
}

.object-wiki__summary-static {
	cursor: default;
}

.object-wiki__summary > div > .material-icons {
	color: #c1a984;
	font-size: 22px;
}

.object-wiki__summary-link > .material-icons {
	color: var(--summary-accent);
	font-size: 22px;
}

.object-wiki__summary p,
.object-wiki__summary strong,
.object-wiki__summary p > span {
	display: block;
	margin: 0;
}

.object-wiki__summary > div strong {
	color: #fff0d0;
	font-size: 15px;
	line-height: 1.15;
}

.object-wiki__summary-link strong {
	color: var(--summary-strong);
	font-size: 15px;
	line-height: 1.15;
}

.object-wiki__summary > div p > span {
	margin-top: 2px;
	color: #9d8d79;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.object-wiki__summary-link p > span {
	margin-top: 2px;
	color: var(--summary-label);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.object-wiki *,
.object-wiki *::before,
.object-wiki *::after {
	box-sizing: border-box;
}

.object-wiki a {
	color: inherit;
}

.object-wiki__inner {
	width: min(1560px, 100%);
	margin: 0 auto;
}

.object-wiki__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 28px;
	margin-bottom: 22px;
}

.object-wiki__eyebrow,
.object-wiki__section-kicker {
	margin: 0 0 5px;
	color: var(--ow-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.object-wiki h1,
.object-wiki h2,
.object-wiki h3,
.object-wiki p {
	font-family: inherit;
}

.object-wiki h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1;
	letter-spacing: -0.025em;
}

.object-wiki__intro {
	max-width: 900px;
	margin: 13px 0 0;
	color: #c8bca9;
	font-size: 13px;
	line-height: 1.6;
}

.object-wiki__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(120px, 1fr));
	gap: 8px;
}

.object-wiki__stats > div {
	min-width: 126px;
	padding: 12px 14px;
	border: 1px solid var(--ow-border);
	border-radius: 9px;
	background: rgba(24, 16, 11, .82);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.object-wiki__stats strong,
.object-wiki__stats span {
	display: block;
}

.object-wiki__stats strong {
	color: var(--ow-accent-strong);
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	line-height: 1.15;
}

.object-wiki__stats span {
	margin-top: 4px;
	color: #93836f;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.object-wiki__search-panel,
.object-wiki__types,
.object-wiki__results,
.object-wiki__indexing {
	border: 1px solid var(--ow-border);
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(37, 27, 20, .94), rgba(14, 11, 9, .97));
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.025);
}

.object-wiki__search-panel {
	margin-bottom: 18px;
	padding: 18px;
}

.object-wiki__panel-heading,
.object-wiki__results-head,
.object-wiki__types-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.object-wiki__panel-heading {
	margin-bottom: 14px;
}

.object-wiki__panel-heading h2,
.object-wiki__results-head h2,
.object-wiki__types-head h2,
.object-wiki__panel-heading h3,
.object-wiki__results-head h3,
.object-wiki__types-head h3,
.object-wiki__indexing h2 {
	margin: 0;
	color: #f5f8fa;
	font-size: 19px;
	line-height: 1.2;
}

.object-wiki__reset {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.object-wiki__form {
	display: grid;
	grid-template-columns: minmax(300px, 2.5fr) minmax(170px, 1fr) minmax(230px, 1.35fr) minmax(145px, .85fr) 100px auto;
	align-items: end;
	gap: 10px;
}

.object-wiki__form--strings {
	grid-template-columns: minmax(250px, 2.2fr) minmax(140px, .85fr) minmax(135px, .85fr) minmax(145px, .9fr) minmax(135px, .85fr) 90px minmax(112px, auto);
}

.object-wiki__field {
	display: grid;
	min-width: 0;
	gap: 5px;
}

.object-wiki__field > span {
	color: #a99272;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.object-wiki__field input,
.object-wiki__field select {
	width: 100%;
	min-width: 0;
	height: 40px;
	padding: 0 11px;
	border: 1px solid rgba(174, 155, 110, .48);
	border-radius: 7px;
	outline: 0;
	background: rgba(24, 16, 11, .76);
	color: rgba(255, 238, 200, 1);
	font: 12px Tahoma, Arial, sans-serif;
	transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.object-wiki__field select {
	cursor: pointer;
}

.object-wiki__type-select {
	position: relative;
	min-width: 0;
}

.object-wiki__type-select-control {
	display: none;
}

.object-wiki__type-select.is-enhanced > .object-wiki__type-select-native {
	display: none;
}

.object-wiki__type-select.is-enhanced > .object-wiki__type-select-control {
	display: block;
}

.object-wiki__type-select.is-open {
	z-index: 40;
}

.object-wiki .object-wiki__type-select-trigger {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto 18px;
	align-items: center;
	gap: 7px;
	width: 100%;
	min-width: 0;
	height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(174, 155, 110, .48);
	border-radius: 7px;
	outline: 0;
	background: linear-gradient(180deg, rgba(34, 24, 17, .9), rgba(22, 15, 11, .92));
	box-shadow: inset 0 1px rgba(255, 238, 200, .04);
	color: rgba(255, 238, 200, 1);
	font: 12px Tahoma, Arial, sans-serif;
	text-align: left;
	cursor: pointer;
	transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.object-wiki__type-select-trigger:hover,
.object-wiki__type-select.is-open .object-wiki__type-select-trigger {
	border-color: #ae9b6e;
	background: linear-gradient(180deg, rgba(46, 33, 23, .96), rgba(28, 19, 14, .96));
}

.object-wiki__type-select-trigger:focus-visible {
	border-color: #d1c17d;
	box-shadow: 0 0 0 3px rgba(174, 155, 110, .16);
}

.object-wiki__type-select-icon {
	color: #c9ad72;
	font-size: 17px;
}

.object-wiki__type-select-value {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.object-wiki__type-select-access {
	grid-column: 3;
	display: inline-flex;
	min-width: 0;
}

.object-wiki__type-select-access:empty {
	display: none;
}

.object-wiki__type-select-access .object-wiki__access-badge,
.object-wiki__type-select-option-access .object-wiki__access-badge {
	margin-left: 0;
}

.object-wiki__type-select-caret {
	grid-column: 4;
	justify-self: end;
	color: #9f8b67;
	font-size: 18px;
	transition: color 140ms ease, transform 140ms ease;
}

.object-wiki__select-shell {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(174, 155, 110, .48);
	border-radius: 7px;
	background: linear-gradient(180deg, rgba(34, 24, 17, .9), rgba(22, 15, 11, .92));
	box-shadow: inset 0 1px rgba(255, 238, 200, .04);
	color: rgba(255, 238, 200, 1);
	transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.object-wiki__select-shell:hover,
.object-wiki__select-shell:focus-within {
	border-color: #ae9b6e;
	background: linear-gradient(180deg, rgba(46, 33, 23, .96), rgba(28, 19, 14, .96));
}

.object-wiki__select-shell:focus-within {
	box-shadow: 0 0 0 3px rgba(174, 155, 110, .16);
}

.object-wiki__select-shell > .material-icons:first-child {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 2;
	color: #c9ad72;
	font-size: 17px;
	pointer-events: none;
	transform: translateY(-50%);
}

.object-wiki__select-shell select {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 0 35px;
	border: 0;
	border-radius: 0;
	outline: 0;
	appearance: none;
	background: transparent;
	color: inherit;
	font: 12px Tahoma, Arial, sans-serif;
	cursor: pointer;
}

.object-wiki__select-caret {
	position: absolute;
	top: 50%;
	right: 9px;
	z-index: 2;
	color: #9f8b67;
	font-size: 18px;
	pointer-events: none;
	transform: translateY(-50%);
}

.object-wiki__type-select.is-open .object-wiki__type-select-caret {
	color: #f1d7a1;
	transform: rotate(180deg);
}

.object-wiki__type-select-menu {
	position: absolute;
	top: calc(100% + 7px);
	left: 0;
	box-sizing: border-box;
	display: none;
	width: min(340px, calc(100vw - 32px));
	min-width: 100%;
	max-height: 320px;
	gap: 1px;
	padding: 7px;
	border: 1px solid rgba(174, 155, 110, .64);
	border-radius: 9px;
	overflow-x: hidden;
	overflow-y: auto;
	background: rgba(15, 10, 7, .985);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .56), inset 0 1px rgba(255, 238, 200, .05);
	scrollbar-color: #6a5f52 transparent;
	scrollbar-width: thin;
}

.object-wiki__type-select.is-open .object-wiki__type-select-menu {
	display: grid;
}

.object-wiki__type-select.opens-up .object-wiki__type-select-menu {
	top: auto;
	bottom: calc(100% + 7px);
}

.object-wiki .object-wiki__type-select-option {
	display: grid;
	grid-template-columns: 18px auto auto minmax(36px, 1fr) 16px;
	align-items: center;
	column-gap: 7px;
	width: 100%;
	height: 36px;
	min-height: 36px;
	padding: 0 9px;
	border: 1px solid transparent;
	border-radius: 6px;
	outline: 0;
	background: transparent;
	color: #c8c0b2;
	font: 11px Tahoma, Arial, sans-serif;
	line-height: 1;
	text-align: left;
	cursor: pointer;
	transition: border-color 120ms ease, background 120ms ease, color 120ms ease;
}

.object-wiki__type-select-option > .material-icons:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #9b8b78;
	font-size: 16px !important;
	line-height: 1 !important;
}

.object-wiki__type-select-option-label {
	grid-column: 2;
	display: inline-flex;
	align-items: center;
	height: 18px;
	min-width: 0;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.object-wiki__type-select-option-access {
	grid-column: 3;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	height: 18px;
}

.object-wiki__type-select-option strong {
	grid-column: 4;
	justify-self: end;
	display: inline-flex;
	align-items: center;
	height: 18px;
	color: #8f806e;
	font-size: 9px;
	font-variant-numeric: tabular-nums;
	line-height: 18px;
}

.object-wiki__type-select-check {
	grid-column: 5;
	justify-self: end;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	min-width: 16px;
	height: 16px;
	color: transparent;
	font-size: 15px !important;
	line-height: 1 !important;
	overflow: hidden;
}

.object-wiki__type-select-option:not(:last-child):not(.is-selected) {
	border-bottom-color: rgba(174, 155, 110, .1);
}

.object-wiki__type-select-option:hover,
.object-wiki__type-select-option:focus-visible {
	border-color: rgba(174, 155, 110, .28);
	background: rgba(174, 155, 110, .09);
	color: #fff3d8;
}

.object-wiki__type-select-option.is-selected {
	border-color: rgba(174, 155, 110, .5);
	background: linear-gradient(90deg, rgba(174, 155, 110, .2), rgba(174, 155, 110, .05));
	color: var(--ow-accent-strong);
	font-weight: 700;
}

.object-wiki__type-select-option.is-selected > .material-icons:first-child,
.object-wiki__type-select-option.is-selected .object-wiki__type-select-check {
	color: #d8b85f;
}

.object-wiki__type-select-option.is-dev-only:not(.is-selected) {
	background-image: linear-gradient(90deg, rgba(111, 79, 164, .1), transparent 62%);
}

.object-wiki__field input:hover,
.object-wiki__field select:hover {
	border-color: #ae9b6e;
	background: rgba(34, 24, 17, .92);
}

.object-wiki__field input:focus,
.object-wiki__field select:focus {
	border-color: #ae9b6e;
	box-shadow: 0 0 0 3px rgba(174, 155, 110, .14);
}

.object-wiki__search-input {
	position: relative;
}

.object-wiki__search-input input {
	padding-right: 11px;
	padding-left: 11px;
}

.object-wiki__range {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.object-wiki__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #ae9b6e;
	border-radius: 7px;
	background-image: linear-gradient(0deg, #1a1611 0%, #3b3227 60%, #6a5f52 100%), url("/img/button-texture.png");
	color: rgba(255, 238, 200, 1);
	font: 700 11px Tahoma, Arial, sans-serif;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .24);
	transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
}

.object-wiki__submit .material-icons {
	font-size: 17px;
}

.object-wiki__submit:hover {
	filter: brightness(1.1);
	transform: translateY(-1px);
	box-shadow: 0 8px 19px rgba(0, 0, 0, .32);
}

.object-wiki__workspace {
	display: grid;
	grid-template-columns: 218px minmax(0, 1fr);
	align-items: start;
	gap: 18px;
}

.object-wiki__types {
	position: sticky;
	top: calc(var(--header-total-height, 150px) + 12px);
	overflow: hidden;
	text-align: left;
}

.object-wiki__types-head {
	display: block;
	padding: 16px 16px 13px;
	border-bottom: 1px solid rgba(174, 155, 110, .22);
	text-align: left;
}

.object-wiki__type-list {
	display: grid;
	max-height: min(68vh, 720px);
	overflow-y: auto;
	scrollbar-color: #6a5f52 transparent;
	scrollbar-width: thin;
}

.object-wiki__type-link {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	align-items: center;
	gap: 9px;
	min-height: 34px;
	padding: 7px 13px;
	border-bottom: 1px solid rgba(174, 155, 110, .16);
	color: #c8c0b2;
	font-size: 11px;
	text-decoration: none;
	transition: color 130ms ease, background 130ms ease, padding 130ms ease;
}

.object-wiki__type-link > .material-icons {
	flex: 0 0 auto;
	color: #9b8b78;
	font-size: 16px;
}

.object-wiki__type-link > span:not(.material-icons) {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.object-wiki__type-link:last-child {
	border-bottom: 1px solid rgba(174, 155, 110, .16);
}

.object-wiki__type-link strong {
	color: #8f806e;
	font-size: 9px;
	font-variant-numeric: tabular-nums;
}

.object-wiki__type-link:hover {
	padding-left: 16px;
	background: rgba(255, 255, 255, 0.035);
	color: #fff;
}

.object-wiki__type-link.is-active {
	background: linear-gradient(90deg, rgba(174, 155, 110, .18), rgba(174, 155, 110, .035));
	box-shadow: inset 3px 0 var(--ow-accent);
	color: var(--ow-accent-strong);
	font-weight: 700;
}

.object-wiki__type-link.is-active strong {
	color: #d9c79d;
}

.object-wiki__type-link.is-dev-only {
	background-image: linear-gradient(90deg, rgba(111, 79, 164, .12), transparent);
}

.object-wiki__access-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	padding: 2px 5px;
	border-radius: 999px;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.2;
	vertical-align: middle;
}

.object-wiki__access-badge--dev {
	border: 1px solid rgba(190, 146, 255, .42);
	background: rgba(126, 74, 194, .18);
	color: #d6b8ff;
}

.object-wiki__access-badge--cs {
	border: 1px solid rgba(255, 122, 64, .55);
	background: rgba(255, 122, 64, .16);
	color: #ffbf80;
}

.object-wiki__results {
	min-width: 0;
	overflow: hidden;
}

.object-wiki__results-head {
	min-height: 74px;
	padding: 15px 18px;
	border-bottom: 1px solid rgba(174, 155, 110, .42);
}

.object-wiki__results-head p:not(.object-wiki__section-kicker) {
	margin: 4px 0 0;
	color: #a99a84;
	font-size: 11px;
}

.object-wiki__view-note {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #c8b890;
	font-size: 10px;
}

.object-wiki__view-note .material-icons {
	color: #d8b85f;
	font-size: 17px;
}

.object-wiki__sort-head,
.object-wiki__result {
	display: grid;
	grid-template-columns: 112px minmax(260px, 1fr) minmax(130px, 0.32fr) 94px;
	align-items: center;
	gap: 14px;
}

.object-wiki__sort-head {
	min-height: 44px;
	padding: 6px 16px;
	border-bottom: 1px solid rgba(174, 155, 110, .24);
	background: linear-gradient(180deg, rgba(174, 155, 110, .08), rgba(24, 16, 11, .44));
	color: #a99272;
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.object-wiki__sort-control,
.object-wiki__sort-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	height: 30px;
	padding: 0 9px;
	border: 1px solid transparent;
	border-radius: 6px;
	color: #a99272;
	overflow: hidden;
	white-space: nowrap;
}

.entry-content.object-wiki .object-wiki__sort-control {
	justify-self: start;
	width: max-content;
	max-width: 100%;
	padding-bottom: 0;
	border: 1px solid rgba(174, 155, 110, .2);
	background: rgba(0, 0, 0, .12);
	color: #b9a785;
	text-decoration: none;
	word-break: normal;
	transition: border-color 130ms ease, background 130ms ease, color 130ms ease;
}

.object-wiki__sort-control > .material-icons,
.object-wiki__sort-label > .material-icons {
	flex: 0 0 auto;
	font-size: 15px;
	letter-spacing: normal;
}

.object-wiki .object-wiki__sort-control:hover {
	border-color: rgba(174, 155, 110, .34);
	background: rgba(174, 155, 110, .08);
	color: #ead4a1;
}

.object-wiki .object-wiki__sort-control.is-active {
	border-color: rgba(174, 155, 110, .52);
	background: linear-gradient(180deg, rgba(174, 155, 110, .18), rgba(174, 155, 110, .08));
	box-shadow: inset 0 1px rgba(255, 238, 200, .08);
	color: var(--ow-accent-strong);
}

.object-wiki .object-wiki__sort-control:focus-visible {
	outline: 1px solid var(--ow-accent-strong);
	outline-offset: 2px;
}

.object-wiki__sort-direction {
	margin-left: auto;
	font-size: 13px !important;
}

.object-wiki__sort-label {
	justify-self: end;
	justify-content: flex-end;
	padding-right: 4px;
	color: #8f806e;
}

.object-wiki__result {
	position: relative;
	min-height: 62px;
	padding: 10px 16px;
	border-bottom: 1px solid rgba(174, 155, 110, .22);
	background: rgba(24, 16, 11, .3);
	transition: background 130ms ease, box-shadow 130ms ease;
}

.object-wiki__result:last-child {
	border-bottom: 1px solid rgba(174, 155, 110, .22);
}

.object-wiki__result[data-object-url] {
	cursor: pointer;
}

.object-wiki__result:hover {
	background: rgba(174, 155, 110, .09);
	box-shadow: inset 3px 0 rgba(174, 155, 110, .62);
}

.object-wiki__result-id {
	display: flex;
	align-items: center;
	gap: 2px;
	min-width: 0;
}

.object-wiki__result-id > span {
	display: none;
}

.object-wiki__result-id code {
	color: #b9ac99;
	font: 11px/1.25 Consolas, "Courier New", monospace;
	font-variant-numeric: tabular-nums;
}

.object-wiki__result-object {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.object-wiki__object-link {
	display: flex;
	align-items: center;
	min-width: 0;
	overflow-wrap: anywhere;
}

.object-wiki__object-link .game-object-token {
	max-width: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.object-wiki__object-link .game-object-token-icon {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	margin-right: 7px;
}

.object-wiki__cached-name {
	color: #c8bca9;
	font-weight: 700;
}

.object-wiki__result-object small {
	display: block;
	margin-top: 3px;
	color: #8f806e;
	font-size: 9px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.object-wiki__result-type a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	height: 32px;
	padding: 0 9px;
	border: 1px solid rgba(174, 155, 110, .38);
	border-radius: 7px;
	background: rgba(24, 16, 11, .72);
	color: #c8b890;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.object-wiki__result-type .material-icons {
	margin-right: 4px;
	font-size: 13px;
}

.object-wiki__result.is-dev-only {
	box-shadow: inset 3px 0 rgba(173, 126, 235, .4);
}

.object-wiki__result-type a:hover {
	border-color: #ae9b6e;
	color: #f1d7a1;
}

.object-wiki__result-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.object-wiki__result-actions button,
.object-wiki__result-actions > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid rgba(174, 155, 110, .38);
	border-radius: 7px;
	background: rgba(24, 16, 11, .72);
	color: #aa9b86;
	text-decoration: none;
	cursor: pointer;
	transition: color 130ms ease, border-color 130ms ease, background 130ms ease, transform 130ms ease;
}

.object-wiki__result-type {
	display: flex;
	align-items: center;
	min-width: 0;
}

.object-wiki__result-actions .material-icons {
	font-size: 17px;
}

.object-wiki__result-actions button:hover,
.object-wiki__result-actions > a:hover {
	border-color: #ae9b6e;
	background: rgba(174, 155, 110, .12);
	color: var(--ow-accent-strong);
	transform: translateY(-1px);
}

.object-wiki__result.is-cached-only {
	opacity: 0.72;
}

.object-wiki__empty {
	display: grid;
	place-items: center;
	padding: 70px 24px;
	text-align: center;
}

.object-wiki__empty > .material-icons {
	color: #786b5c;
	font-size: 46px;
}

.object-wiki__empty h3 {
	margin: 12px 0 3px;
	font-size: 18px;
}

.object-wiki__empty p {
	margin: 0;
	color: #aa9b86;
}

.object-wiki__empty a {
	margin-top: 15px;
	color: var(--ow-accent-strong);
}

.object-wiki__pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	padding: 14px 16px;
	border-top: 1px solid rgba(174, 155, 110, .42);
	background: rgba(24, 16, 11, .46);
}

.object-wiki__page-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.object-wiki__page-jump {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	margin-left: auto;
}

.object-wiki__page-jump label {
	display: grid;
	gap: 3px;
}

.object-wiki__page-jump label > span {
	color: #9d8d79;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.object-wiki__page-jump input {
	width: 74px;
	height: 32px;
	padding: 0 8px;
	border: 1px solid rgba(174, 155, 110, .58);
	border-radius: 6px;
	outline: 0;
	background: rgba(24, 16, 11, .78);
	color: #f0e6d6;
	font: 11px Tahoma, Arial, sans-serif;
}

.object-wiki__page-jump button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid #ae9b6e;
	border-radius: 6px;
	background: rgba(174, 155, 110, .14);
	color: #f1d7a1;
	cursor: pointer;
}

.object-wiki__page-jump .material-icons {
	font-size: 16px;
}

.object-wiki__results--strings {
	margin-top: 18px;
}

.object-wiki__string-table {
	--ow-string-columns: minmax(190px, .82fr) 105px minmax(220px, 1fr) minmax(220px, 1fr);
	overflow-x: auto;
}

.object-wiki__string-table.has-note {
	--ow-string-columns: minmax(190px, .82fr) 105px minmax(220px, 1fr) minmax(220px, 1fr) minmax(180px, .68fr);
}

.object-wiki__string-head,
.object-wiki__string-row {
	display: grid;
	grid-template-columns: var(--ow-string-columns);
	align-items: stretch;
	min-width: 906px;
}

.object-wiki__string-head {
	border-bottom: 1px solid rgba(174, 155, 110, .3);
	background: rgba(24, 16, 11, .5);
	color: #a99272;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.object-wiki__string-head > span,
.object-wiki__string-row > div {
	min-width: 0;
	padding: 10px 12px;
	border-right: 1px solid rgba(174, 155, 110, .18);
}

.object-wiki__string-head > span:last-child,
.object-wiki__string-row > div:last-child {
	border-right: 0;
}

.object-wiki__string-row {
	border-bottom: 1px solid rgba(174, 155, 110, .2);
	background: rgba(24, 16, 11, .3);
}

.object-wiki__string-row:last-child {
	border-bottom: 1px solid rgba(174, 155, 110, .3);
}

.object-wiki__results--strings .object-wiki__pagination {
	border-top: 0;
}

.object-wiki__string-row:hover {
	background: rgba(174, 155, 110, .09);
}

.object-wiki__string-row.is-missing {
	box-shadow: inset 3px 0 rgba(210, 126, 105, .55);
}

.object-wiki__string-key-copy {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: auto;
	max-width: 100%;
	min-height: 22px;
	padding: 3px 7px;
	border: 1px solid rgba(174, 155, 110, .38);
	border-radius: 999px;
	outline: 0;
	background: rgba(174, 155, 110, .08);
	box-shadow: inset 0 1px rgba(255, 238, 200, .035);
	color: #f1d7a1;
	text-align: left;
	cursor: copy;
	transition: border-color 130ms ease, background 130ms ease, box-shadow 130ms ease, color 130ms ease;
}

.object-wiki__string-key-copy > .material-icons {
	flex: 0 0 auto;
	color: #d8b85f;
	font-size: 12px;
}

.entry-content.object-wiki .object-wiki__string-key-copy code {
	display: block;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #f1d7a1;
	font: 700 9.5px/1.35 Consolas, "Courier New", monospace;
	overflow-wrap: anywhere;
	vertical-align: baseline;
	word-break: break-word;
	transition: color 130ms ease;
}

.object-wiki__string-key-copy:hover {
	border-color: rgba(216, 184, 95, .72);
	background: rgba(174, 155, 110, .16);
	box-shadow: inset 0 1px rgba(255, 238, 200, .08), 0 0 10px rgba(174, 155, 110, .08);
}

.object-wiki__string-key-copy:hover code,
.object-wiki__string-key-copy:focus-visible code {
	color: #fff0c9;
}

.object-wiki__string-key-copy:focus-visible {
	border-color: #d8b85f;
	box-shadow: 0 0 0 2px rgba(216, 184, 95, .18);
}

.object-wiki__string-type {
	color: #b9ac99;
	font-size: 10px;
}

.object-wiki__string-type > span {
	color: #8f806e;
}

.object-wiki__string-content,
.object-wiki__string-note {
	color: #cec2af;
	font-size: 10.5px;
	line-height: 1.5;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.object-wiki__string-content--translation {
	color: #eadcc2;
}

.object-wiki__string-content em {
	color: #c9877b;
}

.object-wiki__string-note {
	color: #aa9b86;
}

.object-wiki__string-note > span {
	color: #786b5c;
}

.object-wiki__detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
	align-items: start;
	gap: 18px;
}

.object-wiki__detail-preview,
.object-wiki__detail-meta {
	min-width: 0;
	border: 1px solid var(--ow-border);
	border-radius: 11px;
	background: linear-gradient(145deg, rgba(37, 27, 20, .94), rgba(14, 11, 9, .97));
}

.object-wiki__detail-preview {
	display: grid;
	place-items: center;
	min-height: 320px;
	padding: clamp(18px, 4vw, 38px) 12px;
	overflow: auto;
}

.object-wiki__detail-preview .game-object-static-source {
	display: none;
}

.object-wiki__detail-preview .game-object-tooltip {
	position: static;
	max-width: min(640px, 100%);
	margin: 0 auto;
	transform: none;
	opacity: 1;
	pointer-events: auto;
}

.object-wiki__detail-meta {
	padding: 17px;
}

.object-wiki__detail-meta h3 {
	margin: 0 0 13px;
	color: #f0e6d6;
	font-size: 16px;
}

.object-wiki__detail-meta dl {
	display: grid;
	gap: 0;
	margin: 0;
}

.object-wiki__detail-meta dl > div {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 44px;
	border-bottom: 1px solid rgba(174, 155, 110, .22);
}

.object-wiki__detail-meta dt {
	color: #93836f;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.object-wiki__detail-meta dd {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	min-width: 0;
	margin: 0;
	color: #cec2af;
	font-size: 11px;
	text-align: right;
	overflow-wrap: anywhere;
}

.object-wiki__detail-meta dd > .material-icons {
	color: #9b8b78;
	font-size: 15px;
}

.object-wiki__detail-meta code {
	color: #f1d7a1;
	font: 10.5px Consolas, "Courier New", monospace;
}

.object-wiki__detail-meta button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid rgba(174, 155, 110, .38);
	border-radius: 6px;
	background: rgba(24, 16, 11, .72);
	color: #aa9b86;
	cursor: pointer;
}

.object-wiki__detail-meta button .material-icons {
	font-size: 15px;
}

.object-wiki__color-swatch {
	width: 14px;
	height: 14px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	background: var(--object-wiki-color);
	box-shadow: 0 0 8px color-mix(in srgb, var(--object-wiki-color) 55%, transparent);
}

.object-wiki__back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 16px;
	color: #f1d7a1;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}

.object-wiki__back-link .material-icons {
	font-size: 16px;
}

.object-wiki__page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 9px;
	border: 1px solid rgba(174, 155, 110, .48);
	border-radius: 6px;
	background: rgba(24, 16, 11, .72);
	color: #c8b890;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
}

.object-wiki__page:hover,
.object-wiki__page.is-current {
	border-color: #ae9b6e;
	background: rgba(174, 155, 110, .14);
	color: #f1d7a1;
}

.object-wiki__page.is-current {
	pointer-events: none;
}

.object-wiki__page--wide {
	gap: 4px;
	padding: 0 11px;
}

.object-wiki__page .material-icons {
	font-size: 16px;
}

.object-wiki__page-gap {
	padding: 0 3px;
	color: #8f806e;
}

.object-wiki__indexing {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 20px;
	margin-top: 18px;
	padding: 19px;
}

.object-wiki__indexing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.object-wiki__indexing article {
	padding: 12px;
	border: 1px solid rgba(174, 155, 110, .3);
	border-radius: 8px;
	background: rgba(24, 16, 11, .42);
}

.object-wiki__indexing h3 {
	margin: 0 0 6px;
	color: #eadcc2;
	font-size: 12px;
}

.object-wiki__indexing article p {
	margin: 0;
	color: #aa9b86;
	font-size: 10px;
	line-height: 1.5;
}

.object-wiki__indexing strong {
	color: #d8be75;
}

.object-wiki__toast {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 10000;
	padding: 10px 14px;
	border: 1px solid #ae9b6e;
	border-radius: 8px;
	background: rgba(24, 16, 11, .96);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
	color: #f1d7a1;
	font-size: 11px;
	font-weight: 700;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.object-wiki__toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Keep the Object Database layout isolated from generic article typography and link decoration. */
.page .entry-content.object-wiki p {
	margin-left: 0;
}

.page .entry-content.object-wiki .object-wiki__panel-heading h3,
.page .entry-content.object-wiki .object-wiki__results-head h3,
.page .entry-content.object-wiki .object-wiki__types-head h3,
.page .entry-content.object-wiki .object-wiki__indexing h3,
.page .entry-content.object-wiki .object-wiki__empty h3 {
	position: static;
	margin: 0;
	padding: 0;
	background: none;
	color: #f5f8fa;
	font-size: 19px;
	letter-spacing: normal;
	text-transform: none;
	-webkit-text-fill-color: currentColor;
}

.page .entry-content.object-wiki .object-wiki__panel-heading h3::after,
.page .entry-content.object-wiki .object-wiki__results-head h3::after,
.page .entry-content.object-wiki .object-wiki__types-head h3::after,
.page .entry-content.object-wiki .object-wiki__indexing h3::after,
.page .entry-content.object-wiki .object-wiki__empty h3::after {
	display: none;
}

.page .entry-content.object-wiki a:not(.btn):not(.object-wiki__type-link) {
	padding-bottom: 0;
	border-bottom: 0;
	text-decoration: none;
	word-break: normal;
}

.page .entry-content.object-wiki button .material-icons {
	-webkit-text-fill-color: currentColor;
}

.page .entry-content.object-wiki .object-wiki__result-button,
.page .entry-content.object-wiki .object-wiki__detail-meta button {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	margin: 0;
	border: 1px solid #ae9b6e;
	background-image:
		linear-gradient(0deg, #1a1611 0%, #3b3227 60%, #6a5f52 100%),
		url("/img/button-texture.png");
	background-position: center, center;
	background-size: cover, cover;
	color: rgb(249, 217, 156);
	-webkit-text-fill-color: currentColor;
	line-height: 1;
}

.page .entry-content.object-wiki .object-wiki__result-button:hover,
.page .entry-content.object-wiki .object-wiki__detail-meta button:hover {
	border-color: rgba(232, 197, 106, .82);
	background-image:
		linear-gradient(0deg, #1f1812 0%, #4f4433 58%, #766850 100%),
		url("/img/button-texture.png");
	background-position: center, center;
	background-size: cover, cover;
	color: #f8e9bf;
	box-shadow:
		inset 0 1px 0 rgba(255, 229, 161, .22),
		inset 0 -10px 14px rgba(63, 41, 18, .34);
	transform: none;
}

.page .entry-content.object-wiki .object-wiki__result-button--icon,
.page .entry-content.object-wiki .object-wiki__detail-meta button {
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 7px;
	letter-spacing: normal;
}

.page .entry-content.object-wiki .object-wiki__result-button--type {
	height: 32px;
	padding: 0 9px;
	border-radius: 7px;
	gap: 4px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .04em;
}

.page .entry-content.object-wiki .object-wiki__result-button--reset {
	height: 32px;
	padding: 0 10px;
	border-radius: 7px;
	gap: 6px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .01em;
}

.page .entry-content.object-wiki .object-wiki__result-button--reset .material-icons {
	font-size: 16px;
}

.page .entry-content.object-wiki a.object-wiki__summary-link {
	padding: 11px 13px;
	border-width: 1px;
	border-style: solid;
	border-bottom: 1px solid var(--summary-border) !important;
	border-color: var(--summary-border);
}

.page .entry-content.object-wiki .object-wiki__summary-link:hover,
.page .entry-content.object-wiki .object-wiki__summary-link.is-active {
	border-width: 1px;
	border-color: var(--summary-border-hover);
	border-bottom-color: var(--summary-border-hover) !important;
}

.page .entry-content.object-wiki .object-wiki__summary p {
	margin: 0;
}

.page .entry-content.object-wiki .object-wiki__page,
.page .entry-content.object-wiki .object-wiki__page-jump button {
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	min-width: 32px;
	height: 32px;
	margin: 0;
	padding: 0 9px;
	border: 1px solid #ae9b6e;
	border-radius: 7px;
	background-color: transparent;
	background-image:
		linear-gradient(0deg, #1a1611 0%, #3b3227 60%, #6a5f52 100%),
		url("/img/button-texture.png");
	background-position: center, center;
	background-size: cover, cover;
	box-shadow: inset 0 1px 0 rgba(255, 229, 161, .12);
	color: rgb(249, 217, 156);
	-webkit-text-fill-color: currentColor;
	cursor: pointer;
}

.page .entry-content.object-wiki a.object-wiki__page {
	border-bottom: 1px solid #ae9b6e !important;
}

.page .entry-content.object-wiki .object-wiki__page:hover,
.page .entry-content.object-wiki .object-wiki__page.is-current,
.page .entry-content.object-wiki .object-wiki__page-jump button:hover {
	border-color: rgba(232, 197, 106, .82);
	background-image:
		linear-gradient(0deg, #1f1812 0%, #4f4433 58%, #766850 100%),
		url("/img/button-texture.png");
	background-position: center, center;
	background-size: cover, cover;
	box-shadow:
		inset 0 1px 0 rgba(255, 229, 161, .22),
		inset 0 -10px 14px rgba(63, 41, 18, .34);
	color: rgb(255, 224, 164);
}

.page .entry-content.object-wiki a.object-wiki__page:hover,
.page .entry-content.object-wiki a.object-wiki__page.is-current {
	border-bottom-color: rgba(232, 197, 106, .82) !important;
}

.page .entry-content.object-wiki .object-wiki__page-jump button {
	width: 32px;
	max-width: 32px;
	padding: 0;
}

.page .entry-content.object-wiki .object-wiki__type-link {
	padding: 7px 13px;
	border-bottom: 1px solid rgba(174, 155, 110, .16);
}

.page .entry-content.object-wiki .object-wiki__type-link:hover {
	padding-left: 16px;
}

.page .entry-content.object-wiki a.object-wiki__sort-control {
	border: 1px solid rgba(174, 155, 110, .2);
	border-bottom: 1px solid rgba(174, 155, 110, .2) !important;
}

.page .entry-content.object-wiki a.object-wiki__sort-control:hover {
	border-bottom-color: rgba(174, 155, 110, .34) !important;
}

.page .entry-content.object-wiki a.object-wiki__sort-control.is-active {
	border-bottom-color: rgba(174, 155, 110, .52) !important;
}

.page .entry-content.object-wiki .object-wiki__result-id code,
.page .entry-content.object-wiki .object-wiki__detail-meta code,
.page .entry-content.object-wiki .object-wiki__string-key-copy code {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.page .entry-content.object-wiki .object-wiki__field input,
.page .entry-content.object-wiki .object-wiki__field select {
	box-sizing: border-box;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid rgba(174, 155, 110, .48);
	border-radius: 7px;
	background: linear-gradient(180deg, rgba(34, 24, 17, .9), rgba(22, 15, 11, .92));
	color: rgba(255, 238, 200, 1);
	font: 12px Tahoma, Arial, sans-serif;
	line-height: 38px;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: currentColor;
}

.page .entry-content.object-wiki .object-wiki__field > select {
	padding: 0 34px 0 10px;
}

.page .entry-content.object-wiki .object-wiki__field .object-wiki__select-shell select {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	padding: 0 35px;
	border: 0;
	background: transparent;
	font: 12px Tahoma, Arial, sans-serif;
	line-height: 38px;
}

.page .entry-content.object-wiki .object-wiki__submit {
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	padding: 0 16px;
	border-radius: 7px;
}

.object-wiki :focus-visible {
	outline: 2px solid #d1c17d;
	outline-offset: 2px;
}

@media (max-width: 1320px) {
	.object-wiki__hero {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.object-wiki__stats {
		max-width: 560px;
	}

	.object-wiki__form {
		grid-template-columns: minmax(270px, 2fr) repeat(3, minmax(150px, 1fr));
	}

	.object-wiki__field--search {
		grid-column: span 2;
	}

	.object-wiki__range {
		grid-column: span 2;
	}
}

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

	.object-wiki__types {
		position: static;
	}

	.object-wiki__types-head {
		padding-bottom: 10px;
	}

	.object-wiki__type-list {
		display: flex;
		max-height: none;
		padding: 8px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x proximity;
	}

	.object-wiki__type-link {
		flex: 0 0 auto;
		min-height: 31px;
		padding: 6px 9px;
		border: 1px solid rgba(174, 155, 110, .34);
		border-radius: 999px;
		scroll-snap-align: start;
	}

	.object-wiki__type-link:hover {
		padding-left: 9px;
	}

	.page .entry-content.object-wiki .object-wiki__type-link,
	.page .entry-content.object-wiki .object-wiki__type-link:hover {
		padding: 6px 9px;
	}

	.object-wiki__type-link.is-active {
		box-shadow: inset 0 0 0 1px rgba(174, 155, 110, .5);
	}

	.object-wiki__indexing {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.object-wiki__type-select-menu {
		left: 50%;
		max-width: calc(100vw - 32px);
		transform: translateX(-50%);
	}

	.object-wiki {
		padding: 0;
		font-size: 12px;
	}

	.object-wiki__tabs,
	.object-wiki__summary {
		grid-template-columns: 1fr;
	}

	.object-wiki__tab {
		min-height: 42px;
	}

	.object-wiki__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.object-wiki__stats > div {
		min-width: 0;
		padding: 10px;
	}

	.object-wiki__stats strong {
		font-size: 14px;
	}

	.object-wiki__stats span {
		font-size: 8px;
	}

	.object-wiki__search-panel {
		padding: 14px;
	}

	.object-wiki__type-select-menu {
		width: min(360px, calc(100vw - 44px));
	}

	.object-wiki__panel-heading,
	.object-wiki__results-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.object-wiki__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.object-wiki__field--search,
	.object-wiki__range,
	.object-wiki__submit {
		grid-column: 1 / -1;
	}

	.object-wiki__range {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.object-wiki__sort-head {
		display: none;
	}

	.object-wiki__result {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px 12px;
		padding: 13px 14px;
	}

	.object-wiki__result-id {
		grid-column: 1;
		grid-row: 2;
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.object-wiki__result-id > span {
		display: inline;
		color: #8f806e;
		font-size: 8px;
		font-weight: 700;
		letter-spacing: 0.08em;
	}

	.object-wiki__result-object {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.object-wiki__result-type {
		grid-column: 1;
		grid-row: 3;
	}

	.object-wiki__result-actions {
		grid-column: 2;
		grid-row: 3;
	}

	.object-wiki__indexing-grid {
		grid-template-columns: 1fr;
	}

	.object-wiki__pagination {
		justify-content: center;
	}

	.object-wiki__page-jump {
		margin-left: 0;
	}

	.object-wiki__detail-layout {
		grid-template-columns: 1fr;
	}

	.object-wiki__detail-preview {
		min-height: 0;
		padding: 18px 8px;
	}

	.object-wiki__detail-preview .game-object-tooltip {
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}
}

@media (max-width: 440px) {
	.object-wiki__summary {
		grid-template-columns: 1fr;
	}

	.object-wiki__stats {
		grid-template-columns: 1fr;
	}

	.object-wiki__stats > div {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 12px;
	}

	.object-wiki__stats span {
		margin-top: 0;
	}

	.object-wiki__form {
		grid-template-columns: 1fr;
	}

	.object-wiki__field,
	.object-wiki__field--search,
	.object-wiki__range,
	.object-wiki__submit {
		grid-column: 1;
	}

	.object-wiki__page--wide {
		font-size: 0;
	}

	.object-wiki__page--wide .material-icons {
		font-size: 16px;
	}

	.object-wiki__page-jump {
		width: 100%;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.object-wiki *,
	.object-wiki *::before,
	.object-wiki *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
