:root {
	color-scheme: dark;
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	min-height: 100%;
}

body {
	font-family: "Open Sans", Arial, sans-serif;
}

a {
	color: inherit;
}

button,
input,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mts-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.mts-stage {
	position: relative;
	display: grid;
	grid-template-rows: 1fr auto;
	min-height: 100vh;
	min-height: 100svh;
	padding: clamp(1.5rem, 4vh, 3.5rem) 1rem 1.5rem;
	background-position: center;
	background-size: cover;
	isolation: isolate;
	overflow-x: hidden;
}

.mts-stage::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
}

.mts-content {
	align-self: center;
	width: 100%;
	max-width: 540px;
	min-width: 0;
	margin: 0 auto;
	text-align: center;
}

.mts-content h1 {
	margin: 1rem 0;
	font-size: clamp(2rem, 5vw, 2.7rem);
	letter-spacing: 0;
	text-transform: uppercase;
}

.mts-content p {
	margin: 0.35rem auto;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.mts-logo {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.mts-hottee-logo {
	width: min(100%, 460px);
}

.mts-karma-logo {
	width: 240px;
	max-height: 250px;
	object-fit: contain;
}

.mts-signup {
	position: relative;
	margin-top: 1.75rem;
}

.mts-signup label,
.mts-dialog label {
	display: block;
}

.mts-signup input,
.mts-dialog input,
.mts-dialog textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.9);
	color: #1e2428;
	outline: 0;
}

.mts-signup input {
	min-width: 0;
	height: 48px;
	padding: 0 1rem;
}

.mts-signup input:focus,
.mts-dialog input:focus,
.mts-dialog textarea:focus {
	border-color: #fff;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.32);
}

.mts-email-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.65rem;
	margin-top: 0.65rem;
}

.mts-email-row button,
.mts-dialog button[type="submit"] {
	min-width: 100px;
	min-height: 48px;
	padding: 0 1rem;
	border: 1px solid #fff;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.92);
	color: #17191b;
	font-weight: 700;
	text-transform: uppercase;
}

.mts-email-row button:hover,
.mts-email-row button:focus-visible,
.mts-dialog button[type="submit"]:hover,
.mts-dialog button[type="submit"]:focus-visible {
	background: #fff;
}

.mts-signup button[disabled],
.mts-dialog button[disabled] {
	cursor: wait;
	opacity: 0.65;
}

.mts-privacy {
	font-size: 0.75rem;
}

.mts-form-status {
	min-height: 1.5rem;
	margin-top: 0.85rem;
	font-size: 0.9rem;
	line-height: 1.45;
}

.mts-form-status[data-state="error"] {
	color: #fff2a8;
}

.mts-form-status a {
	font-weight: 700;
	overflow-wrap: anywhere;
}

.mts-referral {
	margin-top: 0.75rem !important;
}

.mts-social {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.25rem;
	font-size: 0.85rem;
	font-weight: 700;
}

.mts-social a,
.mts-contact-open {
	text-decoration: none;
}

.mts-social a:hover,
.mts-social a:focus-visible,
.mts-contact-open:hover,
.mts-contact-open:focus-visible,
footer a:hover,
footer a:focus-visible {
	text-decoration: underline;
}

.mts-contact-open {
	margin-top: 1.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font-weight: 700;
}

.mts-stage footer {
	padding-top: 2rem;
	text-align: center;
	font-size: 0.8rem;
}

.mts-hottee {
	font-family: "Nova Flat", "Open Sans", sans-serif;
	color: #fff;
}

.mts-hottee .mts-stage {
	background-image: url("hottee-bg.jpg");
}

.mts-hottee .mts-stage::before {
	background: rgba(0, 174, 225, 0.84);
}

.mts-hottee .mts-content {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.mts-hottee .mts-social {
	color: #fff500;
}

.mts-karma {
	font-family: "Righteous", Arial, sans-serif;
	color: #fff;
}

.mts-karma .mts-stage {
	background-image: url("karma-bg.jpg");
}

.mts-karma .mts-stage::before {
	background: rgba(4, 8, 12, 0.52);
}

.mts-karma .mts-content {
	width: min(100%, 540px);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.mts-karma .mts-content h1 {
	font-size: clamp(2rem, 5vw, 2.55rem);
}

.mts-dialog {
	width: min(calc(100% - 2rem), 520px);
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 8px;
	background: #161c20;
	color: #fff;
}

.mts-dialog::backdrop {
	background: rgba(0, 0, 0, 0.72);
}

.mts-dialog h2 {
	margin: 0 0 1rem;
	font-size: 1.5rem;
}

.mts-dialog label {
	margin-bottom: 1rem;
}

.mts-dialog input,
.mts-dialog textarea {
	margin-top: 0.4rem;
	padding: 0.75rem;
}

.mts-dialog-close {
	position: absolute;
	top: 0.7rem;
	right: 0.8rem;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
}

.mts-legal {
	min-height: 100vh;
	background: #10171b;
	color: #f6f7f7;
}

.mts-legal-header {
	padding: 2.5rem 1rem 1.5rem;
	text-align: center;
}

.mts-legal-header img {
	width: 130px;
	max-height: 130px;
	object-fit: contain;
}

.mts-legal-header h1 {
	margin: 1rem 0 0;
	font-size: 2.25rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mts-legal-content {
	width: min(calc(100% - 2rem), 850px);
	margin: 0 auto;
	padding: 1rem 0 4rem;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
}

.mts-legal-content h2 {
	margin-top: 2.5rem;
	font-size: 1.25rem;
	letter-spacing: 0;
}

.mts-legal-content p {
	margin: 0.8rem 0;
}

.mts-legal-footer {
	padding: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
}

@media (max-width: 560px) {
	.mts-stage {
		padding-top: 1.25rem;
	}

	.mts-content h1 {
		font-size: 1.9rem;
	}

	.mts-hottee-logo {
		width: 100%;
		max-width: 350px;
	}

	.mts-karma-logo {
		width: 180px;
		max-height: 180px;
	}

	.mts-email-row {
		grid-template-columns: 1fr;
	}

	.mts-email-row button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
	}
}
