.title-taxonomy-more {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 133, 51, .28);
  border-radius: 999px;
  background: rgba(255, 133, 51, .08);
  color: #ff9b5a;
  font: 750 11px/1 "Sora", sans-serif;
  cursor: pointer;
}

.title-taxonomy-more:hover {
  background: rgba(255, 133, 51, .14);
  color: #fff;
}

#title-tags .title-taxonomy-list > .title-tag[hidden],
#title-tags .title-taxonomy-list > .title-taxonomy-more[hidden] {
  display: none !important;
}

.reader-comment-scope-switch {
  width: min(calc(100% - 32px), 920px);
  margin: 24px auto 0;
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 15px;
  background: rgba(255, 255, 255, .035);
}

.reader-comment-scope-switch:not(.is-inside-panel) {
  display: none !important;
}

.reader-comment-scope-switch.is-inside-panel {
  position: sticky;
  top: 0;
  z-index: 8;
  width: 100%;
  margin: 0 0 12px;
  background: rgba(20, 20, 23, .97);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.reader-comment-scope-switch button {
  min-height: 38px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #8d8d96;
  font: 750 12px/1 "Sora", sans-serif;
  cursor: pointer;
}

.reader-comment-scope-switch button.is-active {
  background: rgba(255, 133, 51, .13);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 133, 51, .3);
}

.reader-comments-panel-scroll > .reader-comments-surface[hidden] {
  display: none !important;
}

.reader-comments-panel-scroll > [data-comment-scope-surface="chapter"] .reader-comments-close {
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
}

.home-continue-list.is-guest {
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  overflow: hidden !important;
  padding: 20px 24px !important;
}

.home-continue-list.is-guest .home-continue-guest {
  display: grid !important;
  width: min(100%, 680px) !important;
  max-width: 680px !important;
  grid-template-columns: 52px minmax(0, 1fr) auto !important;
  align-items: center !important;
  justify-items: stretch !important;
  gap: 16px !important;
  margin: auto !important;
  text-align: left !important;
}

.home-continue-list.is-guest .home-continue-guest-icon {
  width: 48px !important;
  height: 48px !important;
  font-size: 24px !important;
}

.home-continue-list.is-guest .home-continue-guest-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.home-continue-list.is-guest .home-continue-guest strong,
.home-continue-list.is-guest .home-continue-guest p,
.home-continue-list.is-guest .home-continue-guest a {
  margin: 0 !important;
}

.home-continue-list.is-guest .home-continue-guest strong {
  font-size: 14px;
  line-height: 1.3;
}

.home-continue-list.is-guest .home-continue-guest p {
  max-width: 430px;
  line-height: 1.5;
}

.home-continue-list.is-guest .home-continue-guest a {
  min-width: 112px;
  white-space: nowrap;
}

.message-bubble.is-pending { opacity: .62; }
.message-bubble.is-failed {
  opacity: 1;
  outline: 1px solid rgba(239, 68, 68, .45);
}

[data-fukurou-page="home"] main > section:not(:first-child),
[data-fukurou-page="home"] .home-section:not(:first-child) {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

@media (max-width: 767px) {
  html[data-device-tier="low"] .glass,
  html[data-performance-mode="low"] .glass {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(15, 15, 15, .96) !important;
  }

  html[data-device-tier="low"] *,
  html[data-performance-mode="low"] * {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .reader-comment-scope-switch.is-inside-panel {
    width: 100%;
    margin: 0 0 10px;
    border-radius: 13px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .reader-comment-scope-switch button {
    min-height: 36px;
    padding: 0 8px;
    font-size: 11px;
  }

  .home-continue-list.is-guest {
    padding: 16px !important;
  }

  .home-continue-list.is-guest .home-continue-guest {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .home-continue-list.is-guest .home-continue-guest-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    font-size: 21px !important;
  }

  .home-continue-list.is-guest .home-continue-guest a {
    grid-column: 1 / -1;
    width: 100% !important;
    min-height: 40px;
  }

  html.fukurou-mobile-title-stable #hero,
  html.fukurou-mobile-title-stable #hero-content > *,
  html.fukurou-mobile-title-stable .gsap-hero,
  html.fukurou-mobile-title-stable .gsap-fade-up,
  html.fukurou-mobile-title-stable .gsap-stagger,
  html.fukurou-mobile-title-stable #title-rating-panel {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
  }

  html.fukurou-mobile-title-stable .title-credit-card,
  html.fukurou-mobile-title-stable .title-meta-card,
  html.fukurou-mobile-title-stable .title-rating-panel,
  html.fukurou-mobile-title-stable #similar-block {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    will-change: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero,
  #hero-content > *,
  .gsap-fade-up {
    animation: none !important;
    transition: none !important;
  }
}

/* Reader comments scope separation */
.reader-comment-scope-switch.is-inside-panel {
  gap: 7px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 17px;
  background: #0b0b0e;
  box-shadow:
    0 12px 34px rgba(0, 0, 0, .32),
    inset 0 1px 0 rgba(255, 255, 255, .035);
}

.reader-comment-scope-switch.is-inside-panel button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 12px;
  background: #18181c;
  color: #b7b7c0;
  font-size: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.reader-comment-scope-switch.is-inside-panel button:hover {
  border-color: rgba(255, 133, 51, .24);
  background: #202024;
  color: #fff;
}

.reader-comment-scope-switch.is-inside-panel button.is-active {
  border-color: rgba(255, 133, 51, .72);
  background:
    linear-gradient(135deg, rgba(255, 133, 51, .32), rgba(255, 91, 30, .18)),
    #211711;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 8px 24px rgba(255, 112, 46, .14);
}

#reader-chapter-comments[hidden]{display:none!important}
#reader-chapter-comments{width:min(calc(100% - 32px),900px)!important;margin:22px auto 100px!important;padding:0!important;box-sizing:border-box}
#reader-chapter-comments>.reader-comments-surface{padding:24px;border:1px solid rgba(255,133,51,.15);border-radius:24px;background:radial-gradient(circle at 90% 0,rgba(255,133,51,.055),transparent 32%),linear-gradient(155deg,rgba(25,25,29,.98),rgba(15,15,18,.99));box-shadow:none}
[data-comment-scope-close=chapter][hidden]{display:none!important}
@media(max-width:767px){.reader-comment-scope-switch.is-inside-panel{gap:4px;padding:4px;margin-bottom:14px;border-radius:14px}.reader-comment-scope-switch.is-inside-panel button{min-height:39px;padding:0 7px;border-radius:10px;font-size:10px}#reader-chapter-comments{width:calc(100% - 20px)!important;margin:14px 10px 88px!important}#reader-chapter-comments>.reader-comments-surface{padding:16px 14px 20px;border-radius:19px}}
/* Full comments scope labels */
.reader-comment-scope-switch.is-inside-panel{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%;box-sizing:border-box}
.reader-comment-scope-switch.is-inside-panel button{width:100%;min-width:0;min-height:46px;padding:8px 12px;justify-content:center;text-align:center;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.15}
@media(max-width:480px){.reader-comment-scope-switch.is-inside-panel button{min-height:44px;padding:7px 6px;font-size:9px;line-height:1.2}}
/* Reader comments scope overlap fix */
.reader-comments-panel-scroll > .reader-comment-scope-switch.is-inside-panel {
  position: relative;
  z-index: 30;
  margin: 0 0 14px;
}

.reader-comments-panel-scroll > [data-comments-surface="overlay"] > .reader-comments-surface__header,
.reader-comments-panel-scroll > [data-comment-scope-surface="chapter"] > .reader-comments-surface__header {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 0 18px !important;
  padding: 0 0 14px !important;
  background: linear-gradient(180deg, #111114 82%, rgba(17,17,20,0));
}

@media (max-width: 767px) {
  .reader-comments-panel-scroll > .reader-comment-scope-switch.is-inside-panel {
    margin: 0 0 12px;
  }

  .reader-comments-panel-scroll > [data-comments-surface="overlay"] > .reader-comments-surface__header,
  .reader-comments-panel-scroll > [data-comment-scope-surface="chapter"] > .reader-comments-surface__header {
    margin: 0 0 14px !important;
    padding: 0 0 12px !important;
  }
}
/* Final comments tabs clipping fix */
.reader-comments-panel-scroll > .reader-comment-scope-switch.is-inside-panel {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

  width: 100% !important;
  height: auto !important;
  min-height: 58px !important;
  max-height: none !important;

  margin: 0 0 16px !important;
  padding: 6px !important;

  overflow: visible !important;
  box-sizing: border-box !important;
  align-items: stretch !important;
  isolation: isolate !important;
  z-index: 40 !important;
}

.reader-comments-panel-scroll > .reader-comment-scope-switch.is-inside-panel > button {
  position: relative !important;
  display: flex !important;

  width: 100% !important;
  height: auto !important;
  min-height: 44px !important;
  max-height: none !important;

  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 8px 10px !important;

  overflow: visible !important;
  box-sizing: border-box !important;
  border-radius: 12px !important;
  line-height: 1.15 !important;
  white-space: normal !important;
}

.reader-comments-panel-scroll > .reader-comment-scope-switch.is-inside-panel + .reader-comments-surface {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .reader-comments-panel-scroll > .reader-comment-scope-switch.is-inside-panel {
    min-height: 54px !important;
    margin-bottom: 14px !important;
    padding: 5px !important;
  }

  .reader-comments-panel-scroll > .reader-comment-scope-switch.is-inside-panel > button {
    min-height: 42px !important;
    padding: 7px 6px !important;
  }
}
