.works-like-icon{
  width: 20px;
  height: 20px;
  display: block;
}
.works-like-icon-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  overflow: visible;
}
.works-like-lottie {
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  pointer-events: none;
  overflow: visible;
}
.works-like-lottie svg {
  display: block;
  width: 20px !important;
  height: 20px !important;
}
.works-feed-footer-btn.is-like-animating .works-like-icon {
  opacity: 0;
}
.works-feed-footer-btn.is-like-animating .works-like-lottie {
  opacity: 1;
}
.works-like-lottie-preload {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9999px;
  overflow: hidden;
  pointer-events: none;
}
.works-shell {
  margin-top: var(--space-14);
  height: calc(100vh - var(--space-14));
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.works-shell .app-main-frame {
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.works-main {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.works-main::-webkit-scrollbar {
  display: none;
}
.works-feed {
  flex: 1;
  min-width: 0;
  width: 100%;
  max-width: 866px;
  margin: 0 auto;
  box-sizing: border-box;
}
.works-layout {
  align-items: flex-start;
}
.works-layout-side {
  flex: 1 1 0;
  min-width: 0;
  align-items: stretch;
  align-self: flex-start;
  position: sticky;
  top: 0;
  max-width: 338px;
}


.works-feed-header {
  overflow: visible;
  
}
.works-feed-header .labeltxt {
  text-align: left;
}
.works-composer-card {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  width: 640px;
  cursor: pointer;
}
.works-composer-card:hover {
  background-color: var(--grey50);
}
.works-author-action:hover {
  background-color: var(--grey50);
}
.works-composer-card2{
  width: 640px;
  border-radius: 24px;
}
.works-feed-header .studio-intro-heading {
  display: none;
}
.works-feed-header .studio-intro.is-done video {
  display: none;
}
.works-feed-header .studio-intro.is-done .studio-intro-heading {
  display: block;
}
html.studio-intro-seen .works-feed-header .studio-intro video {
  display: none;
}
html.studio-intro-seen .works-feed-header .studio-intro .studio-intro-heading {
  display: block;
}
.works-composer-actions {
  flex-shrink: 0;
  gap: 16px;
}
.works-icon-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0px;
}
.works-icon-btn:hover {
  background: #f5f5f7;
}
/* Existing wop-menu pattern (from analytics) for own-post actions */
.wop-dropdown { position: relative; display: inline-block; }
.wop-menu {
  position: absolute; top: calc(100% + 4px); left: 0; min-width: 180px;
  background: #fff; border: 1px solid #E7E7E9; border-radius: 8px;
  list-style: none; padding: 4px 0; margin: 0; display: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.08); z-index: 10;
}
.wop-dropdown .wop-menu {
  left: auto;
  right: 0;
}
.wop-menu.is-open { display: block; }
.wop-menu li {
  padding: 10px 16px; font-size: 13px; color: #111827; cursor: pointer; white-space: nowrap;
}
.wop-menu li:hover, .wop-menu li.active { background: #F3F4F6; }
.works-post-btn {
  background: var(--grey75);
  color: var(--grey200);
  cursor: default;
}
.works-post-btn.is-ready {
  background: #111;
  color: #fff;
  cursor: pointer;
}
.works-video-mute-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  pointer-events: auto;
}
.works-video-mute-icon--unmuted {
  display: none;
}
.works-video-mute-btn.is-unmuted .works-video-mute-icon--muted {
  display: none;
}
.works-video-mute-btn.is-unmuted .works-video-mute-icon--unmuted {
  display: block;
}

@media screen and (max-width: 1199px) {
  .works-layout-side{
    display: none;
  }
  .works-layout-center {
    flex: 1 1 auto;
    width: 100%;
  }
  .works-feed-item {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .works-shell .works-main {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
  }
  .works-feed,
  #worksFeed {
    gap: 24px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .works-feed-header{
    width: 100%;
  }
  .works-composer-card2{
    width: 100%;
    gap: 24px;
    margin-top: 16px;
    margin-bottom: 24px;
    flex-direction: column;
  }
  .works-card2-content{
    width: 100%;
  }
  .works-composer-card{
    width: 100%;
    gap: 24px;
    border-radius: 24px;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
  }
  .llg2{
    font-size: 16px;
    line-height: 20px;
  }
  .works-composer-actions{
    width: 100%;
    justify-content: flex-end;
  }
  .works-post-btn.is-ready{
    width: 100%;
    text-align: center;
  }
  .works-feed,
  #worksFeed {
    background-color: #ffffff;
    gap: 12px !important;
  }
}
.works-feedback-input {
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: var(--grey300);
  width: 100%;
  padding: 4px 0;
  background: transparent;
}
.works-feedback-compose {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.works-feedback-compose .works-feedback-input {
  flex: 1;
  min-width: 0;
  width: auto;
}
.works-feedback-post {
  flex-shrink: 0;
  border: none;
  background: none;
  cursor: pointer;
  padding: 4px 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: var(--grey400);
  white-space: nowrap;
}
.works-feedback-post:disabled {
  color: var(--grey200);
  opacity: 0.5;
  cursor: not-allowed;
}
.works-feedback-post:not(:disabled) {
  color: var(--grey400);
  cursor: pointer;
}
.works-feedback-input:focus,
.works-feedback-input:focus-visible,
.works-feedback-input:active {
  border: none;
  outline: none;
  box-shadow: none;
}
.works-feed-footer-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  white-space: nowrap;
}
.works-feed-footer-btn:hover {
  background-color: var(--grey50);
}
.works-see-likes {
  display: none;
}
body[data-auth="0"] .works-see-likes {
  display: none !important;
}
.works-see-likes.is-empty {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .works-feed-item:hover .works-see-likes:not(.is-empty) {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .works-see-likes:not(.is-empty) {
    display: flex;
  }
}
.works-likers-stack {
  display: flex;
  align-items: center;
}
.works-liker-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #fff;
  margin-left: -6px;
}
.works-liker-avatar:first-child {
  margin-left: 0;
}
.works-engagement-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: rgb(0 0 0 / 80%);
  justify-content: center;
  align-items: flex-start;
}
.works-engagement-modal.is-open {
  display: flex;
}
html.no-scroll {
  overflow: hidden;
}
.works-engagement-list {
  width: 100%;
  max-height: min(60vh, 480px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}
.works-feedback-sheet-empty {
  margin: auto;
  text-align: center;
  color: var(--grey200);
  padding: 32px 16px;
}
.works-feedback-sheet-compose {
  flex-shrink: 0;
  display: flex;
}
.works-feedback-sheet-compose .works-feedback-input {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .works-engagement-modal {
    align-items: flex-end;
  }
}
.works-media-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.works-carousel-viewport {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.works-carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.35s ease;
}
.works-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}
.works-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.works-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.08);
}
.works-carousel-btn:hover:not(:disabled) {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.1);
}
.works-carousel-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.works-carousel-btn svg {
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.works-carousel-btn--prev {
  left: 16px;
}
.works-carousel-btn--next {
  right: 16px;
}
.works-work-description-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 4px;
  text-align: left;
  font-weight: inherit;
  vertical-align: baseline;
}
/* Composer modal */
.works-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000c;
  display: none;
  justify-content: center;
}
.works-modal-overlay.is-open {
  display: flex;
}
.works-modal {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 768px;
  height: fit-content;
  margin-top: 48px;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
@media screen and (max-width: 768px) {
  .works-modal-overlay {
    align-items: flex-end;
  }
  .works-modal {
    margin-top: 0;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: calc(100dvh - 24px);
  }
}
.works-modal-header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--grey75);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.works-modal-body {
  padding: 24px 24px 0px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.works-modal-body input[type="text"],
.works-modal-body textarea {
  width: 100%;
  border: 1px solid var(--grey75);
  border-radius: 12px;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  resize: none;
}
.works-modal-body input[type="text"]:focus,
.works-modal-body textarea:focus {
  border-color: var(--grey200);
}
.works-modal-previews {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.works-upload-progress {
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.works-upload-progress-track {
  flex: 1;
  height: 6px;
  background: var(--grey75, #e7e7e9);
  border-radius: 100px;
  overflow: hidden;
}
.works-upload-progress-bar {
  height: 100%;
  width: 0%;
  background: #1a1a1a;
  border-radius: 100px;
  transition: width .2s ease;
}
/* Processing card: shown while a work's media is compressed in the background. */

.works-layout-center {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
#worksFeed {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.works-feed-item{
  max-width: 600px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.works-feed-item > .w-layout-hflex {
  min-width: 0;
  max-width: 100%;
}
.works-feed-author {
  min-width: 0;
  flex: 1;
}
.works-feed-author-meta {
  min-width: 0;
  flex: 1;
  overflow: hidden;
}
.works-feed-author-meta .shrink {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.works-processing-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--grey50, #fafafb);
  border-radius: 16px;
  border: 1px dashed var(--grey100, #d8d8dc);
  width: 100%;
}
.works-processing-dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--grey300, #5a5a5e);
  padding: 4px;
  z-index: 1;
}
.works-processing-dismiss:hover {
  color: #b32a2a;
  background: #ffeaea;
}
.works-processing-card.is-failed .works-processing-text {
  padding-right: 28px;
}
.works-processing-spinner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid var(--grey100, #d8d8dc);
  border-top-color: #1a1a1a;
  animation: works-spin 0.9s linear infinite;
  flex-shrink: 0;
}
.works-processing-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.works-processing-title {
  font-weight: 500;
  color: var(--grey400, #1a1a1a);
}
.works-processing-sub {
  color: var(--grey300, #5a5a5e);
  font-size: 13px;
}
.works-processing-card.is-failed {
  border-color: #d94545;
  border-style: solid;
  background: #fff5f5;
}
.works-processing-card.is-failed .works-processing-spinner {
  display: none;
}
.works-processing-card.is-failed .works-processing-title {
  color: #b32a2a;
}
.works-processing-retry {
  border: 1px solid #d94545;
  color: #b32a2a;
  background: #fff;
  border-radius: 100px;
  padding: 6px 14px;
  cursor: pointer;
  font-size: 13px;
}
.works-processing-retry:hover {
  background: #ffeaea;
}
.works-modal.is-edit-mode .works-modal-step--media {
  display: none !important;
}
.works-modal.is-edit-mode #worksModalBack {
  display: none !important;
}
.works-modal-edit-preview {
  display: none;
  margin-bottom: 16px;
}
.works-modal.is-edit-mode .works-modal-edit-preview {
  display: block;
}
.works-modal.is-edit-mode .works-modal-previews {
  display: none;
}
.works-modal-edit-preview-note {
  font-size: 13px;
  color: var(--grey200, #888);
  margin-bottom: 8px;
}
.works-modal-edit-preview-media {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.works-modal-edit-preview-media img,
.works-modal-edit-preview-media video {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--grey75, #e7e7e9);
  background: #000;
}
.works-feedback-item {
  position: relative;
}
.works-feedback-item:has(.wop-menu.is-open) {
  z-index: 2;
}
.works-feedback-actions {
  margin-left: auto;
  flex-shrink: 0;
}
.works-feedback-menu-btn {
  padding: 2px;
}
.works-feedback-edit-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.works-feedback-edit-input {
  width: 100%;
  border: 1px solid var(--grey75, #e7e7e9);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  resize: vertical;
  min-height: 36px;
}
.works-feedback-edit-actions {
  display: flex;
  gap: 8px;
}
.works-feedback-edit-save,
.works-feedback-edit-cancel {
  border: 1px solid var(--grey75, #e7e7e9);
  background: #fff;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 12px;
  cursor: pointer;
}
.works-feedback-edit-save {
  background: #111;
  color: #fff;
  border-color: #111;
}
@keyframes works-spin {
  to { transform: rotate(360deg); }
}
.works-modal-footer {
  padding: 16px 24px 20px;
  border-top: 1px solid var(--grey75);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.works-modal-footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}
.works-modal-step {
  display: none;
  flex-direction: column;
  gap: 24px;
}
.works-modal-step.is-active {
  display: flex;
}
.works-modal-media-pick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.works-modal-media-pick-option {
  border: 1px solid var(--grey75);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 32px 16px;
  font-family: 'Inter', sans-serif;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.works-modal-media-pick-option:hover {
  background: #f5f5f7;
  border-color: var(--grey200);
}
.works-modal-media-pick-option img {
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 480px) {
  .works-modal-media-pick {
    grid-template-columns: 1fr;
  }
}
.works-modal-media-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.works-modal-media-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--grey75);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--grey300);
}
.works-modal-media-btn:hover {
  background: #f5f5f7;
}
.works-modal-media-btn svg {
  width: 20px;
  height: 20px;
}
.works-media-preview {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.works-media-preview:empty {
  display: none;
}
.works-media-preview-item {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--grey75);
  flex-shrink: 0;
}
.works-media-preview-item.is-video {
  width: 180px;
  height: 112px;
}
.works-media-preview-item img,
.works-media-preview-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.works-media-preview-item video {
  pointer-events: none;
  -webkit-touch-callout: none;
  user-select: none;
}
.works-media-preview-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: var(--grey400);
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
.works-media-preview-duration {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 16px;
  pointer-events: none;
}
.works-tag-input-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  border: 1px solid var(--grey75);
  border-radius: 12px;
  padding: 8px 12px;
  min-height: 40px;
}
.works-tag-input-wrap:focus-within {
  border-color: var(--grey200);
}
.works-tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--grey75);
  border-radius: 100px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}
.works-tag-chip button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  color: var(--grey200);
}
.works-tag-input {
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  flex: 1;
  min-width: 80px;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  border-radius: 0 !important;
}
.works-tag-input-wrap {
  position: relative;
}
.works-tag-limit-note {
  display: none;
  margin-top: 8px;
}
.works-tag-limit-note.is-visible {
  display: block;
}
.works-tag-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--grey75);
  border-radius: 10px;
  margin-top: 4px;
  max-height: 180px;
  overflow-y: auto;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  display: none;
}
.works-tag-suggestion {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  color: var(--grey400);
  transition: background .15s;
}
.works-tag-suggestion:first-child {
  border-radius: 10px 10px 0 0;
}
.works-tag-suggestion:last-child {
  border-radius: 0 0 10px 10px;
}
.works-tag-suggestion:only-child {
  border-radius: 10px;
}
.works-tag-suggestion:hover,
.works-tag-suggestion.is-active {
  background: var(--grey50, #f5f5f5);
}
.works-tag-suggestion mark {
  background: transparent;
  font-weight: 600;
  color: var(--grey400);
}
.works-empty-state {
  text-align: center;
  padding: 80px 24px;
}
.works-load-more {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}

.works-detail-column {
  width: 100%;
  max-width: 600px;
  min-width: 0;
  box-sizing: border-box;
}
.works-detail-back {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e7e7e9;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #1a1a1a;
  flex-shrink: 0;
}
.works-detail-back:hover {
  background: var(--grey50, #fafafb);
}
.works-detail-feedback {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 48px;
}
.works-detail .works-see-likes:not(.is-empty) {
  display: flex;
}
.works-detail .works-feed-item {
  max-width: 100%;
  cursor: default;
}
#worksFeed.is-feed .works-feed-item:not(.is-processing):not(.is-failed) {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .works-detail-column {
    padding-left: 0px;
    padding-right: 0px;
  }
}
