@charset "UTF-8";

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

:root {
  --paper: #f6f0e5;
  --paper-light: #fffdf8;
  --ink: #171616;
  --muted: #706b64;
  --red: #ef3338;
  --red-dark: #9e1f23;
  --line: #d8cec0;
  --header-height: 76px;
  --max-width: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; 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; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
ul, p, h1, h2, h3, figure { margin: 0; padding: 0; }
ul { list-style: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height); background: rgba(23, 22, 22, .98); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner, .section-inner, .hero-inner, .footer-inner { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.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: contain; border-radius: 10px; }
.brand span, .footer-brand span { display: grid; line-height: 1.25; }
.brand strong, .footer-brand strong { color: #fff; font-size: 20px; }
.brand small, .footer-brand small { color: #bfb8ae; font-size: 12px; white-space: nowrap; }
.site-nav ul { display: flex; align-items: center; gap: 36px; }
.site-nav a { position: relative; display: block; padding: 26px 0 22px; color: #eee9e1; font-size: 14px; font-weight: 700; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 16px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.mobile-actions { display: none; align-items: center; gap: 8px; }
.mobile-download { display: inline-flex; min-height: 40px; padding: 0 16px; align-items: center; justify-content: center; color: #fff; background: var(--red); font-size: 13px; font-weight: 700; white-space: nowrap; }
.menu-toggle { width: 42px; height: 42px; padding: 10px; border: 1px solid #59534d; background: transparent; cursor: pointer; }
.menu-toggle i { display: block; height: 2px; margin: 4px 0; background: #fff; }

main { padding-top: var(--header-height); }
.hero { position: relative; overflow: hidden; min-height: 720px; background: var(--paper-light); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(#d7ccbd 1px, transparent 1px), linear-gradient(90deg, #d7ccbd 1px, transparent 1px); background-size: 48px 48px; }
.hero::after { content: ""; position: absolute; right: 0; top: 0; width: 40%; height: 100%; background: linear-gradient(145deg, #201b1a, #7d191d); clip-path: polygon(22% 0,100% 0,100% 100%,0 100%); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .8fr; gap: 86px; align-items: center; min-height: 720px; }
.hero-copy { padding: 70px 0; }
.eyebrow, .section-heading > span, .ticket-copy > span { color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .2em; }
.hero h1 { margin-top: 18px; font-size: clamp(76px, 8vw, 116px); line-height: .95; letter-spacing: -.06em; white-space: nowrap; }
.hero h2 { margin-top: 28px; font-size: clamp(28px, 3vw, 40px); line-height: 1.3; }
.hero-intro { max-width: 670px; margin-top: 20px; color: #514c46; font-size: 16px; }
.hero-actions { margin-top: 34px; }
.primary-link { display: inline-flex; align-items: center; gap: 10px; min-width: 210px; min-height: 58px; padding: 0 28px; justify-content: center; color: #fff; background: var(--red); font-weight: 800; }
.update-label { display: block; margin-top: 12px; color: var(--muted); font-size: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.hero-points li { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.hero-points i, .primary-link i, .room-controls i, .official-site i, .download-ticket i, .back-top i, .review-head > i { display: inline-block; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: contain; }

.phone-stage { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; min-height: 620px; }
.film-strip { position: absolute; width: 96px; height: 130%; background: repeating-linear-gradient(180deg, #1b1717 0 20px, transparent 20px 34px); opacity: .35; }
.film-strip-one { right: -22px; top: -90px; transform: rotate(10deg); }
.film-strip-two { left: 6px; bottom: -90px; transform: rotate(-9deg); }
.phone-shell { position: relative; width: 310px; padding: 15px; border: 1px solid #111; border-radius: 42px; background: #111; }
.phone-shell::before { content: ""; position: absolute; top: 7px; left: 50%; z-index: 2; width: 92px; height: 24px; border-radius: 0 0 15px 15px; background: #111; transform: translateX(-50%); }
.phone-screen { min-height: 570px; padding: 18px 17px 16px; border-radius: 26px; background: #fff; overflow: hidden; }
.phone-status { display: flex; justify-content: space-between; font-size: 12px; font-weight: 800; }
.phone-brand { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 25px; }
.phone-brand img { width: 46px; height: 46px; border-radius: 11px; }
.phone-brand strong { font-size: 17px; }
.phone-heading { margin-top: 20px; text-align: center; }
.phone-heading h3 { font-size: 25px; }
.phone-heading p { color: #8b8580; font-size: 12px; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-top: 23px; border-bottom: 1px solid #ddd5cc; }
.auth-tabs button { padding: 10px 0; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: 13px; cursor: pointer; }
.auth-tabs button.is-active { color: var(--red); border-bottom-color: var(--red); font-weight: 800; }
.auth-form { margin-top: 18px; }
.auth-form > label { display: block; margin-top: 13px; }
.auth-form label > span:first-child { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 700; }
.auth-form input[type="tel"], .password-field { width: 100%; height: 46px; border: 1px solid #ddd8d2; background: #f8f7f4; }
.auth-form input { min-width: 0; padding: 0 13px; border: 0; outline: 0; background: transparent; font-size: 12px; }
.password-field { display: flex; }
.password-field input { flex: 1; }
.password-toggle { width: 42px; border: 0; background: transparent; cursor: pointer; }
.password-toggle i { display: block; width: 18px; height: 18px; margin: auto; }
.auth-options { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; font-size: 12px; }
.auth-options label { display: flex; align-items: center; gap: 5px; }
.auth-options button { border: 0; color: var(--red); background: none; font-size: 12px; cursor: pointer; }
.auth-submit, .auth-secondary { width: 100%; height: 44px; margin-top: 15px; border: 1px solid var(--red); cursor: pointer; font-size: 13px; font-weight: 800; }
.auth-submit { color: #fff; background: var(--red); }
.auth-secondary { margin-top: 9px; color: var(--red); background: #fff; }
.auth-note { margin-top: 12px; color: #888; text-align: center; font-size: 12px; }

.section-inner { padding: 92px 0; }
.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 30px; margin-bottom: 42px; }
.section-heading > span { grid-column: 1; }
.section-heading h2 { grid-column: 1; font-size: clamp(38px, 5vw, 58px); line-height: 1.1; }
.section-heading > p { grid-column: 2; grid-row: 1 / span 2; max-width: 480px; color: var(--muted); font-size: 14px; }
.week-strip { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--line); background: #fff; }
.week-strip button { min-height: 68px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; }
.week-strip button:last-child { border-right: 0; }
.week-strip b, .week-strip span { display: block; font-size: 12px; }
.week-strip button.is-active { color: #fff; background: var(--red); }
.program-board { margin-top: 18px; border: 1px solid var(--line); border-bottom: 0; }
.program-row { display: grid; grid-template-columns: 100px 66px 70px 1fr 120px 140px; gap: 18px; align-items: center; min-height: 112px; padding: 15px 20px; border-bottom: 1px solid var(--line); background: var(--paper-light); }
.program-row > time { font-size: 28px; font-weight: 900; }
.program-row .genre { color: var(--red); font-size: 12px; font-weight: 800; }
.program-row img { width: 64px; height: 76px; object-fit: contain; background: #eee; }
.program-row h3 { font-size: 18px; }
.program-row p, .audience { color: var(--muted); font-size: 12px; }
.program-row button { min-height: 44px; border: 1px solid var(--red); color: var(--red); background: transparent; cursor: pointer; font-size: 13px; font-weight: 800; }
.program-row button.is-selected { color: #fff; background: var(--red); }
.program-feedback { margin-top: 14px; color: var(--muted); text-align: right; font-size: 12px; }

.sync-section { color: #fff; background: #171616; }
.section-heading-light > p { color: #c4bbb1; }
.sync-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.player-panel, .room-panel { min-height: 430px; border: 1px solid #514943; background: #0d0d0d; }
.player-panel { position: relative; overflow: hidden; }
.player-panel > img { width: 100%; height: 430px; object-fit: contain; background: #070707; }
.play-toggle { position: absolute; inset: 50% auto auto 50%; width: 64px; height: 64px; border: 1px solid #fff; border-radius: 50%; background: rgba(0,0,0,.6); transform: translate(-50%,-50%); cursor: pointer; }
.play-toggle i { display: block; width: 28px; height: 28px; margin: auto; }
.player-bar { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 16px; background: rgba(0,0,0,.8); font-size: 12px; }
.player-bar > i { height: 4px; background: #555; }
.player-bar > i b { display: block; width: 45%; height: 100%; background: var(--red); }
.player-bar button { border: 0; color: #fff; background: transparent; cursor: pointer; }
.room-panel { padding: 28px; }
.room-title { display: flex; justify-content: space-between; border-bottom: 1px solid #423d38; padding-bottom: 20px; }
.room-title span { color: var(--red); font-size: 12px; font-weight: 800; }
.room-title h3 { font-size: 25px; }
.room-title strong { align-self: center; color: var(--red); }
.member-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
.member-list li { text-align: center; }
.member-list i, .member-list button { display: block; width: 54px; height: 54px; margin: 0 auto 7px; border: 1px solid #625951; border-radius: 50%; background-position: center; background-repeat: no-repeat; background-size: 24px; }
.member-list button { color: #fff; background: transparent; cursor: pointer; }
.member-list span { font-size: 12px; }
.room-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; }
.room-controls button { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 48px; border: 1px solid #625951; color: #fff; background: transparent; cursor: pointer; font-size: 12px; }
.room-controls button.is-active { color: #fff; border-color: var(--red); background: var(--red); }
.sync-feedback { margin-top: 20px; color: #bab1a8; font-size: 12px; }

.screens-section { background: var(--paper-light); }
.screens-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.screens-grid figure { min-width: 0; border: 1px solid var(--line); background: #fff; }
.screen-window { width: 100%; aspect-ratio: 9 / 16; overflow: hidden; background: #181818; }
.screen-window img { width: 100%; height: 100%; object-fit: contain; }
.screens-grid figcaption { display: flex; gap: 14px; align-items: center; min-height: 70px; padding: 14px 16px; border-top: 1px solid var(--line); }
.screens-grid figcaption b { color: var(--red); font-size: 13px; }
.screens-grid figcaption span { font-size: 16px; font-weight: 800; }

.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); background: var(--paper-light); }
.faq-item > button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 74px; padding: 0 24px; border: 0; background: transparent; cursor: pointer; text-align: left; font-weight: 800; }
.faq-item b { display: inline-block; width: 48px; color: var(--red); font-size: 12px; }
.faq-item button > i, .fold-mark { position: relative; width: 18px; height: 18px; }
.faq-item button > i::before, .faq-item button > i::after, .fold-mark::before, .fold-mark::after { content: ""; position: absolute; top: 8px; left: 2px; width: 14px; height: 1px; background: currentColor; }
.faq-item button > i::after, .fold-mark::after { transform: rotate(90deg); }
.faq-item.is-open button > i::after, .official-site[open] .fold-mark::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; }
.faq-answer p { overflow: hidden; padding: 0 72px; color: var(--muted); font-size: 14px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-top: 4px; padding-bottom: 24px; }
.official-site { margin-top: 26px; border: 1px solid var(--ink); background: var(--paper-light); }
.official-site summary { display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 24px; cursor: pointer; font-weight: 800; list-style: none; }
.official-site summary::-webkit-details-marker { display: none; }
.official-site summary span { display: flex; align-items: center; gap: 12px; }
.official-site > div { padding: 0 24px 24px 56px; }
.official-site a { color: var(--red); }

.reviews-section { background: #eee7dc; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.review-card { position: relative; min-height: 250px; padding: 26px 26px 52px; border-top: 4px solid var(--red); background: #fff; }
.review-head { display: flex; align-items: center; gap: 10px; padding-right: 88px; }
.review-head > i { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background-color: var(--ink); background-size: 22px; }
.review-head strong { font-size: 14px; }
.review-rating { position: absolute; top: 31px; right: 24px; color: var(--red); font-size: 13px; white-space: nowrap; }
.review-card > p { margin-top: 23px; font-size: 14px; line-height: 1.9; }
.review-card > time { position: absolute; right: 24px; bottom: 20px; color: var(--muted); font-size: 12px; }

.download-section { padding: 72px 24px; background: #191717; }
.download-ticket { display: grid; grid-template-columns: 170px 1fr 230px; width: min(100%, var(--max-width)); margin: 0 auto; color: #fff; background: var(--red); border: 1px solid #ff7c7f; }
.ticket-number { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 180px; padding: 24px; color: var(--ink); background: var(--paper); border-right: 1px dashed #8d7d70; }
.ticket-number::before, .ticket-number::after { content: ""; position: absolute; right: -12px; width: 22px; height: 22px; border-radius: 50%; background: #191717; }
.ticket-number::before { top: -11px; }.ticket-number::after { bottom: -11px; }
.ticket-number span, .ticket-number small { font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.ticket-number strong { font-size: 46px; line-height: 1.1; }
.ticket-copy { align-self: center; padding: 28px 40px; }
.ticket-copy > span { color: #fff0d6; }
.ticket-copy h2 { margin-top: 7px; font-size: 30px; line-height: 1.3; }
.ticket-copy p { margin-top: 6px; color: #ffe9e1; font-size: 13px; }
.download-ticket > a { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--ink); background: #fff6e6; font-weight: 900; }

.site-footer { color: #fff; background: #111; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 128px; }
.footer-nav ul { display: flex; gap: 28px; }
.footer-nav a { color: #d9d3ca; font-size: 12px; }
.copyright { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; padding: 20px 0 24px; border-top: 1px solid rgba(255,255,255,.5); color: #aaa198; text-align: center; font-size: 12px; }
.back-top { position: fixed; right: 24px; bottom: 24px; z-index: 800; width: 50px; height: 50px; border: 1px solid #fff; background: var(--red); opacity: 0; pointer-events: none; cursor: pointer; }
.back-top.is-visible { opacity: 1; pointer-events: auto; }

.i-download { background-image: url("../icons/download.svg"); }
.i-film { background-image: url("../icons/film.svg"); }
.i-list { background-image: url("../icons/list.svg"); }
.i-sync { background-image: url("../icons/sync.svg"); }
.i-eye { background-image: url("../icons/eye.svg"); }
.i-play { background-image: url("../icons/play.svg"); }
.i-user { background-image: url("../icons/user.svg"); }
.i-chat { background-image: url("../icons/chat.svg"); }
.i-caption { background-image: url("../icons/caption.svg"); }
.i-mic { background-image: url("../icons/mic.svg"); }
.i-globe { background-image: url("../icons/globe-dark.svg"); }
.i-arrow { background-image: url("../icons/arrow.svg"); }
.i-top { background-image: url("../icons/top.svg"); }
.i-avatar { background-image: url("../icons/avatar.svg"); }

@media (max-width: 980px) {
  .site-nav ul { gap: 20px; }
  .hero-inner { gap: 35px; }
  .hero::after { width: 45%; }
  .program-row { grid-template-columns: 80px 55px 60px 1fr 120px; }
  .program-row .audience { display: none; }
  .sync-grid { grid-template-columns: 1fr; }
  .player-panel, .room-panel { min-height: auto; }
}

@media (max-width: 760px) {
  :root { --header-height: 66px; }
  body { padding-top: var(--header-height); }
  main { padding-top: 0; }
  .site-header { height: var(--header-height); }
  .header-inner, .section-inner, .hero-inner, .footer-inner { width: min(calc(100% - 28px), var(--max-width)); }
  .brand { flex: 1; overflow: visible; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 16px; }
  .brand small { display: block; max-width: none; overflow: visible; text-overflow: clip; white-space: nowrap; font-size: 12px; }
  .mobile-actions { display: flex; }
  .site-nav { position: fixed; top: var(--header-height); right: 0; left: 0; display: none; padding: 12px 14px 18px; background: #171616; border-top: 1px solid #403a35; }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav a { padding: 14px; border-bottom: 1px solid #39342f; }
  .site-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero::after { top: auto; bottom: 0; width: 100%; height: 45%; clip-path: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 10px; padding: 0 0 50px; }
  .hero-copy { padding: 58px 0 24px; text-align: center; }
  .hero h1 { font-size: 64px; white-space: normal; }
  .hero h2 { font-size: 26px; }
  .hero-intro { font-size: 14px; }
  .hero-points { justify-content: center; gap: 12px; }
  .phone-stage { min-height: 590px; }
  .phone-shell { width: 292px; }
  .film-strip { display: none; }
  .section-inner { padding: 66px 0; }
  .section-heading { display: block; margin-bottom: 28px; text-align: left; }
  .section-heading h2 { margin-top: 5px; font-size: 38px; }
  .section-heading > p { margin-top: 10px; font-size: 13px; }
  .week-strip { grid-template-columns: repeat(7, 76px); overflow-x: auto; }
  .program-row { grid-template-columns: 66px 44px 54px 1fr; gap: 10px; padding: 14px 10px; }
  .program-row > time { font-size: 18px; }
  .program-row img { width: 50px; height: 64px; }
  .program-row button { grid-column: 1 / -1; min-height: 40px; }
  .sync-section .section-heading { text-align: center; }
  .player-panel > img { height: auto; max-height: 460px; }
  .room-panel { padding: 20px 14px; }
  .room-controls { gap: 6px; }
  .screens-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .screens-grid figcaption { min-height: 60px; padding: 10px; gap: 8px; }
  .screens-grid figcaption span { font-size: 13px; }
  .faq-item > button { min-height: 68px; padding: 0 14px; font-size: 13px; }
  .faq-item b { width: 34px; }
  .faq-answer p { padding-right: 48px; padding-left: 48px; font-size: 13px; }
  .official-site summary { padding: 0 14px; font-size: 13px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 220px; }
  .download-section { padding: 50px 14px; }
  .download-ticket { grid-template-columns: 1fr; }
  .ticket-number { min-height: 105px; border-right: 0; border-bottom: 1px dashed #8d7d70; text-align: center; }
  .ticket-number::before, .ticket-number::after { top: auto; bottom: -11px; }
  .ticket-number::before { right: auto; left: -11px; }.ticket-number::after { right: -11px; }
  .ticket-copy { padding: 28px 22px; text-align: center; }
  .ticket-copy h2 { font-size: 24px; }
  .download-ticket > a { min-height: 74px; }
  .footer-inner { flex-direction: column; justify-content: center; padding: 34px 0; text-align: center; }
  .footer-nav ul { flex-wrap: wrap; justify-content: center; gap: 12px 20px; }
  .back-top { right: 14px; bottom: 14px; width: 46px; height: 46px; }
}

@media (max-width: 390px) {
  .header-inner { width: calc(100% - 18px); gap: 5px; }
  .brand { gap: 7px; }
  .brand img { width: 36px; height: 36px; }
  .brand strong { font-size: 14px; }
  .mobile-download { padding: 0 10px; }
  .menu-toggle { width: 40px; height: 40px; }
  .hero h1 { font-size: 54px; }
  .phone-shell { width: 278px; }
  .member-list { gap: 6px; }
  .member-list i, .member-list button { width: 46px; height: 46px; }
}

@media (hover: none), (pointer: coarse) {
  a, button { -webkit-tap-highlight-color: transparent; }
  a:active, button:active { opacity: 1; }
}
