body {
	margin: 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Times New Roman", Times, serif;
	background: #111;
    background-image: url("https://ratintosh.neocities.org/projects/ifweb/img/stars%202.gif");
	color: #f5f5f5;
	overflow: hidden;

}

.face-stage {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(72vw, 520px);
	aspect-ratio: 1 / 1;
	z-index: 1;
	pointer-events: none;
}

#visualizer {
	position: absolute;
	left: 51%;
	top: 35%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 40%;
	display: block;
	z-index: 1;
}

.face-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 2;
}

.panel {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(560px, calc(100vw - 24px));
	padding: 24px;
	background: rgba(10, 10, 10, 0.82);
	border: 1px solid #2d2d2d;
	z-index: 3;
}

.panel.modal-hidden {
	display: none;
}

h1 {
	margin: 0 0 8px;
	font-size: 1.2rem;
}

p {
	margin: 0 0 18px;
	color: #cfcfcf;
	line-height: 1.4;
}

button {
	appearance: none;
	border: 1px solid #00e827;
	background: #00ff3334;
	color: #fff;
	font-size: 0.95rem;
	cursor: pointer;
}

button:hover {
	background: #353535;
}

.status {
	display: block;
	margin-top: 12px;
	color: #bdbdbd;
	font-size: 0.92rem;
}
