/**
 * Calendanse Super PWA V2 — barres discrètes.
 */
.cdspwa-android-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999998;
	padding: 10px 12px env(safe-area-inset-bottom, 12px);
	background: rgba(18, 18, 19, 0.95);
	color: #fff;
	font-size: 15px;
	line-height: 1.35;
	box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
}

.cdspwa-android-bar__inner {
	max-width: 720px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
}

.cdspwa-android-bar__text {
	margin: 0;
	flex: 1 1 200px;
}

.cdspwa-android-bar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cdspwa-android-bar__btn {
	border: 0;
	border-radius: 6px;
	padding: 8px 14px;
	font-size: 14px;
	cursor: pointer;
	background: #3a3a3c;
	color: #fff;
}

.cdspwa-android-bar__btn--primary {
	background: #0a84ff;
	color: #fff;
	font-weight: 600;
}

.cdspwa-ios-hint {
	position: fixed;
	left: 10px;
	right: 10px;
	bottom: 12px;
	z-index: 999997;
	padding-bottom: env(safe-area-inset-bottom, 0);
}

.cdspwa-ios-hint__inner {
	background: rgba(255, 248, 220, 0.98);
	color: #333;
	border: 1px solid #e6dcbf;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.4;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.cdspwa-ios-hint__inner p {
	margin: 0 0 8px;
}

.cdspwa-ios-hint__close {
	border: 0;
	background: transparent;
	color: #555;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	padding: 0;
}
