@charset "UTF-8";

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

:root {
  --coral: #ff4e55;
  --coral-dark: #e83843;
  --coral-soft: #ffe7e2;
  --ivory: #fffaf2;
  --paper: #fffdf8;
  --ink: #121317;
  --text: #292a2f;
  --muted: #74757d;
  --line: #e7d8cd;
  --mint: #dff4e8;
  --white: #fff;
  --content: 1200px;
  --header-height: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: var(--header-height);
  color: var(--text);
  background: var(--ivory);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

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

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

button {
  color: inherit;
  font: inherit;
}

button,
summary {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #1d7a60;
  outline-offset: 3px;
}

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

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

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

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

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

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

.brand-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 12px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.15;
}

.brand-copy strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

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

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-link {
  position: relative;
  display: flex;
  min-height: 42px;
  align-items: center;
  color: #43444a;
  font-size: 14px;
  font-weight: 700;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--coral);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

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

.nav-link:hover::after,
.nav-link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

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

.mobile-download {
  display: inline-flex;
  height: 36px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--coral);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.menu-button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--ink);
  background: var(--paper);
  border-radius: 7px;
  place-items: center;
}

.menu-button i {
  width: 20px;
  height: 20px;
  background: url("../icons/menu.svg") center / contain no-repeat;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 1px 1px, rgba(255, 78, 85, 0.15) 1px, transparent 1.2px) 0 0 / 16px 16px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.76), rgba(255, 250, 242, 0.96) 58%);
}

.hero-inner {
  display: grid;
  min-height: 730px;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: center;
  grid-template-columns: minmax(0, 58%) minmax(280px, 42%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding-right: 44px;
}

.hero-kicker,
.section-heading > span,
.download-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hero-kicker::before {
  width: 28px;
  height: 4px;
  background: var(--coral);
  content: "";
}

.hero h1 {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(62px, 6vw, 86px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.hero h1::after {
  display: block;
  width: min(360px, 82%);
  height: 12px;
  margin-top: -5px;
  background: var(--coral);
  content: "";
  opacity: 0.7;
  transform: rotate(-2deg);
}

.hero-slogan {
  display: block;
  margin-top: 23px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
}

.hero-copy > p {
  max-width: 610px;
  margin-top: 14px;
  color: #5e5f65;
  font-size: 15px;
}

.hero-benefits {
  display: grid;
  max-width: 650px;
  margin-top: 29px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.hero-benefits li {
  display: flex;
  min-width: 0;
  padding: 14px 15px;
  align-items: center;
  gap: 10px;
  border-right: 1px solid var(--ink);
}

.hero-benefits li:first-child {
  padding-left: 0;
}

.hero-benefits li:last-child {
  border-right: 0;
}

.hero-benefits li > i {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  color: var(--coral-dark);
  border: 2px solid var(--coral);
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  place-items: center;
}

.hero-benefits li > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.35;
}

.hero-benefits strong {
  color: var(--ink);
  font-size: 14px;
}

.hero-benefits small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

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

.primary-button {
  display: inline-flex;
  min-width: 270px;
  min-height: 54px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: var(--white);
  background: var(--coral);
  border: 2px solid var(--coral);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  transition: background 0.2s ease, color 0.2s ease;
}

.primary-button:hover {
  color: var(--coral);
  background: transparent;
}

.primary-button i {
  font-size: 20px;
  font-style: normal;
}

.age-label {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
}

.manga-device {
  position: relative;
  z-index: 1;
  width: 300px;
  min-height: 610px;
  margin-left: auto;
  padding: 9px;
  border: 4px solid #17181c;
  background: #f4f4f2;
  border-radius: 38px;
}

.device-speaker {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 74px;
  height: 17px;
  background: #121317;
  border-radius: 0 0 12px 12px;
  transform: translateX(-50%);
}

.device-screen {
  position: relative;
  overflow: hidden;
  min-height: 584px;
  padding: 12px 10px 62px;
  border: 1px solid #b8b8b6;
  background: #fff;
  border-radius: 27px;
}

.device-status {
  display: flex;
  min-height: 21px;
  padding: 0 7px;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.device-heading {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: space-between;
}

.device-heading > span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.device-heading img {
  width: 25px;
  height: 25px;
  border-radius: 7px;
  object-fit: contain;
}

.device-heading strong {
  color: var(--ink);
  font-size: 13px;
}

.device-heading > i {
  color: var(--coral);
  font-size: 18px;
  font-style: normal;
}

.device-search {
  display: flex;
  min-height: 36px;
  margin-top: 11px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  color: #96979d;
  background: #f4f4f6;
  border-radius: 18px;
  font-size: 12px;
}

.device-search i {
  color: var(--coral);
  font-style: normal;
}

.device-tabs {
  display: grid;
  margin-top: 9px;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #ededed;
}

.device-tabs button {
  min-height: 35px;
  padding: 0;
  color: #77787f;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-size: 12px;
}

.device-tabs button.is-active {
  color: var(--coral-dark);
  border-bottom-color: var(--coral);
  font-weight: 900;
}

.device-feature-list {
  margin-top: 10px;
}

.device-feature {
  display: grid;
  min-height: 135px;
  padding: 7px;
  align-items: stretch;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid #eee0d8;
  background: var(--paper);
  border-radius: 10px;
}

.device-feature[hidden] {
  display: none;
}

.device-feature img {
  width: 98px;
  height: 119px;
  object-fit: contain;
  background: var(--coral-soft);
  border-radius: 7px;
}

.device-feature > div {
  display: flex;
  min-width: 0;
  padding: 8px 0 6px;
  align-items: flex-start;
  flex-direction: column;
}

.device-feature strong {
  overflow: hidden;
  max-width: 100%;
  color: var(--ink);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.device-feature p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.device-feature span {
  margin-top: auto;
  padding: 2px 7px;
  color: var(--coral-dark);
  background: var(--coral-soft);
  border-radius: 9px;
  font-size: 12px;
}

.device-subheading {
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
}

.device-subheading strong {
  color: var(--ink);
  font-size: 13px;
}

.device-subheading span {
  color: var(--muted);
  font-size: 12px;
}

.device-recommend {
  display: grid;
  margin-top: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.device-recommend article {
  overflow: hidden;
  border: 1px solid #e8e0da;
  background: #fff;
  border-radius: 7px;
}

.device-recommend img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  background: #f7eee9;
}

.device-recommend article div {
  display: flex;
  padding: 6px;
  flex-direction: column;
}

.device-recommend strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.device-recommend small {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.device-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  height: 57px;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.device-nav button {
  display: flex;
  padding: 5px 0 3px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #8e8f96;
  border: 0;
  background: transparent;
}

.device-nav button i {
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}

.device-nav button span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1;
}

.device-nav button.is-active {
  color: var(--coral);
}

.page-section {
  padding: 94px 0;
}

.section-heading,
.download-heading {
  max-width: 760px;
}

.section-heading > span,
.download-heading > span {
  padding-left: 9px;
  border-left: 4px solid var(--coral);
}

.section-heading h2,
.download-heading h2 {
  margin-top: 4px;
  color: var(--ink);
  font-size: 42px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -0.06em;
}

.section-heading > p,
.download-heading > p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 15px;
}

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

.radar-workbench {
  display: grid;
  margin-top: 40px;
  grid-template-columns: minmax(310px, 0.85fr) minmax(0, 1.4fr);
  border: 2px solid var(--ink);
  background: var(--white);
}

.radar-console {
  display: grid;
  padding: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  border-right: 2px solid var(--ink);
  background:
    radial-gradient(circle at 1px 1px, rgba(255, 78, 85, 0.18) 1px, transparent 1.2px) 0 0 / 14px 14px,
    var(--coral-soft);
}

.radar-dial {
  position: relative;
  display: grid;
  width: min(230px, 100%);
  aspect-ratio: 1;
  grid-column: 1 / -1;
  margin: 0 auto 8px;
  border: 1px solid var(--coral);
  border-radius: 50%;
  background:
    linear-gradient(transparent 49.5%, rgba(255, 78, 85, 0.45) 50%, transparent 50.5%),
    linear-gradient(90deg, transparent 49.5%, rgba(255, 78, 85, 0.45) 50%, transparent 50.5%),
    radial-gradient(circle, var(--coral) 0 7px, transparent 8px),
    repeating-radial-gradient(circle, transparent 0 37px, rgba(255, 78, 85, 0.35) 38px 39px);
  place-items: center;
}

.radar-dial::before,
.radar-dial::after {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--coral);
  border-radius: 50%;
  content: "";
}

.radar-dial::before {
  top: 28%;
  left: 25%;
}

.radar-dial::after {
  right: 23%;
  bottom: 24%;
}

.radar-dial > i {
  position: absolute;
  width: 42%;
  height: 2px;
  background: var(--coral);
  transform: rotate(-30deg);
  transform-origin: right center;
}

.radar-dial > strong {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  color: var(--coral);
  border: 2px solid var(--coral);
  background: var(--white);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 950;
  place-items: center;
}

.radar-filter {
  padding: 12px;
  border: 1px solid rgba(232, 56, 67, 0.35);
  background: rgba(255, 255, 255, 0.8);
}

.radar-filter strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
}

.radar-filter button {
  min-height: 28px;
  margin: 2px 3px 2px 0;
  padding: 0 7px;
  color: #66676d;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 12px;
  font-size: 12px;
}

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

.radar-results {
  padding: 28px;
}

.result-heading {
  display: flex;
  min-height: 40px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 2px solid var(--ink);
}

.result-heading strong {
  color: var(--ink);
  font-size: 18px;
}

.result-heading span {
  color: var(--coral-dark);
  font-size: 12px;
}

.result-card {
  display: grid;
  min-height: 116px;
  padding: 12px 0;
  align-items: center;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.result-card:last-child {
  border-bottom: 0;
}

.result-card.is-selected {
  background: linear-gradient(90deg, var(--coral-soft), transparent 70%);
}

.result-card img {
  width: 76px;
  height: 92px;
  object-fit: contain;
  background: #f8efea;
}

.result-card > div {
  min-width: 0;
}

.result-card > div strong {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.result-card p {
  margin-top: 3px;
  color: #62636a;
  font-size: 13px;
}

.result-card small {
  color: var(--coral-dark);
  font-size: 12px;
}

.result-card > button,
.follow-queue article button {
  min-height: 34px;
  padding: 0 14px;
  color: var(--coral-dark);
  border: 1px solid var(--coral);
  background: var(--white);
  border-radius: 17px;
  font-size: 12px;
  font-weight: 800;
}

.result-card > button:hover,
.result-card > button.is-active,
.follow-queue article button:hover,
.follow-queue article button.is-active {
  color: var(--white);
  background: var(--coral);
}

.calendar-section {
  background: var(--ivory);
}

.week-tabs {
  display: grid;
  overflow-x: auto;
  margin-top: 40px;
  grid-template-columns: repeat(7, minmax(112px, 1fr));
  gap: 6px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.week-tabs button {
  display: flex;
  min-height: 70px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--paper);
  scroll-snap-align: start;
}

.week-tabs button strong {
  font-size: 14px;
}

.week-tabs button small {
  color: var(--muted);
  font-size: 12px;
}

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

.week-tabs button.is-active small {
  color: var(--white);
}

.calendar-board {
  display: grid;
  margin-top: 12px;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  gap: 14px;
}

.update-timeline,
.follow-queue {
  padding: 25px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.timeline-heading,
.queue-heading {
  display: flex;
  min-height: 38px;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px solid var(--ink);
}

.timeline-heading strong,
.queue-heading strong {
  color: var(--ink);
  font-size: 18px;
}

.timeline-heading small,
.queue-heading span {
  color: var(--muted);
  font-size: 12px;
}

.active-day {
  color: var(--coral-dark);
}

.timeline-item {
  position: relative;
  display: grid;
  min-height: 96px;
  padding: 12px 0;
  align-items: center;
  grid-template-columns: 62px 58px minmax(0, 1fr) 12px;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.timeline-item:last-child {
  border-bottom: 0;
}

.timeline-item.is-dimmed {
  opacity: 0.35;
}

.timeline-item time {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.timeline-item img {
  width: 58px;
  height: 72px;
  object-fit: contain;
  background: #f8efea;
}

.timeline-item > div {
  min-width: 0;
}

.timeline-item strong {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timeline-item small {
  color: var(--muted);
  font-size: 12px;
}

.timeline-item > i {
  width: 10px;
  height: 10px;
  background: var(--coral);
  border-radius: 50%;
}

.follow-queue article {
  display: grid;
  min-height: 95px;
  padding: 11px 0;
  align-items: center;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.follow-queue article:last-child {
  border-bottom: 0;
}

.follow-queue article img {
  width: 58px;
  height: 72px;
  object-fit: contain;
  background: #f8efea;
}

.follow-queue article > div {
  min-width: 0;
}

.follow-queue article strong {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.follow-queue article small {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.screens-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

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

.screens-grid figure {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--coral-soft);
}

.screen-viewport {
  width: 100%;
  aspect-ratio: 9 / 16;
  padding: 10px;
  background: #fff;
}

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

.screens-grid figcaption {
  display: flex;
  min-height: 96px;
  padding: 17px;
  flex-direction: column;
}

.screens-grid figcaption strong {
  color: var(--ink);
  font-size: 17px;
}

.screens-grid figcaption span {
  margin-top: 4px;
  color: #73747a;
  font-size: 12px;
}

.faq-section {
  padding-bottom: 34px;
  background: var(--ivory);
}

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

.faq-item {
  border-bottom: 1px solid var(--ink);
}

.faq-item summary,
.official-disclosure summary {
  list-style: none;
}

.faq-item summary::-webkit-details-marker,
.official-disclosure summary::-webkit-details-marker {
  display: none;
}

.faq-item summary {
  display: grid;
  min-height: 72px;
  align-items: center;
  grid-template-columns: 58px minmax(0, 1fr) 42px;
}

.faq-item summary b {
  color: var(--coral-dark);
  font-size: 13px;
}

.faq-item summary span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.faq-item summary i,
.official-disclosure summary > i {
  display: grid;
  width: 34px;
  height: 34px;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 21px;
  font-style: normal;
  line-height: 1;
  place-items: center;
}

.faq-item[open] summary i,
.official-disclosure[open] summary > i {
  color: var(--white);
  border-color: var(--coral);
  background: var(--coral);
  font-size: 0;
}

.faq-item[open] summary i::after,
.official-disclosure[open] summary > i::after {
  font-size: 21px;
  content: "−";
}

.faq-item > div {
  padding: 0 70px 24px 58px;
}

.faq-item > div p {
  color: #66676e;
  font-size: 14px;
}

.official-section {
  padding: 0 0 70px;
  background: var(--ivory);
}

.official-disclosure {
  border: 2px solid var(--coral);
  background: var(--paper);
}

.official-disclosure summary {
  display: flex;
  min-height: 84px;
  padding: 14px 18px 14px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.official-disclosure summary > span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 22px;
}

.official-disclosure summary b {
  color: var(--coral-dark);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.official-disclosure summary strong {
  color: var(--ink);
  font-size: 18px;
}

.official-disclosure > div {
  padding: 0 70px 24px 24px;
}

.official-disclosure > div p {
  color: var(--muted);
  font-size: 14px;
}

.official-disclosure a {
  color: var(--coral-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.voices-section {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

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

.voice-card {
  display: flex;
  min-width: 0;
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
  flex-direction: column;
}

.voice-card::before {
  width: 38px;
  height: 5px;
  margin-bottom: 16px;
  background: var(--coral);
  content: "";
}

.voice-user {
  display: flex;
  min-width: 0;
  padding-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.voice-user > span:first-child {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.voice-avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  background: var(--coral-soft) url("../icons/avatar.svg") center / 22px 22px no-repeat;
  border-radius: 50%;
}

.voice-user strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.voice-rating {
  display: flex;
  flex: 0 0 auto;
  gap: 2px;
}

.voice-rating i {
  display: block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

.voice-card > p {
  margin-top: 16px;
  color: #55565d;
  font-size: 14px;
}

.voice-card > time {
  margin-top: auto;
  padding-top: 17px;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.download-section {
  padding: 92px 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 1px 1px, rgba(18, 19, 23, 0.1) 1px, transparent 1.2px) 0 0 / 14px 14px,
    var(--coral-soft);
}

.download-heading h2 {
  white-space: nowrap;
}

.download-fold {
  display: grid;
  overflow: hidden;
  min-height: 220px;
  margin-top: 38px;
  grid-template-columns: 260px minmax(0, 1fr) 270px;
  border: 2px solid var(--ink);
  background: var(--paper);
}

.fold-note {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 30px;
  justify-content: center;
  flex-direction: column;
  border-right: 2px solid var(--ink);
  background: var(--coral);
}

.fold-note::after {
  position: absolute;
  top: -42px;
  right: -42px;
  width: 84px;
  height: 84px;
  background: var(--paper);
  content: "";
  transform: rotate(45deg);
}

.fold-note > i {
  width: 46px;
  height: 4px;
  margin-bottom: 14px;
  background: var(--ink);
}

.fold-note strong {
  color: var(--ink);
  font-size: 27px;
  line-height: 1.25;
}

.fold-note span {
  margin-top: 16px;
  color: rgba(18, 19, 23, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.download-fold ol {
  display: grid;
  padding: 35px;
  align-items: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.download-fold li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.download-fold li b {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  color: var(--white);
  background: var(--coral);
  border-radius: 50%;
  font-size: 14px;
  place-items: center;
}

.download-fold li span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.download-fold li strong {
  color: var(--ink);
  font-size: 14px;
}

.download-fold li small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.download-fold > a {
  display: inline-flex;
  min-width: 0;
  min-height: 54px;
  margin: auto 28px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--white);
  background: var(--ink);
  border-radius: 27px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.download-fold > a:hover {
  background: var(--coral-dark);
}

.download-fold > a i {
  font-size: 18px;
  font-style: normal;
}

.site-footer {
  position: relative;
  color: #ececec;
  background:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.05) 1px, transparent 1.2px) 0 0 / 14px 14px,
    var(--ink);
}

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

.footer-brand .brand-copy strong,
.footer-brand .brand-copy small {
  color: var(--white);
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.footer-nav a {
  color: #c7c7ca;
  font-size: 12px;
}

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

.footer-bottom {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  color: #9fa0a5;
  font-size: 12px;
}

.back-top {
  position: absolute;
  z-index: 20;
  top: -23px;
  right: max(24px, calc((100% - var(--content)) / 2));
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--ink);
  background: var(--coral);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  place-items: center;
}

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

.back-top i {
  width: 22px;
  height: 22px;
  background: url("../icons/top.svg") center / contain no-repeat;
}

@media (max-width: 1080px) {
  .main-nav ul {
    gap: 24px;
  }

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

  .hero-benefits li {
    padding-right: 10px;
    padding-left: 10px;
  }

  .radar-workbench {
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  }

  .download-fold {
    grid-template-columns: 210px minmax(0, 1fr) 230px;
  }

  .download-fold ol {
    padding: 26px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

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

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

  .header-inner {
    position: relative;
    gap: 12px;
  }

  .main-nav {
    position: absolute;
    z-index: 10;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    border: 1px solid var(--ink);
    border-top: 3px solid var(--coral);
    background: var(--paper);
  }

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

  .main-nav ul {
    display: grid;
    padding: 8px;
    gap: 0;
  }

  .nav-link {
    min-height: 44px;
    padding: 0 12px;
    border-bottom: 1px solid var(--line);
  }

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

  .nav-link::after {
    display: none;
  }

  .mobile-actions {
    display: flex;
  }

  .hero-inner {
    min-height: 0;
    padding-top: 66px;
    padding-bottom: 72px;
    grid-template-columns: 1fr;
    gap: 56px;
  }

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

  .hero-kicker,
  .hero-action {
    align-items: center;
  }

  .hero-copy > p,
  .hero-benefits {
    margin-right: auto;
    margin-left: auto;
  }

  .hero h1::after {
    margin-right: auto;
    margin-left: auto;
  }

  .manga-device {
    margin-right: auto;
    margin-left: auto;
  }

  .radar-workbench {
    grid-template-columns: 1fr;
  }

  .radar-console {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .calendar-board {
    grid-template-columns: 1fr;
  }

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

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

  .download-fold > a {
    min-height: 50px;
    margin: 0 26px 26px;
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .container {
    width: calc(100% - 28px);
  }

  .brand-logo {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .brand {
    gap: 7px;
  }

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

  .brand-copy small {
    margin-top: 2px;
    font-size: 12px;
  }

  .hero-inner {
    padding-top: 52px;
  }

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

  .hero-slogan {
    font-size: 23px;
  }

  .page-section {
    padding: 72px 0;
  }

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

  .section-heading > p,
  .download-heading > p {
    font-size: 14px;
  }

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

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

  .official-disclosure summary > span {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .download-fold {
    grid-template-columns: 1fr;
  }

  .fold-note {
    min-height: 168px;
    align-items: center;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
    text-align: center;
  }

  .download-fold ol {
    grid-column: 1;
    padding: 26px;
  }

  .download-fold > a {
    width: calc(100% - 52px);
    margin: 0 26px 26px;
    grid-column: 1;
  }

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

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

  .footer-bottom {
    min-height: 72px;
    padding: 14px 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .mobile-download {
    height: 34px;
    padding: 0 9px;
  }

  .menu-button {
    width: 34px;
    height: 34px;
  }

  .hero-inner {
    padding-top: 43px;
    padding-bottom: 60px;
    gap: 48px;
  }

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

  .hero-slogan {
    font-size: 21px;
  }

  .hero-copy > p {
    font-size: 14px;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .hero-benefits li,
  .hero-benefits li:first-child {
    padding: 11px 0;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .hero-benefits li:last-child {
    border-bottom: 0;
  }

  .hero-benefits li > span {
    min-width: 130px;
    text-align: left;
  }

  .primary-button {
    width: 100%;
    min-width: 0;
  }

  .manga-device {
    width: min(300px, 100%);
  }

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

  .download-heading h2 {
    font-size: 27px;
    white-space: nowrap;
  }

  .radar-console {
    padding: 18px;
    gap: 10px;
  }

  .radar-results {
    padding: 18px;
  }

  .result-card {
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .result-card img {
    width: 62px;
    height: 80px;
  }

  .result-card p {
    display: none;
  }

  .result-card > button {
    padding: 0 9px;
  }

  .update-timeline,
  .follow-queue {
    padding: 17px;
  }

  .timeline-item {
    grid-template-columns: 46px 50px minmax(0, 1fr) 10px;
    gap: 8px;
  }

  .timeline-item img,
  .follow-queue article img {
    width: 50px;
    height: 64px;
  }

  .follow-queue article {
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .follow-queue article button {
    padding: 0 9px;
  }

  .screen-viewport {
    padding: 5px;
  }

  .screens-grid figcaption {
    min-height: 88px;
    padding: 11px 9px;
  }

  .screens-grid figcaption strong {
    font-size: 14px;
  }

  .faq-item summary {
    min-height: 68px;
    grid-template-columns: 40px minmax(0, 1fr) 34px;
  }

  .faq-item summary span {
    font-size: 14px;
  }

  .faq-item > div {
    padding: 0 38px 22px 40px;
  }

  .official-section {
    padding-bottom: 58px;
  }

  .official-disclosure summary {
    min-height: 92px;
    padding: 15px;
  }

  .official-disclosure summary strong {
    font-size: 15px;
  }

  .official-disclosure > div {
    padding: 0 54px 20px 15px;
  }

  .voice-card {
    min-height: 205px;
    padding: 18px;
  }

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

  .download-fold > a {
    padding: 0 17px;
    font-size: 13px;
  }

  .back-top {
    top: -20px;
    right: 14px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 360px) {
  .container {
    width: calc(100% - 20px);
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

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

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

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

  .radar-filter {
    padding: 9px;
  }
}

@media (hover: none), (pointer: coarse) {
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
