/* 进场页：金色变量，按钮在文档流里，不吸底，避免手机把开户/下载顶出屏 */
body.is-landing .mobile-wrapper {
  overflow: visible;
}
body.is-landing .wap-install-bar,
body.is-landing .wap-tabbar {
  display: none !important;
}

.yl {
  position: relative;
  min-height: 100dvh;
  background: var(--bg-main, #0b0d11);
  color: var(--text-primary, #f2eee6);
  padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 1;
}
.yl-stage {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: var(--bg-main, #07080b);
  z-index: 1;
}
.yl-stage canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: .45;
}
.yl-stage img.yl-bg,
.yl-stage img.yl-atm {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.yl-stage img.yl-atm { opacity: .22; mix-blend-mode: screen; }
.yl-veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7,8,11,.08) 0%, rgba(7,8,11,.28) 52%, rgba(7,8,11,.82) 100%);
}
.yl-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
  z-index: 3;
  border-radius: 22px;
  overflow: hidden;
  pointer-events: none;
  border: 2px solid #e8d59a;
  box-shadow: 0 0 0 4px rgba(var(--wap-gold-rgb, 201,168,76), .22), 0 10px 28px rgba(0,0,0,.45);
}
.yl-core img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yl-orb {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: cover;
  border: 1.5px solid var(--color-gold, #c9a84c);
  z-index: 2;
  pointer-events: none;
}
.yl-orb.o1 { left: 14px; top: 22px; }
.yl-orb.o2 { right: 14px; top: 22px; }
.yl-orb.o3 { left: 8px; top: 96px; }
.yl-orb.o4 { right: 8px; top: 96px; }
.yl-orb.o5 { left: 48px; bottom: 16px; }
.yl-orb.o6 { right: 48px; bottom: 16px; }
.yl-live {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 12px;
  background: #120f0a;
  border: solid rgba(var(--wap-gold-rgb, 201,168,76), .4);
  border-width: 1px 0;
  color: #ffe9a0;
  font-size: 12px;
  font-weight: 800;
}
.yl-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-gold, #c9a84c);
  box-shadow: 0 0 8px #c9a84c;
  flex: none;
}
.yl-copy { text-align: center; padding: 10px 16px 0; }
.yl-copy .tag { margin: 0; font-size: 12px; letter-spacing: .16em; color: #e8d59a; }
.yl-copy h1 {
  margin: 6px 0 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  background: linear-gradient(180deg, #f8eec4, var(--color-gold, #c9a84c) 58%, #8f6f24);
  -webkit-background-clip: text;
  color: transparent;
}
.yl-login {
  position: relative;
  z-index: 8;
  text-align: center;
  margin: 0 0 8px;
}
.yl-login a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--color-gold, #c9a84c);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.yl-bonus {
  margin: 0 12px 10px;
  padding: 10px 12px 12px;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(180deg, #3a2a12, #12100a);
  border: 1px solid var(--color-gold, #c9a84c);
}
.yl-bonus .cap { margin: 0; font-size: 13px; color: #e8d59a; font-weight: 800; }
.yl-digits { display: flex; justify-content: center; gap: 6px; margin: 8px 0 0; }
.yl-digits em {
  font-style: normal;
  width: 46px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 30px;
  font-weight: 900;
  color: #ffe9a0;
  background: linear-gradient(180deg, #2a2214, #0e0c08);
  border: 1px solid var(--color-gold, #c9a84c);
}
.yl-lines { padding: 0 12px 6px; }
.yl-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(var(--wap-gold-rgb, 201,168,76), .08);
  border: 1px solid rgba(var(--wap-gold-rgb, 201,168,76), .28);
}
.yl-sig { display: flex; gap: 2px; width: 22px; align-items: flex-end; height: 14px; }
.yl-sig span { width: 4px; background: #5fd08a; border-radius: 1px; }
.yl-sig span:nth-child(1) { height: 5px; }
.yl-sig span:nth-child(2) { height: 8px; }
.yl-sig span:nth-child(3) { height: 12px; }
.yl-line b { font-size: 13px; }
.yl-line small { display: block; font-size: 11px; color: #8f8778; font-weight: 400; }
.yl-line a {
  margin-left: auto;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f3e2a6, var(--color-gold, #c9a84c));
  color: #12100a;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.yl-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px 12px;
  color: #ffe9a0;
  font-size: 15px;
  font-weight: 800;
}
.yl-sec::before, .yl-sec::after {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(var(--wap-gold-rgb, 201,168,76), .45);
}
.yl-posters, .yl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  padding: 0 10px 10px;
}
.yl-posters figure, .yl-grid figure { margin: 0; }
.yl-posters img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(var(--wap-gold-rgb, 201,168,76), .5);
}
.yl-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(var(--wap-gold-rgb, 201,168,76), .28);
}
.yl-posters figcaption, .yl-grid figcaption {
  text-align: center;
  font-size: 11px;
  color: #e8d59a;
  margin-top: 4px;
  font-weight: 700;
}
.yl-cs {
  position: absolute;
  right: 8px;
  top: 12px;
  z-index: 5;
  width: 56px;
  text-align: center;
  color: #ffe9a0;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}
.yl-cs img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--color-gold, #c9a84c);
  margin: 0 auto 4px;
  display: block;
}
.yl-dock {
  position: relative;
  z-index: 8;
  margin: 12px 12px 0;
  padding: 0;
  background: none;
}
.yl-dock--end {
  margin: 4px 12px 8px;
}
.yl-dock__tips,
.yl-dock__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.yl-dock__tips {
  margin-bottom: 8px;
}
.yl-dock__tips span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  background: #b42318;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border-radius: 8px;
}
.yl-dock a {
  min-height: 48px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--color-gold, #c9a84c);
  box-sizing: border-box;
  pointer-events: auto;
}
.yl-dock .play {
  background: linear-gradient(180deg, #f3e2a6, var(--color-gold, #c9a84c));
  color: #12100a;
}
.yl-dock .down {
  background: rgba(var(--wap-gold-rgb, 201,168,76), .14);
  color: var(--color-gold, #c9a84c);
}
@media (prefers-reduced-motion: reduce) {
  .yl-stage canvas { display: none; }
}
