.studio-handoff__direct {
  display: inline-flex;
  align-items: center;
  min-height: var(--sc-control-height);
  color: var(--sc-color-brand-700);
  font: inherit;
  font-weight: 700;
}

.studio-handoff__direct:focus-visible {
  outline: 3px solid var(--sc-color-brand-200);
  outline-offset: var(--sc-space-1);
}

.studio-handoff__reference {
  width: 5.5rem;
  min-width: 5.5rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sc-color-border);
  border-radius: var(--sc-radius-lg);
  background: var(--sc-color-surface-muted);
  aspect-ratio: 1;
}

.studio-handoff__reference img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.studio-handoff__reference-remove {
  min-width: 2.75rem;
  min-height: 2.75rem;
  position: absolute;
  top: var(--sc-space-1);
  right: var(--sc-space-1);
  border: 1px solid var(--sc-color-border);
  border-radius: var(--sc-radius-pill);
  color: var(--sc-color-ink);
  background: var(--sc-color-surface);
  font: 700 0.75rem/1 var(--sc-font-sans);
  cursor: pointer;
}

.studio-handoff[aria-busy="true"] [data-workspace-submit] {
  cursor: wait;
}

.model-workspace__submit-help {
  display: block;
  margin-top: var(--sc-space-2, 8px);
}

.model-workspace__reference-trust {
  display: block;
  margin-top: var(--sc-space-1, 4px);
  color: var(--sc-color-muted, #5f6f67);
  font-size: var(--sc-font-size-xs, 12px);
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .studio-handoff * { scroll-behavior: auto; }
}
