body {
	margin: 0;
	background-color: #1a120c;
	color: #c9b8a4;
	font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, monospace;
	font-size: 12px;
	overscroll-behavior: none;
	overflow: hidden;
}

canvas {
	display: block;
}

#label {
	position: absolute;
	top: 12px;
	left: 14px;
	z-index: 10;
	pointer-events: none;
	user-select: none;
	opacity: 0.45;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.btn-back {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 20;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.55rem 0.95rem;
	border: 1px solid rgba(242, 235, 224, 0.28);
	background: rgba(20, 14, 10, 0.72);
	color: #f2ebe0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.95rem;
	letter-spacing: 0.04em;
	cursor: pointer;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.btn-back[hidden] {
	display: none;
}

.btn-back:hover {
	background: rgba(242, 235, 224, 0.92);
	color: #1a120c;
	border-color: transparent;
}

.btn-back-arrow {
	font-size: 1.05rem;
	line-height: 1;
}

.walk-hotspot {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 9.5rem;
	height: 5.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 0.85rem 0.9rem;
	box-sizing: border-box;
}

.btn-walk {
	margin: 0;
	padding: 0.5rem 0.85rem;
	border: 1px solid rgba(242, 235, 224, 0.28);
	background: rgba(20, 14, 10, 0.72);
	color: #f2ebe0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.9rem;
	letter-spacing: 0.04em;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.18s ease;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.walk-hotspot:hover .btn-walk,
.btn-walk:focus-visible {
	opacity: 1;
}

.btn-walk:hover {
	background: rgba(242, 235, 224, 0.92);
	color: #1a120c;
	border-color: transparent;
}

body.is-walking .walk-hotspot {
	display: none;
}

.cv-monitor-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 30;
	margin: 0;
	padding: 0.5rem 0.85rem;
	border: 1px solid rgba(242, 235, 224, 0.28);
	background: rgba(20, 14, 10, 0.72);
	color: #f2ebe0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.9rem;
	letter-spacing: 0.04em;
	cursor: pointer;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.cv-monitor-close[hidden] {
	display: none;
}

body.is-cv-open .cv-monitor-close {
	display: inline-flex;
}

.cv-monitor-close:hover {
	background: rgba(242, 235, 224, 0.92);
	color: #1a120c;
	border-color: transparent;
}

body.is-cv-open #label,
body.is-cv-open .walk-hotspot {
	display: none;
}

.cv-monitor-screen {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	background: #c0c0c0;
	overflow: hidden;
	font-family: Tahoma, "Segoe UI", sans-serif;
}

.cv-browser-chrome {
	flex: 0 0 auto;
}

.cv-browser-titlebar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	height: 28px;
	padding: 0 6px 0 10px;
	background: #000080;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	box-sizing: border-box;
}

.cv-browser-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cv-browser-winbtns {
	display: flex;
	gap: 4px;
	flex: 0 0 auto;
}

.cv-browser-winbtns span {
	width: 16px;
	height: 14px;
	background: #c0c0c0;
	border: 1px solid #000;
	box-sizing: border-box;
}

.cv-browser-toolbar {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 34px;
	padding: 0 8px;
	background: #d4d0c8;
	box-sizing: border-box;
}

.cv-browser-nav {
	flex: 0 0 auto;
	padding: 4px 8px;
	background: #e8e4dc;
	color: #333;
	font-size: 11px;
}

.cv-browser-url {
	flex: 1 1 auto;
	height: 20px;
	padding: 0 8px;
	border: 1px solid #808080;
	background: #fff;
	color: #222;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cv-browser-frame {
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
	border: 0;
	display: block;
	background: #f2ebe0;
}
