body {
	align-items: center;
	background: linear-gradient(rgba(0, 0, 0, 0.525), rgba(0, 0, 0, 0.525)), url('https://upload.wikimedia.org/wikipedia/commons/c/c5/Evening_over_a_bubbling_stream_%28Unsplash%29.jpg') no-repeat center center fixed;
	background-size: cover;
	color: #fff;
	display: flex;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	height: 100vh;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	width: 100vw;
}

.container {
	background: rgba(15, 15, 15, 0.65);
	border-radius: 24px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0px 50px;
	min-width: 320px;
	padding: 60px 40px;
	width: 100vw;
}

.xsmall {
	font-size: 1vw;
}

.xsmall .status {
	font-size: 0.5vw;
}

.small {
	font-size: 2vw;
}

.small .status {
	font-size: 1vw;
}

.medium {
	font-size: 4vw;
}

.medium .status {
	font-size: 2vw;
}

.normal {
	font-size: 8vw;
}

.normal .status {
	font-size: 3vw;
}

.large {
	font-size: 12vw;
}

.large .status {
	font-size: 4vw;
}

.xlarge {
	font-size: 16vw;
}

.xlarge .status {
	font-size: 5vw;
}

.time {
	align-items: baseline;
	display: flex;
	font-weight: 700;
	opacity: 0;
	text-transform: uppercase;
	transform: translateX(-100%);
	white-space: nowrap;
	animation: slideIn 1s forwards;
}

.time span {
	animation: slideSpanIn 0.8s forwards;
	left: -40px;
	opacity: 0;
	position: relative;
}

.time span:first-child {
	font-weight: 900;
	margin-right: 20px;
}

.time span:last-child {
	animation-delay: 1s;
	font-weight: 300;
	margin-right: 20px;
}

.line {
	height: 8px;
	margin: 40px 0 0 0;
	position: relative;
	width: 100%;
}

.line-inner {
	animation: growLine 1s forwards;
	animation-delay: 0.8s;
	background: #fff;
	border-radius: 4px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.line-slash {
	animation: slideSlash 0.6s forwards;
	animation-delay: 1.8s !important;
	color: #fff;
	font-size: 5vw;
	font-weight: 100;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: -10px;
	top: calc(var(--slash-height) / 1.8);
	user-select: none;
	transition: all 0.3s ease-in-out;
}

.line-slash span {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.line-slash span:nth-child(1) {
	animation: showSlash 0.3s forwards;
	animation-delay: 1.9s;
}

.line-slash span:nth-child(2) {
	animation: showSlash 0.3s forwards;
	animation-delay: 2.0s;
}

.status {
	animation: slideIn 1s forwards;
	animation-delay: 2.0s;
	color: #bbb;
	font-size: 3vw;
	margin-top: 20px;
	opacity: 0;
	transform: translateX(-100%);
}

select {
	appearance: none;
	background: rgba(0, 0, 0, 0.7);
	background-image: none;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	outline: none;
	padding: 11.5px 50px;
	position: relative;
	transform: translateY(1px);
	transition: background 0.3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-webkit-input-placeholder {
	color: #fff;
}

select::-webkit-scrollbar {
	display: none;
}

select:after {
	display: none;
}

.btn {
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	border-radius: 6px;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	gap: 10px;
	height: 45px;
	justify-content: center;
	padding: 10px !important;
	right: 20px;
	transition: background 0.3s ease;
}

.btn:hover {
	background: rgba(255, 255, 255, 0.2);
}

.popup-overlay {
	align-items: center;
	backdrop-filter: blur(4px);
	background: linear-gradient(120deg, rgba(30, 30, 60, 0.85) 0%, rgba(0, 0, 0, 0.7) 100%);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.4s ease;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.popup-container {
	background: linear-gradient(120deg, rgba(40, 40, 70, 0.92) 0%, rgba(20, 20, 30, 0.92) 100%);
	border: 1.5px solid rgba(110, 142, 251, 0.18);
	border-radius: 18px;
	box-shadow: 0 15px 40px rgba(60, 80, 120, 0.35), 0 2px 8px rgba(110, 142, 251, 0.08);
	opacity: 0;
	padding: 30px;
	position: relative;
	transform: scale(1.5);
	transition: all 1.2s ease-in-out;
	width: 90%;
	max-width: 450px;
}

.popup-content {
	padding: 10px 0;
	text-align: center;
}

.popup-content h2 {
	background: linear-gradient(90deg, #6e8efb 0%, #a777e3 100%);
	background-clip: text;
	font-size: 2.1rem;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0px 0px 18px 0px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.popup-content p {
	border-radius: 8px;
	color: #fff;
	font-size: 1.15rem;
	line-height: 1.6;
	margin: 0px;
}

.popup-content a {
	color: #fff;
	text-decoration: none;
}

.popup-content a:hover {
	text-decoration: underline;
}

.close-btn {
	align-items: center;
	background: none;
	border: none;
	border-radius: 50%;
	color: #888;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: color 0.3s;
	width: 30px;
}

.close-btn:hover svg {
	fill: #ff5252;
}

.popup-active .popup-overlay {
	opacity: 1;
	visibility: visible;
}

.popup-active .popup-container {
	opacity: 1;
	transform: translateZ(0) rotateX(0) scale(1);
}

.popup-container::before {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	bottom: -10px;
	content: '';
	filter: blur(10px);
	height: 20px;
	left: 5%;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease;
	width: 90%;
	z-index: -1;
	transform: translateZ(-20px);
}

.popup-active .popup-container::before {
	opacity: 1;
}

@keyframes slideIn {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideSpanIn {
	to {
		left: 0;
		opacity: 1;
	}
}

@keyframes growLine {
	to {
		width: calc(100% - var(--slash-width));
	}
}

@keyframes slideSlash {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes showSlash {
	to {
		opacity: 1;
	}
}