/* Phase 115: shared team project discovery polish */

.folder {
  position: relative;
}

.phase115-team-badge {
  position: absolute;
  left: 14px;
  bottom: 10px;
  z-index: 3;
  max-width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, .22);
  background: rgba(239, 246, 255, .92);
  color: #1d4ed8;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(30, 64, 175, .1);
}

body.dark .phase115-team-badge {
  background: rgba(30, 58, 138, .9);
  color: #bfdbfe;
  border-color: rgba(147, 197, 253, .22);
}
