.baf-widget * { box-sizing: border-box; margin: 0; padding: 0; }
.baf-widget { font-family: inherit; line-height: 1.5; color: #111827; }
.baf-profile { border-radius: inherit; overflow: hidden; background: inherit; max-width: 600px; box-shadow: 0 1px 3px rgba(0,0,0,.1); border: 1px solid #e5e7eb; }
.baf-profile__img { width: 100%; height: 200px; object-fit: cover; display: block; background: #f3f4f6; }
.baf-profile__img-placeholder { width: 100%; height: 200px; background: linear-gradient(135deg,#e0e7ff,#f0fdf4); display: flex; align-items: center; justify-content: center; font-size: 3rem; font-weight: 700; color: rgba(99,102,241,.3); }
.baf-profile__body { padding: 20px; }
.baf-profile__title { font-size: 1.2rem; font-weight: 700; margin-bottom: 6px; }
.baf-profile__desc { font-size: .875rem; color: #6b7280; margin-bottom: 14px; }
.baf-profile__meta { display: flex; flex-wrap: wrap; gap: 10px; font-size: .8rem; color: #6b7280; margin-bottom: 16px; }
.baf-profile__meta span { display: flex; align-items: center; gap: 4px; }
.baf-profile__provider { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.baf-profile__avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; background: #e5e7eb; }
.baf-profile__avatar-placeholder { width: 32px; height: 32px; border-radius: 50%; background: #e0e7ff; display: inline-flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700; color: #6366f1; }
.baf-profile__provider-name { font-size: .875rem; font-weight: 500; }
.baf-profile__footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid #e5e7eb; }
.baf-profile__price { font-size: 1.1rem; font-weight: 700; color: #111827; }
.baf-profile__price span { font-size: .8rem; font-weight: 400; color: #6b7280; }
.baf-profile__btn { display: inline-block; padding: 10px 22px; background: #6366f1; color: #fff; border-radius: 8px; font-size: .875rem; font-weight: 600; text-decoration: none; transition: background .15s; }
.baf-profile__btn:hover { background: #4f46e5; }
.baf-rating { color: #f59e0b; }
.baf-loading { padding: 40px; text-align: center; color: #9ca3af; font-size: .875rem; }
.baf-error { padding: 20px; text-align: center; color: #ef4444; font-size: .875rem; }
