.tsc-register-consents {
	display: grid;
	gap: 12px;
	margin: 0 0 16px;
}

.tsc-register-team {
	color: #d9fffb;
	display: grid;
	font-size: 13px;
	font-weight: 800;
	gap: 6px;
	line-height: 1.35;
	text-transform: none;
}

.tsc-register-team span {
	color: #bde9e3;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.tsc-register-team select {
	appearance: auto;
	background: rgba(28, 116, 106, 0.42);
	border: 1px solid rgba(116, 255, 238, 0.28);
	border-radius: 8px;
	box-sizing: border-box;
	color: #d9fffb;
	font: inherit;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.tsc-register-team select:focus {
	border-color: #72d5cb;
	box-shadow: 0 0 0 2px rgba(114, 213, 203, 0.18);
	outline: none;
}

.tsc-checkbox {
	align-items: flex-start;
	background: rgba(28, 116, 106, 0.32);
	border: 1px solid rgba(116, 255, 238, 0.24);
	border-radius: 8px;
	color: #d9fffb;
	display: flex;
	gap: 10px;
	line-height: 1.45;
	padding: 12px;
	text-transform: none;
}

.tsc-checkbox input {
	flex: 0 0 auto;
	margin-top: 2px;
}

.tsc-checkbox a {
	color: #72d5cb;
	font-weight: 800;
	text-decoration: none;
}

.tsc-checkbox a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.login .tsc-checkbox {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.login .tsc-checkbox input[type="checkbox"] {
	margin-top: 2px;
}

body:not(.tsy-exit-body) {
	padding-bottom: 64px;
}

.tsc-legal-footer {
	background: linear-gradient(118deg, rgba(24, 91, 83, 0.94) 0%, rgba(46, 134, 124, 0.94) 62%, rgba(91, 184, 173, 0.94) 100%);
	border-top: 1px solid rgba(116, 255, 238, 0.28);
	bottom: 0;
	box-shadow: 0 -8px 22px rgba(2, 35, 31, 0.12), inset 0 1px 0 rgba(232, 255, 251, 0.1);
	box-sizing: border-box;
	color: #d9fffb;
	font-size: 12px;
	left: 280px;
	padding: 10px clamp(14px, 3vw, 30px);
	position: fixed;
	right: 0;
	z-index: 35;
}

.tsc-legal-footer nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	justify-content: center;
	margin: 0 auto;
	max-width: 1160px;
}

.tsc-legal-footer a,
.tsc-legal-footer button {
	background: transparent;
	border: 0;
	color: rgba(232, 255, 251, 0.86);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 0;
	text-decoration: none;
}

.tsc-legal-footer a:hover,
.tsc-legal-footer button:hover {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tsc-cookie-banner {
	align-items: center;
	background: rgba(13, 61, 55, 0.96);
	border: 1px solid rgba(116, 255, 238, 0.32);
	border-radius: 12px;
	bottom: 76px;
	box-shadow: 0 20px 60px rgba(2, 35, 31, 0.35);
	box-sizing: border-box;
	color: #e8fffb;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) auto;
	max-width: 980px;
	padding: 18px;
	position: fixed;
	left: calc(280px + ((100vw - 280px) / 2));
	transform: translateX(-50%);
	width: min(980px, calc(100vw - 316px));
	z-index: 9999;
}

.tsc-cookie-banner[hidden],
.tsc-cookie-modal[hidden] {
	display: none;
}

.tsc-cookie-banner p {
	line-height: 1.55;
	margin: 0;
}

.tsc-cookie-banner a {
	color: #72d5cb;
	font-weight: 800;
}

.tsc-cookie-banner__actions,
.tsc-cookie-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.tsc-button {
	background: rgba(28, 116, 106, 0.7);
	border: 1px solid rgba(116, 255, 238, 0.28);
	border-radius: 8px;
	color: #e8fffb;
	cursor: pointer;
	font-weight: 800;
	min-height: 40px;
	padding: 10px 14px;
}

.tsc-button.is-primary {
	background: #72d5cb;
	border-color: #72d5cb;
	color: #021f1c;
}

.tsc-cookie-modal {
	align-items: center;
	background: rgba(2, 20, 18, 0.62);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 18px;
	position: fixed;
	z-index: 10000;
}

.tsc-cookie-modal__panel {
	background: linear-gradient(135deg, rgba(13, 61, 55, 0.98), rgba(28, 116, 106, 0.98));
	border: 1px solid rgba(116, 255, 238, 0.32);
	border-radius: 14px;
	box-shadow: 0 28px 80px rgba(2, 35, 31, 0.45);
	box-sizing: border-box;
	color: #e8fffb;
	max-height: min(680px, calc(100vh - 36px));
	max-width: 680px;
	overflow: auto;
	padding: 22px;
	width: 100%;
}

.tsc-cookie-modal__header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.tsc-cookie-modal__title {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.15;
	margin: 0;
}

.tsc-cookie-modal__close {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(116, 255, 238, 0.24);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	font-size: 24px;
	height: 40px;
	line-height: 1;
	width: 40px;
}

.tsc-cookie-option {
	align-items: center;
	background: rgba(28, 116, 106, 0.42);
	border: 1px solid rgba(116, 255, 238, 0.22);
	border-radius: 10px;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 12px;
	padding: 14px;
}

.tsc-cookie-option__title {
	color: #e8fffb;
	display: block;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 6px;
}

.tsc-cookie-option p {
	color: #bde9e3;
	line-height: 1.5;
	margin: 0;
}

.tsc-cookie-option input {
	accent-color: #72d5cb;
	flex: 0 0 auto;
	height: 22px;
	width: 22px;
}

.tsc-cookie-state {
	color: #72d5cb;
	flex: 0 0 auto;
	font-weight: 800;
}

.tsc-contact-form {
	background: rgba(20, 90, 82, 0.46);
	border: 1px solid rgba(116, 255, 238, 0.24);
	border-radius: 10px;
	box-sizing: border-box;
	display: grid;
	gap: 16px;
	max-width: 680px;
	padding: clamp(16px, 3vw, 24px);
	width: 100%;
}

.tsc-contact-field {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.tsc-contact-field label {
	color: inherit;
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.tsc-contact-form input,
.tsc-contact-form textarea {
	background: rgba(28, 116, 106, 0.48);
	border: 1px solid rgba(116, 255, 238, 0.28);
	border-radius: 8px;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font: inherit;
	line-height: 1.45;
	min-height: 46px;
	padding: 11px 12px;
	width: 100%;
}

.tsc-contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

.tsc-contact-form input:focus,
.tsc-contact-form textarea:focus {
	border-color: #72d5cb;
	box-shadow: 0 0 0 2px rgba(114, 213, 203, 0.18);
	outline: none;
}

.tsc-contact-submit {
	background: #72d5cb;
	border: 0;
	border-radius: 8px;
	color: #021f1c;
	cursor: pointer;
	font-weight: 900;
	justify-self: start;
	min-height: 44px;
	padding: 12px 22px;
}

.tsc-contact-submit:hover {
	filter: brightness(0.92);
}

.tsc-contact-note,
.tsc-form-message {
	color: #bde9e3;
	line-height: 1.55;
	margin: 0;
}

.tsc-form-message.is-success {
	color: #b8fff4;
}

.tsc-form-message.is-error {
	color: #ffb3b3;
}

@media (max-width: 900px) {
	body:not(.tsy-exit-body) {
		padding-bottom: 0;
	}

	.tsc-legal-footer {
		bottom: auto;
		left: auto;
		margin-top: 24px;
		padding: 14px;
		position: static;
		right: auto;
	}

	.tsc-cookie-banner {
		bottom: 14px;
		grid-template-columns: 1fr;
		left: 14px;
		margin: 0;
		max-width: none;
		position: fixed;
		right: 14px;
		transform: none;
		width: auto;
	}

	.tsc-cookie-banner__actions,
	.tsc-cookie-modal__actions {
		justify-content: stretch;
	}

	.tsc-button {
		flex: 1 1 140px;
	}

	.tsc-cookie-option {
		align-items: flex-start;
	}

	.tsc-contact-submit {
		justify-self: stretch;
		width: 100%;
	}
}
