.svh-registration-page {
	--portal-green: #075f46;
	--portal-green-light: #0b7a59;
	--portal-silver: #dfe1e5;
	--portal-ink: #151515;
	--portal-glass: rgba(255, 255, 255, .76);
	min-height: 100vh;
	background:
		radial-gradient(circle at 9% 8%, rgba(255, 255, 255, .98), transparent 28%),
		radial-gradient(circle at 91% 22%, rgba(168, 174, 186, .42), transparent 31%),
		radial-gradient(circle at 48% 76%, rgba(255, 255, 255, .72), transparent 34%),
		linear-gradient(145deg, #eef0f4 0%, #cfd3da 46%, #f5f6f8 100%);
	background-attachment: fixed;
	color: var(--portal-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.registration-container { max-width: 1040px; margin-top: clamp(18px, 4vw, 52px); }

.svh-registration-page .hero {
	padding: clamp(24px, 3.5vw, 40px);
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 34px;
	background:
		radial-gradient(circle at 82% 14%, rgba(255, 255, 255, .14), transparent 31%),
		linear-gradient(145deg, #0a7355, #064633);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26), 0 30px 80px rgba(18, 22, 30, .24);
}

.svh-registration-page .hero::after {
	right: -90px;
	width: min(48vw, 570px);
	transform: translateY(-50%) rotate(12deg);
	opacity: .1;
	filter: grayscale(1) brightness(4);
}

.svh-registration-page .hero-content { max-width: 680px; }

.svh-registration-page .eyebrow { font-weight: 850; letter-spacing: .2em; opacity: .86; }
.svh-registration-page .hero h1 { max-width: 600px; margin-top: .34rem; font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 850; letter-spacing: -.045em; text-wrap: balance; }
.svh-registration-page .hero .lead { max-width: 680px; margin-top: .65rem; font-size: clamp(.98rem, 2vw, 1.12rem); font-weight: 500; }
.svh-registration-page .portal-actions { margin-top: 18px; }

.registration-form { display: grid; gap: 18px; }

.registration-card {
	margin-top: 18px;
	padding: clamp(20px, 3.5vw, 32px);
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(246, 247, 250, .58));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), inset 0 -1px 0 rgba(255, 255, 255, .3), 0 20px 55px rgba(24, 29, 38, .12);
	backdrop-filter: blur(16px);
}

.registration-card h2 { margin: 0 0 18px; color: var(--portal-ink); font-size: clamp(1.2rem, 2vw, 1.5rem); letter-spacing: -.02em; }
.registration-card > p { color: #62666c; }
.registration-unlock { max-width: 560px; margin-right: auto; margin-left: auto; }
.registration-card form, .registration-form { display: grid; gap: 16px; }
.registration-card label { display: grid; gap: 7px; color: #282b2f; font-weight: 750; }

.registration-card input[type=text],
.registration-card input[type=email],
.registration-card input[type=password],
.registration-card select {
	width: 100%;
	min-height: 52px;
	padding: 13px 15px;
	border: 1px solid rgba(116, 124, 135, .34);
	border-radius: 16px;
	background: rgba(255, 255, 255, .78);
	box-shadow: inset 0 1px 2px rgba(15, 22, 31, .05), 0 1px 0 rgba(255, 255, 255, .92);
	color: var(--portal-ink);
	font: inherit;
}

.registration-card input:focus,
.registration-card select:focus {
	border-color: var(--portal-green-light);
	outline: 4px solid rgba(7, 95, 70, .13);
	background: #fff;
}

.registration-card button {
	min-height: 52px;
	padding: 13px 22px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 999px;
	background: linear-gradient(145deg, var(--portal-green-light), var(--portal-green));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 12px 26px rgba(7, 95, 70, .22);
	color: #fff;
	font: inherit;
	font-weight: 850;
	cursor: pointer;
}

.registration-card button:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 16px 30px rgba(7, 95, 70, .28); }
.registration-message { margin-top: 18px; padding: 17px 20px; border-radius: 18px; box-shadow: 0 12px 28px rgba(24, 29, 38, .08); }
.registration-error { border: 1px solid #e2a1a1; background: rgba(255, 240, 240, .92); color: #8a2022; }
.registration-success { border: 1px solid #7bc3a5; background: rgba(237, 247, 242, .94); color: var(--portal-green); }

.slot-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.slot-card {
	display: flex !important;
	grid-template-columns: none !important;
	align-items: flex-start;
	gap: 11px !important;
	padding: 17px;
	border: 1px solid rgba(255, 255, 255, .92);
	border-radius: 18px;
	background: rgba(255, 255, 255, .68);
	box-shadow: inset 0 1px 0 #fff, 0 8px 22px rgba(18, 22, 30, .07);
	cursor: pointer;
}

.slot-card:has(input:checked) { border-color: rgba(7, 95, 70, .48); background: linear-gradient(145deg, rgba(237, 247, 242, .98), rgba(211, 234, 223, .84)); box-shadow: 0 12px 28px rgba(7, 95, 70, .14); }
.slot-card input { margin-top: 6px; accent-color: var(--portal-green); }
.slot-card strong, .slot-card small { display: block; }
.slot-card small { margin-top: 4px; color: #686e72; font-weight: 450; }
.slot-content { flex: 1; min-width: 0; }
.slot-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.slot-heading b { padding: 4px 9px; border-radius: 99px; background: #e2f0e9; color: var(--portal-green); font-size: .76rem; white-space: nowrap; }
.slot-card-full { cursor: pointer; opacity: 1; border-color: rgba(181, 121, 18, .3); background: linear-gradient(145deg, rgba(255, 249, 232, .94), rgba(249, 238, 205, .72)); }
.slot-card-full .slot-heading b { background: #f4e4b7; color: #75520a; }
.slot-availability { font-weight: 750 !important; color: var(--portal-green) !important; }
.slot-card-full .slot-availability { color: #75520a !important; }
.registration-waitlist { border-color: #e6cf8f; background: #fff8e5; color: #654707; }
.slot-names { display: grid; gap: 4px; margin: 11px 0 8px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, .76); border-radius: 12px; background: rgba(255, 255, 255, .58); list-style: none; }
.slot-names li { font-size: .84rem; font-weight: 700; }
.slot-names .helper-team { color: #72777c; font-size: .82em; font-weight: 550; }
.slot-names em { display: inline; color: #72777c; font-size: .74rem; font-style: normal; font-weight: 450; }

.registration-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.field-wide { grid-column: 1 / -1; }
.consent { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; padding: 14px 16px; border-radius: 15px; background: rgba(255, 255, 255, .55); font-size: .9rem; font-weight: 450 !important; }
.consent input { margin-top: 4px; accent-color: var(--portal-green); }
.svh-registration-page footer { color: #62676c; font-weight: 550; }
.privacy-footer { max-width: 760px; margin: 4px auto 0; line-height: 1.65; }
.privacy-footer strong { color: #363a3e; }
.privacy-footer a { color: var(--portal-green); font-weight: 750; text-underline-offset: 3px; }
[hidden] { display: none !important; }

@media (max-width: 650px) {
	.registration-container { width: min(100% - 20px, 1040px); margin-top: 10px; }
	.svh-registration-page .hero { padding: 26px 22px; border-radius: 24px; }
	.svh-registration-page .hero::after { right: -72px; width: 270px; transform: translateY(-50%) rotate(14deg); opacity: .08; }
	.registration-card { padding: 20px 17px; border-radius: 20px; }
	.slot-list, .registration-fields { grid-template-columns: 1fr; }
	.field-wide { grid-column: auto; }
	.slot-heading { display: grid; }
	.slot-heading b { width: max-content; }
}

.registration-mail-hint{margin:4px 0 2px;padding:12px 14px;border-radius:14px;background:#e9f5ef;color:#075f46;font-size:.94rem;font-weight:700;line-height:1.45}.registration-success small{display:inline-block;margin-top:6px;font-weight:700}
