html.tx21-locked,
html.tx21-locked body {
	overflow: hidden !important;
}

.tx21-gate {
	--tx-navy: #04183d;
	--tx-blue: #0759c7;
	--tx-cyan: #05b6df;
	--tx-ice: #edfaff;
	position: fixed;
	inset: 0;
	z-index: 2147483647;
	display: grid;
	place-items: center;
	overflow: auto;
	padding: 24px;
	background:
		radial-gradient(circle at 12% 16%, rgba(5,182,223,.18), transparent 28%),
		radial-gradient(circle at 88% 82%, rgba(7,89,199,.20), transparent 30%),
		linear-gradient(135deg, #020b20 0%, #061b45 52%, #042c58 100%);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	opacity: 1;
	transition: opacity .45s ease, visibility .45s ease;
}
.tx21-gate:before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(to bottom, black, transparent);
}
.tx21-gate.is-approved { opacity: 0; visibility: hidden; }
.tx21-atmosphere span { position: fixed; border: 1px solid rgba(66,214,248,.18); border-radius: 50%; animation: tx21-float 11s ease-in-out infinite; }
.tx21-atmosphere span:nth-child(1) { top: 8%; left: 8%; width: 130px; height: 130px; }
.tx21-atmosphere span:nth-child(2) { right: 6%; bottom: 4%; width: 240px; height: 240px; animation-delay: -4s; }
.tx21-atmosphere span:nth-child(3) { top: 38%; right: 15%; width: 42px; height: 42px; animation-delay: -7s; }

.tx21-panel {
	position: relative;
	width: min(100%, 620px);
	overflow: hidden;
	padding: clamp(28px, 5vw, 54px);
	border: 1px solid rgba(172,229,246,.44);
	border-radius: 26px;
	background: linear-gradient(145deg, rgba(255,255,255,.985), rgba(239,249,255,.97));
	box-shadow: 0 40px 120px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.8);
	text-align: center;
}
.tx21-panel:before { content: ""; position: absolute; top: 0; left: 12%; right: 12%; height: 3px; background: linear-gradient(90deg,transparent,var(--tx-cyan),transparent); box-shadow: 0 0 22px var(--tx-cyan); }
.tx21-science { position: absolute; right: -28px; top: 52px; opacity: .075; transform: rotate(-12deg); }
.tx21-science svg { width: 210px; fill: none; stroke: var(--tx-blue); stroke-width: 2; }
.tx21-brand { position: relative; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; }
.tx21-brand img { display: block; width: min(100%, 280px); height: auto; max-height: 82px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(6,27,69,.12)); }
.tx21-seal { position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid #c8e5f2; border-radius: 999px; background: var(--tx-ice); color: var(--tx-blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tx21-seal svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.4; }
.tx21-eyebrow { position: relative; display: flex; justify-content: center; align-items: center; gap: 10px; margin: 20px 0 8px; color: #60768d; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.tx21-eyebrow i { width: 24px; height: 1px; background: #aac8d8; }
.tx21-panel h1 { position: relative; margin: 0; color: var(--tx-navy); font-size: clamp(40px, 7vw, 62px); line-height: .92; letter-spacing: -.055em; font-weight: 850; }
.tx21-panel h1 em { color: var(--tx-blue); font-style: normal; }
.tx21-description { position: relative; max-width: 470px; margin: 20px auto 24px; color: #5c7085; font-size: 14px; line-height: 1.65; }
.tx21-consent { position: relative; display: flex; align-items: flex-start; gap: 13px; padding: 16px; border: 1px solid #cfe1eb; border-radius: 13px; background: rgba(255,255,255,.82); color: #40566d; text-align: left; font-size: 12px; line-height: 1.5; cursor: pointer; transition: .2s ease; }
.tx21-consent:hover { border-color: #7acbe4; box-shadow: 0 8px 24px rgba(6,27,69,.07); }
.tx21-consent input { position: absolute; opacity: 0; }
.tx21-check { flex: 0 0 22px; display: grid; place-items: center; width: 22px; height: 22px; margin-top: 1px; border: 2px solid #9bb6c7; border-radius: 6px; background: white; transition: .2s ease; }
.tx21-check svg { width: 14px; fill: none; stroke: white; stroke-width: 2.5; opacity: 0; }
.tx21-consent input:checked + .tx21-check { border-color: var(--tx-blue); background: var(--tx-blue); box-shadow: 0 0 0 4px rgba(7,89,199,.1); }
.tx21-consent input:checked + .tx21-check svg { opacity: 1; }
.tx21-consent input:focus-visible + .tx21-check { outline: 3px solid rgba(5,182,223,.35); outline-offset: 2px; }
.tx21-consent strong { color: var(--tx-navy); }
.tx21-error { display: none; margin: 9px 0 -5px; color: #a62235; font-size: 11px; font-weight: 700; }
.tx21-error.is-visible { display: block; }
.tx21-actions { position: relative; display: grid; gap: 9px; margin-top: 16px; }
.tx21-actions button { width: 100%; border: 0; font-family: inherit; cursor: pointer; }
.tx21-enter { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 0 20px; border-radius: 12px !important; background: linear-gradient(135deg,var(--tx-blue),var(--tx-navy)) !important; color: white !important; font-size: 13px !important; font-weight: 800 !important; letter-spacing: .02em; box-shadow: 0 14px 30px rgba(6,27,69,.2); transition: .2s ease; }
.tx21-enter b { font-size: 21px; font-weight: 400; }
.tx21-enter:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(6,27,69,.28); }
.tx21-enter:disabled { background: #9aabba !important; opacity: .6; cursor: not-allowed; box-shadow: none; }
.tx21-exit { padding: 10px !important; background: transparent !important; color: #718295 !important; font-size: 11px !important; font-weight: 700 !important; text-decoration: none !important; }
.tx21-exit:hover { color: #a62235 !important; }
.tx21-footer { position: relative; display: flex; justify-content: center; gap: 20px; margin-top: 20px; padding-top: 18px; border-top: 1px solid #dce9f0; color: #718295; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.tx21-footer b { margin-right: 4px; color: var(--tx-blue); }

@keyframes tx21-float { 50% { transform: translateY(18px) scale(1.05); opacity: .45; } }
@media (prefers-reduced-motion: reduce) { .tx21-atmosphere span { animation: none; } }
@media (max-width: 600px) {
	.tx21-gate { align-items: start; padding: 12px; }
	.tx21-panel { margin: 12px 0; padding: 27px 18px; border-radius: 19px; }
	.tx21-brand { margin-bottom: 18px; }
	.tx21-panel h1 { font-size: 42px; }
	.tx21-description { margin: 16px auto 19px; font-size: 12px; }
	.tx21-consent { padding: 13px; font-size: 11px; }
	.tx21-footer { flex-direction: column; gap: 6px; }
}
