@charset "UTF-8";

/* 作者：搭客佬
链接：https://www.jycomic.cn/ */

:root {
  --paper: #fffaf0;
  --paper-deep: #f7efdf;
  --white: #ffffff;
  --ink: #211b18;
  --muted: #74685f;
  --line: #dfd3c3;
  --coral: #ee5b3f;
  --coral-dark: #c83e29;
  --orange: #f49a35;
  --yellow: #f2cf4a;
  --green: #318b5a;
  --header-height: 74px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

body {
  min-width: 320px;
  margin: 0;
  padding-top: var(--header-height);
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  background: rgba(255, 250, 240, 0.98);
  border-bottom: 1px solid var(--line);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--container));
  height: 100%;
  margin: 0 auto;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.brand img,
.footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 50%;
}

.brand-copy,
.footer-brand > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.25;
}

.brand-copy strong,
.footer-brand strong {
  font-size: 19px;
  white-space: nowrap;
}

.brand-copy span,
.footer-brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.site-nav ul,
.footer-nav ul {
  display: flex;
  align-items: center;
}

.site-nav ul {
  gap: 34px;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 25px 0 23px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--coral);
  content: "";
  opacity: 0;
}

.site-nav a:hover,
.site-nav a.is-current {
  color: var(--coral-dark);
}

.site-nav a:hover::after,
.site-nav a.is-current::after {
  opacity: 1;
}

.mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.mobile-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  color: var(--white);
  background: var(--coral);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--ink);
}

.icon-menu,
.icon-search,
.icon-progress,
.icon-bookmark,
.icon-download,
.icon-globe,
.icon-arrow,
.icon-arrow-up,
.icon-avatar,
.topic-grid i {
  display: inline-block;
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-menu {
  width: 22px;
  height: 22px;
  background-image: url("../icons/menu.svg");
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(226, 183, 126, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 183, 126, 0.11) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
}

.hero::before {
  position: absolute;
  top: 100px;
  left: calc(50% - 760px);
  width: 180px;
  height: 180px;
  border: 30px solid rgba(244, 154, 53, 0.12);
  border-radius: 50%;
  content: "";
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  align-items: center;
  width: min(calc(100% - 40px), var(--container));
  min-height: 700px;
  margin: 0 auto;
  gap: 64px;
}

.eyebrow,
.section-index,
.desk-kicker,
.download-copy > p {
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin-top: 16px;
  font-family: Georgia, "Microsoft YaHei", serif;
  font-size: clamp(72px, 7vw, 108px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.hero-copy h2 {
  position: relative;
  display: inline-block;
  margin-top: 34px;
  font-size: 30px;
  line-height: 1.35;
}

.hero-copy h2::after {
  position: absolute;
  z-index: -1;
  right: -7px;
  bottom: 2px;
  left: -7px;
  height: 10px;
  background: var(--yellow);
  content: "";
  transform: rotate(-1deg);
}

.hero-intro {
  max-width: 560px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 16px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 24px;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.hero-points i {
  width: 20px;
  height: 20px;
}

.icon-search {
  background-image: url("../icons/search.svg");
}

.icon-progress {
  background-image: url("../icons/progress.svg");
}

.icon-bookmark {
  background-image: url("../icons/bookmark.svg");
}

.primary-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 208px;
  height: 58px;
  margin-top: 36px;
  color: var(--white);
  background: var(--coral);
  border: 2px solid var(--coral);
  gap: 10px;
  font-size: 17px;
  font-weight: 800;
}

.primary-download:hover {
  color: var(--coral);
  background: var(--white);
}

.primary-download:hover .icon-download {
  background-image: url("../icons/download-coral.svg");
}

.icon-download {
  width: 20px;
  height: 20px;
  background-image: url("../icons/download-white.svg");
}

.age-label {
  display: block;
  margin-top: 11px;
  color: var(--muted);
  font-size: 13px;
}

.reading-desk {
  position: relative;
  padding: 28px;
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: 12px 12px 0 rgba(238, 91, 63, 0.16);
}

.reading-desk::before {
  position: absolute;
  top: -8px;
  right: 44px;
  width: 70px;
  height: 15px;
  background: rgba(242, 207, 74, 0.75);
  content: "";
  transform: rotate(2deg);
}

.desk-head,
.desk-footer,
.filter-title,
.review-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.desk-head h2 {
  margin-top: 3px;
  font-size: 24px;
}

.online-state {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  color: var(--green);
  background: #eef8f1;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  white-space: nowrap;
}

.online-state i {
  width: 7px;
  height: 7px;
  background: #35b76c;
  border-radius: 50%;
}

.desk-tabs,
.topic-chips,
.status-options {
  display: flex;
  gap: 8px;
}

.desk-tabs {
  margin-top: 24px;
}

.desk-tabs button,
.topic-chips button,
.status-options button {
  min-height: 36px;
  padding: 0 18px;
  background: var(--paper-deep);
  border: 1px solid transparent;
  font-weight: 700;
}

.desk-tabs button.is-active,
.desk-tabs button:hover,
.status-options button.is-active,
.status-options button:hover {
  color: var(--white);
  background: var(--coral);
}

.topic-chips {
  margin-top: 10px;
}

.topic-chips button {
  min-height: 32px;
  padding: 0 14px;
  color: var(--muted);
  background: transparent;
  border-color: var(--line);
  border-radius: 20px;
  font-size: 12px;
}

.topic-chips button.is-selected {
  color: var(--coral-dark);
  background: #fff0eb;
  border-color: var(--coral);
}

.reading-rhythm {
  display: flex;
  align-items: flex-start;
  margin: 24px 0;
}

.rhythm-point {
  display: flex;
  width: 54px;
  flex-direction: column;
  align-items: center;
  color: var(--muted);
  text-align: center;
}

.rhythm-point i {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: 50%;
}

.rhythm-point.is-done i,
.rhythm-point.is-current i {
  border-color: var(--coral);
}

.rhythm-point.is-current i {
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(238, 91, 63, 0.13);
}

.rhythm-point b {
  margin-top: 6px;
  color: var(--ink);
  font-size: 12px;
}

.rhythm-point small {
  font-size: 12px;
  white-space: nowrap;
}

.rhythm-line {
  height: 2px;
  margin-top: 6px;
  flex: 1;
  background: var(--line);
}

.rhythm-line.is-done {
  background: var(--coral);
}

.desk-list {
  border-top: 1px solid var(--line);
}

.desk-list.is-hidden {
  display: none;
}

.desk-featured,
.desk-row {
  display: grid;
  align-items: center;
}

.desk-featured {
  grid-template-columns: 76px minmax(0, 1fr) auto;
  padding: 16px 0;
  gap: 14px;
}

.desk-featured figure,
.desk-row figure {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--paper-deep);
}

.desk-featured figure {
  width: 76px;
  height: 94px;
}

.desk-row figure {
  width: 44px;
  height: 54px;
}

.desk-featured img,
.desk-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desk-item-copy > span {
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 700;
}

.desk-item-copy h3,
.desk-row h3 {
  line-height: 1.35;
}

.desk-item-copy h3 {
  margin-top: 3px;
  font-size: 19px;
}

.desk-item-copy p,
.desk-row p,
.desk-note p {
  color: var(--muted);
  font-size: 12px;
}

.progress-track {
  height: 5px;
  margin-top: 8px;
  overflow: hidden;
  background: var(--paper-deep);
}

.progress-track span {
  display: block;
  width: 63%;
  height: 100%;
  background: var(--coral);
}

.outline-action,
.desk-row button {
  min-width: 70px;
  height: 34px;
  color: var(--coral-dark);
  background: transparent;
  border: 1px solid var(--coral);
  font-size: 12px;
  font-weight: 700;
}

.outline-action:hover,
.desk-row button:hover {
  color: var(--white);
  background: var(--coral);
}

.desk-row {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  gap: 12px;
}

.desk-note {
  min-height: 184px;
  padding: 42px 24px;
  text-align: center;
}

.desk-note strong {
  font-size: 18px;
}

.desk-note p {
  margin-top: 8px;
}

.desk-footer {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.reminder-switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.reminder-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.reminder-switch > span {
  position: relative;
  width: 42px;
  height: 23px;
  background: #bcb3aa;
  border-radius: 20px;
}

.reminder-switch > span::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  background: var(--white);
  border-radius: 50%;
  content: "";
}

.reminder-switch input:checked + span {
  background: var(--green);
}

.reminder-switch input:checked + span::after {
  left: 22px;
}

.reminder-switch b {
  font-size: 12px;
}

.generate-list {
  min-height: 40px;
  padding: 0 17px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  font-weight: 700;
}

.generate-list:hover {
  color: var(--ink);
  background: var(--yellow);
}

.section {
  padding: 100px 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 44px;
  gap: 40px;
}

.section-heading h2 {
  margin-top: 7px;
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.section-heading > p {
  max-width: 520px;
  color: var(--muted);
  text-align: right;
}

.topic-section {
  background: var(--paper-deep);
}

.topic-workbench {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 280px;
  background: var(--white);
  border: 1px solid var(--line);
}

.topic-rail {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  background: var(--ink);
}

.topic-rail button {
  position: relative;
  min-height: 58px;
  padding: 0 24px;
  color: #eadfd4;
  background: transparent;
  border: 0;
  text-align: left;
  font-weight: 700;
}

.topic-rail button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: var(--coral);
  content: "";
  opacity: 0;
}

.topic-rail button:hover,
.topic-rail button.is-active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
}

.topic-rail button:hover::before,
.topic-rail button.is-active::before {
  opacity: 1;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 20px;
}

.topic-grid button {
  display: flex;
  min-height: 122px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 8px;
  font-weight: 700;
}

.topic-grid button:nth-child(3n) {
  border-right: 0;
}

.topic-grid button:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.topic-grid button:hover,
.topic-grid button.is-selected {
  color: var(--coral-dark);
  background: #fff4ef;
}

.topic-grid i {
  width: 38px;
  height: 38px;
  background-image: url("../icons/topic.svg");
}

.filter-summary {
  padding: 28px;
  background: #fff7ed;
  border-left: 1px solid var(--line);
}

.filter-title h3 {
  font-size: 22px;
}

.filter-title button {
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 12px;
}

.filter-summary > p {
  margin-top: 26px;
  font-size: 12px;
  font-weight: 700;
}

.selected-topics {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 8px;
}

.selected-topics span {
  padding: 5px 12px;
  color: var(--coral-dark);
  background: #ffe3d9;
  border-radius: 20px;
  font-size: 12px;
}

.status-options {
  margin-top: 10px;
}

.status-options button {
  padding: 0 12px;
  font-size: 12px;
}

.view-result {
  width: 100%;
  min-height: 46px;
  margin-top: 32px;
  color: var(--white);
  background: var(--coral);
  border: 1px solid var(--coral);
  font-weight: 700;
}

.view-result:hover {
  color: var(--coral);
  background: var(--white);
}

.screenshot-section {
  background: var(--paper);
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.screen-card {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
}

.screen-viewport {
  display: flex;
  aspect-ratio: 9 / 16;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fffdf8;
}

.screen-viewport img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screen-card figcaption {
  display: flex;
  min-height: 86px;
  align-items: center;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  gap: 12px;
}

.screen-card figcaption > b {
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 25px;
}

.screen-card figcaption span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.screen-card figcaption strong {
  font-size: 17px;
}

.screen-card figcaption small {
  color: var(--muted);
  font-size: 12px;
}

.update-section {
  background: var(--ink);
  color: var(--white);
}

.update-section .section-heading > p {
  color: #c7b9ad;
}

.weekly-board {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  background: #2c2420;
  border: 1px solid #5b4c43;
}

.week-note {
  grid-row: 1 / 3;
  padding: 32px;
  color: var(--ink);
  background: var(--yellow);
}

.week-note span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.week-note strong {
  display: block;
  margin-top: 40px;
  font-size: 27px;
  line-height: 1.35;
}

.week-note p {
  margin-top: 12px;
  font-size: 13px;
}

.week-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.week-days button {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #d8cbc1;
  background: transparent;
  border: 0;
  border-right: 1px solid #5b4c43;
  gap: 5px;
}

.week-days button:last-child {
  border-right: 0;
}

.week-days button:hover,
.week-days button.is-active {
  color: var(--white);
  background: var(--coral);
}

.week-days b {
  font-size: 27px;
}

.week-days small {
  font-size: 12px;
}

.week-reminder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 15px 24px;
  border-top: 1px solid #5b4c43;
  gap: 20px;
}

.week-reminder p {
  display: flex;
  flex-direction: column;
}

.week-reminder p span {
  color: #c7b9ad;
  font-size: 12px;
}

.faq-section {
  background: var(--paper-deep);
}

.faq-list {
  width: 100%;
  background: var(--white);
  border-top: 2px solid var(--ink);
}

.faq-item {
  width: 100%;
  border-bottom: 1px solid var(--line);
}

.faq-item > button {
  display: flex;
  width: 100%;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background: transparent;
  border: 0;
  text-align: left;
  gap: 20px;
  font-weight: 700;
}

.faq-item > button:hover {
  background: #fff9ef;
}

.faq-item > button span {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.faq-item > button b {
  color: var(--coral);
  font-size: 12px;
}

.faq-item > button > i,
.summary-mark {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.faq-item > button > i::before,
.faq-item > button > i::after,
.summary-mark::before,
.summary-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.faq-item > button > i::before,
.summary-mark::before {
  width: 14px;
  height: 1px;
}

.faq-item > button > i::after,
.summary-mark::after {
  width: 1px;
  height: 14px;
}

.faq-item > button[aria-expanded="true"] > i::after {
  display: none;
}

.faq-answer {
  padding: 0 74px 25px;
  color: var(--muted);
}

.faq-answer[hidden] {
  display: none;
}

.official-site {
  width: 100%;
  margin-top: 28px;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--white);
}

.official-site summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.official-site summary::-webkit-details-marker {
  display: none;
}

.official-site summary > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.icon-globe {
  width: 20px;
  height: 20px;
  background-image: url("../icons/globe-white.svg");
}

.official-site[open] .summary-mark::after {
  display: none;
}

.official-answer {
  padding: 0 56px 26px;
}

.official-answer a {
  color: var(--yellow);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.review-section {
  background: #fff8ed;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 25px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--coral);
}

.review-card:nth-child(even) {
  border-top-color: var(--orange);
}

.user-ident {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.icon-avatar {
  width: 38px;
  height: 38px;
  background-color: #fff0eb;
  background-image: url("../icons/avatar.svg");
  background-size: 22px 22px;
  border-radius: 50%;
}

.user-ident strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-rating {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 102px;
  gap: 2px;
}

.review-rating .aiarticle-comment-rating-icon,
.review-rating .fa-star,
.review-rating .fa-star-o {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.review-rating .fa-star {
  background-image: url("../icons/star-full.svg");
}

.review-rating .fa-star-o {
  background-image: url("../icons/star-empty.svg");
}

.review-rating .fa::before {
  display: none;
}

.review-body {
  display: flex;
  min-height: 0;
  margin-top: 20px;
  padding-top: 20px;
  flex: 1;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.review-body p {
  flex: 1;
}

.review-body time {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.download-section {
  padding: 72px 0;
  color: var(--white);
  background: var(--ink);
}

.download-desk {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 240px;
  min-height: 170px;
  background: var(--paper);
  border: 1px solid #69584d;
}

.download-index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  color: var(--yellow);
  background: #171311;
}

.download-index span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.download-index strong {
  margin-top: 4px;
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1;
}

.download-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 38px;
  color: var(--ink);
}

.download-copy h2 {
  margin-top: 7px;
  font-size: 29px;
  line-height: 1.35;
  white-space: nowrap;
}

.download-copy > span {
  margin-top: 7px;
  color: var(--muted);
}

.download-action {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--coral);
  gap: 18px;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.download-action:hover {
  color: var(--ink);
  background: var(--yellow);
}

.icon-arrow {
  width: 22px;
  height: 22px;
  background-image: url("../icons/arrow-white.svg");
}

.download-action:hover .icon-arrow {
  background-image: url("../icons/arrow-dark.svg");
}

.site-footer {
  padding: 46px 0 24px;
  color: var(--white);
  background: #120f0d;
}

.footer-inner {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-brand small {
  color: #bcaea3;
}

.footer-nav ul {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 28px;
}

.footer-nav a {
  color: #e4d8ce;
  font-size: 13px;
}

.footer-nav a:hover {
  color: var(--yellow);
}

.copyright {
  margin-top: 30px;
  color: #a99a8f;
  font-size: 12px;
  text-align: center;
}

.back-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--white);
  background: var(--coral);
  border: 2px solid var(--ink);
  opacity: 0;
  pointer-events: none;
}

.back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.back-top:hover {
  background: var(--ink);
}

.icon-arrow-up {
  width: 22px;
  height: 22px;
  background-image: url("../icons/arrow-up-white.svg");
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 36px;
  }

  .hero-copy h1 {
    font-size: 72px;
  }

  .topic-workbench {
    grid-template-columns: 160px minmax(0, 1fr) 250px;
  }

  .download-copy h2 {
    font-size: 25px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    height: var(--header-height);
  }

  .nav-shell {
    width: min(calc(100% - 24px), var(--container));
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy span {
    display: block;
    max-width: 142px;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  .mobile-actions {
    display: flex;
  }

  .site-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    background: var(--paper);
    border-top: 1px solid var(--line);
    border-bottom: 2px solid var(--ink);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    display: block;
    width: min(calc(100% - 24px), var(--container));
    margin: 0 auto;
  }

  .site-nav li {
    border-bottom: 1px solid var(--line);
  }

  .site-nav li:last-child {
    border-bottom: 0;
  }

  .site-nav a {
    padding: 15px 4px;
  }

  .site-nav a::after {
    width: 34px;
    right: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 72px 0;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy h1 {
    font-size: clamp(56px, 15vw, 78px);
    white-space: normal;
  }

  .hero-copy h2 {
    font-size: 27px;
  }

  .hero-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-points {
    justify-content: center;
  }

  .reading-desk {
    width: min(100%, 560px);
    margin: 0 auto;
    text-align: left;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    font-size: 39px;
  }

  .section-heading > p {
    margin-top: 16px;
    text-align: left;
  }

  .topic-workbench {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .filter-summary {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-desk {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .download-action {
    grid-column: 1 / -1;
    min-height: 66px;
  }

  .download-copy h2 {
    white-space: normal;
  }
}

@media (max-width: 620px) {
  .container,
  .hero-inner,
  .footer-inner {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand-copy span {
    max-width: 110px;
  }

  .mobile-download {
    min-height: 38px;
    padding: 0 12px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .hero-inner {
    padding: 54px 0 66px;
    gap: 48px;
  }

  .hero-copy h1 {
    font-size: 54px;
  }

  .hero-copy h2 {
    margin-top: 26px;
    font-size: 23px;
  }

  .hero-intro {
    font-size: 14px;
  }

  .hero-points {
    gap: 14px;
  }

  .hero-points li {
    font-size: 13px;
  }

  .reading-desk {
    padding: 18px;
    box-shadow: 7px 7px 0 rgba(238, 91, 63, 0.14);
  }

  .desk-head {
    align-items: flex-start;
  }

  .desk-head h2 {
    font-size: 20px;
  }

  .desk-tabs button {
    flex: 1;
    padding: 0 10px;
  }

  .topic-chips {
    flex-wrap: wrap;
  }

  .desk-featured {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .desk-featured figure {
    width: 64px;
    height: 84px;
  }

  .desk-featured .outline-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .desk-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .generate-list {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .topic-workbench {
    display: block;
  }

  .topic-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .topic-rail button {
    min-height: 50px;
    padding: 0 15px;
  }

  .topic-grid {
    padding: 12px;
  }

  .topic-grid button {
    min-height: 92px;
    font-size: 13px;
  }

  .topic-grid i {
    width: 30px;
    height: 30px;
  }

  .filter-summary {
    padding: 22px;
  }

  .screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .screen-card figcaption {
    min-height: 78px;
    padding: 12px 10px;
    gap: 8px;
  }

  .screen-card figcaption > b {
    font-size: 19px;
  }

  .screen-card figcaption strong {
    font-size: 14px;
  }

  .weekly-board {
    display: block;
  }

  .week-note {
    padding: 24px;
  }

  .week-note strong {
    margin-top: 16px;
    font-size: 23px;
  }

  .week-days {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .week-days button {
    min-height: 105px;
    border-bottom: 1px solid #5b4c43;
  }

  .week-reminder {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-item > button {
    min-height: 68px;
    padding: 14px 16px;
  }

  .faq-item > button span {
    align-items: flex-start;
    gap: 12px;
  }

  .faq-answer {
    padding: 0 16px 22px 45px;
  }

  .official-site summary {
    padding: 0 16px;
  }

  .official-answer {
    padding: 0 16px 22px 48px;
    overflow-wrap: anywhere;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: 0;
  }

  .download-section {
    padding: 52px 0;
  }

  .download-desk {
    display: block;
  }

  .download-index {
    min-height: 96px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .download-index strong {
    margin-top: 0;
    font-size: 42px;
  }

  .download-copy {
    padding: 28px 22px;
  }

  .download-copy h2 {
    font-size: 23px;
  }

  .footer-main {
    flex-direction: column;
    text-align: center;
  }

  .footer-nav ul {
    justify-content: center;
    gap: 15px 22px;
  }

  .back-top {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }

  a,
  button,
  summary {
    transition: none !important;
  }

  a:active,
  button:active,
  summary:active {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 380px) {
  .nav-shell {
    width: calc(100% - 18px);
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .brand-copy span {
    max-width: 92px;
    font-size: 12px;
  }

  .mobile-download {
    padding: 0 9px;
    font-size: 12px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .hero-copy h1 {
    font-size: 47px;
  }

  .hero-points {
    gap: 10px;
  }

  .review-user {
    align-items: flex-start;
  }

  .review-rating {
    min-width: 90px;
  }

  .review-rating .aiarticle-comment-rating-icon,
  .review-rating .fa-star,
  .review-rating .fa-star-o {
    width: 15px;
    height: 15px;
  }
}
