.playground-body--detail {
  grid-template-columns: 626px 544px;
}

.playground-detail-main {
  min-width: 0;
  padding-top: 29px;
}

.playground-detail-feed-shell {
  width: 540px;
  margin-left: 80px;
}

.playground-detail-question {
  width: 540px;
  padding-top: 16px;
}

.playground-detail-question .playground-feed-title-link {
  padding-top: 6px;
}

.playground-detail-question .playground-feed-title-link .playground-feed-title,
.playground-detail-question .playground-feed-title-link .playground-feed-description {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
  overflow: visible;
}

.playground-detail-sort-row {
  width: 540px;
  padding-top: 26px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
}

.playground-detail-answer-list {
  width: 540px;
}

.playground-detail-generate-btn {
  min-width: 200px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid #111827;
  border-radius: 5px;
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 400;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.playground-detail-ask-button {
  max-width: none;
}

.playground-detail-generate-btn--hidden {
  display: none;
}

.playground-detail-generate-btn:hover {
  background: #1f2937;
}

.playground-detail-generate-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.playground-detail-generate-btn .playground-answer-cta-avatar {
  order: 2;
}

.playground-detail-generate-btn > span:not(.playground-answer-cta-icon) {
  order: 1;
}

.playground-detail-answer-card {
  width: 540px;
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.playground-detail-answer-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.playground-answer-detail-shell {
  gap: 18px;
}

.playground-answer-detail-question {
  padding-bottom: 8px;
}

.playground-answer-detail-card {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}

.playground-detail-answer-header {
  display: flex;
  align-items: center;
}

.playground-detail-answer-avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.playground-detail-answer-author-copy {
  display: flex;
  flex-direction: column;
  padding-left: 9px;
}

.playground-detail-answer-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #111827;
  transition: color 120ms ease;
}

.playground-detail-answer-subtitle {
  padding-top: 7px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #6b7280;
  transition: color 120ms ease;
}

.playground-detail-answer-label {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: fit-content;
}

.playground-detail-answer-header:hover .playground-detail-answer-name,
.playground-detail-answer-header:hover .playground-detail-answer-subtitle {
  color: var(--accent-strong);
}

.playground-detail-answer-content {
  width: 100%;
  padding-left: 50px;
}

.playground-detail-answer-title {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #111827;
}

.playground-detail-answer-body {
  margin: 0;
  padding-top: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #111827;
  white-space: pre-wrap;
  word-break: break-word;
}

.playground-detail-answer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}

.playground-detail-answer-vote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.playground-detail-answer-vote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
  gap: 2px;
}

.playground-detail-answer-vote-icon {
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.playground-detail-answer-vote-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.playground-detail-answer-vote-count {
  min-width: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #111827;
}

.playground-detail-answer-vote-button[aria-pressed="true"] {
  color: #e11d48;
}


.playground-detail-answer-share {
  width: 95px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2px 10px;
  border: 1px solid var(--accent-strong);
  border-radius: 4px;
  background: #ffffff;
  box-sizing: border-box;
  transition: background-color 120ms ease, border-color 120ms ease;
}

.playground-detail-answer-share-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.playground-detail-answer-share-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.playground-detail-answer-share-label {
  padding-left: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--accent-strong);
  white-space: nowrap;
  transition: color 120ms ease;
}

.playground-detail-answer-share:hover {
  background: rgba(41, 116, 209, 0.06);
  border-color: #1f5dac;
}

.playground-detail-answer-share:hover .playground-detail-answer-share-label {
  color: #1f5dac;
}

.playground-answer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  z-index: 100;
}

.playground-answer-overlay[hidden] {
  display: none;
}

.playground-answer-overlay-card {
  box-sizing: border-box;
  width: 362px;
  min-height: 370px;
  max-width: 100%;
  max-height: min(80vh, 370px);
  overflow-y: auto;
  padding: 32px 10px;
  border-radius: 8px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  position: relative;
}

.playground-answer-overlay-title {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #111827;
  width: 100%;
}

.playground-answer-overlay-title--pending::after {
  content: " ...";
  display: inline-block;
  animation: playground-answer-thinking 1.2s steps(4, end) infinite;
}

.playground-answer-overlay-body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 140%;
  font-weight: 400;
  color: #111827;
  white-space: pre-wrap;
  word-break: break-word;
  width: 100%;
}

.playground-answer-overlay-body--pending {
  color: #4b5563;
  animation: playground-answer-pulse 1.4s ease-in-out infinite;
}

.playground-answer-overlay-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.playground-answer-overlay-shadow {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 0 40px;
  margin-top: 6px;
  box-sizing: border-box;
}

.playground-answer-overlay-shadow[hidden] {
  display: none;
}

.playground-answer-overlay-avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.playground-answer-overlay-shadow-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
  color: #111827;
}

.playground-answer-overlay-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 20px 0 0;
  box-sizing: border-box;
}

.playground-answer-overlay-publish,
.playground-answer-overlay-cancel {
  width: 342px;
  max-width: 100%;
  height: 44px;
  min-height: 44px;
  border-radius: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.playground-answer-overlay-publish {
  border: 1px solid #111827;
  background: #111827;
  color: #ffffff;
}

.playground-answer-overlay-cancel {
  border: 1px solid #111827;
  background: #ffffff;
  color: #111827;
}

.playground-answer-overlay-publish[hidden],
.playground-answer-overlay-cancel[hidden] {
  display: none;
}

.playground-answer-overlay-dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111827;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 420px) {
  .playground-answer-overlay-card {
    min-height: 0;
    max-height: calc(100vh - 32px);
  }

  .playground-answer-overlay-copy,
  .playground-answer-overlay-shadow {
    padding-left: 28px;
    padding-right: 28px;
  }

  .playground-answer-overlay-publish,
  .playground-answer-overlay-cancel {
    width: calc(100vw - 40px);
  }
}

.playground-answer-overlay-dismiss[hidden] {
  display: none;
}

.playground-body--answer-confirm {
  grid-template-columns: minmax(0, 1fr);
}

.playground-answer-confirm-main {
  min-width: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 96px 32px;
}

.playground-answer-confirm-main > .playground-back-button,
.playground-answer-confirm-card {
  width: min(724px, 100%);
}

.playground-answer-confirm-main > .playground-back-button {
  margin: 0 auto;
}

.playground-answer-confirm-card {
  margin: 0 auto;
  padding: 62px 10px 46px;
  border-radius: 8px;
  background: #f6f6f6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.playground-answer-confirm-question-frame {
  width: min(342px, 100%);
  min-height: 153px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 6px;
}

.playground-answer-confirm-eyebrow {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 140%;
  font-style: italic;
  font-weight: 400;
  color: #6b7280;
  display: flex;
  align-items: center;
}

.playground-answer-confirm-sentence {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 0 50px;
}

.playground-answer-confirm-sentence--title {
  min-height: 72px;
}

.playground-answer-confirm-sentence--body {
  min-height: 60px;
}

.playground-answer-confirm-title,
.playground-answer-confirm-body {
  width: 100%;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.playground-answer-confirm-body {
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #6b7280;
}

.playground-answer-confirm-title {
  font-size: 17px;
  line-height: 140%;
  font-weight: 700;
  color: #111827;
}

.playground-answer-confirm-shadow {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.playground-answer-confirm-avatar {
  width: 92px;
  height: 92px;
}

.playground-answer-confirm-shadow-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  color: #111827;
}

.playground-answer-confirm-cta {
  width: 342px;
  height: 44px;
  margin-top: 34px;
  border-radius: 5px;
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

@media (max-width: 1024px) and (min-width: 561px) {
  .playground-answer-confirm-main {
    padding: 72px 24px 88px;
  }

  .playground-answer-confirm-card {
    width: min(680px, 100%);
    padding: 52px 18px 42px;
  }

  .playground-answer-confirm-question-frame {
    width: min(388px, 100%);
  }

  .playground-answer-confirm-sentence {
    padding: 0 24px;
  }

  .playground-answer-confirm-cta {
    width: min(420px, 100%);
    height: auto;
    min-height: 44px;
    padding: 10px 18px;
    line-height: 1.35;
    white-space: normal;
  }

  .playground-detail-ask-button,
  .playground-detail-generate-btn {
    width: min(420px, 100%);
    height: auto;
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.35;
    white-space: normal;
  }
}

.playground-reflection-confirm-main {
  min-width: 0;
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 52px 30px 96px;
}

.playground-reflection-confirm-shell {
  width: min(558px, 100%);
}

.playground-reflection-confirm-card {
  display: flex;
  flex-direction: column;
  gap: 82px;
}

.playground-reflection-confirm-question {
  color: #6b7280;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.playground-reflection-confirm-description {
  margin: 0;
  color: #111827;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 110%;
  font-weight: 400;
}

.playground-reflection-confirm-answer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.playground-reflection-confirm-answer-title {
  margin: 0;
  color: #111827;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
}

.playground-reflection-confirm-answer-body {
  margin: 0;
  color: #6b7280;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.playground-reflection-confirm-start {
  width: 100%;
  height: 68px;
  border: 1px solid #111827;
  border-radius: 7px;
  background: #111827;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
}

@keyframes playground-answer-thinking {
  0% {
    width: 0;
  }

  100% {
    width: 2.6em;
  }
}

@keyframes playground-answer-pulse {
  0%,
  100% {
    opacity: 0.45;
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 1280px) {
  .playground-body--detail {
    grid-template-columns: minmax(0, 1fr);
  }

  .playground-detail-feed-shell {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 920px) {
  .playground-detail-main {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .playground-detail-feed-shell,
  .playground-detail-question,
  .playground-detail-sort-row,
  .playground-detail-answer-list,
  .playground-detail-answer-card {
    width: 100%;
  }

  .playground-detail-feed-shell {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .playground-detail-answer-content {
    padding-left: 0;
    padding-top: 10px;
  }

  .playground-answer-confirm-main {
    align-items: flex-start;
    padding: 123px 32px 96px;
  }

  .playground-reflection-confirm-main {
    padding: 44px 30px 80px;
  }
}

@media (max-width: 560px) {
  .playground-answer-confirm-main {
    padding: 48px 16px 80px;
  }

  .playground-answer-confirm-card {
    padding: 42px 10px 38px;
    border-radius: 8px;
  }

  .playground-answer-confirm-question-frame {
    width: min(342px, 100%);
  }

  .playground-answer-confirm-sentence {
    padding: 0 min(50px, 12vw);
  }

  .playground-answer-confirm-avatar {
    width: 72px;
    height: 72px;
  }

  .playground-answer-confirm-shadow-name {
    font-size: 28px;
    line-height: 34px;
  }

  .playground-answer-confirm-cta {
    width: 100%;
    height: 44px;
    font-size: 16px;
    line-height: 160%;
  }

  .playground-reflection-confirm-card {
    gap: 76px;
  }

  .playground-reflection-confirm-question {
    font-size: 18px;
  }

  .playground-reflection-confirm-description {
    font-size: 18px;
  }

  .playground-reflection-confirm-start {
    height: 68px;
    font-size: 24px;
  }
}

.playground-detail-feed-shell {
  width: min(100%, 402px);
  max-width: 402px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.playground-detail-question,
.playground-detail-sort-row,
.playground-detail-answer-list,
.playground-detail-answer-card {
  width: 100%;
  box-sizing: border-box;
}

.playground-detail-question {
  padding-top: 10px;
  background: #ffffff;
}

.playground-detail-title-wrap .playground-feed-title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.playground-detail-title-wrap .playground-feed-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.playground-detail-question-image {
  display: block;
  width: calc(100% - 40px);
  height: 224px;
  margin: 8px 20px 0;
  border-radius: 8px;
  object-fit: cover;
}

.playground-detail-question-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 14px 16px 0;
  box-sizing: border-box;
}

.playground-detail-answer-count,
.playground-detail-question-share {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.playground-detail-answer-count {
  gap: 4px;
  min-width: 0;
}

.playground-detail-answer-count-value {
  color: #111827;
  font-size: 14px;
  line-height: 21px;
}

.playground-detail-answer-count-label {
  color: #6b7280;
  font-size: 11px;
  line-height: 16.5px;
}

.playground-detail-question-share {
  gap: 2px;
  min-height: 31px;
  padding: 5px 13px;
  border: 0;
  border-radius: 40px;
  background: #f6f6f6;
  color: #6b7280;
  cursor: pointer;
}

.playground-detail-question-share-icon,
.playground-detail-answer-share-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.playground-detail-question-share-icon svg,
.playground-detail-answer-share-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.playground-detail-question-share-label {
  color: #6b7280;
  font-size: 14px;
  line-height: 21px;
}

.playground-detail-generate-btn {
  min-width: 80px;
  height: 36px;
  border-radius: 7px;
  background: #ffffff;
  color: #111827;
}

.playground-detail-generate-btn:hover {
  background: #f6f6f6;
}

.playground-detail-sort-row {
  padding: 18px 20px 12px;
}

.playground-detail-search-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.playground-detail-answer-list {
  padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
}

.playground-detail-answer-card {
  padding: 10px 20px 14px;
  gap: 8px;
}

.playground-detail-answer-avatar {
  width: 40px;
  height: 40px;
}

.playground-detail-answer-author-copy {
  min-width: 0;
}

.playground-detail-answer-name {
  display: block;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18.2px;
}

.playground-detail-answer-subtitle {
  display: none;
}

.playground-detail-answer-content {
  padding-left: 0;
}

.playground-detail-answer-title {
  font-size: 16px;
  line-height: 22.4px;
  overflow-wrap: anywhere;
}

.playground-detail-answer-body {
  font-size: 14px;
  line-height: 19.6px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.playground-detail-answer-footer {
  gap: 10px;
  padding-top: 0;
}

.playground-detail-answer-footer-main {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.playground-detail-answer-vote {
  gap: 4px;
}

.playground-detail-answer-vote-button {
  min-width: 24px;
  height: 32px;
}

.playground-detail-answer-share {
  width: auto;
  min-width: 88px;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
}

.playground-detail-answer-share-label {
  color: #111827;
}

.playground-detail-answer-share:hover {
  background: transparent;
  border-color: transparent;
}

.playground-detail-answer-chat {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid #e4e4e4;
  border-radius: 39px;
  background: #f6f6f6;
  color: #111827;
  text-decoration: none;
}

.playground-detail-answer-chat:disabled,
.playground-detail-answer-chat[data-chat-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.45;
  border-color: #d1d5db;
  background: #f3f4f6;
  color: #6b7280;
}

.playground-detail-answer-chat[data-chat-disabled="true"] .playground-detail-answer-chat-label,
.playground-detail-answer-chat:disabled .playground-detail-answer-chat-label {
  color: #6b7280;
}

.playground-detail-answer-chat[data-chat-disabled="true"] .playground-detail-answer-chat-icon,
.playground-detail-answer-chat:disabled .playground-detail-answer-chat-icon {
  filter: grayscale(1);
}

.playground-detail-answer-chat-icon,
.playground-detail-answer-chat-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .playground-detail-main {
    padding-top: 0;
  }

}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
    background: #ffffff;
  }

  body,
  button,
  input,
  textarea,
  select {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica", "Inter", "Segoe UI", sans-serif;
  }

  .playground-shell,
  .playground-content,
  .playground-body--detail {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    box-sizing: border-box;
  }

  .playground-main,
  .playground-detail-feed-shell {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    box-sizing: border-box;
  }

  .playground-content {
    padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
  }

  .playground-shadow-mobile-brand {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .playground-shadow-mobile-brand img,
  .playground-shadow-mobile-brand span,
  .playground-mobile-guest-btn {
    display: none;
  }

  .playground-shadow-mobile-back {
    width: 24px;
    height: 24px;
    margin: 0;
    color: #6b7280;
  }

  .playground-shadow-mobile-back svg {
    width: 24px;
    height: 24px;
  }

  .playground-shadow-mobile-actions {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 0;
    color: #111827;
  }

  .playground-shadow-mobile-language-btn,
  .playground-shadow-mobile-settings-btn {
    width: 24px;
    height: 24px;
    padding: 0;
    color: #111827;
  }

  .playground-detail-feed-shell {
    overflow: visible;
  }

  .playground-detail-question {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 10px 0 0;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
  }

  .playground-detail-question--no-image {
    height: auto;
    min-height: 0;
    padding-bottom: 16px;
  }

  .playground-detail-question .playground-feed-header {
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    gap: 8px;
    box-sizing: border-box;
  }

  .playground-detail-question .playground-feed-tag {
    height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 6px 8px;
    border-radius: 8px;
    background: #f6f6f6;
    color: #111827;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    box-sizing: border-box;
  }

  .playground-detail-question .playground-feed-meta-group {
    min-height: 24px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
  }

  .playground-detail-question .playground-feed-meta {
    color: #6b7280;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .playground-detail-question .playground-feed-menu-btn {
    display: inline-flex;
  }

  .playground-detail-title-wrap {
    width: 100%;
    height: auto;
    min-height: 74px;
    padding: 6px 18px 0;
    box-sizing: border-box;
  }

  .playground-detail-question--no-image .playground-detail-title-wrap {
    height: auto;
    min-height: 74px;
  }

  .playground-detail-title-wrap .playground-feed-title {
    width: 100%;
    color: #111827;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }

  .playground-detail-title-wrap .playground-feed-description {
    width: 100%;
    padding-top: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }

  .playground-detail-question-image {
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 362 / 224;
    margin: 0 20px;
    border-radius: 8px;
    object-fit: cover;
  }

  .playground-detail-question-actions {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px 0;
    box-sizing: border-box;
  }

  .playground-detail-question--no-image .playground-detail-question-actions {
    padding-top: 12px;
  }

  .playground-detail-question-actions-left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .playground-detail-answer-count {
    gap: 4px;
    white-space: nowrap;
  }

  .playground-detail-answer-count-value {
    font-size: 14px;
    line-height: 1.5;
    color: #111827;
  }

  .playground-detail-answer-count-label {
    font-size: 11px;
    line-height: 1.5;
    color: #6b7280;
  }

  .playground-detail-question-share {
    width: 84px;
    height: 32px;
    gap: 2px;
    justify-content: center;
    padding: 6px 13px;
    border-radius: 40px;
    background: #f6f6f6;
    box-sizing: border-box;
  }

  .playground-detail-question-share-icon,
  .playground-detail-question-share-icon svg {
    width: 20px;
    height: 20px;
  }

  .playground-detail-question-share-label {
    font-size: 14px;
    line-height: 1;
    color: #6b7280;
  }

  .playground-detail-generate-btn {
    min-width: 94px;
    height: 36px;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid #111827;
    border-radius: 7px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
  }

  .playground-detail-ask-button {
    min-width: 94px;
    padding: 0 16px;
  }

  .playground-detail-generate-btn .playground-answer-cta-avatar,
  .playground-detail-generate-btn .playground-answer-cta-avatar img {
    width: 20px;
    height: 20px;
  }

  .playground-detail-generate-btn > span:not(.playground-answer-cta-icon) {
    max-width: 132px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .playground-detail-sort-row {
    width: 100%;
    height: 77px;
    position: relative;
    padding: 37px 20px 0;
    border-bottom: 0;
    box-sizing: border-box;
  }

  .playground-detail-sort-row::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 18px;
    height: 1px;
    background: #d9d9d9;
  }

  .playground-detail-sort-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
  }

  .playground-detail-search-link {
    flex: 0 0 auto;
    margin-top: 8px;
    width: 24px;
    height: 24px;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .playground-detail-sort-row .playground-sort-menu {
    display: inline-flex;
    margin-left: 0;
  }

  .playground-detail-sort-row .playground-sort-button {
    width: auto;
    height: 40px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    padding-top: 10px;
    border-radius: 6px;
    color: #111827;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
  }

  .playground-detail-sort-row .playground-sort-caret {
    width: 24px;
    height: 24px;
  }

  .playground-detail-search-icon,
  .playground-detail-search-icon svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .playground-detail-answer-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 0 0;
    background: #ffffff;
  }

  .playground-detail-answer-card {
    width: 100%;
    min-height: 0;
    padding: 0 20px 18px;
    position: relative;
    border-bottom: 0;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
  }

  .playground-detail-answer-card + .playground-detail-answer-card {
    padding-top: 18px;
  }

  .playground-detail-answer-card::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    height: 0.5px;
    background: #d9d9d9;
  }

  .playground-detail-answer-header {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 0;
  }

  .playground-detail-answer-avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 999px;
  }

  .playground-detail-answer-avatar .shadow-icon-img {
    object-fit: cover;
  }

  .playground-detail-answer-author-copy {
    padding-left: 9px;
  }

  .playground-detail-answer-name {
    max-width: 300px;
    color: #111827;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
  }

  .playground-detail-answer-content {
    width: 100%;
    padding: 8px 0 0;
  }

  .playground-detail-answer-title {
    width: 100%;
    color: #111827;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }

  .playground-detail-answer-body {
    width: 100%;
    padding-top: 4px;
    color: #111827;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
  }

  .playground-detail-answer-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 8px;
  }

  .playground-detail-answer-footer-main {
    gap: 14px;
  }

  .playground-detail-answer-vote {
    gap: 6px;
  }

  .playground-detail-answer-vote-button {
    width: auto;
    min-width: 20px;
    height: 24px;
    gap: 4px;
  }

  .playground-detail-answer-vote-icon,
  .playground-detail-answer-vote-icon svg,
  .playground-detail-answer-share-icon,
  .playground-detail-answer-share-icon svg {
    width: 20px;
    height: 20px;
  }

  .playground-detail-answer-vote-count,
  .playground-detail-answer-share-label {
    color: #111827;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
  }

  .playground-detail-answer-share {
    min-width: 78px;
    height: 24px;
    gap: 1px;
  }

  .playground-detail-answer-chat {
    width: auto;
    min-width: 96px;
    height: 32px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid #e4e4e4;
    border-radius: 999px;
    background: #f6f6f6;
    color: #111827;
    box-sizing: border-box;
  }

  .playground-detail-answer-chat:disabled,
  .playground-detail-answer-chat[data-chat-disabled="true"] {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .playground-detail-answer-chat-label {
    color: #111827;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
  }

  .playground-detail-answer-chat-icon,
  .playground-detail-answer-chat-icon img {
    width: 20px;
    height: 20px;
    display: block;
  }
}

.playground-detail-answer-translation-pending {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
  max-width: 100%;
}

.playground-detail-answer-translation-pending-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #9ca3af;
  flex-shrink: 0;
  animation: playground-translation-pending-pulse 1.2s ease-in-out infinite;
}

@keyframes playground-translation-pending-pulse {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .playground-detail-answer-translation-pending-dot {
    animation: none;
  }
}

.playground-detail-answer-translate {
  align-self: flex-start;
  margin-left: 50px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  color: #374151;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.playground-detail-answer-translate:hover:not(:disabled) {
  background-color: #f3f4f6;
}

.playground-detail-answer-translate:disabled {
  color: #9ca3af;
  cursor: default;
}

@media (max-width: 920px) {
  .playground-detail-answer-translate {
    margin-left: 0;
  }
}
