/* [project]/components/ReelCharWorkspace.css [app-client] (css) */
.nayaCharPane .nayaEntityEditorBlock, .nayaCharPane .nayaFrameBlock, .nayaCharPane .nayaEntityTabHead {
  border: 0;
}

.nayaCharPane .nayaEntityEditorBlock > :not(.nayaEntityEditorHead) {
  margin-left: 0;
}

.nayaCharFrameContents {
  grid-template-columns: minmax(0, 1fr) 160px;
  align-items: start;
  gap: 16px;
  display: grid;
}

.nayaCharResults {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.nayaCharResults > .nayaResultRow {
  justify-content: center;
}

.nayaCharResults .nayaThumbButton img {
  object-fit: contain;
}

.nayaCharPane .nayaCharCandidateRow {
  flex-wrap: nowrap;
  align-items: flex-start;
  min-width: 0;
}

.nayaCharTargetAge {
  flex: none;
}

.nayaCharTargetAge input {
  box-sizing: border-box;
  width: 52px;
  min-width: 0;
}

.nayaCharCandidateRow > .nayaFrameCandidateStrip {
  min-width: 0;
  margin-left: auto;
  overflow-x: auto;
}

.nayaCharAlternatives {
  flex-wrap: nowrap;
  width: max-content;
}

.nayaCharAlternatives .nayaThumbButton {
  border-radius: 6px;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}

.nayaCharPane .nayaCharAlternatives .nayaThumbButton img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nayaCharResults > .nayaAdminButton {
  width: 144px;
}

.nayaCharResults > .nayaShotAiButton {
  width: 144px;
  min-height: 36px;
}

.nayaCharResults .reelGenerationSpinner {
  width: 14px;
  height: 14px;
}

.nayaEntityTitle {
  align-items: center;
  gap: 6px;
  min-width: 0;
  display: inline-flex;
}

.nayaEntityTitleEdit {
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: inline-flex;
}

.nayaEntityTitleEdit:hover {
  color: var(--text);
}

.nayaEntityTitleInput {
  width: 240px;
  min-width: 80px;
  max-width: 50%;
  font: inherit;
  padding: 3px 6px;
}

.nayaEntityTabCell .thumb > svg {
  color: var(--muted);
  margin: 17px auto;
  display: block;
}

.reelCharSwapTest {
  min-width: 0;
  padding: 16px 0;
}

.nayaCharPane .nayaEntityTabCell.nayaSwapTestTab .thumb {
  color: #e1e8ef;
  background: #353c45;
  border: 1px solid #697481;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nayaCharPane .nayaEntityTabCell.nayaSwapTestTab:hover .thumb {
  background: #475260;
}

.nayaCharPane .nayaEntityTabCell.nayaSwapTestTab.active .thumb {
  background: #354c63;
  border-color: #5af;
}

.nayaCharPane .nayaEntityTabCell.nayaSwapTestTab .thumb > svg {
  color: inherit;
  flex-shrink: 0;
  margin: 0;
}

.reelCharSwapFaceRail {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.reelCharSwapFaceRail .reelFaceTestButtons {
  justify-content: center;
}

.reelCharSwapScroll {
  overflow-x: auto;
}

.reelCharSwapTable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.reelCharSwapTable th, .reelCharSwapTable td {
  text-align: center;
  vertical-align: middle;
  border: 0;
  width: 152px;
  padding: 6px;
}

.reelCharSwapTable th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.reelCharSwapTable th:first-child {
  text-align: left;
  background: var(--panel);
  z-index: 1;
  overflow-wrap: anywhere;
  width: 138px;
  position: sticky;
  left: 0;
}

.reelCharSwapTable small {
  margin-top: 4px;
  display: block;
}

.reelCharSwapTable img {
  object-fit: contain;
  background: #090b0d;
  border-radius: 6px;
  width: 140px;
  height: 140px;
  display: block;
}

.reelCharSwapPreviewButton {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 6px;
  padding: 0;
  display: inline-block;
}

.reelCharSwapPreviewButton:hover, .reelCharSwapPreviewButton:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #5af;
}

.reelCharSwapCellState {
  min-height: 140px;
  color: var(--muted);
  overflow-wrap: anywhere;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  display: flex;
}

@media (max-width: 600px) {
  .nayaCharFrameContents {
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 8px;
  }

  .nayaCharResults .nayaResultRow:not(.nayaCharAlternatives) img {
    width: 112px;
    height: auto;
  }
}

/*# sourceMappingURL=components_ReelCharWorkspace_0aeoul9.css.map*/