.playground-feed-topbar {
  width: 402px;
  max-width: 100%;
  padding: 20px 10px 0;
  background: #ffffff;
  box-sizing: border-box;
}

.playground-feed-topbar .playground-filter-row {
  width: auto;
  min-width: 0;
  flex: 1;
  padding: 0;
}

.playground-feed-sort-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  width: 402px;
  max-width: 100%;
  padding: 16px 10px 12px;
  box-sizing: border-box;
}

.playground-feed-sort-row .playground-sort-menu {
  flex-shrink: 0;
}

.playground-drop-question-button {
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex-shrink: 0;
  padding: 4px 12px 4px 11px;
  border: 1px solid #111827;
  border-radius: 4px;
  background: #ffffff;
  color: #111827;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  white-space: nowrap;
  max-width: 150px;
}

.playground-drop-question-button > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.playground-drop-question-plus {
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 17px;
}

.playground-feed-section-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.playground-feed-divider {
  display: none;
}


.playground-top-shadows-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 12px;
}

.playground-top-shadow-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.playground-top-shadow-rank {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 1px 6px;
  background: #111827;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.playground-top-shadow-body {
  width: 100%;
  min-height: 103px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 16px 20px 14px 14px;
  border-radius: 8px;
  background: #f6f6f6;
}

.playground-top-shadow-avatar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.playground-top-shadow-avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #ffffff;
}

.playground-top-shadow-name {
  max-width: 100%;
  color: #111827;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  overflow-wrap: anywhere;
}

.playground-top-shadow-description {
  margin: 0;
  color: #111827;
  font-size: 15px;
  line-height: 22px;
}

.playground-shadow-affinity {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 28px;
}

.playground-shadow-affinity-title {
  margin: 0 0 12px;
  color: #6b7280;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

.playground-shadow-affinity-grid {
  display: grid;
  grid-template-columns: repeat(4, 72px);
  column-gap: 48px;
  row-gap: 20px;
}

.playground-shadow-affinity-card {
  display: block;
  width: 72px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.playground-shadow-affinity-avatar {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.playground-shadow-affinity-name {
  margin: 0;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  overflow-wrap: anywhere;
}

@media (max-width: 840px) {
  .playground-shadow-affinity-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 24px;
  }

  .playground-shadow-affinity-card {
    width: auto;
  }
}

@media (max-width: 480px) {
  .playground-feed-topbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .playground-top-shadow-body {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    padding-right: 16px;
  }

  .playground-top-shadow-description {
    font-size: 14px;
    line-height: 21px;
  }

  .playground-shadow-affinity {
    gap: 22px;
    padding-top: 22px;
  }

  .playground-shadow-affinity-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .playground-shadow-affinity-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 10px;
  }

  .playground-shadow-affinity-card {
    width: auto;
  }

  .playground-shadow-affinity-avatar {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
  }

  .playground-shadow-affinity-name {
    font-size: 12px;
    line-height: 17px;
  }
}

.playground-drop-question-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
}

.playground-drop-question-overlay[aria-hidden="true"] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.playground-drop-question-modal {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  width: 480px;
  max-width: calc(100vw - 32px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.playground-drop-question-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.playground-drop-question-modal-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.playground-drop-question-helper {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.6;
}

.playground-drop-question-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: #666;
  padding: 4px 8px;
}

.playground-drop-question-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.playground-drop-question-title,
.playground-drop-question-textarea,
.playground-drop-question-supplementary {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  appearance: none;
}

.playground-drop-question-textarea,
.playground-drop-question-supplementary {
  resize: vertical;
}

.playground-drop-question-title[aria-invalid="true"],
.playground-drop-question-textarea[aria-invalid="true"] {
  border-color: #b42318;
  box-shadow: 0 0 0 1px rgba(180, 35, 24, 0.18);
}

.playground-drop-question-textarea {
  min-height: 80px;
}

.playground-drop-question-supplementary {
  min-height: 56px;
}

.playground-drop-question-submit-btn {
  align-self: flex-end;
  padding: 8px 20px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.playground-drop-question-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.playground-drop-question-tag-picker {
  border: none;
  padding: 0;
  margin: 0;
}

.playground-drop-question-tag-picker-label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 8px;
  font-weight: 400;
}

.playground-drop-question-tag-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.playground-drop-question-tag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.playground-drop-question-tag-chip-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 6px 8px;
  border-radius: 8px;
  background: #f6f6f6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #111827;
  transition: background-color 120ms ease, outline 120ms ease;
  white-space: nowrap;
  box-sizing: border-box;
}

.playground-drop-question-tag-chip:hover .playground-drop-question-tag-chip-label {
  background: #e8e8e8;
}

.playground-drop-question-tag-chip--active .playground-drop-question-tag-chip-label {
  background: #111827;
  color: #ffffff;
}

.playground-drop-question-tag-chip input:focus-visible ~ .playground-drop-question-tag-chip-label {
  outline: 2px solid #111827;
  outline-offset: 2px;
}

.playground-drop-question-error {
  margin: 0;
  color: #b42318;
  font-size: 13px;
  line-height: 1.5;
}

.playground-drop-question-success {
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 16px 0;
}
