:root {
	--lt-header-block-size: 3.15rem;
	--lt-footer-block-padding: 0.35rem;
	--lt-footer-content-block-size: 3.1rem;
	--lt-footer-content-gap: 0.6rem;
	--lt-footer-safe-bottom: calc(var(--lt-footer-content-block-size) + (var(--lt-footer-block-padding) * 2) + var(--lt-footer-content-gap) + env(safe-area-inset-bottom));
}

body.home-page,
body.profile-page,
body.discovery-page,
body.match-page,
body.contact-page,
body.settings-page,
body.report-page {
	background-color: #f5f7fb;
	background-image:
		linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95)),
		url("/images/auth/auth-bg-people.png");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}

body.home-page::before,
body.profile-page::before,
body.discovery-page::before,
body.match-page::before,
body.contact-page::before,
body.settings-page::before,
body.report-page::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.84)),
		radial-gradient(circle at 15% 0, rgba(255, 141, 86, 0.035), transparent 22rem);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

body.home-page>.lt-app-content,
body.profile-page>.lt-app-content,
body.discovery-page>.lt-app-content,
body.match-page>.lt-app-content,
body.contact-page>.lt-app-content,
body.settings-page>.lt-app-content,
body.report-page>.lt-app-content {
	background-color: color-mix(in srgb, var(--surface-50) 86%, transparent);
	background-image:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.94)),
		url("/images/auth/auth-bg-people.png");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

html[data-theme="dark"] body.home-page,
html[data-theme="dark"] body.profile-page,
html[data-theme="dark"] body.discovery-page,
html[data-theme="dark"] body.match-page,
html[data-theme="dark"] body.contact-page,
html[data-theme="dark"] body.settings-page,
html[data-theme="dark"] body.report-page {
	background-color: #0f172a;
	background-image:
		linear-gradient(135deg, rgba(10, 15, 25, 0.96), rgba(15, 23, 42, 0.97)),
		url("/images/auth/auth-bg-people.png");
}

html[data-theme="dark"] body.home-page::before,
html[data-theme="dark"] body.profile-page::before,
html[data-theme="dark"] body.discovery-page::before,
html[data-theme="dark"] body.match-page::before,
html[data-theme="dark"] body.contact-page::before,
html[data-theme="dark"] body.settings-page::before,
html[data-theme="dark"] body.report-page::before {
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.76), rgba(15, 23, 42, 0.9)),
		radial-gradient(circle at 15% 0, rgba(255, 141, 86, 0.025), transparent 22rem);
}

html[data-theme="dark"] body.home-page>.lt-app-content,
html[data-theme="dark"] body.profile-page>.lt-app-content,
html[data-theme="dark"] body.discovery-page>.lt-app-content,
html[data-theme="dark"] body.match-page>.lt-app-content,
html[data-theme="dark"] body.contact-page>.lt-app-content,
html[data-theme="dark"] body.settings-page>.lt-app-content,
html[data-theme="dark"] body.report-page>.lt-app-content {
	background-color: color-mix(in srgb, var(--surface-100) 77%, transparent);
	background-image:
		linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.97)),
		url("/images/auth/auth-bg-people.png");
}

.lt-mini-header {
	align-items: center;
	background: color-mix(in srgb, var(--surface-0) 86%, transparent);
	backdrop-filter: blur(1rem);
	-webkit-backdrop-filter: blur(1rem);
	border: 1px solid color-mix(in srgb, var(--border-200) 82%, transparent);
	border-bottom-left-radius: 1.35rem;
	border-bottom-right-radius: 1.35rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0.18rem 0.55rem rgba(15, 23, 42, 0.035);
	display: flex;
	gap: 0.65rem;
	height: var(--lt-header-block-size);
	justify-content: space-between;
	margin-inline: auto;
	max-width: 60rem;
	padding: 0.38rem 1rem 0.48rem;
	position: sticky;
	top: 0;
	transition: transform 0.22s ease, opacity 0.22s ease;
	width: min(100%, 60rem);
	z-index: 55;
	  background:
	color-mix(in srgb, var(--surface-0) 86%, transparent);
	    backdrop-filter: blur(1rem);
	    -webkit-backdrop-filter: blur(1rem);
	    border: 1px solid
	color-mix(in srgb, var(--border-200) 82%, transparent);

}

@media (hover: none) and (pointer: coarse) {
	body.app-page .lt-mini-header,
	body.contact-page .lt-mini-header,
	body.discovery-page .lt-mini-header,
	body.match-page .lt-mini-header {
		border-top-color: transparent;
	}
}

.lt-mini-header.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-110%);
}

body.is-app-header-guide-active .lt-mini-header {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	z-index: 130;
}

.lt-app-header-guide-layer {
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 120;
}

.lt-app-header-guide-backdrop {
	background: color-mix(in srgb, var(--text-900) 58%, transparent);
	inset: 0;
	pointer-events: auto;
	position: absolute;
}

.lt-app-header-guide {
	background: color-mix(in srgb, var(--surface-0) 100%, transparent);
	border: 0.0625rem solid color-mix(in srgb, var(--border-200) 76%, transparent);
	border-radius: 1.05rem;
	box-shadow: 0 1.2rem 3rem color-mix(in srgb, var(--text-900) 22%, transparent);
	display: grid;
	gap: 0.54rem;
	left: 50%;
	max-width: min(26rem, calc(100vw - 1.5rem));
	padding: 0.72rem 0.78rem 0.76rem;
	pointer-events: auto;
	position: absolute;
	top: calc(var(--lt-header-block-size) + 0.72rem);
	transform: translateX(-50%);
	width: min(26rem, calc(100vw - 1.5rem));
	z-index: 1;
}

.lt-app-header-guide-tail {
	background: color-mix(in srgb, var(--surface-0) 96%, transparent);
	border-left: 0.0625rem solid color-mix(in srgb, var(--border-200) 76%, transparent);
	border-top: 0.0625rem solid color-mix(in srgb, var(--border-200) 76%, transparent);
	height: 0.82rem;
	position: absolute;
	right: clamp(4.8rem, 22%, 7.5rem);
	top: -0.45rem;
	transform: rotate(45deg);
	width: 0.82rem;
}

.lt-app-header-guide-copy {
	display: grid;
	min-width: 0;
}

.lt-app-header-guide-list {
	display: grid;
	gap: 0.32rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lt-app-header-guide-list li {
	align-items: center;
	color: var(--text-700);
	display: flex;
	font-size: 0.82rem;
	font-weight: 750;
	gap: 0.46rem;
	line-height: 1.3;
	min-width: 0;
}

.lt-app-header-guide-icon {
	align-items: center;
	background: color-mix(in srgb, var(--brand-100) 62%, var(--surface-0));
/*	border: 0.0625rem solid color-mix(in srgb, var(--brand-200) 54%, transparent);*/
	border-radius: 999rem;
/*	color: var(--lt-brand-accent);*/
	display: inline-flex;
	flex: 0 0 auto;
	height: 1.38rem;
	justify-content: center;
	width: 1.38rem;
}

.lt-app-header-guide-icon img {
	display: block;
	height: 0.86rem;
	width: 0.86rem;
}

.lt-app-header-guide-actions {
	align-items: center;
	display: flex;
	gap: 0.52rem;
	justify-content: flex-end;
	min-width: 0;
}

.lt-app-header-guide-dismiss-option {
	align-items: center;
	color: var(--text-600);
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 760;
	gap: 0.34rem;
	line-height: 1.2;
	min-width: 0;
}

.lt-app-header-guide-dismiss-option input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.lt-app-header-guide-dismiss-option .lt-modal-option-check {
	flex: 0 0 auto;
}

html[data-theme="dark"] .lt-app-header-guide-dismiss-option:not(.is-selected) .lt-modal-option-check {
	background: color-mix(in srgb, var(--surface-100) 88%, transparent);
	border-color: color-mix(in srgb, var(--border-400) 92%, var(--surface-0));
}

.lt-app-header-guide-actions .button {
	background: var(--lt-brand-gradient);
	border: 0;
	border-radius: 999rem;
	color: var(--on-brand);
	flex: 0 0 auto;
	font-weight: 700;
	min-height: 1.86rem;
	padding: 0.45rem 0.82rem;
	font-size: 0.68rem;
	width: 4rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lt-mini-header-brand {
	align-items: center;
	color: var(--text-900);
	display: inline-flex;
	flex: 1 1 auto;
	gap: 0.48rem;
	min-width: 0;
	overflow: hidden;
	text-decoration: none;
}

.lt-brand-mark {
	align-items: center;
	background: var(--lt-brand-gradient);
	border-radius: 0.72rem;
	color: var(--surface-0);
	display: inline-flex;
	flex: 0 0 auto;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.lt-brand-symbol {
	color: var(--brand-050);
	display: block;
}

.lt-brand-title {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lt-mini-header-actions {
	align-items: center;
	display: inline-flex;
	flex: 0 1 auto;
	gap: 1.5rem;
	justify-content: flex-end;
	min-width: 0;
}

.lt-mini-header-status {
	align-items: center;
	display: inline-flex;
	flex: 0 1 auto;
	gap: 0.42rem;
	justify-content: flex-end;
	min-width: 0;
}

.lt-mini-header-status-item {
	align-items: center;
	background: color-mix(in srgb, var(--surface-0) 74%, transparent);
	/*border: 1px solid color-mix(in srgb, var(--border-200) 58%, transparent);*/
	border-radius: 999rem;
	color: var(--text-700);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.68rem;
	font-weight: 750;
	gap: 0.2rem;
	justify-content: center;
	line-height: 1;
	min-height: 1.48rem;
	padding: 0.25rem 0.42rem;
	white-space: nowrap;
}

.lt-mini-header-status-item i {
	color: currentColor;
	font-size: 0.78rem;
	line-height: 1;
}

.lt-mini-header-status-icon {
	display: block;
	flex: 0 0 auto;
	height: 0.86rem;
	object-fit: contain;
	width: 0.86rem;
}

html[data-theme="dark"] .lt-mini-header-status-icon
  {
	filter: invert();
}


html[data-theme="dark"] .lt-app-header-guide-icon .bi-link-45deg::before{
	filter: invert(1);
}
.lt-mini-header-settings {
	align-items: center;
	background: color-mix(in srgb, var(--surface-0) 74%, transparent);
	border: 1px solid color-mix(in srgb, var(--border-200) 58%, transparent);
	border-radius: 999rem;
	color: var(--text-700);
	display: inline-flex;
	flex: 0 0 auto;

	justify-content: center;
	text-decoration: none;

	width: 2.05rem;
	height: 2.05rem;
	min-width: 2.05rem;
}

.lt-mini-header-settings i {
	color: currentColor;
	font-size: 1.05rem;

}

.lt-mini-header-reward {
	color: var(--brand-700);
	font-weight: 800;
}

html[data-theme="dark"] .lt-mini-header {
	background: var(--surface-100);
	border-color: var(--border-400);

/*	background: color-mix(in srgb, var(--surface-100) 78%, transparent);
	border-color: color-mix(in srgb, var(--border-400) 88%, transparent);*/
	box-shadow: 0 0.18rem 0.55rem rgba(0, 0, 0, 0.12);
}

html[data-theme="dark"] .lt-mini-header-status-item,
html[data-theme="dark"] .lt-mini-header-settings {
	background: color-mix(in srgb, var(--surface-100) 74%, transparent);
	border-color: color-mix(in srgb, var(--border-400) 72%, transparent);
}

@media (max-width: 22rem) {
	.lt-mini-header {
		gap: 0.42rem;
		padding-inline: 0.72rem;
	}

	.lt-brand-title {
		display: none;
	}

	.lt-mini-header-status-item {
		font-size: 0.64rem;
		padding-inline: 0.34rem;
	}

	.lt-mini-header-actions,
	.lt-mini-header-status {
		gap: 0.34rem;
	}

	.lt-mini-header-settings {
		height: 1.42rem;
		width: 1.42rem;
	}
}

.lt-app-content {
	display: block;
	min-height: 100vh;
	/*min-height: 100svh;*/
	min-height: 93svh;
	padding: clamp(0.7rem, 2vh, 1rem) 0 calc(6.75rem + env(safe-area-inset-bottom));
	position: relative;
	width: 100%;
}

.lt-app-content.has-sidebar {
	margin-left: 0;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 72rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

.lt-app-content.container,
.lt-app-content>.container,
main.container {
	margin-inline: auto;
	max-width: 60rem;
	width: min(100%, 60rem);
}

.container.mt-2 {
	margin-top: 0.5rem;
}

.container.py-3 {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.page-title {
	margin-bottom: 0.75rem;
}

.page-title h6,
.section-title h6,
.page-head h1 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.25rem;
}

.page-head {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.grid,
.cards {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.form-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.lt-mobile-footer {
	background: transparent;
	bottom: 0;
	left: 0;
	overflow: visible;
	/*padding: 0.35rem 0 max(0.12rem, env(safe-area-inset-bottom));*/
	position: fixed;
	right: 0;
	z-index: 60;
}

.lt-mobile-footer.hide-on-scrolldown {
	transition: transform 0.24s ease, opacity 0.24s ease;
}

body.scrolldown .lt-mobile-footer.hide-on-scrolldown {
	opacity: 0;
	pointer-events: none;
	transform: translateY(calc(100% + env(safe-area-inset-bottom) + 1rem));
}

body.scrollup .lt-mobile-footer.hide-on-scrolldown {
	opacity: 1;
	transform: translateY(0);
}

.lt-mobile-footer .container {
	margin-inline: auto;
	max-width: 60rem;
	padding-inline: 0;
	width: min(100%, 60rem);
}

.lt-mobile-footer .footer-tab-list {
	background: color-mix(in srgb, var(--surface-0) 86%, transparent);
	backdrop-filter: blur(1rem);
	-webkit-backdrop-filter: blur(1rem);
	border: 1px solid color-mix(in srgb, var(--border-200) 82%, transparent);
	border-radius: 1.1rem 1.1rem 0 0;
	box-shadow: 0 -0.18rem 0.55rem rgba(15, 23, 42, 0.045);
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0 auto;
	max-width: 60rem;
	padding: var(--lt-footer-block-padding) 0.3rem max(var(--lt-footer-block-padding), env(safe-area-inset-bottom));
	width: min(100%, 60rem);
}

@media (hover: none) and (pointer: coarse) {
	body.app-page .lt-mobile-footer .footer-tab-list,
	body.contact-page .lt-mobile-footer .footer-tab-list,
	body.discovery-page .lt-mobile-footer .footer-tab-list,
	body.match-page .lt-mobile-footer .footer-tab-list {
		border-bottom-color: transparent;
	}
}

.lt-mobile-footer .footer-tab-item {
	flex: 1 1 0;
	min-width: 0;
}

.lt-mobile-footer .footer-tab-link {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0.85rem;
	color: var(--text-500);
	display: flex;
	font-size: 0.68rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0;
	min-height: var(--lt-footer-content-block-size);
	padding: 0.16rem 0.08rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.lt-mobile-footer .footer-tab-link>span {
	align-items: center;
	display: grid;
	gap: 0.12rem;
	justify-items: center;
	min-width: 0;
}

.lt-mobile-footer .footer-tab-link:focus-visible {
	box-shadow: var(--ring-shadow);
	outline: 0;
}

.lt-mobile-footer .nav-icon {
	color: currentColor;
	display: block;
	height: 1.55rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.1;
	width: 1.55rem;
}

.lt-mobile-footer .nav-icon path,
.lt-mobile-footer .nav-icon circle {
	fill: none;
}

.lt-mobile-footer .lt-footer-request-badge {
	align-items: center;
	background: var(--danger-solid);
	border: 0.1rem solid var(--surface-0);
	border-radius: 999rem;
	box-shadow: 0 0.18rem 0.5rem color-mix(in srgb, var(--text-900) 18%, transparent);
	color: var(--on-brand);
	display: inline-flex;
	font-size: 0.58rem;
	font-weight: 800;
	height: 1rem;
	justify-content: center;
	line-height: 1;
	min-width: 1rem;
	padding: 0 0.22rem;
	position: absolute;
	right: 1.24rem;
	top: 0.14rem;
	z-index: 1;
}

.lt-mobile-footer .lt-footer-request-badge[hidden] {
	display: none;
}

.lt-mobile-footer .nav-text {
	display: block;
	line-height: 1.15;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.home-page .lt-mobile-footer .nav-home,
.contact-page .lt-mobile-footer .nav-friends,
.discovery-page .lt-mobile-footer .nav-search,
.match-page .lt-mobile-footer .nav-requests,
.my-profile-page .lt-mobile-footer .nav-profile,
.profile-edit-page .lt-mobile-footer .nav-profile,
.lt-mobile-footer .footer-tab-link.active {
	color: var(--lt-brand-accent);
	font-weight: 800;
}

.home-page .lt-mobile-footer .nav-home .nav-text,
.contact-page .lt-mobile-footer .nav-friends .nav-text,
.discovery-page .lt-mobile-footer .nav-search .nav-text,
.match-page .lt-mobile-footer .nav-requests .nav-text,
.my-profile-page .lt-mobile-footer .nav-profile .nav-text,
.profile-edit-page .lt-mobile-footer .nav-profile .nav-text,
.lt-mobile-footer .footer-tab-link.active .nav-text {
	background: var(--lt-brand-gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home-page .lt-mobile-footer .nav-home .nav-icon,
.contact-page .lt-mobile-footer .nav-friends .nav-icon,
.discovery-page .lt-mobile-footer .nav-search .nav-icon,
.match-page .lt-mobile-footer .nav-requests .nav-icon,
.my-profile-page .lt-mobile-footer .nav-profile .nav-icon,
.profile-edit-page .lt-mobile-footer .nav-profile .nav-icon,
.lt-mobile-footer .footer-tab-link.active .nav-icon {
	transform: translateY(-1px) scale(1.03);
}

.home-page .lt-mobile-footer .nav-home::after,
.contact-page .lt-mobile-footer .nav-friends::after,
.discovery-page .lt-mobile-footer .nav-search::after,
.match-page .lt-mobile-footer .nav-requests::after,
.my-profile-page .lt-mobile-footer .nav-profile::after,
.profile-edit-page .lt-mobile-footer .nav-profile::after,
.lt-mobile-footer .footer-tab-link.active::after {
	background: var(--lt-brand-gradient);
	border-radius: 999rem;
	bottom: -0.12rem;
	content: "";
	height: 0.18rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.15rem;
}

html[data-theme="dark"] .lt-mobile-footer {
	background: transparent;
}

html[data-theme="dark"] .lt-mobile-footer .footer-tab-list {
	background: var(--surface-100);
	border-color: var(--border-400);
	box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.22);
}

@media (hover: none) and (pointer: coarse) {
	html[data-theme="dark"] body.app-page .lt-mini-header,
	html[data-theme="dark"] body.contact-page .lt-mini-header,
	html[data-theme="dark"] body.discovery-page .lt-mini-header,
	html[data-theme="dark"] body.match-page .lt-mini-header {
		border-top-color: transparent;
	}

	html[data-theme="dark"] body.app-page .lt-mobile-footer .footer-tab-list,
	html[data-theme="dark"] body.contact-page .lt-mobile-footer .footer-tab-list,
	html[data-theme="dark"] body.discovery-page .lt-mobile-footer .footer-tab-list,
	html[data-theme="dark"] body.match-page .lt-mobile-footer .footer-tab-list {
		border-bottom-color: transparent;
	}
}

html[data-theme="dark"] .lt-mobile-footer .footer-tab-link {
	color: var(--text-500);
}

html[data-theme="dark"] .home-page .lt-mobile-footer .nav-home,
html[data-theme="dark"] .contact-page .lt-mobile-footer .nav-friends,
html[data-theme="dark"] .discovery-page .lt-mobile-footer .nav-search,
html[data-theme="dark"] .match-page .lt-mobile-footer .nav-requests,
html[data-theme="dark"] .my-profile-page .lt-mobile-footer .nav-profile,
html[data-theme="dark"] .profile-edit-page .lt-mobile-footer .nav-profile,
html[data-theme="dark"] .lt-mobile-footer .footer-tab-link.active {
	color: var(--lt-brand-accent);
}

html[data-theme="dark"] .home-page .lt-mobile-footer .nav-home::after,
html[data-theme="dark"] .contact-page .lt-mobile-footer .nav-friends::after,
html[data-theme="dark"] .discovery-page .lt-mobile-footer .nav-search::after,
html[data-theme="dark"] .match-page .lt-mobile-footer .nav-requests::after,
html[data-theme="dark"] .my-profile-page .lt-mobile-footer .nav-profile::after,
html[data-theme="dark"] .profile-edit-page .lt-mobile-footer .nav-profile::after,
html[data-theme="dark"] .lt-mobile-footer .footer-tab-link.active::after {
	background: color-mix(in srgb, var(--lt-brand-accent) 82%, var(--surface-0));
}

.nav {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.topbar,
.topbar-inner,
.brand {
	display: contents;
}

@media (min-width: 64rem) {
	.lt-app-content {
		padding-bottom: calc(6.75rem + env(safe-area-inset-bottom));
	}

	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (max-width: 48rem) {

	.lt-app-content>.container,
	main.container {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	.page-head {
		align-items: stretch;
		flex-direction: column;
	}
}
