.listeo-avatar-panel {
	position: relative;
	width: 100%;
	height: 220px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
	flex-shrink: 0;
}

.listeo-ai-chat-wrapper.dark-mode .listeo-avatar-panel,
.dark-mode .listeo-avatar-panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.listeo-avatar-canvas {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.listeo-avatar-canvas canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
	background: transparent;
}

.listeo-avatar-status {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	color: rgba(0, 0, 0, 0.55);
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	pointer-events: none;
}

.listeo-avatar-status.error {
	color: #b9281e;
}

@media (max-width: 600px) {
	.listeo-avatar-panel.collapse-on-mobile {
		display: none;
	}
}
