.logo {
	height: 100vh;
	width: auto;
	position: fixed;
	left: 0;
	top: 0;
	image-rendering: pixelated;
	z-index: 1;
}

.background {
	height: 100vh;
	width: auto;
	position: fixed;
	right: 0;
	top: 0;
	image-rendering: pixelated;
	-webkit-mask-image: linear-gradient(to right, transparent 0, black 50px);
	mask-image: linear-gradient(to right, transparent 0, black 50px);
}

.join {
	position: relative;
	height: 100vh;
	display: grid;
	place-items: center;
	background-color: #080808;
}

.join-panel {
	display: grid;
	flex-direction: column;
	position: fixed;
	left: 120px;
	bottom: 10px;
	z-index: 5;
	gap: 20px;
	font-size: 35px;
	width: min(360px, calc(100vw - 32px));
	/*border: 1px solid #645b4f;*/
	border: none;
	/*background: #20221d;*/
	background: none;
}

.join-panel h1 {
	margin: 0;
	font-size: 24px;
}

.online-players {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
	width: fit-content;
	min-height: 28px;
	display: inline-flex;
	align-items: center;
	padding: 0 9px;
	border: 1px solid rgb(233 189 89 / 0.32);
	background: rgb(18 20 18 / 0.74);
	color: #e9bd59;
	font-size: 13px;
	font-weight: 700;
}

.join-panel label {
	display: grid;
	gap: 10px;
	color: #b79a5f;
	text-shadow: 2px 2px 0 #0b0908;
}

.join-panel input {
	box-sizing: border-box;
	border: 4px solid #5f4a32;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: #0f0d0a;
	color: #e8dcc5;
	min-height: 38px;
	padding: 16px 18px;
	box-shadow: none;
	font: inherit;
	outline: none;
	image-rendering: pixelated;
	caret-color: #b79a5f;
}

.join-panel input[type="color"] {
	width: 78px;
	height: auto;
	aspect-ratio: 1;
	padding: 12px;
	margin: 0;
	cursor: pointer;
	border-left: 0;
	border-radius: 0;
	background: #0f0d0a;
	appearance: none;
	-webkit-appearance: none;
	align-self: stretch;
	box-shadow: none;
}

.join-panel input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}

.join-panel input[type="color"]::-webkit-color-swatch {
	border: 0;
	border-radius: 0;
}

.join-panel input[type="color"]::-moz-color-swatch {
	border: 0;
	border-radius: 0;
}

.join-panel input:focus {
	box-shadow: none;
}

.join-panel label .flex:focus-within input {
	border-color: #b79a5f;
	border-bottom-color: #4a3322;
	border-right-color: #4a3322;
}

.join-panel label .flex:focus-within #nameInput {
	border-right: 0;
}

.join-panel label .flex:focus-within input[type="color"] {
	border-left: 0;
}

.join-panel input:-webkit-autofill,
.join-panel input:-webkit-autofill:hover,
.join-panel input:-webkit-autofill:focus {
	-webkit-text-fill-color: #e8dcc5;
	box-shadow:
		0 0 0 1000px #0f0d0a inset;
	transition: background-color 9999s ease-in-out 0s;
}

.join-panel button {
	border: 4px solid #8aa4bf;
	border-bottom-color: #102034;
	border-right-color: #102034;
	background: #213a55;
	color: #f0edf6;
	padding: 16px 20px;
	box-shadow:
		0 0 0 3px #080808,
		0 0 0 7px rgb(33 58 85 / 0.58),
		10px 10px 0 rgb(0 0 0 / 0.62);
	cursor: pointer;
	font: inherit;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #11111e;
}

.home-play-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.home-admin-panel {
	position: fixed;
	inset: 0;
	z-index: 30;
	display: grid;
	place-items: center;
	background: rgb(0 0 0 / 0.72);
	color: #f0edf6;
}

.home-admin-panel.hidden {
	display: none;
}

.home-admin-dialog {
	width: min(920px, calc(100vw - 48px));
	max-height: calc(100vh - 48px);
	overflow: auto;
	border: 4px solid #8aa4bf;
	background: #111713;
	box-shadow: 0 0 0 3px #080808, 12px 12px 0 rgb(0 0 0 / 0.6);
	padding: 20px;
}

.home-admin-dialog header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.home-admin-dialog h2,
.home-admin-dialog h3 {
	margin: 0 0 12px;
	text-transform: uppercase;
}

.home-admin-dialog h3 {
	margin-top: 18px;
	color: #e9bd59;
}

.home-admin-dialog table {
	width: 100%;
	border-collapse: collapse;
	font-size: 24px;
}

.home-admin-dialog th,
.home-admin-dialog td {
	border-bottom: 1px solid rgb(138 164 191 / 0.35);
	padding: 8px;
	text-align: left;
}

.home-admin-dialog button {
	padding: 8px 12px;
	font-size: 22px;
}

.game-settings-form {
	display: grid;
	gap: 14px;
	color: #cfc7b7;
	text-shadow: 2px 2px 0 #0b0908;
}

.game-settings-form section {
	border: 0;
	display: grid;
	gap: 10px;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.game-settings-form h2 {
	color: #f4efe6;
	font-size: var(--ui-text-xl);
	font-weight: 400;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	text-shadow: 2px 2px 0 #0b0908;
}

.game-setting-field {
	align-items: center;
	background: rgb(8 8 8 / 0.48);
	border: 3px solid #5f4a32;
	border-bottom-color: #211914;
	border-right-color: #211914;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) minmax(120px, 180px);
	min-height: 60px;
	padding: 8px 10px;
}

.game-setting-field > span {
	display: grid;
	gap: 3px;
}

.game-setting-field small,
.game-setting-field em {
	color: #827665;
	font-style: normal;
}

.game-setting-field strong {
	color: #e9bd59;
	font-weight: 400;
}

.game-setting-field input,
.game-setting-field select {
	background: #0f0d0a;
	border: 4px solid #5f4a32;
	border-radius: 0;
	border-bottom-color: #211914;
	border-right-color: #211914;
	box-shadow: none;
	color: #e8dcc5;
	color-scheme: dark;
	image-rendering: pixelated;
	min-width: 0;
	outline: none;
	padding: 8px 10px;
}

.game-setting-field select {
	appearance: none;
	-webkit-appearance: none;
	background:
		linear-gradient(45deg, transparent 50%, #e9bd59 50%) calc(100% - 16px) 50% / 7px 7px no-repeat,
		linear-gradient(135deg, #e9bd59 50%, transparent 50%) calc(100% - 10px) 50% / 7px 7px no-repeat,
		#0f0d0a;
	padding-right: 30px;
}

.game-setting-field:focus-within {
	border-color: #8aa4bf;
	box-shadow:
		0 0 0 2px #080808,
		0 0 0 5px rgb(33 58 85 / 0.5);
}

.game-setting-field:focus-within input,
.game-setting-field:focus-within select {
	border-color: #b79a5f;
	border-bottom-color: #4a3322;
	border-right-color: #4a3322;
}

.game-setting-resource-grid {
	display: grid;
	gap: 6px;
}

.game-setting-resource-grid label {
	align-items: center;
	display: grid;
	gap: 6px;
	grid-template-columns: 52px minmax(70px, 1fr);
	color: #b79a5f;
}

.private-settings-modal {
	background: rgb(0 0 0 / 0.72);
	inset: 0;
	position: fixed;
	z-index: 30;
}

.private-settings-dialog {
	background: rgb(10 10 14 / 0.97);
	border: 4px solid #5f4a32;
	border-bottom-color: #211914;
	border-right-color: #211914;
	box-shadow:
		0 0 0 3px #080808,
		0 0 0 7px rgb(83 73 90 / 0.38),
		12px 12px 0 rgb(0 0 0 / 0.66);
	color: #e8dcc5;
	display: flex;
	flex-direction: column;
	left: 50%;
	height: min(760px, 88vh);
	max-width: 720px;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 2px 2px 0 #0b0908;
	width: min(720px, calc(100vw - 28px));
}

.private-settings-dialog header {
	align-items: center;
	border-bottom: 3px solid #211914;
	display: flex;
	flex: 0 0 auto;
	justify-content: space-between;
	margin: -2px -2px 14px;
	padding: 0 0 12px;
}

.private-settings-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	padding: 0 6px 18px 0;
}

.private-settings-dialog h2 {
	color: #e9bd59;
	margin: 0;
	text-transform: uppercase;
}

.private-settings-dialog .game-settings-form h2,
.home-admin-dialog .game-settings-form h2 {
	color: #f4efe6;
	font-size: var(--ui-text-xl);
	font-weight: 400;
	text-transform: none;
}

.private-settings-actions {
	background: rgb(10 10 14 / 0.97);
	border-top: 3px solid #211914;
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	justify-content: flex-end;
	margin: 0 -2px -2px;
	padding: 14px 0 0;
}

.private-settings-actions button,
.game-settings-form button {
	border: 4px solid #8aa4bf;
	border-bottom-color: #102034;
	border-right-color: #102034;
	background: #213a55;
	box-shadow:
		0 0 0 3px #080808,
		0 0 0 7px rgb(33 58 85 / 0.48),
		8px 8px 0 rgb(0 0 0 / 0.58);
	color: #f0edf6;
	cursor: pointer;
	font: inherit;
	padding: 10px 14px;
	text-shadow: 2px 2px 0 #11111e;
	text-transform: uppercase;
}

.private-settings-dialog header button,
.private-settings-actions button:first-child {
	border-color: #6f5d40;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: #191713;
	box-shadow:
		0 0 0 3px #080808,
		0 0 0 7px rgb(95 74 50 / 0.48),
		8px 8px 0 rgb(0 0 0 / 0.58);
	color: #e9bd59;
}

.private-settings-actions button:hover,
.private-settings-actions button:focus-visible,
.game-settings-form button:hover,
.game-settings-form button:focus-visible,
.private-settings-dialog header button:hover,
.private-settings-dialog header button:focus-visible {
	outline: none;
	transform: translate(-2px, -2px);
}

.private-settings-actions button:hover,
.private-settings-actions button:focus-visible,
.game-settings-form button:hover,
.game-settings-form button:focus-visible {
	background: #2b4a6a;
	color: #ffffff;
}

.private-settings-dialog header button:hover,
.private-settings-dialog header button:focus-visible,
.private-settings-actions button:first-child:hover,
.private-settings-actions button:first-child:focus-visible {
	background: #242019;
	color: #ffe0a0;
}

.home-secondary-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.join-panel .home-secondary-button {
	border-color: #6f5d40;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: #191713;
	color: #e9bd59;
	padding: 11px 16px;
	font-size: 28px;
	box-shadow:
		0 0 0 3px #080808,
		0 0 0 6px rgb(83 73 90 / 0.36),
		7px 7px 0 rgb(0 0 0 / 0.58);
}

.join-panel .home-secondary-button:hover,
.join-panel .home-secondary-button:focus-visible {
	background: #242019;
	color: #ffe0a0;
}

.join-panel button:hover,
.join-panel button:focus-visible {
	background: #2b4a6a;
	color: #ffffff;
	outline: none;
	transform: translate(-2px, -2px);
}

.join-panel button:active {
	transform: translate(2px, 2px);
	box-shadow:
		0 0 0 3px #080808,
		0 0 0 7px rgb(33 58 85 / 0.4),
		5px 5px 0 rgb(0 0 0 / 0.66);
}

.join-panel button:disabled,
.join-panel button:disabled:hover,
.join-panel button:disabled:focus-visible {
	border-color: #4e5963;
	border-bottom-color: #151a20;
	border-right-color: #151a20;
	background: #1b252f;
	color: #7d8792;
	box-shadow:
		0 0 0 3px #080808,
		0 0 0 7px rgb(46 55 65 / 0.36),
		7px 7px 0 rgb(0 0 0 / 0.58);
	cursor: default;
	transform: none;
}

.join-notice {
	color: #c77d72;
	text-shadow: 2px 2px 0 #1d0b0d;
}

.home-credits {
	position: fixed;
	right: 24px;
	bottom: 22px;
	z-index: 6;
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 15px;
}

.github-link,
.contributor {
	box-sizing: border-box;
	border: 3px solid #5f4a32;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: rgb(8 8 8 / 0.76);
	box-shadow:
		0 0 0 2px #080808,
		0 0 0 4px rgb(83 73 90 / 0.38),
		5px 5px 0 rgb(0 0 0 / 0.58);
	color: #e8dcc5;
	text-decoration: none;
	text-shadow: 2px 2px 0 #0b0908;
}

.github-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 6px 10px;
	color: #b8c7d6;
}

.changelog-link {
	min-height: 42px;
	padding: 6px 10px;
	font-size: inherit;
	text-transform: none;
}

.github-mark {
	display: block;
	width: 22px;
	height: 22px;
	fill: #f0edf6;
	filter: drop-shadow(1px 1px 0 #101a24);
}

.contributors {
	display: flex;
	align-items: center;
	gap: 8px;
}

.contributor {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	padding: 3px;
}

.contributor img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	image-rendering: auto;
}

.github-link:hover,
.github-link:focus-visible,
.changelog-link:hover,
.changelog-link:focus-visible,
.contributor:hover,
.contributor:focus-visible {
	border-color: #8aa4bf;
	box-shadow:
		0 0 0 2px #080808,
		0 0 0 5px rgb(33 58 85 / 0.56),
		7px 7px 0 rgb(0 0 0 / 0.62);
	outline: none;
	transform: translate(-1px, -1px);
}

.contributor-popup {
	position: absolute;
	right: 0;
	bottom: calc(100% + 12px);
	display: grid;
	gap: 4px;
	width: 230px;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 3px solid #5f4a32;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: rgb(10 10 14 / 0.94);
	color: #c9d2dc;
	box-shadow:
		0 0 0 2px #080808,
		6px 6px 0 rgb(0 0 0 / 0.62);
	font-size: 14px;
	line-height: 1.25;
	opacity: 0;
	pointer-events: none;
	transform: translateY(4px);
	transition:
		opacity 120ms ease,
		transform 120ms ease;
}

.contributor-popup strong {
	color: #e8dcc5;
	font-weight: 400;
}

.contributor:hover .contributor-popup,
.contributor:focus-visible .contributor-popup {
	opacity: 1;
	transform: translateY(0);
}

.mobile-not-supported {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 22px;
	width: min(90vw, 300px);
	height: min(90vh, 200px);
	background: #20221d;
	z-index: 1000;
	font-size: 22px;
}

.flex {
	width: 100%;
	display: flex;
	gap: 0;
}

.join-panel label .flex {
	box-shadow:
		0 0 0 3px #080808,
		0 0 0 6px rgb(83 73 90 / 0.45),
		8px 8px 0 rgb(0 0 0 / 0.58);
}

.join-panel label .flex:focus-within {
	box-shadow:
		0 0 0 3px #080808,
		0 0 0 7px rgb(111 93 128 / 0.42),
		10px 10px 0 rgb(0 0 0 / 0.62);
}

#nameInput {
	flex: 1;
	border-right: 0;
}
@media (max-width: 1100px), (max-height: 680px) {
	.join-panel {
		display: none;
	}
	.logo {
		display: none;
	}
	.home-credits {
		display: none;
	}
	.mobile-not-supported {
		display: block;
	}
}

.update {
	display: flex;
	color: grey;
	font-size: 20px;
	gap: 34px;
	align-items: start;
}

.update-group {
	display: flex;
	gap: 10px;
	white-space: nowrap;
}

.dead-kingdoms-count {
	color: #8aa67f;
}
.gap {
	height: 50px;
}

.status {
	gap: 10px;
	font-size: 30px;
	justify-content: center;
	align-items: center;
	min-height: 42px;
	color: #8aa67f;
	text-shadow: 2px 2px 0 #0b140e;
}

#statusSeparator {
	color: #b79a5f;
	min-width: 18px;
	text-align: center;
}

#onlinePlayers,
#resetStatus {
	min-width: 1px;
	color: #8aa67f;
	font-size: 30px;
	text-shadow: 2px 2px 0 #0b140e;
}

.global-leaderboard-modal,
.snapshot-preview-modal {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: grid;
	place-items: center;
	background: rgb(0 0 0 / 0.68);
}

.global-leaderboard-panel,
.snapshot-preview-panel {
	position: relative;
	box-sizing: border-box;
	border: 4px solid #5f4a32;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: rgb(10 10 14 / 0.96);
	box-shadow:
		0 0 0 3px #080808,
		0 0 0 7px rgb(83 73 90 / 0.38),
		12px 12px 0 rgb(0 0 0 / 0.66);
	color: #e8dcc5;
	text-shadow: 2px 2px 0 #0b0908;
}

.global-leaderboard-panel {
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr);
	gap: 14px;
	width: min(680px, calc(100vw - 40px));
	max-height: min(760px, calc(100vh - 40px));
	padding: 26px;
}

.global-leaderboard-panel h2 {
	margin: 0;
	color: #e9bd59;
	font-size: 38px;
	font-weight: 400;
	text-transform: uppercase;
}

.global-leaderboard-panel p {
	margin: -8px 0 0;
	color: #b79a5f;
	font-size: 20px;
}

.info-panel {
	width: min(780px, calc(100vw - 40px));
}

.info-list,
.changelog-rows {
	display: grid;
	gap: 10px;
	overflow: auto;
}

.info-list p {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 10px 12px;
	border: 3px solid #5f4a32;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: rgb(8 8 8 / 0.62);
	color: #d4c7ad;
	font-size: 22px;
	line-height: 1.2;
}

.how-to-sprite {
	position: relative;
	display: block;
	justify-self: center;
	width: 52px;
	height: 52px;
}

.how-to-sprite-base,
.how-to-sprite-flag {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	max-width: 50px;
	max-height: 50px;
	image-rendering: pixelated;
	transform: translate(-50%, -50%);
}

.how-to-sprite-base {
	width: auto;
	height: 100%;
}

.how-to-sprite-flag {
	width: 100%;
	height: 100%;
	background: var(--flag-color, #d8574f);
	mask: var(--flag-url) center / contain no-repeat;
	-webkit-mask: var(--flag-url) center / contain no-repeat;
}

.info-list span {
	min-width: 0;
}

.info-list strong {
	color: #e9bd59;
	font-weight: 400;
}

.changelog-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 10px 12px;
	border: 3px solid #5f4a32;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: rgb(8 8 8 / 0.62);
	color: #e8dcc5;
	font-size: 21px;
	text-decoration: none;
}

.changelog-row span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.changelog-row small {
	color: #b79a5f;
	font-size: 16px;
}

.changelog-row:hover,
.changelog-row:focus-visible,
.changelog-all-link:hover,
.changelog-all-link:focus-visible {
	border-color: #8aa4bf;
	outline: none;
}

.changelog-all-link {
	justify-self: end;
	padding: 8px 10px;
	border: 3px solid #6f5d40;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: #191713;
	color: #e9bd59;
	font-size: 19px;
	text-decoration: none;
	text-transform: uppercase;
}

.global-leaderboard-rows {
	display: grid;
	gap: 8px;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 4px;
}

.global-leaderboard-row {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) minmax(190px, auto) auto;
	align-items: center;
	gap: 12px;
	padding: 10px;
	border: 3px solid #5f4a32;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: rgb(8 8 8 / 0.74);
	font-size: 22px;
}

.global-leaderboard-row strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
}

.global-rank {
	color: #e9bd59;
}

.global-leaderboard-stats {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	min-width: 0;
	white-space: nowrap;
}

.global-leaderboard-stat {
	position: relative;
	color: #cfc7b7;
	font-style: normal;
	outline: none;
}

.global-leaderboard-stat:first-child {
	color: #f4efe6;
}

.global-leaderboard-popup {
	position: fixed;
	z-index: 120;
	pointer-events: none;
	white-space: nowrap;
	padding: 6px 8px;
	border: 1px solid rgb(233 189 89 / 0.45);
	background: rgb(17 24 19 / 0.96);
	color: #f4efe6;
	font-size: 16px;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.global-leaderboard-popup.visible {
	opacity: 1;
	transform: translateY(0);
}

.global-leaderboard-row button,
.global-close-button {
	border: 3px solid #6f5d40;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: #191713;
	color: #e9bd59;
	min-height: 0;
	padding: 8px 10px;
	box-shadow:
		0 0 0 2px #080808,
		4px 4px 0 rgb(0 0 0 / 0.58);
	text-transform: uppercase;
}

.global-leaderboard-row button:hover,
.global-close-button:hover,
.global-leaderboard-row button:focus-visible,
.global-close-button:focus-visible {
	background: #242019;
	color: #ffe0a0;
	outline: none;
}

.global-close-button {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 34px;
	height: 34px;
	padding: 0;
}

.global-loading {
	padding: 20px 0;
	color: #b79a5f;
	font-size: 24px;
}

.snapshot-preview-panel {
	position: relative;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	width: min(1180px, calc(100vw - 44px));
	height: min(760px, calc(100vh - 44px));
	padding: 12px;
	overflow: hidden;
}

#snapshotPreviewCanvas {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	max-width: 100%;
	max-height: 100%;
	background: #315f3c;
	image-rendering: pixelated;
	touch-action: none;
}

#snapshotPreviewCanvas.snapshot-preview-canvas-loading {
	opacity: 0.32;
}

.snapshot-preview-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	gap: 12px;
	padding: 18px 22px;
	border: 3px solid #5f4a32;
	border-bottom-color: #211914;
	border-right-color: #211914;
	background: rgb(8 8 8 / 0.88);
	color: #e9bd59;
	font-size: 22px;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
}

.snapshot-spinner {
	width: 38px;
	height: 38px;
	border: 5px solid #3e3424;
	border-top-color: #e9bd59;
	animation: snapshot-spin 800ms steps(8) infinite;
}

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

.snapshot-preview-info {
	min-height: 28px;
	padding-top: 8px;
	color: #b79a5f;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
