._floatingContainer_1337s_1 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}
._floatingButton_1337s_8 {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #322525;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px #3225252e;
  transition: all .3s ease;
}
._floatingButton_1337s_8 svg {
  width: 24px;
  height: 24px;
}
._contextBadge_1337s_29 {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 22px;
  height: 22px;
  background-color: #a00000;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  font-family: VG Sans;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #322525;
  animation: _badgePop_1337s_1 .2s ease-out;
}
@keyframes _badgePop_1337s_1 {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
._floatingButton_1337s_8:hover {
  background-color: #322525;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 16px #32252540;
}
._floatingButton_1337s_8:active {
  transform: scale(.95);
}
._tabs_1qu1r_1 {
  display: flex;
  gap: 2px;
  margin-top: 12px;
  background: #ffffff0f;
  border-radius: 8px;
  padding: 3px;
}
._tab_1qu1r_1 {
  flex: 1;
  background: none;
  border: none;
  color: #ffffff80;
  font-size: 13px;
  font-weight: 500;
  font-family: VG Sans;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all .15s ease;
}
._tab_1qu1r_1:hover {
  color: #fffc;
}
._tabActive_1qu1r_28 {
  background: #ffffff1a;
  color: #fff;
}
._tabPanel_1qu1r_33 {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}
._tabPanelActive_1qu1r_39 {
  grid-template-rows: 1fr;
}
._tabPanelInner_1qu1r_43 {
  overflow: hidden;
}
._header_r2ueh_1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
}
._clearButton_r2ueh_8 {
  background: none;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff9;
  font-size: 12px;
  font-family: VG Sans;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s ease;
}
._clearButton_r2ueh_8:hover {
  color: #fff;
  border-color: #fff6;
}
._approvalCard_fr9ur_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  background: #ffffff0f;
  border: 1px solid rgba(160, 0, 0, .4);
  border-radius: 10px;
  margin: 4px 0;
  animation: _fadeIn_fr9ur_1 .2s ease-out;
}
._approvalHeader_fr9ur_13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
._approvalToolName_fr9ur_20 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  font-family: VG Sans, sans-serif;
}
._approvalBadge_fr9ur_27 {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #ffab40;
  font-family: VG Sans, sans-serif;
}
._approvalInput_fr9ur_36 {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffffb3;
  background: #0000004d;
  border-radius: 6px;
  padding: 8px 10px;
  margin: 0;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}
._toolCall_fr9ur_49 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #ffffffd9;
  padding: 8px 12px;
  background: #ffffff14;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  margin: 4px 0;
  font-family: VG Sans, sans-serif;
}
._toolCallRunning_fr9ur_63 {
  border-color: #a0000066;
}
._toolName_fr9ur_67 {
  font-weight: 600;
}
._shimmer_fr9ur_71 {
  background:
    linear-gradient(
      90deg,
      #ffffffd9 0,
      #fff6,
      #ffffffd9 80%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: _shimmer_fr9ur_71 1.5s ease-in-out infinite;
}
@keyframes _shimmer_fr9ur_71 {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
._toolDone_fr9ur_94 {
  color: #4caf50;
}
._toolDone_fr9ur_94,
._toolPending_fr9ur_102 {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
}
._toolPending_fr9ur_102 {
  color: #ffb74d;
}
._toolError_fr9ur_110 {
  color: #f44336;
  font-size: 11px;
  font-weight: 500;
}
._toolMeta_fr9ur_116 {
  color: #fff9;
  font-size: 11px;
  line-height: 1.4;
}
@keyframes _fadeIn_fr9ur_1 {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._approvalActions_2fae4_1,
._approvalCommentActions_2fae4_6 {
  display: flex;
  gap: 8px;
}
._approvalApprove_2fae4_11,
._approvalCommentToggle_2fae4_13,
._approvalDeny_2fae4_12 {
  flex: 1;
  padding: 8px 12px;
  border-radius: 6px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  font-family: VG Sans, sans-serif;
  cursor: pointer;
  transition: all .15s ease;
}
._approvalApprove_2fae4_11 {
  background: #4caf5040;
  color: #66bb6a;
  border: 1px solid rgba(76, 175, 80, .4);
}
._approvalApprove_2fae4_11:hover {
  background: #4caf5066;
  color: #fff;
}
._approvalDeny_2fae4_12 {
  background: #ffffff0f;
  color: #fff9;
  border: 1px solid rgba(255, 255, 255, .12);
}
._approvalDeny_2fae4_12:hover {
  background: #ffffff1a;
  color: #fff;
}
._approvalCommentToggle_2fae4_13 {
  width: 100%;
  background: transparent;
  color: #ffffffb8;
  border: 1px solid rgba(255, 255, 255, .14);
}
._approvalCommentToggle_2fae4_13:hover:not(:disabled) {
  background: #ffffff14;
  color: #fff;
}
._approvalCommentToggle_2fae4_13:disabled {
  opacity: .5;
  cursor: default;
}
._approvalReasonInput_2fae4_64 {
  min-height: 68px;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffffd1;
  background: #00000040;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  padding: 8px 10px;
  resize: vertical;
  font-family: VG Sans, sans-serif;
}
._approvalReasonInput_2fae4_64::placeholder {
  color: #ffffff61;
}
._container_1mfwp_1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0;
  animation: _fadeIn_1mfwp_1 .2s ease-out;
}
._label_1mfwp_9 {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #fff6;
  font-family: VG Sans, sans-serif;
}
._labelOld_1mfwp_18 {
  color: #f44336;
}
._labelNew_1mfwp_22 {
  color: #4caf50;
}
._cardPreview_1mfwp_26 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._card_1mfwp_26 {
  background: #201818;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(244, 67, 54, .4);
  transition: opacity .3s ease;
}
._cardDimmed_1mfwp_40 {
  opacity: .5;
}
._cardNew_1mfwp_44 {
  border-color: #4caf5080;
  background:
    linear-gradient(
      135deg,
      #201818,
      #4caf5014);
}
._cardDenied_1mfwp_49 {
  opacity: .5;
  border-color: #ffffff26;
  background: #ffffff0a;
}
._labelDenied_1mfwp_55 {
  color: #ffffff4d;
}
._title_1mfwp_59 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  margin: 4px 0 0;
  color: #fff;
  font-family: VG Sans, sans-serif;
}
._metaText_1mfwp_68 {
  color: #fff9;
  font-size: 11px;
  line-height: 1.4;
}
._summarySentence_1mfwp_74 {
  margin: 0;
}
._summarySentence_1mfwp_74 + ._summarySentence_1mfwp_74 {
  margin-top: 4px;
}
._bulletList_1mfwp_82 {
  margin: 4px 0 0;
  padding-left: 18px;
}
._bulletItem_1mfwp_87 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  font-family: VG Sans, sans-serif;
  list-style: disc;
}
._bulletItem_1mfwp_87 + ._bulletItem_1mfwp_87 {
  margin-top: 4px;
}
@keyframes _fadeIn_1mfwp_1 {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
::view-transition-new(root),
::view-transition-old(root) {
  animation: none;
}
::view-transition-group(header) {
  z-index: 9999;
  animation: none;
}
::view-transition-new(header),
::view-transition-old(header) {
  animation: none;
}
::view-transition-group(*) {
  animation-duration: .4s;
  animation-timing-function: ease;
}
::view-transition-group(active-story-image) {
  animation-duration: .4s;
  animation-timing-function: ease;
  overflow: hidden;
}
::view-transition-image-pair(*) {
  isolation: isolate;
  mix-blend-mode: normal;
  overflow: hidden;
}
::view-transition-new(*),
::view-transition-old(*) {
  animation-duration: .4s;
  animation-timing-function: ease;
}
::view-transition-new(active-story-image),
::view-transition-old(active-story-image) {
  overflow: hidden;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@keyframes _fadeInUp_1hbkn_1 {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes _bounce_1hbkn_1 {
  0%, to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
@keyframes _subtleWiggle_1hbkn_1 {
  0% {
    transform: rotate(0);
  }
  2% {
    transform: rotate(-.5deg);
  }
  4% {
    transform: rotate(.5deg);
  }
  6% {
    transform: rotate(-.5deg);
  }
  8% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  52% {
    transform: rotate(-.5deg);
  }
  54% {
    transform: rotate(.5deg);
  }
  56% {
    transform: rotate(-.5deg);
  }
  58% {
    transform: rotate(0);
  }
  to {
    transform: rotate(0);
  }
}
._fade-in-delayed_1hbkn_1 {
  transition: opacity .25s ease-in .15s;
}
@keyframes _eggFloat_1hbkn_1 {
  0% {
    transform: translate(0) rotate(0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    transform: translate(var(--dx), var(--dy)) rotate(var(--rot)) scale(.5);
    opacity: 0;
  }
}
@keyframes _eggPop_1hbkn_1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: .8;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
._container_1hbkn_3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0;
  animation: _fadeIn_1hbkn_1 .2s ease-out;
}
._label_1hbkn_11 {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #fff6;
  font-family: VG Sans, sans-serif;
}
._labelAdd_1hbkn_20 {
  color: #4caf50;
}
._labelDone_1hbkn_24 {
  color: #82e09b;
}
._labelDenied_1hbkn_28,
._labelFailed_1hbkn_32 {
  color: #ffffff85;
}
._labelRemove_1hbkn_36 {
  color: #f44336;
}
._labelLoading_1hbkn_40,
._labelRemoveLoading_1hbkn_54 {
  background:
    linear-gradient(
      90deg,
      #ffffff47 0,
      #fffffffa,
      #ffffff47 90%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: _enrichmentLabelShimmer_1hbkn_1 1.6s ease-in-out infinite;
}
._labelRemoveDone_1hbkn_68 {
  color: #ffffff85;
}
._words_1hbkn_72 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
._word_1hbkn_72 {
  display: inline-block;
  background-color: #ffc6c6;
  color: #1a0000;
  font-size: 14px;
  font-weight: 600;
  font-family: VG Sans, sans-serif;
  padding: 4px 10px;
  border-radius: 6px;
  line-height: 1.3;
  animation: _subtleWiggle_1hbkn_1 6s ease-in-out infinite;
  transform-origin: 50% 55%;
}
._wordLoading_1hbkn_92 {
  background:
    linear-gradient(
      110deg,
      #4f535b 8%,
      #6f7580 28%,
      #c9d0da 40%,
      #6f7580 54%,
      #4f535b 72%);
  color: #ffffffeb;
  background-size: 220% 100%;
  animation: _enrichmentWordShimmer_1hbkn_1 1.5s linear infinite;
  box-shadow: 0 0 0 1px #ffffff1f;
}
._wordRemove_1hbkn_107 {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  opacity: .7;
}
._wordRemoveLoading_1hbkn_112 {
  background:
    linear-gradient(
      110deg,
      #4f535b 8%,
      #6f7580 28%,
      #c9d0da 40%,
      #6f7580 54%,
      #4f535b 72%);
  color: #ffffffd1;
  background-size: 220% 100%;
  animation: _enrichmentWordShimmer_1hbkn_1 1.5s linear infinite;
  box-shadow: 0 0 0 1px #ffffff24;
}
._wordRemoveDone_1hbkn_127 {
  background: #ffffff1f;
  color: #ffffff80;
  animation: none;
  box-shadow: inset 0 0 0 1px #ffffff14;
}
._wordDenied_1hbkn_134 {
  color: #ffffff80;
}
._wordDenied_1hbkn_134,
._wordFailed_1hbkn_142 {
  background: #ffffff1f;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  animation: none;
  box-shadow: inset 0 0 0 1px #ffffff14;
}
._wordFailed_1hbkn_142 {
  color: #ffffffb8;
}
._metaText_1hbkn_150 {
  color: #fff9;
  font-size: 11px;
  line-height: 1.4;
}
@keyframes _fadeIn_1hbkn_1 {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes _enrichmentLabelShimmer_1hbkn_1 {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes _enrichmentWordShimmer_1hbkn_1 {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
._messagesContainer_puj0o_1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 50vh;
  overflow-y: auto;
  margin-bottom: 12px;
  padding-right: 4px;
}
._message_puj0o_1 {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  font-family: VG Sans;
  animation: _fadeIn_puj0o_1 .2s ease-out;
}
._userMessage_puj0o_21 {
  align-self: flex-end;
  background-color: #ffffff1f;
  color: #fff;
  border-bottom-right-radius: 4px;
}
._assistantMessage_puj0o_28 {
  align-self: flex-start;
  background-color: #a0000040;
  color: #fff;
  border-bottom-left-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._messageText_puj0o_38 {
  word-break: break-word;
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}
._messageText_puj0o_38 p {
  margin: 0 0 8px;
}
._messageText_puj0o_38 p:last-child {
  margin-bottom: 0;
}
._messageText_puj0o_38 ol,
._messageText_puj0o_38 ul {
  margin: 0 0 8px;
  padding-left: 20px;
}
._messageText_puj0o_38 ol:last-child,
._messageText_puj0o_38 ul:last-child {
  margin-bottom: 0;
}
._messageText_puj0o_38 code {
  background: #ffffff1a;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 13px;
}
._messageText_puj0o_38 pre {
  background: #ffffff14;
  padding: 10px 12px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 0 0 8px;
}
._messageText_puj0o_38 pre:last-child {
  margin-bottom: 0;
}
._messageText_puj0o_38 pre code {
  background: none;
  padding: 0;
}
._messageText_puj0o_38 strong {
  font-weight: 600;
}
._messageText_puj0o_38 h1,
._messageText_puj0o_38 h2,
._messageText_puj0o_38 h3 {
  margin: 0 0 6px;
  font-weight: 600;
  line-height: 1.3;
}
._messageText_puj0o_38 h1 {
  font-size: 16px;
}
._messageText_puj0o_38 h2 {
  font-size: 15px;
}
._messageText_puj0o_38 h3 {
  font-size: 14px;
}
._userMessage_puj0o_21 ._messageText_puj0o_38 {
  white-space: pre-wrap;
}
._reasoning_puj0o_117 {
  font-size: 12px;
  color: #ffffff80;
  margin-bottom: 6px;
}
._reasoning_puj0o_117 summary {
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
  -webkit-user-select: none;
  user-select: none;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
._reasoning_puj0o_117 summary::-webkit-details-marker {
  display: none;
}
._reasoning_puj0o_117 summary:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid rgba(255, 255, 255, .5);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: transform .15s ease;
}
._reasoning_puj0o_117[open] summary:before {
  transform: rotate(90deg);
}
._reasoningText_puj0o_154 {
  white-space: pre-wrap;
  word-break: break-word;
  margin-top: 4px;
  padding-left: 8px;
  border-left: 2px solid rgba(255, 255, 255, .15);
  -webkit-user-select: text;
  user-select: text;
}
@keyframes _fadeIn_puj0o_1 {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._errorContainer_1xrnq_1 {
  margin-bottom: 12px;
}
._errorMessage_1xrnq_5 {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 12px;
  background-color: #82000080;
  border: 1px solid rgba(130, 0, 0, .8);
  border-radius: 8px;
  font-family: VG Sans;
  width: 100%;
}
._contextTray_139hy_1 {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 12px;
  margin-top: 4px;
  scrollbar-width: none;
}
._contextTray_139hy_1::-webkit-scrollbar {
  display: none;
}
._contextChip_139hy_14 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 220px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #ffffff0f;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  transition: border-color .2s ease, background-color .2s ease;
}
._contextChip_139hy_14:disabled {
  cursor: default;
  opacity: .6;
}
._contextChip_139hy_14:hover {
  border-color: #fff3;
  background: #ffffff1a;
}
._contextChip_139hy_14:disabled:hover {
  border-color: #ffffff1a;
  background: #ffffff0f;
}
._contextChipMeta_139hy_47 {
  flex: 0 0 auto;
  color: #fff6;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: VG Sans;
}
._contextChipTitle_139hy_57 {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  font-family: VG Sans;
}
._contextChipAction_139hy_67 {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  color: #fff6;
  font-family: VG Sans;
}
._contextChipAction_139hy_67 svg {
  width: 14px;
  height: 14px;
}
._sheetContent_1ovd1_1 {
  display: flex;
  flex-direction: column;
  padding: 0 16px 48px;
}
._inputWrapper_1ovd1_7 {
  width: 100%;
}
._shake_1ovd1_11 {
  animation: _shake_1ovd1_11 .4s ease-out;
}
@keyframes _shake_1ovd1_11 {
  0%, to {
    transform: translate(0);
  }
  20% {
    transform: translate(-6px);
  }
  40% {
    transform: translate(5px);
  }
  60% {
    transform: translate(-3px);
  }
  80% {
    transform: translate(2px);
  }
}
._noContext_1ovd1_34 {
  padding: 32px 16px;
  text-align: center;
  color: #ffffff80;
  font-size: 14px;
}
._editor_tdw18_1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._storyIdButton_tdw18_7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #ffffff0f;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease;
}
._storyIdButton_tdw18_7:hover {
  background: #ffffff1f;
}
._storyId_tdw18_7 {
  font-size: 11px;
  font-family: monospace;
  color: #fff9;
  word-break: break-all;
}
._storyIdAction_tdw18_33 {
  flex-shrink: 0;
  font-size: 10px;
}
._fieldLabel_tdw18_43,
._storyIdAction_tdw18_33 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: VG Sans;
  color: #ffffff80;
}
._fieldLabel_tdw18_43 {
  font-size: 11px;
}
._saveBar_tdw18_52 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
._saveButton_tdw18_62 {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: VG Sans;
  cursor: pointer;
  transition: all .2s ease;
  background: #ebe0e0;
  border: 1px solid transparent;
  color: #1c0000;
}
._saveButton_tdw18_62:hover:not(:disabled) {
  background: #d3c5c5;
}
._saveButton_tdw18_62:disabled {
  background: #d3c5c5;
  border: 1px solid transparent;
  color: #1c0000;
  opacity: .5;
  cursor: default;
}
._errorLabel_tdw18_94 {
  font-size: 12px;
  color: #f44336;
  font-family: VG Sans;
}
._loading_tdw18_100 {
  color: #ffffff80;
  font-size: 14px;
  padding: 24px 0;
}
._error_tdw18_94,
._loading_tdw18_100 {
  font-family: VG Sans;
  text-align: center;
}
._error_tdw18_94 {
  padding: 16px 0;
}
._error_tdw18_94 p {
  color: #f44336;
  font-size: 14px;
  margin: 0 0 12px;
}
._retryButton_tdw18_120 {
  background: none;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff9;
  font-size: 12px;
  font-family: VG Sans;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
._retryButton_tdw18_120:hover {
  color: #fff;
  border-color: #fff6;
}
._noData_tdw18_136 {
  color: #ffffff4d;
  font-size: 13px;
  font-family: VG Sans;
  font-style: italic;
}
@keyframes _shimmer_tdw18_1 {
  0% {
    transform: translate(-120%) skew(-18deg);
  }
  to {
    transform: translate(220%) skew(-18deg);
  }
}
@keyframes _pulseGlow_tdw18_1 {
  0%, to {
    box-shadow: 0 0 6px #ff174480, 0 0 18px #ff174426;
  }
  50% {
    box-shadow: 0 0 10px #ff1744b3, 0 0 28px #ff17444d;
  }
}
@keyframes _arrowPulse_tdw18_1 {
  0%, to {
    opacity: .4;
  }
  50% {
    opacity: 1;
  }
}
._sliderTrack_tdw18_176 {
  position: relative;
  width: 180px;
  height: 36px;
  border-radius: 18px;
  border: none;
  padding: 3px;
  cursor: pointer;
  transition: background .35s ease;
  align-self: flex-start;
  box-sizing: border-box;
}
._sliderTrack_tdw18_176:disabled {
  opacity: .45;
  cursor: default;
}
._sliderOff_tdw18_194 {
  background: #ffffff14;
}
._sliderOff_tdw18_194:hover:not(:disabled) {
  background: #ffffff1f;
}
._sliderOn_tdw18_202 {
  background: #c8001e33;
}
._sliderOn_tdw18_202:hover:not(:disabled) {
  background: #c8001e4d;
}
._sliderThumb_tdw18_210 {
  position: absolute;
  top: 3px;
  height: 30px;
  width: 110px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  font-family: VG Sans;
}
._sliderOff_tdw18_194 ._sliderThumb_tdw18_210 {
  left: 3px;
  background: #ffffff1a;
  border: 1px solid rgba(255, 255, 255, .12);
}
._sliderOff_tdw18_194:hover:not(:disabled) ._sliderThumb_tdw18_210 {
  background: #ffffff24;
  border-color: #fff3;
}
._sliderOn_tdw18_202 ._sliderThumb_tdw18_210 {
  left: calc(100% - 113px);
  background:
    linear-gradient(
      135deg,
      #d50000,
      #ff1744);
  border: 1px solid rgba(255, 60, 80, .3);
  animation: _pulseGlow_tdw18_1 2.5s ease-in-out infinite;
}
._sliderOn_tdw18_202:hover:not(:disabled) ._sliderThumb_tdw18_210 {
  background:
    linear-gradient(
      135deg,
      #b71c1c,
      #e01535);
}
._sliderLabel_tdw18_247 {
  position: relative;
  z-index: 1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
  transition: color .35s ease;
}
._sliderOff_tdw18_194 ._sliderLabel_tdw18_247 {
  color: #ffffff4d;
}
._sliderOn_tdw18_202 ._sliderLabel_tdw18_247 {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
._sliderArrow_tdw18_267 {
  position: relative;
  z-index: 1;
  font-size: 10px;
  -webkit-user-select: none;
  user-select: none;
  animation: _arrowPulse_tdw18_1 1.5s ease-in-out infinite;
}
._sliderOff_tdw18_194 ._sliderArrow_tdw18_267 {
  color: #ffffff40;
}
._sliderOn_tdw18_202 ._sliderArrow_tdw18_267 {
  color: #ffffffb3;
}
._sliderShimmer_tdw18_283 {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      transparent 0,
      rgba(255, 255, 255, .2) 50%,
      transparent);
  animation: _shimmer_tdw18_1 2s ease-in-out infinite;
  pointer-events: none;
}
._boostSliderWrapper_tdw18_299 {
  --boost-progress:0%;
  --boost-score:0;
  position: relative;
  width: 100%;
  padding: 0 24px 28px;
  box-sizing: border-box;
}
._boostSlider_tdw18_299 {
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
._boostSlider_tdw18_299:focus {
  outline: none;
}
._boostSliderDisabled_tdw18_323 {
  opacity: .35;
  pointer-events: none;
}
._boostSlider_tdw18_299::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      #ebe0e0 0 var(--boost-progress),
      transparent var(--boost-progress) 100%),
    #ffffff1a;
}
._boostSlider_tdw18_299::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      #ebe0e0 0 var(--boost-progress),
      transparent var(--boost-progress) 100%),
    #ffffff1a;
}
._boostSlider_tdw18_299::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  border: 2px solid #1c0000;
  background: #ebe0e0;
  box-shadow: 0 2px 10px #00000059;
}
._boostSlider_tdw18_299::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #1c0000;
  background: #ebe0e0;
  box-shadow: 0 2px 10px #00000059;
}
._boostSlider_tdw18_299:focus-visible::-webkit-slider-thumb {
  outline: 2px solid rgba(255, 255, 255, .8);
  outline-offset: 2px;
}
._boostSlider_tdw18_299:focus-visible::-moz-range-thumb {
  outline: 2px solid rgba(255, 255, 255, .8);
  outline-offset: 2px;
}
._boostSliderChanged_tdw18_382 ._boostSlider_tdw18_299::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 2px #ffffffa6;
}
._boostSliderChanged_tdw18_382 ._boostSlider_tdw18_299::-moz-range-track {
  box-shadow: 0 0 0 2px #ffffffa6;
}
@keyframes _cardPop_tdw18_1 {
  0% {
    opacity: 0;
    transform: translate(-50%) scale(.82);
  }
  to {
    opacity: 1;
    transform: translate(-50%) scale(1);
  }
}
._boostPositionCard_tdw18_402 {
  position: absolute;
  bottom: calc(100% + 4px);
  left: max(96px, min(calc(35px + var(--boost-score) * (100% - 70px)), calc(100% - 96px)));
  transform: translate(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  animation: _cardPop_tdw18_1 .12s cubic-bezier(.34, 1.56, .64, 1) both;
}
._boostPositionSide_tdw18_421 {
  width: 48px;
  height: 68px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #ffffff14;
  box-shadow: 0 3px 10px #00000059;
}
._boostPositionSideImage_tdw18_431 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes _slideFromRight_tdw18_1 {
  0% {
    transform: translate(100%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes _slideFromLeft_tdw18_1 {
  0% {
    transform: translate(-100%);
  }
  to {
    transform: translate(0);
  }
}
._boostPositionSideImageSlideRight_tdw18_456 {
  animation: _slideFromRight_tdw18_1 .18s ease-out both;
}
._boostPositionSideImageSlideLeft_tdw18_460 {
  animation: _slideFromLeft_tdw18_1 .18s ease-out both;
}
._boostPositionMain_tdw18_465 {
  position: relative;
  width: 80px;
  height: 104px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #140505d9;
  box-shadow: 0 6px 20px #00000080;
}
._boostPositionMain_tdw18_465:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(20, 5, 5, .85);
  z-index: 1;
}
._boostPositionMainImage_tdw18_489 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._boostPositionOverlay_tdw18_498 {
  position: absolute;
  inset: 0;
  background: #00000094;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
._boostPositionNumber_tdw18_509 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  font-family: VG Sans;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -1px;
  color: #fff;
  white-space: nowrap;
}
._boostPositionTotal_tdw18_520 {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  font-family: VG Sans;
  color: #ffffffa6;
}
._boostPositionBreaking_tdw18_528 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  font-family: VG Sans;
  color: #fff;
  white-space: nowrap;
  padding: 12px;
  background: #140505d9;
  border-radius: 10px;
  box-shadow: 0 6px 20px #00000080;
}
._boostTooltip_tdw18_541 {
  position: absolute;
  left: max(42px, min(calc(35px + var(--boost-score) * (100% - 70px)), calc(100% - 42px)));
  bottom: 0;
  transform: translate(-50%);
  min-width: 36px;
  padding: 3px 6px;
  border-radius: 6px;
  background: #ffffff1f;
  color: #ffffffdb;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  font-family: VG Sans;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
@keyframes _tooltipSpin_tdw18_1 {
  to {
    transform: rotate(1turn);
  }
}
._boostTooltipSpinner_tdw18_570 {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1.5px solid rgba(255, 255, 255, .3);
  border-top-color: #ffffffdb;
  border-radius: 50%;
  animation: _tooltipSpin_tdw18_1 .7s linear infinite;
  vertical-align: middle;
}
._editor_hi7we_1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._scroll_hi7we_7 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
._scroll_hi7we_7::-webkit-scrollbar {
  display: none;
}
._card_hi7we_21 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
  width: min(calc(100% - 30px), 300px);
  max-height: 75vh;
  scroll-snap-align: start;
  content-visibility: auto;
  contain-intrinsic-size: auto 300px auto 600px;
}
._playerWrapper_hi7we_35 {
  position: relative;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}
._mediaPlayer_hi7we_49 {
  width: 100%;
  display: block;
  border-radius: inherit;
  overflow: hidden;
}
._playOverlay_hi7we_58 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  z-index: 2;
}
._cardDuration_hi7we_73 {
  font-size: 10px;
  color: #ffffff61;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  text-align: center;
  margin-top: -2px;
}
._roleBtn_hi7we_81 {
  width: 100%;
  height: 26px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #ffffff0d;
  color: #fff6;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition: all .15s ease;
}
._roleBtn_hi7we_81:hover:not(._roleBtnFrontActive_hi7we_94):not(._roleBtnBgActive_hi7we_94) {
  background: #ffffff1a;
  color: #ffffffa6;
  border-color: #ffffff38;
}
._roleBtnFrontActive_hi7we_94 {
  background: #d5000033;
  border-color: #ff3c3c8c;
  color: #ff6b6b;
}
._roleBtnBgActive_hi7we_94 {
  background: #64b4ff1f;
  border-color: #64b4ff73;
  color: #a0ccff;
}
._saveBar_hi7we_112 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
._saveButton_hi7we_121 {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all .2s ease;
  background: #ebe0e0;
  border: 1px solid transparent;
  color: #1c0000;
}
._saveButton_hi7we_121:hover:not(:disabled) {
  background: #d3c5c5;
}
._saveButton_hi7we_121:disabled {
  background: #d3c5c5;
  color: #1c0000;
  opacity: .5;
  cursor: default;
}
._errorLabel_hi7we_149 {
  font-size: 12px;
  color: #f44336;
}
._empty_hi7we_155,
._loading_hi7we_154 {
  color: #fff6;
  font-size: 13px;
  font-style: italic;
  padding: 4px 0;
}
._error_hi7we_149 {
  padding: 8px 0;
}
._error_hi7we_149 p {
  color: #f44336;
  font-size: 13px;
  margin: 0 0 8px;
}
._retryButton_hi7we_172 {
  background: none;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff9;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
._retryButton_hi7we_172:hover {
  color: #fff;
  border-color: #fff6;
}
._editor_t8jf8_1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._scroll_t8jf8_7 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-behavior: auto;
  scrollbar-width: thin;
}
._scroll_t8jf8_7::-webkit-scrollbar {
  height: 6px;
}
._scroll_t8jf8_7::-webkit-scrollbar-track {
  background: #ffffff0d;
  border-radius: 3px;
}
._scroll_t8jf8_7::-webkit-scrollbar-thumb {
  background: #fff3;
  border-radius: 3px;
}
._scroll_t8jf8_7::-webkit-scrollbar-thumb:hover {
  background: #ffffff4d;
}
._card_t8jf8_35 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
  width: 180px;
  max-height: 400px;
  content-visibility: auto;
  contain-intrinsic-size: auto 180px auto 280px;
}
._imageWrapper_t8jf8_46 {
  position: relative;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}
._image_t8jf8_46 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
._imagePlaceholder_t8jf8_66 {
  width: 100%;
  height: 100%;
  color: #ffffff4d;
  font-size: 12px;
  font-style: italic;
  background: #ffffff08;
}
._hiddenOverlay_t8jf8_78,
._imagePlaceholder_t8jf8_66 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._hiddenOverlay_t8jf8_78 {
  position: absolute;
  inset: 0;
  background: #000000bf;
  color: #ffffff80;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
._controls_t8jf8_93 {
  display: flex;
  gap: 6px;
  align-items: center;
}
._toggleBtn_t8jf8_99 {
  flex: 1;
  height: 26px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #ffffff0d;
  color: #fff6;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition: all .15s ease;
}
._toggleBtn_t8jf8_99:hover:not(._toggleBtnHidden_t8jf8_112) {
  background: #ffffff1a;
  color: #ffffffa6;
  border-color: #ffffff38;
}
._toggleBtnVisible_t8jf8_118 {
  background: #64b4ff1f;
  border-color: #64b4ff73;
  color: #a0ccff;
}
._toggleBtnHidden_t8jf8_112 {
  background: #ffffff14;
  border-color: #ffffff2e;
  color: #ffffff59;
}
._orderButtons_t8jf8_130 {
  display: flex;
  gap: 4px;
}
._orderBtn_t8jf8_135 {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #ffffff0d;
  color: #fff6;
  font-size: 14px;
  cursor: pointer;
  transition: all .15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
._orderBtn_t8jf8_135:hover:not(:disabled) {
  background: #ffffff1a;
  color: #ffffffa6;
  border-color: #ffffff38;
}
._orderBtn_t8jf8_135:disabled {
  opacity: .3;
  cursor: not-allowed;
}
._caption_t8jf8_161 {
  font-size: 11px;
  color: #ffffff80;
  margin: 0;
  padding: 0 4px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._saveBar_t8jf8_174 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
._saveButton_t8jf8_183 {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all .2s ease;
  background: #ebe0e0;
  border: 1px solid transparent;
  color: #1c0000;
}
._saveButton_t8jf8_183:hover:not(:disabled) {
  background: #d3c5c5;
}
._saveButton_t8jf8_183:disabled {
  background: #d3c5c5;
  color: #1c0000;
  opacity: .5;
  cursor: default;
}
._errorLabel_t8jf8_211 {
  font-size: 12px;
  color: #f44336;
}
._empty_t8jf8_217,
._loading_t8jf8_216 {
  color: #fff6;
  font-size: 13px;
  font-style: italic;
  padding: 4px 0;
}
._error_t8jf8_211 {
  padding: 8px 0;
}
._error_t8jf8_211 p {
  color: #f44336;
  font-size: 13px;
  margin: 0 0 8px;
}
._retryButton_t8jf8_234 {
  background: none;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff9;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
._retryButton_t8jf8_234:hover {
  color: #fff;
  border-color: #fff6;
}
._field_1mqoe_1 {
  position: relative;
  width: 100%;
}
._editable_1mqoe_6 {
  width: 100%;
  min-height: 48px;
  padding: 13px 48px 13px 12px;
  background: #ffffff14;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: VG Sans;
  outline: none;
  transition: border-color .15s ease;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: text;
}
._editable_1mqoe_6:focus {
  border-color: #fff6;
}
._editable_1mqoe_6::-webkit-scrollbar {
  display: none;
}
._editableChanged_1mqoe_34 {
  outline: 2px solid rgba(255, 255, 255, .95);
  outline-offset: -2px;
}
._shyMarker_1mqoe_40 {
  color: #ff3b30;
  font-weight: 700;
  -webkit-user-select: none;
  user-select: none;
}
._shyButton_1mqoe_46 {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #ffffff1f;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #ff3b30;
  font-size: 13px;
  font-weight: 700;
  font-family: VG Sans;
  line-height: 1;
  cursor: pointer;
  transition: background .15s ease;
}
._shyButton_1mqoe_46:hover:not(:disabled) {
  background: #fff3;
}
._shyButton_1mqoe_46:disabled {
  opacity: .4;
  cursor: default;
}
