img:is([sizes=auto i],[sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px
}

img.emoji {
  display: inline!important;
  border: none!important;
  box-shadow: none!important;
  height: 1em!important;
  width: 1em!important;
  margin: 0 .07em!important;
  vertical-align: -.1em!important;
  background: 0 0!important;
  padding: 0!important
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6, 147, 227, 1) 0%,rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122, 220, 180) 0%,rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252, 185, 0, 1) 0%,rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255, 105, 0, 1) 0%,rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238, 238, 238) 0%,rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74, 234, 220) 0%,rgb(151, 120, 209) 20%,rgb(207, 42, 186) 40%,rgb(238, 44, 130) 60%,rgb(251, 105, 98) 80%,rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255, 206, 236) 0%,rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254, 205, 165) 0%,rgb(254, 45, 45) 50%,rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255, 203, 112) 0%,rgb(199, 81, 192) 50%,rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255, 245, 203) 0%,rgb(182, 227, 212) 50%,rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202, 248, 128) 0%,rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2, 3, 129) 0%,rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
  gap: .5em
}

:where(.is-layout-grid) {
  gap: .5em
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6
}

div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
  grid-template-rows: minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);
  height: 100%;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch
}

div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation {
  background: rgba(0,0,0,.4)
}

div:where(.swal2-container).swal2-backdrop-hide {
  background: rgba(0,0,0,0)!important
}

div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0,100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem
}

div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: 0
}

div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word
}

div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0
}

div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: 1.5s linear infinite swal2-rotate-loading;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent
}

div:where(.swal2-container) button:where(.swal2-styled) {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500
}

div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer
}

div:where(.swal2-container) button:where(.swal2-styled):focus {
  outline: 0
}

div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0
}

div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  text-align: center
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: .25em;
  background: rgba(0,0,0,.2)
}

div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em
}

div:where(.swal2-container) button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s,box-shadow .1s;
  border: none;
  border-radius: 5px;
  background: rgba(0,0,0,0);
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end
}

div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: rgba(0,0,0,0);
  color: #f27474
}

div:where(.swal2-container) button:where(.swal2-close):focus {
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(100,150,200,.5)
}

div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0
}

div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) label:where(.swal2-checkbox),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) textarea:where(.swal2-textarea) {
  margin: 1em 2em 3px
}

div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color .1s,box-shadow .1s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: rgba(0,0,0,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em
}

div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)
}

div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc
}

div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0
}

div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300
}

div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  border: .25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent
}

.swal2-show {
  animation: .3s swal2-show
}

.swal2-hide {
  animation: .15s forwards swal2-hide
}

.swal2-noanimation {
  transition: none
}

@keyframes swal2-show {
  0% {
      transform: scale(.7)
  }

  45% {
      transform: scale(1.05)
  }

  80% {
      transform: scale(.95)
  }

  100% {
      transform: scale(1)
  }
}

@keyframes swal2-hide {
  0% {
      transform: scale(1);
      opacity: 1
  }

  100% {
      transform: scale(.5);
      opacity: 0
  }
}

@keyframes swal2-rotate-loading {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}

.wp-pagenavi {
  clear: both
}

.wp-pagenavi a,.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px
}

.wp-pagenavi a:hover,.wp-pagenavi span.current {
  border-color: #000
}

.wp-pagenavi span.current {
  font-weight: 700
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/public/assets/fonts/fa-regular-400.woff2) format("woff2"),url(/public/assets/fonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular,.far {
  font-weight: 400
}

:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/public/assets/fonts/fa-solid-900.woff2) format("woff2"),url(/public/assets/fonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,.fas {
  font-weight: 900
}

:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

.fa-regular,.fa-solid,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}

.fa-regular,.fa-solid,.far,.fas {
  font-family: "Font Awesome 6 Free"
}

.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal)
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration,2s);
  animation-duration: var(--fa-animation-duration,2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear)
}

@media (prefers-reduced-motion:reduce) {
  .fa-spin {
      -webkit-animation-delay: -1ms;
      animation-delay: -1ms;
      -webkit-animation-duration: 1ms;
      animation-duration: 1ms;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transition-duration: 0s;
      transition-duration: 0s
  }
}

@-webkit-keyframes fa-spin {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-circle-exclamation:before {
  content: "\f06a"
}

.fa-arrow-right-from-bracket:before {
  content: "\f08b"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-star:before {
  content: "\f005"
}

.fa-arrow-right-to-bracket:before {
  content: "\f090"
}

.fa-eye-low-vision:before {
  content: "\f2a8"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-circle-check:before {
  content: "\f058"
}

.fa-arrow-right-to-file:before {
  content: "\f56f"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-star-half-alt:before,.fa-star-half-stroke:before {
  content: "\f5c0"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-arrow-right-rotate:before {
  content: "\f01e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-arrow-right-to-city:before {
  content: "\e4b3"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-images:before {
  content: "\f302"
}

.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-arrow-right-arrow-left:before {
  content: "\f0ec"
}

.fa-arrow-right-long:before {
  content: "\f178"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-xmark:before {
  content: "\f00d"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-arrow-right-from-file:before {
  content: "\f56e"
}

.fa-check:before {
  content: "\f00c"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-circle-xmark:before {
  content: "\f057"
}

.fa-umbrella:before {
  content: "\f0e9"
}

::-webkit-scrollbar {
  width: 7px
}

::-webkit-scrollbar-track {
  background-color: #3f3f3f
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
  background: #555
}

.manga-item__tags::-webkit-scrollbar {
  width: 1px
}

.manga-item__tags::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #0000;
  background-color: #d8d8d8
}

.manga-item__tags::-webkit-scrollbar-thumb {
  background: #0000;
  border-radius: 10px
}

.manga-item__tags:hover::-webkit-scrollbar-thumb {
  background: #888
}

.manga-item__tags::-webkit-scrollbar-thumb:hover {
  background: #555
}

.scaling-squares-spinner,.scaling-squares-spinner * {
  box-sizing: border-box
}

.scaling-squares-spinner {
  height: 65px;
  width: 65px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  animation: 1.25s scaling-squares-animation;
  animation-iteration-count: infinite;
  transform: rotate(0)
}

.scaling-squares-spinner .square {
  height: 12.5px;
  width: 12.5px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #6366f1;
  position: absolute;
  animation-duration: 1.25s;
  animation-iteration-count: infinite
}

.scaling-squares-spinner .square:first-child {
  animation-name: scaling-squares-spinner-animation-child-1
}

.scaling-squares-spinner .square:nth-child(2) {
  animation-name: scaling-squares-spinner-animation-child-2
}

.scaling-squares-spinner .square:nth-child(3) {
  animation-name: scaling-squares-spinner-animation-child-3
}

.scaling-squares-spinner .square:nth-child(4) {
  animation-name: scaling-squares-spinner-animation-child-4
}

@keyframes scaling-squares-animation {
  50% {
      transform: rotate(90deg)
  }

  to {
      transform: rotate(180deg)
  }
}

@keyframes scaling-squares-spinner-animation-child-1 {
  50% {
      transform: translate(150%,150%) scale(2)
  }
}

@keyframes scaling-squares-spinner-animation-child-2 {
  50% {
      transform: translate(-150%,150%) scale(2)
  }
}

@keyframes scaling-squares-spinner-animation-child-3 {
  50% {
      transform: translate(-150%,-150%) scale(2)
  }
}

@keyframes scaling-squares-spinner-animation-child-4 {
  50% {
      transform: translate(150%,-150%) scale(2)
  }
}

.wp-pagenavi a,.wp-pagenavi span {
  border-width: 0;
  padding: .625rem 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-200)/var(--tw-text-opacity))
}

.wp-pagenavi a:hover {
  color: #f97316cc
}

.wp-pagenavi span.current {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22/var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 115 22/var(--tw-text-opacity))
}

.wp-pagenavi span {
  cursor: pointer
}

.wp-pagenavi .pages {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-400)/var(--tw-text-opacity))
}

.wp-pagenavi .extend:not(:last-of-type) {
  cursor: pointer
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  background: #6663
}

.grecaptcha-badge {
  display: none!important
}

.placeholder-effect {
  overflow: hidden;
  animation: 2s linear placeholderShimmer;
  animation-iteration-count: infinite;
  background-color: #111827;
  background-image: linear-gradient(90deg,#ffffff14,#ffffff1f 15%,#ffffff14 30%);
  background-size: 1200px 100%
}

@keyframes placeholderShimmer {
  0% {
      background-position: -1200px 0
  }

  to {
      background-position: 1200px 0
  }
}

.grecaptcha-badge {
  visibility: hidden!important
}

.manga-status[data-status=canceled] .manga-status__dot {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity))
}

.manga-status[data-status=upcoming] .manga-status__dot {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105/var(--tw-bg-opacity))
}

.manga-status[data-status=completed] .manga-status__dot {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199/var(--tw-bg-opacity))
}

.manga-status[data-status=ongoing] .manga-status__dot {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13/var(--tw-bg-opacity))
}

.manga-status[data-status=on-hold] .manga-status__dot {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6/var(--tw-bg-opacity))
}

.manga-status[data-status=incomplete] .manga-status__dot {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211/var(--tw-bg-opacity))
}

.manga-item .manga-status {
  display: flex;
  align-items: center;
  gap: .25rem
}

.manga-item .manga-status__dot {
  display: block;
  height: .5rem;
  width: .5rem;
  border-radius: 9999px
}

*,:after,:before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: rgb(var(--gray-200)/1)
}

:after,:before {
  --tw-content: ""
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: Poppins;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  line-height: inherit
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px
}

h1,h2,h3 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

code {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial
}

sub {
  bottom: -.25em
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}

button,select {
  text-transform: none
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none
}

progress {
  vertical-align: initial
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

dl,h1,h2,h3,hr {
  margin: 0
}

ul {
  list-style: none;
  margin: 0;
  padding: 0
}

dialog {
  padding: 0
}

textarea {
  resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
  opacity: 1;
  color: rgb(var(--gray-400)/1)
}

input::placeholder,textarea::placeholder {
  opacity: 1;
  color: rgb(var(--gray-400)/1)
}

[role=button],button {
  cursor: pointer
}

audio,canvas,iframe,img,object,svg,video {
  display: block;
  vertical-align: middle
}

img,video {
  max-width: 100%;
  height: auto
}

[hidden] {
  display: none
}

:root {
  --gray-950: 249 250 251;
  --gray-900: 243 244 246;
  --gray-800: 229 231 235;
  --gray-700: 209 213 219;
  --gray-600: 156 163 175;
  --gray-500: 107 114 128;
  --gray-400: 75 85 99;
  --gray-300: 55 65 81;
  --gray-200: 31 41 55;
  --gray-100: 17 24 39;
  --gray-50: 3 7 18;
  --body: 249 250 251;
  --swiper-navigation-top-offset: 45%;
  --swiper-navigation-size: 44px;
  --primary-color: #f97316;
  --secondary-color: #6366f1
}

:root.dark {
  --gray-50: 249 250 251;
  --gray-100: 243 244 246;
  --gray-200: 229 231 235;
  --gray-300: 209 213 219;
  --gray-400: 156 163 175;
  --gray-500: 107 114 128;
  --gray-600: 75 85 99;
  --gray-700: 55 65 81;
  --gray-800: 31 41 55;
  --gray-900: 17 24 39;
  --gray-950: 3 7 18;
  --body: 10 13 22
}

* {
  touch-action: manipulation
}

html {
  scroll-behavior: smooth
}

i {
  display: inline-block
}

a,button,select,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea {
  border-radius: .75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-900)/var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-900)/var(--tw-bg-opacity));
  padding: .75rem 1rem;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-200)/var(--tw-text-opacity));
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

input[type=email]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-500)/var(--tw-text-opacity))
}

input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-500)/var(--tw-text-opacity))
}

input[type=email]:-webkit-autofill,input[type=password]:-webkit-autofill,input[type=search]:-webkit-autofill,input[type=tel]:-webkit-autofill,input[type=text]:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-900)/var(--tw-bg-opacity))
}

input[type=email]:autofill,input[type=password]:autofill,input[type=search]:autofill,input[type=tel]:autofill,input[type=text]:autofill,select:autofill,textarea:autofill {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-900)/var(--tw-bg-opacity))
}

input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 82 179/var(--tw-border-opacity));
  background-color: initial;
  outline: #0000 solid 2px;
  outline-offset: 2px
}

select {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: .75em .75em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact
}

input[type=search]::-webkit-search-cancel-button {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMiIgeD0iMSIgeT0iMSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiPjxnIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBkPSJNMTIuNSAyMmM1LjUyMyAwIDEwLTQuNDc3IDEwLTEwcy00LjQ3Ny0xMC0xMC0xMC0xMCA0LjQ3Ny0xMCAxMCA0LjQ3NyAxMCAxMCAxMFoiLz48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0ibTE1LjMyOSA5LjE3MS01LjY1NyA1LjY1N20wLTUuNjU3IDUuNjU3IDUuNjU3Ii8+PC9nPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjQkRCREJEIiBkPSJNLjUgMGgyNHYyNEguNVYwWiIvPjwvZz48L3N2Zz4=);
  background-size: 1.5rem;
  opacity: .7;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

input[type=search]::-webkit-search-cancel-button:hover {
  opacity: 1
}

input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-50)/var(--tw-text-opacity));
  -webkit-text-fill-color: rgb(var(--gray-50)/var(--tw-text-opacity));
  -webkit-background-clip: text;
  -webkit-transition: background-color 5000s ease-in-out;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: unset
}

*,::backdrop,:after,:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 375px) {
  .container {
      max-width:375px
  }
}

@media (min-width: 640px) {
  .container {
      max-width:640px
  }
}

@media (min-width: 768px) {
  .container {
      max-width:768px
  }
}

@media (min-width: 1024px) {
  .container {
      max-width:1024px
  }

  .main-container {
      margin: auto
  }

  .group\/html:not(.sidebar-none) .main-container {
      max-width: calc(100vw - 307px)
  }
}

@media (min-width: 1280px) {
  .container {
      max-width:1280px
  }
}

@media (min-width: 1536px) {
  .container {
      max-width:1536px
  }
}

@media (min-width: 2048px) {
  .container {
      max-width:2048px
  }
}

.container {
  margin: auto;
  width: auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 1536px) {
  .container {
      max-width:1920px
  }
}

.flex-col,.flex-row {
  display: flex
}

.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.collapsed {
  height: 0;
  overflow: hidden
}

.collapsable {
  overflow: hidden;
  transition-property: height,padding;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .5s
}

.btn--rounded {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241/var(--tw-bg-opacity));
  padding: .5rem 1.25rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.btn--rounded:hover {
  background-color: #6366f1cc
}

.btn--rounded:disabled {
  background-color: #6366f199
}

.modal {
  position: relative;
  z-index: 99998
}

.modal.closed {
  visibility: hidden
}

.modal.showing {
  visibility: visible
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgb(var(--gray-800)/var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.group\/modal.closed .modal-backdrop {
  opacity: 0
}

.group\/modal.showing .modal-backdrop {
  opacity: 1;
  transition-duration: .3s
}

.group\/modal.closed .modal-backdrop {
  transition-duration: .2s
}

.group\/modal.showing .modal-backdrop {
  transition-timing-function: cubic-bezier(0,0,.2,1)
}

.group\/modal.closed .modal-backdrop {
  transition-timing-function: cubic-bezier(.4,0,1,1)
}

.modal-content {
  position: relative;
  z-index: 10;
  margin: auto;
  width: 380px;
  max-width: 100%;
  overflow: hidden;
  border-radius: .75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-900)/var(--tw-bg-opacity));
  padding: .75rem 1.5rem 1.25rem;
  text-align: left;
  --tw-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.group\/modal.closed .modal-content {
  --tw-translate-y: 1rem
}

.group\/modal.closed .modal-content,.group\/modal.showing .modal-content {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/modal.showing .modal-content {
  --tw-translate-y: 0px
}

.group\/modal.closed .modal-content {
  opacity: 0
}

.group\/modal.showing .modal-content {
  opacity: 1
}

.group\/modal.closed .modal-content {
  transition-duration: .2s
}

.group\/modal.showing .modal-content {
  transition-duration: .3s
}

.group\/modal.closed .modal-content {
  transition-timing-function: cubic-bezier(.4,0,1,1)
}

.group\/modal.showing .modal-content {
  transition-timing-function: cubic-bezier(0,0,.2,1)
}

@media (min-width: 640px) {
  .modal-content {
      margin-top:2rem;
      margin-bottom: 2rem
  }

  .group\/modal.closed .modal-content {
      --tw-translate-y: 0px;
      --tw-scale-x: .95;
      --tw-scale-y: .95
  }

  .group\/modal.closed .modal-content,.group\/modal.showing .modal-content {
      transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .group\/modal.showing .modal-content {
      --tw-scale-x: 1;
      --tw-scale-y: 1
  }
}

.modal.modal-lg .modal-content {
  width: 560px
}

.modal .select,.modal input[type=email],.modal input[type=password],.modal input[type=search],.modal input[type=tel],.modal input[type=text],.modal select,.modal textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-800)/var(--tw-bg-opacity))
}

.modal .select:-webkit-autofill,.modal input[type=email]:-webkit-autofill,.modal input[type=password]:-webkit-autofill,.modal input[type=search]:-webkit-autofill,.modal input[type=tel]:-webkit-autofill,.modal input[type=text]:-webkit-autofill,.modal select:-webkit-autofill,.modal textarea:-webkit-autofill {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-800)/var(--tw-bg-opacity))
}

.modal .select:autofill,.modal input[type=email]:autofill,.modal input[type=password]:autofill,.modal input[type=search]:autofill,.modal input[type=tel]:autofill,.modal input[type=text]:autofill,.modal select:autofill,.modal textarea:autofill {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-800)/var(--tw-bg-opacity))
}

.checkbox {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .125rem;
  border-width: 2px;
  border-color: rgb(var(--gray-500)/var(--tw-border-opacity));
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: 75ms
}

.checkbox,.checkbox:checked {
  --tw-border-opacity: 1
}

.checkbox:checked {
  border-color: rgb(99 102 241/var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241/var(--tw-bg-opacity));
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")
}

.tag-result {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-800)/var(--tw-bg-opacity));
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-300)/var(--tw-text-opacity));
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.tag-result:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241/var(--tw-bg-opacity))
}

.badge-ranking {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 4px 3px #00000012) drop-shadow(0 2px 2px #0000000f);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.badge-ranking__top {
  margin: auto;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11/var(--tw-bg-opacity));
  text-align: center;
  line-height: 2rem
}

.badge-ranking__bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.5rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: .125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28/var(--tw-bg-opacity));
  text-align: center;
  font-size: 10px
}

.manga-grid.grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .375rem
}

@media (min-width: 640px) {
  .manga-grid.grid {
      grid-template-columns:repeat(3,minmax(0,1fr))
  }
}

@media (min-width: 768px) {
  .manga-grid.grid {
      grid-template-columns:repeat(4,minmax(0,1fr))
  }
}

@media (min-width: 1280px) {
  .manga-grid.grid {
      grid-template-columns:repeat(5,minmax(0,1fr))
  }
}

@media (min-width: 1536px) {
  .manga-grid.grid {
      grid-template-columns:repeat(6,minmax(0,1fr))
  }
}

.manga-item__img {
  position: relative;
  overflow: hidden
}

.manga-item__img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .3s;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.manga-item__img:hover:before {
  background-color: rgb(2 6 23/var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  content: var(--tw-content);
  opacity: 1
}

.manga-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 100%;
  max-width: 110%;
  transition-property: width;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.manga-item__img:hover img {
  width: 110%
}

.manga-item__img {
  aspect-ratio: 3/4
}

.group\/manga-item:hover .manga-item__img-inner {
  width: 110%
}

.manga-item__link:visited {
  color: rgb(var(--gray-400))
}

.manga-item .btn-read {
  border-radius: .5rem;
  background-color: rgb(99 102 241/var(--tw-bg-opacity));
  padding: .5rem 1.25rem;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22/var(--tw-bg-opacity))
}

.manga-item .btn-read:hover {
  padding-left: 1.5rem;
  padding-right: 2.5rem
}

@media (min-width: 640px) {
  .manga-item .btn-read {
      padding:.5rem 2.5rem
  }

  .manga-item .btn-read:hover {
      padding-left: 2rem;
      padding-right: 3rem
  }

  .manga-item .btn-read .btn-icon {
      right: .75rem
  }
}

.manga-item .btn-read:hover .btn-icon {
  opacity: 1
}

.pointer-events-none {
  pointer-events: none
}

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.inset-0 {
  inset: 0
}

.-left-\[1px\] {
  left: -1px
}

.-right-\[1px\] {
  right: -1px
}

.bottom-0 {
  bottom: 0
}

.bottom-20 {
  bottom: 5rem
}

.bottom-full {
  bottom: 100%
}

.left-0 {
  left: 0
}

.left-1\/2 {
  left: 50%
}

.left-1\/4 {
  left: 25%
}

.left-2 {
  left: .5rem
}

.left-3 {
  left: .75rem
}

.left-4 {
  left: 1rem
}

.left-6 {
  left: 1.5rem
}

.right-0 {
  right: 0
}

.right-1 {
  right: .25rem
}

.right-1\.5 {
  right: .375rem
}

.right-10 {
  right: 2.5rem
}

.right-2 {
  right: .5rem
}

.right-3 {
  right: .75rem
}

.right-5 {
  right: 1.25rem
}

.top-0 {
  top: 0
}

.top-1\/2 {
  top: 50%
}

.top-2 {
  top: .5rem
}

.top-3 {
  top: .75rem
}

.top-3\/4 {
  top: 75%
}

.top-\[30vh\] {
  top: 30vh
}

.top-full {
  top: 100%
}

.-z-10 {
  z-index: -10
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-max {
  z-index: 99998
}

.m-0 {
  margin: 0
}

.m-auto {
  margin: auto
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-3 {
  margin-bottom: .75rem
}

.ml-1 {
  margin-left: .25rem
}

.ml-auto {
  margin-left: auto
}

.mr-1 {
  margin-right: .25rem
}

.mr-4 {
  margin-right: 1rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.line-clamp-1 {
  -webkit-line-clamp: 1
}

.line-clamp-1,.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.line-clamp-2 {
  -webkit-line-clamp: 2
}

.line-clamp-3 {
  -webkit-line-clamp: 3
}

.line-clamp-3,.line-clamp-\[33\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.line-clamp-\[33\] {
  -webkit-line-clamp: 33
}

.line-clamp-\[var\(--line-clamp-variable\)\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp-variable)
}

.line-clamp-none {
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none
}

.block,.line-clamp-none {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.h-0 {
  height: 0
}

.h-10 {
  height: 2.5rem
}

.h-12 {
  height: 3rem
}

.h-14 {
  height: 3.5rem
}

.h-16 {
  height: 4rem
}

.h-2 {
  height: .5rem
}

.h-2\.5 {
  height: .625rem
}

.h-3 {
  height: .75rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-7 {
  height: 1.75rem
}

.h-8 {
  height: 2rem
}

.h-9 {
  height: 2.25rem
}

.h-\[100vh\] {
  height: 100vh
}

.h-\[120px\] {
  height: 120px
}

.h-\[1em\] {
  height: 1em
}

.h-\[1px\] {
  height: 1px
}

.h-\[20vh\] {
  height: 20vh
}

.h-\[25px\] {
  height: 25px
}

.h-\[40px\] {
  height: 40px
}

.h-\[50px\] {
  height: 50px
}

.h-\[52px\] {
  height: 52px
}

.h-\[60px\] {
  height: 60px
}

.h-\[755px\] {
  height: 755px
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.max-h-\[50vh\] {
  max-height: 50vh
}

.min-h-full {
  min-height: 100%
}

.min-h-screen {
  min-height: 100vh
}

.w-0 {
  width: 0
}

.w-1 {
  width: .25rem
}

.w-1\/2 {
  width: 50%
}

.w-10 {
  width: 2.5rem
}

.w-12 {
  width: 3rem
}

.w-14 {
  width: 3.5rem
}

.w-16 {
  width: 4rem
}

.w-2 {
  width: .5rem
}

.w-2\.5 {
  width: .625rem
}

.w-3 {
  width: .75rem
}

.w-4 {
  width: 1rem
}

.w-4\/12 {
  width: 33.333333%
}

.w-48 {
  width: 12rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-64 {
  width: 16rem
}

.w-7 {
  width: 1.75rem
}

.w-8 {
  width: 2rem
}

.w-\[120px\] {
  width: 120px
}

.w-\[1280px\] {
  width: 1280px
}

.w-\[1em\] {
  width: 1em
}

.w-\[256px\] {
  width: 256px
}

.w-\[25px\] {
  width: 25px
}

.w-\[40px\] {
  width: 40px
}

.w-\[50px\] {
  width: 50px
}

.w-\[52px\] {
  width: 52px
}

.w-\[60px\] {
  width: 60px
}

.w-\[this-is\] {
  width: this-is
}

.w-\[weird-and-invalid\] {
  width: weird-and-invalid
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.max-w-full {
  max-width: 100%
}

.flex-shrink,.shrink {
  flex-shrink: 1
}

.shrink-0 {
  flex-shrink: 0
}

.flex-grow,.grow {
  flex-grow: 1
}

.origin-bottom {
  transform-origin: bottom
}

.origin-top {
  transform-origin: top
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%
}

.-translate-x-1\/2 {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem
}

.-translate-y-2,.-translate-y-full {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-full {
  --tw-translate-y: -100%
}

.translate-y-0 {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-0 {
  --tw-translate-y: 0px
}

.translate-y-full {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-full {
  --tw-translate-y: 100%
}

.rotate-0 {
  --tw-rotate: 0deg
}

.rotate-0 {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-95 {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95
}

.transform {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes ping {
  75%,to {
      transform: scale(2);
      opacity: 0
  }
}

.animate-ping {
  animation: 1s cubic-bezier(0,0,.2,1) infinite ping
}

@keyframes spin {
  to {
      transform: rotate(1turn)
  }
}

.animate-spin {
  animation: 1s linear infinite spin
}

.cursor-pointer {
  cursor: pointer
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.resize {
  resize: both
}

.list-inside {
  list-style-position: inside
}

.list-disc {
  list-style-type: disc
}

.flex-row {
  flex-direction: row
}

.flex-row-reverse {
  flex-direction: row-reverse
}

.flex-col {
  flex-direction: column
}

.flex-col-reverse {
  flex-direction: column-reverse
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse
}

.flex-nowrap {
  flex-wrap: nowrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.items-stretch {
  align-items: stretch
}

.justify-normal {
  justify-content: normal
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}

.justify-stretch {
  justify-content: stretch
}

.justify-items-start {
  justify-items: start
}

.justify-items-end {
  justify-items: end
}

.justify-items-center {
  justify-items: center
}

.justify-items-stretch {
  justify-items: stretch
}

.gap-0 {
  gap: 0
}

.gap-1 {
  gap: .25rem
}

.gap-1\.5 {
  gap: .375rem
}

.gap-10 {
  gap: 2.5rem
}

.gap-12 {
  gap: 3rem
}

.gap-2 {
  gap: .5rem
}

.gap-3 {
  gap: .75rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-7 {
  gap: 1.75rem
}

.gap-8 {
  gap: 2rem
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem
}

.gap-y-2 {
  row-gap: .5rem
}

.gap-y-3 {
  row-gap: .75rem
}

.gap-y-7 {
  row-gap: 1.75rem
}

.justify-self-auto {
  justify-self: auto
}

.justify-self-start {
  justify-self: start
}

.justify-self-end {
  justify-self: end
}

.justify-self-center {
  justify-self: center
}

.justify-self-stretch {
  justify-self: stretch
}

.overflow-hidden {
  overflow: hidden
}

.overflow-y-auto {
  overflow-y: auto
}

.text-ellipsis {
  text-overflow: ellipsis
}

.text-clip {
  text-overflow: clip
}

.text-wrap {
  text-wrap: wrap
}

.text-nowrap {
  text-wrap: nowrap
}

.text-balance {
  text-wrap: balance
}

.text-pretty {
  text-wrap: pretty
}

.rounded {
  border-radius: .25rem
}

.rounded-3xl {
  border-radius: 1.5rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: .5rem
}

.rounded-md {
  border-radius: .375rem
}

.rounded-xl {
  border-radius: .75rem
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.rounded-b-xl {
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem
}

.rounded-e {
  border-start-end-radius: .25rem;
  border-end-end-radius: .25rem
}

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.rounded-s {
  border-start-start-radius: .25rem;
  border-end-start-radius: .25rem
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem
}

.rounded-bl {
  border-bottom-left-radius: .25rem
}

.rounded-br {
  border-bottom-right-radius: .25rem
}

.rounded-ee {
  border-end-end-radius: .25rem
}

.rounded-es {
  border-end-start-radius: .25rem
}

.rounded-se {
  border-start-end-radius: .25rem
}

.rounded-ss {
  border-start-start-radius: .25rem
}

.rounded-tl {
  border-top-left-radius: .25rem
}

.rounded-tr {
  border-top-right-radius: .25rem
}

.\!border-0 {
  border-width: 0!important
}

.border {
  border-width: 1px
}

.border-0 {
  border-width: 0
}

.border-2 {
  border-width: 2px
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-300)/var(--tw-border-opacity))
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-500)/var(--tw-border-opacity))
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-700)/var(--tw-border-opacity))
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-900)/var(--tw-border-opacity))
}

.border-surface-primary {
  --tw-border-opacity: 1;
  border-color: rgb(59 82 179/var(--tw-border-opacity))
}

.border-transparent {
  border-color: #0000
}

.border-b-gray-800\/20 {
  border-bottom-color: rgb(var(--gray-800)/.2)
}

.bg-body {
  background-color: rgb(var(--body)/var(--tw-bg-opacity))
}

.bg-body,.bg-gray-100 {
  --tw-bg-opacity: 1
}

.bg-gray-100 {
  background-color: rgb(var(--gray-100)/var(--tw-bg-opacity))
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-700)/var(--tw-bg-opacity))
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-800)/var(--tw-bg-opacity))
}

.bg-gray-800\/60 {
  background-color: rgb(var(--gray-800)/.6)
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-900)/var(--tw-bg-opacity))
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-950)/var(--tw-bg-opacity))
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22/var(--tw-bg-opacity))
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241/var(--tw-bg-opacity))
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42/var(--tw-bg-opacity))
}

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23/var(--tw-bg-opacity))
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95
}

.\!p-0 {
  padding: 0!important
}

.p-0 {
  padding: 0
}

.p-1 {
  padding: .25rem
}

.p-10 {
  padding: 2.5rem
}

.p-16 {
  padding: 4rem
}

.p-2 {
  padding: .5rem
}

.p-2\.5 {
  padding: .625rem
}

.p-3 {
  padding: .75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem
}

.px-1\.5 {
  padding-left: .375rem;
  padding-right: .375rem
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}

.px-3\.5 {
  padding-left: .875rem;
  padding-right: .875rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0
}

.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.py-3\.5 {
  padding-top: .875rem;
  padding-bottom: .875rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.pb-1 {
  padding-bottom: .25rem
}

.pb-10 {
  padding-bottom: 2.5rem
}

.pb-16 {
  padding-bottom: 4rem
}

.pb-2 {
  padding-bottom: .5rem
}

.pb-3 {
  padding-bottom: .75rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pl-0 {
  padding-left: 0
}

.pl-1 {
  padding-left: .25rem
}

.pl-2 {
  padding-left: .5rem
}

.pl-3 {
  padding-left: .75rem
}

.pl-4 {
  padding-left: 1rem
}

.pl-6 {
  padding-left: 1.5rem
}

.pl-8 {
  padding-left: 2rem
}

.pr-1 {
  padding-right: .25rem
}

.pr-1\.5 {
  padding-right: .375rem
}

.pr-10 {
  padding-right: 2.5rem
}

.pr-14 {
  padding-right: 3.5rem
}

.pr-2 {
  padding-right: .5rem
}

.pr-3 {
  padding-right: .75rem
}

.pr-4 {
  padding-right: 1rem
}

.pr-5 {
  padding-right: 1.25rem
}

.pr-6 {
  padding-right: 1.5rem
}

.pr-8 {
  padding-right: 2rem
}

.pr-\[10vw\] {
  padding-right: 10vw
}

.pt-0 {
  padding-top: 0
}

.pt-0\.5 {
  padding-top: .125rem
}

.pt-10 {
  padding-top: 2.5rem
}

.pt-2 {
  padding-top: .5rem
}

.pt-28 {
  padding-top: 7rem
}

.pt-8 {
  padding-top: 2rem
}

.pt-\[2px\] {
  padding-top: 2px
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.text-start {
  text-align: start
}

.text-end {
  text-align: end
}

.font-mono {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-\[\.5rem\] {
  font-size: .5rem
}

.text-\[10px\] {
  font-size: 10px
}

.text-\[50px\] {
  font-size: 50px
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-md {
  font-size: 15px
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem
}

.text-xsm {
  font-size: 13px
}

.font-bold {
  font-weight: 700
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.leading-5 {
  line-height: 1.25rem
}

.leading-6 {
  line-height: 1.5rem
}

.leading-8 {
  line-height: 2rem
}

.leading-tight {
  line-height: 1.25
}

.text-\[\#336699\]\/\[\.35\] {
  color: #33669959
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(255 109 100/var(--tw-text-opacity))
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-100)/var(--tw-text-opacity))
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-200)/var(--tw-text-opacity))
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-300)/var(--tw-text-opacity))
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-400)/var(--tw-text-opacity))
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-50)/var(--tw-text-opacity))
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-500)/var(--tw-text-opacity))
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-600)/var(--tw-text-opacity))
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-700)/var(--tw-text-opacity))
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94/var(--tw-text-opacity))
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245/var(--tw-text-opacity))
}

.text-orange-500,.text-primary {
  --tw-text-opacity: 1;
  color: rgb(249 115 22/var(--tw-text-opacity))
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113/var(--tw-text-opacity))
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(99 102 241/var(--tw-text-opacity))
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249/var(--tw-text-opacity))
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240/var(--tw-text-opacity))
}

.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252/var(--tw-text-opacity))
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(46 201 116/var(--tw-text-opacity))
}

.text-surface-primary {
  --tw-text-opacity: 1;
  color: rgb(59 82 179/var(--tw-text-opacity))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.opacity-0 {
  opacity: 0
}

.opacity-100 {
  opacity: 1
}

.opacity-50 {
  opacity: .5
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.ring-1 {
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity))
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05
}

.blur {
  --tw-blur: blur(8px)
}

.blur {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.transition-\[left\2c transform\] {
  transition-property: left,transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.transition-\[padding-left\] {
  transition-property: padding-left;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.transition-\[padding\] {
  transition-property: padding;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.transition-\[top\2c opacity\] {
  transition-property: top,opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.duration-100 {
  transition-duration: .1s
}

.duration-200 {
  transition-duration: .2s
}

.duration-300 {
  transition-duration: .3s
}

.duration-500 {
  transition-duration: .5s
}

.duration-700 {
  transition-duration: .7s
}

.ease-in {
  transition-timing-function: cubic-bezier(.4,0,1,1)
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.ease-out {
  transition-timing-function: cubic-bezier(0,0,.2,1)
}

.will-change-auto {
  will-change: auto
}

.will-change-transform {
  will-change: transform
}

button:disabled {
  opacity: .5
}

.group\/html.sidebar-minimized .group-\[\.sidebar-minimized\]\/html\:flex-col {
  display: flex
}

.dark\:prose:where(.dark,.dark *) {
  color: var(--tw-prose-body);
  max-width: 65ch
}

.dark\:prose:where(.dark,.dark *) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.dark\:prose:where(.dark,.dark *) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em
}

.dark\:prose:where(.dark,.dark *) :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500
}

.dark\:prose:where(.dark,.dark *) :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600
}

.dark\:prose:where(.dark,.dark *) :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em
}

.dark\:prose:where(.dark,.dark *) :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: upper-alpha
}

.dark\:prose:where(.dark,.dark *) :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: lower-alpha
}

.dark\:prose:where(.dark,.dark *) :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: upper-alpha
}

.dark\:prose:where(.dark,.dark *) :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: lower-alpha
}

.dark\:prose:where(.dark,.dark *) :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: upper-roman
}

.dark\:prose:where(.dark,.dark *) :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: lower-roman
}

.dark\:prose:where(.dark,.dark *) :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: upper-roman
}

.dark\:prose:where(.dark,.dark *) :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: lower-roman
}

.dark\:prose:where(.dark,.dark *) :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: decimal
}

.dark\:prose:where(.dark,.dark *) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em
}

.dark\:prose:where(.dark,.dark *) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters)
}

.dark\:prose:where(.dark,.dark *) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
  color: var(--tw-prose-bullets)
}

.dark\:prose:where(.dark,.dark *) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em
}

.dark\:prose:where(.dark,.dark *) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em
}

.dark\:prose:where(.dark,.dark *) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: .25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em
}

.dark\:prose:where(.dark,.dark *) :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before {
  content: open-quote
}

.dark\:prose:where(.dark,.dark *) :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
  content: close-quote
}

.dark\:prose:where(.dark,.dark *) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: .8888889em;
  line-height: 1.1111111
}

.dark\:prose:where(.dark,.dark *) :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
  font-weight: 900;
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333
}

.dark\:prose:where(.dark,.dark *) :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
  font-weight: 800;
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: .6em;
  line-height: 1.6
}

.dark\:prose:where(.dark,.dark *) :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
  font-weight: 700;
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: .5em;
  line-height: 1.5
}

.dark\:prose:where(.dark,.dark *) :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
  font-weight: 700;
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.dark\:prose:where(.dark,.dark *) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em
}

.dark\:prose:where(.dark,.dark *) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
  font-size: .875em;
  border-radius: .3125rem;
  padding: .1875em .375em
}

.dark\:prose:where(.dark,.dark *) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: .875em
}

.dark\:prose:where(.dark,.dark *) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
  content: "`"
}

.dark\:prose:where(.dark,.dark *) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
  content: "`"
}

.dark\:prose:where(.dark,.dark *) :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: inherit;
  font-size: .875em
}

.dark\:prose:where(.dark,.dark *) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: inherit;
  font-size: .9em
}

.dark\:prose:where(.dark,.dark *) :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: inherit
}

.dark\:prose:where(.dark,.dark *) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: .875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: .375rem;
  padding: .8571429em 1.1428571em
}

.dark\:prose:where(.dark,.dark *) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)) {
  background-color: initial;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit
}

.dark\:prose:where(.dark,.dark *) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
  content: none
}

.dark\:prose:where(.dark,.dark *) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
  content: none
}

.dark\:prose:where(.dark,.dark *) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.7142857
}

.dark\:prose:where(.dark,.dark *) :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders)
}

.dark\:prose:where(.dark,.dark *) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: .5714286em;
  padding-bottom: .5714286em;
  padding-left: .5714286em
}

.dark\:prose:where(.dark,.dark *) :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders)
}

.dark\:prose:where(.dark,.dark *) :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  border-bottom-width: 0
}

.dark\:prose:where(.dark,.dark *) :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)) {
  vertical-align: initial
}

.dark\:prose:where(.dark,.dark *) :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders)
}

.dark\:prose:where(.dark,.dark *) :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
  vertical-align: top
}

.dark\:prose:where(.dark,.dark *) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0
}

.dark\:prose:where(.dark,.dark *) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
  color: var(--tw-prose-captions);
  font-size: .875em;
  line-height: 1.4285714;
  margin-top: .8571429em
}

.dark\:prose:where(.dark,.dark *) {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75
}

.dark\:prose:where(.dark,.dark *) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0
}

.dark\:prose:where(.dark,.dark *) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.dark\:prose:where(.dark,.dark *) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: .5em;
  margin-bottom: .5em
}

.dark\:prose:where(.dark,.dark *) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
  padding-left: .375em
}

.dark\:prose:where(.dark,.dark *) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
  padding-left: .375em
}

.dark\:prose:where(.dark,.dark *) :where(.dark\:prose:where(.dark,.dark *)>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: .75em;
  margin-bottom: .75em
}

.dark\:prose:where(.dark,.dark *) :where(.dark\:prose:where(.dark,.dark *)>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 1.25em
}

.dark\:prose:where(.dark,.dark *) :where(.dark\:prose:where(.dark,.dark *)>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-bottom: 1.25em
}

.dark\:prose:where(.dark,.dark *) :where(.dark\:prose:where(.dark,.dark *)>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 1.25em
}

.dark\:prose:where(.dark,.dark *) :where(.dark\:prose:where(.dark,.dark *)>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-bottom: 1.25em
}

.dark\:prose:where(.dark,.dark *) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: .75em;
  margin-bottom: .75em
}

.dark\:prose:where(.dark,.dark *) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.dark\:prose:where(.dark,.dark *) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: .5em;
  padding-left: 1.625em
}

.dark\:prose:where(.dark,.dark *) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 0
}

.dark\:prose:where(.dark,.dark *) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 0
}

.dark\:prose:where(.dark,.dark *) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 0
}

.dark\:prose:where(.dark,.dark *) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 0
}

.dark\:prose:where(.dark,.dark *) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  padding-left: 0
}

.dark\:prose:where(.dark,.dark *) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  padding-right: 0
}

.dark\:prose:where(.dark,.dark *) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
  padding: .5714286em
}

.dark\:prose:where(.dark,.dark *) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  padding-left: 0
}

.dark\:prose:where(.dark,.dark *) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  padding-right: 0
}

.dark\:prose:where(.dark,.dark *) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.dark\:prose:where(.dark,.dark *) :where(.dark\:prose:where(.dark,.dark *)>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-top: 0
}

.dark\:prose:where(.dark,.dark *) :where(.dark\:prose:where(.dark,.dark *)>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
  margin-bottom: 0
}

.\*\:h-full>* {
  height: 100%
}

.\*\:w-full>* {
  width: 100%
}

.\*\:fill-gray-300>* {
  fill: rgb(var(--gray-300)/1)
}

.\*\:fill-gray-400>* {
  fill: rgb(var(--gray-400)/1)
}

.marker\:mr-2 ::marker {
  margin-right: .5rem
}

.marker\:mr-2::marker {
  margin-right: .5rem
}

.placeholder\:text-gray-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-500)/var(--tw-text-opacity))
}

.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-500)/var(--tw-text-opacity))
}

.hover\:border-primary\/50:hover {
  border-color: #f9731680
}

.hover\:bg-\[\#00000017\]:hover {
  background-color: #00000017
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-800)/var(--tw-bg-opacity))
}

.hover\:bg-gray-800\/80:hover {
  background-color: rgb(var(--gray-800)/.8)
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(249 115 22/var(--tw-text-opacity))
}

.hover\:opacity-100:hover {
  opacity: 1
}

.focus\:border-surface-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 82 179/var(--tw-border-opacity))
}

.focus\:bg-gray-900\/60:focus {
  background-color: rgb(var(--gray-900)/.6)
}

.focus\:bg-transparent:focus {
  background-color: initial
}

.focus\:outline-none:focus {
  outline: #0000 solid 2px;
  outline-offset: 2px
}

.focus\:outline-0:focus {
  outline-width: 0
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.focus\:ring-0:focus,.focus\:ring-2:focus {
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.group\/select-option:first-child .group-first\/select-option\:pt-2\.5 {
  padding-top: .625rem
}

.group\/select-option:last-child .group-last\/select-option\:pb-2\.5 {
  padding-bottom: .625rem
}

.group\/manga-item:hover .group-hover\/manga-item\:visible {
  visibility: visible
}

.group\/manga-item:hover .group-hover\/manga-item\:opacity-100 {
  opacity: 1
}

.group\/select:focus .group-focus\/select\:border {
  border-width: 1px
}

.group\/select:focus .group-focus\/select\:border-t-0 {
  border-top-width: 0
}

.group\/html.dark .group-\[\.dark\]\/html\:block,.group\/html.sidebar-expanded .group-\[\.sidebar-expanded\]\/html\:block {
  display: block
}

.group\/modal.loading .group-\[\&\.loading\]\/modal\:flex,.group\/modal.success .group-\[\&\.success\]\/modal\:flex,.group\/password.text-mode .group-\[\&\.text-mode\]\/password\:flex {
  display: flex
}

.group\/html.dark .group-\[\.dark\]\/html\:hidden,.group\/html.sidebar-minimized .group-\[\.sidebar-minimized\]\/html\:hidden,.group\/modal.loading .group-\[\&\.loading\]\/modal\:hidden,.group\/modal.success .group-\[\&\.success\]\/modal\:hidden,.group\/password.text-mode .group-\[\&\.text-mode\]\/password\:hidden {
  display: none
}

.group\/body.show-reading-bar .group-\[\.show-reading-bar\]\/body\:translate-y-0 {
  --tw-translate-y: 0px
}

.group\/body.show-reading-bar .group-\[\.show-reading-bar\]\/body\:translate-y-0,.group\/html.sidebar-expanded .group-\[\.sidebar-expanded\]\/html\:translate-x-0 {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/html.sidebar-expanded .group-\[\.sidebar-expanded\]\/html\:translate-x-0 {
  --tw-translate-x: 0px
}

.group\/select.focusing .group-\[\.focusing\]\/select\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/html.sidebar-minimized .group-\[\.sidebar-minimized\]\/html\:flex-col {
  flex-direction: column
}

.group\/html:not(.sidebar-none) .group-\[\:not\(\.sidebar-none\)\]\/html\:pt-\[68px\] {
  padding-top: 68px
}

.peer:checked~.peer-checked\:visible {
  visibility: visible
}

.peer:checked~.peer-checked\:block {
  display: block
}

.peer:checked~.peer-checked\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.peer:checked~.peer-checked\:opacity-100 {
  opacity: 1
}

@media (min-width: 640px) {
  .sm\:items-center {
      align-items:center
  }

  .sm\:p-0 {
      padding: 0
  }
}

@media (min-width: 768px) {
  .md\:gap-2 {
      gap:.5rem
  }

  .md\:pt-10 {
      padding-top: 2.5rem
  }

  .md\:text-base {
      font-size: 1rem;
      line-height: 1.5rem
  }

  .md\:leading-5 {
      line-height: 1.25rem
  }
}

.dark\:border-gray-600:where(.dark,.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-600)/var(--tw-border-opacity))
}

.dark\:bg-gray-700:where(.dark,.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-700)/var(--tw-bg-opacity))
}

.dark\:ring-offset-gray-800:where(.dark,.dark *) {
  --tw-ring-offset-color: rgb(var(--gray-800)/1)
}

.dark\:hover\:bg-gray-950\/30:hover:where(.dark,.dark *) {
  background-color: rgb(var(--gray-950)/.3)
}

@media (min-width: 1024px) {
  .lg\:duration-300 {
      transition-duration:.3s
  }

  .group\/html.sidebar-minimized .lg\:group-\[\.sidebar-minimized\]\/html\:left-3 {
      left: .75rem
  }

  .group\/html.sidebar-minimized .lg\:group-\[\.sidebar-minimized\]\/html\:left-\[88px\] {
      left: 88px
  }

  .group\/html.sidebar-expanded .lg\:group-\[\.sidebar-expanded\]\/html\:hidden {
      display: none
  }

  .group\/html.sidebar-minimized .lg\:group-\[\.sidebar-minimized\]\/html\:w-0 {
      width: 0
  }

  .group\/html.sidebar-minimized .lg\:group-\[\.sidebar-minimized\]\/html\:w-\[88px\] {
      width: 88px
  }

  .group\/html.sidebar-minimized .lg\:group-\[\.sidebar-minimized\]\/html\:-translate-x-\[170\%\] {
      --tw-translate-x: -170%
  }

  .group\/html.sidebar-minimized .lg\:group-\[\.sidebar-minimized\]\/html\:-translate-x-\[170\%\],.group\/html.sidebar-minimized .lg\:group-\[\.sidebar-minimized\]\/html\:translate-x-\[170\%\] {
      transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .group\/html.sidebar-minimized .lg\:group-\[\.sidebar-minimized\]\/html\:translate-x-\[170\%\] {
      --tw-translate-x: 170%
  }

  .group\/html.sidebar-minimized .lg\:group-\[\.sidebar-minimized\]\/html\:pl-\[88px\] {
      padding-left: 88px
  }

  .group\/html:not(.sidebar-none):not(.sidebar-minimized) .lg\:group-\[\:not\(\.sidebar-none\)\:not\(\.sidebar-minimized\)\]\/html\:pl-\[300px\] {
      padding-left: 300px
  }

  .group\/html:not(.sidebar-none) .lg\:group-\[\:not\(\.sidebar-none\)\]\/html\:pt-\[90px\] {
      padding-top: 90px
  }

  .dark\:lg\:hover\:\[paint-order\:markers\]:hover:where(.dark,.dark *) {
      paint-order: markers
  }
}

.\[\&\.current\]\:border-primary.current {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22/var(--tw-border-opacity))
}

.\[\&\.selected\]\:text-secondary.selected {
  --tw-text-opacity: 1;
  color: rgb(99 102 241/var(--tw-text-opacity))
}

.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child) {
  border-bottom-width: 1px
}

.\[\&\:not\(\[disabled\]\)\]\:hover\:text-primary:hover:not([disabled]) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22/var(--tw-text-opacity))
}

.i7kxKZ1H {
  border: 0 solid #000;
  display: block;
  background-color: rgba(0,0,0,0);
  margin: 0;
  padding: 0;
  max-width: 100%
}