@font-face {
	font-family: "Space Mono Local";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/static/fonts/space-mono-400.woff2") format("woff2");
}

/* Shared sharp-corner geometry. This owned layer also normalizes generated landing CSS. */
:root {
	--sharp-surface: #FFFFFF;
	--sharp-border: rgba(41, 54, 129, 0.28);
	--sharp-border-strong: #293681;
	--sharp-shadow: 4px 4px 0 rgba(41, 54, 129, 0.14);
	--sharp-space: 8px;
	--sharp-mono: "Space Mono Local", "Space Mono", "Courier New", monospace;
}

body *, body *::before, body *::after {
	border-radius: 0 !important;
}

button, input, select, textarea, dialog,
.landing-brand-logo, .landing-account-avatar,
.card, [class*="card"], [class*="modal"], [class*="notice"] {
	border-radius: 0 !important;
}

.landing-site-header, .site-header {
	box-shadow: 0 2px 0 rgba(41, 54, 129, 0.12) !important;
}

dialog, .sponsor-card, .wizard-card, .gift-card-credential-card,
.account-email-modal-panel, .account-payment-modal {
	box-shadow: var(--sharp-shadow) !important;
}

@font-face {
	font-family: "Space Mono Local";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/static/fonts/space-mono-700.woff2") format("woff2");
}

.__className_e8b655 {
	font-family: "Space Mono Local", "Space Mono", "Courier New", monospace !important;
	font-style: normal;
}

.landing-site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid rgba(149, 204, 221, 0.72);
	background: rgba(208, 231, 230, 0.96);
	box-shadow: 0 8px 28px rgba(8, 8, 32, 0.22);
	backdrop-filter: blur(16px);
}

.landing-header-inner {
	position: relative;
	display: flex;
	min-height: 64px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 10px 18px;
}

.landing-brand {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 11px;
	color: #293681;
	text-decoration: none;
}

.landing-brand:hover {
	color: #293681;
}

.landing-brand-logo {
	display: inline-flex;
	height: 40px;
	width: 40px;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: #95CCDD;
	box-shadow: 0 8px 20px rgba(41, 54, 129, 0.2);
}

.landing-brand-logo svg {
	height: 25px;
	width: 25px;
	fill: #293681;
}

.landing-brand-name {
	overflow: hidden;
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: clamp(15px, 1.7vw, 20px);
	font-weight: 700;
	letter-spacing: -0.04em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.landing-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.landing-connect-button,
.landing-account-link,
.landing-logout-button,
.landing-site-header .session-control button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid #293681;
	border-radius: 999px;
	padding: 0 19px;
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.landing-account-link.has-avatar {
	gap: 9px;
	padding-left: 6px;
}

.landing-account-avatar {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	border: 1px solid rgba(41, 54, 129, 0.22);
	border-radius: 50%;
	background: #FFFFFF;
	object-fit: cover;
}

.landing-connect-button {
	gap: 8px;
	border-color: #95CCDD;
	background: #95CCDD;
	color: #293681;
	box-shadow: 0 8px 20px rgba(41, 54, 129, 0.22);
}

.landing-connect-button:hover {
	background: #D0E7E6;
	color: #293681;
}

.landing-connect-button svg {
	height: 22px;
	width: 22px;
	fill: currentColor;
}

.landing-account-link,
.landing-logout-button,
.landing-site-header .session-control button {
	background: #D0E7E6;
	color: #293681;
}

.landing-account-link:hover,
.landing-logout-button:hover,
.landing-site-header .session-control button:hover {
	background: #95CCDD;
	color: #293681;
}

.landing-logout-form,
.landing-site-header .session-control form {
	margin: 0;
}

.landing-logout-button,
.landing-site-header .session-control button {
	cursor: pointer;
}

.landing-site-header .session-control {
	display: flex;
	min-height: 46px;
	align-items: center;
	gap: 11px;
	border: 1px solid rgba(41, 54, 129, 0.22);
	border-radius: 999px;
	background: #FFFFFF;
	padding: 4px 5px 4px 14px;
}

.landing-site-header .session-control p {
	margin: 0;
	color: #293681;
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.landing-site-header .session-control-actions {
	display: flex;
	align-items: center;
	gap: 6px;
}

.landing-site-header .session-control button {
	min-height: 36px;
	padding: 0 12px;
	font-size: 14px;
}

.landing-debug-badge {
	margin-right: auto;
	border-radius: 999px;
	background: #b42318;
	color: #fff;
	padding: 6px 9px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.landing-debug-menu {
	position: relative;
	margin-right: auto;
}

.landing-debug-menu .landing-debug-badge {
	margin-right: 0;
}

.landing-debug-toggle {
	border: 0;
	cursor: pointer;
}

.landing-debug-toggle:focus-visible {
	outline: 3px solid rgba(149, 204, 221, .9);
	outline-offset: 2px;
}

.landing-debug-actions {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	display: none;
	width: max-content;
	min-width: 230px;
	max-width: min(360px, calc(100vw - 24px));
	padding: 10px;
	border: 1px solid rgba(180, 35, 24, .45);
	border-radius: 12px;
	background: #fff5f4;
	box-shadow: 0 14px 32px rgba(8, 8, 32, .2);
	z-index: 20;
}

.landing-debug-actions.is-open {
	display: grid;
	gap: 7px;
}

.landing-debug-actions p {
	margin: 0 0 3px;
	font-size: 12px;
	line-height: 1.4;
}

.landing-debug-actions a {
	display: block;
	padding: 7px 8px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.landing-debug-actions a:hover,
.landing-debug-actions a:focus-visible {
	background: rgba(180, 35, 24, .12);
}

.landing-menu-toggle {
	display: none;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	border: 1px solid #293681;
	border-radius: 12px;
	background: #95CCDD;
	cursor: pointer;
}

.landing-menu-toggle span {
	display: block;
	height: 2px;
	width: 19px;
	border-radius: 2px;
	background: #293681;
	transition: transform 160ms ease, opacity 160ms ease;
}

.landing-menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.landing-menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.landing-menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1023px) {
	.landing-header-inner {
		min-height: 60px;
		padding: 9px 12px;
	}

	.landing-brand-logo {
		height: 36px;
		width: 36px;
		flex-basis: 36px;
	}

	.landing-brand-logo svg {
		height: 22px;
		width: 22px;
	}

	.landing-brand-name {
		font-size: 14px;
	}

	.landing-menu-toggle {
		display: inline-flex;
	}

	.landing-header-actions {
		position: absolute;
		top: calc(100% + 8px);
		right: 12px;
		display: none;
		width: min(340px, calc(100vw - 24px));
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
		border: 1px solid rgba(149, 204, 221, 0.8);
		border-radius: 18px;
		background: #D0E7E6;
		box-shadow: 0 18px 42px rgba(8, 8, 32, 0.3);
		padding: 12px;
	}

	.landing-header-actions.is-open {
		display: flex;
	}

	.landing-header-actions .landing-connect-button,
	.landing-header-actions .landing-account-link,
	.landing-header-actions .landing-logout-button {
		width: 100%;
	}

	.landing-site-header .session-control {
		justify-content: space-between;
		border-radius: 14px;
		padding: 6px 7px 6px 12px;
	}
}

@media (max-width: 420px) {
	.landing-brand-name {
		max-width: 185px;
	}
}

.shared-app-content {
	padding-top: 88px;
	padding-bottom: 72px;
}

.shared-app-page .landing-site-header,
.shared-app-page .landing-header-actions {
	background: #FFFFFF;
}

.shared-landing-content {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	flex: 1 0 auto;
}

.landing-status-toast-stack {
	position: fixed;
	top: 76px;
	right: 24px;
	z-index: 1200;
	width: min(390px, calc(100vw - 32px));
	pointer-events: none;
}

.landing-status-toast {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 14px;
	border: 2px solid #18794e;
	background: #effaf4;
	color: #11603e;
	box-shadow: var(--sharp-shadow);
	padding: 14px 14px 14px 16px;
	font-family: var(--sharp-mono);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	pointer-events: auto;
	animation: landing-status-toast-enter .24s ease-out both;
}

.landing-status-toast p {
	margin: 1px 0 0;
}

.landing-status-toast button {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	min-height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: currentColor;
	box-shadow: none;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.landing-status-toast button:hover {
	background: rgba(41, 54, 129, .09);
}

.landing-status-toast.is-leaving {
	animation: landing-status-toast-leave .18s ease-in both;
}

@keyframes landing-status-toast-enter {
	from { opacity: 0; transform: translateX(28px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes landing-status-toast-leave {
	from { opacity: 1; transform: translateX(0); }
	to { opacity: 0; transform: translateX(28px); }
}

@media (max-width: 520px) {
	.landing-status-toast-stack {
		top: 70px;
		right: 16px;
	}
}

.authentication-required-page {
	width: min(520px, 100%);
	margin: 48px auto 0;
	border: 1px solid #293681;
	background: #FFFFFF;
	box-shadow: var(--sharp-shadow);
	padding: clamp(24px, 5vw, 42px);
	text-align: center;
}

.authentication-required-page p {
	margin: 14px auto 0;
}

.authentication-required-actions {
	display: grid;
	gap: 10px;
	margin-top: 28px;
}

.authentication-required-actions a {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #293681;
	font-family: var(--sharp-mono);
	font-weight: 700;
	text-decoration: none;
}

.authentication-required-telegram {
	background: #4274D9;
	color: #FFFFFF;
}

.authentication-required-email {
	background: #FFFFFF;
	color: #293681;
}

.sponsor-showcase {
	width: 100%;
	border-color: #4274D9;
	background: #293681;
	scroll-margin-top: 76px;
}

.sponsor-showcase {
	padding: 40px 0 32px;
}

.sponsor-showcase-heading {
	width: min(100%, 876px);
	margin: 0 auto 26px;
	color: #fff;
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: clamp(26px, 3.2vw, 38px);
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
}

.sponsor-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
	justify-content: center;
	gap: 9px;
}

.sponsor-card-unit {
	width: 100%;
}

.sponsor-card {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 0;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border: 1px solid rgba(149, 204, 221, 0.6);
	border-radius: 24px;
	background: #4274D9;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.sponsor-card-slides,
.sponsor-card-slide,
.sponsor-card-shade {
	position: absolute;
	inset: 0;
}

.sponsor-card-slide {
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.025);
	transition: opacity 320ms ease, transform 600ms ease;
}

.sponsor-card-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.sponsor-card-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	background:
		radial-gradient(circle at 28% 22%, rgba(149, 204, 221, 0.22), transparent 34%),
		radial-gradient(circle at 72% 78%, rgba(149, 204, 221, 0.2), transparent 36%),
		linear-gradient(145deg, #4274D9, #293681);
	color: #fff;
	padding: 28px;
	text-align: center;
}

.sponsor-card-placeholder-mark {
	display: inline-flex;
	height: 64px;
	width: 64px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(149, 204, 221, 0.7);
	border-radius: 20px;
	background: rgba(149, 204, 221, 0.12);
	color: #95CCDD;
	font-size: 32px;
}

.sponsor-card-placeholder strong {
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: 18px;
	line-height: 1.25;
}

.sponsor-card-placeholder > span:last-child {
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	font-weight: 650;
}

.sponsor-card-shade {
	z-index: 1;
	background: linear-gradient(180deg, rgba(10, 10, 35, 0.02) 38%, rgba(10, 10, 35, 0.9) 77%, rgba(10, 10, 35, 0.98) 100%);
	pointer-events: none;
}

.sponsor-card-content {
	position: absolute;
	right: 18px;
	bottom: 68px;
	left: 18px;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 9px;
	color: #fff;
}

.sponsor-card-content h2,
.sponsor-card-content p {
	margin: 0;
}

.sponsor-card-content h2 {
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
}

.sponsor-card-content p {
	display: -webkit-box;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sponsor-card-content a {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #95CCDD;
	color: #293681;
	padding: 0 15px;
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.sponsor-card-content a:hover {
	background: #D0E7E6;
	color: #293681;
}

.sponsor-card--auto .sponsor-card-content {
	bottom: 18px;
}

.sponsor-card-controls {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: #fff;
}

.sponsor-card-controls > button {
	display: inline-flex;
	height: 34px;
	width: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	background: rgba(41, 54, 129, 0.72);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	backdrop-filter: blur(8px);
}

.sponsor-card-controls > button:hover {
	border-color: #95CCDD;
	background: #95CCDD;
	color: #293681;
}

.sponsor-card-controls > span {
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.sponsor-card-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.sponsor-card-dots button {
	height: 7px;
	width: 7px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	padding: 0;
	cursor: pointer;
}

.sponsor-card-dots button.is-active {
	background: #95CCDD;
	transform: scale(1.25);
}

.sponsor-card--panel {
	background: #D0E7E6;
}

.sponsor-card--panel .sponsor-card-slides,
.sponsor-card--panel .sponsor-card-shade {
	bottom: 34%;
}

.sponsor-card--panel .sponsor-card-shade {
	background: linear-gradient(180deg, transparent 68%, rgba(10, 10, 35, 0.5) 100%);
}

.sponsor-card--panel .sponsor-card-content {
	right: 0;
	bottom: 0;
	left: 0;
	height: 34%;
	justify-content: center;
	gap: 7px;
	background: #D0E7E6;
	color: #293681;
	padding: 14px 16px;
}

.sponsor-card--panel .sponsor-card-content h2 {
	font-size: 16px;
}

.sponsor-card--panel .sponsor-card-content p {
	color: rgba(41, 54, 129, 0.78);
	font-size: 12px;
	-webkit-line-clamp: 2;
}

.sponsor-card--panel .sponsor-card-content a {
	min-height: 30px;
	padding: 0 13px;
	font-size: 11px;
}

.sponsor-card--panel .sponsor-card-controls {
	bottom: calc(34% + 12px);
}

.sponsor-card--external-panel .sponsor-card-shade {
	background: linear-gradient(180deg, transparent 38%, rgba(10, 10, 35, 0.9) 68%, rgba(10, 10, 35, 0.98) 100%);
}

.sponsor-card-unit--external-panel {
	overflow: hidden;
	border: 1px solid rgba(149, 204, 221, 0.6);
	border-radius: 24px;
	background: #D0E7E6;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.sponsor-card-unit--external-panel .sponsor-card {
	border: 1px solid rgba(149, 204, 221, 0.6);
	box-shadow: var(--sharp-shadow);
}

.sponsor-card-external-panel {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #D0E7E6;
	color: #293681;
	padding: 14px 16px 16px;
	box-shadow: none;
}

.sponsor-card-external-panel h2,
.sponsor-card-external-panel p {
	margin: 0;
}

.sponsor-card-external-panel h2 {
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.sponsor-card-external-panel p {
	color: rgba(41, 54, 129, 0.78);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
}

.sponsor-card-external-panel a {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #95CCDD;
	color: #293681;
	padding: 0 14px;
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 7px 16px rgba(41, 54, 129, 0.2);
}

.sponsor-card-external-panel a:hover {
	background: #D0E7E6;
	color: #293681;
}

.sponsor-card-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.sponsor-card-external-panel .sponsor-card-create-action {
	border: 1px solid #293681;
	background: transparent;
	box-shadow: none;
}

.sponsor-card-external-panel .sponsor-card-create-action:hover {
	border-color: #95CCDD;
	background: #95CCDD;
}

.sponsor-card-demo-unavailable {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	border-radius: 999px;
	background: rgba(41, 54, 129, 0.08);
	color: rgba(41, 54, 129, 0.62);
	padding: 0 12px;
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: 10px;
	font-weight: 700;
}

@media (max-width: 639px) {
	.sponsor-showcase {
		padding-bottom: 18px;
	}

	.sponsor-card-grid {
		grid-template-columns: minmax(0, 320px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sponsor-card-slide {
		transition: none;
	}
}

.platform-identity-section {
	width: 100%;
	padding: 48px 16px 56px;
	border-top: 2px solid #4274D9;
	border-bottom: 2px solid #4274D9;
	background: #293681;
}

.platform-identity-inner {
	width: min(100%, 896px);
	margin: 0 auto;
}

.platform-identity-inner > h2 {
	margin: 0 0 26px;
	color: #95CCDD;
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: clamp(25px, 4vw, 34px);
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
}

.platform-identity-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.platform-identity-card {
	min-width: 0;
	overflow: hidden;
	border: 2px solid #4274D9;
	border-radius: 18px;
	background: #D0E7E6;
	color: #293681;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(8, 8, 32, 0.28);
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.platform-identity-card:hover,
.platform-identity-card:focus-visible {
	border-color: #95CCDD;
	box-shadow: 0 22px 48px rgba(8, 8, 32, 0.38);
	transform: translateY(-3px);
}

.platform-identity-card:focus-visible {
	outline: 3px solid #95CCDD;
	outline-offset: 3px;
}

.platform-identity-media {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #111923;
}

.platform-identity-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.platform-identity-copy {
	display: grid;
	gap: 5px;
	padding: 18px 20px 20px;
	text-align: left;
}

.platform-identity-copy span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.platform-identity-copy strong {
	font-size: 20px;
	overflow-wrap: anywhere;
}

.platform-identity-copy small {
	margin-top: 5px;
	color: #4274D9;
	font-size: 14px;
	font-weight: 700;
}

@media (max-width: 639px) {
	.platform-identity-section {
		padding: 38px 0 44px;
	}

	.platform-identity-grid {
		grid-template-columns: 1fr;
	}
}

.platform-cta {
	width: 100%;
	padding: 64px 16px 72px;
	background: #D0E7E6;
}

.platform-cta-inner {
	width: min(100%, 896px);
	margin: 0 auto;
	padding: clamp(34px, 6vw, 62px) clamp(22px, 6vw, 70px);
	border: 2px solid #95CCDD;
	border-radius: 26px;
	background: linear-gradient(135deg, #4274D9 0%, #293681 100%);
	box-shadow: 0 22px 54px rgba(41, 54, 129, .28);
	text-align: center;
}

.platform-cta-eyebrow {
	max-width: none;
	margin: 0 0 10px;
	color: #95CCDD;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.platform-cta-inner h2 {
	margin: 0;
	color: #fff;
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: clamp(28px, 5vw, 44px);
	font-weight: 700;
	line-height: 1.15;
}

.platform-cta-copy {
	max-width: 680px;
	margin: 18px auto 0;
	color: #D0E7E6;
	font-size: 17px;
	line-height: 1.6;
}

.platform-cta-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.platform-cta-primary,
.platform-cta-secondary {
	min-height: 48px;
	padding: 0 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #95CCDD;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.platform-cta-primary {
	background: #95CCDD;
	color: #293681;
}

.platform-cta-secondary {
	background: transparent;
	color: #fff;
}

.platform-cta-primary:hover,
.platform-cta-secondary:hover {
	background: #fff;
	color: #293681;
	transform: translateY(-1px);
}

@media (max-width: 520px) {
	.platform-cta {
		padding: 44px 0 52px;
	}

	.platform-cta-actions {
		align-items: stretch;
		flex-direction: column;
	}
}

.shared-site-footer {
	position: relative;
	z-index: 20;
	width: 100%;
	margin-top: auto;
	background: #95CCDD;
	color: #293681;
}

.shared-footer-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	align-items: center;
	gap: 16px;
	padding: 10px 16px;
}

.shared-footer-legal,
.shared-footer-socials,
.shared-footer-copy {
	display: flex;
	align-items: center;
}

.shared-footer-legal {
	justify-content: flex-start;
	gap: 16px;
}

.shared-footer-socials {
	justify-content: center;
	gap: 16px;
}

.shared-footer-copy {
	justify-content: flex-end;
	gap: 6px;
	margin: 0;
}

.shared-footer-legal a,
.shared-footer-copy {
	font-family: "Space Mono Local", "Space Mono", monospace;
	font-size: 14px;
	font-weight: 700;
}

.shared-footer-legal a,
.shared-footer-copy a {
	color: #293681;
	text-decoration: none;
}

.shared-footer-legal a:hover,
.shared-footer-copy a:hover {
	color: rgba(41, 54, 129, 0.8);
}

.shared-footer-socials a {
	display: inline-flex;
	height: 32px;
	width: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}

.shared-footer-socials img {
	height: 20px;
	width: 20px;
	object-fit: cover;
	transition: filter 200ms ease, transform 200ms ease;
}

.shared-footer-socials a[href*="t.me"] img,
.shared-footer-copy img {
	border-radius: 50%;
}

.shared-footer-socials a:hover img {
	filter: brightness(0.75);
	transform: scale(1.1);
}

.shared-footer-copy img {
	height: 18px;
	width: 18px;
}

@media (max-width: 767px) {
	.shared-app-content {
		padding-top: 78px;
		padding-bottom: 48px;
	}

	.shared-footer-inner {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.shared-footer-socials {
		order: 1;
	}

	.shared-footer-legal {
		order: 2;
		justify-content: center;
		gap: 24px;
	}

	.shared-footer-copy {
		order: 3;
		justify-content: center;
	}
}

/* Use the account and guide palette throughout the landing page. */
.landing-page,
.shared-landing-content,
.shared-landing-content > div {
	background: #D0E7E6;
	color: #293681;
}

.sponsor-showcase,
.platform-identity-section,
.platform-cta {
	border-color: #95CCDD;
	background: #D0E7E6;
}

.sponsor-showcase-heading,
.shared-landing-content section.container > h2 {
	color: #293681;
}

.shared-landing-content section.container > .grid > div:first-child p {
	color: #5f6077;
}

.shared-landing-content section.container > .grid > .flex.flex-col {
	border-color: #95CCDD;
	background: #FFFFFF;
}

.shared-landing-content section.container > .grid > .flex.flex-col:hover {
	background: #95CCDD;
}

.shared-landing-content section.container > .grid > .flex.flex-col div,
.shared-landing-content section.container > .grid > .flex.flex-col p {
	color: #293681;
}

.sponsor-card-unit--external-panel,
.sponsor-card-external-panel,
.platform-identity-card,
.platform-cta-inner {
	border-color: #95CCDD;
	background: #FFFFFF;
	color: #293681;
}

.sponsor-card-external-panel p,
.platform-cta-copy {
	color: #5f6077;
}

.platform-identity-inner > h2,
.platform-cta-eyebrow {
	color: #4274D9;
}

.platform-cta-inner h2 {
	color: #293681;
}

.platform-cta-primary {
	border-color: #4274D9;
	background: #4274D9;
	color: #FFFFFF;
}

.platform-cta-secondary {
	border-color: #293681;
	background: #FFFFFF;
	color: #293681;
}

.platform-cta-primary:hover,
.platform-cta-secondary:hover {
	border-color: #293681;
	background: #95CCDD;
	color: #293681;
}

/* Desktop panels retain their original size; the mobile rail is 15% narrower. */
.sponsor-showcase-header {
	display: flex;
	width: 100%;
	margin: 0 0 20px;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.sponsor-showcase-header .sponsor-showcase-heading {
	width: auto;
	margin: 0;
}

.sponsor-panel-navigation {
	display: none;
	flex: 0 0 auto;
	gap: 8px;
}

.sponsor-panel-navigation button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #293681;
	background: #FFFFFF;
	color: #293681;
	box-shadow: var(--sharp-shadow);
	font-size: 20px;
	font-weight: 700;
}

.sponsor-panel-navigation button:hover:not(:disabled) {
	background: #95CCDD;
}

.sponsor-panel-navigation button:disabled {
	cursor: default;
	opacity: .35;
	box-shadow: none;
}

.sponsor-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 280px));
	grid-auto-flow: row;
	justify-content: center;
	gap: 9px clamp(9px, calc((100% - 840px) / 4), 63px);
	width: 100%;
	margin: 0;
	overflow: visible;
}

.sponsor-card-unit {
	min-width: 0;
}

.sponsor-card-unit--external-panel {
	overflow: hidden;
	border: 1px solid #95CCDD;
	background: #FFFFFF;
	box-shadow: var(--sharp-shadow);
}

.sponsor-card-unit--external-panel .sponsor-card {
	border: 0;
	box-shadow: none;
}

.sponsor-card-create-below {
	display: flex;
	width: 100%;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	border: 0;
	border-top: 1px solid #293681;
	background: #FFFFFF;
	color: #293681;
	box-shadow: none;
	font-family: var(--sharp-mono);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.sponsor-card-create-below:hover {
	background: #95CCDD;
}

.sponsor-card-content .sponsor-card-actions {
	width: 100%;
	gap: 6px;
}

.sponsor-card-content .sponsor-card-actions a,
.sponsor-card-content .sponsor-card-demo-unavailable {
	min-height: 32px;
	padding: 0 10px;
	font-size: 10px;
}

.sponsor-card-content .sponsor-card-create-action {
	border: 1px solid rgba(255, 255, 255, .7);
	background: rgba(41, 54, 129, .78);
	color: #FFFFFF;
	box-shadow: none;
}

.sponsor-card-content .sponsor-card-demo-unavailable {
	border: 1px solid rgba(255, 255, 255, .45);
	background: rgba(41, 54, 129, .72);
	color: rgba(255, 255, 255, .85);
}

@media (min-width: 1024px) {
	.sponsor-card-grid {
		grid-template-columns: repeat(3, minmax(0, 290px));
		gap: 9px clamp(9px, calc((100% - 870px) / 4), 63px);
	}
}

@media (max-width: 639px) {
	.shared-landing-content section.container {
		padding-right: 0;
		padding-left: 0;
	}

	.sponsor-showcase-header {
		align-items: center;
	}

	.sponsor-showcase-header .sponsor-showcase-heading {
		font-size: 22px;
	}

	.sponsor-panel-navigation button {
		width: 38px;
		height: 38px;
	}

	.sponsor-panel-navigation {
		display: flex;
	}

	.sponsor-card-grid {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: min(238px, calc(100vw - 64px));
		justify-content: start;
		width: 100%;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-behavior: smooth;
		scroll-snap-type: inline mandatory;
		scrollbar-width: thin;
		scrollbar-color: #4274D9 transparent;
	}

	.sponsor-card-unit {
		scroll-snap-align: start;
	}
}
