:root{
  --wp-black:#050505;
  --wp-dark:#2e2f2f;
  --wp-notice:#444;
  --wp-mint:#78f3c7;
  --wp-mint2:#dffcf2;
  --wp-mint3:#effff9;
  --wp-peach:#fff2ec;
  --wp-blue:#effbff;
  --wp-text:#151a1f;
  --wp-muted:#59636a;
  --wp-line:rgba(0,0,0,.08);
  --wp-shadow:0 28px 80px rgba(0,0,0,.18);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--wp-text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;
  background:#fff;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}

.wp-wrap{
  width:min(1180px,92%);
  margin:0 auto;
}

.wp-header{
  position:sticky;
  top:0;
  z-index:80;
  background:#2f3131;
  border-radius:0 0 6px 6px;
}
.wp-header-inner{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:34px;
}
.wp-brand{
  display:flex;
  align-items:center;
  min-width:180px;
}
.wp-brand img{
  width:128px;
  max-height:32px;
  object-fit:contain;
}
.wp-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:36px;
  color:#fff;
  font-size:14px;
  font-weight:800;
}
.wp-nav a{
  color:#fff;
  opacity:.9;
}
.wp-nav a.is-active,
.wp-nav a:hover{
  color:var(--wp-mint);
  opacity:1;
}
.wp-head-cta{
  height:30px;
  min-width:92px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--wp-mint);
  color:#111;
  font-size:13px;
  font-weight:900;
}
.wp-menu-btn{
  display:none;
  margin-left:auto;
  width:38px;
  height:34px;
  border:0;
  background:rgba(255,255,255,.08);
  border-radius:10px;
  padding:8px;
}
.wp-menu-btn span{
  display:block;
  height:2px;
  margin:4px 0;
  background:#fff;
}

.wp-notice{
  position:sticky;
  top:44px;
  z-index:75;
  background:#454545;
  color:#f1f1f1;
  font-size:13px;
  text-align:center;
}
.wp-notice .wp-wrap{
  min-height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.wp-notice-close{
  position:absolute;
  right:0;
  border:0;
  background:none;
  color:#ddd;
  font-size:22px;
  cursor:pointer;
}

.wp-hero{
  min-height:610px;
  background:#000;
  color:#fff;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.wp-hero-inner{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:30px;
  align-items:center;
  position:relative;
}
.wp-hero-copy{
  position:relative;
  z-index:2;
  padding:70px 0 92px;
}
.wp-bg-word{
  position:absolute;
  left:0;
  top:28px;
  color:rgba(255,255,255,.07);
  font-size:74px;
  font-weight:1000;
  font-style:italic;
  pointer-events:none;
}
.wp-kicker{
  display:inline-flex;
  margin-bottom:22px;
  color:var(--wp-mint);
  font-size:13px;
  font-weight:900;
  letter-spacing:1.6px;
}
.wp-hero h1{
  margin:0;
  max-width:590px;
  font-size:62px;
  line-height:1.05;
  letter-spacing:-2px;
  font-weight:1000;
}
.wp-hero p{
  margin:22px 0 0;
  max-width:610px;
  color:rgba(255,255,255,.76);
  font-size:19px;
  line-height:1.75;
}
.wp-hero-visual{
  margin:0;
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.wp-hero-visual:before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(120,243,199,.36),transparent 58%);
  filter:blur(4px);
}
.wp-hero-visual img{
  position:relative;
  z-index:2;
  width:100%;
  max-height:520px;
  object-fit:contain;
}
.wp-download-row{
  margin-top:44px;
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}
.wp-download-btn{
  min-width:168px;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  background:var(--wp-mint);
  color:#111;
  font-size:17px;
  font-weight:900;
}
.wp-icon{
  display:inline-grid;
  place-items:center;
  font-size:24px;
  line-height:1;
}

.wp-band{
  min-height:360px;
  overflow:hidden;
}
.wp-security{background:linear-gradient(90deg,#f7fffc 0%,#e7fff6 100%)}
.wp-friends{background:linear-gradient(90deg,#fff2ec 0%,#fffaf7 100%)}
.wp-lobby{background:linear-gradient(90deg,#f8feff 0%,#ebfbff 100%)}
.wp-band-inner{
  min-height:360px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:50px;
  align-items:center;
}
.wp-band-inner.is-reverse{
  grid-template-columns:1.1fr .9fr;
}
.wp-band-copy{
  position:relative;
  z-index:2;
}
.wp-num{
  position:absolute;
  left:0;
  bottom:-70px;
  font-size:118px;
  line-height:1;
  color:rgba(0,0,0,.04);
  font-weight:1000;
}
.wp-band-copy h2{
  margin:0;
  font-size:42px;
  line-height:1.1;
  font-weight:1000;
}
.wp-band-copy h3{
  margin:20px 0 0;
  font-size:30px;
  font-weight:500;
}
.wp-band-copy p{
  max-width:520px;
  color:#4b545b;
  line-height:1.8;
  font-size:16px;
}
.wp-band-visual{
  position:relative;
  margin:0;
  min-height:330px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.wp-band-visual img{
  position:relative;
  z-index:2;
  max-height:330px;
  object-fit:contain;
}
.wp-watermark{
  position:absolute;
  z-index:1;
  right:0;
  top:30px;
  color:rgba(120,243,199,.23);
  font-size:70px;
  line-height:.92;
  font-weight:1000;
  font-style:italic;
  letter-spacing:-2px;
}
.wp-friends .wp-watermark{color:rgba(245,184,111,.16)}
.wp-lobby .wp-watermark{color:rgba(90,190,235,.17)}

.wp-section{
  padding:90px 0;
}
.wp-section-head{
  max-width:850px;
  margin:0 auto 44px;
  text-align:center;
}
.wp-section-head span,
.wp-club-copy span,
.wp-mechanism-copy span,
.wp-web-panel span,
.wp-final span{
  color:#00b978;
  font-size:13px;
  font-weight:1000;
  letter-spacing:1.7px;
  text-transform:uppercase;
}
.wp-section h2,
.wp-club-copy h2,
.wp-mechanism-copy h2,
.wp-web-panel h2,
.wp-final h2{
  margin:14px 0 0;
  font-size:48px;
  line-height:1.1;
  letter-spacing:-1.4px;
}
.wp-section p,
.wp-club-copy p,
.wp-mechanism-copy p,
.wp-web-panel p,
.wp-final p{
  color:var(--wp-muted);
  line-height:1.8;
  font-size:16px;
}

.wp-download{
  background:#fff;
}
.wp-download-panel{
  padding:48px;
  border-radius:36px;
  background:#fff;
  box-shadow:0 20px 80px rgba(0,0,0,.07);
}
.wp-device-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:34px;
  align-items:center;
}
.wp-device-visual{
  min-height:360px;
  margin:0;
  padding:24px;
  border-radius:32px;
  background:linear-gradient(135deg,#e7fff6,#f8fffd);
  display:flex;
  align-items:center;
  justify-content:center;
}
.wp-device-visual img{
  max-height:340px;
  object-fit:contain;
}
.wp-device-cards{
  display:grid;
  gap:16px;
}
.wp-device-cards article{
  padding:24px;
  border-radius:24px;
  background:#f7faf9;
  border:1px solid var(--wp-line);
}
.wp-device-cards b{
  font-size:24px;
}
.wp-device-cards p{
  margin:8px 0 0;
}

.wp-club{
  background:linear-gradient(90deg,#f6fffb,#ffffff);
}
.wp-club-panel,
.wp-mechanism-grid,
.wp-web-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
}
.wp-club-visual,
.wp-mechanism-visual,
.wp-web-panel figure{
  margin:0;
  min-height:420px;
  padding:26px;
  border-radius:34px;
  background:#eefcf7;
  display:flex;
  align-items:center;
  justify-content:center;
}
.wp-club-visual img,
.wp-mechanism-visual img,
.wp-web-panel img{
  max-height:380px;
  object-fit:contain;
}
.wp-club-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.wp-club-grid div{
  padding:18px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--wp-line);
}
.wp-club-grid b{
  display:block;
  margin-bottom:5px;
}
.wp-club-grid span{
  color:var(--wp-muted);
  font-size:14px;
}

.wp-mechanism{
  background:#fbfffd;
}
.wp-step-list{
  margin-top:28px;
  display:grid;
  gap:14px;
}
.wp-step-list div{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:center;
  padding:15px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--wp-line);
}
.wp-step-list b{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--wp-mint);
}
.wp-step-list span{
  font-weight:900;
}

.wp-web{
  background:linear-gradient(90deg,#fff,#f3fffb);
}
.wp-web-panel{
  padding:46px;
  border-radius:36px;
  background:#fff;
  box-shadow:0 20px 80px rgba(0,0,0,.06);
}
.wp-main-btn,
.wp-ghost-btn{
  min-height:48px;
  margin-top:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  border-radius:999px;
  font-weight:1000;
}
.wp-main-btn{
  background:var(--wp-mint);
  color:#101010;
}
.wp-ghost-btn{
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
}

.wp-faq{
  background:#f8fbfa;
}
.wp-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.wp-faq-grid details{
  border-radius:20px;
  background:#fff;
  border:1px solid var(--wp-line);
  overflow:hidden;
}
.wp-faq-grid summary{
  cursor:pointer;
  list-style:none;
  padding:22px 24px;
  font-weight:1000;
  display:flex;
  justify-content:space-between;
}
.wp-faq-grid summary::-webkit-details-marker{display:none}
.wp-faq-grid summary:after{
  content:"+";
  color:#00b978;
  font-size:24px;
}
.wp-faq-grid details[open] summary:after{
  content:"−";
}
.wp-faq-grid p{
  margin:0;
  padding:0 24px 24px;
  color:var(--wp-muted);
}

.wp-final{
  padding:86px 0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.58),rgba(0,0,0,.92)),
    url("../pic/wepoker-cta.webp") center/cover no-repeat;
  color:#fff;
}
.wp-final-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
}
.wp-final p{
  max-width:720px;
  color:rgba(255,255,255,.72);
}
.wp-final-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.wp-footer{
  padding:34px 0 110px;
  background:#101313;
  color:#fff;
}
.wp-footer-inner{
  display:flex;
  justify-content:space-between;
  gap:36px;
}
.wp-footer b{
  font-size:22px;
}
.wp-footer p{
  max-width:760px;
  color:rgba(255,255,255,.58);
  line-height:1.75;
  font-size:13px;
}
.wp-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:flex-end;
}
.wp-footer-links a{
  color:rgba(255,255,255,.8);
}

.wp-floating-download{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:70;
  display:flex;
  gap:18px;
}
.wp-floating-download a{
  min-width:170px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--wp-mint);
  color:#111;
  font-weight:1000;
  box-shadow:0 18px 36px rgba(0,0,0,.16);
}

.wp-backtop{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:60;
  width:54px;
  height:54px;
  border:0;
  border-radius:50%;
  background:#2f3131;
  color:#fff;
  font-weight:1000;
  opacity:0;
  pointer-events:none;
  transition:.18s ease;
}
.wp-backtop.is-visible{
  opacity:1;
  pointer-events:auto;
}

.img-missing{display:none!important}

@media(max-width:1000px){
  .wp-menu-btn{display:block}
  .wp-nav{
    position:absolute;
    top:44px;
    left:4%;
    right:4%;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:#2f3131;
    border-radius:18px;
    padding:16px;
  }
  .wp-nav.is-open{display:flex}
  .wp-nav a{padding:12px}
  .wp-head-cta{display:none}

  .wp-hero-inner,
  .wp-band-inner,
  .wp-band-inner.is-reverse,
  .wp-device-layout,
  .wp-club-panel,
  .wp-mechanism-grid,
  .wp-web-panel{
    grid-template-columns:1fr;
  }

  .wp-hero h1{font-size:48px}
  .wp-hero-visual{min-height:390px}
  .wp-final-inner,
  .wp-footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:700px){
  .wp-wrap{width:90%}
  .wp-notice{display:none}
  .wp-hero{
    min-height:auto;
  }
  .wp-hero-copy{
    padding:52px 0 24px;
  }
  .wp-hero h1{
    font-size:38px;
  }
  .wp-hero p{
    font-size:15px;
  }
  .wp-download-row,
  .wp-floating-download{
    flex-direction:column;
    width:90%;
  }
  .wp-floating-download a{
    width:100%;
  }
  .wp-band-inner{
    min-height:auto;
    padding:56px 0;
  }
  .wp-band-copy h2,
  .wp-section h2,
  .wp-club-copy h2,
  .wp-mechanism-copy h2,
  .wp-web-panel h2,
  .wp-final h2{
    font-size:32px;
  }
  .wp-watermark{
    font-size:44px;
  }
  .wp-download-panel,
  .wp-web-panel{
    padding:26px;
    border-radius:28px;
  }
  .wp-club-grid,
  .wp-faq-grid{
    grid-template-columns:1fr;
  }
  .wp-device-visual,
  .wp-club-visual,
  .wp-mechanism-visual,
  .wp-web-panel figure{
    min-height:280px;
  }
}