@charset "UTF-8";

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

:root {
  --ink: #17151b;
  --muted: #6f6664;
  --paper: #fffaf2;
  --cream: #f6eddf;
  --line: #ddcfc1;
  --red: #f04431;
  --red-dark: #a42118;
  --yellow: #ffc928;
  --green: #118c69;
  --white: #ffffff;
  --header-height: 76px;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: var(--header-height); }
body { min-width: 320px; margin: 0; padding-top: var(--header-height); color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p, h1, h2, h3 { margin-top: 0; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button:focus:not(:focus-visible), a:focus:not(:focus-visible), summary:focus:not(:focus-visible) { outline: none; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid rgba(240, 68, 49, .35); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.header-shell, .hero-shell, .section-shell, .footer-shell { width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; }

.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; height: var(--header-height); background: rgba(255, 250, 242, .98); border-bottom: 1px solid var(--line); transform: translateZ(0); backface-visibility: hidden; }
.header-shell { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img, .footer-brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 12px; }
.brand-copy, .footer-brand > span { display: flex; min-width: 0; flex-direction: column; line-height: 1.25; }
.brand-copy strong, .footer-brand strong { font-size: 19px; }
.brand-copy span, .footer-brand span span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.primary-nav ul { display: flex; align-items: center; gap: 34px; }
.primary-nav a { position: relative; display: flex; align-items: center; min-height: var(--header-height); font-weight: 700; font-size: 14px; }
.primary-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--red); content: ""; transform: scaleX(0); }
.primary-nav a:hover::after, .primary-nav a.is-current::after { transform: scaleX(1); }
.mobile-tools { display: none; align-items: center; gap: 8px; }
.mobile-download { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; color: var(--white); background: var(--red); font-weight: 700; font-size: 13px; white-space: nowrap; }
.menu-toggle { display: grid; width: 42px; height: 42px; padding: 10px; cursor: pointer; background: transparent; border: 1px solid var(--ink); place-content: center; gap: 5px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; background: currentColor; }

[class^="i-"] { display: inline-block; flex: 0 0 auto; width: 20px; height: 20px; background-position: center; background-repeat: no-repeat; background-size: contain; }
.i-download { background-image: url("../icons/download.svg"); }
.i-spark { background-image: url("../icons/spark.svg"); }
.i-film { background-image: url("../icons/film.svg"); }
.i-compass { background-image: url("../icons/compass.svg"); }
.i-globe { background-image: url("../icons/globe.svg"); }
.i-avatar { background-image: url("../icons/user.svg"); }
.i-arrow-up { background-image: url("../icons/arrow-up.svg"); }
.i-search { background-image: url("../icons/search.svg"); }

.hero { position: relative; min-height: 690px; overflow: hidden; background: linear-gradient(90deg, var(--paper) 0 58%, #ffd8b5 58% 100%); border-bottom: 1px solid var(--line); }
.hero::before { position: absolute; top: 0; right: 0; bottom: 0; width: 42%; background-image: linear-gradient(rgba(164, 33, 24, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(164, 33, 24, .08) 1px, transparent 1px); background-size: 42px 42px; content: ""; }
.hero-shell { position: relative; display: grid; min-height: 690px; grid-template-columns: minmax(0, 58%) minmax(320px, 42%); align-items: center; }
.hero-copy { max-width: 690px; padding: 72px 48px 72px 0; }
.eyebrow, .section-index, .board-label, .result-kicker, .program-title > span { display: block; margin-bottom: 18px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .18em; }
.hero h1 { margin-bottom: 8px; font-size: clamp(66px, 7vw, 112px); line-height: .95; letter-spacing: -.06em; white-space: nowrap; }
.hero-slogan { margin-bottom: 20px; font-size: clamp(27px, 2.4vw, 42px); font-weight: 900; line-height: 1.25; }
.hero-description { max-width: 650px; margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.hero-download { display: inline-flex; min-width: 220px; min-height: 58px; align-items: center; justify-content: center; gap: 12px; color: var(--white); background: var(--red); box-shadow: 8px 8px 0 var(--yellow); font-weight: 800; }
.hero-download:hover { color: var(--white); background: var(--red-dark); }
.hero-download:hover .i-download { filter: brightness(0) invert(1); }
.age-label { color: var(--muted); font-size: 13px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.hero-points li { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }

.phone-stage { position: relative; display: flex; justify-content: flex-end; align-items: center; min-width: 0; padding-right: 0; }
.phone-stage::before { position: absolute; width: 390px; height: 390px; background: var(--yellow); border-radius: 50%; content: ""; opacity: .86; }
.phone { position: relative; width: 310px; height: 620px; overflow: hidden; padding: 16px 14px 18px; background: var(--white); border: 12px solid var(--ink); border-radius: 45px; box-shadow: 22px 24px 0 rgba(164, 33, 24, .15); }
.phone-top { display: grid; height: 25px; grid-template-columns: 1fr auto 1fr; align-items: center; font-size: 12px; font-weight: 700; }
.phone-top > span:last-child { text-align: right; }
.phone-island { width: 86px; height: 22px; background: var(--ink); border-radius: 14px; }
.phone-appbar { display: flex; align-items: center; justify-content: space-between; padding: 11px 2px 9px; }
.phone-appbar strong { color: var(--red); font-size: 20px; }
.phone-search { display: flex; height: 39px; align-items: center; gap: 9px; padding: 0 14px; color: #887b77; background: #f5eee7; border-radius: 22px; font-size: 12px; }
.phone-search .i-search { width: 15px; height: 15px; }
.phone-tabs { display: flex; align-items: center; justify-content: space-between; padding: 12px 7px 10px; border-bottom: 1px solid #eadfd5; font-size: 12px; }
.phone-tabs strong { color: var(--red); }
.phone-feature { position: relative; display: flex; height: 142px; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 15px; color: var(--white); background: #522018; border-radius: 14px; }
.phone-feature::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23, 21, 27, .9), rgba(23, 21, 27, .12)); content: ""; }
.phone-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.phone-feature span, .phone-feature strong, .phone-feature small { position: relative; z-index: 1; }
.phone-feature span, .phone-feature small { font-size: 12px; }
.phone-feature strong { font-size: 22px; }
.phone-title { display: flex; align-items: center; justify-content: space-between; padding: 13px 1px 8px; }
.phone-title span { color: var(--muted); font-size: 12px; }
.phone-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.phone-cards article { min-width: 0; }
.phone-cards img { width: 100%; height: 102px; object-fit: contain; background: #f6eee6; border-radius: 8px; }
.phone-cards strong, .phone-cards span { display: block; overflow: hidden; margin-top: 4px; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.phone-cards span { color: var(--muted); }
.phone-nav { position: absolute; right: 14px; bottom: 10px; left: 14px; display: flex; align-items: center; justify-content: space-around; padding-top: 12px; background: var(--white); border-top: 1px solid #eadfd5; font-size: 12px; }
.phone-nav strong { color: var(--red); }

.pick-section, .path-section, .screens-section, .faq-section, .voices-section { padding: 96px 0; }
.pick-section { background: var(--cream); }
.path-section { background: var(--paper); }
.screens-section { background: #241b1a; color: var(--white); }
.faq-section { background: #f8f1e8; }
.voices-section { background: #fff3dd; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 520px); align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(40px, 4.5vw, 68px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p { margin-bottom: 5px; color: var(--muted); }
.screens-section .section-heading p { color: #d6c7c4; }

.pick-board { display: grid; min-height: 460px; grid-template-columns: 1.25fr .75fr; background: var(--white); border: 1px solid var(--ink); box-shadow: 14px 14px 0 rgba(240, 68, 49, .16); }
.pick-query { padding: 44px; border-right: 1px solid var(--line); }
.pick-query label { display: flex; height: 58px; align-items: center; gap: 12px; margin-bottom: 32px; padding: 0 18px; background: #f9f4ed; border: 1px solid var(--line); }
.pick-query input[type="text"] { width: 100%; border: 0; outline: 0; background: transparent; font-size: 16px; }
.pick-group { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.pick-group > span { width: 64px; padding: 10px 0; font-weight: 800; }
.pick-chip, .tone-chip { min-width: 88px; padding: 10px 16px; cursor: pointer; background: var(--white); border: 1px solid var(--line); }
.pick-chip.is-active, .tone-chip.is-active { color: var(--white); background: var(--red); border-color: var(--red); }
.pick-duration { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 18px; margin-top: 30px; font-size: 14px; font-weight: 700; }
.pick-duration input { width: 100%; accent-color: var(--red); }
.pick-result { display: flex; flex-direction: column; padding: 44px; color: var(--white); background: var(--red); }
.pick-result .result-kicker { color: var(--yellow); }
.result-title { font-size: 34px; }
.pick-result > p { margin: 12px 0 26px; }
.pick-result ul { display: grid; gap: 12px; margin-bottom: 30px; }
.pick-result li { display: flex; align-items: center; gap: 14px; padding-bottom: 11px; border-bottom: 1px solid rgba(255, 255, 255, .3); }
.pick-result li span { color: var(--yellow); font-weight: 800; }
.refresh-pick { display: inline-flex; width: 190px; min-height: 48px; align-items: center; justify-content: center; gap: 10px; margin-top: auto; cursor: pointer; background: var(--yellow); border: 0; font-weight: 800; }

.path-flow { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.path-flow::before { position: absolute; top: 48px; right: 15%; left: 15%; height: 2px; background: var(--red); content: ""; }
.path-flow li { position: relative; min-height: 230px; padding: 30px; background: var(--white); border: 1px solid var(--line); }
.path-flow li > span { position: absolute; top: 18px; right: 22px; color: var(--red); font-weight: 900; }
.path-flow i { position: relative; z-index: 1; display: block; width: 54px; height: 54px; margin-bottom: 24px; padding: 14px; background-color: var(--yellow); background-size: 26px; border-radius: 50%; }
.path-flow strong { display: block; margin-bottom: 7px; font-size: 24px; }
.path-flow p { margin-bottom: 0; color: var(--muted); }
.week-board { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; border: 1px solid var(--line); }
.week-board div { padding: 22px 24px; background: var(--white); border-right: 1px solid var(--line); }
.week-board div:last-child { border: 0; }
.week-board span, .week-board strong, .week-board small { display: block; }
.week-board span { color: var(--red); font-size: 12px; font-weight: 800; }
.week-board strong { margin: 4px 0; }
.week-board small { color: var(--muted); font-size: 12px; }
.week-board .is-active { color: var(--white); background: var(--red); }
.week-board .is-active span, .week-board .is-active small { color: var(--white); }

.screen-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.screen-grid figure { min-width: 0; margin: 0; overflow: hidden; background: var(--white); border: 1px solid #51413e; }
.screen-window { display: flex; width: 100%; aspect-ratio: 9 / 16; align-items: center; justify-content: center; overflow: hidden; background: #fff; }
.screen-window img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.screen-grid figcaption { display: flex; min-height: 72px; align-items: center; gap: 14px; padding: 16px 18px; color: var(--ink); border-top: 1px solid var(--line); }
.screen-grid figcaption span { color: var(--red); font-weight: 900; }
.screen-grid figcaption strong { font-size: 18px; }

.faq-list { background: var(--white); border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { display: grid; width: 100%; min-height: 78px; cursor: pointer; grid-template-columns: 54px 1fr 24px; align-items: center; padding: 0 24px; text-align: left; background: transparent; border: 0; }
.faq-item > button > span { color: var(--red); font-size: 13px; font-weight: 800; }
.faq-item > button strong { font-size: 17px; }
.faq-item > button i, .official-state { position: relative; width: 18px; height: 18px; }
.faq-item > button i::before, .faq-item > button i::after, .official-state::before, .official-state::after { position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; background: currentColor; content: ""; }
.faq-item > button i::after, .official-state::after { transform: rotate(90deg); }
.faq-item > button[aria-expanded="true"] i::after, .official-site[open] .official-state::after { transform: rotate(0); }
.faq-answer { padding: 0 66px 24px 78px; color: var(--muted); }
.faq-answer p { margin: 0; }
.official-site { width: 100%; margin-top: 26px; background: var(--white); border: 1px solid var(--ink); }
.official-site summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; padding: 0 24px; cursor: pointer; list-style: none; }
.official-site summary::-webkit-details-marker { display: none; }
.official-site summary > span { display: flex; align-items: center; gap: 12px; }
.official-content { display: flex; align-items: center; gap: 10px; padding: 0 56px 24px; }
.official-content p { margin: 0; }
.official-content a { color: var(--red); font-weight: 800; overflow-wrap: anywhere; }

.voices-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.voice-card { position: relative; display: flex; min-height: 260px; flex-direction: column; padding: 28px; background: var(--white); border-top: 4px solid var(--red); }
.voice-card:nth-child(even) { border-top-color: var(--yellow); }
.voice-user-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.voice-user { display: flex; min-width: 0; align-items: center; gap: 10px; }
.voice-user .i-avatar { width: 38px; height: 38px; padding: 9px; background-color: var(--cream); background-size: 20px; border-radius: 50%; }
.voice-user strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.voice-rating { color: var(--red); font-size: 14px; white-space: nowrap; }
.voice-rating i { color: var(--red); }
.voice-body { display: flex; min-height: 0; flex: 1; flex-direction: column; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.voice-body p { margin-bottom: 20px; }
.voice-body time { margin-top: auto; color: var(--muted); font-size: 12px; text-align: right; }

.download-section { padding: 72px 0; color: var(--white); background: #201a19; }
.download-program { display: grid; min-height: 230px; grid-template-columns: 1.05fr 1fr 240px; background: #2d2522; border: 1px solid #65554f; }
.program-title { display: flex; flex-direction: column; justify-content: center; padding: 38px; border-right: 1px solid #65554f; }
.program-title > span { margin-bottom: 10px; color: var(--yellow); }
.program-title > strong { font-size: 32px; line-height: 1.25; }
.program-title p { margin: 10px 0 0; color: #d5c6bd; }
.program-list { display: grid; align-content: center; padding: 22px 36px; }
.program-list li { display: grid; grid-template-columns: 65px 1fr; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid #65554f; }
.program-list li:last-child { border: 0; }
.program-list time { color: var(--yellow); font-weight: 800; }
.program-list span, .program-list strong, .program-list small { display: block; }
.program-list small { color: #bdaea5; font-size: 12px; }
.program-ticket { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; color: var(--ink); background: var(--yellow); font-size: 22px; font-weight: 900; }
.program-ticket .i-download { width: 26px; height: 26px; }
.program-ticket:hover { color: var(--white); background: var(--red); }
.program-ticket:hover .i-download { filter: brightness(0) invert(1); }

.site-footer { color: var(--white); background: #171313; }
.footer-main { display: flex; min-height: 130px; align-items: center; justify-content: space-between; gap: 32px; }
.footer-brand img { border: 1px solid rgba(255, 255, 255, .2); }
.footer-brand span span { color: #cbbdb6; }
.footer-nav ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 26px; }
.footer-nav a { font-size: 13px; }
.footer-copy { margin: 0; padding: 18px 0 24px; color: #b9aaa4; border-top: 1px solid rgba(255, 255, 255, .45); font-size: 12px; text-align: center; }
.back-top { position: fixed; z-index: 900; right: 24px; bottom: 24px; display: grid; width: 50px; height: 50px; cursor: pointer; visibility: hidden; opacity: 0; background: var(--red); border: 1px solid var(--white); place-items: center; }
.back-top.is-visible { visibility: visible; opacity: 1; }
.back-top .i-arrow-up { filter: brightness(0) invert(1); }

@media (max-width: 900px) {
  :root { --header-height: 66px; }
  .header-shell, .hero-shell, .section-shell, .footer-shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { background: var(--paper); }
  .brand img { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy span { display: block; max-width: none; overflow: visible; font-size: 12px; text-overflow: clip; white-space: nowrap; }
  .mobile-tools { display: flex; }
  .primary-nav { position: absolute; top: var(--header-height); right: 0; left: 0; display: none; padding: 0 14px 14px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: block; }
  .primary-nav li { border-top: 1px solid var(--line); }
  .primary-nav a { min-height: 50px; padding: 0 8px; font-size: 14px; }
  .primary-nav a::after { display: none; }
  .hero { min-height: 0; background: linear-gradient(180deg, var(--paper) 0 49%, #ffd8b5 49% 100%); }
  .hero::before { top: 49%; width: 100%; }
  .hero-shell { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; padding: 64px 0 54px; text-align: center; justify-self: center; }
  .hero h1 { font-size: clamp(55px, 14vw, 90px); white-space: normal; }
  .hero-slogan { font-size: clamp(25px, 7vw, 34px); }
  .hero-description { font-size: 15px; }
  .hero-actions { align-items: center; }
  .hero-points { justify-content: center; }
  .phone-stage { justify-content: center; padding: 54px 0 64px; }
  .phone-stage::before { width: min(88vw, 380px); height: min(88vw, 380px); }
  .phone { width: min(310px, 84vw); height: 610px; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; }
  .section-heading p { max-width: 620px; }
  .pick-board { grid-template-columns: 1fr; }
  .pick-query { border-right: 0; border-bottom: 1px solid var(--line); }
  .path-flow { grid-template-columns: 1fr; }
  .path-flow::before { display: none; }
  .week-board { grid-template-columns: repeat(2, 1fr); }
  .week-board div:nth-child(2) { border-right: 0; }
  .week-board div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .screen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .voices-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .download-program { grid-template-columns: 1fr 1fr; }
  .program-title { border-bottom: 1px solid #65554f; }
  .program-list { border-bottom: 1px solid #65554f; }
  .program-ticket { min-height: 100px; grid-column: 1 / -1; flex-direction: row; }
}

@media (max-width: 620px) {
  body { font-size: 14px; }
  .header-shell { width: calc(100% - 20px); }
  .brand { gap: 8px; }
  .brand img { width: 38px; height: 38px; border-radius: 9px; }
  .brand-copy strong { font-size: 15px; }
  .mobile-download { min-height: 40px; padding: 0 13px; }
  .menu-toggle { width: 40px; height: 40px; }
  .pick-section, .path-section, .screens-section, .faq-section, .voices-section { padding: 68px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 42px; }
  .section-heading p { font-size: 14px; }
  .hero-copy { padding-top: 50px; }
  .hero-points { gap: 14px; }
  .hero-points li { font-size: 12px; }
  .phone { height: 590px; }
  .pick-query, .pick-result { padding: 28px 20px; }
  .pick-group > span { width: 100%; padding: 0; }
  .pick-chip, .tone-chip { min-width: 74px; padding: 9px 12px; font-size: 13px; }
  .pick-duration { grid-template-columns: 1fr; }
  .path-flow li { min-height: 0; }
  .week-board div { padding: 18px 16px; }
  .screen-grid { gap: 10px; }
  .screen-grid figcaption { min-height: 64px; gap: 8px; padding: 12px 10px; }
  .screen-grid figcaption strong { font-size: 14px; }
  .faq-item > button { min-height: 72px; grid-template-columns: 38px 1fr 20px; padding: 0 14px; }
  .faq-item > button strong { font-size: 14px; }
  .faq-answer { padding: 0 20px 22px 52px; }
  .official-site summary { padding: 0 16px; }
  .official-content { display: block; padding: 0 16px 20px; }
  .voices-grid { grid-template-columns: 1fr; }
  .voice-card { min-height: 230px; padding: 22px; }
  .download-program { grid-template-columns: 1fr; }
  .program-title { border-right: 0; }
  .program-list { padding: 22px 26px; }
  .program-ticket { grid-column: auto; }
  .footer-main { align-items: center; flex-direction: column; justify-content: center; padding: 34px 0 24px; text-align: center; }
  .footer-nav ul { justify-content: center; gap: 13px 18px; }
  .back-top { right: 14px; bottom: 14px; width: 46px; height: 46px; }
}

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