:root{--bg:#f7f8fb;--soft:#f9f7ff;--line:#e5e7eb;--text:#111827;--muted:#4b5563;--navy:#22355e;--blue:#2563eb;--purple:#7c3aed;--purple-soft:#f1eaff}
*{box-sizing:border-box}body{margin:0;font-family:"Microsoft YaHei",sans-serif;background:var(--bg);color:var(--text);line-height:1.72}img{max-width:100%;height:auto;display:block}.site-logo,.logo img,.brand img,.header-logo img,.nav-logo img{display:block;width:auto;height:auto;max-height:40px;max-width:190px;object-fit:contain}
.wp-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.wp-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.wp-header-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px}.wp-brand{text-decoration:none}.wp-menu-btn{display:none}.wp-nav{display:flex;gap:22px}.wp-nav a{text-decoration:none;color:var(--purple);font-weight:700}
.hero{padding:54px 0 30px}.hero-grid,.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.hero-side{display:grid;gap:18px}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--purple-soft);color:var(--purple);font-size:13px;font-weight:800}h1{font-size:42px;line-height:1.14;margin:18px 0}h2,h3,p{margin-top:0}.hero-copy p,.section-head p,.text-card p,.note-card p{color:var(--muted)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.hero-actions a,.cta-box a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;text-decoration:none;background:var(--purple);color:#fff;font-weight:700}.hero-actions .ghost{background:#fff;color:var(--purple);border:1px solid var(--line)}
.shield-board,.image-card,.icon-grid article,.text-card,.note-card,.warn-grid article,.faq-grid details,.cta-box{border:1px solid var(--line);border-radius:26px;background:#fff}.shield-board,.text-card,.note-card,.faq-grid details,.cta-box{padding:20px}.core-shield{display:grid;place-items:center;width:86px;height:86px;border-radius:26px;background:var(--purple-soft);font-size:38px;margin:0 auto 18px}.shield-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.shield-grid span{display:grid;place-items:center;min-height:54px;border-radius:16px;background:#faf7ff;border:1px solid #eadfff;color:var(--navy);font-weight:700}.image-card{padding:18px}.image-card img,.hero img,.hero-visual img,.feature-image img,.card img,.visual img{max-width:100%;height:auto;object-fit:contain}
.section{padding:34px 0}.section-head{max-width:760px;margin-bottom:18px}.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.icon-grid article{padding:22px}.icon-grid span,.warn-grid span{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:var(--purple-soft);font-size:24px;margin-bottom:14px}.soft,.faq-section{background:var(--soft)}.note-card ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.note-card li{display:flex;gap:12px;align-items:center}.note-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eef2ff;color:var(--blue);font-weight:800}
.warn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.warn-grid article{padding:20px}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.faq-grid summary{cursor:pointer;font-weight:700;color:var(--purple)}.search-tags{display:flex;flex-wrap:wrap;gap:12px}.search-tags span{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#fff}.cta-box{display:flex;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#f5efff,#fff)}.wp-backtop{position:fixed;right:22px;bottom:22px;width:44px;height:44px;border:0;border-radius:50%;background:var(--navy);color:#fff;display:none}.wp-backtop.is-visible{display:block}
@media (max-width:900px){.wp-menu-btn{display:block;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px}.wp-nav{display:none;position:absolute;top:78px;right:20px;flex-direction:column;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}.wp-nav.is-open{display:flex}.hero-grid,.split-grid,.icon-grid,.warn-grid,.faq-grid,.shield-grid{grid-template-columns:1fr}h1{font-size:34px}.cta-box{flex-direction:column;align-items:flex-start}}

/* WePoker logo visibility fix */
.brand-logo,
.logo-wrap,
.header-logo,
.nav-brand,
.wp-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 14px;
  border-radius: 12px;
  background: #10172a;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
  overflow: visible;
}
.site-logo,
.brand-logo img,
.logo-wrap img,
.header-logo img,
.nav-brand img,
.logo img,
.wp-brand img {
  display: block;
  width: auto;
  height: auto;
  max-height: 36px;
  max-width: 190px;
  object-fit: contain;
  opacity: 1;
}
