.el360-app.el360-global-footer-host {
	width: min(1240px, calc(100vw - 32px)) !important;
	max-width: 1240px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.el360-app.el360-global-footer-host,
.el360-app.el360-global-footer-host * {
	font-weight: 400 !important;
}

.el360-app.el360-global-footer-host .el360-global-footer {
	width: 100vw;
	max-width: 100vw;
	min-height: 360px;
	margin: 88px calc(50% - 50vw) 0;
	padding: 164px 18px 50px;
	background: #f1f1f1;
	text-align: center;
}

.el360-app.el360-global-footer-host .el360-footer-date {
	display: block;
	margin: 0 0 10px;
	color: #c4cbd4;
	font-size: 12px;
	line-height: 1.5;
}

.el360-app.el360-global-footer-host .el360-global-footer p {
	margin: 0 0 20px;
	color: #d1d5db;
	font-size: 14px;
	line-height: 1.5;
}

.el360-app.el360-global-footer-host .el360-footer-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	min-height: 54px;
	padding: 13px 28px;
	border: 0;
	border-radius: 999px;
	background: #e9eef5;
	color: #8b95a3;
	font: inherit;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 18px 18px 34px rgba(148, 163, 184, .36), -10px -10px 28px rgba(255, 255, 255, .9);
	transition: transform .18s ease, box-shadow .18s ease;
}

.el360-app.el360-global-footer-host .el360-footer-brand:hover {
	transform: translateY(-2px);
	box-shadow: 20px 21px 38px rgba(148, 163, 184, .39), -10px -10px 28px rgba(255, 255, 255, .95);
}

.el360-app.el360-global-footer-host .el360-footer-brand:focus-visible,
.el360-app.el360-global-footer-host .el360-footer-links a:focus-visible,
.el360-app.el360-footer-viewport-shell .el360-footer-action:focus-visible,
.el360-app.el360-footer-viewport-shell .el360-footer-close:focus-visible {
	outline: 3px solid rgba(97, 114, 255, .3);
	outline-offset: 3px;
}

.el360-app.el360-global-footer-host .el360-footer-links {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.el360-app.el360-global-footer-host .el360-footer-links a {
	color: #c4cbd4 !important;
	font-size: 12px;
	text-decoration: none;
}

.el360-app.el360-global-footer-host .el360-footer-links a:hover {
	color: #8b95a3 !important;
}

.el360-app.el360-footer-viewport-shell {
	display: contents;
}

.el360-app.el360-footer-viewport-shell .el360-footer-modal[hidden] {
	display: none;
}

.el360-app.el360-footer-viewport-shell .el360-footer-modal {
	--el360-ink: #4b5563;
	box-sizing: border-box;
	position: fixed;
	inset: 0;
	z-index: 1000005;
	display: grid;
	place-items: center;
	width: 100vw;
	max-width: none;
	min-width: 0;
	height: 100vh;
	height: 100dvh;
	min-height: 0;
	margin: 0;
	padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
	transform: none;
	overflow: hidden;
	color: #4b5563;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease;
}

.el360-app.el360-footer-viewport-shell .el360-footer-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.el360-app.el360-footer-viewport-shell .el360-footer-modal-backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(15, 23, 42, .32);
	backdrop-filter: blur(8px);
}

.el360-app.el360-footer-viewport-shell .el360-footer-dialog {
	box-sizing: border-box;
	position: relative;
	width: min(330px, 100%);
	max-height: calc(100dvh - 32px);
	padding: 30px 26px 24px;
	overflow: auto;
	overscroll-behavior: contain;
	border: 1px solid rgba(226, 232, 240, .72);
	border-radius: 26px;
	background: #eef3f9;
	color: #4b5563;
	text-align: center;
	box-shadow: 0 28px 90px rgba(15, 23, 42, .26);
	transform: translateY(14px) scale(.98);
	transition: transform .18s ease;
}

.el360-app.el360-footer-viewport-shell .el360-footer-modal.is-open .el360-footer-dialog {
	transform: translateY(0) scale(1);
}

.el360-app.el360-footer-viewport-shell .el360-footer-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #9ca3af;
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
}

.el360-app.el360-footer-viewport-shell .el360-footer-dialog h2 {
	margin: 0;
	color: #4b5563;
	font-size: 20px;
}

.el360-app.el360-footer-viewport-shell .el360-footer-dialog p {
	margin: 12px 0 22px;
	color: #8a95a5;
	font-size: 13px;
}

.el360-app.el360-footer-viewport-shell .el360-footer-actions {
	display: grid;
	gap: 12px;
}

.el360-app.el360-footer-viewport-shell .el360-footer-action {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 12px;
	align-items: center;
	min-height: 58px;
	padding: 13px 18px;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 999px;
	background: #f5f9fd;
	color: #0f766e !important;
	text-align: left;
	text-decoration: none;
	box-shadow: 10px 12px 24px rgba(148, 163, 184, .24), -8px -8px 20px rgba(255, 255, 255, .9);
}

.el360-app.el360-footer-viewport-shell .el360-footer-action span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
}

.el360-app.el360-footer-viewport-shell .el360-footer-action svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.el360-app.el360-footer-viewport-shell .el360-footer-action b {
	color: inherit;
	font-size: 14px;
	font-weight: 600;
}

.el360-app.el360-footer-viewport-shell .el360-footer-action--support {
	color: #16a34a !important;
}

.el360-app.el360-footer-viewport-shell .el360-footer-action--portfolio {
	margin-top: 4px;
	color: #6172ff !important;
}

.el360-app.el360-footer-viewport-shell .el360-footer-action--portfolio::before {
	content: "";
	grid-column: 1 / -1;
	height: 1px;
	margin: -7px 0 2px;
	background: #dbe2ea;
}

@media (max-width: 760px) {
	.el360-app.el360-global-footer-host .el360-global-footer {
		min-height: 350px;
		margin-top: 56px;
		padding-top: 124px;
		padding-bottom: 96px;
	}

	.el360-app.el360-global-footer-host .el360-global-footer p {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.el360-app.el360-global-footer-host .el360-footer-brand,
	.el360-app.el360-footer-viewport-shell .el360-footer-modal,
	.el360-app.el360-footer-viewport-shell .el360-footer-dialog {
		transition: none;
	}
}
