.waum-register{
	max-width:720px;
	margin:24px auto;
	padding:0 16px;
	box-sizing:border-box;
	font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

.waum-register__card{
	background:#fff;
	border:1px solid rgba(0,0,0,.08);
	border-radius:14px;
	box-shadow:0 6px 22px rgba(0,0,0,.06);
	padding:22px;
}

.waum-register__title{
	margin:0 0 10px;
	font-size:20px;
	line-height:1.25;
}

.waum-register__text{
	margin:0 0 14px;
	font-size:14px;
	line-height:1.6;
	color:rgba(0,0,0,.75);
}

.waum-register__form p{
	margin:0 0 14px;
}

.waum-register__form label{
	display:block;
	font-weight:600;
	margin:0 0 6px;
}

.waum-register__form input[type="text"],
.waum-register__form input[type="email"],
.waum-register__form input[type="tel"],
.waum-register__form input[type="password"],
.waum-register__form input[type="url"],
.waum-register__form textarea,
.waum-register__form select{
	width:100%;
	max-width:100%;
	padding:10px 12px;
	border:1px solid rgba(0,0,0,.18);
	border-radius:10px;
	box-sizing:border-box;
	background:#fff;
}

.waum-register__form input[type="text"]:focus,
.waum-register__form input[type="email"]:focus,
.waum-register__form input[type="tel"]:focus,
.waum-register__form input[type="password"]:focus,
.waum-register__form input[type="url"]:focus,
.waum-register__form textarea:focus,
.waum-register__form select:focus{
	outline:none;
	border-color:#2271b1;
	box-shadow:0 0 0 3px rgba(34,113,177,.18);
}

.waum-register__actions{
	margin:14px 0 0;
}

.waum-register__button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	padding:10px 16px;
	border-radius:10px;
	border:1px solid #1f66a0;
	background:#2271b1;
	color:#fff;
	font-weight:700;
	font-size:14px;
	line-height:1;
	cursor:pointer;
	box-shadow:0 6px 16px rgba(34,113,177,.18);
	text-decoration:none;
}

.waum-register__button:hover{
	background:#1f66a0;
	border-color:#1b5d92;
}

.waum-register__button:focus{
	outline:none;
	box-shadow:0 0 0 3px rgba(34,113,177,.22), 0 6px 16px rgba(34,113,177,.18);
}

.waum-register__button:disabled{
	opacity:.6;
	cursor:not-allowed;
	box-shadow:none;
}

.waum-register .notice{
	margin:0 0 14px;
}

.waum-register__countdown{
	margin:14px 0;
	padding:16px 20px;
	background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius:12px;
	box-shadow:0 8px 20px rgba(102, 126, 234, 0.3);
	text-align:center;
}

.waum-register__countdown.waum-register__countdown--expired{
	background:#dc3232;
	box-shadow:0 8px 20px rgba(220, 50, 50, 0.25);
}

.waum-register__countdown.waum-register__countdown--expired strong{
	color:rgba(255,255,255,0.95);
}

.waum-register__countdown.waum-register__countdown--expired #waum-countdown{
	color:#ffffff;
}

.waum-register__countdown strong{
	display:block;
	color:rgba(255,255,255,0.9);
	font-size:13px;
	font-weight:600;
	margin-bottom:8px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

#waum-countdown{
	display:inline-block;
	font-size:36px;
	font-weight:700;
	font-family:'Courier New', monospace;
	color:#ffffff;
	letter-spacing:4px;
	text-shadow:0 2px 8px rgba(0,0,0,0.2);
	transition:color 0.3s ease;
}
