@charset "UTF-8";

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

:root {
  --paper: #f7f1e7;
  --paper-light: #fffaf2;
  --ink: #171312;
  --muted: #6f635d;
  --line: #d8c9bb;
  --red: #e8382f;
  --red-dark: #b91f1b;
  --rose: #f8d8d1;
  --white: #ffffff;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: auto;
  scroll-padding-top: var(--header-height);
}

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

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

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

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

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(232, 56, 47, .35);
  outline-offset: 3px;
}

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

.page-shell {
  width: min(1200px, calc(100% - 48px));
  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, 250, 242, .98);
}

.header-inner {
  display: flex;
  width: min(1200px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

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

.brand img {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 9px;
  object-fit: contain;
  background: var(--white);
}

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

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

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

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

.main-nav a {
  position: relative;
  display: block;
  padding: 27px 0 23px;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
}

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

.mobile-actions {
  display: none;
}

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

.hero {
  min-height: 680px;
  border-bottom: 1px solid var(--line);
  background-color: var(--paper-light);
  background-image: linear-gradient(rgba(232, 56, 47, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 56, 47, .065) 1px, transparent 1px);
  background-size: 42px 42px;
}

.hero-grid {
  display: grid;
  min-height: 680px;
  align-items: center;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) 500px;
}

.eyebrow,
.section-index,
.console-kicker,
.path-label,
.ticket-copy > p {
  margin-bottom: 20px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin-bottom: 6px;
  font-size: clamp(64px, 7vw, 104px);
  line-height: .98;
  letter-spacing: -.06em;
  white-space: nowrap;
}

.hero-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.3;
}

.hero-intro {
  max-width: 650px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 16px;
}

.hero-points {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-points span {
  display: inline-flex;
  min-height: 42px;
  padding: 0 15px;
  align-items: center;
  border: 1px solid var(--ink);
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

.primary-action {
  display: inline-flex;
  min-width: 190px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: var(--white);
  gap: 10px;
  font-weight: 800;
}

.primary-action:hover {
  background: var(--red-dark);
}

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

.radar-console {
  position: relative;
  padding: 28px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.radar-console::before {
  position: absolute;
  z-index: -1;
  top: 14px;
  right: -14px;
  bottom: -14px;
  left: 14px;
  background: var(--rose);
  content: "";
}

.console-head,
.radar-tools,
.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.console-kicker {
  display: block;
  margin-bottom: 4px;
}

.console-head h2 {
  margin-bottom: 0;
  font-size: 28px;
}

.console-status {
  padding: 7px 10px;
  background: #edf8ef;
  color: #087c3d;
  font-size: 12px;
  white-space: nowrap;
}

.radar-search {
  display: flex;
  height: 48px;
  margin: 22px 0 14px;
  padding: 0 15px;
  align-items: center;
  border: 1px solid var(--line);
  background: #faf7f1;
  gap: 10px;
}

.radar-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-list button,
.sort-button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  font-size: 12px;
}

.filter-list button.is-active,
.filter-list button:hover {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.sort-button:hover {
  border-color: var(--ink);
}

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

.radar-item {
  display: grid;
  min-height: 82px;
  padding: 12px 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
  gap: 12px;
  grid-template-columns: 52px 1fr auto;
}

.radar-item[hidden] {
  display: none;
}

.radar-item > img {
  width: 52px;
  height: 58px;
  border: 1px solid var(--line);
  object-fit: contain;
  background: #f5f0e8;
}

.radar-item h3 {
  margin-bottom: 1px;
  font-size: 14px;
}

.radar-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
}

.save-button {
  display: inline-flex;
  min-width: 66px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red);
  background: var(--white);
  color: var(--red);
  cursor: pointer;
  gap: 6px;
  font-size: 12px;
}

.save-button.is-saved {
  background: var(--red);
  color: var(--white);
}

.generate-button {
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  border: 0;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
}

.section {
  padding: 108px 0;
}

.section-heading {
  display: grid;
  margin-bottom: 50px;
  align-items: end;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.section-heading .section-index {
  margin-bottom: 12px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.1;
  letter-spacing: -.05em;
}

.section-heading > p {
  margin-bottom: 8px;
  color: var(--muted);
  text-align: right;
}

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

.radar-path {
  display: grid;
  min-height: 360px;
  border: 1px solid var(--ink);
  grid-template-columns: 1fr 1fr;
}

.path-steps {
  display: grid;
  background: var(--white);
  grid-template-columns: repeat(3, 1fr);
}

.path-step {
  display: flex;
  padding: 40px 26px;
  flex-direction: column;
  align-items: flex-start;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.path-step:last-child {
  border-right: 0;
}

.path-step span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.path-step strong {
  margin-bottom: 10px;
  font-size: 18px;
}

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

.path-step.is-active {
  background: var(--rose);
}

.path-step.is-active span {
  background: var(--red);
}

.path-preview {
  display: grid;
  padding: 30px;
  align-items: center;
  background: var(--ink);
  color: var(--white);
  gap: 28px;
  grid-template-columns: 150px 1fr;
}

.path-cover {
  display: grid;
  width: 150px;
  height: 220px;
  place-items: center;
  background: #282222;
}

.path-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.path-copy h3 {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.35;
}

.path-copy > p:not(.path-label) {
  color: #d8ceca;
  font-size: 13px;
}

.path-copy > span {
  color: #ffb0a9;
  font-size: 12px;
}

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

.route-section .section-heading > p {
  color: #c9bcb5;
}

.week-tabs {
  display: grid;
  margin-bottom: 18px;
  border: 1px solid #4b423f;
  grid-template-columns: repeat(7, 1fr);
}

.week-tab {
  min-height: 86px;
  padding: 12px;
  border: 0;
  border-right: 1px solid #4b423f;
  background: #211d1c;
  color: var(--white);
  cursor: pointer;
}

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

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

.week-tab span {
  color: #9f8f88;
  font-size: 12px;
}

.week-tab strong {
  margin-top: 4px;
  font-size: 15px;
}

.week-tab.is-active {
  background: var(--red);
}

.week-tab.is-active span {
  color: #ffe6e2;
}

.update-board {
  display: grid;
  border: 1px solid #4b423f;
  grid-template-columns: 1.25fr 1fr;
}

.update-feature {
  display: grid;
  padding: 32px;
  align-items: center;
  border-right: 1px solid #4b423f;
  gap: 30px;
  grid-template-columns: 180px 1fr;
}

.update-feature > img {
  width: 180px;
  height: 240px;
  object-fit: contain;
  background: #2c2523;
}

.update-feature h3 {
  margin: 8px 0;
  font-size: 32px;
}

.update-feature p {
  color: #c9bcb5;
}

.update-time {
  color: #ff857c;
  font-size: 12px;
  font-weight: 800;
}

.update-feature button {
  display: inline-flex;
  min-height: 44px;
  padding: 0 18px;
  align-items: center;
  border: 1px solid var(--red);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  gap: 8px;
}

.update-feature button.is-set {
  background: var(--red);
}

.update-list {
  display: grid;
}

.update-list article {
  display: grid;
  padding: 24px 28px;
  align-items: center;
  border-bottom: 1px solid #4b423f;
  gap: 20px;
  grid-template-columns: 60px 1fr auto;
}

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

.update-list article > span {
  color: #ff857c;
  font-size: 12px;
  font-weight: 800;
}

.update-list h3 {
  margin-bottom: 2px;
  font-size: 17px;
}

.update-list p {
  margin-bottom: 0;
  color: #a99b95;
  font-size: 12px;
}

.update-list b {
  padding: 4px 7px;
  border: 1px solid #665853;
  color: #d8ceca;
  font-size: 12px;
}

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

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

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

.screen-window {
  display: grid;
  width: 100%;
  aspect-ratio: 9 / 16;
  place-items: center;
  overflow: hidden;
  background: #f3eee7;
}

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

.screen-grid figcaption {
  display: grid;
  min-height: 95px;
  padding: 20px;
  align-items: center;
  border-top: 1px solid var(--line);
  gap: 10px;
  grid-template-columns: auto 1fr;
}

.screen-grid figcaption span {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

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

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

.faq-section {
  background: #f0e8dc;
}

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

.faq-item {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .65);
}

.faq-item > button,
.official-site > button {
  display: grid;
  width: 100%;
  min-height: 72px;
  padding: 0 24px;
  align-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.faq-item > button {
  gap: 24px;
  grid-template-columns: 32px 1fr 24px;
}

.faq-item > button span {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.faq-item > button strong {
  font-size: 16px;
}

.faq-item > button i,
.official-symbol {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.faq-item > button i::before,
.faq-item > button i::after,
.official-symbol::before,
.official-symbol::after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
}

.faq-item > button i::after,
.official-symbol::after {
  transform: rotate(90deg);
}

.faq-item.is-open > button i::after,
.official-site.is-open .official-symbol::after {
  transform: rotate(0);
}

.faq-answer,
.official-answer {
  display: none;
}

.faq-item.is-open .faq-answer {
  display: block;
  padding: 0 80px 24px;
}

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

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

.official-site > button {
  display: flex;
  justify-content: space-between;
}

.official-site > button span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 800;
}

.official-site.is-open .official-answer {
  display: block;
  padding: 0 24px 22px 55px;
}

.official-answer a {
  color: var(--red);
  text-decoration: underline;
}

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

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

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

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

.review-user strong {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.review-rating .aiarticle-comment-rating-icon {
  font-size: 13px;
}

.review-rating .fa-star::before {
  content: "★";
}

.review-rating .fa-star-o::before {
  content: "☆";
}

.review-card > p {
  margin: 24px 0 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 2;
}

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

.download-section {
  padding: 58px 0;
  background: var(--red);
}

.download-ticket {
  position: relative;
  display: grid;
  min-height: 170px;
  align-items: stretch;
  background: var(--paper-light);
  grid-template-columns: 170px 1fr 220px;
}

.download-ticket::before,
.download-ticket::after {
  position: absolute;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.download-ticket::before {
  left: 158px;
}

.download-ticket::after {
  right: 208px;
}

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

.ticket-number {
  padding: 22px 32px;
  align-items: center;
  border-right: 1px dashed #c4afa0;
  color: var(--red);
}

.ticket-number span {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}

.ticket-number small {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.ticket-copy {
  padding: 26px 40px;
}

.ticket-copy > p {
  margin-bottom: 4px;
}

.ticket-copy h2 {
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 1.35;
}

.ticket-copy > span {
  color: var(--muted);
  font-size: 13px;
}

.ticket-action {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  gap: 12px;
  font-size: 18px;
  font-weight: 800;
}

.ticket-action:hover {
  background: var(--red-dark);
}

.site-footer {
  padding: 48px 0 26px;
  background: var(--ink);
  color: var(--white);
}

.footer-main {
  display: flex;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand img {
  border-color: #514744;
  background: var(--white);
}

.footer-brand .brand-copy span {
  color: #b9aaa4;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

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

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

.footer-copy {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .55);
  color: #b9aaa4;
  font-size: 12px;
  text-align: center;
}

.back-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  background: var(--red);
  color: var(--white);
  cursor: pointer;
}

.back-top.is-visible {
  display: block;
}

[class^="i-"],
[class*=" i-"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.i-menu { background-image: url("../icons/menu.svg"); }
.i-grid { background-image: url("../icons/grid.svg"); }
.i-fire { background-image: url("../icons/fire.svg"); }
.i-book { background-image: url("../icons/book.svg"); }
.i-download { background-image: url("../icons/download-light.svg"); }
.i-search { background-image: url("../icons/search.svg"); }
.i-heart { background-image: url("../icons/heart.svg"); }
.is-saved .i-heart { background-image: url("../icons/heart-light.svg"); }
.i-bell { background-image: url("../icons/bell-light.svg"); }
.i-globe { background-image: url("../icons/globe.svg"); }
.i-avatar { width: 38px; height: 38px; border-radius: 50%; background-color: var(--ink); background-image: url("../icons/avatar-light.svg"); background-size: 19px; }
.i-arrow { background-image: url("../icons/arrow-light.svg"); }
.i-top { background-image: url("../icons/top-light.svg"); }

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

  .hero-grid {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) 440px;
  }

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

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

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

  .download-ticket::before {
    left: 128px;
  }

  .download-ticket::after {
    right: 168px;
  }
}

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

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

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

  .brand {
    gap: 8px;
  }

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

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

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

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

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

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

  .main-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--paper-light);
  }

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

  .main-nav ul {
    display: block;
    width: calc(100% - 28px);
    margin: 0 auto;
  }

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

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

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

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

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

  .hero {
    padding: 64px 0;
    background-size: 28px 28px;
  }

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

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

  .hero-copy h1 {
    font-size: clamp(50px, 17vw, 72px);
    white-space: normal;
  }

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

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

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

  .primary-action {
    min-width: 180px;
  }

  .radar-console {
    width: 100%;
    padding: 20px;
  }

  .radar-console::before {
    display: none;
  }

  .console-head h2 {
    font-size: 23px;
  }

  .radar-tools {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 34px;
  }

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

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

  .path-steps {
    grid-template-columns: 1fr;
  }

  .path-step {
    display: grid;
    min-height: 100px;
    padding: 20px;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 12px;
    grid-template-columns: 34px 1fr;
  }

  .path-step:last-child {
    border-bottom: 0;
  }

  .path-step span {
    margin-bottom: 0;
    grid-row: 1 / 3;
  }

  .path-step strong,
  .path-step small {
    margin: 0;
  }

  .path-preview {
    grid-template-columns: 110px 1fr;
  }

  .path-cover {
    width: 110px;
    height: 170px;
  }

  .path-copy h3 {
    font-size: 22px;
  }

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

  .week-tab {
    border-bottom: 1px solid #4b423f;
  }

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

  .update-feature {
    border-right: 0;
    border-bottom: 1px solid #4b423f;
  }

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

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

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

  .download-ticket {
    grid-template-columns: 90px 1fr;
  }

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

  .ticket-number {
    padding: 20px 12px;
  }

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

  .ticket-copy {
    padding: 24px;
  }

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

  .ticket-action {
    min-height: 64px;
    grid-column: 1 / -1;
    flex-direction: row;
  }

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

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

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

@media (max-width: 480px) {
  .page-shell,
  .header-inner {
    width: calc(100% - 24px);
  }

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

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

  .hero {
    padding: 50px 0;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

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

  .hero-points span {
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

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

  .console-status {
    padding: 5px 7px;
  }

  .filter-list button,
  .sort-button {
    padding: 0 9px;
  }

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

  .path-preview {
    padding: 20px;
    gap: 18px;
    grid-template-columns: 90px 1fr;
  }

  .path-cover {
    width: 90px;
    height: 140px;
  }

  .path-copy h3 {
    font-size: 19px;
  }

  .week-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .update-feature {
    padding: 20px;
    gap: 18px;
    grid-template-columns: 110px 1fr;
  }

  .update-feature > img {
    width: 110px;
    height: 170px;
  }

  .update-feature h3 {
    font-size: 24px;
  }

  .update-list article {
    padding: 18px;
    gap: 10px;
    grid-template-columns: 48px 1fr auto;
  }

  .screen-grid {
    gap: 10px;
  }

  .screen-grid figcaption {
    min-height: 86px;
    padding: 13px;
    gap: 6px;
  }

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

  .faq-item > button {
    min-height: 66px;
    padding: 0 14px;
    gap: 10px;
    grid-template-columns: 24px 1fr 20px;
  }

  .faq-item > button strong {
    font-size: 14px;
  }

  .faq-item.is-open .faq-answer {
    padding: 0 48px 20px;
  }

  .official-site > button {
    padding: 0 14px;
  }

  .official-site.is-open .official-answer {
    padding: 0 14px 20px 44px;
  }

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

  .download-ticket {
    grid-template-columns: 78px 1fr;
  }

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

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

  .ticket-number small {
    font-size: 12px;
    letter-spacing: .02em;
  }
}
