/* BHP Core — Anasayfa BestHome AI sohbet alanı (koyu kutu içinde) */
.bhp-aig {
	display: none;
	margin-top: 14px;
	max-height: 260px;
	overflow-y: auto;
	padding-right: 4px;
	scrollbar-width: thin;
	scrollbar-color: rgba(201, 168, 120, .5) transparent;
}
.bhp-ai--acik .bhp-aig { display: block; }
.bhp-aig::-webkit-scrollbar { width: 5px; }
.bhp-aig::-webkit-scrollbar-thumb { background: rgba(201, 168, 120, .45); border-radius: 999px; }

.bhp-aig__m {
	max-width: 92%;
	padding: 11px 14px;
	border-radius: 14px;
	font-size: 13.5px;
	line-height: 1.55;
	margin-bottom: 9px;
	font-family: var(--bhp-font-sans, 'Jost', sans-serif);
}
.bhp-aig__m--u {
	margin-left: auto;
	background: rgba(201, 168, 120, .22);
	color: #f6efe4;
	border-bottom-right-radius: 4px;
}
.bhp-aig__m--a {
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(201, 168, 120, .28);
	color: #e8dfd0;
	border-bottom-left-radius: 4px;
}
.bhp-aig__m--a p { margin: 0 0 7px; }
.bhp-aig__m--a p:last-child { margin: 0; }
.bhp-aig__m--a strong { color: #f6efe4; }

.bhp-aig__m--yaz { display: flex; gap: 5px; align-items: center; padding: 13px 15px; width: max-content; }
.bhp-aig__m--yaz i {
	width: 6px; height: 6px; border-radius: 50%;
	background: #c9a878; opacity: .35;
	animation: bhpAigYaz 1.1s infinite;
}
.bhp-aig__m--yaz i:nth-child(2) { animation-delay: .18s; }
.bhp-aig__m--yaz i:nth-child(3) { animation-delay: .36s; }
@keyframes bhpAigYaz {
	0%, 60%, 100% { opacity: .25; transform: translateY(0); }
	30% { opacity: 1; transform: translateY(-3px); }
}

.bhp-aig__ops { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.bhp-aig__op {
	display: inline-block;
	border: 1px solid rgba(201, 168, 120, .5);
	background: rgba(201, 168, 120, .12);
	color: #e4d6bd;
	border-radius: 999px;
	padding: 6px 13px;
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: .3px;
	font-family: var(--bhp-font-sans, 'Jost', sans-serif);
	cursor: pointer;
	text-decoration: none;
	transition: background .2s, color .2s;
}
.bhp-aig__op:hover { background: #c9a878; color: #14110c; }
.bhp-aig__op--link::before { content: '↗ '; opacity: .7; }

@media (prefers-reduced-motion: reduce) {
	.bhp-aig__m--yaz i { animation: none; }
}
@media (max-width: 600px) {
	.bhp-aig { max-height: 210px; }
	.bhp-aig__m { max-width: 96%; font-size: 13px; }
}
