.jungus-account-entry {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(77, 183, 218, .32);
  border-radius: 999px;
  background: rgba(26, 122, 167, .10);
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.jungus-account-entry:hover,
.jungus-account-entry:focus-visible {
  border-color: rgba(77, 183, 218, .68);
  background: rgba(26, 122, 167, .18);
  outline: 0;
}
.jungus-account-count {
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: #1d9dc3;
  color: #fff;
  font-size: 10px;
}
.jungus-account-companion {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: 14px;
  padding: 15px 16px;
  border: 1px solid rgba(49, 122, 159, .28);
  border-radius: 14px;
  background: rgba(235, 246, 251, .9);
  color: #173a50;
  text-align: left;
}
.jungus-account-companion[data-kind="captured"] {
  border-color: rgba(26, 128, 92, .30);
  background: rgba(232, 247, 240, .94);
  color: #174d3b;
}
.jungus-account-companion[data-kind="readonly"] {
  border-color: rgba(169, 111, 20, .28);
  background: rgba(255, 247, 229, .94);
  color: #6f501d;
}
.jungus-account-companion-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(255,255,255,.7);
  font-weight: 900;
}
.jungus-account-companion-copy strong { display: block; margin-bottom: 2px; font-size: 14px; }
.jungus-account-companion-copy span { display: block; font-size: 12px; line-height: 1.55; opacity: .82; }
.jungus-account-companion-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid currentColor;
  border-radius: 10px;
  color: inherit;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.jungus-account-prototype-note {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 60;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(4,14,24,.82);
  color: rgba(237,247,253,.72);
  font-size: 10px;
  pointer-events: none;
}
@media (max-width: 760px) {
  .jungus-account-entry { min-height: 34px; padding: 7px 9px; font-size: 12px; }
  .jungus-account-companion { grid-template-columns: auto minmax(0, 1fr); }
  .jungus-account-companion-link { grid-column: 1 / -1; }
}

