/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/modal.css ***!
  \************************************************************************/

/* انیمیشن پیشرفت اسلایدها */
@keyframes zuckSlideTime {
  0% { max-width: 0; }
  100% { max-width: 100%; }
}

/* انیمیشن لودینگ */
@keyframes zuckLoading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* مودال اصلی استوری */
#zuck-modal {
  outline: 0 !important;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.85); /* پس‌زمینه تیره‌تر برای جلوه بصری بهتر */
  z-index: 100000;
  font-size: 14px;
  font-family: inherit;
  backdrop-filter: blur(8px); /* محو کردن پس‌زمینه */
}

/* کانتینر اصلی محتوا */
#zuck-modal-content,
#zuck-modal-content .story-viewer,
#zuck-modal-content .story-viewer > .slides,
#zuck-modal-content .story-viewer > .slides > * {
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}

#zuck-modal * {
  user-select: none;
  outline: 0;
}

/* افکت‌های ورود و خروج مودال */
#zuck-modal.with-effects {
  transform: scale(0.01);
  transform-origin: top left;
  transition: 0.25s cubic-bezier(0.34, 1.56, 0.64, 1); /* افکت باز شدن نرم */
}
#zuck-modal.with-effects.animated {
  transform: scale(1);
  border-radius: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
#zuck-modal.with-effects.closed {
  transform: translateY(100%) scale(0.9); /* خروج با افکت زیبا */
  opacity: 0;
}

/* اسلایدر اصلی */
#zuck-modal .slider {
  width: 300vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100vw;
  position: absolute;
}
#zuck-modal .slider > * {
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
#zuck-modal .slider > .previous { left: 0; }
#zuck-modal .slider > .viewing { left: 100vw; }
#zuck-modal .slider > .next { left: 200vw; }

/* انیمیشن جابه‌جایی اسلایدها */
#zuck-modal .slider.animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* افکت مکعبی برای استوری‌ها */
#zuck-modal.with-cube #zuck-modal-content {
  perspective: 1000vw;
  transform: scale(0.95);
  perspective-origin: 50% 50%;
  overflow: visible;
  transition: 0.3s;
}
#zuck-modal.with-cube .slider {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}
#zuck-modal.with-cube .slider > .previous {
  backface-visibility: hidden;
  left: 100vw;
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}
#zuck-modal.with-cube .slider > .viewing {
  backface-visibility: hidden;
  left: 100vw;
  transform: translateZ(50vw);
}
#zuck-modal.with-cube .slider > .next {
  backface-visibility: hidden;
  left: 100vw;
  transform: rotateY(-270deg) translateX(50%);
  transform-origin: top right;
}

/* حالت مکث استوری */
#zuck-modal-content .story-viewer.paused.longPress .head,
#zuck-modal-content .story-viewer.paused.longPress .slides-pointers,
#zuck-modal-content .story-viewer.paused.longPress .tip {
  opacity: 0;
  transition: opacity 0.3s;
}

/* انیمیشن پیشرفت اسلایدها در حالت پخش */
#zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers > * > .active > .progress {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

/* لایه‌بندی استوری‌ها */
#zuck-modal-content .story-viewer.next { z-index: 10; }
#zuck-modal-content .story-viewer.viewing { z-index: 5; }
#zuck-modal-content .story-viewer.previous { z-index: 0; }

#zuck-modal-content .story-viewer.muted .tip.muted,
#zuck-modal-content .story-viewer.loading .head .loading {
  display: block;
}
#zuck-modal-content .story-viewer.loading .head .right .time,
#zuck-modal-content .story-viewer.loading .head .right .close {
  display: none;
}

/* دکمه‌های ناوبری اسلایدها */
#zuck-modal-content .story-viewer .slides-pagination span {
  position: absolute;
  top: 50vh;
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  width: 48px;
  margin: 6px;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  cursor: pointer;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  transition: all 0.3s;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  backdrop-filter: blur(4px);
}
#zuck-modal-content .story-viewer .slides-pagination span:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-50%) scale(1.1);
}
#zuck-modal-content .story-viewer .slides-pagination .previous { left: 10px; }
#zuck-modal-content .story-viewer .slides-pagination .next { right: 10px; }

/* نوار پیشرفت استوری‌ها */
#zuck-modal-content .story-viewer .slides-pointers {
  display: table;
  table-layout: fixed;
  border-spacing: 6px;
  border-collapse: separate;
  position: absolute;
  width: 100vh;
  top: 20px; /* فاصله از بالا */
  left: calc(50vw - 50vh);
  right: calc(50vw - 50vh);
  z-index: 100020;
  padding: 0 10px;
}
#zuck-modal-content .story-viewer .slides-pointers > * {
  display: table-row;
}
#zuck-modal-content .story-viewer .slides-pointers > * > * {
  display: table-cell;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  height: 3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 1px #595959, 0px 1px 1px rgba(0, 0, 0, 0.5);
}
#zuck-modal-content .story-viewer .slides-pointers > * > .seen {
  background: rgba(255, 255, 255, 0.9);
}
#zuck-modal-content .story-viewer .slides-pointers > * > * > .progress {
  background: #fff;
  width: auto;
  max-width: 0;
  height: 3px;
  display: block;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
#zuck-modal-content .story-viewer .slides-pointers > * > .active > .progress {
  -webkit-animation-name: zuckSlideTime;
  animation-name: zuckSlideTime;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* هدر استوری */
#zuck-modal-content .story-viewer .head {
  position: absolute;
  height: 70px;
  left: 10px;
  right: 0;
  line-height: 56px;
  z-index: 100010;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
  padding: 6px 12px;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, transparent 100%);
  top: 0;
}
#zuck-modal-content .story-viewer .head .item-preview {
  overflow: hidden;
  vertical-align: top;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
#zuck-modal-content .story-viewer .head .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;

}
#zuck-modal-content .story-viewer .head .time {
  opacity: 0.9;
  font-weight: 500;
  font-size: 13px;
}
#zuck-modal-content .story-viewer .head .left {
  line-height: 1 !important;
  display: inline-block;
  margin: 6px 0;
}
#zuck-modal-content .story-viewer .head .left .info {
  display: inline-block;
  max-width: 30vw;
  vertical-align: middle;
}
#zuck-modal-content .story-viewer .head .left .info > * {
  width: 100%;
  display: inline-block;
  line-height: 21px;
}
#zuck-modal-content .story-viewer .head .left .info .name {
  font-weight: 600;
  font-size: 15px;
  text-shadow: 1px 1px 1px #595959, 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#zuck-modal-content .story-viewer .head .right .time {
  float: left;
  margin-right: 15px;
  opacity: 0.8;
}
#zuck-modal-content .story-viewer .head .right .close,
#zuck-modal-content .story-viewer .head .back {
    font-size: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    margin: -47px 20px 0px 0px;
    transition: all 0.3s;
    opacity: 0.9;
}
#zuck-modal-content .story-viewer .head .right .close:hover,
#zuck-modal-content .story-viewer .head .back:hover {
  opacity: 1;
  transform: scale(1.1);
}
#zuck-modal-content .story-viewer .head .left .back {
  display: none;
  width: 24px;
  margin: -9px -6px 0 -6px;
}
#zuck-modal-content .story-viewer .head .right .time {
  display: none;
}
#zuck-modal-content .story-viewer .head .loading {
  display: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 9px 0;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-top-color: #fff;
  -webkit-animation: zuckLoading 1s infinite linear;
  animation: zuckLoading 1s infinite linear;
}

/* ترنزیشن هدر و نوار پیشرفت */
#zuck-modal-content .story-viewer .head,
#zuck-modal-content .story-viewer .slides-pointers,
#zuck-modal-content .story-viewer .tip {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* محتوای اسلایدها */
#zuck-modal-content .story-viewer .slides .item {
  display: none;
  overflow: hidden;
  background: #000;
}
#zuck-modal-content .story-viewer .slides .item:before {
  z-index: 4;
  background: transparent;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#zuck-modal-content .story-viewer .slides .item > .media {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}
#zuck-modal-content .story-viewer .slides .item.active,
#zuck-modal-content .story-viewer .slides .item.active .tip.link {
  display: block;
}

/* دکمه/لینک دعوت به اقدام */
#zuck-modal-content .story-viewer .tip {
  z-index: 5;
  text-decoration: none;
  display: none;
  border-radius: 12px;
  background: rgba(14, 42, 100, 0.85);
  backdrop-filter: blur(10px);
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 12px 24px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  min-width: 120px;
  letter-spacing: 0.5px;
}
#zuck-modal-content .story-viewer .tip:hover {
  background: rgba(14, 42, 100, 0.95);
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 6px 30px rgba(14, 42, 100, 0.6);
  border-color: rgba(255,255,255,0.4);
}

/* حالت RTL (زبان راست‌به‌چپ) */
#zuck-modal.rtl {
  direction: rtl;
  left: auto;
  right: 0;
}
#zuck-modal.rtl.with-effects {
  transform-origin: top right;
}
#zuck-modal.rtl.with-effects.animated {
  margin-left: auto !important;
  margin-right: 0 !important;
}
#zuck-modal.rtl .slider {
  left: auto;
  right: -100vw;
}
#zuck-modal.rtl .slider > .previous {
  left: auto;
  right: 0;
  transform: rotateY(-270deg) translateX(50%);
}
#zuck-modal.rtl .slider > .viewing {
  left: auto;
  right: 100vw;
}
#zuck-modal.rtl .slider > .next {
  left: auto;
  right: 200vw;
}
#zuck-modal.rtl.with-cube .slider > .previous {
  left: auto;
  right: 100vw;
  transform-origin: center right;
}
#zuck-modal.rtl.with-cube .slider > .viewing {
  left: auto;
  right: 100vw;
  transform: translateZ(50vw);
}
#zuck-modal.rtl.with-cube .slider > .next {
  left: auto;
  right: 100vw;
  transform-origin: top left;
  transform: rotateY(270deg) translateX(-50%);
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .previous {
  left: auto;
  right: 10px;
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .next {
  right: auto;
  left: 10px;
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
  margin-right: auto;
  margin-left: 9px;
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .head .right {
  float: left;
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .tip {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

/* حالت موبایل و تبلت */
@media (max-width: 1024px) {
  #zuck-modal-content .story-viewer .head {
    top: 10px;
    padding: 6px 10px;
  }
  #zuck-modal-content .story-viewer .head .loading {
    width: 24px;
    height: 24px;
    margin: 6px 0;
  }
  #zuck-modal-content .story-viewer .head .item-preview {
    width: 40px;
    height: 40px;
    margin-right: 9px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 1px #595959, 0px 1px 1px rgba(0, 0, 0, 0.5);
   
  }
  #zuck-modal-content .story-viewer .head .left {
    font-size: 15px;
    margin: 15px 0;
  }
  #zuck-modal-content .story-viewer .head .left > div {
    line-height: 30px;
  }
  #zuck-modal-content .story-viewer .head .right .time {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    margin: 5px 6px;
    line-height: 0px;
    text-shadow: 1px 1px 1px #595959, 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  #zuck-modal-content .story-viewer .head .left > .back {
    display: none;
    background: transparent;
    z-index: 20;
    visibility: visible;
    position: absolute;
    height: 42px;
    width: 24px;
    line-height: 55px;
    text-align: left;
    vertical-align: top;
    text-shadow: none;
  }

  #zuck-modal-content .story-viewer.with-back-button .head .left > .back {
    display: block;
  }
  #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-left: 18px;
  }

  #zuck-modal-content .story-viewer .slides-pointers {
    width: 100vw;
    left: 0;
    right: 0;
    top: 15px;
    padding: 0 10px;
  }

  #zuck-modal-content .story-viewer .tip {
    font-size: 14px;
    padding: 10px 18px;
    bottom: 20px;
    min-width: 100px;
  }
  #zuck-modal-content .story-viewer .head .left .time {
    display: none;
  }

  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
    margin-right: auto;
    margin-left: 9px;
  }
  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .left > .back {
    text-align: right;
  }
  #zuck-modal.rtl #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-left: auto;
    margin-right: 18px;
  }
}

/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/timeline.css ***!
  \***************************************************************************/

/* تایم‌لاین استوری‌ها - حالت کاروسل */
.stories.carousel {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  user-select: none;
  padding: 10px 0;
  scroll-behavior: smooth;
  margin-top:8px;
}
.stories.carousel::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.stories.carousel .story {
    display: inline-block;
    width: 10vw;
    max-width: 60px;
    margin: 0 10px;
    vertical-align: top;
    transition: all 0.3s;
}
.stories.carousel .story:first-child { margin-left: 0; }
.stories.carousel .story:last-child { margin-right: 0; }

.stories.carousel .story > .item-link {
  cursor: pointer;
  text-align: center;
  display: block;
  text-decoration: none;
}
.stories.carousel .story > .item-link:active > .item-preview {
  transform: scale(0.9);
}
.stories.carousel .story > .item-link > .item-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 65px;
    height: 11vw;
    overflow: hidden;
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    padding: 3px;
    max-width: 65px;
    width:11vw;
}
.stories.carousel .story > .item-link > .item-preview:hover {
  transform: scale(1.05);
}
.stories.carousel .story > .item-link > .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  border-radius: 50%;
}
.stories.carousel .story > .item-link > .info {
  display: inline-block;
  margin-top: 0.5em;
  line-height: 1.2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
  color: #262626;
}
.stories.carousel .story > .item-link > .info .name {
  font-weight: 500;
  font-size: 12px;
}
.stories.carousel .story > .item-link > .info .time {
  display: none;
}
.stories.carousel .story > .items {
  display: none;
}

/* تایم‌لاین استوری‌ها - حالت لیست */
.stories.list {
  white-space: nowrap;
  overflow: auto;
}
.stories.list .story {
  display: block;
  width: auto;
  margin: 6px;
  padding-bottom: 6px;
}

.stories.list .story > .item-link {
  text-align: left;
  display: block;
  text-decoration: none;
  color: #262626;
}
.stories.list .story > .item-link > .item-preview {
  height: 42px;
  width: 42px;
  max-width: 42px;
  margin-right: 12px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #e6683c;
}
.stories.list .story > .item-link > .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.stories.list .story > .item-link > .info {
  display: inline-block;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.stories.list .story > .item-link > .info .name {
  font-weight: 600;
  display: block;
}
.stories.list .story > .item-link > .info .time {
  display: inline-block;
  font-size: 12px;
  color: #8e8e8e;
}
.stories.list .story > .items {
  display: none;
}

/* حالت RTL برای تایم‌لاین */
.stories.rtl {
  direction: rtl;
}
.stories.rtl.carousel .story:first-child {
  margin-left: auto;
  margin-right: 0;
}
.stories.rtl.carousel .story:last-child {
  margin-right: auto;
  margin-left: 0;
}
.stories.rtl.list .story > .item-link {
  text-align: right;
}
.stories.rtl.list .story > .item-link > .item-preview {
  margin-right: auto;
  margin-left: 12px;
}

/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/index.css ***!
  \************************************************************************/