@charset "UTF-8";
/* 作者：搭客佬 */
/* 链接： */

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --navy-950: #102f48;
  --navy-900: #173f62;
  --navy-800: #255878;
  --navy-700: #2f6488;
  --amber-500: #f7ae25;
  --amber-400: #ffc34d;
  --amber-100: #fff0c8;
  --paper: #fff9ed;
  --paper-deep: #f4f0e8;
  --white: #ffffff;
  --ink: #172b3c;
  --muted: #607181;
  --line: #d8e0e4;
  --line-dark: #9fb0bc;
  --danger: #c84f3d;
  --content-width: 1200px;
  --header-height: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

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

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

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

[hidden],
.is-hidden {
  display: none !important;
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: var(--header-height);
  color: var(--white);
  background: var(--navy-900);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

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

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

.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--white);
}

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

.brand-copy strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.brand-copy small {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.76);
  white-space: nowrap;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 23px 16px 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  height: 2px;
  content: "";
  background: transparent;
}

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

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

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

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

.menu-toggle {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--white);
}

.hero,
.section {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.hero {
  overflow: hidden;
  background-color: var(--paper);
  background-image: radial-gradient(rgba(23, 63, 98, 0.08) 0.8px, transparent 0.8px);
  background-size: 18px 18px;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  min-height: 668px;
  align-items: center;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 72px;
  padding-top: 58px;
  padding-bottom: 58px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow,
.section-index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.eyebrow::before,
.section-index::before {
  width: 24px;
  height: 3px;
  content: "";
  background: var(--amber-500);
}

.hero h1 {
  margin: 18px 0 18px;
  color: var(--navy-900);
  font-size: clamp(58px, 6vw, 82px);
  line-height: 1.06;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 24px;
  color: #29485f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags li {
  position: relative;
  padding: 7px 14px 7px 32px;
  color: var(--navy-900);
  background: var(--amber-100);
  border: 1px solid rgba(247, 174, 37, 0.54);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
}

.hero-tags li::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--amber-500);
  border-radius: 50%;
  transform: translateY(-50%);
}

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

.primary-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 26px;
  color: var(--navy-950);
  background: var(--amber-500);
  border: 2px solid var(--navy-900);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--navy-900);
  font-weight: 900;
  white-space: nowrap;
}

.primary-link span {
  font-size: 22px;
}

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

.hero-note {
  max-width: 560px;
  margin: 24px 0 0;
  padding-left: 16px;
  color: var(--muted);
  border-left: 3px solid var(--line-dark);
  font-size: 14px;
}

.hero-device {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.phone-frame {
  width: 304px;
  padding: 9px;
  background: var(--navy-950);
  border: 2px solid var(--navy-950);
  border-radius: 36px;
}

.phone-screen {
  position: relative;
  overflow: hidden;
  min-height: 594px;
  padding: 13px 12px 58px;
  background: #f7f6f1;
  border-radius: 27px;
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.phone-appbar {
  display: grid;
  align-items: center;
  grid-template-columns: 30px 1fr 24px;
  gap: 8px;
}

.phone-appbar img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 7px;
}

.phone-appbar strong {
  color: var(--navy-900);
  font-size: 15px;
}

.phone-appbar > span {
  font-size: 22px;
  font-weight: 900;
}

.phone-search {
  margin-top: 12px;
  padding: 9px 12px;
  color: #7a8892;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 12px;
}

.phone-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.phone-tabs .is-current,
.phone-bottom .is-current {
  color: var(--amber-500);
}

.phone-feature {
  display: grid;
  min-height: 130px;
  align-items: center;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 10px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 10px;
}

.phone-feature img {
  width: 88px;
  height: 110px;
  object-fit: contain;
  background: #eef1f2;
  border-radius: 6px;
}

.phone-feature div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
}

.phone-feature div span,
.phone-feature div small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.phone-feature div strong {
  font-size: 16px;
}

.phone-heading {
  margin: 13px 0 8px;
  color: var(--navy-900);
  font-size: 14px;
}

.phone-books {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.phone-books article {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 7px;
  min-width: 0;
  padding: 7px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.phone-books img {
  width: 50px;
  height: 66px;
  object-fit: contain;
  grid-row: 1 / 3;
  background: var(--paper-deep);
}

.phone-books strong {
  align-self: end;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.phone-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 52px;
  align-items: center;
  justify-content: space-around;
  color: #75818a;
  background: var(--white);
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 96px 0;
}

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

.section-heading h2 {
  margin: 7px 0 0;
  color: var(--navy-900);
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.section-heading > p {
  max-width: 470px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 15px;
  text-align: right;
}

.compass-section {
  background: var(--white);
}

.compass-panel {
  display: grid;
  overflow: hidden;
  grid-template-columns: 184px minmax(0, 1fr);
  border: 2px solid var(--navy-900);
  border-radius: 14px;
}

.filter-rail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px 20px;
  background: var(--navy-900);
}

.filter-rail-label {
  margin-bottom: 10px;
  color: var(--amber-400);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.filter-tab {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.filter-tab.is-active {
  color: var(--navy-950);
  background: var(--amber-500);
  border-color: var(--amber-500);
}

.compass-content {
  min-width: 0;
  padding: 30px;
  background: var(--paper);
}

.catalog-search label {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
  font-size: 13px;
  font-weight: 800;
}

.search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px;
}

.search-row input {
  min-width: 0;
  height: 50px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
}

.search-row button {
  color: var(--navy-950);
  background: var(--amber-500);
  border: 1px solid var(--navy-900);
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.mood-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mood-row > strong {
  margin-right: 6px;
  color: var(--navy-900);
  font-size: 13px;
}

.mood-chip {
  min-height: 34px;
  padding: 0 13px;
  color: var(--navy-800);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.mood-chip.is-active {
  color: var(--white);
  background: var(--navy-700);
  border-color: var(--navy-700);
}

.filter-result {
  margin: 20px 0 10px;
  color: var(--muted);
  font-size: 12px;
}

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

.comic-card,
.shelf-card {
  min-width: 0;
}

.comic-cover,
.shelf-card > div {
  position: relative;
  overflow: hidden;
  background: var(--paper-deep);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.comic-cover {
  aspect-ratio: 3 / 4;
}

.comic-cover img,
.shelf-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.comic-cover span,
.shelf-card > div span {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px 8px;
  color: var(--navy-950);
  background: var(--amber-400);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
}

.comic-card h3,
.shelf-card h3 {
  overflow: hidden;
  margin: 10px 0 2px;
  color: var(--navy-900);
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comic-card p,
.shelf-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
}

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

.schedule-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 20px;
}

.week-panel,
.follow-list {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
}

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

.week-tabs button {
  min-height: 92px;
  padding: 12px 8px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  cursor: pointer;
}

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

.week-tabs strong,
.week-tabs span {
  display: block;
}

.week-tabs strong {
  color: var(--navy-900);
  font-size: 14px;
}

.week-tabs span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.week-tabs button.is-active {
  background: var(--amber-500);
}

.week-tabs button.is-active strong,
.week-tabs button.is-active span {
  color: var(--navy-950);
}

.day-summary {
  display: grid;
  min-height: 176px;
  align-content: center;
  grid-template-columns: 86px 1fr;
  gap: 4px 24px;
  padding: 30px;
}

.day-summary > span {
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 50%;
  grid-row: 1 / 3;
  font-size: 16px;
  font-weight: 800;
}

.day-summary > strong {
  align-self: end;
  color: var(--navy-900);
  font-size: 20px;
}

.day-summary p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.follow-list {
  padding: 22px;
}

.follow-list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--navy-900);
}

.follow-list-title h3 {
  margin-bottom: 0;
  color: var(--navy-900);
  font-size: 20px;
}

.follow-list-title span {
  color: var(--muted);
  font-size: 12px;
}

.follow-list article {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

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

.follow-list img {
  width: 50px;
  height: 58px;
  object-fit: contain;
  background: var(--paper-deep);
  border-radius: 5px;
}

.follow-list article div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.follow-list article strong {
  overflow: hidden;
  color: var(--navy-900);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.follow-list article span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.shelf-section {
  background: var(--navy-900);
}

.shelf-section .section-index,
.shelf-section .section-heading > p {
  color: rgba(255, 255, 255, 0.72);
}

.shelf-section .section-heading h2 {
  color: var(--white);
}

.shelf-layout {
  display: grid;
  overflow: hidden;
  grid-template-columns: 180px minmax(0, 1fr);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
}

.shelf-index {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 18px;
  background: #dfe6e8;
  border-right: 1px solid var(--line-dark);
}

.shelf-index > span {
  margin-bottom: 10px;
  color: var(--navy-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.shelf-tab,
.updated-toggle {
  min-height: 43px;
  padding: 0 13px;
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.shelf-tab.is-active {
  color: var(--navy-950);
  background: var(--amber-500);
  border-color: var(--navy-900);
}

.updated-toggle {
  margin-top: auto;
  color: var(--white);
  background: var(--navy-700);
  border-color: var(--navy-700);
}

.updated-toggle[aria-pressed="true"] {
  color: var(--navy-950);
  background: var(--amber-500);
}

.shelf-main {
  min-width: 0;
  padding: 24px;
}

.shelf-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-dark);
}

.shelf-toolbar p,
.shelf-toolbar span {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

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

.shelf-card > div {
  aspect-ratio: 3 / 4;
}

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

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

.screenshot-grid figure {
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 0;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 10px;
}

.screenshot-grid figure > div {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #ecebe7;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.screenshot-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.screenshot-grid figcaption {
  display: flex;
  min-height: 72px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 14px 4px 2px;
}

.screenshot-grid figcaption strong {
  color: var(--navy-900);
  font-size: 15px;
}

.screenshot-grid figcaption span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.questions-section {
  background: var(--white);
}

.faq-list {
  border-top: 2px solid var(--navy-900);
}

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

.faq-item h3 {
  margin-bottom: 0;
}

.faq-item h3 button {
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px 0 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.faq-item h3 button > span {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--navy-900);
  font-size: 16px;
}

.faq-item h3 b {
  min-width: 50px;
  color: var(--amber-500);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.faq-item h3 i,
.official-site summary > i {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.faq-item h3 i::before,
.faq-item h3 i::after,
.official-site summary > i::before,
.official-site summary > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--navy-900);
  transform: translate(-50%, -50%);
}

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

.faq-item h3 button[aria-expanded="true"] i::after,
.official-site[open] summary > i::after {
  display: none;
}

.faq-item h3 button[aria-expanded="true"] {
  background: var(--paper);
}

.faq-answer {
  padding: 0 70px 24px;
  background: var(--paper);
}

.faq-answer p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.official-site {
  margin-top: 28px;
  border: 2px solid var(--navy-900);
  border-radius: 9px;
}

.official-site summary {
  display: grid;
  min-height: 76px;
  align-items: center;
  grid-template-columns: 42px 1fr 22px;
  gap: 16px;
  padding: 0 20px;
  color: var(--navy-900);
  list-style: none;
  cursor: pointer;
}

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

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

.official-icon {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  background: var(--amber-500);
  border-radius: 50%;
}

.official-icon::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  content: "";
  border: 2px solid var(--navy-900);
  border-radius: 50%;
}

.official-icon::after {
  position: absolute;
  top: 19px;
  left: 10px;
  width: 22px;
  height: 2px;
  content: "";
  background: var(--navy-900);
}

.official-site > div {
  padding: 0 78px 24px;
}

.official-site > div p {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 13px;
}

.official-site > div a {
  color: var(--navy-700);
  font-size: 15px;
  font-weight: 800;
  word-break: break-all;
}

.voices-section {
  background-color: var(--paper);
  background-image: linear-gradient(rgba(23, 63, 98, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 63, 98, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
}

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

.voice-card {
  position: relative;
  display: flex;
  min-height: 230px;
  overflow: hidden;
  flex-direction: column;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 8px 8px 8px 20px;
}

.voice-card::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 28px;
  height: 28px;
  content: "";
  background: var(--amber-100);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

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

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

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

.voice-avatar {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background-color: var(--amber-100);
  background-image: url("../icons/avatar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border: 1px solid var(--amber-500);
  border-radius: 50%;
}

.voice-rating {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  color: var(--amber-500);
  font-size: 13px;
  white-space: nowrap;
}

.fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-star::before {
  content: "\f005";
}

.fa-star-o::before {
  content: "\f006";
}

.voice-card > p {
  margin: 18px 0 16px;
  color: #3e5363;
  font-size: 14px;
}

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

.download-section {
  color: var(--white);
  background: var(--navy-950);
}

.section-heading-light h2,
.section-heading-light .section-index {
  color: var(--white);
}

.section-heading-light > p {
  color: rgba(255, 255, 255, 0.7);
}

.download-pass {
  display: grid;
  overflow: hidden;
  min-height: 250px;
  grid-template-columns: 220px minmax(0, 1fr) 330px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--amber-500);
  border-radius: 12px;
}

.pass-stub {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  color: var(--navy-950);
  background: var(--amber-500);
  border-right: 2px dashed var(--navy-900);
}

.pass-stub::before,
.pass-stub::after {
  position: absolute;
  right: -13px;
  width: 24px;
  height: 24px;
  content: "";
  background: var(--navy-950);
  border-radius: 50%;
}

.pass-stub::before {
  top: -13px;
}

.pass-stub::after {
  bottom: -13px;
}

.pass-stub span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.pass-stub strong {
  margin-top: 10px;
  font-size: 34px;
  line-height: 1.18;
}

.pass-steps {
  display: flex;
  align-items: center;
  padding: 30px;
}

.pass-steps ol {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pass-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
}

.pass-steps li b {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 50%;
  font-size: 12px;
}

.pass-steps li span {
  display: flex;
  flex-direction: column;
}

.pass-steps li strong {
  color: var(--navy-900);
  font-size: 14px;
}

.pass-steps li small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.pass-action {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  color: var(--white);
  background: var(--navy-900);
}

.pass-action p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.pass-action a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  color: var(--navy-950);
  background: var(--amber-500);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

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

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

.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.footer-meta {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-meta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.back-to-top {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: 24px;
  display: flex;
  width: 46px;
  height: 46px;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0;
  background: var(--amber-500);
  border: 2px solid var(--navy-900);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}

.back-to-top i {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../icons/up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (hover: hover) {
  .primary-link:hover {
    color: var(--white);
    background: var(--navy-700);
  }

  .filter-tab:hover,
  .shelf-tab:hover,
  .mood-chip:hover,
  .week-tabs button:hover {
    border-color: var(--amber-500);
  }

  .footer-nav a:hover,
  .official-site > div a:hover {
    color: var(--amber-400);
  }
}

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

  .schedule-board {
    grid-template-columns: minmax(0, 1fr) 290px;
  }

  .download-pass {
    grid-template-columns: 190px minmax(0, 1fr) 290px;
  }

  .pass-steps {
    padding: 24px;
  }

  .pass-steps ol {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

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

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

  body.menu-open::after {
    position: fixed;
    z-index: 44;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(16, 47, 72, 0.34);
  }

  .page-shell,
  .header-inner {
    width: min(calc(100% - 28px), var(--content-width));
  }

  .site-header {
    position: fixed;
    right: 0;
    left: 0;
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 8px;
  }

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

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

  .mobile-actions {
    display: flex;
    margin-left: auto;
  }

  .site-nav {
    position: fixed;
    z-index: 46;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    color: var(--navy-900);
    background: var(--paper);
    border-bottom: 2px solid var(--navy-900);
  }

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

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

  .site-nav a {
    padding: 12px 6px;
    color: var(--navy-900);
    border-bottom: 1px solid var(--line);
    font-size: 14px;
  }

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

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

  .site-nav a.is-active {
    color: var(--navy-900);
    background: var(--amber-100);
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(48px, 13vw, 66px);
    white-space: normal;
  }

  .hero-lead {
    font-size: 20px;
  }

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

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

  .hero-note {
    padding-left: 0;
    border-left: 0;
    text-align: center;
  }

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

  .phone-frame {
    width: 290px;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
  }

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

  .section-heading > p {
    max-width: none;
    margin-bottom: 0;
    text-align: left;
  }

  .compass-panel {
    grid-template-columns: 1fr;
  }

  .filter-rail {
    overflow-x: auto;
    flex-direction: row;
    padding: 14px;
    scrollbar-width: thin;
  }

  .filter-rail-label {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 8px 0 0;
  }

  .filter-tab {
    width: auto;
    min-width: 76px;
    min-height: 40px;
    flex: 0 0 auto;
    text-align: center;
  }

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

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

  .schedule-board,
  .week-panel,
  .follow-list {
    min-width: 0;
  }

  .week-tabs {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .week-tabs button {
    min-width: 92px;
    flex: 1 0 92px;
    scroll-snap-align: start;
  }

  .shelf-layout {
    grid-template-columns: 1fr;
  }

  .shelf-index {
    overflow-x: auto;
    flex-direction: row;
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .shelf-index > span {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 8px 0 0;
  }

  .shelf-tab,
  .updated-toggle {
    min-width: 86px;
    flex: 0 0 auto;
    margin-top: 0;
    text-align: center;
  }

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

  .download-pass {
    grid-template-columns: 180px 1fr;
  }

  .pass-action {
    align-items: center;
    grid-column: 1 / 3;
    text-align: center;
  }

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

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

@media (max-width: 620px) {
  .compass-content {
    padding: 20px 16px;
  }

  .search-row {
    grid-template-columns: minmax(0, 1fr) 78px;
  }

  .mood-row {
    align-items: flex-start;
  }

  .mood-row > strong {
    width: 100%;
  }

  .day-summary {
    grid-template-columns: 72px 1fr;
    gap: 4px 16px;
    padding: 22px 16px;
  }

  .day-summary > span {
    width: 62px;
    height: 62px;
  }

  .day-summary > strong {
    font-size: 17px;
  }

  .shelf-main {
    padding: 18px 14px;
  }

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

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

  .screenshot-grid figure {
    padding: 8px;
  }

  .screenshot-grid figcaption {
    min-height: 66px;
    padding-top: 10px;
  }

  .faq-item h3 button {
    min-height: 68px;
    padding-right: 10px;
  }

  .faq-item h3 button > span {
    gap: 10px;
    font-size: 14px;
  }

  .faq-item h3 b {
    min-width: 32px;
  }

  .faq-answer {
    padding: 0 12px 20px 42px;
  }

  .official-site summary {
    min-height: 70px;
    grid-template-columns: 36px minmax(0, 1fr) 22px;
    gap: 10px;
    padding: 0 12px;
  }

  .official-icon {
    width: 36px;
    height: 36px;
  }

  .official-icon::before {
    top: 9px;
    left: 9px;
    width: 15px;
    height: 15px;
  }

  .official-icon::after {
    top: 17px;
    left: 9px;
    width: 19px;
  }

  .official-site > div {
    padding: 0 18px 20px 58px;
  }

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

  .voice-card {
    min-height: 210px;
  }

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

  .pass-stub {
    min-height: 154px;
    border-right: 0;
    border-bottom: 2px dashed var(--navy-900);
  }

  .pass-stub::before,
  .pass-stub::after {
    top: auto;
    right: auto;
    bottom: -13px;
  }

  .pass-stub::before {
    left: -13px;
  }

  .pass-stub::after {
    right: -13px;
  }

  .pass-stub strong br {
    display: none;
  }

  .pass-steps {
    padding: 24px 20px;
  }

  .pass-action {
    grid-column: auto;
    padding: 26px 18px;
  }

  .pass-action a {
    width: 100%;
  }

  .footer-nav {
    gap: 16px 22px;
  }

  .footer-meta {
    align-items: center;
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
  }
}

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

  .brand {
    gap: 6px;
  }

  .brand-logo {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

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

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

  .mobile-actions {
    gap: 5px;
  }

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

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

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

  .hero-lead {
    font-size: 18px;
  }

  .phone-frame {
    width: 278px;
  }

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

  .catalog-grid,
  .shelf-grid {
    gap: 10px;
  }

  .voice-card header {
    align-items: flex-start;
  }

  .voice-rating {
    font-size: 12px;
  }
}

@media (max-width: 860px) {
  a,
  button,
  summary {
    transition: none !important;
    animation: none !important;
  }
}
