.host-profile { background: var(--bg-surface); }
.host-profile-control { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 9999px; background: var(--bg-surface-muted); color: var(--text-color-default); }
.host-profile summary::-webkit-details-marker { display: none; }
.host-profile-menu-item { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 44px; padding: 8px 12px; border-radius: 12px; font-size: 14px; text-align: left; }
.host-profile-section { border-top: 1px solid var(--border-color-subtle); padding: 24px 0; }
.host-profile-event { display: flex; align-items: flex-start; gap: 16px; padding: 12px 0; border-radius: 12px; }
.host-profile-reviews > div { padding: 0; border: 0; box-shadow: none; margin: 0; }
.host-profile :is(a, button, summary):focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }
@media (hover: hover) {
  .host-profile-control:hover, .host-profile-menu-item:hover, .host-profile-event:hover { background: var(--bg-surface-muted); }
}
