:root {
	--lpwm-ink: #f5f8fb;
	--lpwm-muted: #9eb2c0;
	--lpwm-night: #030d16;
	--lpwm-panel: rgba(7, 23, 34, 0.88);
	--lpwm-line: rgba(177, 215, 230, 0.17);
	--lpwm-cyan: #79e0ed;
	--lpwm-blue: #2e9eba;
	--lpwm-gold: #ffca73;
	--lpwm-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.lpwm-world-page {
	overflow: hidden !important;
	background: var(--lpwm-night) !important;
}

.lpwm-world-shell {
	position: fixed;
	inset: 0;
	z-index: 999990;
	overflow: hidden;
	color: var(--lpwm-ink);
	background:
		radial-gradient(circle at 78% 44%, rgba(35, 115, 144, 0.22), transparent 32%),
		radial-gradient(circle at 22% 75%, rgba(104, 56, 144, 0.1), transparent 26%),
		linear-gradient(145deg, #071824 0%, #020b13 58%, #01070d 100%);
	font-family: var(--lpwm-font);
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .lpwm-world-shell {
	top: 32px;
}

.lpwm-world-shell *,
.lpwm-world-shell *::before,
.lpwm-world-shell *::after {
	box-sizing: border-box;
}

.lpwm-space,
.lpwm-space::before,
.lpwm-space::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
}

.lpwm-space {
	z-index: 0;
	opacity: 0.7;
	background-image:
		radial-gradient(circle, rgba(255, 255, 255, 0.86) 0 1px, transparent 1.4px),
		radial-gradient(circle, rgba(117, 221, 239, 0.7) 0 1px, transparent 1.3px);
	background-position: 18px 42px, 63px 7px;
	background-size: 94px 94px, 137px 137px;
	mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.lpwm-space::before {
	background: linear-gradient(113deg, transparent 0 53%, rgba(122, 215, 236, 0.08) 53.1%, transparent 53.3%);
}

.lpwm-space i {
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 9px 2px rgba(153, 232, 246, 0.65);
	animation: lpwm-star 3.6s ease-in-out infinite alternate;
}

.lpwm-space i:nth-child(1) { top: 18%; left: 11%; animation-delay: -1.4s; }
.lpwm-space i:nth-child(2) { top: 73%; left: 7%; animation-delay: -2.1s; }
.lpwm-space i:nth-child(3) { top: 12%; left: 56%; }
.lpwm-space i:nth-child(4) { top: 82%; left: 47%; animation-delay: -0.8s; }
.lpwm-space i:nth-child(5) { top: 24%; right: 8%; animation-delay: -1.7s; }
.lpwm-space i:nth-child(6) { right: 17%; bottom: 9%; animation-delay: -2.8s; }

.lpwm-topbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 800;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: max(22px, env(safe-area-inset-top)) clamp(20px, 3vw, 48px) 18px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(2, 10, 17, 0.74), transparent);
}

.lpwm-brand,
.lpwm-mode-pill {
	pointer-events: auto;
}

.lpwm-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lpwm-brand-mark {
	position: relative;
	display: grid;
	width: 39px;
	height: 39px;
	place-items: center;
	border: 1px solid rgba(255, 202, 115, 0.3);
	border-radius: 13px;
	background: rgba(16, 42, 55, 0.76);
	box-shadow: 0 0 32px rgba(255, 200, 105, 0.1);
	transform: rotate(45deg);
}

.lpwm-brand-mark i {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--lpwm-gold);
	box-shadow: 0 0 9px var(--lpwm-gold);
}

.lpwm-brand-mark i:nth-child(1) { transform: translate(-8px, 4px); }
.lpwm-brand-mark i:nth-child(2) { width: 7px; height: 7px; }
.lpwm-brand-mark i:nth-child(3) { transform: translate(8px, -4px); }

.lpwm-brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.lpwm-brand-copy strong {
	color: var(--lpwm-ink);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.lpwm-brand-copy small {
	margin-top: 6px;
	color: var(--lpwm-gold);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.lpwm-mode-pill {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid var(--lpwm-line);
	border-radius: 999px;
	color: #d8e8ef;
	background: rgba(7, 26, 38, 0.67);
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	backdrop-filter: blur(18px);
}

.lpwm-mode-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--lpwm-gold);
	box-shadow: 0 0 11px var(--lpwm-gold);
}

.lpwm-planet-stage {
	position: absolute;
	top: 50%;
	right: clamp(-90px, 4vw, 80px);
	z-index: 100;
	width: min(59vw, 790px);
	aspect-ratio: 1;
	overflow: visible;
	border-radius: 50%;
	transform: translateY(-48%);
	transition:
		top 1.45s cubic-bezier(0.55, 0, 0.2, 1),
		right 1.45s cubic-bezier(0.55, 0, 0.2, 1),
		width 1.45s cubic-bezier(0.55, 0, 0.2, 1),
		height 1.45s cubic-bezier(0.55, 0, 0.2, 1),
		border-radius 1.1s ease,
		transform 1.45s cubic-bezier(0.55, 0, 0.2, 1);
}

.lpwm-planet-stage::after {
	position: absolute;
	inset: -1px;
	z-index: 250;
	border: 1px solid rgba(149, 224, 239, 0.34);
	border-radius: inherit;
	box-shadow:
		inset 22px 0 38px rgba(1, 8, 14, 0.74),
		inset -18px -15px 38px rgba(33, 143, 170, 0.17),
		0 0 22px rgba(94, 205, 227, 0.22),
		0 0 90px rgba(27, 115, 143, 0.16);
	pointer-events: none;
	content: "";
	transition: opacity 900ms ease, border-radius 1.1s ease;
}

.lpwm-planet-aura {
	position: absolute;
	inset: -5%;
	z-index: -1;
	border-radius: 50%;
	background: radial-gradient(circle, transparent 59%, rgba(89, 211, 233, 0.15) 67%, transparent 73%);
	filter: blur(4px);
	animation: lpwm-breathe 4.5s ease-in-out infinite alternate;
}

.lpwm-world-map {
	position: absolute;
	inset: 0;
	z-index: 10;
	overflow: hidden;
	border-radius: inherit;
	background: #061923;
	transition: opacity 1.2s ease, filter 1.2s ease;
}

.lpwm-globe {
	position: absolute;
	inset: -11%;
	z-index: 30;
	overflow: visible;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	filter: saturate(1.08) contrast(1.03);
	transition: opacity 900ms ease, filter 1.2s ease;
}

.lpwm-globe.is-ready {
	opacity: 1;
	pointer-events: auto;
}

.lpwm-globe-canvas {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	cursor: grab;
	touch-action: none;
	user-select: none;
}

.lpwm-globe-canvas.is-dragging {
	cursor: grabbing;
}

.lpwm-globe-canvas.is-pointing:not(.is-dragging) {
	cursor: pointer;
}

.lpwm-globe-hud {
	position: absolute;
	right: 7%;
	bottom: 8%;
	z-index: 310;
	display: grid;
	justify-items: end;
	gap: 7px;
	pointer-events: none;
	transition: opacity 500ms ease;
}

.lpwm-globe-hud > span {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	border: 1px solid rgba(121, 224, 237, 0.2);
	border-radius: 999px;
	color: rgba(217, 240, 246, 0.76);
	background: rgba(2, 15, 23, 0.58);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	font-size: 7px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.lpwm-globe-hud i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--lpwm-gold);
	box-shadow: 0 0 9px var(--lpwm-gold);
	animation: lpwm-capital-pulse 1.9s ease-in-out infinite alternate;
}

.lpwm-globe-hud strong {
	color: var(--lpwm-gold);
	font-size: 8px;
}

.lpwm-globe-hud em {
	min-height: 13px;
	color: #f4dca9;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-shadow: 0 0 16px rgba(255, 202, 115, 0.68);
	text-transform: uppercase;
}

.lpwm-capital-tooltip {
	position: absolute;
	z-index: 360;
	display: grid;
	min-width: 110px;
	gap: 2px;
	padding: 8px 10px;
	border: 1px solid rgba(255, 210, 133, 0.3);
	border-radius: 10px;
	color: #f7fbfd;
	background: rgba(3, 16, 24, 0.9);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.34), 0 0 22px rgba(255, 196, 92, 0.09);
	font-size: 9px;
	pointer-events: none;
	transform: translate(14px, calc(-100% - 12px));
	backdrop-filter: blur(14px);
}

.lpwm-capital-tooltip[hidden] {
	display: none;
}

.lpwm-capital-tooltip strong {
	color: var(--lpwm-gold);
	font-size: 10px;
}

.lpwm-capital-tooltip span {
	color: #91a9b5;
}

.lpwm-has-webgl .lpwm-world-map {
	opacity: 0;
	filter: saturate(0.65) brightness(0.55);
	pointer-events: none;
}

.lpwm-has-webgl.is-travelling .lpwm-world-map {
	opacity: 0.32;
	filter: saturate(0.82) brightness(0.68);
	transition-delay: 1.85s;
}

.lpwm-has-webgl.has-arrived .lpwm-world-map {
	opacity: 0.72;
	filter: saturate(0.82) brightness(0.62);
}

.lpwm-has-webgl.has-arrived .lpwm-globe {
	opacity: 0.24;
	filter: saturate(1.2) contrast(1.08) blur(0.4px);
}

.lpwm-has-webgl.has-arrived .lpwm-globe-hud,
.lpwm-planet-stage.is-zooming .lpwm-globe-hud {
	opacity: 0;
}

.lpwm-world-map .leaflet-tile-pane {
	opacity: 0.86;
	filter: grayscale(0.66) saturate(0.78) brightness(0.56) contrast(1.34) sepia(0.1) hue-rotate(145deg);
}

.lpwm-world-map .leaflet-control-attribution {
	max-width: 46vw;
	padding: 3px 7px;
	color: rgba(223, 240, 246, 0.52);
	background: rgba(3, 14, 22, 0.58);
	font-size: 8px;
}

.lpwm-world-map .leaflet-control-attribution a {
	color: rgba(121, 224, 237, 0.7);
}

.lpwm-planet-shade {
	position: absolute;
	inset: 0;
	z-index: 200;
	border-radius: inherit;
	pointer-events: none;
	background:
		linear-gradient(93deg, rgba(1, 7, 12, 0.75) 0%, rgba(2, 11, 17, 0.26) 33%, transparent 62%),
		radial-gradient(circle at 68% 36%, transparent 0 35%, rgba(2, 12, 18, 0.52) 85%);
	transition: opacity 900ms ease;
}

.lpwm-has-webgl .lpwm-planet-shade {
	opacity: 0.46;
	background:
		linear-gradient(93deg, rgba(1, 7, 12, 0.5) 0%, rgba(2, 11, 17, 0.1) 36%, transparent 63%),
		radial-gradient(circle at 72% 35%, transparent 0 42%, rgba(2, 12, 18, 0.35) 88%);
}

.lpwm-orbit {
	position: absolute;
	z-index: 260;
	border: 1px solid rgba(116, 218, 238, 0.18);
	border-radius: 50%;
	pointer-events: none;
	transition: opacity 450ms ease;
}

.lpwm-orbit--one {
	inset: -8% -17%;
	transform: rotate(-15deg);
}

.lpwm-orbit--two {
	inset: 8% -24%;
	border-color: rgba(255, 202, 115, 0.13);
	transform: rotate(28deg);
}

.lpwm-planet-stage.is-zooming {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	border-radius: 0;
	transform: none;
}

.lpwm-planet-stage.is-zooming::after,
.lpwm-planet-stage.is-zooming .lpwm-planet-shade {
	opacity: 0.18;
}

.lpwm-planet-stage.is-zooming .lpwm-orbit,
.lpwm-planet-stage.is-zooming .lpwm-planet-aura {
	opacity: 0;
}

.lpwm-entry-card {
	position: absolute;
	top: 50%;
	left: clamp(24px, 5vw, 84px);
	z-index: 500;
	width: min(430px, calc(100vw - 48px));
	padding: clamp(24px, 3vw, 38px);
	border: 1px solid var(--lpwm-line);
	border-radius: 28px;
	background:
		linear-gradient(145deg, rgba(11, 35, 48, 0.93), rgba(4, 17, 27, 0.86));
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
	transform: translateY(-44%);
	backdrop-filter: blur(24px);
	transition: opacity 600ms ease, transform 850ms cubic-bezier(0.5, 0, 0.2, 1);
	max-height: calc(100vh - 116px);
	overflow-y: auto;
	scrollbar-width: thin;
}

.lpwm-entry-card.is-leaving {
	opacity: 0;
	pointer-events: none;
	transform: translate(-60px, -44%);
}

.lpwm-entry-heading > p:first-child {
	margin: 0 0 10px;
	color: var(--lpwm-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.24em;
}

.lpwm-entry-heading h1 {
	margin: 0;
	color: var(--lpwm-ink);
	font-size: clamp(30px, 3vw, 43px);
	font-weight: 690;
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.lpwm-entry-intro {
	max-width: 365px;
	margin: 14px 0 0;
	color: var(--lpwm-muted);
	font-size: 13px;
	line-height: 1.55;
}

.lpwm-step-track {
	display: flex;
	align-items: center;
	margin: 24px 0 16px;
}

.lpwm-step-track span {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border: 1px solid var(--lpwm-line);
	border-radius: 50%;
	color: #6d8593;
	background: rgba(4, 17, 26, 0.82);
	font-size: 9px;
	font-weight: 800;
	transition: 180ms ease;
}

.lpwm-step-track span.is-active {
	border-color: var(--lpwm-gold);
	color: #091923;
	background: var(--lpwm-gold);
	box-shadow: 0 0 18px rgba(255, 202, 115, 0.26);
}

.lpwm-step-track span.is-complete {
	border-color: rgba(121, 224, 237, 0.62);
	color: var(--lpwm-cyan);
}

.lpwm-step-track i {
	width: 42px;
	height: 1px;
	background: var(--lpwm-line);
}

.lpwm-selector-fields {
	display: grid;
	gap: 9px;
}

.lpwm-mode-field {
	align-items: flex-start;
}

.lpwm-mode-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	margin-top: 4px;
}

.lpwm-mode-options button {
	display: grid;
	gap: 4px;
	min-height: 48px;
	margin: 0;
	padding: 9px 10px;
	border: 1px solid rgba(174, 213, 227, 0.16);
	border-radius: 10px;
	color: #dce9ee;
	background: rgba(111, 151, 166, 0.08);
	box-shadow: none;
	text-align: left;
	cursor: pointer;
	transition: 160ms ease;
}

.lpwm-mode-options button strong {
	font: 750 11px/1.15 var(--lpwm-font);
}

.lpwm-mode-options button small {
	color: #78919f;
	font: 650 7px/1.2 var(--lpwm-font);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lpwm-mode-options button:hover,
.lpwm-mode-options button:focus-visible,
.lpwm-mode-options button.is-selected {
	border-color: rgba(121, 224, 237, 0.58);
	background: rgba(41, 139, 162, 0.2);
}

.lpwm-mode-options button.is-selected {
	box-shadow: inset 0 0 0 1px rgba(121, 224, 237, 0.28);
}

.lpwm-mode-options button.is-selected strong {
	color: var(--lpwm-cyan);
}

.lpwm-select-field {
	display: flex;
	min-height: 58px;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 8px 13px;
	border: 1px solid rgba(177, 215, 230, 0.14);
	border-radius: 15px;
	color: var(--lpwm-ink);
	background: rgba(2, 13, 21, 0.56);
	transition: border-color 180ms ease, opacity 180ms ease, background 180ms ease;
}

.lpwm-select-field.is-current {
	border-color: rgba(121, 224, 237, 0.42);
	background: rgba(6, 27, 38, 0.72);
}

.lpwm-select-field.is-complete {
	border-color: rgba(121, 224, 237, 0.19);
}

.lpwm-select-field.is-disabled {
	opacity: 0.42;
}

.lpwm-field-number {
	color: var(--lpwm-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.lpwm-field-copy {
	display: grid;
	flex: 1;
	gap: 3px;
	min-width: 0;
}

.lpwm-field-copy small,
.lpwm-manual-city > span {
	color: #78919f;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.lpwm-field-copy select {
	width: 100%;
	min-height: 23px;
	margin: 0;
	padding: 0 28px 0 0;
	overflow: hidden;
	border: 0;
	outline: 0;
	color: var(--lpwm-ink);
	background: transparent;
	box-shadow: none;
	font: 620 13px/1.2 var(--lpwm-font);
	text-overflow: ellipsis;
	appearance: none;
	cursor: pointer;
}

.lpwm-field-copy select:disabled {
	cursor: default;
}

.lpwm-field-copy select option {
	color: #09202c;
	background: #edf6f8;
}

.lpwm-select-field > svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	fill: none;
	stroke: #7b929f;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	pointer-events: none;
}

.lpwm-manual-city {
	display: grid;
	gap: 6px;
	margin: 1px 0;
	padding: 11px 13px;
	border: 1px dashed rgba(121, 224, 237, 0.32);
	border-radius: 13px;
	background: rgba(4, 20, 29, 0.56);
}

.lpwm-manual-city[hidden] {
	display: none;
}

.lpwm-manual-city input {
	width: 100%;
	min-height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: var(--lpwm-ink);
	background: transparent;
	box-shadow: none;
	font: 600 13px/1.2 var(--lpwm-font);
}

.lpwm-manual-city input::placeholder {
	color: #607a88;
	opacity: 1;
}

.lpwm-entry-help {
	min-height: 31px;
	margin: 10px 2px 0;
	color: #7f98a5;
	font-size: 10px;
	line-height: 1.45;
}

.lpwm-launch-button,
.lpwm-start-button {
	display: flex;
	width: 100%;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 2px 0 0;
	padding: 0 20px;
	border: 0;
	border-radius: 14px;
	color: #07161e;
	background: linear-gradient(115deg, #ffcf7c, #eda945);
	box-shadow: 0 12px 32px rgba(234, 168, 68, 0.19);
	font: 800 11px/1 var(--lpwm-font);
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.lpwm-launch-button svg,
.lpwm-start-button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.lpwm-start-button svg {
	fill: currentColor;
	stroke: none;
}

.lpwm-launch-button:hover:not(:disabled),
.lpwm-launch-button:focus-visible:not(:disabled),
.lpwm-start-button:hover,
.lpwm-start-button:focus-visible {
	color: #07161e;
	box-shadow: 0 16px 38px rgba(234, 168, 68, 0.28);
	transform: translateY(-2px);
}

.lpwm-launch-button:disabled {
	opacity: 0.32;
	box-shadow: none;
	cursor: default;
}

.lpwm-start-button.is-disabled,
.lpwm-start-button[aria-disabled="true"] {
	opacity: 0.32;
	box-shadow: none;
	cursor: not-allowed;
	pointer-events: none;
}

.lpwm-entry-trust {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin-top: 13px;
	color: #78929f;
	font-size: 9px;
}

.lpwm-entry-trust > span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.lpwm-entry-trust i {
	display: grid;
	width: 14px;
	height: 14px;
	place-items: center;
	border: 1px solid rgba(121, 224, 237, 0.3);
	border-radius: 50%;
	color: var(--lpwm-cyan);
	font-size: 8px;
	font-style: normal;
}

.lpwm-map-status,
.lpwm-noscript {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 900;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: calc(100vw - 40px);
	padding: 14px 18px;
	border: 1px solid var(--lpwm-line);
	border-radius: 14px;
	color: var(--lpwm-ink);
	background: rgba(5, 23, 34, 0.94);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
	font: 650 11px/1.4 var(--lpwm-font);
	transform: translate(-50%, -50%);
	backdrop-filter: blur(18px);
}

.lpwm-map-status[hidden] {
	display: none;
}

.lpwm-loader,
.lpwm-zoom-loader {
	width: 17px;
	height: 17px;
	border: 2px solid rgba(121, 224, 237, 0.22);
	border-top-color: var(--lpwm-cyan);
	border-radius: 50%;
	animation: lpwm-spin 850ms linear infinite;
}

.lpwm-zoom-copy {
	position: absolute;
	bottom: clamp(42px, 8vh, 92px);
	left: 50%;
	z-index: 700;
	display: grid;
	min-width: min(430px, calc(100vw - 40px));
	justify-items: center;
	padding: 22px 28px;
	border: 1px solid var(--lpwm-line);
	border-radius: 20px;
	color: var(--lpwm-ink);
	background: rgba(3, 16, 24, 0.73);
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
	transform: translateX(-50%);
	backdrop-filter: blur(20px);
}

.lpwm-zoom-copy[hidden] {
	display: none;
}

.lpwm-zoom-copy p {
	margin: 0 0 7px;
	color: var(--lpwm-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.lpwm-zoom-copy strong {
	margin-bottom: 15px;
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 680;
	letter-spacing: -0.04em;
}

.lpwm-zoom-loader {
	width: 28px;
	height: 28px;
}

.lpwm-destination-wrap {
	border: 0;
	background: transparent;
}

.lpwm-destination {
	position: relative;
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
}

.lpwm-destination::before,
.lpwm-destination::after {
	position: absolute;
	border: 1px solid rgba(255, 202, 115, 0.78);
	border-radius: 50%;
	content: "";
	animation: lpwm-signal 2.2s ease-out infinite;
}

.lpwm-destination::before { inset: 2px; }
.lpwm-destination::after { inset: 11px; animation-delay: -0.7s; }

.lpwm-destination i {
	width: 9px;
	height: 9px;
	border: 2px solid #fff2d8;
	border-radius: 50%;
	background: var(--lpwm-gold);
	box-shadow: 0 0 10px var(--lpwm-gold), 0 0 27px rgba(255, 188, 72, 0.9);
}

.lpwm-arrival-card {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 750;
	width: min(470px, calc(100vw - 40px));
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(180, 221, 234, 0.2);
	border-radius: 30px;
	opacity: 0;
	color: var(--lpwm-ink);
	text-align: center;
	background:
		radial-gradient(circle at 50% 0, rgba(67, 154, 179, 0.19), transparent 38%),
		linear-gradient(145deg, rgba(9, 31, 44, 0.96), rgba(3, 15, 24, 0.93));
	box-shadow: 0 36px 100px rgba(0, 0, 0, 0.48);
	transform: translate(-50%, calc(-50% + 24px)) scale(0.96);
	backdrop-filter: blur(26px);
	transition: opacity 550ms ease, transform 700ms cubic-bezier(0.3, 0.8, 0.3, 1);
}

.lpwm-arrival-card[hidden] {
	display: none;
}

.lpwm-arrival-card.is-visible {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.lpwm-arrival-signal {
	position: relative;
	display: grid;
	width: 66px;
	height: 66px;
	margin: 0 auto 16px;
	place-items: center;
}

.lpwm-arrival-signal i {
	position: absolute;
	border: 1px solid rgba(255, 202, 115, 0.5);
	border-radius: 50%;
	animation: lpwm-signal 2.4s ease-out infinite;
}

.lpwm-arrival-signal i:nth-child(1) { width: 18px; height: 18px; background: var(--lpwm-gold); box-shadow: 0 0 26px rgba(255, 194, 88, 0.75); }
.lpwm-arrival-signal i:nth-child(2) { width: 42px; height: 42px; animation-delay: -0.6s; }
.lpwm-arrival-signal i:nth-child(3) { width: 66px; height: 66px; animation-delay: -1.2s; }

.lpwm-arrival-card > p:first-of-type {
	margin: 0 0 8px;
	color: var(--lpwm-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.21em;
}

.lpwm-arrival-card h2 {
	margin: 0;
	color: var(--lpwm-ink);
	font-size: clamp(31px, 4vw, 46px);
	font-weight: 690;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.lpwm-arrival-card h3 {
	margin: 20px 0 0;
	color: #dceaf0;
	font-size: 15px;
	font-weight: 680;
}

.lpwm-arrival-description {
	margin: 11px auto 0;
	color: var(--lpwm-muted);
	font-size: 12px;
	line-height: 1.58;
}

.lpwm-arrival-meta {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 19px 0;
}

.lpwm-arrival-meta span {
	padding: 7px 10px;
	border: 1px solid var(--lpwm-line);
	border-radius: 999px;
	color: #a8bdc7;
	background: rgba(100, 141, 158, 0.08);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.lpwm-change-location {
	margin: 14px 0 0;
	padding: 5px;
	border: 0;
	color: #859da9;
	background: transparent;
	box-shadow: none;
	font: 650 10px/1.2 var(--lpwm-font);
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.lpwm-change-location:hover,
.lpwm-change-location:focus-visible {
	color: var(--lpwm-cyan);
	background: transparent;
}

.has-arrived .lpwm-topbar {
	opacity: 0.7;
}

@keyframes lpwm-spin {
	to { transform: rotate(360deg); }
}

@keyframes lpwm-star {
	from { opacity: 0.24; transform: scale(0.7); }
	to { opacity: 1; transform: scale(1.25); }
}

@keyframes lpwm-breathe {
	from { opacity: 0.55; transform: scale(0.98); }
	to { opacity: 1; transform: scale(1.025); }
}

@keyframes lpwm-signal {
	0% { opacity: 0; transform: scale(0.58); }
	25% { opacity: 1; }
	100% { opacity: 0; transform: scale(1.18); }
}

@keyframes lpwm-capital-pulse {
	from { opacity: 0.5; transform: scale(0.8); }
	to { opacity: 1; transform: scale(1.2); }
}

@media (max-width: 980px) {
	.lpwm-planet-stage {
		right: -19vw;
		width: min(78vw, 760px);
	}

	.lpwm-globe {
		inset: -7%;
	}

	.lpwm-globe-hud {
		right: 8%;
		bottom: 10%;
	}

	.lpwm-entry-card {
		left: 28px;
		width: min(410px, calc(100vw - 56px));
	}
}

@media (max-width: 700px) {
	.lpwm-world-shell {
		overflow-y: auto;
	}

	.lpwm-topbar {
		position: fixed;
		padding: 14px 16px;
	}

	.lpwm-brand-mark {
		width: 34px;
		height: 34px;
	}

	.lpwm-brand-copy strong { font-size: 12px; }
	.lpwm-brand-copy small { font-size: 8px; }
	.lpwm-mode-pill { padding: 8px 10px; font-size: 8px; }

	.lpwm-planet-stage {
		position: fixed;
		top: 14%;
		right: -26vw;
		width: 102vw;
		opacity: 0.72;
		transform: none;
	}

	.lpwm-planet-stage.is-zooming {
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	.lpwm-entry-card {
		position: relative;
		top: auto;
		left: auto;
		width: calc(100% - 24px);
		margin: 82px 12px 18px;
		padding: 23px;
		transform: none;
	}

	.lpwm-entry-card.is-leaving {
		transform: translateY(35px);
	}

	.lpwm-entry-heading h1 {
		font-size: 30px;
	}

	.lpwm-entry-intro {
		font-size: 12px;
	}

	.lpwm-step-track {
		margin-top: 19px;
	}

	.lpwm-select-field {
		min-height: 55px;
	}

	.lpwm-entry-trust {
		flex-wrap: wrap;
		gap: 8px 14px;
	}

	.lpwm-zoom-copy {
		bottom: 32px;
		min-width: calc(100vw - 28px);
	}

	.lpwm-arrival-card {
		position: fixed;
		width: calc(100vw - 24px);
		padding: 27px 22px;
		border-radius: 24px;
	}
}

@media (max-height: 760px) and (min-width: 701px) {
	.lpwm-entry-card {
		padding: 22px 26px;
		transform: translateY(-42%);
	}

	.lpwm-entry-heading h1 { font-size: 32px; }
	.lpwm-entry-intro { margin-top: 9px; }
	.lpwm-step-track { margin: 16px 0 11px; }
	.lpwm-select-field { min-height: 50px; }
	.lpwm-entry-help { min-height: 24px; margin-top: 7px; }
	.lpwm-launch-button { min-height: 45px; }
}

@media (prefers-reduced-motion: reduce) {
	.lpwm-world-shell *,
	.lpwm-world-shell *::before,
	.lpwm-world-shell *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 782px) {
	body.admin-bar .lpwm-world-shell {
		top: 46px;
	}
}

@media (max-width: 600px) {
	body.admin-bar .lpwm-world-shell {
		top: 0;
	}
}
