/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */

: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);
  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-slide,
  .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 */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .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-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .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-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: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }

  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/styles/books/detail/ShareBookModal.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.share-book-modal .ant-modal-content {
  border-radius: 18px !important;
  padding: 28px !important;
}

.share-book-bottom-sheet .ant-drawer-content-wrapper {
  border-radius: 18px 18px 0 0 !important;
  overflow: hidden !important;
  max-height: 88vh !important;
}

.share-book-bottom-sheet .ant-drawer-content {
  border-radius: 18px 18px 0 0 !important;
  overflow: hidden !important;
}

.share-book-bottom-sheet .ant-drawer-body {
  padding: 20px !important;
  overflow-y: auto !important;
  max-height: calc(88vh - 60px);
}

.share-book-modal-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.share-book-modal-title {
  margin: 0 !important;
  color: #111111 !important;
  font-family: var(--font-playfair-display), serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}

.share-book-modal-description {
  margin: 0 !important;
  color: #505050 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.share-book-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.share-option-button {
  height: 44px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  border-color: #d9e6d7 !important;
}

.share-option-button:hover {
  border-color: #6fcf5b !important;
  color: #3f7f3a !important;
}

.share-book-link-box {
  background: #f7faf7 !important;
  border: 1px solid #d9e6d7 !important;
  border-radius: 12px !important;
  padding: 14px !important;
}

.share-book-message-preview {
  margin: 0 0 8px !important;
  color: #1f1f1f !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.share-book-url {
  margin: 0 !important;
  color: #4a6b47 !important;
  font-size: 13px !important;
  word-break: break-all !important;
}

.share-book-actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.share-book-native-btn,
.share-book-copy-btn {
  height: 42px !important;
  border-radius: 40px !important;
  font-weight: 600 !important;
}

.share-book-copy-btn {
  background: #6fcf5b !important;
  border-color: #6fcf5b !important;
}

.share-book-copy-btn:hover {
  background: #58b746 !important;
  border-color: #58b746 !important;
}

@media (max-width: 640px) {
  .share-book-modal .ant-modal-content {
    padding: 20px !important;
  }

  .share-book-modal-title {
    font-size: 26px !important;
  }

  .share-book-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .share-option-button {
    font-size: 13px !important;
    padding-inline: 10px !important;
  }

  .share-book-actions {
    flex-direction: column !important;
  }

  .share-book-native-btn,
  .share-book-copy-btn {
    width: 100% !important;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/styles/books/detail/Breadcrumb.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.breadcrumb-nav {
  width: 100% !important;
  padding: 23px 0 10px 0 !important;
  background: #ffffff !important;
}

.breadcrumb-list {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: wrap !important;
}

.breadcrumb-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.breadcrumb-link {
  font-size: 16px !important;
  color: #111111 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.breadcrumb-link:hover {
  color: #000000 !important;
}

.breadcrumb-separator {
  font-size: 16px !important;
  color: #111111 !important;
}

.breadcrumb-current {
  font-size: 16px !important;
  color: #6FCF5B !important;
  font-weight: 500 !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .breadcrumb-nav {
    padding: 20px 0 30px 0 !important;
  }

  .breadcrumb-link,
  .breadcrumb-separator,
  .breadcrumb-current {
    font-size: 15px !important;
  }
}

@media (max-width: 768px) {
  .breadcrumb-nav {
    padding: 16px 0 24px 0 !important;
  }

  .breadcrumb-link,
  .breadcrumb-separator,
  .breadcrumb-current {
    font-size: 13px !important;
  }

  .breadcrumb-list {
    gap: 6px !important;
  }

  .breadcrumb-item {
    gap: 6px !important;
  }
}

@media (max-width: 480px) {
  .breadcrumb-nav {
    padding: 12px 0 20px 0 !important;
  }

  .breadcrumb-link,
  .breadcrumb-separator,
  .breadcrumb-current {
    font-size: 12px !important;
  }

  .breadcrumb-list {
    gap: 4px !important;
  }

  .breadcrumb-item {
    gap: 4px !important;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/styles/authors/AuthorDetailPage.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.author-detail-page {
  background: #ffffff;
  padding: 32px 0 80px;
}

.author-detail-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 160px;
}

.author-detail-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0 32px;
}

.author-detail-divider {
  background: #e7e7e7;
}

.author-detail-divider--title {
  height: 1px;
  width: 100%;
  margin: -12px 0 32px;
}

.author-detail-divider--bio {
  height: 1px;
  width: 100%;
  margin: 24px 0 0;
}

.author-detail-name {
  margin: 0;
  font-family: var(--font-playfair-display), serif !important;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.author-detail-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #ffffff;
  color: #346044;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.author-detail-share-button:hover {
  border-color: #346044;
  background: #f1f8f0;
}

.author-detail-profile {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1px 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 56px;
}

.author-detail-divider--profile {
  width: 1px;
  align-self: stretch;
}

.author-detail-photo-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.author-detail-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-detail-content {
  min-width: 0;
}

.author-detail-biography {
  color: #626a77;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

.author-detail-biography p {
  margin: 0 0 16px;
}

.author-detail-biography p:last-child {
  margin-bottom: 0;
}

.author-detail-categories {
  margin-top: 28px;
}

.author-detail-categories-label {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #111111;
}

.author-detail-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.author-detail-category-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f3f3f3;
  color: #555555;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.author-detail-category-tag:hover {
  background: #e6ece1;
  color: #346044;
}

.author-books-section {
  margin-top: 12px;
}

.author-books-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.author-books-title {
  margin: 0;
  font-family: var(--font-playfair-display), serif !important;
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 700;
  color: #111111;
}

.author-books-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-books-nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.author-books-swiper {
  width: 100%;
  overflow: visible;
  padding: 6px 0 14px;
}

.author-books-swiper .swiper-wrapper {
  overflow: visible;
}

.author-books-swiper .swiper-slide {
  overflow: visible;
}

.author-book-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 18px;
  padding: 10px;
}

.author-book-image-wrapper {
  width: 100%;
  aspect-ratio: 3 / 4.2;
  border-radius: 18px;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 10px;
}

.author-book-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}

.author-book-title {
  margin: 0 0 6px;
  color: #333333;
  font-family: var(--font-open-sans), 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.author-book-year {
  margin: 0;
  color: #999999;
  font-family: var(--font-open-sans), 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .author-detail-container {
    padding: 0 40px;
  }

  .author-detail-profile {
    grid-template-columns: minmax(220px, 300px) 1px 1fr;
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .author-detail-page {
    padding: 24px 0 60px;
  }

  .author-detail-container {
    padding: 0 30px;
  }

  .author-detail-profile {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .author-detail-divider--profile {
    width: 100%;
    height: 1px;
  }

  .author-detail-photo-wrapper {
    max-width: 320px;
    margin: 0 auto;
  }

  .author-detail-biography {
    font-size: 15px;
    text-align: left;
  }

  .author-books-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 1280px) {
  .author-detail-container {
    padding: 0 60px;
  }
}

@media (max-width: 640px) {
  .author-detail-container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .author-detail-container {
    padding: 0 16px;
  }
}

@media (max-width: 375px) {
  .author-detail-container {
    padding: 0 12px;
  }
}

