/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/common/AvatarPlat/avatarPlat.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.avatarPlat_avatarPlat__apI1i {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  justify-content: center;
}
.avatarPlat_avatarPlat__apI1i > img {
  position: absolute;
  bottom: 10%;
  right: -10%;
  transform: translate(-10%, 20%);
  border-radius: 50%;
}
.avatarPlat_avatarPlat__apI1i.avatarPlat_disabled__jGLJU {
  filter: grayscale(100%);
  opacity: 0.6;
}
.avatarPlat_avatarPlat__apI1i.avatarPlat_disabled__jGLJU:hover {
  filter: grayscale(100%);
  opacity: 0.6;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/cropperjs/dist/cropper.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/components/PublishDialog/compoents/PubParmasTextarea/uploadItemTransition.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * 上传项进入/退出动画样式
 * 用于 react-transition-group 的 CSSTransition 组件
 */

/* 进入动画 - 初始状态 */
.upload-item-enter {
  opacity: 0;
  transform: scale(0.8);
}

/* 进入动画 - 激活状态 */
.upload-item-enter-active {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 300ms,
    transform 300ms;
}

/* 退出动画 - 初始状态 */
.upload-item-exit {
  opacity: 1;
  transform: scale(1);
}

/* 退出动画 - 激活状态 */
.upload-item-exit-active {
  opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 300ms,
    transform 300ms;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/draft-box/components/PlanTabBar/PlanTabBar.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * PlanTabBar 样式
 * 隐藏 Tab 区域的滚动条
 */
.PlanTabBar_scrollContainer__jprcz {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.PlanTabBar_scrollContainer__jprcz::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/Plugin/PluginPublishingFloatButton/PluginPublishingFloatButton.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.PluginPublishingFloatButton_floatButton__QI4fs {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 900;
  isolation: isolate;
  width: 3.75rem;
  min-width: 3.75rem;
  border-radius: 9999px;
  color: var(--gradient-foreground);
  transform: translateZ(0);
  transition: width 220ms ease, min-width 220ms ease, transform 180ms ease, filter 180ms ease;
}
.PluginPublishingFloatButton_floatButton__QI4fs:hover, .PluginPublishingFloatButton_floatButton__QI4fs:focus-visible {
  width: 12.75rem;
  min-width: 12.75rem;
  transform: translateY(-2px);
  filter: saturate(1.1);
}
.PluginPublishingFloatButton_floatButton__QI4fs:active {
  transform: translateY(0) scale(0.99);
}

.PluginPublishingFloatButton_floatButton_surface__yW2Ad {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
  border-radius: inherit;
  padding: 0.375rem;
  color: var(--gradient-foreground);
  border: 1px solid color-mix(in oklch, var(--gradient-foreground) 28%, transparent);
  background: radial-gradient(circle at 16% 12%, color-mix(in oklch, var(--gradient-foreground) 34%, transparent), transparent 28%), var(--gradientBackColor);
  background-size: 220% 220%;
  box-shadow: 0 14px 34px color-mix(in oklch, var(--brand-purple) 34%, transparent), inset 0 1px 0 color-mix(in oklch, var(--gradient-foreground) 30%, transparent);
  animation: PluginPublishingFloatButton_floatButtonGradient__nzEqQ 5s ease-in-out infinite;
}
.PluginPublishingFloatButton_floatButton_surface__yW2Ad::before {
  content: "";
  position: absolute;
  inset: -42% -16%;
  z-index: -1;
  background: radial-gradient(circle at 20% 45%, color-mix(in oklch, var(--gradient-foreground) 28%, transparent), transparent 18%), radial-gradient(circle at 58% 58%, color-mix(in oklch, var(--gradient-foreground) 20%, transparent), transparent 16%), radial-gradient(circle at 82% 38%, color-mix(in oklch, var(--gradient-foreground) 24%, transparent), transparent 14%);
  opacity: 0.72;
  animation: PluginPublishingFloatButton_floatButtonLiquid__yYbwE 4.6s ease-in-out infinite alternate;
}
.PluginPublishingFloatButton_floatButton_surface__yW2Ad::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent 0%, color-mix(in oklch, var(--gradient-foreground) 32%, transparent) 45%, transparent 72%);
  transform: translateX(-120%);
  animation: PluginPublishingFloatButton_floatButtonShine__066BR 3.2s ease-in-out infinite;
}

.PluginPublishingFloatButton_floatButton_glow__eGEbe,
.PluginPublishingFloatButton_floatButton_wave__LxWmU {
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.PluginPublishingFloatButton_floatButton_glow__eGEbe {
  inset: -0.4rem;
  z-index: 0;
  background: linear-gradient(115deg, color-mix(in srgb, var(--brand-cyan) 46%, transparent), color-mix(in srgb, var(--brand-purple) 54%, transparent), color-mix(in oklch, var(--brand-cyan) 34%, transparent));
  filter: blur(14px);
  opacity: 0.78;
  animation: PluginPublishingFloatButton_floatButtonGlow__wN63w 2.8s ease-in-out infinite;
}

.PluginPublishingFloatButton_floatButton_wave__LxWmU {
  inset: -0.35rem;
  z-index: 1;
  border: 1px solid color-mix(in srgb, var(--brand-purple) 46%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--brand-cyan) 24%, transparent);
  animation: PluginPublishingFloatButton_floatButtonWave__Kt0Ll 2.4s ease-out infinite;
}

.PluginPublishingFloatButton_floatButton_waveDelay__PhpwK {
  animation-delay: 1.2s;
}

.PluginPublishingFloatButton_floatButton_iconWrap__EnYmY {
  position: relative;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: color-mix(in oklch, var(--background) 92%, var(--gradient-foreground));
  color: var(--brand-purple);
  z-index: 2;
  box-shadow: 0 8px 20px color-mix(in oklch, var(--foreground) 18%, transparent), inset 0 0 0 1px color-mix(in oklch, var(--gradient-foreground) 55%, transparent);
}

.PluginPublishingFloatButton_floatButton_spinnerBadge__Ay31p {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 1.125rem;
  height: 1.125rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: var(--gradient-foreground);
  background: var(--gradientBackColor);
  box-shadow: 0 0 0 2px color-mix(in oklch, var(--background) 72%, transparent);
  transform: translate(20%, -20%);
  z-index: 3;
}
.PluginPublishingFloatButton_floatButton_spinnerBadge__Ay31p svg {
  width: 0.75rem !important;
  height: 0.75rem !important;
}

.PluginPublishingFloatButton_floatButton_textWrap__bHscu {
  display: flex;
  min-width: 0;
  max-width: 0;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  z-index: 2;
  white-space: nowrap;
  line-height: 1.1;
  opacity: 0;
  transform: translateX(-0.35rem);
  transition: max-width 220ms ease, opacity 160ms ease, transform 180ms ease, margin-left 220ms ease;
}

.PluginPublishingFloatButton_floatButton__QI4fs:hover .PluginPublishingFloatButton_floatButton_textWrap__bHscu,
.PluginPublishingFloatButton_floatButton__QI4fs:focus-visible .PluginPublishingFloatButton_floatButton_textWrap__bHscu {
  max-width: 9rem;
  margin-left: 0.625rem;
  opacity: 1;
  transform: translateX(0);
}

.PluginPublishingFloatButton_floatButton_title__99rVd {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px color-mix(in srgb, var(--foreground) 22%, transparent);
}

.PluginPublishingFloatButton_floatButton_subtitle__6DHX0 {
  margin-top: 0.1875rem;
  font-size: 0.6875rem;
  color: color-mix(in oklch, var(--gradient-foreground) 82%, transparent);
}

@keyframes PluginPublishingFloatButton_floatButtonGradient__nzEqQ {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes PluginPublishingFloatButton_floatButtonLiquid__yYbwE {
  from {
    transform: translate3d(-3%, -2%, 0) rotate(0deg) scale(1);
  }
  to {
    transform: translate3d(5%, 3%, 0) rotate(10deg) scale(1.08);
  }
}
@keyframes PluginPublishingFloatButton_floatButtonShine__066BR {
  0%, 36% {
    transform: translateX(-120%);
  }
  70%, 100% {
    transform: translateX(120%);
  }
}
@keyframes PluginPublishingFloatButton_floatButtonWave__Kt0Ll {
  0% {
    opacity: 0.72;
    transform: scale(0.94);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes PluginPublishingFloatButton_floatButtonGlow__wN63w {
  0%, 100% {
    opacity: 0.58;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.94;
    transform: scale(1.04);
  }
}
@media (min-width: 768px) {
  .PluginPublishingFloatButton_floatButton__QI4fs {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .PluginPublishingFloatButton_floatButton__QI4fs,
  .PluginPublishingFloatButton_floatButton_surface__yW2Ad,
  .PluginPublishingFloatButton_floatButton_surface__yW2Ad::before,
  .PluginPublishingFloatButton_floatButton_surface__yW2Ad::after,
  .PluginPublishingFloatButton_floatButton_glow__eGEbe,
  .PluginPublishingFloatButton_floatButton_wave__LxWmU,
  .PluginPublishingFloatButton_floatButton_textWrap__bHscu {
    animation: none;
    transition: none;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/draft-box/components/AiBatchGenerateBar/styles/AiBatchGenerateBar.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* AiBatchGenerateBar - 内联输入栏样式 */
.AiBatchGenerateBar_container___T8GY {
  position: relative;
  overflow: hidden; /* 阻止 ImageStack expandContainer 引发页面横向滚动 */
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
}
.AiBatchGenerateBar_container___T8GY:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.AiBatchGenerateBar_container___T8GY:focus-within {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.AiBatchGenerateBar_container___T8GY.AiBatchGenerateBar_videoEditMode__ZazVU {
  border-color: oklch(62.3% 0.214 259.1deg / 0.3);
}
.AiBatchGenerateBar_container___T8GY.AiBatchGenerateBar_dragging__189a0 {
  border-color: oklch(62.3% 0.214 259.1deg / 0.5);
  border-style: dashed;
}

.AiBatchGenerateBar_overlay__YL3xI {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: var(--card);
  opacity: 0.8;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/draft-box/components/AiBatchGenerateBar/components/ImageStack/ImageStack.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ImageStack - 折叠/展开动画（纯 transform 驱动） */
/* Enter / Exit keyframes */
@keyframes ImageStack_imageItemEnter__7VreE {
  from {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
@keyframes ImageStack_imageItemExit___98tn {
  to {
    opacity: 0;
    scale: 0.3;
  }
}
.ImageStack_expandContainer__kmZnG {
  position: absolute;
  top: 0;
  /* left 由 inline style 动态控制以实现居中 */
  transition: width 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), height 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), left 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ImageStack_expandContainer__kmZnG.ImageStack_expanded__S5nrf {
  z-index: 20;
}

/* 单张图片项 — 始终 absolute，动画仅靠 transform */
.ImageStack_imageItem__AxX_Y {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 80px;
  border-radius: 8px;
  border: 2px solid var(--background);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), top 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), left 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
  animation: ImageStack_imageItemEnter__7VreE 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Exit 动画 — 延迟删除时播放 */
.ImageStack_imageItemExiting__kAYwW {
  animation: ImageStack_imageItemExit___98tn 0.3s ease forwards;
  pointer-events: none;
}

/* 展开态 — 通过 CSS 变量管理 transform，支持 hover 动画 */
.ImageStack_imageItemExpanded__2eIcM {
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: var(--stack-z, 0);
  transform: translateX(var(--expand-x, 0px)) rotate(var(--expand-rotation, 0deg));
  filter: brightness(1);
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.15s ease, z-index 0s;
}
.ImageStack_imageItemExpanded__2eIcM:hover {
  z-index: 50;
  transform: translateX(var(--expand-x, 0px)) rotate(var(--expand-rotation, 0deg)) scale(1.08) translateY(-3px);
  filter: brightness(0.9);
}

/* "+" 按钮外层定位容器 — 始终 absolute，transition 驱动位移 */
.ImageStack_addButtonWrapper__5mT0v {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ImageStack_addButtonWrapperExpanded__C0vHR {
  transform: translateX(var(--expand-x, 0px));
}

.ImageStack_addButtonWrapperCollapsed__pMpld {
  transform: translate(44px, 64px);
  z-index: 10;
}

/* "+" 按钮展开态 — 卡片 */
.ImageStack_addButtonExpanded__YWByc {
  width: 60px;
  height: 84px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--muted);
  color: var(--muted-foreground);
  transform: rotate(-8deg);
  transition: width 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), height 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), border-radius 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, color 0.15s ease, transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ImageStack_addButtonExpanded__YWByc:hover {
  color: var(--primary);
  transform: rotate(-8deg) scale(1.08) translateY(-3px);
}

/* "+" 按钮折叠态 — 小圆形 */
.ImageStack_addButtonCollapsed__ZoAzG {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--background);
  color: var(--muted-foreground);
  border: 1px solid var(--border);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transform: rotate(0deg);
  transition: width 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), height 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), border-radius 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, color 0.15s ease, transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ImageStack_addButtonCollapsed__ZoAzG:hover {
  color: var(--primary);
  border-color: var(--primary);
}

/* 空状态 "+" 按钮 — 卡片样式（复用展开态外观） */
.ImageStack_addButton__a60zL {
  width: 60px;
  height: 84px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--muted);
  color: var(--muted-foreground);
  transform: rotate(-8deg);
  transition: transform 0.15s ease, color 0.15s ease;
}
.ImageStack_addButton__a60zL:hover {
  color: var(--primary);
  transform: rotate(-8deg) scale(1.08) translateY(-3px);
}

.ImageStack_audioCard__MxXrY {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 6px 5px;
  background: url("/assets/draft-box/video-back.svg") center/cover no-repeat;
  color: var(--gradient-foreground);
  text-align: center;
}

.ImageStack_audioIcon__FfCGZ {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: currentColor;
}

.ImageStack_audioName__zJGmR {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  color: currentColor;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.15;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 视频时长标签 */
.ImageStack_durationBadge__pgjd_ {
  position: absolute;
  bottom: 2px;
  left: 2px;
  padding: 0 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 9px;
  line-height: 14px;
  pointer-events: none;
}

/* 删除按钮 — 展开态 hover 显示，移动端始终显示 */
.ImageStack_deleteButton__nKj6j {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 10;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--muted);
  color: var(--muted-foreground);
  border: 1.5px solid var(--background);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.15s ease, transform 0.15s ease, background 0.15s ease, color 0.15s ease;
  pointer-events: none;
}
.ImageStack_deleteButton__nKj6j:hover {
  background: var(--destructive);
  color: var(--destructive-foreground);
}

/* 展开态 group hover 显示删除按钮 */
.ImageStack_imageItemExpanded__2eIcM:hover .ImageStack_deleteButton__nKj6j {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* 移动端始终显示删除按钮 */
.ImageStack_mobileDeleteButton__9sARv {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 10;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--muted);
  color: var(--muted-foreground);
  border: 1.5px solid var(--background);
  transition: background 0.15s ease, color 0.15s ease;
}
.ImageStack_mobileDeleteButton__9sARv:hover {
  background: var(--destructive);
  color: var(--destructive-foreground);
}

/* ========== 移动端适配 ========== */
.ImageStack_mobileGrid__U5Eqp {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  padding: 8px 8px 4px;
}

.ImageStack_mobileGridItem__lfo6E {
  position: relative;
  width: 60px;
  height: 80px;
  border-radius: 8px;
  border: 2px solid var(--background);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
  animation: ImageStack_imageItemEnter__7VreE 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ImageStack_mobileGridItem__lfo6E:hover {
  transform: rotate(var(--expand-rotation, 0deg)) scale(1.08) translateY(-3px);
  filter: brightness(0.9);
}

.ImageStack_imageItem__AxX_Y.ImageStack_audioItem__dIOyA,
.ImageStack_mobileGridItem__lfo6E.ImageStack_audioItem__dIOyA {
  border: 0;
  box-shadow: none;
  filter: none;
}

.ImageStack_imageItemExpanded__2eIcM.ImageStack_audioItem__dIOyA:hover,
.ImageStack_mobileGridItem__lfo6E.ImageStack_audioItem__dIOyA:hover {
  filter: none;
}

.ImageStack_mobileAddButton__LL7D2 {
  position: relative;
  width: 60px;
  height: 84px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--muted);
  color: var(--muted-foreground);
  transform: rotate(-8deg);
  flex-shrink: 0;
  transition: transform 0.15s ease, color 0.15s ease;
}
.ImageStack_mobileAddButton__LL7D2:hover {
  color: var(--primary);
  transform: rotate(-8deg) scale(1.08) translateY(-3px);
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/draft-box/components/AiBatchGenerateBar/components/MediaMentionPromptInput/MediaMentionPromptInput.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.MediaMentionPromptInput_root__jFqLh {
  position: relative;
  width: 100%;
}

.MediaMentionPromptInput_editorContent__epUju {
  position: relative;
  z-index: 1;
  min-height: calc(var(--media-mention-min-rows, 3) * 1.5rem + 0.5rem);
  width: 100%;
  color: var(--foreground);
  outline: none;
  white-space: pre-wrap;
  word-break: break-word;
}

.MediaMentionPromptInput_editorContent__epUju p {
  margin: 0;
}

.MediaMentionPromptInput_placeholder__dEySk {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--muted-foreground);
}

.MediaMentionPromptInput_mentionChip__zU3Zr {
  display: inline-flex;
  max-width: min(240px, 100% - 4px);
  line-height: inherit;
  vertical-align: middle;
  margin-right: 4px;
}

.MediaMentionPromptInput_editorContent__epUju span[data-lexical-decorator=true] {
  display: inline-flex;
  max-width: min(240px, 100% - 4px);
  line-height: inherit;
  vertical-align: middle;
  margin-right: 4px;
}

.MediaMentionPromptInput_mentionChipFocused__ZdziJ {
  outline: none;
}

.MediaMentionPromptInput_mentionChipButton__oWe8w {
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  border: 1px solid transparent;
  background: var(--muted);
  padding: 0.03em 0.28em 0.03em 0.1em;
  color: var(--foreground);
  font: inherit;
  line-height: 1.25;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.MediaMentionPromptInput_mentionChipButton__oWe8w:hover {
  border-color: var(--border);
  background: var(--accent);
}

.MediaMentionPromptInput_mentionChipButton__oWe8w:focus-visible {
  border-color: var(--ring);
  box-shadow: 0 0 0 2px color-mix(in oklch, var(--ring) 18%, transparent);
}

.MediaMentionPromptInput_mentionChipMissing__kP0lH {
  cursor: default;
  opacity: 0.55;
}

.MediaMentionPromptInput_mentionChipMissing__kP0lH:hover {
  border-color: transparent;
  background: var(--muted);
}

.MediaMentionPromptInput_mentionTrigger__BjVx4 {
  color: var(--brand-purple);
  font-weight: 600;
}

.MediaMentionPromptInput_mentionValue__glYSx {
  color: var(--foreground);
  font-weight: 500;
}

.MediaMentionPromptInput_mentionThumb__RVGMS {
  position: relative;
  display: inline-flex;
  height: 1.5em;
  width: 1.5em;
  flex: 0 0 1.5em;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  background: var(--secondary);
  color: var(--muted-foreground);
}

.MediaMentionPromptInput_mentionThumbIcon__5g9bz {
  height: 1em;
  width: 1em;
}

.MediaMentionPromptInput_audioThumb__26vMp {
  background: url("/assets/draft-box/video-back.svg") center/cover no-repeat;
  color: var(--gradient-foreground);
}

.MediaMentionPromptInput_mentionName__7NUqa {
  min-width: 0;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.MediaMentionPromptInput_menu__3c3T_ {
  position: absolute;
  z-index: 1000;
  margin: 4px 0 0;
  max-height: 280px;
  min-width: 260px;
  max-width: min(360px, 100vw - 24px);
  overflow: auto;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--popover);
  padding: 4px;
  color: var(--popover-foreground);
  box-shadow: 0 12px 32px color-mix(in oklch, var(--foreground) 12%, transparent);
  list-style: none;
}

.MediaMentionPromptInput_menuItem__uE1XE {
  display: flex;
  width: 100%;
  max-width: 352px;
  box-sizing: border-box;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 7px;
  outline: none;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.MediaMentionPromptInput_menuItem__uE1XE:hover,
.MediaMentionPromptInput_menuItemSelected__FktW7 {
  background: var(--accent);
  color: var(--accent-foreground);
}

.MediaMentionPromptInput_menuEmptyItem__BhPFq {
  cursor: default;
  list-style: none;
  outline: none;
}

.MediaMentionPromptInput_menuEmptyItem__BhPFq .MediaMentionPromptInput_menuEmpty__RhuUC {
  position: static;
  margin-top: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.MediaMentionPromptInput_menuThumb__keqky {
  position: relative;
  display: flex;
  height: 34px;
  width: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: var(--muted);
  color: var(--muted-foreground);
}

.MediaMentionPromptInput_menuThumbIcon__CKPiM {
  height: 16px;
  width: 16px;
}

.MediaMentionPromptInput_menuText__g8qoQ {
  display: flex;
  min-width: 0;
  flex: 1;
  max-width: calc(100% - 42px);
  flex-direction: column;
  gap: 2px;
}

.MediaMentionPromptInput_menuName__2kdUS {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--popover-foreground);
}

.MediaMentionPromptInput_menuToken__3LP_N {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.2;
  color: var(--muted-foreground);
}

.MediaMentionPromptInput_menuLoading__pxtyJ,
.MediaMentionPromptInput_menuEmpty__RhuUC {
  position: absolute;
  z-index: 1000;
  margin-top: 4px;
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--popover);
  color: var(--muted-foreground);
  box-shadow: 0 12px 32px color-mix(in oklch, var(--foreground) 12%, transparent);
  font-size: 12px;
}

.MediaMentionPromptInput_menuLoading__pxtyJ {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
}

.MediaMentionPromptInput_menuEmpty__RhuUC {
  width: 260px;
  padding: 12px;
}

.MediaMentionPromptInput_menuEmptyHint__Se64h {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 12px;
  line-height: 1.4;
}

.MediaMentionPromptInput_menuEmptyBody__RkDjL {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 0 4px;
  text-align: center;
}

.MediaMentionPromptInput_menuEmptyIcon__qnXnZ {
  position: relative;
  height: 54px;
  width: 66px;
  color: var(--muted-foreground);
}

.MediaMentionPromptInput_menuEmptyIconBack__OeP8H,
.MediaMentionPromptInput_menuEmptyIconFront__oLRJs {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid color-mix(in oklch, var(--border) 72%, transparent);
  background: var(--popover);
}

.MediaMentionPromptInput_menuEmptyIconBack__OeP8H {
  inset: 11px 21px 7px 5px;
  transform: rotate(-22deg);
}

.MediaMentionPromptInput_menuEmptyIconFront__oLRJs {
  inset: 15px 6px 3px 22px;
  transform: rotate(-7deg);
}

.MediaMentionPromptInput_menuEmptyUploadIcon__q_w4y {
  height: 20px;
  width: 20px;
}

.MediaMentionPromptInput_menuEmptyText__uCoJd {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 13px;
  line-height: 1.4;
}

.MediaMentionPromptInput_menuEmptyButton__v_yKm {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 7px;
  border: 1px solid var(--border);
  background: var(--secondary);
  padding: 7px 14px;
  color: var(--foreground);
  font-size: 13px;
  line-height: 1.2;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.MediaMentionPromptInput_menuEmptyButton__v_yKm:hover {
  border-color: var(--primary);
  background: var(--accent);
}

.MediaMentionPromptInput_menuEmptyButton__v_yKm:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/draft-box/components/AiBatchGenerateBar/components/PromptEditorDialog/PromptEditorDialog.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.PromptEditorDialog_content__zpJtZ {
  min-height: 0;
  padding: 0;
  gap: 0;
  overflow: hidden;
}

.PromptEditorDialog_textarea__3Xx0N {
  min-height: 320px;
  resize: none;
  border: 0;
  padding: 20px;
  background: transparent;
  box-shadow: none;
}

.PromptEditorDialog_textarea__3Xx0N:focus-visible {
  outline: none;
  box-shadow: none;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/components/draft-box/components/CreateMaterialModal/uploadItemTransition.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * 上传项进入/退出动画样式
 * 用于 react-transition-group 的 CSSTransition 组件
 */

/* 进入动画 - 初始状态 */
.upload-item-enter {
  opacity: 0;
  transform: scale(0.8);
}

/* 进入动画 - 激活状态 */
.upload-item-enter-active {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 300ms,
    transform 300ms;
}

/* 退出动画 - 初始状态 */
.upload-item-exit {
  opacity: 1;
  transform: scale(1);
}

/* 退出动画 - 激活状态 */
.upload-item-exit-active {
  opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 300ms,
    transform 300ms;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/draft-box/components/DraftDetailDialog.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper {
  width: 100% !important;
  max-width: 100% !important;
}
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-wrapper {
  width: 100% !important;
}
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-slide {
  width: 100% !important;
}
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-pagination-bullet-active {
  opacity: 1;
}
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-button-prev,
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-button-next {
  color: white;
  background: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-button-prev::after,
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-button-prev:hover,
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-button-disabled {
  display: none;
}
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-pagination,
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-button-prev,
.DraftDetailDialog_draftMediaSwiper__jLHvj .swiper-button-next {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.DraftDetailDialog_swiperVisible__0mN50 .swiper-pagination,
.DraftDetailDialog_swiperVisible__0mN50 .swiper-button-prev,
.DraftDetailDialog_swiperVisible__0mN50 .swiper-button-next {
  opacity: 1;
}

.DraftDetailDialog_swiperHidden__fKowP .swiper-pagination,
.DraftDetailDialog_swiperHidden__fKowP .swiper-button-prev,
.DraftDetailDialog_swiperHidden__fKowP .swiper-button-next {
  opacity: 0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/draft-box/components/MediaMentionPromptText/MediaMentionPromptText.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.MediaMentionPromptText_root__XF_Rp {
  white-space: pre-wrap;
  word-break: break-word;
}

.MediaMentionPromptText_chip__vMYSR {
  display: inline-flex;
  max-width: min(220px, 100% - 4px);
  box-sizing: border-box;
  align-items: center;
  gap: 4px;
  margin: 0 2px;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid transparent;
  background: var(--muted);
  padding: 0.08em 0.36em 0.08em 0.12em;
  color: var(--foreground);
  line-height: 1.25;
}

.MediaMentionPromptText_chipCompact__YWO_L {
  max-width: min(190px, 100% - 4px);
}

.MediaMentionPromptText_thumb__nLtpX {
  position: relative;
  display: inline-flex;
  height: 1.45em;
  width: 1.45em;
  flex: 0 0 1.45em;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  background: var(--secondary);
  color: var(--muted-foreground);
}

.MediaMentionPromptText_audioThumb__V_5iL {
  background: url("/assets/draft-box/video-back.svg") center/cover no-repeat;
  color: var(--gradient-foreground);
}

.MediaMentionPromptText_thumbIcon__jpEVN {
  height: 1em;
  width: 1em;
}

.MediaMentionPromptText_name__j3PUd {
  min-width: 0;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.MediaMentionPromptText_rootCompact__A_UXz .MediaMentionPromptText_name__j3PUd {
  max-width: 150px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/swiper/modules/navigation.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/draft-box/components/GeneratingCard/GeneratingCard.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.GeneratingCard_generatingCard__cg6sh {
  position: relative;
  overflow: hidden;
}
.GeneratingCard_generatingCard__cg6sh::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(var(--primary-rgb, 139 92 246), 0.08) 50%, transparent 100%);
  animation: GeneratingCard_shimmer__VDLB3 2s ease-in-out infinite;
}

@keyframes GeneratingCard_shimmer__VDLB3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
