:root {
          --page-bg: #0e1116;
          --surface: #181d25;
          --surface-2: #222a35;
          --primary: #e64949;
          --primary-hover: #c93636;
          --accent: #f09a55;
          --text: #f7f8fa;
          --muted: #aeb7c4;
          --line: #343d49;
          --dark: #0e1116;
          --text-light: #f7f8fa;
          --text-dark: #17202b;
        }
        * { box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
          margin: 0;
          font-family: Arial, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
          background: var(--page-bg);
          color: var(--text);
          line-height: 1.75;
        }
        a { color: inherit; text-decoration: none; }
        img { display: block; max-width: 100%; }
        .container { width: min(1200, calc(100% - 56px)); margin-inline: auto; }
        .site-header { min-height: 78px; }
        .hero { padding: 86px 0 90px; }
        section { padding: 90px 0; }
        .btn, .ghost-btn, .text-link, .link-btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 48px;
          padding: 13px 24px;
          font-weight: 700;
          border: 1px solid transparent;
          transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
        }
        .btn { background: var(--primary); color: #fff; border-color: var(--primary); }
        .btn:hover { background: var(--primary-hover); border-color: var(--primary-hover); transform: translateY(-1px); }
        .ghost-btn, .text-link { background: transparent; border-color: var(--line); color: var(--text); }
        .link-btn { background: rgba(255,255,255,.08); color: var(--text-light); border-color: rgba(255,255,255,.14); }
        .card, .panel, .module, .surface {
          background: var(--surface);
          border: 1px solid var(--line);
        }
        .soft { background: var(--surface-2); }
        .section-title { font-size: 18px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin: 0 0 10px; }
        .lead { font-size: 18px; line-height: 1.8; color: var(--muted); }
        .hero h1 {
          margin: 0;
          font-size: clamp(50px, 6.4vw, 86px);
          line-height: 0.98;
          max-width: 950px;
          letter-spacing: 0;
        }
        .hero p { margin-top: 14px; }
        .logo-img { width: min(180px, 100%); height: auto; object-fit: contain; }
        .media img { width: 100%; height: 100%; object-fit: cover; }
        .contain img { object-fit: contain; background: #fff; }
        .footer-logo { width: min(180px, 100%); height: auto; object-fit: contain; }
        .site-footer { padding: 32px 0 48px; border-top: 1px solid var(--line); background: var(--surface); }
        .site-footer a { display: inline-block; margin: 4px 12px 4px 0; }

.pc-dock{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
        @media (max-width: 900px) {
          .container { width: min(100% - 28px, 1200px); }
          section { padding: 60px 0; }
        }
        @media (max-width: 640px) {
          .container { width: min(100% - 20px, 1200px); }
          .btn, .ghost-btn, .text-link, .link-btn { width: 100%; }
          .hero h1 { font-size: clamp(36px, 11vw, 48px); }
        }


img{filter:none;opacity:1}
img[src$="hhpokerlogo-main.png"]{background:#101820;padding:7px 13px;border-radius:6px;box-sizing:content-box}
.logo-img,.footer-logo{max-width:180px;height:auto;object-fit:contain;opacity:1;display:block}
button,.btn,.header-btn,.ghost-btn{min-height:48px;padding:12px 22px;font-weight:700}

/* page 20 skip rescue */
.skip-link,.skip{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  clip-path:inset(50%);
  white-space:nowrap;
  border:0;
}
.skip-link:focus,.skip:focus{
  position:fixed;
  left:16px;
  top:16px;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto;
  clip-path:none;
  white-space:normal;
  background:#fff;
  color:#000;
  padding:10px;
  z-index:9999;
}
