.crem-cllm-container {
	position: relative;
}

.crem-cllm-overlay {
	position: absolute;
	inset: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.75rem;
	background: rgba(0, 0, 0, 0.58);
	text-align: center;
	backdrop-filter: blur(6px);
}

.crem-cllm-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	width: min(100%, 24rem);
	padding: 1.5rem 1.25rem;
	border-radius: 1rem;
	background: rgba(0, 0, 0, 0.22);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.crem-cllm-title {
	margin: 0;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.01em;
}

.crem-cllm-helper,
.crem-cllm-status {
	margin: 0;
	max-width: 24rem;
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 1.5;
}

.crem-cllm-status:empty {
	display: none;
}

.crem-cllm-button {
	border: 0;
	border-radius: 999px;
	padding: 0.95rem 1.6rem;
	min-width: 14rem;
	background: linear-gradient(180deg, #c7a661, #b89244);
	color: #1b1b1b;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
	transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.crem-cllm-button:hover,
.crem-cllm-button:focus-visible {
	background: linear-gradient(180deg, #d4b26f, #c09a4d);
	transform: translateY(-1px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
}

.crem-cllm-button:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 3px;
}

.crem-cllm-button:disabled {
	opacity: 0.7;
	cursor: progress;
	transform: none;
}

.crem-cllm-container.is-map-loaded .crem-cllm-overlay {
	display: none;
}
