/* AI Portal typeahead dropdown. Brand: #0aa1e2 ink #0b1220 slate #475569. */
.aip-typeahead{
	position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:60;
	background:#fff;border:1px solid #e5e7eb;border-radius:14px;
	box-shadow:0 12px 32px rgba(11,18,32,.10);overflow:hidden;
	max-height:70vh;overflow-y:auto;text-align:left;
}
.aip-typeahead__label{
	font-size:.7rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;
	color:#94a3b8;padding:12px 16px 6px;
}
.aip-typeahead__item{
	display:flex;align-items:center;gap:12px;padding:9px 16px;text-decoration:none;color:#0b1220;
}
.aip-typeahead__item:hover,.aip-typeahead__item.is-active{background:#f0f9ff}
.aip-typeahead__logo{
	width:32px;height:32px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;
	display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;
}
.aip-typeahead__logo img{width:100%;height:100%;object-fit:contain;padding:3px}
.aip-typeahead__mono{
	width:32px;height:32px;border-radius:8px;background:#0aa1e2;color:#fff;
	display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0;
}
.aip-typeahead__text{display:flex;flex-direction:column;min-width:0}
.aip-typeahead__name{font-weight:600;font-size:.94rem;line-height:1.3;color:#0b1220}
.aip-typeahead__catname{font-weight:600;font-size:.94rem;color:#0b1220}
.aip-typeahead__meta{font-size:.78rem;color:#94a3b8}
.aip-typeahead__item--cat{justify-content:space-between}
.aip-typeahead__empty{padding:14px 16px;color:#94a3b8;font-size:.88rem}
