.vts-tour {
	width: var(--vts-width, 100%);
	max-width: 100%;
	margin: 1.25rem auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #fff;
}
.vts-stage,
.vts-shell,
.vts-viewer-host {
	position: relative;
	width: 100%;
}
.vts-shell {
	min-height: var(--vts-height, 650px);
	height: var(--vts-height, 650px);
	overflow: hidden;
	border-radius: 18px;
	background: radial-gradient(circle at top, #1a1536 0%, #0b1020 52%, #060a14 100%);
	box-shadow: 0 18px 48px rgba(5, 12, 28, .22);
}
.vts-viewer-host {
	height: 100%;
	background: radial-gradient(circle at top, #1a1536 0%, #0b1020 52%, #060a14 100%);
	touch-action: none;
}
.vts-viewer,
.vts-canvas,
.vts-image-layer,
.vts-hotspot-layer,
.vts-fallback {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.vts-viewer {
	overflow: hidden;
	background: #0b1020;
}

.vts-canvas {
	z-index: 1;
}
.vts-image-layer {
	z-index: 2;
	overflow: hidden;
	pointer-events: none;
	background: #0b1020;
}
.vts-image-track {
	position: absolute;
	top: 0;
	left: 0;
	will-change: transform;
}
.vts-image-copy {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}
.vts-canvas {
	display: block;
	cursor: grab;
}
.vts-canvas:active {
	cursor: grabbing;
}
.vts-fallback {
	display: grid;
	place-items: center;
	padding: 2rem;
	color: #fff;
	background: linear-gradient(135deg, #111827, #1f2937);
	text-align: center;
}
.vts-hotspot-layer {
	pointer-events: none;
	z-index: 4;
}
.vts-hotspot {
	position: absolute;
	transform: translate(-50%, -50%);
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 2px solid rgba(255,255,255,.92);
	border-radius: 999px;
	background: linear-gradient(135deg, #5b5cff, #17c8ff);
	color: #fff;
	box-shadow: 0 8px 22px rgba(0,0,0,.3);
	cursor: pointer;
	pointer-events: auto;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
	animation: vts-pulse 2.2s infinite;
}
.vts-hotspot:hover,
.vts-hotspot:focus-visible {
	transform: translate(-50%, -50%) scale(1.12);
	box-shadow: 0 10px 28px rgba(0,0,0,.42);
	outline: 3px solid rgba(255,255,255,.7);
	outline-offset: 3px;
}
.vts-hotspot-scene { background: linear-gradient(135deg, #17c8ff, #00d084); box-shadow: 0 0 18px rgba(23,200,255,.35), 0 8px 22px rgba(0,0,0,.3); }
.vts-hotspot-link { background: linear-gradient(135deg, #9b5cff, #ff4fd8); box-shadow: 0 0 18px rgba(155,92,255,.35), 0 8px 22px rgba(0,0,0,.3); }
.vts-hotspot-media { background: linear-gradient(135deg, #ff9b3d, #ff5e7a); box-shadow: 0 0 18px rgba(255,94,122,.28), 0 8px 22px rgba(0,0,0,.3); }
.vts-hotspot-icon::before {
	content: "i";
	font-weight: 800;
	font-size: 18px;
}
.vts-hotspot-scene .vts-hotspot-icon::before { content: "➜"; }
.vts-hotspot-link .vts-hotspot-icon::before { content: "↗"; }
.vts-hotspot-media .vts-hotspot-icon::before { content: "▶"; font-size: 15px; }
.vts-hotspot-tooltip {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	transform: translateX(-50%);
	width: max-content;
	max-width: 220px;
	padding: 7px 10px;
	border-radius: 8px;
	background: rgba(8, 15, 30, .93);
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.vts-hotspot:hover .vts-hotspot-tooltip,
.vts-hotspot:focus-visible .vts-hotspot-tooltip {
	opacity: 1;
	visibility: visible;
}
.vts-titlebar {
	position: absolute;
	z-index: 7;
	top: 18px;
	left: 18px;
	max-width: min(520px, calc(100% - 150px));
	padding: 12px 16px;
	border-radius: 12px;
	background: rgba(10, 12, 34, .62);
	border: 1px solid rgba(133, 95, 255, .28);
	box-shadow: 0 10px 34px rgba(0,0,0,.24), 0 0 0 1px rgba(0,255,255,.06) inset;
	backdrop-filter: blur(8px);
	pointer-events: none;
}
.vts-titlebar strong,
.vts-titlebar span {
	display: block;
}
.vts-titlebar strong {
	font-size: 18px;
	line-height: 1.2;
}
.vts-titlebar span {
	margin-top: 3px;
	font-size: 13px;
	opacity: .82;
}
.vts-controls {
	position: absolute;
	z-index: 8;
	top: 18px;
	right: 18px;
	display: flex;
	gap: 8px;
}
.vts-control {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(18,23,52,.9), rgba(8,12,28,.82));
	border-color: rgba(133, 95, 255, .48);
	box-shadow: 0 10px 25px rgba(0,0,0,.28), 0 0 16px rgba(112,88,255,.16);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	backdrop-filter: blur(8px);
}
.vts-control:hover,
.vts-control:focus-visible {
	background: linear-gradient(135deg, #5b5cff, #17c8ff);
	outline: 3px solid rgba(255,255,255,.7);
	outline-offset: 2px;
}
.vts-scene-menu {
	position: absolute;
	z-index: 8;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 10px;
	border-radius: 14px;
	background: rgba(10, 12, 34, .62);
	border: 1px solid rgba(133, 95, 255, .28);
	box-shadow: 0 10px 34px rgba(0,0,0,.24), 0 0 0 1px rgba(0,255,255,.06) inset;
	backdrop-filter: blur(10px);
	scrollbar-width: thin;
}
.vts-scene-menu button {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 165px;
	padding: 7px 10px 7px 7px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	color: #fff;
	text-align: left;
	cursor: pointer;
}
.vts-scene-menu button:hover,
.vts-scene-menu button:focus-visible,
.vts-scene-menu button.is-active {
	border-color: rgba(255,255,255,.85);
	background: linear-gradient(135deg, rgba(98,110,255,.94), rgba(23,200,255,.94));
	box-shadow: 0 0 18px rgba(84,150,255,.28);
	outline: none;
}
.vts-scene-thumb {
	flex: 0 0 54px;
	width: 54px;
	height: 36px;
	border-radius: 7px;
	background-position: center;
	background-size: cover;
}
.vts-loader {
	position: absolute;
	z-index: 10;
	inset: 0;
	display: none;
	place-items: center;
	background: rgba(4, 9, 20, .38);
}
.vts-loader.is-visible { display: grid; }
.vts-loader > span:first-child {
	width: 46px;
	height: 46px;
	border: 4px solid rgba(255,255,255,.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: vts-spin .8s linear infinite;
}
.vts-modal[hidden] { display: none; }
.vts-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
}
.vts-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 7, 18, .78);
}
.vts-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(680px, 100%);
	max-height: min(82vh, 760px);
	overflow: auto;
	padding: 26px;
	border-radius: 18px;
	background: #fff;
	color: #111827;
	box-shadow: 0 24px 70px rgba(0,0,0,.4);
}
.vts-modal-dialog h3 {
	margin: 0 45px 16px 0;
	font-size: 24px;
}
.vts-modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: #eef2f7;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}
.vts-modal-content img,
.vts-modal-content video {
	display: block;
	width: 100%;
	max-height: 60vh;
	object-fit: contain;
	border-radius: 12px;
}
.vts-modal-content audio { width: 100%; }
.vts-modal-text { white-space: pre-wrap; line-height: 1.65; }
body.vts-modal-open { overflow: hidden; }
.vts-error {
	padding: 18px;
	border-left: 4px solid #b42318;
	background: #fff3f2;
	color: #7a271a;
}
.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
@keyframes vts-spin { to { transform: rotate(360deg); } }
@keyframes vts-pulse {
	0%, 100% { box-shadow: 0 8px 22px rgba(0,0,0,.3), 0 0 0 0 rgba(255,255,255,.38); }
	50% { box-shadow: 0 8px 22px rgba(0,0,0,.3), 0 0 0 10px rgba(255,255,255,0); }
}
@media (prefers-reduced-motion: reduce) {
	.vts-hotspot,
	.vts-loader > span:first-child { animation: none; }
}
@media (max-width: 720px) {
	.vts-shell { border-radius: 12px; min-height: 520px; }
	.vts-titlebar {
		top: 12px;
		left: 12px;
		right: 60px;
		max-width: none;
		padding: 9px 12px;
	}
	.vts-titlebar strong { font-size: 15px; }
	.vts-titlebar span { display: none; }
	.vts-controls {
		top: 12px;
		right: 12px;
		flex-direction: column;
	}
	.vts-control { width: 36px; height: 36px; font-size: 19px; }
	.vts-scene-menu {
		left: 10px;
		right: 10px;
		bottom: 10px;
		padding: 7px;
	}
	.vts-scene-menu button { min-width: 130px; font-size: 12px; }
	.vts-scene-thumb { width: 44px; height: 31px; flex-basis: 44px; }
}

.vts-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at top center, rgba(137,92,255,.12), transparent 30%), radial-gradient(circle at bottom right, rgba(0,220,255,.08), transparent 25%);
	z-index: 0;
}
.vts-shell > * { z-index: 1; }
.vts-scene-thumb { box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 0 12px rgba(82,141,255,.12); }


/* Central directional navigation pad. */
.vts-direction-pad {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	display: grid;
	grid-template-columns: repeat(3, 48px);
	grid-template-rows: 19px repeat(3, 48px);
	gap: 6px;
	padding: 10px;
	border: 1px solid rgba(147, 118, 255, .32);
	border-radius: 24px;
	background: rgba(7, 10, 29, .34);
	box-shadow: 0 14px 38px rgba(0, 0, 0, .25), 0 0 24px rgba(88, 99, 255, .13);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	transform: translate(-50%, -50%);
	transition: opacity .2s ease, background .2s ease, box-shadow .2s ease;
	opacity: .78;
	pointer-events: none;
}
.vts-direction-pad:hover,
.vts-direction-pad:focus-within {
	opacity: 1;
	background: rgba(7, 10, 29, .58);
	box-shadow: 0 16px 42px rgba(0, 0, 0, .32), 0 0 28px rgba(80, 184, 255, .22);
}
.vts-direction-label {
	grid-column: 1 / 4;
	grid-row: 1;
	align-self: center;
	color: rgba(255, 255, 255, .86);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .17em;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .7);
	pointer-events: none;
}
.vts-direction-button {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .52);
	border-radius: 15px;
	background: linear-gradient(145deg, rgba(86, 82, 230, .82), rgba(23, 200, 255, .72));
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 7px 18px rgba(0, 0, 0, .25), 0 0 13px rgba(68, 161, 255, .17);
	font-size: 27px;
	line-height: 1;
	text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
	cursor: pointer;
	pointer-events: auto;
	touch-action: manipulation;
	user-select: none;
	-webkit-user-select: none;
	transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}
.vts-direction-button:hover,
.vts-direction-button:focus-visible {
	filter: brightness(1.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 9px 22px rgba(0, 0, 0, .3), 0 0 20px rgba(82, 178, 255, .35);
	outline: 3px solid rgba(255, 255, 255, .72);
	outline-offset: 2px;
	transform: translateY(-1px) scale(1.04);
}
.vts-direction-button:active {
	filter: brightness(.93);
	transform: translateY(1px) scale(.96);
}
.vts-direction-up { grid-column: 2; grid-row: 2; }
.vts-direction-left { grid-column: 1; grid-row: 3; }
.vts-direction-center {
	grid-column: 2;
	grid-row: 3;
	background: rgba(12, 17, 43, .78);
	font-size: 15px;
}
.vts-direction-right { grid-column: 3; grid-row: 3; }
.vts-direction-down { grid-column: 2; grid-row: 4; }

@media (max-width: 720px) {
	.vts-direction-pad {
		grid-template-columns: repeat(3, 42px);
		grid-template-rows: 17px repeat(3, 42px);
		gap: 5px;
		padding: 8px;
		border-radius: 20px;
		opacity: .72;
	}
	.vts-direction-button {
		width: 42px;
		height: 42px;
		border-radius: 13px;
		font-size: 23px;
	}
	.vts-direction-center { font-size: 13px; }
	.vts-direction-label { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
	.vts-direction-pad,
	.vts-direction-button { transition: none; }
}

/* Walkable first-person metaverse experience. */
.vts-walkthrough-shell {
	position: relative;
	width: 100%;
	height: var(--vts-height, 700px);
	min-height: 520px;
	overflow: hidden;
	border-radius: 22px;
	background: #050711;
	box-shadow: 0 24px 65px rgba(3, 6, 20, .34);
	isolation: isolate;
}
.vts-walkthrough {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at top, #221947 0%, #080b18 48%, #04060d 100%);
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	user-select: none;
	touch-action: none;
}
.vts-walkthrough-canvas {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: grab;
	outline: none;
}
.vts-walkthrough-canvas:active { cursor: grabbing; }
.vts-walkthrough-hud {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 5;
	max-width: min(470px, calc(100% - 210px));
	padding: 12px 16px;
	border: 1px solid rgba(117, 122, 255, .35);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(12, 16, 42, .88), rgba(7, 9, 26, .68));
	box-shadow: 0 12px 35px rgba(0,0,0,.3), inset 0 0 25px rgba(73, 167, 255, .06);
	backdrop-filter: blur(14px);
	pointer-events: none;
}
.vts-walkthrough-hud strong,
.vts-walkthrough-hud span { display: block; }
.vts-walkthrough-hud strong {
	font-size: 18px;
	letter-spacing: .01em;
}
.vts-walkthrough-hud span {
	margin-top: 4px;
	font-size: 13px;
	opacity: .82;
}
.vts-walkthrough-tools {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 6;
	display: flex;
	gap: 8px;
}
.vts-walkthrough-tool {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(133, 95, 255, .5);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(19, 25, 59, .92), rgba(8, 12, 30, .8));
	color: #fff;
	font-size: 20px;
	box-shadow: 0 10px 25px rgba(0,0,0,.28), 0 0 16px rgba(112,88,255,.16);
	cursor: pointer;
	backdrop-filter: blur(10px);
}
.vts-walkthrough-tool:hover,
.vts-walkthrough-tool:focus-visible {
	background: linear-gradient(135deg, #685bff, #18c9ff);
	outline: 3px solid rgba(255,255,255,.72);
	outline-offset: 2px;
}
.vts-walkthrough-minimap {
	position: absolute;
	top: 72px;
	right: 18px;
	z-index: 5;
	width: 170px;
	height: 136px;
	border: 1px solid rgba(101, 222, 255, .32);
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(0,0,0,.3), 0 0 22px rgba(70,137,255,.12);
	backdrop-filter: blur(10px);
	transition: opacity .2s ease, transform .2s ease;
}
.vts-walkthrough-minimap.is-hidden {
	opacity: 0;
	transform: translateY(-8px) scale(.96);
	pointer-events: none;
}
.vts-walkthrough-crosshair {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.vts-walkthrough-crosshair::before,
.vts-walkthrough-crosshair::after {
	content: "";
	position: absolute;
	background: rgba(210, 251, 255, .84);
	box-shadow: 0 0 9px rgba(52, 215, 255, .8);
}
.vts-walkthrough-crosshair::before {
	left: 11px;
	top: 2px;
	width: 2px;
	height: 20px;
}
.vts-walkthrough-crosshair::after {
	left: 2px;
	top: 11px;
	width: 20px;
	height: 2px;
}
.vts-walkthrough-controls {
	position: absolute;
	left: 50%;
	bottom: 24px;
	z-index: 7;
	display: grid;
	grid-template-columns: repeat(3, 54px);
	grid-template-rows: repeat(3, 54px);
	gap: 7px;
	transform: translateX(-50%);
	padding: 12px;
	border: 1px solid rgba(124, 106, 255, .3);
	border-radius: 24px;
	background: rgba(7, 10, 27, .56);
	box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 0 28px rgba(77, 189, 255, .06);
	backdrop-filter: blur(14px);
}
.vts-walkthrough-control {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	padding: 0;
	border: 1px solid rgba(151, 227, 255, .36);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(83, 69, 205, .82), rgba(18, 98, 164, .78));
	color: #fff;
	font-size: 20px;
	box-shadow: 0 8px 22px rgba(0,0,0,.28), inset 0 0 18px rgba(255,255,255,.05);
	cursor: pointer;
	touch-action: none;
}
.vts-walkthrough-control:hover,
.vts-walkthrough-control:focus-visible,
.vts-walkthrough-control:active {
	background: linear-gradient(135deg, #7869ff, #22d3ee);
	box-shadow: 0 0 22px rgba(74, 196, 255, .42), 0 8px 22px rgba(0,0,0,.28);
	outline: 3px solid rgba(255,255,255,.72);
	outline-offset: 2px;
}
.vts-walkthrough-forward { grid-column: 2; grid-row: 1; }
.vts-walkthrough-left { grid-column: 1; grid-row: 2; }
.vts-walkthrough-interact {
	grid-column: 2;
	grid-row: 2;
	border-radius: 999px;
	background: linear-gradient(145deg, rgba(40, 45, 82, .92), rgba(18, 23, 46, .9));
	font-size: 15px;
}
.vts-walkthrough-interact.is-ready {
	background: linear-gradient(135deg, #ff4fd8, #705eff 56%, #20d9ff);
	animation: vts-metaverse-pulse 1.5s infinite;
}
.vts-walkthrough-right { grid-column: 3; grid-row: 2; }
.vts-walkthrough-backward { grid-column: 2; grid-row: 3; }
.vts-walkthrough-status {
	position: absolute;
	left: 50%;
	bottom: 205px;
	z-index: 6;
	max-width: min(580px, calc(100% - 40px));
	transform: translateX(-50%);
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(6, 9, 24, .72);
	color: #fff;
	font-size: 13px;
	text-align: center;
	box-shadow: 0 10px 26px rgba(0,0,0,.28);
	backdrop-filter: blur(10px);
	pointer-events: none;
}
.vts-walkthrough-status:empty { display: none; }
.vts-walkthrough-loader {
	position: absolute;
	inset: 0;
	z-index: 20;
	display: none;
	place-items: center;
	align-content: center;
	gap: 14px;
	background: radial-gradient(circle at center, rgba(45, 36, 99, .94), rgba(4, 7, 17, .98));
}
.vts-walkthrough-loader.is-visible { display: grid; }
.vts-walkthrough-loader > span {
	width: 50px;
	height: 50px;
	border: 4px solid rgba(255,255,255,.24);
	border-top-color: #59e7ff;
	border-right-color: #9967ff;
	border-radius: 50%;
	animation: vts-spin .8s linear infinite;
}
.vts-walkthrough-loader strong { font-size: 14px; }
@keyframes vts-metaverse-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(93, 219, 255, .16), 0 0 18px rgba(105,87,255,.35); }
	50% { box-shadow: 0 0 0 10px rgba(93, 219, 255, 0), 0 0 30px rgba(105,87,255,.58); }
}
@media (max-width: 700px) {
	.vts-walkthrough-shell { min-height: 560px; }
	.vts-walkthrough-hud {
		top: 12px;
		left: 12px;
		max-width: calc(100% - 128px);
		padding: 10px 12px;
	}
	.vts-walkthrough-hud strong { font-size: 15px; }
	.vts-walkthrough-hud span { font-size: 11px; }
	.vts-walkthrough-tools { top: 12px; right: 12px; gap: 6px; }
	.vts-walkthrough-tool { width: 36px; height: 36px; border-radius: 10px; font-size: 17px; }
	.vts-walkthrough-minimap { top: 58px; right: 12px; width: 132px; height: 106px; }
	.vts-walkthrough-controls {
		bottom: 16px;
		grid-template-columns: repeat(3, 48px);
		grid-template-rows: repeat(3, 48px);
		gap: 6px;
		padding: 10px;
	}
	.vts-walkthrough-control { width: 48px; height: 48px; border-radius: 14px; }
	.vts-walkthrough-status { bottom: 182px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
	.vts-walkthrough-interact.is-ready { animation: none; }
}
.vts-walkthrough-host {
	position: absolute;
	inset: 0;
}

/* Menu rapido degli ambienti nel walkthrough */
.vts-environment-nav {
	position: absolute;
	z-index: 12;
	left: 50%;
	top: 18px;
	display: flex;
	max-width: calc(100% - 380px);
	overflow-x: auto;
	gap: 7px;
	padding: 7px;
	transform: translateX(-50%);
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 14px;
	background: rgba(10,15,26,.72);
	backdrop-filter: blur(12px);
	scrollbar-width: thin;
}
.vts-environment-nav-button {
	flex: 0 0 auto;
	min-width: 74px;
	padding: 8px 11px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 9px;
	background: rgba(255,255,255,.08);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}
.vts-environment-nav-button:hover,
.vts-environment-nav-button:focus-visible,
.vts-environment-nav-button.is-active {
	border-color: rgba(255,255,255,.75);
	background: linear-gradient(135deg, rgba(93,82,255,.95), rgba(0,170,220,.92));
	outline: none;
}
.vts-modal-link-panel {
	display: grid;
	gap: 14px;
}
.vts-modal-action-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 42px;
	padding: 9px 16px;
	border-radius: 9px;
	background: #1565d8;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}
.vts-modal-action-link:hover,
.vts-modal-action-link:focus-visible {
	background: #0d4fae;
}
@media (max-width: 980px) {
	.vts-environment-nav {
		top: auto;
		left: 12px;
		right: 12px;
		bottom: 12px;
		max-width: none;
		transform: none;
	}
	.vts-walkthrough-controls { bottom: 76px; }
	.vts-walkthrough-status { bottom: 238px; }
}
