.jh-card {
  position: fixed;
  z-index: 10000;
  width: min(288px, calc(100vw - 16px));
  max-height: calc(100dvh - 16px);
  overflow: auto;
  box-sizing: border-box;
  padding: 12px;
  background: var(--theme-surface, #fff);
  color: var(--ink, #082635);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 6px 28px #001d3026;
  font-family: inherit;
  text-align: left;
}
.jh-card a { text-decoration: none; color: inherit; }
.jh-card button { font: inherit; cursor: pointer; }
.jh-card .jh-close {
  position: absolute;
  top: 4px;
  right: 4px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--muted, #526b77);
  font-size: 22px;
}
.jh-identity { display: flex; align-items: center; gap: 9px; min-height: 36px; padding-right: 20px; }
.jh-identity img, .jh-avatar { width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; object-fit: cover; }
.jh-avatar { display: grid; place-items: center; background: var(--theme-tint, #e6f4ef); color: var(--theme-accent, #087f75); font-size: 17px; }
.jh-name { min-width: 0; }
.jh-identity strong { display: block; font-size: 13px; line-height: 1.4; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.jh-identity small { display: block; color: var(--muted, #526b77); font-size: 10px; line-height: 1.5; margin-top: 2px; }
.jh-grid { display: flex; flex-wrap: wrap; gap: 0; margin-top: 8px; }
.jh-grid a, .jh-grid button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: inherit;
}
.jh-grid svg { flex-shrink: 0; width: 19px; height: 19px; }
.jh-grid a:hover, .jh-grid button:hover, .jh-card .jh-close:hover { background: var(--theme-soft, #f1f5f3); color: var(--theme-accent, #087f75); }
.jh-card button:disabled { opacity: .5; cursor: wait; }
.jh-card :focus-visible, [data-profile-preview]:focus-visible { outline: 2px solid var(--theme-accent, #087f75); outline-offset: 2px; }
.jh-feedback { margin-top: 8px; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.jh-feedback:empty { display: none; }
.jh-report { margin-top: 12px; }
.jh-report label { font-size: 12px; }
.jh-report textarea { width: 100%; box-sizing: border-box; padding: 10px; margin-top: 6px; font: inherit; resize: vertical; }
.jh-report button { padding: 8px; min-height: 44px; border: 0; border-radius: 6px; margin: 8px 8px 0 0; background: var(--theme-soft, #f1f5f3); color: inherit; }
.jh-launch { border: 0!important; background: transparent!important; color: inherit; display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px; border-radius: 50%; cursor: pointer; }
.jh-launch:hover { color: var(--theme-accent, #087f75); }
.jf-icon-button[hidden], #jc-follow[hidden], #follow-representative[hidden], .jh-report[hidden] { display: none!important; }
