/* Herald · Beacon — app tweaks. Base in glass-core.css (Meta frosted
   kit; rows/cards inherit the frosted-iridescent surface + pink
   per-app accent). */

.bc-foot {
  flex-shrink: 0;
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  padding: 6px 0 2px;
}

/* live presence rows are read-only (not focusable) */
.bc-row { cursor: default; }
.bc-dot .icon { color: var(--text-muted); }
.bc-dot.me {
  border-color: var(--frost-border);
  box-shadow:
    0 0 18px var(--aa-glow, rgba(255, 126, 182, 0.5)),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.bc-dot.me .icon { color: var(--app-accent, var(--accent)); }

.bc-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  padding: 24px;
}
