:root {
  color-scheme: dark;
  --ink: #070706;
  --charcoal: #11110f;
  --smoke: #d9d1bc;
  --muted: #aaa18d;
  --brass: #c7a760;
  --brass-deep: #71542b;
  --blood: #9d2f25;
  --green: #26372d;
  --line: rgba(214, 186, 120, 0.28);
  --glass: rgba(9, 9, 7, 0.68);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
  --dossier-paper-lines: linear-gradient(rgba(214, 186, 120, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(214, 186, 120, 0.026) 1px, transparent 1px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--ink);
  color: var(--smoke);
  font-family:
    "Microsoft YaHei UI",
    "Microsoft YaHei",
    "PingFang SC",
    system-ui,
    sans-serif;
  letter-spacing: 0;
}

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

.page-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 30%, rgba(151, 45, 35, 0.2), transparent 28rem),
    linear-gradient(180deg, rgba(7, 7, 6, 0), #070706 62rem),
    #070706;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 26px clamp(18px, 4vw, 58px) 72px;
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.9), rgba(7, 7, 6, 0.48) 47%, rgba(7, 7, 6, 0.72)),
    linear-gradient(0deg, #070706 0%, rgba(7, 7, 6, 0) 40%),
    url("./assets/hero-bayou.webp") center / cover no-repeat;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 78%);
}

.topbar {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f7ebc9;
  font-size: 15px;
  font-weight: 800;
  text-transform: none;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(199, 167, 96, 0.2), rgba(7, 7, 6, 0.75));
  color: var(--brass);
  font-family: Georgia, serif;
  font-size: 24px;
  box-shadow: inset 0 0 22px rgba(199, 167, 96, 0.08);
}

.nav-cta,
.primary-action,
.ghost-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line);
  padding: 0 18px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-cta,
.primary-action {
  background: linear-gradient(135deg, #c7a760, #8a6633);
  color: #140f08;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}

.ghost-action {
  background: rgba(9, 9, 7, 0.5);
  color: #ecdfbf;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 384px);
  gap: clamp(26px, 5vw, 72px);
  align-items: end;
  width: min(1180px, 100%);
  min-height: calc(100svh - 96px);
  margin: 0 auto;
  padding-top: 64px;
}

.hero-copy {
  max-width: 760px;
  padding-bottom: clamp(14px, 7vh, 86px);
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

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

h1 {
  margin-bottom: 18px;
  color: #fff2cf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 11vw, 138px);
  font-weight: 900;
  line-height: 0.9;
  text-shadow: 0 8px 36px rgba(0, 0, 0, 0.75);
}

.tagline {
  max-width: 650px;
  margin-bottom: 30px;
  color: #e5dcc7;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.45;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 486px;
  gap: 12px;
  margin-bottom: 34px;
}

.hero-actions .primary-action,
.hero-actions .ghost-action {
  width: 100%;
  min-width: 0;
  padding-inline: 14px;
  white-space: nowrap;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
}

.stats div {
  min-height: 88px;
  border: 1px solid rgba(214, 186, 120, 0.2);
  border-left: 2px solid var(--blood);
  padding: 17px 18px;
  background: rgba(7, 7, 6, 0.52);
  backdrop-filter: blur(8px);
}

.stats dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
}

.stats dd {
  margin: 0;
  color: #fff0d1;
  font-size: 16px;
  font-weight: 800;
}

.join-card {
  position: sticky;
  bottom: 26px;
  align-self: end;
  border: 1px solid rgba(214, 186, 120, 0.35);
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(199, 167, 96, 0.13), transparent 28%),
    var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.join-card::before,
.join-card::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border-color: var(--brass);
  opacity: 0.75;
}

.join-card::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.join-card::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.ticket-label {
  display: inline-flex;
  margin-bottom: 12px;
  border: 1px solid rgba(199, 167, 96, 0.42);
  padding: 6px 9px;
  color: var(--brass);
  font-size: 12px;
  font-weight: 800;
}

.qr-frame {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  width: 100%;
  place-items: center;
  overflow: hidden;
  border: 10px solid #efe3c4;
  background: #f4ead0;
  box-shadow: inset 0 0 0 1px rgba(18, 13, 8, 0.2);
}

.qr-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qr-frame img.is-missing {
  display: none;
}

.qr-placeholder {
  display: grid;
  gap: 14px;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #1c160e;
  text-align: center;
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: 68%;
}

.qr-grid span {
  aspect-ratio: 1;
  background: #1c160e;
}

.qr-grid span:nth-child(3n),
.qr-grid span:nth-child(5),
.qr-grid span:nth-child(14) {
  background: var(--blood);
}

.contact-frame {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  border: 1px solid rgba(214, 186, 120, 0.26);
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(157, 47, 37, 0.14), transparent 46%),
    rgba(255, 255, 255, 0.03);
}

.contact-group {
  display: grid;
  gap: 14px;
  min-height: 78px;
  border: 1px solid rgba(214, 186, 120, 0.18);
  padding: 13px 14px;
  background: rgba(8, 8, 7, 0.5);
}

.contact-group span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.contact-group strong {
  color: #fff0cf;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.join-card h2 {
  margin: 18px 0 9px;
  color: #fff0cf;
  font-size: 31px;
  line-height: 1.1;
}

.join-card p {
  margin-bottom: 16px;
  color: #c8bea8;
  font-size: 15px;
  line-height: 1.65;
}

.seal {
  border-top: 1px solid rgba(214, 186, 120, 0.22);
  padding-top: 13px;
  color: rgba(199, 167, 96, 0.82);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.content-band {
  padding: 84px clamp(18px, 4vw, 58px);
  background:
    radial-gradient(circle at 20% 10%, rgba(38, 55, 45, 0.8), transparent 28rem),
    linear-gradient(180deg, #070706, #11110f);
}

.section-heading,
.rule-grid,
.manifesto {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2,
.manifesto h2 {
  max-width: 780px;
  color: #f3e7c9;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.12;
}

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

.rule-grid article {
  min-height: 236px;
  border: 1px solid rgba(214, 186, 120, 0.22);
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(199, 167, 96, 0.08), transparent),
    rgba(8, 8, 7, 0.72);
}

.rule-number {
  display: block;
  margin-bottom: 26px;
  color: var(--blood);
  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 900;
}

.rule-grid h3 {
  margin-bottom: 12px;
  color: #f5e9c9;
  font-size: 22px;
}

.rule-grid p {
  margin-bottom: 0;
  color: #bcb29e;
  font-size: 15px;
  line-height: 1.78;
}

.manifesto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 52px clamp(18px, 4vw, 58px) 76px;
}

.manifesto-copy {
  max-width: 760px;
}

.compact {
  flex: 0 0 auto;
}

.smoke {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 48vw;
  height: 48vw;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(217, 209, 188, 0.12), transparent 62%);
  filter: blur(14px);
  opacity: 0.62;
  animation: drift 15s ease-in-out infinite alternate;
}

.smoke-a {
  left: -18vw;
  top: 22vh;
}

.smoke-b {
  right: -22vw;
  bottom: -8vw;
  animation-duration: 18s;
}

@keyframes drift {
  from {
    transform: translate3d(-2%, 1%, 0) scale(1);
  }
  to {
    transform: translate3d(5%, -4%, 0) scale(1.08);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-bottom: 48px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 64px;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .join-card {
    position: relative;
    bottom: auto;
    width: min(420px, 100%);
    margin: 0 auto;
  }

  .stats,
  .rule-grid {
    grid-template-columns: 1fr;
  }

  .manifesto {
    display: block;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-inline: 16px;
  }

  .topbar {
    align-items: flex-start;
  }

  .brand {
    max-width: 220px;
    line-height: 1.2;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 13px;
  }

  h1 {
    font-size: clamp(52px, 18vw, 76px);
  }

  .tagline {
    font-size: 19px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .primary-action,
  .ghost-action {
    width: 100%;
  }

  .stats div {
    min-height: 76px;
  }

  .content-band {
    padding-block: 58px;
  }

  .rule-grid article {
    min-height: auto;
    padding: 24px;
  }
}

.star {
  color: #ffd45a;
  text-shadow: 0 0 18px rgba(255, 212, 90, 0.38);
}

.title-prefix,
.group-name {
  display: block;
}

.title-prefix {
  margin-bottom: 8px;
  color: rgba(243, 231, 201, 0.86);
  font-family:
    "Microsoft YaHei UI",
    "Microsoft YaHei",
    "PingFang SC",
    system-ui,
    sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.72);
}

.group-name {
  line-height: 0.9;
}

@media (max-width: 560px) {
  .title-prefix {
    margin-bottom: 7px;
    font-size: clamp(19px, 7vw, 28px);
  }
}
.brand .star {
  margin: 0 1px;
}

.channel-mini {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.channel-mini span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(214, 186, 120, 0.2);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.035);
  color: #c8bea8;
  font-size: 13px;
  font-weight: 700;
}

.channel-mini strong {
  color: #fff0cf;
  font-size: 15px;
}

.section-intro {
  max-width: 720px;
  margin-bottom: 0;
  color: #bcb29e;
  font-size: 16px;
  line-height: 1.75;
}

.notice-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.7fr);
  gap: 16px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.channel-card,
.notice-grid article,
.event-card {
  border: 1px solid rgba(214, 186, 120, 0.22);
  background:
    linear-gradient(180deg, rgba(199, 167, 96, 0.08), transparent),
    rgba(8, 8, 7, 0.72);
}

.channel-card {
  min-height: 100%;
  padding: 28px;
}

.channel-card h3,
.notice-grid h3 {
  margin-bottom: 12px;
  color: #f5e9c9;
  font-size: 22px;
}

.channel-card dl {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.channel-card dl div {
  border-left: 2px solid var(--blood);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.035);
}

.channel-card dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
}

.channel-card dd {
  margin: 0;
  color: #fff0cf;
  font-size: 24px;
  font-weight: 900;
}

.channel-card p,
.notice-grid p {
  margin-bottom: 0;
  color: #bcb29e;
  font-size: 15px;
  line-height: 1.78;
}

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

.notice-grid article {
  min-height: 216px;
  padding: 28px;
}


.streamer-band {
  padding: 86px clamp(18px, 4vw, 58px) 70px;
  background:
    radial-gradient(circle at 14% 14%, rgba(157, 47, 37, 0.18), transparent 27rem),
    radial-gradient(circle at 84% 22%, rgba(38, 55, 45, 0.56), transparent 28rem),
    linear-gradient(180deg, #11110f, #080807 72%),
    var(--dossier-paper-lines);
}

.streamer-section-head,
.streamer-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.streamer-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(214, 186, 120, 0.22);
  padding-bottom: 20px;
}

.streamer-section-head h2 {
  margin-bottom: 0;
  color: #fff2cf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  text-shadow: 0 8px 36px rgba(0, 0, 0, 0.72);
}

.streamer-section-head p:last-child {
  max-width: 560px;
  margin-bottom: 0;
  color: #d7ccb5;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.78;
}

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

.streamer-card {
  position: relative;
  display: flex;
  min-height: 318px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(214, 186, 120, 0.28);
  background:
    radial-gradient(circle at 18% 8%, rgba(157, 47, 37, 0.34), transparent 34%),
    linear-gradient(180deg, rgba(199, 167, 96, 0.12), transparent 34%),
    rgba(10, 9, 7, 0.9);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42);
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    box-shadow 360ms ease;
}


.streamer-card:hover,
.streamer-card:focus-within {
  border-color: rgba(255, 212, 90, 0.5);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 212, 90, 0.12);
  transform: translateY(-2px);
}

.streamer-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(214, 186, 120, 0.2);
  padding: 16px 16px 14px;
  background:
    linear-gradient(90deg, rgba(157, 47, 37, 0.24), transparent 62%),
    rgba(255, 255, 255, 0.018);
}

.streamer-avatar {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(241, 228, 195, 0.58);
  border-radius: 50%;
  isolation: isolate;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.18), transparent 27%),
    linear-gradient(145deg, #211813, #090807 72%);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.62),
    inset 0 0 18px rgba(199, 167, 96, 0.12),
    0 14px 28px rgba(0, 0, 0, 0.34);
}

.streamer-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 232, 170, 0.2), transparent 24%),
    radial-gradient(circle at 50% 52%, transparent 44%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(145deg, rgba(199, 167, 96, 0.12), rgba(157, 47, 37, 0.14));
  box-shadow:
    inset 0 0 0 1px rgba(255, 232, 170, 0.2),
    inset 0 0 18px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.streamer-avatar img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.08) brightness(0.88);
  transform: scale(1.025);
  transition:
    filter 360ms ease,
    transform 360ms ease;
}

.streamer-card:hover .streamer-avatar img,
.streamer-card:focus-within .streamer-avatar img {
  filter: saturate(0.82) contrast(1.1) brightness(0.94);
  transform: scale(1.055);
}

.avatar-mark {
  position: relative;
  z-index: 3;
  color: #fff0cf;
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.76);
}

.streamer-title {
  display: grid;
  min-width: 0;
  gap: 9px;
}

.streamer-title h3 {
  overflow: hidden;
  margin: 0;
  color: #fff0cf;
  font-size: 25px;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.streamer-role {
  width: fit-content;
  border-left: 2px solid var(--blood);
  padding-left: 9px;
  color: var(--brass);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.streamer-body {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.streamer-intro {
  min-height: 44px;
  margin-bottom: 0;
  color: rgba(232, 222, 198, 0.82);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.streamer-fields {
  display: grid;
  gap: 7px;
}

.streamer-field {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 32px;
  border-left: 2px solid rgba(157, 47, 37, 0.86);
  padding: 6px 9px;
  background: rgba(0, 0, 0, 0.2);
}

.streamer-field span {
  color: var(--brass);
  font-size: 12px;
  font-weight: 900;
}

.streamer-field strong {
  overflow: hidden;
  color: #ead49a;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.streamer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 2px;
}

.streamer-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(214, 186, 120, 0.26);
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.035);
  color: #efe2c3;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition:
    border-color 260ms ease,
    color 260ms ease,
    transform 260ms ease,
    background 320ms ease;
}

.streamer-link:hover,
.streamer-link:focus-visible {
  border-color: rgba(255, 212, 90, 0.62);
  color: var(--gold);
  background: rgba(199, 167, 96, 0.12);
  transform: translateY(-1px);
}

.streamer-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.streamer-link-douyin svg {
  filter:
    drop-shadow(1px 0 0 rgba(37, 244, 238, 0.34))
    drop-shadow(-1px 0 0 rgba(254, 44, 85, 0.3));
}

.streamer-empty {
  grid-column: 1 / -1;
  min-height: 160px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 186, 120, 0.22);
  background: rgba(8, 8, 7, 0.72);
  color: rgba(243, 231, 201, 0.72);
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 780px) {
  .streamer-section-head {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .streamer-band {
    padding: 64px 16px 54px;
  }

  .streamer-section-head {
    margin-bottom: 24px;
  }

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

  .streamer-card {
    min-height: 0;
  }

  .streamer-head {
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 15px;
  }

  .streamer-avatar {
    width: 60px;
    height: 60px;
  }
}
.event-band {
  padding: 42px clamp(18px, 4vw, 58px) 42px;
  background:
    radial-gradient(circle at 82% 16%, rgba(157, 47, 37, 0.14), transparent 24rem),
    linear-gradient(180deg, #11110f, #0b0b09 78%),
    var(--dossier-paper-lines);
}

.event-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.9fr);
  gap: 24px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px);
  box-shadow: var(--shadow);
}

.event-copy h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: #f3e7c9;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.12;
}

.event-copy p {
  max-width: 820px;
  margin-bottom: 0;
  color: #bcb29e;
  font-size: 16px;
  line-height: 1.78;
}

.prize-grid {
  display: grid;
  gap: 10px;
}

.prize-grid div {
  border: 1px solid rgba(214, 186, 120, 0.24);
  padding: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.prize-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
}

.prize-grid strong {
  color: #ffd45a;
  font-size: 24px;
}

.bonus-line {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(214, 186, 120, 0.2);
  padding-top: 18px;
}

.bonus-line span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #fff0cf;
  font-size: 16px;
  font-weight: 900;
}

.bonus-line p {
  margin-bottom: 0;
  color: #bcb29e;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .notice-layout,
  .event-card {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  
.event-band {
    padding-top: 34px;
  }

  .notice-grid article,
  .channel-card,
  .event-card {
    padding: 24px;
  }

  .notice-grid article {
    min-height: auto;
  }

  .channel-card dd,
  .prize-grid strong {
    font-size: 22px;
  }
}


.credit-badge {
  min-height: auto;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff3d2;
  box-shadow: none;
  font-size: 15px;
  font-weight: 900;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
  white-space: normal;
  text-align: right;
}

.credit-badge:hover,
.credit-badge:focus-visible {
  color: #ffd45a;
}

@media (max-width: 560px) {
  .credit-badge {
    max-width: 230px;
    font-size: 12px;
    line-height: 1.35;
  }
}

.ledger-band {
  padding: 76px clamp(18px, 4vw, 58px) 64px;
  background:
    radial-gradient(circle at 18% 16%, rgba(38, 55, 45, 0.68), transparent 28rem),
    radial-gradient(circle at 82% 30%, rgba(157, 47, 37, 0.14), transparent 28rem),
    linear-gradient(180deg, #070706, #11110f 70%),
    var(--dossier-paper-lines);
}

.ledger-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ledger-copy h2 {
  margin-bottom: 22px;
  color: #fff2cf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  text-shadow: 0 8px 36px rgba(0, 0, 0, 0.72);
}

.ledger-copy p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 28px;
  color: #d7ccb5;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.65;
}

.ledger-points {
  display: grid;
  gap: 10px;
  max-width: 610px;
}

.ledger-points div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  border-left: 2px solid var(--blood);
  padding: 12px 14px;
  background: rgba(7, 7, 6, 0.56);
}

.ledger-points span {
  color: var(--brass);
  font-size: 13px;
  font-weight: 900;
}

.ledger-points strong {
  color: #fff0d1;
  font-size: 14px;
}

.member-ledger {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(214, 186, 120, 0.34);
  background:
    linear-gradient(180deg, rgba(199, 167, 96, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(157, 47, 37, 0.08), transparent 36%),
    rgba(11, 10, 8, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
  contain: layout paint;
}

.member-ledger::before,
.member-ledger::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 90px;
  pointer-events: none;
}

.member-ledger::before {
  top: 0;
  background: linear-gradient(180deg, #11100d 8%, rgba(17, 16, 13, 0));
}

.member-ledger::after {
  bottom: 0;
  background: linear-gradient(0deg, #090907 10%, rgba(9, 9, 7, 0));
}

.member-ledger-top,
.member-ledger-head,
.member-ledger-row {
  display: grid;
  grid-template-columns: minmax(190px, 1.35fr) clamp(96px, 16vw, 150px) minmax(86px, 0.55fr);
  gap: clamp(8px, 2vw, 18px);
  align-items: center;
}

.member-ledger-top {
  position: relative;
  z-index: 4;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid rgba(214, 186, 120, 0.22);
  padding: 22px 24px 18px;
  background: rgba(8, 8, 7, 0.72);
}

.member-ledger-top span {
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
}

.member-ledger-top strong {
  color: #fff0cf;
  font-size: 15px;
  text-align: right;
}

.member-ledger-head {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid rgba(214, 186, 120, 0.16);
  padding: 12px 24px;
  background: rgba(9, 9, 7, 0.54);
  color: rgba(170, 161, 141, 0.86);
  font-size: 12px;
  font-weight: 900;
}

.member-ledger-head span:first-child {
  text-align: left;
}

.member-ledger-head span:nth-child(2) {
  text-align: center;
}

.member-ledger-head span:last-child {
  text-align: right;
}

.member-ledger-window {
  position: absolute;
  inset: 111px 0 0;
  overflow: hidden;
  overscroll-behavior: contain;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.member-ledger-window.is-dragging {
  cursor: grabbing;
}


.member-ledger-track {
  display: grid;
  transform: translate3d(0, var(--ledger-offset, 0px), 0);
  will-change: transform;
}

.member-ledger-row {
  min-height: 76px;
  border-bottom: 1px solid rgba(214, 186, 120, 0.13);
  padding: 15px 24px;
}

.member-ledger-identity {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.member-code {
  color: rgba(157, 47, 37, 0.95);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 900;
}

.member-name {
  display: -webkit-box;
  overflow: hidden;
  color: #f3e7c9;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.16;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
  white-space: normal;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.member-title {
  display: -webkit-box;
  justify-self: center;
  max-width: 100%;
  overflow: hidden;
  color: rgba(234, 212, 154, 0.9);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.24;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.member-links {
  display: flex;
  justify-self: end;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}

.member-link {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(214, 186, 120, 0.26);
  background: rgba(255, 255, 255, 0.035);
  color: #d9d1bc;
  transition:
    border-color 260ms ease,
    color 260ms ease,
    transform 260ms ease,
    background 320ms ease;
}

.member-link:hover,
.member-link:focus-visible {
  border-color: rgba(255, 212, 90, 0.72);
  background: rgba(199, 167, 96, 0.13);
  color: #ffd45a;
  transform: translateY(-1px);
}

.member-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.member-link-douyin svg {
  filter:
    drop-shadow(1px 0 0 rgba(37, 244, 238, 0.34))
    drop-shadow(-1px 0 0 rgba(254, 44, 85, 0.3));
}

.member-ledger-divider,
.member-ledger-empty {
  min-height: 52px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(214, 186, 120, 0.13);
  color: rgba(170, 161, 141, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.member-ledger-empty {
  display: grid;
  min-height: 180px;
  place-items: center;
  color: rgba(243, 231, 201, 0.74);
  font-family: inherit;
  font-size: 16px;
}


@media (max-width: 900px) {
  .ledger-layout {
    grid-template-columns: 1fr;
  }

  .member-ledger {
    min-height: 520px;
  }
}

@media (max-width: 1040px) {
  .member-ledger-head,
  .member-ledger-row {
    grid-template-columns: minmax(0, 1fr) minmax(90px, 0.42fr) 106px;
    gap: 12px;
  }

  .member-links {
    min-width: 106px;
    flex-wrap: nowrap;
  }

  .member-link {
    flex: 0 0 30px;
  }
}

@media (max-width: 560px) {
  .ledger-band {
    padding: 58px 16px 48px;
  }

  .ledger-copy h2 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .ledger-points div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .member-ledger {
    min-height: 500px;
  }

  .member-ledger-top {
    padding-inline: 16px;
  }

  .member-ledger-top strong {
    font-size: 13px;
  }

  .member-ledger-head,
  .member-ledger-row {
    grid-template-columns: minmax(150px, 1.35fr) minmax(82px, 0.62fr) minmax(64px, 0.42fr);
    gap: 8px;
    padding-inline: 14px;
  }

  .member-ledger-identity {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 7px;
  }

  .member-code {
    font-size: 13px;
  }

  .member-name {
    font-size: 16px;
  }

  .member-title {
    font-size: 12px;
  }

  .member-link {
    width: 27px;
    height: 27px;
  }
}



.ledger-band,
.streamer-band,
.event-band,
.content-band,
.manifesto {
  position: relative;
  border-top: 1px solid rgba(214, 186, 120, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 170, 0.045),
    inset 0 -1px 0 rgba(214, 186, 120, 0.08);
}

.ledger-band,
.streamer-band,
.event-band,
.content-band {
  background-size: auto, auto, auto, 42px 42px, 42px 42px;
}

.ledger-layout,
.streamer-section-head,
.event-card,
.section-heading,
.notice-layout,
.manifesto {
  position: relative;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.22));
}

.ledger-layout::after,
.streamer-section-head::after,
.event-card::after,
.section-heading::after,
.notice-layout::after,
.manifesto::after {
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
  z-index: 0;
  width: min(280px, 56vw);
  height: 1px;
  background: linear-gradient(90deg, var(--blood), var(--brass), transparent);
  box-shadow: 0 0 16px rgba(199, 167, 96, 0.18);
  opacity: 0.58;
  pointer-events: none;
}

.event-card::after {
  top: -22px;
}

.manifesto::after {
  top: 28px;
}

.scroll-reveal {
  --reveal-shade: 0;
  position: relative;
  transform-origin: center top;
  will-change: opacity, transform;
}

.scroll-reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 42%, rgba(199, 167, 96, 0.06), transparent 32rem),
    linear-gradient(180deg, rgba(7, 7, 6, 0.72), rgba(7, 7, 6, 0.16)),
    linear-gradient(90deg, rgba(7, 7, 6, 0.64), transparent 48%, rgba(7, 7, 6, 0.38));
  opacity: var(--reveal-shade);
  pointer-events: none;
}

.scroll-reveal > * {
  position: relative;
  z-index: 1;
}
.event-band.scroll-reveal::before {
  top: 20px;
}

.scroll-reveal.is-scroll-reveal-ready {
  opacity: 0.28;
  transform: translateY(64px) scale(0.985);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal,
  .scroll-reveal.is-scroll-reveal-ready {
    transform: none !important;
  }
}


.page-shell::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.07;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.4px),
    radial-gradient(circle at 74% 62%, rgba(199, 167, 96, 0.42) 0 0.8px, transparent 1.2px),
    radial-gradient(circle at 48% 78%, rgba(0, 0, 0, 0.5) 0 1px, transparent 1.3px);
  background-size: 46px 46px, 73px 73px, 31px 31px;
  mix-blend-mode: soft-light;
}

.scroll-reveal {
  --reveal-line-width: 0px;
}

.scroll-reveal::before {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 58px);
  top: 28px;
  z-index: 0;
  width: var(--reveal-line-width);
  max-width: min(460px, 76vw);
  height: 2px;
  background: linear-gradient(90deg, var(--blood), var(--brass), transparent);
  box-shadow: 0 0 18px rgba(199, 167, 96, 0.28);
  opacity: 0.82;
  pointer-events: none;
}

.primary-action,
.ghost-action {
  position: relative;
  overflow: hidden;
  transition:
    border-color 260ms ease,
    color 260ms ease,
    background 360ms ease,
    box-shadow 360ms ease,
    transform 260ms ease;
}

.primary-action::after,
.ghost-action::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent 8%, rgba(255, 232, 170, 0.16) 42%, transparent 72%);
  opacity: 0;
  transform: translateX(-72%);
  transition:
    opacity 220ms ease,
    transform 760ms cubic-bezier(0.2, 0.72, 0.18, 1);
  pointer-events: none;
}

.primary-action:hover,
.primary-action:focus-visible,
.ghost-action:hover,
.ghost-action:focus-visible {
  border-color: rgba(255, 212, 90, 0.66);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(255, 232, 170, 0.12);
  transform: translateY(-1px);
}

.ghost-action:hover,
.ghost-action:focus-visible {
  background: rgba(30, 24, 14, 0.68);
  color: #fff0cf;
}

.primary-action:hover::after,
.primary-action:focus-visible::after,
.ghost-action:hover::after,
.ghost-action:focus-visible::after {
  opacity: 1;
  transform: translateX(72%);
}

.member-ledger-row {
  transition:
    background 320ms ease,
    border-color 260ms ease,
    filter 320ms ease;
}

.member-ledger-row:hover {
  border-bottom-color: rgba(255, 212, 90, 0.24);
  background:
    linear-gradient(90deg, rgba(157, 47, 37, 0.12), rgba(199, 167, 96, 0.08) 48%, transparent),
    rgba(255, 255, 255, 0.025);
  filter: brightness(1.045);
}

.member-ledger-row:hover .member-name,
.member-ledger-row:hover .member-title {
  color: #fff0cf;
}

.member-ledger-row:hover .member-link {
  border-color: rgba(255, 212, 90, 0.5);
  color: #ffd45a;
}

@media (max-width: 560px) {
  .page-shell::before {
    opacity: 0.045;
  }

  .scroll-reveal::before {
    top: 18px;
  }
}






.join-card.is-spotlight {
  animation: join-card-spotlight 1700ms ease both;
}

.join-card.is-spotlight .qr-frame {
  animation: qr-frame-spotlight 1700ms ease both;
}

@keyframes join-card-spotlight {
  0%, 100% {
    border-color: rgba(214, 186, 120, 0.35);
  }
  16%, 56% {
    border-color: rgba(255, 212, 90, 0.78);
    box-shadow:
      0 26px 72px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(255, 212, 90, 0.2),
      0 0 34px rgba(199, 167, 96, 0.18);
  }
}

@keyframes qr-frame-spotlight {
  0%, 100% {
    filter: brightness(1);
  }
  18%, 58% {
    filter: brightness(1.13) contrast(1.04);
    box-shadow:
      inset 0 0 0 1px rgba(18, 13, 8, 0.2),
      0 0 0 3px rgba(255, 212, 90, 0.16);
  }
}










/* mobile final polish */

@media (max-width: 560px) {
  .hero {
    padding: 20px 16px 44px;
  }

  .topbar {
    gap: 12px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 21px;
  }

  .hero-grid {
    gap: 30px;
    padding-top: 42px;
  }

  .tagline {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 24px;
  }

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

  .stats div {
    min-height: 78px;
    padding: 11px 8px;
  }

  .stats dt {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .stats dd {
    font-size: 12px;
    line-height: 1.28;
  }

  .join-card {
    width: min(360px, 100%);
    padding: 16px;
  }

  .qr-frame {
    max-width: 320px;
    margin: 0 auto;
    border-width: 8px;
  }

  .join-card h2 {
    font-size: 28px;
  }

  .ledger-band,
  .streamer-band,
  .content-band {
    padding-inline: 16px;
  }
}
.site-footer {
  display: grid;
  gap: 8px;
  place-items: center;
  border-top: 1px solid rgba(214, 186, 120, 0.14);
  padding: 22px clamp(18px, 4vw, 58px) 30px;
  background:
    linear-gradient(180deg, rgba(17, 17, 15, 0.94), #070706),
    var(--dossier-paper-lines);
  color: rgba(217, 209, 188, 0.68);
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: rgba(243, 231, 201, 0.74);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.site-footer a {
  color: rgba(199, 167, 96, 0.86);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  transition:
    color 220ms ease,
    text-shadow 220ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffd45a;
  text-shadow: 0 0 16px rgba(255, 212, 90, 0.22);
}

@media (max-width: 560px) {
  .site-footer {
    padding: 18px 16px 24px;
  }

  .site-footer p,
  .site-footer a {
    font-size: 12px;
  }
}

.mps-beian {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}

.mps-beian img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
