@charset "UTF-8";

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

:root {
  --ink: #171414;
  --ink-soft: #574f4f;
  --paper: #fffdf9;
  --cream: #f8f1e9;
  --blush: #fff1ee;
  --coral: #df3447;
  --coral-dark: #b51f34;
  --line: #e3d8d1;
  --white: #ffffff;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

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

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: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

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

ul {
  padding: 0;
  list-style: none;
}

.site-shell {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.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;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  background: rgba(255, 253, 249, 0.98);
  border-bottom: 1px solid var(--line);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

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

.site-brand > img,
.footer-brand > img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

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

.brand-copy strong,
.footer-brand strong {
  font-size: 20px;
  font-weight: 800;
}

.brand-copy span,
.footer-brand span span {
  margin-top: 3px;
  color: #786e6e;
  font-size: 12px;
  white-space: nowrap;
}

.site-nav {
  height: 100%;
}

.site-nav ul {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.site-nav li {
  display: flex;
}

.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 3px;
  background: transparent;
  content: "";
}

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

.site-nav a.is-active::after {
  background: var(--coral);
}

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

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

.menu-toggle {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 1px solid var(--ink);
  cursor: pointer;
}

.menu-toggle i,
.back-top i,
.hero-features i,
.primary-link i,
.field-box > i,
.password-toggle i,
.index-search i,
.official-site i,
.ticket-action i,
.icon-avatar {
  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"); }
.icon-grid { background-image: url("../icons/grid.svg"); }
.icon-book { background-image: url("../icons/book.svg"); }
.icon-bell { background-image: url("../icons/bell.svg"); }
.icon-download { background-image: url("../icons/download.svg"); }
.icon-mail { background-image: url("../icons/mail.svg"); }
.icon-lock { background-image: url("../icons/lock.svg"); }
.icon-eye { background-image: url("../icons/eye.svg"); }
.icon-user { background-image: url("../icons/user.svg"); }
.icon-search { background-image: url("../icons/search.svg"); }
.icon-globe { background-image: url("../icons/globe.svg"); }
.icon-arrow { background-image: url("../icons/arrow.svg"); }
.icon-avatar { background-image: url("../icons/avatar.svg"); }

.hero {
  overflow: hidden;
  min-height: 720px;
  background-color: var(--paper);
  background-image: linear-gradient(#efe6df 1px, transparent 1px), linear-gradient(90deg, #efe6df 1px, transparent 1px);
  background-size: 48px 48px;
  border-bottom: 1px solid var(--line);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 38%);
  align-items: center;
  min-height: 720px;
  gap: 72px;
}

.hero-copy {
  max-width: 700px;
  padding: 72px 0;
}

.eyebrow,
.section-kicker {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 16px;
  font-size: clamp(68px, 7.1vw, 112px);
  line-height: 0.96;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.hero h1::first-letter {
  color: var(--coral);
}

.hero h2 {
  margin-top: 30px;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.hero-intro {
  max-width: 650px;
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 17px;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-features span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 16px;
  background: var(--white);
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.hero-features i {
  width: 19px;
  height: 19px;
}

.hero-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 30px;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  min-height: 58px;
  padding: 0 28px;
  color: var(--white);
  background: var(--coral);
  border: 1px solid var(--coral);
  font-size: 17px;
  font-weight: 900;
}

.primary-link:hover {
  color: var(--white);
  background: var(--coral-dark);
  border-color: var(--coral-dark);
}

.primary-link i {
  width: 20px;
  height: 20px;
}

.age-label {
  display: block;
  color: #7d7373;
  font-size: 13px;
}

.phone-stage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 36px 0;
}

.phone-device {
  position: relative;
  width: 306px;
  padding: 13px;
  background: #111214;
  border: 2px solid #111214;
  border-radius: 42px;
}

.phone-device::before {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 50%;
  width: 94px;
  height: 24px;
  background: #111214;
  border-radius: 0 0 16px 16px;
  content: "";
  transform: translateX(-50%);
}

.phone-screen {
  min-height: 570px;
  overflow: hidden;
  background: var(--white);
  border-radius: 31px;
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 800;
}

.status-icons {
  letter-spacing: 2px;
}

.phone-auth {
  padding: 20px 18px 22px;
}

.phone-logo {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 50%;
}

.phone-product {
  margin-top: 7px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.phone-auth h3 {
  margin-top: 18px;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
}

.phone-subtitle {
  margin-top: 5px;
  color: #817878;
  text-align: center;
  font-size: 12px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 18px;
  border-bottom: 1px solid var(--line);
}

.auth-tab {
  min-height: 42px;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.auth-tab.is-active {
  color: var(--coral);
  border-bottom-color: var(--coral);
}

.auth-panel {
  display: none;
  padding-top: 15px;
}

.auth-panel.is-active {
  display: block;
}

.auth-panel > label {
  display: block;
  margin-bottom: 11px;
}

.auth-panel > label > span:first-child {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
}

.field-box {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 11px;
  background: #f7f7f7;
  border: 1px solid #e1dddd;
}

.field-box > i,
.password-toggle i {
  width: 17px;
  height: 17px;
}

.field-box input {
  width: 100%;
  min-width: 0;
  padding: 0 9px;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
}

.password-toggle,
.text-button,
.auth-switch button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 5px 0 14px;
  font-size: 12px;
}

.remember {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.remember input {
  accent-color: var(--coral);
}

.text-button,
.auth-switch button {
  color: var(--coral);
  font-size: 12px;
}

.auth-submit {
  width: 100%;
  min-height: 46px;
  color: var(--white);
  background: var(--coral);
  border: 1px solid var(--coral);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.auth-switch {
  margin-top: 11px;
  text-align: center;
  font-size: 12px;
}

.section {
  padding: 96px 0;
}

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

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 44%);
  align-items: end;
  gap: 48px;
}

.section-heading h2 {
  margin-top: 10px;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.split-heading > p {
  padding-bottom: 5px;
  color: var(--ink-soft);
}

.index-section,
.faq-section {
  background: var(--white);
}

.index-board {
  border-top: 3px solid var(--coral);
}

.index-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.index-filter,
.letter-button,
.weekday,
.follow-button {
  cursor: pointer;
}

.index-filter {
  min-height: 38px;
  padding: 0 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.index-filter.is-active,
.index-filter:hover {
  color: var(--white);
  background: var(--coral);
  border-color: var(--coral);
}

.index-search {
  display: flex;
  align-items: center;
  width: min(100%, 330px);
  min-height: 42px;
  padding: 0 14px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.index-search i {
  width: 18px;
  height: 18px;
}

.index-search input {
  width: 100%;
  padding: 0 10px;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.letter-index {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 14px 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}

.letter-button {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 700;
}

.letter-button:first-child {
  width: auto;
  padding: 0 14px;
}

.letter-button.is-active {
  color: var(--white);
  background: var(--coral);
}

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

.manga-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  min-height: 168px;
  padding: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.manga-card[hidden] {
  display: none;
}

.manga-card figure {
  width: 112px;
  height: 140px;
  overflow: hidden;
  background: var(--cream);
}

.manga-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-label {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
}

.manga-card h3 {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.35;
}

.manga-card p {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.serial-status {
  display: inline-block;
  margin-top: 9px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
}

.empty-result {
  margin-top: 20px;
  padding: 24px;
  background: var(--cream);
  text-align: center;
}

.calendar-section {
  background: var(--blush);
  border-top: 1px solid #f1d9d6;
  border-bottom: 1px solid #f1d9d6;
}

.calendar-panel {
  background: var(--white);
  border: 1px solid var(--line);
}

.weekday-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.weekday {
  min-height: 54px;
  padding: 0;
  background: var(--white);
  border: 0;
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
}

.weekday:last-child {
  border-right: 0;
}

.weekday.is-active {
  color: var(--white);
  background: var(--coral);
}

.update-list article {
  display: grid;
  grid-template-columns: minmax(180px, 2fr) 1fr 1fr 1.2fr 96px;
  align-items: center;
  gap: 18px;
  min-height: 64px;
  padding: 10px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.update-list article:last-child {
  border-bottom: 0;
}

.update-title {
  font-weight: 800;
}

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

.reminder input {
  width: 34px;
  height: 18px;
  accent-color: var(--coral);
}

.follow-button {
  min-height: 34px;
  color: var(--coral);
  background: var(--white);
  border: 1px solid var(--coral);
  font-size: 12px;
  font-weight: 800;
}

.follow-button.is-followed {
  color: var(--ink-soft);
  background: var(--cream);
  border-color: var(--line);
}

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

.screens-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-window {
  display: flex;
  aspect-ratio: 9 / 16;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fffdfb;
}

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

.screen-card figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 88px;
  align-content: center;
  column-gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid var(--line);
}

.screen-card figcaption > span {
  grid-row: 1 / 3;
  color: var(--coral);
  font-size: 14px;
  font-weight: 900;
}

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

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

.faq-list,
.official-site {
  width: 100%;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details,
.official-site {
  border-bottom: 1px solid var(--line);
}

.faq-list summary,
.official-site summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 18px;
  padding: 0 22px;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary strong {
  flex: 1;
  font-size: 16px;
}

.faq-number {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
}

.faq-list summary > i,
.official-site summary > i {
  position: relative;
  width: 18px;
  height: 18px;
}

.faq-list summary > i::before,
.faq-list summary > i::after,
.official-site summary > i::before,
.official-site summary > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.faq-list summary > i::after,
.official-site summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary > i::after,
.official-site[open] summary > i::after {
  display: none;
}

.faq-answer {
  padding: 0 60px 22px 62px;
  color: var(--ink-soft);
}

.official-site {
  margin-top: 28px;
  border: 1px solid var(--ink);
}

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

.official-site .icon-globe {
  width: 20px;
  height: 20px;
}

.official-site summary strong {
  font-size: 16px;
}

.official-site > div {
  padding: 0 54px 22px;
}

.official-site > div a {
  color: var(--coral);
  word-break: break-all;
}

.reviews-section {
  background: var(--blush);
  border-top: 1px solid #f1d9d6;
}

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

.review-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 26px;
  background: var(--white);
  border-top: 3px solid var(--coral);
}

.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

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

.icon-avatar {
  width: 42px;
  height: 42px;
  background-color: var(--blush);
  border: 1px solid #edc6c2;
  border-radius: 50%;
  background-size: 23px 23px;
}

.review-user strong {
  overflow-wrap: anywhere;
  font-size: 14px;
}

.review-rating {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  color: #f29b18;
  white-space: nowrap;
}

.review-rating .aiarticle-comment-rating-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

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

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

.review-card > p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.85;
}

.review-card time {
  margin-top: auto;
  padding-top: 20px;
  color: #786e6e;
  text-align: right;
  font-size: 12px;
}

.download-section {
  padding: 58px 0;
  background: #241f1f;
}

.download-ticket {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 260px;
  min-height: 180px;
  background: var(--paper);
  border: 1px solid #f07a86;
}

.ticket-number,
.ticket-copy,
.ticket-action {
  position: relative;
  display: flex;
  justify-content: center;
}

.ticket-number {
  flex-direction: column;
  align-items: center;
  border-right: 1px dashed #e9979f;
}

.ticket-number::before,
.ticket-number::after,
.ticket-copy::before,
.ticket-copy::after {
  position: absolute;
  z-index: 2;
  right: -9px;
  width: 18px;
  height: 18px;
  background: #241f1f;
  border-radius: 50%;
  content: "";
}

.ticket-number::before,
.ticket-copy::before { top: -10px; }
.ticket-number::after,
.ticket-copy::after { bottom: -10px; }

.ticket-number strong {
  color: var(--coral);
  font-size: 58px;
  line-height: 1;
}

.ticket-number span {
  margin-top: 6px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
}

.ticket-copy {
  flex-direction: column;
  padding: 30px 40px;
}

.ticket-copy h2 {
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.25;
  white-space: nowrap;
}

.ticket-copy > p:last-child {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 14px;
}

.ticket-action {
  align-items: center;
  gap: 14px;
  color: var(--white);
  background: var(--coral);
  font-size: 20px;
  font-weight: 900;
}

.ticket-action:hover {
  color: var(--white);
  background: var(--coral-dark);
}

.ticket-action i {
  width: 24px;
  height: 24px;
}

.site-footer {
  color: var(--white);
  background: #171414;
}

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

.footer-brand > img {
  border-radius: 50%;
}

.footer-brand span span {
  color: #cbbebe;
}

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

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

.footer-nav a:hover {
  color: #ff8994;
}

.copyright {
  padding: 20px 0 24px;
  color: #cbbebe;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  text-align: center;
  font-size: 12px;
}

.back-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  color: var(--white);
  background: var(--coral);
  border: 1px solid var(--ink);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

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

.back-top i {
  width: 22px;
  height: 22px;
  background-image: url("../images/back-top.svg");
}

@media (max-width: 1100px) {
  .site-nav a {
    padding: 0 14px;
  }

  .site-nav a::after {
    right: 14px;
    left: 14px;
  }

  .hero-shell {
    gap: 40px;
  }

  .hero h1 {
    font-size: 78px;
  }

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

  .download-ticket {
    grid-template-columns: 150px minmax(0, 1fr) 220px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 66px;
  }

  body {
    padding-top: var(--header-height);
  }

  .site-shell {
    width: calc(100% - 28px);
  }

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

  .site-brand {
    gap: 8px;
    min-width: 0;
  }

  .site-brand > img {
    width: 38px;
    height: 38px;
  }

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

  .brand-copy span {
    max-width: none;
    overflow: visible;
    font-size: 12px;
    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;
    height: auto;
    max-height: 0;
    overflow: hidden;
    background: var(--paper);
    border-bottom: 0 solid var(--line);
    visibility: hidden;
  }

  .site-nav.is-open {
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    border-bottom-width: 1px;
    visibility: visible;
  }

  .site-nav ul {
    display: block;
    width: calc(100% - 28px);
    height: auto;
    margin: 0 auto;
    padding: 8px 0 16px;
  }

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

  .site-nav a {
    min-height: 50px;
    padding: 0;
  }

  .site-nav a::after {
    display: none;
  }

  .hero,
  .hero-shell {
    min-height: auto;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 58px 0 64px;
  }

  .hero-copy {
    max-width: 660px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(58px, 18vw, 86px);
    white-space: normal;
  }

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

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

  .hero-features,
  .hero-action {
    justify-content: center;
    align-items: center;
  }

  .phone-stage {
    justify-content: center;
    padding: 28px 0 0;
  }

  .phone-device {
    width: min(100%, 294px);
  }

  .section {
    padding: 72px 0;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

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

  .index-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .index-search {
    width: 100%;
  }

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

  .update-list article {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 16px;
    padding: 14px;
  }

  .update-list article > span:nth-child(2),
  .update-list article > span:nth-child(3) {
    font-size: 12px;
  }

  .reminder {
    grid-column: 1;
  }

  .follow-button {
    grid-column: 2;
    grid-row: 1 / 3;
  }

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

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

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

  .ticket-copy {
    padding: 24px;
  }

  .ticket-copy h2 {
    font-size: 22px;
  }

  .ticket-action {
    grid-column: 1 / -1;
    min-height: 68px;
  }

  .ticket-copy::before,
  .ticket-copy::after {
    display: none;
  }

  .footer-main {
    align-items: center;
    flex-direction: column;
    padding: 32px 0 26px;
  }

  .footer-nav ul {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .site-shell {
    width: calc(100% - 24px);
  }

  .header-shell {
    gap: 6px;
  }

  .site-brand > img {
    width: 34px;
    height: 34px;
  }

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

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

  .mobile-actions {
    gap: 6px;
  }

  .mobile-download {
    min-height: 40px;
    padding: 0 11px;
    font-size: 12px;
  }

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

  .hero-shell {
    padding-top: 44px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero-features {
    gap: 7px;
  }

  .hero-features span {
    min-height: 42px;
    padding: 0 11px;
    font-size: 12px;
  }

  .primary-link {
    min-width: 200px;
  }

  .phone-screen {
    min-height: 556px;
  }

  .section {
    padding: 60px 0;
  }

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

  .manga-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 13px;
  }

  .manga-card figure {
    width: 96px;
    height: 130px;
  }

  .weekday-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(7, minmax(64px, 1fr));
  }

  .screens-grid {
    gap: 10px;
  }

  .screen-card figcaption {
    min-height: 92px;
    padding: 12px 9px;
    column-gap: 7px;
  }

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

  .faq-list summary,
  .official-site summary {
    min-height: 66px;
    padding: 0 12px;
  }

  .faq-list summary strong,
  .official-site summary strong {
    font-size: 14px;
  }

  .faq-answer {
    padding: 0 12px 18px 42px;
    font-size: 13px;
  }

  .official-site > div {
    padding: 0 42px 20px;
    font-size: 13px;
  }

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

  .review-card {
    min-height: 220px;
    padding: 20px;
  }

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

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

  .ticket-number strong {
    font-size: 42px;
  }

  .ticket-number span {
    font-size: 12px;
  }

  .ticket-copy {
    padding: 20px 16px;
  }

  .ticket-copy h2 {
    font-size: 18px;
    white-space: normal;
  }

  .ticket-copy > p:last-child {
    font-size: 12px;
  }

  .ticket-action {
    font-size: 17px;
  }

  .footer-brand > img {
    width: 42px;
    height: 42px;
  }

  .footer-nav ul {
    gap: 8px 18px;
  }

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

@media (max-width: 390px) {
  .site-brand {
    gap: 6px;
  }

  .site-brand > img {
    width: 31px;
    height: 31px;
  }

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

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

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

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

  .hero h2 {
    font-size: 22px;
  }

  .phone-device {
    width: 282px;
  }
}

@media (hover: none) and (pointer: coarse) {
  a,
  button,
  summary {
    transition: none !important;
  }

  a:active,
  button:active,
  summary:active {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
