/**
 * Organization Workspace — IP-001 capability-local styles
 */

.org-workspace {
  height: 100%;
  min-height: 0;
  overflow: auto;
  padding: 0.85rem 1rem 1.1rem;
}

.org-workspace .tsf-grid-wrap {
  max-height: min(42vh, 22rem);
}

.org-open-affordance {
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(120, 170, 220, 0.85);
}

.org-detail {
  margin-top: 0.35rem;
}

.org-hic-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0 0 0.45rem;
  padding: 0 0.15rem;
  list-style: none;
}

.org-hic-chip {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  padding: 0.22rem 0.45rem;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(175, 190, 210, 0.82);
  font: inherit;
  font-size: 0.62rem;
  cursor: default;
}

.org-context-actions {
  margin-top: 0.55rem;
}
