* {
	box-sizing: border-box;
	font-family: 'Tektur', sans-serif;
}
a {
	text-decoration: none;
}
.muted-auth {
	pointer-events: none;
}
.hero-logo-small-2 {
	display: inline-block;
	width: 64px;
	height: 64px;
	filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1)); /* White drop shadow */
}
body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #081a3a;
	position: relative;
}
h2 {
	font-size: 35pt;
}
@keyframes container-glow {
	0% {
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1),
			0 0 50px rgba(182, 229, 168, 0.2),
			0 0 80px rgba(126, 217, 87, 0.1);
	}
	50% {
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1),
			0 0 70px rgba(182, 229, 168, 0.4),
			0 0 100px rgba(126, 217, 87, 0.2);
	}
	100% {
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1),
			0 0 50px rgba(182, 229, 168, 0.2),
			0 0 80px rgba(126, 217, 87, 0.1);
	}
}
.login-container {
	position: relative;
	z-index: 2;
	background: linear-gradient(180deg, #f2f3f5 0%, #e3e6ea 100%);
	padding: 12px;
	border-radius: 20px;
	backdrop-filter: blur(15px);
	border: 1px solid rgba(112, 118, 130, 0.28);
	box-shadow: 0 14px 40px rgba(12, 16, 24, 0.16);
	width: 100%;
	max-width: 465px;
	text-align: center;
	transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.login-container:hover {
	box-shadow: 0 18px 48px rgba(12, 16, 24, 0.18);
	transform: translateY(-1px);
}
.login-header {
	margin-bottom: 12px;
	text-align: center;
}
.login-header h1 {
	color: #5c6470;
	font-size: 25px;
	margin-bottom: 10px;
}
.login-header p {
	font-size: 17px;
	margin-top: 12px;
	color: #737a84;
}
.input-group {
	margin-bottom: 20px;
	position: relative;
}
.input-group input {
	width: 100%;
	padding: 9px;
	border: 1px solid rgba(108, 115, 126, 0.34);
	background: rgba(129, 136, 148, 0.12);
	border-radius: 10px;
	color: #1b1f25;
	font-size: 16px;
	transition: all 0.3s ease;
}
.input-group input:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(122, 129, 141, 0.18);
	background: rgba(129, 136, 148, 0.18);
	border-color: rgba(108, 115, 126, 0.7);
}
.input-group input::placeholder {
	color: rgba(27, 31, 37, 0.58);
}
.login-button {
	width: 100%;
	padding: 12px;
	border: none;
	border-radius: 10px;
	background: linear-gradient(135deg, #878d96, #5d646d);
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: white;
}
.login-button:hover {
	background: linear-gradient(135deg, #959ba5, #686f79);
	box-shadow: 0 10px 24px rgba(61, 67, 76, 0.18);
}

.muted-auth.login-button {
	background: linear-gradient(135deg, #878d96, #5d646d);
	color: #ffffff;
}

.muted-auth.login-button:hover {
	background: linear-gradient(135deg, #959ba5, #686f79);
	box-shadow: 0 10px 24px rgba(61, 67, 76, 0.18);
}
@keyframes glow {
	0% {
		box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
	}
	100% {
		box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
	}
}
.register-link {
	margin-top: 20px;
	color: #737a84;
}
.register-link a {
	text-decoration: none;
	font-weight: bold;
	color: #5c6470;
	transition: color 0.3s ease;
}
.register-link a:hover {
	color: #434951;
	text-shadow: none;
}
.error-message {
	background: rgba(255, 0, 0, 0.1);
	border: 1px solid rgba(255, 0, 0, 0.2);
	color: #d32f2f;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	backdrop-filter: blur(5px);
}
.features-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 12px;
	color: rgba(17, 17, 17, 0.95);
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.features-list span {
	background: rgba(113, 120, 131, 0.12);
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 13px;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(110, 116, 127, 0.22);
	text-shadow: none;
}
.features-list span a {
	color: #111111;
	text-decoration: none;
}
.login-container h2 {
	color: #5c6470;
	text-shadow: none;
	margin-bottom: 30px;
}
.login-container p {
	color: #555c66;
	text-shadow: none;
	line-height: 1.6;
	margin-top: 12px;
}
.logo-link {
	text-decoration: none;
	color: #5c6470;
}
.logo-link:hover {
	color: inherit;
}
.logo-link h1, .logo-link h2 {
	margin: inherit;
	color: #5c6470;
}
.input-group + .input-group {
	margin-top: 15px;
}
.terms-text {
	margin-top: 15px;
	font-size: 12px;
	color: #7a8089;
}
.terms-text a {
	text-decoration: none;
	color: #5c6470;
	transition: color 0.3s ease;
}
.terms-text a:hover {
	color: #434951;
	text-shadow: none;
}

.muted-auth-text,
.muted-auth-text a {
	color: #6f7680 !important;
	pointer-events: none !important;
}

.muted-auth-text a:hover {
	color: #555c66 !important;
	text-shadow: none;
}
/* Social Login */
.social-login {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 20px;
	padding: 8px 0;
	border-top: 1px solid rgba(108, 115, 126, 0.16);
}
.social-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(113, 120, 131, 0.12);
	color: #2b3138;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 20px;
}
.social-button:hover {
	transform: translateY(-2px);
	background: rgba(113, 120, 131, 0.2);
}
.metamask-icon {
	width: 20px;
	height: 20px;
	transition: all 0.3s ease;
}
.social-button.metamask:hover .metamask-icon {
	transform: scale(1.1);
}
@media (max-width: 480px) {
	.login-container {
		padding: 20px;
		margin: 20px;
	}
}
