@font-face {
	font-family: "Gamdom";
	src: url(/maintenanceV4/fonts/Gamdom.otf) format("opentype");
}

@font-face {
	font-family: "Gamdom";
	src: url(/maintenanceV4/fonts/Gamdom-Bold.woff2) format("woff2");
	font-weight: 700;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Gamdom", sans-serif;
	background-color: #080d13;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.page-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 100%;
	max-width: 600px;
}

@media (max-width: 600px) {
	.page-wrapper {
		padding: 0 15px;
	}
}

.card {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 4px;
}

.card-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 44px 0;
	border: 1px solid #19212a;
	border-radius: 20px 20px 0 0;
	text-align: center;
}

.card-top_50x {
	padding: 44px 20px;
}

.card-icon {
	width: 98px;
	height: 98px;
	object-fit: cover;
}

.card-title {
	font-size: 28px;
	font-weight: 700;
	color: #f3a919;
	line-height: 28px;
}

.card-title_geoblocked {
	max-width: 482px;
}

.card-subtitle {
	font-size: 13px;
	font-weight: 500;
	color: #818e9d;
	line-height: 20px;
}

.card-countdown {
	font-size: 14px;
	font-weight: 700;
	color: #f9f9f9;
}

.card-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 16px;
	background: #0f151b;
	border-radius: 0 0 20px 20px;
	text-align: center;
}

.card-contact-label {
	font-size: 12px;
	font-weight: 500;
	color: #f9f9f9;
	line-height: 12px;
}

.card-email {
	font-size: 14px;
	font-weight: 500;
	color: #00ff86;
	line-height: 20px;
}

.card-ray-id {
	font-size: 13px;
	font-weight: 500;
	color: #818e9d;
}

.socials {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
}

.socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	overflow: hidden;
}

.country-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 36px;
	padding: 6px 10px;
	background: #131a22;
	border-radius: 10px;
}

.country-pill[hidden] {
	display: none;
}

.country-pill-flag {
	line-height: 1;
	border-radius: 50%;
	font-size: 20px;
	overflow: hidden;
	display: flex;
	height: 20px;
	width: 20px;
	justify-content: center;
	align-items: center;
}

.country-pill-flag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.country-pill-name {
	font-family: "Gamdom", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #f9f9f9;
	line-height: normal;
}

.card-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 20px;
	background: #0f151b;
	text-align: center;
}

.card-section_rounded-bottom {
	border-radius: 0 0 20px 20px;
}

.card-section-title {
	font-size: 14px;
	font-weight: 700;
	color: #f9f9f9;
	line-height: normal;
}

.card-section-text {
	font-size: 13px;
	font-weight: 500;
	color: #818e9d;
	line-height: 20px;
	text-align: center;
}
