/* Ten browser-selected layouts for the single novel details page. */
html:is(
  [data-wor-novel-appearance="appearance1"],
  [data-wor-novel-appearance="appearance2"],
  [data-wor-novel-appearance="appearance3"],
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance5"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance8"],
  [data-wor-novel-appearance="appearance9"],
  [data-wor-novel-appearance="appearance10"]
) body.single-wor_novel .wor-single-novel-page {
  min-inline-size: 0;
  max-inline-size: 100%;
  overflow-x: clip;
}

html:is(
  [data-wor-novel-appearance="appearance1"],
  [data-wor-novel-appearance="appearance2"],
  [data-wor-novel-appearance="appearance3"],
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance5"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance8"],
  [data-wor-novel-appearance="appearance9"],
  [data-wor-novel-appearance="appearance10"]
) body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
  inline-size: 100%;
  max-inline-size: 100%;
  margin-inline: 0;
  box-sizing: border-box;
}

html:is(
  [data-wor-novel-appearance="appearance1"],
  [data-wor-novel-appearance="appearance2"],
  [data-wor-novel-appearance="appearance3"],
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance5"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance8"],
  [data-wor-novel-appearance="appearance9"],
  [data-wor-novel-appearance="appearance10"]
) body.single-wor_novel :is(.wor-single-hero__body, .wor-single-info-section, .wor-single-panels, .wor-panel, .wor-novel-chapters-wrap) {
  min-inline-size: 0;
  max-inline-size: 100%;
}

html:is(
  [data-wor-novel-appearance="appearance1"],
  [data-wor-novel-appearance="appearance2"],
  [data-wor-novel-appearance="appearance3"],
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance5"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance8"],
  [data-wor-novel-appearance="appearance9"],
  [data-wor-novel-appearance="appearance10"]
) body.single-wor_novel .wor-single-hero__body h1 {
  max-inline-size: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

html:is(
  [data-wor-novel-appearance="appearance1"],
  [data-wor-novel-appearance="appearance2"],
  [data-wor-novel-appearance="appearance3"],
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance5"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance8"],
  [data-wor-novel-appearance="appearance9"],
  [data-wor-novel-appearance="appearance10"]
) body.single-wor_novel :is(.wor-single-hero__credits, .wor-single-hero__meta-text, .wor-single-hero__meta-text span, .wor-single-stats__item, .wor-single-stats__item strong) {
  min-inline-size: 0;
  max-inline-size: 100%;
  overflow-wrap: anywhere;
}

html[data-wor-novel-appearance] body.single-wor_novel :is(.wor-single-summary__text, .wor-single-summary__text p, .wor-novel-chapter-item__body, .wor-novel-chapter-item__body h3) {
  min-inline-size: 0;
  max-inline-size: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

html[data-wor-novel-appearance] body.single-wor_novel .wor-single-hero__actions {
  display: contents;
}

html[data-wor-novel-appearance] body.single-wor_novel .wor-single-hero__identity {
  display: none;
}

html[data-wor-novel-appearance] body.single-wor_novel .wor-single-genres-strip {
  display: none;
}

html:is(
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance9"]
) body.single-wor_novel .wor-single-hero__cover > :is(.wor-single-hero__country, .wor-cover-status) {
  display: none;
}

html:is(
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance9"]
) body.single-wor_novel .wor-single-hero__identity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-inline-size: 0;
}

html:is(
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance9"]
) body.single-wor_novel .wor-single-identity__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-inline-size: 0;
  min-block-size: 34px;
  padding: 5px 9px;
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-soft);
  color: var(--wor-muted);
  font-size: .66rem;
}

html:is(
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance9"]
) body.single-wor_novel .wor-single-identity__item strong {
  overflow: hidden;
  color: var(--wor-text);
  font-size: .78rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:is(
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance9"]
) body.single-wor_novel .wor-single-identity__item i {
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
}

html:is(
  [data-wor-novel-appearance="appearance4"],
  [data-wor-novel-appearance="appearance6"],
  [data-wor-novel-appearance="appearance7"],
  [data-wor-novel-appearance="appearance9"]
) body.single-wor_novel .wor-single-identity__item--status::before {
  content: "";
  flex: 0 0 auto;
  inline-size: 7px;
  block-size: 7px;
  border-radius: 50%;
  background: var(--wor-accent);
}

/* Appearance 2: editorial layout. */
html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-novel-page {
  gap: clamp(16px, 2.2vw, 26px);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-novel-page > .wor-content-card {
  border-color: color-mix(in srgb, var(--wor-border) 82%, var(--wor-accent) 18%);
  border-radius: clamp(20px, 2.4vw, 30px);
  background: var(--wor-surface-solid);
  box-shadow: 0 14px 38px color-mix(in srgb, var(--wor-bg) 76%, transparent);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero {
  position: relative;
  display: grid;
  grid-template-columns: clamp(190px, 22vw, 242px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  justify-items: stretch;
  min-block-size: 360px;
  padding: clamp(26px, 4vw, 44px);
  overflow: hidden;
  text-align: start;
  isolation: isolate;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
  inline-size: 100%;
  max-inline-size: 100%;
  margin-inline: 0;
  border: 1px solid color-mix(in srgb, var(--wor-border) 82%, var(--wor-accent) 18%);
  border-radius: clamp(20px, 2.4vw, 30px);
  background: var(--wor-surface-solid);
  box-shadow: 0 14px 38px color-mix(in srgb, var(--wor-bg) 76%, transparent);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero.has-cover-bg::before {
  inset: 0;
  background-position: right 32%;
  transform: scale(1.025);
  filter: none;
  opacity: .28;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero.has-cover-bg::after {
  inset: 0;
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--wor-surface-solid) 99%, transparent) 0%,
      color-mix(in srgb, var(--wor-surface-solid) 94%, transparent) 48%,
      color-mix(in srgb, var(--wor-surface-solid) 62%, transparent) 100%),
    linear-gradient(180deg, transparent, color-mix(in srgb, var(--wor-surface-solid) 62%, transparent));
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__cover-wrap {
  inline-size: 100%;
  max-inline-size: 242px;
  justify-items: stretch;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__cover {
  inline-size: 100%;
  max-inline-size: 242px;
  border: 1px solid color-mix(in srgb, var(--wor-border) 72%, transparent);
  border-radius: 20px;
  box-shadow:
    0 24px 48px color-mix(in srgb, var(--wor-bg) 72%, transparent),
    0 0 0 7px color-mix(in srgb, var(--wor-surface-solid) 56%, transparent);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__body {
  inline-size: 100%;
  min-inline-size: 0;
  padding-inline-end: 108px;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__body h1 {
  max-inline-size: 780px;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--wor-text);
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  font-weight: 950;
  line-height: 1.2;
  text-wrap: balance;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__credits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-block-start: 18px;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__meta-text {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-inline-size: 100%;
  min-block-size: 36px;
  margin: 0;
  padding-inline: 13px;
  border: 1px solid color-mix(in srgb, var(--wor-border) 80%, var(--wor-accent) 20%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--wor-surface-solid) 78%, transparent);
  color: var(--wor-muted);
  text-shadow: none;
  font-size: .9rem;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__meta-text span {
  min-inline-size: 0;
  overflow: hidden;
  color: var(--wor-text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-inline-size: 720px;
  margin-block-start: 24px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas: "icon value" "icon label";
  gap: 2px 10px;
  place-items: initial;
  align-items: center;
  min-inline-size: 0;
  min-block-size: 68px;
  padding: 11px 13px;
  border: 1px solid var(--wor-border);
  border-radius: 16px;
  background: color-mix(in srgb, var(--wor-surface-solid) 88%, var(--wor-surface-soft));
  color: var(--wor-text);
  text-align: start;
  transition: border-color .16s ease, transform .16s ease, background-color .16s ease;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item + .wor-single-stats__item {
  border-inline-start: 1px solid var(--wor-border);
  border-block-start: 1px solid var(--wor-border);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item i {
  grid-area: icon;
  display: grid;
  place-items: center;
  inline-size: 34px;
  block-size: 34px;
  border-radius: 11px;
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
  font-size: 1rem;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item strong {
  grid-area: value;
  min-inline-size: 0;
  overflow: hidden;
  color: var(--wor-text);
  font-size: 1rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item span {
  grid-area: label;
  color: var(--wor-muted);
  font-size: .75rem;
  line-height: 1.25;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-favorite-heart,
html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-folder-novel-btn {
  inset-block-start: 22px;
  inline-size: 46px;
  block-size: 46px;
  border-radius: 15px;
  background: color-mix(in srgb, var(--wor-surface-solid) 92%, transparent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--wor-bg) 58%, transparent);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-favorite-heart {
  inset-inline-end: 22px;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-folder-novel-btn {
  inset-inline-end: 78px;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
  max-inline-size: 720px;
  margin-block-start: 12px;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero .wor-translator-vote__form {
  justify-content: flex-start;
  border-radius: 15px;
  background: color-mix(in srgb, var(--wor-surface-solid) 90%, var(--wor-surface-soft));
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-info-section,
html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-panels {
  padding: clamp(18px, 2.5vw, 28px);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-info-section .wor-section__head {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-block-end: 14px;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-info-section .wor-section__head::before {
  content: "";
  inline-size: 5px;
  block-size: 22px;
  border-radius: 999px;
  background: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-info-section h2 {
  font-size: 1.08rem;
  font-weight: 900;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-summary__text {
  color: color-mix(in srgb, var(--wor-text) 88%, var(--wor-muted));
  font-size: .98rem;
  line-height: 2;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-summary__text p:first-child {
  margin-block-start: 0;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-summary__text p:last-child {
  margin-block-end: 0;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-summary.is-collapsed .wor-single-summary__text {
  -webkit-line-clamp: 7;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-link-btn {
  min-block-size: 34px;
  margin-block-start: 12px;
  padding-inline: 4px;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-about-card__genres {
  margin-block-start: 24px;
  padding-block-start: 22px;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-tag-pill {
  min-block-size: 36px;
  padding-inline: 13px;
  border-radius: 11px;
  background: var(--wor-surface-soft);
  color: var(--wor-text);
  font-size: .84rem;
  font-weight: 800;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-panels {
  gap: 20px;
  min-inline-size: 0;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-panel-tabs {
  gap: 6px;
  padding: 5px;
  overflow: visible;
  border: 1px solid var(--wor-border);
  border-radius: 17px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-panel-tab {
  min-block-size: 48px;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-panel-tab span {
  min-inline-size: 26px;
  min-block-size: 26px;
  background: color-mix(in srgb, var(--wor-surface-solid) 80%, transparent);
  font-size: .78rem;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-panel-tab.is-active {
  border-color: color-mix(in srgb, var(--wor-accent) 30%, var(--wor-border));
  background: var(--wor-surface-solid);
  color: var(--wor-accent);
  box-shadow: 0 7px 18px color-mix(in srgb, var(--wor-bg) 54%, transparent);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-chapter-filters {
  gap: 10px;
  margin-block-end: 18px;
  padding: 10px;
  border: 1px solid var(--wor-border);
  border-radius: 18px;
  background: color-mix(in srgb, var(--wor-surface-soft) 72%, transparent);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-chapter-searchbox input,
html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-chapter-orderbox select {
  min-block-size: 44px;
  border-radius: 12px;
  background: var(--wor-surface-solid);
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-novel-chapters-list {
  gap: 9px;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-novel-chapter-item {
  padding: 12px;
  border-color: color-mix(in srgb, var(--wor-border) 88%, var(--wor-accent) 12%);
  border-radius: 15px;
  background: color-mix(in srgb, var(--wor-surface-solid) 94%, var(--wor-surface-soft));
  transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-novel-chapter-item__num {
  min-block-size: 56px;
  border-radius: 13px;
  font-size: 1.08rem;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-novel-chapter-item__body h3 {
  font-size: .96rem;
}

html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-load-more-btn {
  border-color: color-mix(in srgb, var(--wor-accent) 38%, var(--wor-border));
  border-radius: 13px;
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
}

@media (min-width: 1024px) {
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-novel-page {
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    align-items: start;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero {
    grid-column: 1 / -1;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-about-card {
    grid-column: 1;
    align-self: start;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-panels {
    grid-column: 2;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-tags-scroller {
    flex-wrap: wrap;
    overflow: visible;
    padding-block-end: 0;
    cursor: default;
  }
}

@media (min-width: 700px) and (max-width: 1023px) {
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero {
    grid-template-columns: clamp(175px, 25vw, 210px) minmax(0, 1fr);
    gap: clamp(22px, 3.5vw, 34px);
    min-block-size: 320px;
    padding: clamp(24px, 3.5vw, 34px);
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__body {
    padding-inline-end: 92px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__body h1 {
    font-size: clamp(1.75rem, 4.2vw, 2.7rem);
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 2px 7px;
    padding-inline: 9px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item i {
    inline-size: 30px;
    block-size: 30px;
  }
}

@media (max-width: 699px) {
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-novel-page {
    overflow-x: clip;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: clamp(106px, 31vw, 124px) minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    gap: 10px 14px;
    align-items: start;
    inline-size: 100%;
    max-inline-size: 100%;
    min-block-size: 0;
    margin-inline: 0;
    padding: 14px;
    border: 1px solid color-mix(in srgb, var(--wor-border) 82%, var(--wor-accent) 18%);
    border-radius: 22px;
    background: var(--wor-surface-solid);
    box-shadow: 0 14px 38px color-mix(in srgb, var(--wor-bg) 76%, transparent);
    text-align: start;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero.has-cover-bg::before,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg::before {
    inset: 0;
    background-position: center top;
    transform: none;
    opacity: .16;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero.has-cover-bg::after,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg::after {
    inset: 0;
    background: linear-gradient(180deg,
      color-mix(in srgb, var(--wor-surface-solid) 72%, transparent),
      var(--wor-surface-solid) 58%);
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__cover-wrap {
    grid-column: 1;
    grid-row: 1 / span 3;
    inline-size: 100%;
    align-self: stretch;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__cover {
    inline-size: 100%;
    max-inline-size: 124px;
    border-radius: 15px;
    box-shadow:
      0 13px 28px color-mix(in srgb, var(--wor-bg) 68%, transparent),
      0 0 0 4px color-mix(in srgb, var(--wor-surface-solid) 62%, transparent);
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__body {
    display: contents;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__body h1 {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    max-inline-size: 100%;
    font-size: clamp(1.3rem, 6.6vw, 1.85rem);
    line-height: 1.28;
    text-wrap: pretty;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__credits {
    grid-column: 2;
    grid-row: 2;
    display: grid;
    gap: 6px;
    align-self: start;
    margin: 0;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__meta-text {
    inline-size: fit-content;
    max-inline-size: 100%;
    min-block-size: 29px;
    padding-inline: 9px;
    font-size: .72rem;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-favorite-heart,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-folder-novel-btn {
    position: static;
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    align-self: end;
    inline-size: 40px;
    block-size: 40px;
    border-radius: 12px;
    box-shadow: none;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-favorite-heart span {
    font-size: 1.45rem;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-folder-novel-btn {
    margin-inline-start: 48px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats {
    grid-column: 1 / -1;
    grid-row: 4;
    gap: 6px;
    inline-size: 100%;
    margin-block-start: 4px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "icon" "value" "label";
    justify-items: center;
    gap: 3px;
    min-block-size: 82px;
    padding: 8px 4px;
    border-radius: 13px;
    text-align: center;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item + .wor-single-stats__item {
    border-block-start: 1px solid var(--wor-border);
    border-inline-start: 1px solid var(--wor-border);
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item i {
    inline-size: 25px;
    block-size: 25px;
    border-radius: 8px;
    font-size: .82rem;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item strong {
    max-inline-size: 100%;
    font-size: .88rem;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item span {
    max-inline-size: 100%;
    overflow: hidden;
    font-size: .66rem;
    text-overflow: ellipsis;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
    grid-column: 1 / -1;
    grid-row: 5;
    inline-size: 100%;
    margin-block-start: 0;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero .wor-translator-vote__form {
    justify-content: center;
    border-radius: 15px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__country {
    top: 7px;
    left: 7px;
    inline-size: 32px;
    block-size: 32px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__country span {
    font-size: 1.05rem;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-cover-status {
    top: 7px;
    right: 7px;
    min-block-size: 22px;
    padding-inline: 7px;
    font-size: .64rem;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-info-section,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-panels {
    padding: 16px;
    border-radius: 22px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-summary__text {
    font-size: .93rem;
    line-height: 1.9;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-summary.is-collapsed .wor-single-summary__text {
    -webkit-line-clamp: 5;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-tags-scroller {
    margin-inline: -2px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-panel-tabs {
    gap: 4px;
    padding: 4px;
    border-radius: 15px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-panel-tab {
    min-block-size: 44px;
    border-radius: 10px;
    font-size: .88rem;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-chapter-filters {
    grid-template-columns: 1fr;
    padding: 8px;
    border-radius: 15px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-novel-chapter-item,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-novel-chapter-item--compact {
    grid-template-columns: 46px minmax(0, 1fr) 54px;
    gap: 8px;
    padding: 10px 8px;
    border-radius: 13px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-novel-chapter-item__num {
    inline-size: 50px;
    min-block-size: 52px;
    border-radius: 11px;
    font-size: .95rem;
  }
}

@media (max-width: 420px) {
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: 100px minmax(0, 1fr);
    column-gap: 12px;
    padding: 12px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__body h1 {
    font-size: clamp(1.15rem, 6.2vw, 1.55rem);
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__meta-text {
    display: block;
    min-block-size: 0;
    padding: 6px 8px;
    line-height: 1.35;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-hero__meta-text span {
    display: block;
    margin-block-start: 2px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item {
    min-block-size: 78px;
  }

  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-panels,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-info-section {
    padding: 13px;
  }
}

@media (hover: hover) and (pointer: fine) {
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item:hover,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-novel-chapter-item:hover {
    border-color: color-mix(in srgb, var(--wor-accent) 48%, var(--wor-border));
    background: color-mix(in srgb, var(--wor-accent-soft) 36%, var(--wor-surface-solid));
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-single-stats__item,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-panel-tab,
  html[data-wor-novel-appearance="appearance2"] body.single-wor_novel .wor-novel-chapter-item {
    transition: none;
  }
}

/* Appearance 3: cinematic cover stage. */
html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-novel-page {
  gap: 24px;
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero {
  display: grid;
  grid-template-columns: clamp(210px, 24vw, 275px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: end;
  justify-items: stretch;
  min-block-size: 510px;
  padding: clamp(32px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--wor-accent) 24%, var(--wor-border));
  border-radius: 34px;
  background: var(--wor-surface-solid);
  text-align: start;
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero.has-cover-bg::before {
  transform: scale(1.04);
  filter: none;
  opacity: .62;
  background-position: center 28%;
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero.has-cover-bg::after {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--wor-bg) 94%, transparent), color-mix(in srgb, var(--wor-bg) 42%, transparent)),
    linear-gradient(0deg, var(--wor-bg), transparent 74%);
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__cover-wrap {
  inline-size: 100%;
  max-inline-size: 275px;
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__cover {
  inline-size: 100%;
  max-inline-size: 275px;
  border: 1px solid color-mix(in srgb, var(--wor-accent) 32%, var(--wor-border));
  border-radius: 18px;
  box-shadow: 0 30px 64px color-mix(in srgb, var(--wor-bg) 78%, transparent);
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__body {
  inline-size: 100%;
  padding-inline-end: 108px;
  align-self: end;
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__body h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5.2vw, 4.35rem);
  font-weight: 950;
  line-height: 1.12;
  text-wrap: balance;
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__credits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-block-start: 18px;
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__meta-text {
  margin: 0;
  color: var(--wor-muted);
  text-shadow: none;
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-inline-size: 720px;
  margin-block-start: 24px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-stats__item {
  min-inline-size: 0;
  padding: 14px 10px;
  border: 1px solid color-mix(in srgb, var(--wor-accent) 25%, var(--wor-border));
  border-radius: 12px;
  background: color-mix(in srgb, var(--wor-surface-solid) 78%, transparent);
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-stats__item + .wor-single-stats__item {
  border-inline-start: 1px solid color-mix(in srgb, var(--wor-accent) 25%, var(--wor-border));
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
  inset-block-start: 24px;
  inline-size: 46px;
  block-size: 46px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--wor-surface-solid) 86%, transparent);
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-favorite-heart { inset-inline-end: 24px; }
html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-folder-novel-btn { inset-inline-end: 78px; }

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel :is(.wor-single-about-card, .wor-single-panels) {
  inline-size: min(980px, 100%);
  margin-inline: auto;
  padding: clamp(20px, 3vw, 32px);
  border-radius: 24px;
}

html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-tags-scroller {
  flex-wrap: wrap;
  overflow: visible;
}

@media (max-width: 760px) {
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: clamp(108px, 33vw, 130px) minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    gap: 10px 14px;
    min-block-size: 0;
    padding: 15px;
    border-radius: 22px;
  }

  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero.has-cover-bg::before { opacity: .24; transform: none; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero.has-cover-bg::after { background: linear-gradient(180deg, color-mix(in srgb, var(--wor-bg) 54%, transparent), var(--wor-bg)); }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__cover-wrap { grid-column: 1; grid-row: 1 / span 3; inline-size: 100%; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__cover { inline-size: 100%; border-radius: 14px; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__body { display: contents; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__body h1 { grid-column: 2; grid-row: 1; align-self: end; font-size: clamp(1.25rem, 6.6vw, 1.9rem); line-height: 1.25; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__credits { grid-column: 2; grid-row: 2; display: grid; gap: 4px; margin: 0; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero__meta-text { font-size: .73rem; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) { position: static; grid-column: 2; grid-row: 3; justify-self: start; inline-size: 39px; block-size: 39px; border-radius: 11px; box-shadow: none; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-folder-novel-btn { margin-inline-start: 47px; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-stats { grid-column: 1 / -1; grid-row: 4; gap: 5px; inline-size: 100%; margin-block-start: 5px; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-stats__item { min-block-size: 78px; padding: 8px 4px; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-stats__item strong { font-size: .9rem; overflow-wrap: anywhere; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-stats__item span { font-size: .68rem; white-space: nowrap; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel .wor-single-hero .wor-translator-vote { grid-column: 1 / -1; grid-row: 5; inline-size: 100%; margin: 0; }
  html[data-wor-novel-appearance="appearance3"] body.single-wor_novel :is(.wor-single-about-card, .wor-single-panels) { padding: 16px; border-radius: 20px; }
}

/* Appearance 4: structured RTL novel card. */
html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-novel-page {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-novel-page > .wor-content-card {
  inline-size: 100%;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--wor-border) 78%, var(--wor-accent) 22%);
  border-radius: 18px;
  background: var(--wor-surface-solid);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--wor-bg) 62%, transparent);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero,
html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
  display: grid;
  grid-template-columns: clamp(190px, 22vw, 238px) minmax(0, 1fr);
  grid-template-rows: auto auto auto minmax(80px, 1fr) auto auto;
  gap: 8px clamp(14px, 2.2vw, 24px);
  align-items: stretch;
  justify-items: stretch;
  padding: clamp(14px, 2.4vw, 24px);
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--wor-accent-soft) 20%, transparent), transparent 42%),
    var(--wor-surface-solid);
  text-align: start;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero.has-cover-bg::before,
html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero.has-cover-bg::after {
  display: none;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__body {
  display: contents;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__cover-wrap {
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: stretch;
  inline-size: 100%;
  max-inline-size: 238px;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__cover {
  inline-size: 100%;
  block-size: 100%;
  max-inline-size: 238px;
  min-block-size: 340px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--wor-border) 68%, var(--wor-accent) 32%);
  border-radius: 13px;
  background: var(--wor-surface-soft);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__cover :is(.wor-cover-img, .wor-cover-fallback, img) {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__body h1 {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  margin: 0;
  padding: 14px clamp(12px, 2vw, 20px);
  border: 1px solid var(--wor-border);
  border-radius: 11px;
  background: color-mix(in srgb, var(--wor-surface-soft) 78%, var(--wor-surface-solid));
  color: var(--wor-text);
  font-size: clamp(1.75rem, 3.7vw, 3.25rem);
  font-weight: 950;
  line-height: 1.18;
  text-wrap: balance;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__identity {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__item {
  justify-content: center;
  min-inline-size: 0;
  min-block-size: 48px;
  padding: 8px 10px;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-soft);
  color: var(--wor-text);
  text-align: center;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__item:only-child {
  grid-column: 1 / -1;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__label,
html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__flag,
html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__item--status::before {
  display: none;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__item strong {
  color: inherit;
  font-size: .9rem;
  font-weight: 950;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__item--status-ongoing {
  border-color: color-mix(in srgb, var(--wor-success) 44%, var(--wor-border));
  background: color-mix(in srgb, var(--wor-success) 11%, var(--wor-surface-solid));
  color: var(--wor-success);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__item--status-hiatus {
  border-color: color-mix(in srgb, var(--wor-warning) 48%, var(--wor-border));
  background: color-mix(in srgb, var(--wor-warning) 12%, var(--wor-surface-solid));
  color: var(--wor-warning);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__item--status-completed {
  border-color: color-mix(in srgb, var(--wor-danger) 46%, var(--wor-border));
  background: color-mix(in srgb, var(--wor-danger) 11%, var(--wor-surface-solid));
  color: var(--wor-danger);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__item--country {
  border-color: color-mix(in srgb, var(--wor-accent) 34%, var(--wor-border));
  background: color-mix(in srgb, var(--wor-accent-soft) 54%, var(--wor-surface-solid));
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__credits {
  grid-column: 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-inline-size: 0;
  margin: 0;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__meta-text {
  display: grid;
  align-content: center;
  gap: 3px;
  min-inline-size: 0;
  min-block-size: 58px;
  margin: 0;
  padding: 8px 11px;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-soft);
  color: var(--wor-muted);
  text-shadow: none;
  font-size: .7rem;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__meta-text:only-child {
  grid-column: 1 / -1;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__meta-text--author {
  grid-column: 1;
  grid-row: 1;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__meta-text--translator {
  grid-column: 2;
  grid-row: 1;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__meta-text span {
  overflow: hidden;
  color: var(--wor-text);
  font-size: .86rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats {
  grid-column: 2;
  grid-row: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  min-inline-size: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--wor-border);
  border-radius: 11px;
  background: var(--wor-surface-soft);
  box-shadow: none;
  backdrop-filter: none;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats__item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-areas: "icon value" "icon label";
  gap: 2px 8px;
  place-items: initial;
  align-items: center;
  min-inline-size: 0;
  min-block-size: 78px;
  padding: 9px 11px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--wor-text);
  text-align: start;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats__item + .wor-single-stats__item {
  border: 0;
  border-inline-start: 1px solid var(--wor-border);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats__item i {
  grid-area: icon;
  display: grid;
  place-items: center;
  inline-size: 28px;
  block-size: 28px;
  border-radius: 8px;
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats__item strong {
  grid-area: value;
  overflow: hidden;
  font-size: .92rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats__item span {
  grid-area: label;
  color: var(--wor-muted);
  font-size: .64rem;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__actions {
  display: grid;
  grid-column: 2;
  grid-row: 5;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-inline-size: 0;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
  appearance: none;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  block-size: auto;
  min-block-size: 50px;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--wor-accent) 34%, var(--wor-border));
  border-radius: 10px;
  background: color-mix(in srgb, var(--wor-accent-soft) 54%, var(--wor-surface-solid));
  color: var(--wor-text);
  box-shadow: none;
  font: inherit;
  font-size: .8rem;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  transition: none;
  white-space: normal;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn):is(:hover, :focus-visible) {
  transform: none;
  border-color: var(--wor-accent);
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-favorite-heart.is-active {
  border-color: color-mix(in srgb, var(--wor-success) 46%, var(--wor-border));
  background: color-mix(in srgb, var(--wor-success) 11%, var(--wor-surface-solid));
  color: var(--wor-success);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel :is(.wor-favorite-heart__icon, .wor-folder-novel-btn__icon) {
  display: none;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel :is(.wor-favorite-heart__label, .wor-folder-novel-btn__label) {
  display: block;
  color: inherit;
  font: inherit;
  line-height: inherit;
  transform: none;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
  grid-column: 2;
  grid-row: 6;
  inline-size: 100%;
  margin: 0;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero .wor-translator-vote__form {
  justify-content: flex-start;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-soft);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-genres-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  min-inline-size: 0;
  padding-inline: 3px;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-genres-strip .wor-tag-pill {
  flex: 0 0 auto;
  min-inline-size: 0;
  min-block-size: 34px;
  padding-inline: 13px;
  border: 1px solid var(--wor-border);
  border-radius: 999px;
  background: var(--wor-surface-solid);
  color: var(--wor-text);
  box-shadow: none;
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-about-card {
  display: block;
  padding: clamp(18px, 2.6vw, 28px);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-about-card > .wor-section__head {
  margin-block-end: 10px;
  padding-inline-start: 10px;
  border-inline-start: 3px solid var(--wor-accent);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-about-card > .wor-single-about-card__genres {
  display: none;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-info-section h2 {
  font-size: 1.12rem;
  font-weight: 950;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-summary__text {
  max-inline-size: none;
  color: color-mix(in srgb, var(--wor-text) 88%, var(--wor-muted));
  line-height: 2.05;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-panels {
  padding: clamp(16px, 2.5vw, 26px);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-panel-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  inline-size: 100%;
  gap: 7px;
  padding: 5px;
  border: 1px solid var(--wor-border);
  border-radius: 12px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-panel-tab {
  inline-size: 100%;
  min-block-size: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-panel-tab span {
  min-inline-size: 30px;
  border: 1px solid var(--wor-border);
  background: var(--wor-surface-solid);
  color: var(--wor-text) !important;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-panel-tab.is-active {
  border-color: color-mix(in srgb, var(--wor-accent) 48%, var(--wor-border));
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-panel-tab.is-active span {
  border-color: color-mix(in srgb, var(--wor-accent) 42%, var(--wor-border));
  background: var(--wor-surface-solid);
  color: var(--wor-text) !important;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-chapter-filters {
  margin-block: 12px;
  padding: 9px;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-novel-chapters-list {
  gap: 8px;
}

html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-novel-chapter-item {
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-solid);
  box-shadow: none;
}

@media (min-width: 1160px) {
  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-novel-chapters-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-novel-page {
    gap: 9px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto auto;
    gap: 7px 9px;
    padding: 10px;
    border-radius: 14px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__cover-wrap {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: stretch;
    inline-size: 88px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__cover {
    inline-size: 88px;
    min-block-size: 0;
    border-radius: 9px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__body h1 {
    grid-column: 2;
    grid-row: 1;
    padding: 9px;
    border-radius: 8px;
    font-size: clamp(1.05rem, 5.7vw, 1.52rem);
    line-height: 1.23;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__identity {
    grid-column: 2;
    grid-row: 2;
    gap: 4px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__item {
    min-block-size: 34px;
    padding: 4px;
    border-radius: 7px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-identity__item strong {
    font-size: .64rem;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__credits {
    grid-column: 2;
    grid-row: 3;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__meta-text {
    min-block-size: 0;
    padding: 5px 7px;
    border-radius: 7px;
    font-size: .55rem;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__meta-text--author,
  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__meta-text--translator {
    grid-column: 1;
    grid-row: auto;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__meta-text span {
    font-size: .64rem;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats {
    grid-column: 1 / -1;
    grid-row: 4;
    border-radius: 9px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats__item {
    grid-template-columns: 1fr;
    grid-template-areas: "icon" "value" "label";
    justify-items: center;
    gap: 1px;
    min-block-size: 68px;
    padding: 6px 2px;
    text-align: center;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats__item i {
    inline-size: 22px;
    block-size: 22px;
    font-size: .76rem;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats__item strong {
    max-inline-size: 100%;
    font-size: .76rem;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-stats__item span {
    font-size: .56rem;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__actions {
    grid-column: 1 / -1;
    grid-row: 5;
    gap: 6px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
    min-block-size: 48px;
    padding: 6px;
    border-radius: 8px;
    font-size: .68rem;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
    grid-column: 1 / -1;
    grid-row: 6;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-genres-strip {
    flex-wrap: wrap;
    gap: 6px;
    padding-block: 1px 5px;
    overflow: visible;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-genres-strip .wor-tag-pill {
    min-block-size: 32px;
    padding-inline: 11px;
    font-size: .7rem;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel :is(.wor-single-about-card, .wor-single-panels) {
    padding: 13px;
    border-radius: 13px;
  }
}

@media (max-width: 380px) {
  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 6px 8px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__cover-wrap,
  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel .wor-single-hero__cover {
    inline-size: 78px;
  }

  html[data-wor-novel-appearance="appearance4"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
    font-size: .63rem;
  }
}
/* Appearance 5: compact editorial profile. */
html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-novel-page {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-novel-page > .wor-content-card {
  inline-size: 100%;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--wor-border) 82%, var(--wor-accent) 18%);
  border-radius: 15px;
  background: var(--wor-surface-solid);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--wor-bg) 58%, transparent);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero,
html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
  display: grid;
  grid-template-columns: clamp(180px, 20vw, 220px) repeat(6, minmax(0, 1fr));
  grid-template-rows: auto auto auto auto auto auto;
  gap: 0 clamp(10px, 1.5vw, 18px);
  align-items: stretch;
  justify-items: stretch;
  padding: clamp(15px, 2.2vw, 22px);
  overflow: hidden;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--wor-accent-soft) 18%, transparent), transparent 38%),
    var(--wor-surface-solid);
  text-align: start;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero.has-cover-bg::before,
html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero.has-cover-bg::after {
  display: none;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__body,
html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__credits,
html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__identity,
html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats {
  display: contents;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__cover-wrap {
  grid-column: 1;
  grid-row: 1 / 7;
  align-self: stretch;
  inline-size: 100%;
  max-inline-size: 220px;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__cover {
  inline-size: 100%;
  block-size: 100%;
  min-block-size: 320px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--wor-border) 74%, var(--wor-accent) 26%);
  border-radius: 10px;
  background: var(--wor-surface-soft);
  box-shadow: none;
  transform: none;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__cover :is(.wor-cover-img, .wor-cover-fallback, img) {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__cover > :is(.wor-single-hero__country, .wor-cover-status) {
  display: none;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__body h1 {
  grid-column: 2 / 8;
  grid-row: 1;
  align-self: center;
  margin: 0;
  padding: 5px 4px 13px;
  border-block-end: 2px solid color-mix(in srgb, var(--wor-accent) 48%, var(--wor-border));
  color: var(--wor-text);
  font-size: clamp(1.7rem, 3.8vw, 3rem);
  font-weight: 950;
  line-height: 1.22;
  text-wrap: balance;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel :is(.wor-single-identity__item, .wor-single-stats__item) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-inline-size: 0;
  min-block-size: 46px;
  margin: 0;
  padding: 8px;
  border: 0;
  border-block-end: 1px solid var(--wor-border);
  border-radius: 0;
  background: transparent;
  color: var(--wor-text);
  box-shadow: none;
  text-align: center;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-identity__item--country {
  grid-column: 2 / 4;
  grid-row: 2;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item:nth-child(3) {
  grid-column: 4 / 6;
  grid-row: 2;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item:nth-child(2) {
  grid-column: 6 / 8;
  grid-row: 2;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-identity__item--status {
  grid-column: 2 / 5;
  grid-row: 3;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item:nth-child(1) {
  grid-column: 5 / 8;
  grid-row: 3;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__identity > .wor-single-identity__item:only-child {
  grid-column: 2 / 5;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-identity__label,
html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-identity__flag,
html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-identity__item--status::before,
html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item i {
  display: none;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-identity__item strong,
html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item strong {
  overflow: hidden;
  color: inherit;
  font-size: .93rem;
  font-weight: 950;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item span {
  overflow: hidden;
  color: var(--wor-muted);
  font-size: .76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item [data-wor-compact-count] {
  font-size: 0;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item [data-wor-compact-count]::before {
  content: attr(data-wor-compact-count);
  font-size: .93rem;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-identity__item--status-ongoing {
  color: var(--wor-success);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-identity__item--status-hiatus {
  color: var(--wor-warning);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-identity__item--status-completed {
  color: var(--wor-danger);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__meta-text {
  display: flex;
  align-items: center;
  gap: 6px;
  min-inline-size: 0;
  min-block-size: 48px;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  border-block-end: 1px solid var(--wor-border);
  color: var(--wor-muted);
  text-shadow: none;
  font-size: .76rem;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__meta-text--translator {
  grid-column: 2 / 5;
  grid-row: 4;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__meta-text--author {
  grid-column: 5 / 8;
  grid-row: 4;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__meta-text:only-child {
  grid-column: 2 / 8;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__meta-text span {
  overflow: hidden;
  color: var(--wor-text);
  font-size: .86rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-favorite-heart {
  grid-column: 2 / 5;
  grid-row: 5;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-folder-novel-btn {
  grid-column: 5 / 8;
  grid-row: 5;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
  appearance: none;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  block-size: auto;
  min-block-size: 48px;
  margin: 8px 0 0;
  padding: 8px 11px;
  border: 1px solid color-mix(in srgb, var(--wor-accent) 34%, var(--wor-border));
  border-radius: 9px;
  background: color-mix(in srgb, var(--wor-accent-soft) 42%, var(--wor-surface-solid));
  color: var(--wor-text);
  box-shadow: none;
  font: inherit;
  font-size: .8rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  transition: none;
  white-space: normal;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn):is(:hover, :focus-visible) {
  transform: none;
  border-color: var(--wor-accent);
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-favorite-heart.is-active {
  border-color: color-mix(in srgb, var(--wor-success) 46%, var(--wor-border));
  background: color-mix(in srgb, var(--wor-success) 11%, var(--wor-surface-solid));
  color: var(--wor-success);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel :is(.wor-favorite-heart__icon, .wor-folder-novel-btn__icon) {
  display: none;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel :is(.wor-favorite-heart__label, .wor-folder-novel-btn__label) {
  display: block;
  color: inherit;
  font: inherit;
  line-height: inherit;
  transform: none;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn)::before {
  content: "+";
  margin-inline-end: 6px;
  color: var(--wor-accent);
  font-size: 1.05em;
  font-weight: 950;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-favorite-heart.is-active::before {
  content: "✓";
  color: var(--wor-success);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
  grid-column: 2 / 8;
  grid-row: 6;
  inline-size: 100%;
  margin: 8px 0 0;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero .wor-translator-vote__form {
  justify-content: flex-start;
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-soft);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-genres-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  min-inline-size: 0;
  padding-inline: 2px;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-genres-strip .wor-tag-pill {
  flex: 0 0 auto;
  min-inline-size: 0;
  min-block-size: 33px;
  padding-inline: 13px;
  border: 1px solid var(--wor-border);
  border-radius: 999px;
  background: var(--wor-surface-solid);
  color: var(--wor-text);
  box-shadow: none;
  font-size: .75rem;
  font-weight: 800;
  text-decoration: none;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-about-card {
  display: block;
  padding: clamp(18px, 2.6vw, 28px);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-about-card > .wor-section__head {
  margin-block-end: 10px;
  padding-block-end: 9px;
  border-block-end: 1px solid var(--wor-border);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-about-card > .wor-single-about-card__genres {
  display: none;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-info-section h2 {
  font-size: 1.12rem;
  font-weight: 950;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-summary__text {
  max-inline-size: none;
  color: color-mix(in srgb, var(--wor-text) 88%, var(--wor-muted));
  line-height: 2;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-panels {
  padding: clamp(16px, 2.5vw, 26px);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-panel-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  inline-size: 100%;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-panel-tab {
  inline-size: 100%;
  min-block-size: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-panel-tab + .wor-panel-tab {
  border-inline-start: 1px solid var(--wor-border);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-panel-tab span {
  min-inline-size: 30px;
  border: 1px solid var(--wor-border);
  background: var(--wor-surface-solid);
  color: var(--wor-text) !important;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-panel-tab.is-active {
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-chapter-filters {
  margin-block: 12px;
  padding: 9px;
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-novel-chapters-list {
  gap: 8px;
}

html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-novel-chapter-item {
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-solid);
  box-shadow: none;
}

@media (min-width: 1160px) {
  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-novel-chapters-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-novel-page {
    gap: 9px;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: 86px repeat(6, minmax(0, 1fr));
    grid-template-rows: auto auto auto auto auto auto;
    gap: 0 7px;
    padding: 10px;
    border-radius: 12px;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__cover-wrap {
    grid-column: 1;
    grid-row: 1 / 6;
    inline-size: 86px;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__cover {
    inline-size: 86px;
    min-block-size: 0;
    border-radius: 7px;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__body h1 {
    padding: 3px 2px 8px;
    font-size: clamp(1.02rem, 5.7vw, 1.48rem);
    line-height: 1.22;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel :is(.wor-single-identity__item, .wor-single-stats__item) {
    gap: 3px;
    min-block-size: 35px;
    padding: 4px 2px;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item {
    display: grid;
    place-items: center;
    gap: 1px;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-identity__item strong,
  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item strong {
    font-size: .65rem;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item [data-wor-compact-count]::before {
    font-size: .65rem;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-stats__item span {
    font-size: .56rem;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__meta-text {
    gap: 3px;
    min-block-size: 37px;
    padding: 4px 3px;
    font-size: .54rem;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__meta-text span {
    font-size: .63rem;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
    min-block-size: 44px;
    margin-block-start: 6px;
    padding: 5px;
    border-radius: 7px;
    font-size: .64rem;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
    grid-column: 1 / -1;
    grid-row: 6;
    margin-block-start: 7px;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-genres-strip {
    flex-wrap: wrap;
    gap: 6px;
    padding-block: 1px 4px;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-genres-strip .wor-tag-pill {
    min-block-size: 31px;
    padding-inline: 10px;
    font-size: .68rem;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel :is(.wor-single-about-card, .wor-single-panels) {
    padding: 13px;
    border-radius: 12px;
  }
}

@media (max-width: 380px) {
  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: 74px repeat(6, minmax(0, 1fr));
    gap: 0 6px;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__cover-wrap,
  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel .wor-single-hero__cover {
    inline-size: 74px;
  }

  html[data-wor-novel-appearance="appearance5"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
    font-size: .59rem;
  }
}

/* Appearance 6: compact split profile. */
html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-novel-page {
  gap: 12px;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-novel-page > .wor-content-card {
  border: 1px solid color-mix(in srgb, var(--wor-border) 80%, var(--wor-accent) 20%);
  border-radius: 20px;
  background: var(--wor-surface-solid);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--wor-bg) 60%, transparent);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero,
html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px 44px clamp(190px, 22vw, 238px);
  grid-template-rows: auto auto auto auto minmax(44px, auto);
  gap: 10px 12px;
  align-items: center;
  justify-items: stretch;
  padding: clamp(16px, 2.5vw, 26px);
  overflow: hidden;
  text-align: start;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero.has-cover-bg::before {
  transform: none;
  filter: none;
  opacity: .1;
  background-position: left center;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero.has-cover-bg::after {
  background:
    linear-gradient(80deg, color-mix(in srgb, var(--wor-surface-solid) 74%, transparent), var(--wor-surface-solid) 52%),
    linear-gradient(0deg, color-mix(in srgb, var(--wor-accent-soft) 24%, transparent), transparent);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__body {
  display: contents;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__cover-wrap {
  grid-column: 4;
  grid-row: 1 / -1;
  align-self: center;
  inline-size: 100%;
  max-inline-size: 238px;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__cover {
  inline-size: 100%;
  max-inline-size: 238px;
  padding: 5px;
  border: 1px solid color-mix(in srgb, var(--wor-accent) 34%, var(--wor-border));
  border-radius: 20px;
  background: var(--wor-surface-soft);
  box-shadow: 0 16px 32px color-mix(in srgb, var(--wor-bg) 62%, transparent);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__cover :is(.wor-cover-img, .wor-cover-fallback, img) {
  border-radius: 14px;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__body h1 {
  grid-column: 1 / 4;
  grid-row: 1;
  align-self: end;
  margin: 0;
  padding: 12px 15px;
  border-inline-start: 5px solid var(--wor-accent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--wor-surface-soft) 72%, var(--wor-surface-solid));
  color: var(--wor-text);
  font-size: clamp(1.8rem, 3.6vw, 3.15rem);
  font-weight: 950;
  line-height: 1.18;
  text-wrap: balance;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__credits {
  grid-column: 1 / 4;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 7px;
  min-inline-size: 0;
  margin: 0;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__meta-text {
  flex: 1 1 230px;
  display: grid;
  gap: 3px;
  min-inline-size: 0;
  margin: 0;
  padding: 9px 11px;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-solid);
  color: var(--wor-muted);
  text-shadow: none;
  font-size: .68rem;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__meta-text span {
  overflow: hidden;
  color: var(--wor-text);
  font-size: .84rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__identity {
  grid-column: 1 / 4;
  grid-row: 3;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats {
  grid-column: 1 / 4;
  grid-row: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  min-inline-size: 0;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats__item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-areas: "icon value" "icon label";
  gap: 2px 8px;
  place-items: initial;
  align-items: center;
  min-inline-size: 0;
  min-block-size: 72px;
  padding: 9px 10px;
  border: 1px solid var(--wor-border);
  border-radius: 11px;
  background: color-mix(in srgb, var(--wor-surface-soft) 78%, var(--wor-surface-solid));
  color: var(--wor-text);
  text-align: start;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats__item + .wor-single-stats__item {
  border: 1px solid var(--wor-border);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats__item i {
  grid-area: icon;
  display: grid;
  place-items: center;
  inline-size: 30px;
  block-size: 30px;
  border-radius: 9px;
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats__item strong {
  grid-area: value;
  overflow: hidden;
  font-size: .9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats__item span {
  grid-area: label;
  color: var(--wor-muted);
  font-size: .64rem;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
  grid-column: 1;
  grid-row: 5;
  inline-size: 100%;
  margin: 0;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero .wor-translator-vote__form {
  justify-content: flex-start;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-soft);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
  position: static;
  grid-row: 5;
  align-self: stretch;
  justify-self: stretch;
  inline-size: 44px;
  block-size: 44px;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-soft);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-favorite-heart {
  grid-column: 2;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-folder-novel-btn {
  grid-column: 3;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-info-section,
html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-panels {
  padding: clamp(18px, 2.6vw, 28px);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-about-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .32fr);
  grid-template-rows: auto 1fr;
  gap: 0 clamp(20px, 2.8vw, 32px);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-about-card > .wor-section__head {
  grid-column: 1;
  grid-row: 1;
  margin-block-end: 10px;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-about-card > .wor-single-summary {
  grid-column: 1;
  grid-row: 2;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-about-card > .wor-single-about-card__genres {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  padding: 0;
  padding-inline-start: 20px;
  border-block-start: 0;
  border-inline-start: 1px solid var(--wor-border);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-info-section h2 {
  font-size: 1.08rem;
  font-weight: 950;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-summary__text {
  color: color-mix(in srgb, var(--wor-text) 88%, var(--wor-muted));
  line-height: 2;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-tags-scroller {
  flex-wrap: wrap;
  gap: 7px;
  overflow: visible;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-tag-pill {
  min-block-size: 34px;
  border-radius: 8px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-panel-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 6px;
  border: 1px solid var(--wor-border);
  border-radius: 13px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-panel-tab {
  min-block-size: 44px;
  border-radius: 8px;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-panel-tab.is-active {
  background: var(--wor-surface-solid);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-chapter-filters {
  margin-block: 12px;
  padding: 10px;
  border: 1px solid var(--wor-border);
  border-radius: 11px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-novel-chapters-list {
  gap: 8px;
}

html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-novel-chapter-item {
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-solid);
  box-shadow: none;
}

@media (min-width: 1120px) {
  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-novel-chapters-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-about-card {
    grid-template-columns: 1fr;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-about-card > :is(.wor-section__head, .wor-single-summary, .wor-single-about-card__genres) {
    grid-column: 1;
    grid-row: auto;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-about-card > .wor-single-about-card__genres {
    margin-block-start: 16px;
    padding-block-start: 16px;
    padding-inline-start: 0;
    border-block-start: 1px solid var(--wor-border);
    border-inline-start: 0;
  }
}

@media (max-width: 720px) {
  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-novel-page {
    gap: 9px;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: 94px minmax(0, 1fr) 38px 38px;
    grid-template-rows: auto auto auto 38px auto auto;
    gap: 7px;
    padding: 10px;
    border-radius: 15px;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero.has-cover-bg::before,
  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero.has-cover-bg::after {
    display: none;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__cover-wrap {
    grid-column: 1;
    grid-row: 1 / span 4;
    align-self: start;
    inline-size: 94px;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__cover {
    inline-size: 94px;
    padding: 3px;
    border-radius: 13px;
    box-shadow: none;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__cover :is(.wor-cover-img, .wor-cover-fallback, img) {
    border-radius: 9px;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__body h1 {
    grid-column: 2 / -1;
    grid-row: 1;
    padding: 8px 9px;
    border-inline-start-width: 3px;
    border-radius: 9px;
    font-size: clamp(1.08rem, 5.8vw, 1.58rem);
    line-height: 1.23;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__credits {
    grid-column: 2 / -1;
    grid-row: 2;
    display: grid;
    gap: 4px;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__meta-text {
    padding: 5px 7px;
    border-radius: 7px;
    font-size: .58rem;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__meta-text span {
    font-size: .68rem;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero__identity {
    grid-column: 2 / -1;
    grid-row: 3;
    gap: 4px;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-identity__item {
    min-block-size: 28px;
    padding: 3px 5px;
    font-size: .54rem;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-identity__item strong {
    font-size: .64rem;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
    grid-row: 4;
    inline-size: 38px;
    block-size: 38px;
    border-radius: 8px;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-favorite-heart {
    grid-column: 3;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-folder-novel-btn {
    grid-column: 4;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats {
    grid-column: 1 / -1;
    grid-row: 5;
    gap: 5px;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats__item {
    grid-template-columns: 1fr;
    grid-template-areas: "icon" "value" "label";
    justify-items: center;
    gap: 1px;
    min-block-size: 70px;
    padding: 7px 2px;
    text-align: center;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats__item i {
    inline-size: 23px;
    block-size: 23px;
    font-size: .78rem;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats__item strong {
    max-inline-size: 100%;
    font-size: .78rem;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-stats__item span {
    font-size: .58rem;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
    grid-column: 1 / -1;
    grid-row: 6;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel :is(.wor-single-info-section, .wor-single-panels) {
    padding: 13px;
    border-radius: 14px;
  }

  html[data-wor-novel-appearance="appearance6"] body.single-wor_novel .wor-tags-scroller {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
/* Appearance 7: kinetic pulse console. */
html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-novel-page {
  gap: 12px;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-novel-page > .wor-content-card {
  border: 1px solid color-mix(in srgb, var(--wor-border) 80%, var(--wor-accent) 20%);
  border-radius: 18px;
  background: var(--wor-surface-solid);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero,
html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
  display: grid;
  grid-template-columns: clamp(170px, 18vw, 210px) minmax(0, 1fr) 42px 42px clamp(170px, 18vw, 220px);
  grid-template-rows: auto auto auto auto 42px;
  gap: 10px;
  align-items: stretch;
  justify-items: stretch;
  padding: 14px;
  overflow: hidden;
  border-inline-start: 5px solid var(--wor-accent);
  text-align: start;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero.has-cover-bg::before {
  display: none;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero.has-cover-bg::after {
  background:
    linear-gradient(120deg, transparent 0 58%, color-mix(in srgb, var(--wor-accent-soft) 46%, transparent)),
    linear-gradient(0deg, color-mix(in srgb, var(--wor-surface-soft) 32%, transparent), transparent);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__body {
  display: contents;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__cover-wrap {
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: center;
  inline-size: 100%;
  max-inline-size: 210px;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__cover {
  inline-size: 100%;
  max-inline-size: 210px;
  border: 1px solid var(--wor-border);
  border-radius: 14px;
  background: var(--wor-surface-soft);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--wor-bg) 60%, transparent);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__body h1 {
  grid-column: 2 / 5;
  grid-row: 1;
  align-self: end;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--wor-border);
  border-radius: 12px;
  background: color-mix(in srgb, var(--wor-surface-soft) 76%, var(--wor-surface-solid));
  color: var(--wor-text);
  font-size: clamp(1.85rem, 3.7vw, 3.25rem);
  font-weight: 950;
  line-height: 1.18;
  text-wrap: balance;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__credits {
  grid-column: 2 / 5;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__meta-text {
  display: grid;
  gap: 3px;
  min-inline-size: 0;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-solid);
  color: var(--wor-muted);
  text-shadow: none;
  font-size: .72rem;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__meta-text span {
  overflow: hidden;
  color: var(--wor-text);
  font-size: .88rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__identity {
  grid-column: 2 / 5;
  grid-row: 3;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats {
  grid-column: 5;
  grid-row: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-inline-size: 0;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas: "icon value" "icon label";
  gap: 2px 9px;
  place-items: initial;
  align-items: center;
  min-inline-size: 0;
  min-block-size: 0;
  padding: 10px 11px;
  border: 1px solid var(--wor-border);
  border-radius: 11px;
  background: color-mix(in srgb, var(--wor-surface-soft) 78%, var(--wor-surface-solid));
  color: var(--wor-text);
  text-align: start;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats__item + .wor-single-stats__item {
  border: 1px solid var(--wor-border);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats__item i {
  grid-area: icon;
  display: grid;
  place-items: center;
  inline-size: 32px;
  block-size: 32px;
  border-radius: 9px;
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats__item strong {
  grid-area: value;
  overflow: hidden;
  font-size: .92rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats__item span {
  grid-area: label;
  color: var(--wor-muted);
  font-size: .65rem;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
  grid-column: 2 / 5;
  grid-row: 4;
  inline-size: 100%;
  margin: 0;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero .wor-translator-vote__form {
  justify-content: flex-start;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-soft);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__actions {
  display: flex;
  grid-column: 2 / 5;
  grid-row: 5;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
  position: static;
  align-self: stretch;
  justify-self: stretch;
  inline-size: 42px;
  block-size: 42px;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-soft);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-about-card,
html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-panels {
  padding: clamp(18px, 2.5vw, 26px);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-about-card {
  border-block-start: 4px solid var(--wor-accent);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-about-card > .wor-section__head {
  margin-block-end: 10px;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-info-section h2 {
  font-size: 1.08rem;
  font-weight: 950;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-summary__text {
  color: color-mix(in srgb, var(--wor-text) 87%, var(--wor-muted));
  line-height: 1.95;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-about-card__genres {
  margin-block-start: 18px;
  padding-block-start: 16px;
  border-block-start: 1px solid var(--wor-border);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-tags-scroller {
  flex-wrap: wrap;
  gap: 6px;
  overflow: visible;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-tag-pill {
  min-block-size: 32px;
  border-radius: 7px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-panel-tabs {
  gap: 8px;
  padding: 0 0 10px;
  border: 0;
  border-block-end: 1px solid var(--wor-border);
  border-radius: 0;
  background: transparent;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-panel-tab {
  min-block-size: 42px;
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-panel-tab.is-active {
  border-color: var(--wor-accent);
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-chapter-filters {
  margin-block: 12px;
  padding: 9px;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-novel-chapters-list {
  gap: 7px;
}

html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-novel-chapter-item {
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-solid);
  box-shadow: none;
}

@media (min-width: 1050px) {
  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-novel-page {
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.5fr);
    align-items: start;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero {
    grid-column: 1 / -1;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-about-card {
    grid-column: 1;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-panels {
    grid-column: 2;
  }
}

@media (min-width: 1280px) {
  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-novel-chapters-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-novel-page {
    gap: 10px;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: 94px minmax(0, 1fr) 38px 38px;
    grid-template-rows: auto auto auto 38px auto auto;
    gap: 8px;
    padding: 10px;
    border-inline-start-width: 3px;
    border-radius: 15px;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__body h1 {
    grid-column: 1 / -1;
    grid-row: 1;
    padding: 10px;
    border-radius: 9px;
    font-size: clamp(1.18rem, 6.1vw, 1.72rem);
    line-height: 1.23;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__cover-wrap {
    grid-column: 1;
    grid-row: 2 / span 2;
    align-self: start;
    inline-size: 94px;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__cover {
    inline-size: 94px;
    border-radius: 10px;
    box-shadow: none;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__credits {
    grid-column: 2 / -1;
    grid-row: 2;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__meta-text {
    padding: 6px 7px;
    border-radius: 7px;
    font-size: .6rem;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__meta-text span {
    font-size: .69rem;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__identity {
    grid-column: 2 / -1;
    grid-row: 3;
    gap: 4px;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-identity__item {
    min-block-size: 28px;
    padding: 3px 5px;
    font-size: .54rem;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-identity__item strong {
    font-size: .64rem;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero__actions {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-content: center;
    gap: 10px;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
    inline-size: 38px;
    block-size: 38px;
    border-radius: 8px;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
    grid-column: 1 / -1;
    grid-row: 6;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats {
    grid-column: 1 / -1;
    grid-row: 5;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
    gap: 5px;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats__item {
    grid-template-columns: 1fr;
    grid-template-areas: "icon" "value" "label";
    justify-items: center;
    gap: 1px;
    min-block-size: 70px;
    padding: 7px 2px;
    text-align: center;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats__item i {
    inline-size: 23px;
    block-size: 23px;
    font-size: .78rem;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats__item strong {
    max-inline-size: 100%;
    font-size: .78rem;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-single-stats__item span {
    font-size: .58rem;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel :is(.wor-single-about-card, .wor-single-panels) {
    padding: 13px;
    border-radius: 14px;
  }

  html[data-wor-novel-appearance="appearance7"] body.single-wor_novel .wor-tags-scroller {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
/* Appearance 8: quiet minimal layout. */
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-novel-page { gap: 0; }

html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-novel-page > .wor-content-card {
  border: 0;
  border-block-end: 1px solid var(--wor-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 40px);
  align-items: center;
  justify-items: stretch;
  padding: 26px 0 30px;
  overflow: visible;
  border-block-start: 4px solid var(--wor-accent);
  text-align: start;
}

html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero.has-cover-bg::before,
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero.has-cover-bg::after { display: none; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__cover-wrap,
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__cover { inline-size: 150px; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__cover { border-radius: 8px; box-shadow: none; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__body { inline-size: 100%; padding-inline-end: 96px; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__body h1 { margin: 0; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.26; text-wrap: balance; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__credits { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-block-start: 13px; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__meta-text { margin: 0; color: var(--wor-muted); text-shadow: none; font-size: .85rem; }

html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-block-start: 20px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats__item { display: inline-flex; flex: 0 1 auto; align-items: center; gap: 6px; min-block-size: 36px; padding: 0 13px; border: 0; background: transparent; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats__item:first-child { padding-inline-start: 0; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats__item + .wor-single-stats__item { border-inline-start: 1px solid var(--wor-border); }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats__item i { font-size: .9rem; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats__item strong { font-size: .9rem; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats__item span { font-size: .78rem; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) { inset-block-start: 20px; inline-size: 39px; block-size: 39px; border-radius: 8px; box-shadow: none; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-favorite-heart { inset-inline-end: 0; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-folder-novel-btn { inset-inline-end: 47px; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel :is(.wor-single-info-section, .wor-single-panels) { padding: 26px 0; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-summary__text { max-inline-size: 880px; line-height: 2; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-tag-pill { border-radius: 5px; background: transparent; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-panel-tabs { inline-size: fit-content; gap: 20px; border-radius: 0; background: transparent; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-panel-tab { min-block-size: 44px; padding-inline: 0; border-block-end: 2px solid transparent; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-panel-tab.is-active { border-block-end-color: var(--wor-accent); background: transparent; color: var(--wor-accent); }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-chapter-filters { padding-block: 12px; border-block: 1px solid var(--wor-border); }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-novel-chapters-list { gap: 0; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-novel-chapter-item { border: 0; border-block-end: 1px solid var(--wor-border); border-radius: 0; background: transparent; }
html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-novel-chapter-item__num { border-radius: 6px; background: transparent; }

@media (max-width: 650px) {
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg { grid-template-columns: 86px minmax(0,1fr); grid-template-rows: auto auto auto auto auto; gap: 8px 13px; padding: 18px 0 22px; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__cover-wrap,
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__cover { inline-size: 86px; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__cover-wrap { grid-column: 1; grid-row: 1 / span 2; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__body { display: contents; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__body h1 { grid-column: 2; grid-row: 1; align-self: end; padding-inline-end: 0; font-size: clamp(1.12rem, 6.2vw, 1.55rem); }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__credits { grid-column: 2; grid-row: 2; display: grid; gap: 3px; margin-block-start: 7px; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero__meta-text { font-size: .68rem; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) { position: static; grid-column: 2; grid-row: 3; justify-self: start; align-self: center; inline-size: 37px; block-size: 37px; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-folder-novel-btn { margin-inline-start: 45px; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats { grid-column: 1 / -1; grid-row: 4; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-block-start: 10px; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats__item { display: grid; justify-items: center; gap: 2px; padding: 7px 3px; text-align: center; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats__item:first-child { padding-inline-start: 3px; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-stats__item span { font-size: .65rem; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-single-hero .wor-translator-vote { grid-column: 1 / -1; grid-row: 5; inline-size: 100%; margin: 0; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel :is(.wor-single-info-section, .wor-single-panels) { padding: 20px 0; }
  html[data-wor-novel-appearance="appearance8"] body.single-wor_novel .wor-panel-tabs { inline-size: 100%; gap: 6px; }
}

/* Appearance 9: compact editorial dossier. */
html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-novel-page {
  gap: 12px;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-novel-page > .wor-content-card {
  inline-size: 100%;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--wor-border) 82%, var(--wor-accent) 18%);
  border-radius: 18px;
  background: var(--wor-surface-solid);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--wor-bg) 62%, transparent);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero,
html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
  display: grid;
  grid-template-columns: clamp(170px, 18vw, 198px) minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto minmax(76px, 1fr) auto;
  gap: 10px clamp(12px, 2vw, 22px);
  align-items: center;
  justify-items: stretch;
  padding: clamp(16px, 2.5vw, 26px);
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--wor-accent-soft) 22%, transparent), transparent 38%),
    var(--wor-surface-solid);
  text-align: start;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero.has-cover-bg::before,
html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero.has-cover-bg::after {
  display: none;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__body {
  display: contents;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__cover-wrap {
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: center;
  inline-size: 100%;
  max-inline-size: 198px;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__cover {
  inline-size: 100%;
  max-inline-size: 198px;
  padding: 4px;
  border: 1px solid color-mix(in srgb, var(--wor-border) 68%, var(--wor-accent) 32%);
  border-radius: 14px;
  background: var(--wor-surface-soft);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--wor-bg) 60%, transparent);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__cover :is(.wor-cover-img, .wor-cover-fallback, img) {
  border-radius: 9px;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__body h1 {
  grid-column: 2 / -1;
  grid-row: 1;
  align-self: end;
  margin: 0;
  padding: 5px 14px 13px;
  border-block-end: 1px solid var(--wor-border);
  border-inline-start: 5px solid var(--wor-accent);
  color: var(--wor-text);
  font-size: clamp(1.85rem, 3.8vw, 3.25rem);
  font-weight: 950;
  line-height: 1.18;
  text-wrap: balance;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__credits {
  grid-column: 2 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  min-inline-size: 0;
  margin: 0;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__meta-text {
  display: grid;
  gap: 3px;
  min-inline-size: 0;
  margin: 0;
  padding: 9px 11px;
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-soft);
  color: var(--wor-muted);
  text-shadow: none;
  font-size: .68rem;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__meta-text span {
  overflow: hidden;
  color: var(--wor-text);
  font-size: .84rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__identity {
  grid-column: 2 / -1;
  grid-row: 3;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats {
  grid-column: 2 / -1;
  grid-row: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  min-inline-size: 0;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats__item {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  grid-template-areas: "icon value" "icon label";
  gap: 2px 8px;
  place-items: initial;
  align-items: center;
  min-inline-size: 0;
  min-block-size: 76px;
  padding: 9px 10px;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: color-mix(in srgb, var(--wor-surface-soft) 78%, var(--wor-surface-solid));
  color: var(--wor-text);
  text-align: start;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats__item + .wor-single-stats__item {
  border: 1px solid var(--wor-border);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats__item i {
  grid-area: icon;
  display: grid;
  place-items: center;
  inline-size: 29px;
  block-size: 29px;
  border-radius: 7px;
  background: var(--wor-accent-soft);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats__item strong {
  grid-area: value;
  overflow: hidden;
  font-size: .9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats__item span {
  grid-area: label;
  color: var(--wor-muted);
  font-size: .64rem;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
  grid-column: 2;
  grid-row: 5;
  inline-size: 100%;
  margin: 0;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero .wor-translator-vote__form {
  justify-content: flex-start;
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-soft);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__actions {
  display: flex;
  grid-column: 3;
  grid-row: 5;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
  position: static;
  flex: 0 0 auto;
  inline-size: 42px;
  block-size: 42px;
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-soft);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-about-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, .3fr);
  grid-template-rows: auto 1fr;
  gap: 0 clamp(20px, 3vw, 34px);
  padding: clamp(18px, 2.6vw, 28px);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-about-card > .wor-section__head {
  grid-column: 1;
  grid-row: 1;
  margin-block-end: 10px;
  padding-inline-start: 10px;
  border-inline-start: 3px solid var(--wor-accent);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-about-card > .wor-single-summary {
  grid-column: 1;
  grid-row: 2;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-about-card > .wor-single-about-card__genres {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--wor-border);
  border-radius: 10px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-info-section h2 {
  font-size: 1.06rem;
  font-weight: 950;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-summary__text {
  max-inline-size: 980px;
  color: color-mix(in srgb, var(--wor-text) 88%, var(--wor-muted));
  line-height: 2.05;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-tags-scroller {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  overflow: visible;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-tag-pill {
  justify-content: center;
  min-inline-size: 0;
  min-block-size: 34px;
  border: 1px solid var(--wor-border);
  border-radius: 7px;
  background: var(--wor-surface-solid);
  text-align: center;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-panels {
  padding: clamp(18px, 2.6vw, 28px);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-panel-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  inline-size: 100%;
  gap: 7px;
  padding: 5px;
  border: 1px solid var(--wor-border);
  border-radius: 11px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-panel-tab {
  min-block-size: 44px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-panel-tab.is-active {
  border-color: var(--wor-border);
  background: var(--wor-surface-solid);
  color: var(--wor-accent);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-chapter-filters {
  margin-block: 12px;
  padding: 9px;
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-soft);
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-novel-chapters-list {
  gap: 8px;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-novel-chapter-item {
  border: 1px solid var(--wor-border);
  border-radius: 9px;
  background: var(--wor-surface-solid);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-novel-chapter-item__num {
  border-radius: 6px;
  background: var(--wor-surface-soft);
}

@media (min-width: 1180px) {
  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-novel-chapters-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-novel-page {
    gap: 8px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: 90px minmax(0, 1fr);
    grid-template-rows: auto auto auto 38px auto auto;
    gap: 7px 10px;
    padding: 10px;
    border-radius: 14px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__cover-wrap {
    grid-column: 1;
    grid-row: 1 / span 4;
    align-self: start;
    inline-size: 90px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__cover {
    inline-size: 90px;
    padding: 3px;
    border-radius: 10px;
    box-shadow: none;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__cover :is(.wor-cover-img, .wor-cover-fallback, img) {
    border-radius: 6px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__body h1 {
    grid-column: 2;
    grid-row: 1;
    padding: 6px 9px 9px;
    border-inline-start-width: 3px;
    font-size: clamp(1.08rem, 5.8vw, 1.58rem);
    line-height: 1.23;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__credits {
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__meta-text {
    padding: 5px 7px;
    border-radius: 7px;
    font-size: .57rem;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__meta-text span {
    font-size: .67rem;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__identity {
    grid-column: 2;
    grid-row: 3;
    gap: 4px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-identity__item {
    min-block-size: 28px;
    padding: 3px 5px;
    font-size: .54rem;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-identity__item strong {
    font-size: .63rem;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__actions {
    grid-column: 2;
    grid-row: 4;
    justify-content: center;
    gap: 8px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
    inline-size: 38px;
    block-size: 38px;
    border-radius: 7px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats {
    grid-column: 1 / -1;
    grid-row: 5;
    gap: 5px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats__item {
    grid-template-columns: 1fr;
    grid-template-areas: "icon" "value" "label";
    justify-items: center;
    gap: 1px;
    min-block-size: 68px;
    padding: 6px 2px;
    text-align: center;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats__item i {
    inline-size: 22px;
    block-size: 22px;
    font-size: .78rem;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats__item strong {
    max-inline-size: 100%;
    font-size: .78rem;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-stats__item span {
    font-size: .58rem;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero .wor-translator-vote {
    grid-column: 1 / -1;
    grid-row: 6;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-about-card {
    grid-template-columns: 1fr;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-about-card > :is(.wor-section__head, .wor-single-summary, .wor-single-about-card__genres) {
    grid-column: 1;
    grid-row: auto;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-about-card > .wor-single-about-card__genres {
    margin-block-start: 16px;
    padding: 12px;
    border: 1px solid var(--wor-border);
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel :is(.wor-single-about-card, .wor-single-panels) {
    padding: 13px;
    border-radius: 13px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-tags-scroller {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

@media (max-width: 380px) {
  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 6px 8px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__cover-wrap,
  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel .wor-single-hero__cover {
    inline-size: 80px;
  }

  html[data-wor-novel-appearance="appearance9"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) {
    inline-size: 36px;
    block-size: 36px;
  }
}
/* Appearance 10: modular bento grid. */
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-novel-page { gap: 14px; }

html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-novel-page > .wor-content-card {
  border: 1px solid color-mix(in srgb, var(--wor-accent) 20%, var(--wor-border));
  border-radius: 26px;
  background: var(--wor-surface-soft);
  box-shadow: none;
}

html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero {
  display: grid;
  grid-template-columns: clamp(190px, 22vw, 235px) repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  gap: 12px;
  align-items: stretch;
  justify-items: stretch;
  padding: 16px;
  overflow: hidden;
  text-align: start;
}

html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero.has-cover-bg::before { transform: none; filter: none; opacity: .12; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero.has-cover-bg::after { background: color-mix(in srgb, var(--wor-surface-soft) 84%, transparent); }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__cover-wrap { grid-column: 1; grid-row: 1 / span 3; inline-size: 100%; max-inline-size: 235px; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__cover { inline-size: 100%; max-inline-size: 235px; border-radius: 18px; box-shadow: none; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__body { display: contents; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__body h1 { grid-column: 2 / -1; grid-row: 1; align-self: stretch; margin: 0; padding: 28px 24px; padding-inline-end: 128px; border-radius: 18px; background: var(--wor-surface-solid); font-size: clamp(2rem,4.2vw,3.4rem); line-height: 1.18; text-wrap: balance; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__credits { grid-column: 2 / 4; grid-row: 2; display: grid; align-content: center; gap: 6px; margin: 0; padding: 16px; border-radius: 18px; background: var(--wor-surface-solid); }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__meta-text { margin: 0; color: var(--wor-muted); text-shadow: none; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero .wor-translator-vote { grid-column: 4; grid-row: 2; display: grid; align-content: center; margin: 0; padding: 10px; border-radius: 18px; background: var(--wor-surface-solid); }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero .wor-translator-vote__form { flex-wrap: wrap; border: 0; background: transparent; box-shadow: none; }

html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-stats {
  grid-column: 2 / -1;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-stats__item { min-inline-size: 0; min-block-size: 88px; padding: 13px 8px; border: 0; border-radius: 18px; background: var(--wor-surface-solid); }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-stats__item + .wor-single-stats__item { border: 0; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) { inset-block-start: 27px; inline-size: 43px; block-size: 43px; border-radius: 13px; box-shadow: none; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-favorite-heart { inset-inline-end: 27px; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-folder-novel-btn { inset-inline-end: 78px; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel :is(.wor-single-info-section, .wor-single-panels) { padding: clamp(18px,2.6vw,28px); }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-about-card__genres { padding: 13px; border: 0; border-radius: 15px; background: var(--wor-surface-solid); }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-panel-tabs { gap: 7px; padding: 7px; border-radius: 16px; background: var(--wor-surface-solid); }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-panel-tab { border-radius: 11px; }
html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-novel-chapter-item { border: 0; border-radius: 16px; background: var(--wor-surface-solid); }

@media (min-width: 1000px) {
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-novel-page { grid-template-columns: minmax(280px,.72fr) minmax(0,1.5fr); }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero { grid-column: 1 / -1; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-about-card { grid-column: 1; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-panels { grid-column: 2; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-tags-scroller { flex-wrap: wrap; overflow: visible; }
}

@media (max-width: 760px) {
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero,
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero.wor-content-card.has-cover-bg { grid-template-columns: 108px minmax(0,1fr); grid-template-rows: auto auto auto auto auto; gap: 8px; padding: 10px; border-radius: 20px; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__cover-wrap { grid-column: 1; grid-row: 1 / span 3; inline-size: 108px; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__cover { inline-size: 108px; border-radius: 14px; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__body h1 { grid-column: 2; grid-row: 1; align-self: stretch; padding: 13px 12px; border-radius: 13px; font-size: clamp(1.13rem,6.1vw,1.6rem); line-height: 1.24; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__credits { grid-column: 2; grid-row: 2; padding: 10px; border-radius: 13px; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero__meta-text { font-size: .68rem; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel :is(.wor-favorite-heart, .wor-folder-novel-btn) { position: static; grid-column: 2; grid-row: 3; justify-self: start; align-self: center; inline-size: 38px; block-size: 38px; border-radius: 11px; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-folder-novel-btn { margin-inline-start: 46px; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-stats { grid-column: 1 / -1; grid-row: 4; gap: 6px; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-stats__item { min-block-size: 75px; padding: 8px 3px; border-radius: 13px; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-stats__item strong { font-size: .88rem; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-stats__item span { font-size: .65rem; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel .wor-single-hero .wor-translator-vote { grid-column: 1 / -1; grid-row: 5; inline-size: 100%; padding: 7px; border-radius: 13px; }
  html[data-wor-novel-appearance="appearance10"] body.single-wor_novel :is(.wor-single-info-section, .wor-single-panels) { padding: 14px; border-radius: 20px; }
}

@media (hover: hover) and (pointer: fine) {
  html:is(
    [data-wor-novel-appearance="appearance3"],
    [data-wor-novel-appearance="appearance5"],
    [data-wor-novel-appearance="appearance7"],
    [data-wor-novel-appearance="appearance9"],
    [data-wor-novel-appearance="appearance10"]
  ) body.single-wor_novel .wor-novel-chapter-item:hover {
    border-color: color-mix(in srgb, var(--wor-accent) 46%, var(--wor-border));
    background: color-mix(in srgb, var(--wor-accent-soft) 35%, var(--wor-surface-solid));
  }
}

@media (prefers-reduced-motion: reduce) {
  html:is(
    [data-wor-novel-appearance="appearance3"],
    [data-wor-novel-appearance="appearance4"],
    [data-wor-novel-appearance="appearance5"],
    [data-wor-novel-appearance="appearance6"],
    [data-wor-novel-appearance="appearance7"],
    [data-wor-novel-appearance="appearance8"],
    [data-wor-novel-appearance="appearance9"],
    [data-wor-novel-appearance="appearance10"]
  ) body.single-wor_novel :is(.wor-single-stats__item, .wor-panel-tab, .wor-novel-chapter-item) {
    transition: none;
  }
}
