@charset "UTF-8";

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

:root {
  --ink: #121212;
  --ink-soft: #242424;
  --paper: #f4eddf;
  --paper-light: #fffaf0;
  --red: #ff353b;
  --red-dark: #b71f27;
  --line: #cfc4b1;
  --muted: #716a60;
  --green: #5de3a2;
  --white: #ffffff;
  --container: 1200px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  color: var(--white);
  background: #090b0d;
  border-bottom: 1px solid #2c2e31;
}

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

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

.brand img,
.footer-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 10px;
}

.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: 20px;
  white-space: nowrap;
}

.brand-copy span,
.footer-brand span span {
  margin-top: 3px;
  color: #b8bdc2;
  font-size: 12px;
  white-space: nowrap;
}

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

.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--header-height);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

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

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

.mobile-actions {
  display: none;
}

.hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.93), rgba(10, 10, 10, 0.86)),
    repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255, 255, 255, 0.025) 80px);
  border-bottom: 1px solid #292929;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  min-height: 690px;
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.hero-copy {
  display: flex;
  min-width: 0;
  padding: 95px 72px 88px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.eyebrow,
.section-heading > span,
.console-kicker,
.download-copy > span {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 16px;
  font-size: clamp(72px, 7vw, 112px);
  line-height: 0.96;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.hero-copy > h2 {
  margin-top: 26px;
  font-size: 34px;
  line-height: 1.25;
}

.hero-copy > p {
  max-width: 650px;
  margin-top: 22px;
  color: #c7c9cb;
  font-size: 17px;
}

.hero-features {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-features span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  gap: 8px;
  color: #eeeeee;
  border: 1px solid #3e4245;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
}

.hero-features i,
.primary-link i,
.console-actions i,
.ticket-step > i,
.sync-tools i,
.official-site i,
.download-action i,
.back-top i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 56px;
  margin-top: 30px;
  padding: 0 26px;
  gap: 10px;
  color: var(--white);
  background: var(--red);
  border: 1px solid var(--red);
  font-size: 17px;
  font-weight: 800;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.primary-link:hover {
  color: var(--red);
  background: var(--white);
}

.primary-link:hover .i-download {
  background-image: url("../icons/download-red.svg");
}

.age-label {
  display: block;
  margin-top: 12px;
  color: #9fa3a7;
  font-size: 13px;
}

.room-console {
  align-self: center;
  width: 100%;
  color: var(--white);
  background: #101316;
  border: 1px solid #545a60;
}

.console-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 20px;
  color: #f5f5f5;
  background: #080a0c;
  border-bottom: 1px solid #34383c;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.online-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 13px;
}

.online-state i {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}

.console-body {
  padding: 24px;
}

.room-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.room-heading h3 {
  margin-top: 3px;
  font-size: 26px;
}

.room-theme {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--white);
  background: transparent;
  border: 1px solid #40464b;
  cursor: pointer;
}

.room-theme i {
  display: block;
  width: 19px;
  height: 19px;
  background: url("../icons/theme.svg") center / contain no-repeat;
}

.media-tabs {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.media-tabs button {
  min-height: 42px;
  color: #d6d8da;
  background: #25292d;
  border: 1px solid #30353a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

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

.selected-media {
  display: grid;
  min-height: 164px;
  margin-top: 12px;
  padding: 12px;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  background: #0b0d0f;
  border: 1px solid #34383d;
}

.selected-media figure {
  width: 112px;
  height: 140px;
  overflow: hidden;
  background: #1e2225;
}

.selected-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.selected-copy {
  min-width: 0;
  align-self: center;
}

.selected-copy > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
}

.selected-copy h3 {
  margin-top: 5px;
  font-size: 24px;
}

.selected-copy > p {
  margin-top: 4px;
  color: #aeb3b8;
  font-size: 13px;
}

.watch-progress {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 12px;
}

.progress-track,
.player-progress {
  position: relative;
  height: 4px;
  margin-top: 7px;
  overflow: hidden;
  background: #3a3e42;
}

.progress-track i,
.player-progress i {
  display: block;
  width: 50%;
  height: 100%;
  background: var(--red);
}

.member-row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 24px;
}

.member-row > span,
.add-member {
  display: flex;
  width: 60px;
  padding: 0;
  flex-direction: column;
  align-items: center;
  color: var(--white);
  background: transparent;
  border: 0;
  font-size: 12px;
}

.member-row b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  background: #e6e9eb;
  border-radius: 50%;
  font-size: 14px;
}

.member-row small {
  margin-top: 5px;
  color: #b6babd;
  font-size: 12px;
  white-space: nowrap;
}

.add-member {
  cursor: pointer;
}

.add-member b {
  color: #d5d8da;
  background: transparent;
  border: 1px dashed #757a7e;
}

.console-actions {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.console-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  gap: 7px;
  color: #e7e8e9;
  background: #202428;
  border: 1px solid #40454a;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.console-actions button:hover,
.console-actions button.is-active {
  color: var(--white);
  border-color: var(--red);
}

.create-room {
  width: 100%;
  min-height: 52px;
  margin-top: 12px;
  color: var(--white);
  background: var(--red);
  border: 1px solid var(--red);
  cursor: pointer;
  font-weight: 800;
}

.create-room:hover {
  color: var(--red);
  background: var(--white);
}

.room-feedback {
  min-height: 21px;
  margin-top: 8px;
  color: #9da2a6;
  font-size: 12px;
  text-align: center;
}

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

.section-heading {
  display: grid;
  margin-bottom: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  align-items: end;
  column-gap: 40px;
}

.section-heading > span,
.section-heading > h2 {
  grid-column: 1;
}

.section-heading h2 {
  margin-top: 5px;
  font-size: 50px;
  line-height: 1.15;
}

.section-heading > p {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--muted);
  font-size: 15px;
}

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

.room-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
}

.ticket-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ticket-step {
  position: relative;
  min-height: 310px;
  padding: 30px 26px 26px;
  background: var(--paper-light);
  border: 1px solid var(--line);
  border-right: 0;
}

.ticket-step::before,
.ticket-step::after {
  position: absolute;
  right: -8px;
  z-index: 2;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.ticket-step::before {
  top: -8px;
}

.ticket-step::after {
  bottom: -8px;
}

.ticket-step:last-child {
  border-right: 1px solid var(--line);
}

.ticket-step:last-child::before,
.ticket-step:last-child::after {
  display: none;
}

.ticket-step.is-current {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.ticket-step > span {
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.ticket-step > i {
  width: 28px;
  height: 28px;
  margin-top: 38px;
}

.ticket-step:not(.is-current) > i {
  filter: invert(1);
}

.ticket-step h3 {
  margin-top: 9px;
  font-size: 25px;
}

.ticket-step p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.ticket-step.is-current p {
  color: #ffe5e6;
}

.ticket-step button {
  margin-top: 18px;
  padding: 8px 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.screening-board {
  padding: 26px;
  color: var(--white);
  background: var(--ink);
}

.board-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.board-title span {
  font-size: 20px;
  font-weight: 800;
}

.board-title button {
  padding: 5px 8px;
  color: #c5c7c9;
  background: transparent;
  border: 1px solid #484c4f;
  cursor: pointer;
  font-size: 12px;
}

.board-title button.is-active {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.screening-board ul {
  margin-top: 24px;
}

.screening-board li {
  display: grid;
  min-height: 53px;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #363a3d;
  font-size: 13px;
}

.screening-board time {
  color: var(--red);
  font-weight: 800;
}

.screening-board b {
  color: #b9bdc0;
  font-size: 12px;
}

.schedule-note {
  margin-top: 19px;
  color: #8e9397;
  font-size: 12px;
}

.sync-section {
  color: var(--white);
  background: #0a0c0e;
}

.sync-section .section-heading > p {
  color: #9da2a6;
}

.sync-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr) 112px;
  min-height: 480px;
  border: 1px solid #3c4145;
}

.player-panel {
  min-width: 0;
  border-right: 1px solid #3c4145;
}

.player-visual {
  position: relative;
  height: 390px;
  overflow: hidden;
  background: #121518;
}

.player-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.55;
}

.player-visual > span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 7px 10px;
  color: var(--green);
  background: #0e241b;
  font-size: 12px;
  font-weight: 700;
}

.player-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 66px;
  height: 66px;
  padding: 0;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.player-toggle i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../icons/play.svg") center / contain no-repeat;
}

.player-controls {
  display: grid;
  min-height: 88px;
  padding: 15px 18px;
  grid-template-columns: auto auto auto 1fr auto auto;
  align-items: center;
  gap: 11px;
  background: #111417;
}

.player-controls button {
  padding: 7px 9px;
  color: #e8eaeb;
  background: #24282b;
  border: 1px solid #3b4044;
  cursor: pointer;
  font-size: 12px;
}

.player-time {
  color: #bfc3c6;
  font-size: 12px;
  white-space: nowrap;
}

.player-progress {
  margin: 0;
}

.chat-panel {
  display: flex;
  min-width: 0;
  padding: 20px;
  flex-direction: column;
  background: #121518;
}

.chat-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #363b3f;
}

.chat-tabs button {
  min-height: 40px;
  color: #9fa4a8;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 12px;
}

.chat-tabs button.is-active {
  color: var(--white);
  border-color: var(--red);
}

.messages {
  display: flex;
  padding: 22px 0;
  flex: 1;
  flex-direction: column;
  gap: 18px;
}

.messages p {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
}

.messages b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--ink);
  background: #dfe2e4;
  border-radius: 50%;
  font-size: 12px;
}

.messages span {
  padding: 7px 9px;
  color: #e6e8e9;
  background: #24282c;
  font-size: 12px;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid #42474b;
}

.chat-form input {
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  color: var(--white);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
}

.chat-form button {
  min-width: 62px;
  color: var(--white);
  background: var(--red);
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.sync-tools {
  display: flex;
  flex-direction: column;
  background: #0d1012;
}

.sync-tools button {
  display: flex;
  min-height: 112px;
  padding: 15px 10px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #b9bdc0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #34393c;
  cursor: pointer;
  font-size: 12px;
}

.sync-tools button:last-child {
  border-bottom: 0;
}

.sync-tools button:hover,
.sync-tools button.is-active {
  color: var(--green);
  background: #101b17;
}

.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;
  background: var(--white);
  border: 1px solid var(--line);
}

.screen-window {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #101010;
}

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

.screens-grid figcaption {
  display: flex;
  min-height: 74px;
  padding: 0 18px;
  align-items: center;
  gap: 13px;
  border-top: 1px solid var(--line);
}

.screens-grid figcaption b {
  color: var(--red);
  font-size: 13px;
}

.screens-grid figcaption span {
  font-size: 17px;
  font-weight: 800;
}

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

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

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

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

.faq-item > button span {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 17px;
  font-weight: 800;
}

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

.faq-item > button > i,
.fold-state {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

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

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

.faq-item > button[aria-expanded="true"] > i::after,
.official-site[open] .fold-state::after {
  transform: rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease;
}

.faq-answer p {
  min-height: 0;
  padding: 0 72px;
  overflow: hidden;
  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: 2px;
  padding-bottom: 22px;
}

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

.official-site summary {
  display: flex;
  min-height: 72px;
  padding: 0 22px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

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

.official-site summary > span {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 16px;
  font-weight: 800;
}

.official-site > div {
  padding: 0 54px 22px;
}

.official-site > div a {
  color: var(--red-dark);
  font-size: 14px;
  text-decoration: underline;
}

.reviews-section {
  color: var(--white);
  background: #101214;
}

.reviews-section .section-heading > p {
  color: #9fa4a7;
}

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

.review-card {
  display: flex;
  min-height: 238px;
  padding: 24px;
  flex-direction: column;
  background: #181b1e;
  border-top: 3px solid var(--red);
}

.review-user {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 11px;
  padding-bottom: 17px;
  border-bottom: 1px solid #373b3f;
}

.review-user .avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: #292d31;
  border-radius: 50%;
}

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

.review-user strong {
  min-width: 0;
  font-size: 14px;
}

.review-rating {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--red);
  font-size: 12px;
  white-space: nowrap;
}

.aiarticle-comment-rating-icon {
  display: inline-block;
  width: 14px;
  color: var(--red);
  font-style: normal;
  line-height: 1;
  text-align: center;
}

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

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

.review-card > p {
  margin-top: 18px;
  flex: 1;
  color: #d7dadc;
  font-size: 14px;
}

.review-card time {
  display: block;
  margin-top: 16px;
  color: #8f9599;
  font-size: 12px;
  text-align: right;
}

.download-section {
  padding: 64px 20px;
  background: #76171c;
}

.download-ticket {
  position: relative;
  display: grid;
  width: min(100%, var(--container));
  min-height: 190px;
  margin: 0 auto;
  grid-template-columns: 220px 1fr 260px;
  color: var(--ink);
  background: var(--paper-light);
  border: 1px solid #f5c2c4;
}

.download-ticket::before,
.download-ticket::after {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 48px;
  content: "";
  background: #76171c;
  transform: translateY(-50%);
}

.download-ticket::before {
  left: -1px;
  border-radius: 0 24px 24px 0;
}

.download-ticket::after {
  right: -1px;
  border-radius: 24px 0 0 24px;
}

.ticket-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px dashed #c69c9e;
}

.ticket-number span {
  color: var(--red);
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
}

.ticket-number small,
.download-action small {
  margin-top: 9px;
  color: #8c7670;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.download-copy {
  display: flex;
  padding: 30px 42px;
  justify-content: center;
  flex-direction: column;
}

.download-copy h2 {
  margin-top: 6px;
  font-size: 30px;
  line-height: 1.25;
  white-space: nowrap;
}

.download-copy p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.download-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  background: var(--red);
}

.download-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  min-height: 55px;
  gap: 12px;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--white);
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}

.download-action a:hover {
  color: var(--white);
  background: transparent;
}

.download-action small {
  color: #ffd6d8;
}

.site-footer {
  padding: 44px 20px 24px;
  color: var(--white);
  background: #080a0c;
}

.footer-main {
  display: flex;
  width: min(100%, var(--container));
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-nav a {
  color: #d4d7d9;
  font-size: 13px;
  white-space: nowrap;
}

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

.copyright {
  width: min(100%, var(--container));
  margin: 32px auto 0;
  padding-top: 20px;
  color: #8f9498;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 12px;
  text-align: center;
}

.back-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border: 1px solid var(--white);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}

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

.i-search {
  background-image: url("../icons/search.svg");
}

.i-sync {
  background-image: url("../icons/sync.svg");
}

.i-chat {
  background-image: url("../icons/chat.svg");
}

.i-download {
  background-image: url("../icons/download.svg");
}

.i-user {
  background-image: url("../icons/user.svg");
}

.i-play {
  background-image: url("../icons/play.svg");
}

.i-mic {
  background-image: url("../icons/mic.svg");
}

.i-reel {
  background-image: url("../icons/reel.svg");
}

.i-heart {
  background-image: url("../icons/heart.svg");
}

.i-caption {
  background-image: url("../icons/caption.svg");
}

.i-globe {
  background-image: url("../icons/globe.svg");
}

.i-arrow {
  background-image: url("../icons/arrow.svg");
}

.i-top {
  background-image: url("../icons/top.svg");
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid #7bc8ff;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 440px;
  }

  .hero-copy {
    padding-right: 42px;
  }

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

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

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

  .screening-board {
    min-height: 260px;
  }

  .sync-dashboard {
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  }

  .sync-tools {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  .sync-tools button {
    min-height: 82px;
    border-right: 1px solid #34393c;
    border-bottom: 0;
  }

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

  .download-copy {
    padding: 28px;
  }

  .download-copy h2 {
    font-size: 25px;
  }

  .footer-nav ul {
    gap: 20px;
  }
}

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

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

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

  .header-inner {
    width: 100%;
    padding: 0 14px;
  }

  .brand {
    gap: 8px;
  }

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

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

  .brand-copy span {
    margin-top: 1px;
    font-size: 12px;
  }

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

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

  .menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid #62666a;
    cursor: pointer;
  }

  .menu-toggle i,
  .menu-toggle::before,
  .menu-toggle::after {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 2px;
    content: "";
    background: var(--white);
  }

  .menu-toggle i {
    top: 19px;
  }

  .menu-toggle::before {
    top: 13px;
  }

  .menu-toggle::after {
    top: 25px;
  }

  .site-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    color: var(--white);
    background: #0b0d0f;
    border-top: 1px solid #33373a;
  }

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

  .site-nav ul {
    display: block;
    padding: 8px 14px 18px;
  }

  .site-nav li {
    border-bottom: 1px solid #2d3134;
  }

  .site-nav a {
    height: 54px;
  }

  .site-nav a::after {
    top: 13px;
    right: auto;
    bottom: 13px;
    left: -14px;
    width: 3px;
    height: auto;
    transform: scaleY(0);
  }

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

  .hero-inner {
    display: flex;
    width: min(calc(100% - 28px), 640px);
    padding: 52px 0 60px;
    flex-direction: column;
  }

  .hero-copy {
    padding: 0;
    align-items: center;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(58px, 18vw, 82px);
    white-space: normal;
  }

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

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

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

  .room-console {
    margin-top: 45px;
  }

  .section-inner {
    width: min(calc(100% - 28px), 680px);
    padding: 66px 0;
  }

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

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

  .section-heading > p {
    margin-top: 12px;
    font-size: 14px;
  }

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

  .ticket-step {
    min-height: 220px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .ticket-step:last-child {
    border-bottom: 1px solid var(--line);
  }

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

  .ticket-step > i {
    margin-top: 24px;
  }

  .sync-dashboard {
    grid-template-columns: 1fr;
  }

  .player-panel {
    border-right: 0;
    border-bottom: 1px solid #3c4145;
  }

  .player-visual {
    height: 340px;
  }

  .chat-panel {
    min-height: 390px;
  }

  .sync-tools {
    grid-column: auto;
  }

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

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

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

  .download-action {
    min-height: 120px;
    grid-column: 1 / -1;
  }

  .footer-main {
    flex-direction: column;
  }

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

@media (max-width: 560px) {
  .header-inner {
    padding: 0 10px;
  }

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

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

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

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

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

  .menu-toggle i,
  .menu-toggle::before,
  .menu-toggle::after {
    left: 9px;
  }

  .hero-inner {
    width: min(calc(100% - 24px), 440px);
    padding-top: 44px;
  }

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

  .hero-features {
    gap: 7px;
  }

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

  .primary-link {
    min-width: 190px;
  }

  .console-topbar,
  .console-body {
    padding-right: 14px;
    padding-left: 14px;
  }

  .selected-media {
    grid-template-columns: 92px 1fr;
    gap: 12px;
  }

  .selected-media figure {
    width: 92px;
    height: 126px;
  }

  .selected-copy h3 {
    font-size: 20px;
  }

  .member-row {
    gap: 10px;
  }

  .console-actions {
    grid-template-columns: 1fr;
  }

  .section-inner {
    width: min(calc(100% - 24px), 440px);
    padding: 56px 0;
  }

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

  .screening-board {
    padding: 20px;
  }

  .player-visual {
    height: 250px;
  }

  .player-controls {
    grid-template-columns: repeat(2, auto) 1fr;
  }

  .player-time {
    text-align: right;
  }

  .player-progress {
    grid-column: 1 / -1;
  }

  .sync-tools button {
    min-width: 0;
    min-height: 76px;
  }

  .screens-grid {
    gap: 10px;
  }

  .screens-grid figcaption {
    min-height: 58px;
    padding: 0 9px;
    gap: 7px;
  }

  .screens-grid figcaption span {
    font-size: 13px;
  }

  .faq-item > button {
    min-height: 68px;
    padding: 0 12px;
  }

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

  .faq-answer p {
    padding-right: 42px;
    padding-left: 42px;
  }

  .official-site summary {
    padding: 0 13px;
  }

  .official-site summary > span {
    gap: 8px;
    font-size: 14px;
  }

  .official-site > div {
    padding-right: 38px;
    padding-left: 38px;
  }

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

  .download-section {
    padding: 46px 12px;
  }

  .download-ticket {
    display: block;
  }

  .ticket-number {
    min-height: 110px;
    border-right: 0;
    border-bottom: 1px dashed #c69c9e;
  }

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

  .download-copy {
    padding: 28px 24px;
    text-align: center;
  }

  .download-copy h2 {
    font-size: 22px;
    white-space: normal;
  }

  .download-action {
    min-height: 120px;
  }

  .footer-main,
  .footer-brand {
    justify-content: center;
    text-align: center;
  }

  .footer-nav ul {
    gap: 12px 18px;
  }

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

@media (max-width: 360px) {
  .brand-copy strong {
    font-size: 13px;
  }

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

  .mobile-download {
    min-height: 38px;
    padding: 0 8px;
  }

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

  .menu-toggle i,
  .menu-toggle::before,
  .menu-toggle::after {
    left: 8px;
  }

  .selected-media {
    grid-template-columns: 78px 1fr;
  }

  .selected-media figure {
    width: 78px;
    height: 112px;
  }

  .member-row > span,
  .add-member {
    width: 52px;
  }

  .screening-board li {
    grid-template-columns: 48px 1fr auto;
  }
}

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

  a:active,
  button:active,
  summary:active {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
