/* Wave 5 — plantillas, snooze, contactos frecuentes, onboarding wizard */

.tn-onboard-steps {
	display: flex;
	gap: 6px;
	margin-bottom: 10px;
	justify-content: center;
}

.tn-onboard-steps span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
}

.tn-onboard-steps span.is-active {
	background: #fff;
}

.tn-onboard-text {
	margin: 0 0 10px;
	font-size: 0.78rem;
	line-height: 1.45;
	opacity: 0.95;
}

.tn-onboard-prev,
.tn-onboard-next {
	border: none;
	border-radius: 6px;
	padding: 6px 10px;
	font-size: 0.75rem;
	font-weight: 600;
	cursor: pointer;
}

.tn-onboard-prev {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.tn-onboard-next {
	background: #fff;
	color: var(--tn-primary-dark, #1e293b);
}

.messageListItem.tn-snoozed {
	display: none !important;
}

.tn-snooze-btn {
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 0.9rem;
	opacity: 0.7;
	padding: 2px 4px;
}

.tn-snooze-btn:hover {
	opacity: 1;
}

.tn-freq-contacts,
.tn-template-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	margin-bottom: 8px;
	background: var(--tn-surface-subtle, #f8fafc);
	border: 1px solid var(--tn-border, #e2e8f0);
	border-radius: 10px;
}

.tn-freq-label,
.tn-template-label {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--tn-text-muted, #64748b);
	margin-right: 4px;
}

.tn-freq-chip,
.tn-template-chip {
	border: 1px solid #93c5fd;
	background: #eff6ff;
	color: #1e40af;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 0.72rem;
	font-weight: 600;
	cursor: pointer;
}

.tn-freq-chip:hover,
.tn-template-chip:hover {
	background: #dbeafe;
}
