/* Autonomous Search people rows — HTTP presence snapshot roster */

#f7-app-root #tab-shell-search > .f7-autonomous-search-people,
#f7-app-root .page-shell-section[data-name="shell-search"] > .f7-autonomous-search-people {
  flex: 0 0 auto;
  padding: 0 var(--tab-hdr-px, 12px) 24px;
  box-sizing: border-box;
}

#f7-app-root .f7-autonomous-search-people {
  margin-top: 0;
  padding-top: 0;
}

#f7-app-root .f7-autonomous-search-people__title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

#f7-app-root .f7-autonomous-search-people[data-search-tab-mode-hidden="1"],
#f7-app-root .f7-autonomous-search-people[hidden] {
  display: none !important;
}

#f7-app-root .f7-autonomous-search-people-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#f7-app-root .f7-autonomous-search-people-row {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

#f7-app-root .f7-autonomous-search-people-row--self {
  opacity: 0.72;
  cursor: default;
  pointer-events: none;
}

#f7-app-root .f7-autonomous-search-people-row:active:not(.f7-autonomous-search-people-row--self) {
  opacity: 0.92;
}

#f7-app-root .f7-autonomous-search-people-row .bubble-proof-table-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 14px;
  min-width: 0;
}

#f7-app-root .f7-autonomous-search-people__avatar-wrap {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

#f7-app-root .f7-autonomous-search-people__avatar-wrap .bubble-proof-table-avatar {
  width: 100%;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #ff6a00, #330011);
}

#f7-app-root .f7-autonomous-search-people-row .bubble-proof-table-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #ff6a00, #330011);
}

#f7-app-root .f7-autonomous-search-people-row__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#f7-app-root .f7-autonomous-search-people-row__table-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #ff6a00;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#f7-app-root .f7-autonomous-search-people-row .bubble-proof-table-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
}

#f7-app-root .f7-autonomous-search-people-row .bubble-proof-table-name {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

#f7-app-root .f7-autonomous-search-people-row .bubble-proof-table-status-meta {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
}

#f7-app-root .f7-autonomous-search-people-row .bubble-proof-table-status {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#f7-app-root .f7-autonomous-search-people-row__subline {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#f7-app-root .f7-autonomous-search-people__dot {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid rgba(10, 10, 14, 0.9);
}

#f7-app-root .f7-autonomous-search-people__dot--online {
  background: #4caf50;
  box-shadow: 0 0 6px rgba(76, 175, 80, 0.55);
}

#f7-app-root .f7-autonomous-search-people__dot--offline {
  background: #d32f2f;
}

#f7-app-root .f7-autonomous-search-people__empty {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}
