.yt-card {
  max-width: 400px;
}

.yt-tw {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: var(--surface-low);
}

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

.yt-dur {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.yt-info {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.yt-info-t {
  flex: 1;
}

.yt-ttl {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yt-meta {
  font-size: 12px;
  color: var(--yt-dim);
  margin-top: 4px;
}

.yt-short {
  width: 200px;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  background: #000;
  position: relative;
  overflow: hidden;
}

.yt-short img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yt-short-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  color: #fff;
  font-size: 12px;
}

.yt-short-sb {
  position: absolute;
  right: 8px;
  bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  color: #fff;
}

.yt-short-sb .material-symbols-outlined {
  font-size: 22px;
}

.yt-shorts-badge {
  position: absolute;
  top: 12px;
  left: 10px;
  background: rgba(255, 0, 0, 0.9);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}

.tt-phone {
  width: 240px;
  aspect-ratio: 9 / 16;
  border-radius: 28px;
  background: #000;
  position: relative;
  overflow: hidden;
  border: 3px solid #333;
}

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

.tt-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 14px;
  color: #fff;
  font-size: 13px;
}

.tt-user {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
}

.tt-desc {
  line-height: 1.3;
  margin-bottom: 6px;
}

.tt-tags {
  font-size: 12px;
}

.tt-sb {
  position: absolute;
  right: 10px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  color: #fff;
}

.tt-sb-i {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}

.tt-sb-i .material-symbols-outlined {
  font-size: 26px;
  display: block;
}

.vid-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: var(--surface-low);
}

.yt-thumb-panel {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  padding: 14px;
  border-radius: 18px;
  background: rgba(12, 18, 30, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(12px);
}

.yt-thumb-panel strong {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.05;
  margin-bottom: 6px;
}

.yt-thumb-panel p {
  font-size: 11px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.yt-community-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.yt-community-cta .conv-chip {
  font-size: 9px;
  padding: 5px 8px;
}

.vid-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vid-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vid-play .material-symbols-outlined {
  color: #fff;
  font-size: 32px;
}

.yt-community-card {
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 16px;
  max-width: 450px;
}

.yt-comm-text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 16px;
}

.yt-comm-poll {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.yt-poll-img {
  flex: 1;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: var(--surface-low);
  border: 1px solid var(--border-subtle);
}

.yt-poll-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yt-poll-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-left: 8px;
  border-top-right-radius: 4px;
}

.yt-comm-actions {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--text-dim);
  gap: 6px;
}

.yt-comm-actions .material-symbols-outlined {
  font-size: 20px;
  color: var(--text-base);
}

.yt-shorts-top {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 12px;
  color: #fff;
}

.yt-shorts-top .material-symbols-outlined {
  font-size: 24px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
