:root{
  --wp-navy:#07152d;
  --wp-blue:#123d86;
  --wp-blue2:#1d7cff;
  --wp-cyan:#42d9ff;
  --wp-green:#48db9b;
  --wp-gold:#f0c96b;
  --wp-white:#ffffff;
  --wp-soft:#f3f8ff;
  --wp-ink:#142033;
  --wp-ink2:#5a6a7f;
  --wp-line:rgba(255,255,255,.14);
  --wp-line-dark:rgba(20,32,51,.1);
  --wp-muted:#c5d6ec;
  --wp-shadow:0 28px 80px rgba(0,0,0,.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--wp-navy);
  color:#fff;
  font-family:"Microsoft YaHei","PingFang SC","Helvetica Neue",Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}

.wp-wrap{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
}

.wp-header{
  position:sticky;
  top:0;
  z-index:90;
  background:rgba(7,21,45,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--wp-line);
}
.wp-header-inner{
  min-height:76px;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  gap:24px;
  align-items:center;
}
.wp-logo img{
  max-width:166px;
  max-height:44px;
  object-fit:contain;
}
.wp-nav{
  justify-self:center;
  display:flex;
  gap:26px;
  color:#eff7ff;
  font-size:14px;
  font-weight:900;
}
.wp-nav a:hover{color:var(--wp-cyan)}
.wp-top-btn{
  min-height:42px;
  display:flex;
  align-items:center;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--wp-green),var(--wp-cyan));
  color:#07152d;
  font-weight:1000;
}
.wp-menu{
  display:none;
  width:42px;
  height:38px;
  border:0;
  background:transparent;
}
.wp-menu span{
  display:block;
  width:24px;
  height:2px;
  margin:5px auto;
  background:#fff;
  border-radius:4px;
}

.wp-hero{
  position:relative;
  overflow:hidden;
  padding:76px 0 58px;
  background:
    radial-gradient(circle at 78% 14%,rgba(66,217,255,.22),transparent 30%),
    radial-gradient(circle at 16% 88%,rgba(72,219,155,.18),transparent 28%),
    linear-gradient(145deg,#07152d,#0d2d62 62%,#07152d);
}
.wp-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.045) 0 1px,transparent 1px 100%);
  background-size:42px 42px;
  opacity:.55;
}
.wp-hero-top{
  position:relative;
  z-index:2;
  max-width:1060px;
}
.wp-eyebrow{
  margin:0;
  color:var(--wp-cyan);
  font-size:13px;
  font-weight:1000;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.wp-hero h1{
  margin:16px 0 20px;
  font-size:clamp(44px,6.3vw,82px);
  line-height:.98;
  letter-spacing:-.055em;
}
.wp-hero-top p{
  max-width:900px;
  color:#d9e9fb;
  font-size:18px;
  line-height:1.85;
}

.wp-command-center{
  position:relative;
  z-index:2;
  margin-top:42px;
  display:grid;
  grid-template-columns:.82fr 1.24fr .86fr;
  gap:18px;
  align-items:stretch;
}
.wp-hub-card,
.wp-quick-panel,
.wp-main-screen{
  border-radius:38px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--wp-line);
  box-shadow:var(--wp-shadow);
}
.wp-hub-card{
  min-height:420px;
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.wp-hub-card span{
  color:var(--wp-cyan);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.wp-hub-card b{
  margin:12px 0;
  font-size:34px;
  line-height:1.08;
}
.wp-hub-card p{
  color:#d9e9fb;
  line-height:1.7;
}
.wp-hub-card a{
  margin-top:16px;
  color:var(--wp-green);
  font-weight:1000;
}
.wp-main-screen{
  margin:0;
  min-height:450px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#091a38;
  overflow:hidden;
}
.wp-main-screen img{
  max-height:425px;
  object-fit:contain;
}
.wp-quick-panel{
  padding:16px;
  display:grid;
  gap:12px;
}
.wp-quick-panel a{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:12px;
  align-items:center;
  padding:18px;
  border-radius:26px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--wp-line);
}
.wp-quick-panel em{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--wp-green),var(--wp-cyan));
  color:#07152d;
  font-style:normal;
  font-weight:1000;
}
.wp-quick-panel span{font-weight:1000}
.wp-keywords{
  position:relative;
  z-index:2;
  margin-top:24px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.wp-keywords span{
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid var(--wp-line);
  font-size:13px;
  font-weight:800;
}

.wp-hub,
.wp-friends,
.wp-web,
.wp-lobby,
.wp-faq,
.wp-final{
  background:var(--wp-soft);
  color:var(--wp-ink);
}
.wp-hub,
.wp-app-panel,
.wp-friends,
.wp-club,
.wp-web,
.wp-deal,
.wp-lobby,
.wp-guide,
.wp-faq{
  padding:96px 0;
}
.wp-hub-title,
.wp-section-head,
.wp-deal-head,
.wp-faq-head{
  max-width:900px;
  margin-bottom:34px;
}
.wp-hub-title h2,
.wp-device-title h2,
.wp-section-head h2,
.wp-club h2,
.wp-web h2,
.wp-deal h2,
.wp-lobby h2,
.wp-guide h2,
.wp-faq h2,
.wp-final h2{
  margin:12px 0;
  font-size:clamp(32px,4vw,56px);
  line-height:1.06;
  letter-spacing:-.04em;
}
.wp-hub-title p,
.wp-device-title p,
.wp-section-head p,
.wp-club p,
.wp-web p,
.wp-deal-head p,
.wp-guide p,
.wp-faq-head p,
.wp-final p{
  color:var(--wp-ink2);
  line-height:1.82;
}
.wp-hub-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.wp-hub-grid article{
  padding:24px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--wp-line-dark);
}
.wp-hub-grid b{
  display:block;
  margin-bottom:8px;
  font-size:22px;
}
.wp-hub-grid span{
  color:var(--wp-ink2);
  line-height:1.65;
}

.wp-app-panel,
.wp-club,
.wp-deal,
.wp-guide,
.wp-footer{
  background:#07152d;
}
.wp-device-board{
  display:grid;
  grid-template-columns:.9fr 1.1fr .85fr;
  gap:18px;
  align-items:stretch;
}
.wp-device-title,
.wp-device-steps article,
.wp-device-board figure{
  border-radius:34px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--wp-line);
}
.wp-device-title{
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.wp-device-title p,
.wp-device-steps span,
.wp-friends-card p,
.wp-club-title p,
.wp-deal-list span,
.wp-deal-cta span,
.wp-guide article p,
.wp-guide-steps span{
  color:#d9e9fb;
}
.wp-btn{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 25px;
  border-radius:999px;
  font-weight:1000;
  transition:.18s ease;
}
.wp-btn:hover{transform:translateY(-2px)}
.wp-btn-green{
  background:linear-gradient(135deg,var(--wp-green),var(--wp-cyan));
  color:#07152d;
}
.wp-btn-blue{
  background:linear-gradient(135deg,var(--wp-blue2),var(--wp-cyan));
  color:#fff;
}
.wp-device-board figure{
  margin:0;
  min-height:410px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#091a38;
}
.wp-device-board img{
  max-height:385px;
  object-fit:contain;
}
.wp-device-steps{
  display:grid;
  gap:12px;
}
.wp-device-steps article{
  padding:22px;
}
.wp-device-steps em{
  color:var(--wp-cyan);
  font-style:normal;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.13em;
}
.wp-device-steps b{
  display:block;
  margin:8px 0;
  font-size:22px;
}

.wp-friends-desk{
  display:grid;
  grid-template-columns:.9fr 1.1fr .9fr;
  gap:18px;
  align-items:stretch;
}
.wp-friends-card,
.wp-friends-list article,
.wp-friends-desk figure{
  border-radius:34px;
  background:#fff;
  border:1px solid var(--wp-line-dark);
}
.wp-friends-card{
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.wp-friends-card span{
  color:var(--wp-blue2);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.wp-friends-card h3{
  margin:10px 0 12px;
  font-size:34px;
  line-height:1.08;
}
.wp-friends-card p,
.wp-friends-list span{
  color:var(--wp-ink2);
  line-height:1.72;
}
.wp-friends-card a{
  margin-top:16px;
  color:var(--wp-blue2);
  font-weight:1000;
}
.wp-friends-desk figure{
  margin:0;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef6ff;
}
.wp-friends-desk img{
  max-height:365px;
  object-fit:contain;
}
.wp-friends-list{
  display:grid;
  gap:12px;
}
.wp-friends-list article{
  padding:22px;
}
.wp-friends-list b{
  display:block;
  margin-bottom:8px;
  font-size:22px;
}

.wp-club-board{
  display:grid;
  grid-template-columns:.85fr 1.15fr .9fr;
  gap:18px;
  align-items:stretch;
}
.wp-club-title,
.wp-club-grid article,
.wp-club-board figure{
  border-radius:34px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--wp-line);
}
.wp-club-title{
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.wp-club-board figure{
  margin:0;
  min-height:410px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#091a38;
}
.wp-club-board img{
  max-height:385px;
  object-fit:contain;
}
.wp-club-grid{
  display:grid;
  gap:12px;
}
.wp-club-grid article{
  padding:22px;
}
.wp-club-grid b{
  display:block;
  margin-bottom:8px;
  font-size:22px;
}
.wp-club-grid span{
  color:#d9e9fb;
  line-height:1.65;
}

.wp-web-console{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:28px;
  align-items:center;
}
.wp-web-console article{
  padding:34px;
  border-radius:36px;
  background:#fff;
  border:1px solid var(--wp-line-dark);
}
.wp-web-tags{
  margin:24px 0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.wp-web-tags span{
  padding:10px 14px;
  border-radius:999px;
  background:var(--wp-soft);
  border:1px solid var(--wp-line-dark);
  color:var(--wp-blue2);
  font-size:13px;
  font-weight:900;
}
.wp-web-console figure{
  margin:0;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:34px;
  background:#eef6ff;
  border:1px solid var(--wp-line-dark);
}
.wp-web-console img{
  max-height:335px;
  object-fit:contain;
}

.wp-deal-head p{
  color:#d9e9fb;
}
.wp-deal-grid{
  display:grid;
  grid-template-columns:1.05fr .9fr .8fr;
  gap:18px;
  align-items:stretch;
}
.wp-deal-grid figure,
.wp-deal-list article,
.wp-deal-cta{
  border-radius:34px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--wp-line);
}
.wp-deal-grid figure{
  margin:0;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#091a38;
}
.wp-deal-grid img{
  max-height:365px;
  object-fit:contain;
}
.wp-deal-list{
  display:grid;
  gap:12px;
}
.wp-deal-list article{
  padding:22px;
}
.wp-deal-list em{
  color:var(--wp-cyan);
  font-style:normal;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.13em;
}
.wp-deal-list b{
  display:block;
  margin:8px 0;
  font-size:22px;
}
.wp-deal-cta{
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.wp-deal-cta b{
  margin:10px 0;
  font-size:28px;
  line-height:1.1;
}
.wp-deal-cta a{
  color:var(--wp-cyan);
  font-weight:1000;
}

.wp-lobby-grid{
  display:grid;
  grid-template-columns:.8fr 1.1fr .95fr;
  gap:18px;
  align-items:stretch;
}
.wp-lobby-title,
.wp-lobby-list article,
.wp-lobby-grid figure{
  border-radius:34px;
  background:#fff;
  border:1px solid var(--wp-line-dark);
}
.wp-lobby-title{
  padding:30px;
}
.wp-lobby-grid figure{
  margin:0;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef6ff;
}
.wp-lobby-grid img{
  max-height:335px;
  object-fit:contain;
}
.wp-lobby-list{
  display:grid;
  gap:12px;
}
.wp-lobby-list article{
  padding:22px;
}
.wp-lobby-list b{
  display:block;
  margin-bottom:8px;
  font-size:22px;
}
.wp-lobby-list span{
  color:var(--wp-ink2);
  line-height:1.65;
}

.wp-guide-board{
  display:grid;
  grid-template-columns:1fr .95fr .75fr;
  gap:18px;
  align-items:stretch;
}
.wp-guide-board article,
.wp-guide-board figure,
.wp-guide-steps{
  border-radius:34px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--wp-line);
}
.wp-guide-board article{
  padding:30px;
}
.wp-guide-board figure{
  margin:0;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#091a38;
}
.wp-guide-board img{
  max-height:335px;
  object-fit:contain;
}
.wp-guide-steps{
  padding:18px;
  display:grid;
  gap:12px;
}
.wp-guide-steps span{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  font-weight:1000;
}

.wp-faq-list{
  display:grid;
  gap:12px;
}
.wp-faq-list details{
  border-radius:22px;
  background:#fff;
  border:1px solid var(--wp-line-dark);
  overflow:hidden;
}
.wp-faq-list summary{
  cursor:pointer;
  list-style:none;
  padding:20px 22px;
  font-weight:1000;
}
.wp-faq-list summary::-webkit-details-marker{display:none}
.wp-faq-list p{
  margin:0;
  padding:0 22px 20px;
  color:var(--wp-ink2);
  line-height:1.75;
}

.wp-final{
  padding:52px 0 94px;
}
.wp-final-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  padding:34px;
  border-radius:36px;
  background:#fff;
  border:1px solid var(--wp-line-dark);
}
.wp-final p{margin:0}

.wp-footer{
  padding:34px 0 96px;
  border-top:1px solid var(--wp-line);
}
.wp-footer-inner{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
}
.wp-footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.wp-footer-brand img{
  max-width:150px;
  max-height:44px;
  object-fit:contain;
}
.wp-footer-brand p{
  margin:4px 0 0;
  color:var(--wp-muted);
}
.wp-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  color:#eff7ff;
  font-weight:800;
}

.wp-bottom-bar{
  position:fixed;
  left:50%;
  bottom:18px;
  z-index:90;
  transform:translateX(-50%);
  width:min(540px,calc(100% - 28px));
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:10px;
  border-radius:999px;
  background:rgba(7,21,45,.92);
  border:1px solid var(--wp-line);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 46px rgba(0,0,0,.24);
}
.wp-bottom-bar a{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-weight:1000;
}
.wp-bottom-bar a:first-child{
  background:linear-gradient(135deg,var(--wp-green),var(--wp-cyan));
  color:#07152d;
}
.wp-bottom-bar a:last-child{
  background:rgba(255,255,255,.08);
  color:#fff;
}

.wp-backtop{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:70;
  width:52px;
  height:52px;
  border:0;
  border-radius:50%;
  background:var(--wp-green);
  color:#07152d;
  font-weight:1000;
  cursor:pointer;
  opacity:0;
  pointer-events:none;
}
.wp-backtop.is-visible{
  opacity:1;
  pointer-events:auto;
}

.img-missing,
.image-empty{
  display:none!important;
}

@media(max-width:1080px){
  .wp-header-inner{grid-template-columns:auto 1fr auto}
  .wp-nav{
    position:absolute;
    top:76px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    padding:12px 22px 20px;
    background:#07152d;
    border-bottom:1px solid var(--wp-line);
  }
  .wp-nav.is-open{display:flex}
  .wp-nav a{
    padding:12px 0;
    border-bottom:1px solid var(--wp-line);
  }
  .wp-menu{
    display:block;
    justify-self:end;
  }
  .wp-top-btn{display:none}

  .wp-command-center,
  .wp-hub-grid,
  .wp-device-board,
  .wp-friends-desk,
  .wp-club-board,
  .wp-web-console,
  .wp-deal-grid,
  .wp-lobby-grid,
  .wp-guide-board{
    grid-template-columns:1fr;
  }
}

@media(max-width:780px){
  .wp-wrap{width:min(100% - 28px,1180px)}
  .wp-hero{padding:52px 0 42px}
  .wp-hero h1{font-size:42px}
  .wp-hero-top p{font-size:16px}
  .wp-main-screen,
  .wp-device-board figure,
  .wp-friends-desk figure,
  .wp-club-board figure,
  .wp-web-console figure,
  .wp-deal-grid figure,
  .wp-lobby-grid figure,
  .wp-guide-board figure{
    min-height:280px;
  }
  .wp-quick-panel a{
    grid-template-columns:46px 1fr;
  }
  .wp-final-box,
  .wp-footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}