.hml-page{--hml-green:#51ba18;--hml-dark:#287c0c;--hml-ink:#202723;--hml-muted:#5c685f;--hml-line:#e4e9e2;--hml-soft:#f3f9ef;color:var(--hml-ink);background:#fff;font:400 16px/1.75 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;isolation:isolate;text-align:left;overflow-wrap:break-word}
.hml-page *,.hml-page *::before,.hml-page *::after{box-sizing:border-box}
.hml-page [hidden]{display:none!important}
.hml-page h1,.hml-page h2,.hml-page h3,.hml-page p,.hml-page ul,.hml-page ol{margin:0;padding:0;font-family:inherit;color:inherit}
.hml-page h1,.hml-page h2,.hml-page h3{line-height:1.3;font-weight:750;letter-spacing:-.025em}
.hml-page h1{font-size:clamp(2rem,4vw,3rem)}
.hml-page h2{font-size:clamp(1.35rem,2.5vw,1.8rem)}
.hml-page h3{font-size:1.125rem}
.hml-page p+p{margin-top:16px}
.hml-page a{color:var(--hml-dark);text-decoration:none;transition:color .15s,background .15s,box-shadow .15s}
.hml-page a:hover{text-decoration:underline;text-underline-offset:3px}
.hml-page a:focus-visible,.hml-page button:focus-visible,.hml-page input:focus-visible,.hml-page summary:focus-visible{outline:3px solid #184da3;outline-offset:4px}
.hml-page button,.hml-page input{font:inherit}
.hml-page button,.hml-page summary{cursor:pointer}
.hml-page img{max-width:100%;height:auto;display:block;border:0}
.hml-page svg{width:22px;height:22px;display:inline-block;vertical-align:middle;flex-shrink:0}
.hml-page section,.hml-page [id]{scroll-margin-top:32px}
.hml-wrap{width:min(1060px,calc(100% - 48px));margin-inline:auto}
.hml-page .hml-skip{position:absolute;top:-80px;left:16px;background:#fff;padding:8px 16px;z-index:100}
.hml-page .hml-skip:focus{top:8px}
.hml-header{background:var(--hml-green);border-bottom:1px solid #47a815}
.hml-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}
.hml-page .hml-brand{display:inline-flex;align-items:center;gap:11px;color:#123708;text-decoration:none;white-space:nowrap}
.hml-brand-mark{display:grid;place-items:center;border:2px solid currentColor;border-radius:10px;width:38px;height:38px;font-size:24px;font-weight:850;line-height:1}
.hml-brand-name{font-size:22px;font-weight:800;letter-spacing:-.06em;line-height:1.1}
.hml-brand-name small{display:block;font-size:10px;font-weight:700;letter-spacing:.19em;margin-top:5px}
.hml-nav{display:flex;gap:28px;align-items:center}
.hml-page .hml-nav a{font-size:14px;font-weight:700;color:#123708;text-decoration:none;padding:24px 0;border-bottom:3px solid transparent}
.hml-page .hml-nav a:hover{border-color:#153d09}
.hml-page .hml-menu{display:none;background:none;border:1px solid #347d13;color:#123708;padding:7px 10px;border-radius:5px;line-height:1}
.hml-breadcrumb{display:flex;gap:9px;align-items:center;padding:19px 0 11px;font-size:13px;color:var(--hml-muted)}
.hml-breadcrumb svg{width:13px;height:13px}
.hml-section-line{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:10px 0 16px}
.hml-eyebrow{font-size:12px;font-weight:750;letter-spacing:.12em;text-transform:uppercase;color:var(--hml-muted)}
.hml-text-link{font-size:14px;font-weight:650;white-space:nowrap}
.hml-game-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.hml-page .hml-card{display:flex;flex-direction:column;min-width:0;color:var(--hml-ink);text-decoration:none;position:relative}
.hml-card-art{position:relative;aspect-ratio:1.12;background:#e7efe0;border:1px solid #e6eae3;border-radius:10px;overflow:hidden;display:grid;place-items:center}
.hml-card-fallback{font-weight:800;font-size:32px;color:#315129;letter-spacing:-.06em;line-height:1}
.hml-card-art img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .22s}
.hml-card:hover .hml-card-art img{transform:scale(1.04)}
.hml-card-title{display:block;font-size:14px;font-weight:750;line-height:1.4;margin-top:9px}
.hml-card-meta{font-size:12px;line-height:1.4;color:var(--hml-muted);display:block;margin-top:4px}
.hml-card:hover .hml-card-title{color:var(--hml-dark)}
.hml-hero{display:grid;grid-template-columns:1fr 278px;gap:30px;margin:36px 0}
.hml-hero-main{border:1px solid var(--hml-line);border-top:3px solid var(--hml-green);border-radius:12px;box-shadow:0 6px 22px #1c42110b;text-align:center;padding:35px 30px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.hml-logo-image{display:block;width:112px;height:112px;object-fit:contain;margin-bottom:18px}
.hml-page .hml-hero-kicker{font-size:12px;font-weight:750;letter-spacing:.1em;text-transform:uppercase;color:var(--hml-dark);margin-bottom:9px}
.hml-hero-main h1 span{display:block;font-size:.66em;font-weight:550;letter-spacing:-.025em;margin-top:4px}
.hml-page .hml-hero-copy{font-size:16px;line-height:1.7;max-width:480px;margin:17px 0 19px;color:var(--hml-muted)}
.hml-hero-meta{display:flex;gap:10px 18px;justify-content:center;flex-wrap:wrap;font-size:13px;color:var(--hml-muted);margin-bottom:23px}
.hml-hero-meta span{display:flex;gap:6px;align-items:center}
.hml-hero-meta svg{width:16px;height:16px}
.hml-page .hml-button{display:inline-flex;justify-content:center;align-items:center;gap:10px;background:var(--hml-green);color:#153b09;font-size:16px;font-weight:750;border:1px solid transparent;border-radius:6px;padding:12px 26px;min-height:50px;max-width:100%;text-align:center;text-decoration:none;line-height:1.4}
.hml-page .hml-button:hover{background:#45a80e;text-decoration:none;box-shadow:0 3px 12px #245b1126}
.hml-page .hml-button-secondary{border-color:var(--hml-line);background:#fff;color:var(--hml-dark)}
.hml-page .hml-button-secondary:hover{background:var(--hml-soft)}
.hml-page .hml-hero-under{font-size:12px;color:var(--hml-muted);margin-top:11px}
.hml-device-stage{display:flex;justify-content:center;align-items:center;background:radial-gradient(ellipse at center,#edf9e5 0,#fff 70%);padding:8px 0}
.hml-device{width:222px;background:#fff;border:7px solid #252b25;border-radius:30px;box-shadow:7px 10px 0 #e9eee5;overflow:hidden;transform:rotate(2deg)}
.hml-device-top{height:21px;position:relative}
.hml-device-top::after{content:"";display:block;background:#252b25;width:60px;height:9px;border-radius:0 0 10px 10px;margin:auto}
.hml-device-head{padding:11px 15px 12px;background:var(--hml-green);font-size:15px;font-weight:800;color:#123708}
.hml-device-body{padding:12px 11px}
.hml-device-label{font-size:10px;font-weight:800;letter-spacing:.06em;color:var(--hml-muted);margin-bottom:11px}
.hml-device-row{display:flex;align-items:center;gap:9px;padding-bottom:12px;min-width:0}
.hml-device-row .hml-card-art{width:43px;height:43px;aspect-ratio:auto;flex-shrink:0;border-radius:8px}
.hml-device-row .hml-card-fallback{font-size:15px}
.hml-device-row strong{display:block;font-size:11px;line-height:1.25;max-width:130px}
.hml-device-row small{display:block;font-size:9px;color:var(--hml-muted);margin-top:4px}
.hml-device-foot{margin:0 11px 12px;border-radius:5px;background:var(--hml-soft);padding:6px;font-size:10px;font-weight:650;color:var(--hml-dark);text-align:center}
.hml-toc{border:1px solid var(--hml-line);border-radius:7px;background:#fafbf9;margin:0 0 34px}
.hml-toc summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;font-size:14px;font-weight:700}
.hml-toc summary::-webkit-details-marker,.hml-faq summary::-webkit-details-marker{display:none}
.hml-toc[open] summary{border-bottom:1px solid var(--hml-line)}
.hml-toc[open] summary svg{transform:rotate(180deg)}
.hml-toc nav{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 24px;padding:16px 22px;font-size:14px}
.hml-block{margin:0 0 42px}
.hml-section-title{background:var(--hml-soft);border-left:4px solid var(--hml-green);padding:13px 20px;text-align:center;margin-bottom:22px!important;color:var(--hml-dark)!important}
.hml-copy{max-width:920px;margin:auto}
.hml-copy p{color:#49544c}
.hml-info{border-collapse:collapse;width:100%;font-size:15px;margin-top:24px}
.hml-info th,.hml-info td{padding:11px 18px;border:0;text-align:left;vertical-align:top}
.hml-info th{font-weight:650;width:38%}
.hml-info tr:nth-child(odd){background:#f2f4f1}
.hml-info tr:nth-child(even){background:#fcfdfb}
.hml-features{display:grid;grid-template-columns:repeat(6,1fr);gap:0 30px}
.hml-feature{grid-column:span 2;text-align:center;padding:25px 8px 23px}
.hml-feature:nth-child(4){grid-column:2/span 2}
.hml-feature:nth-child(5){grid-column:4/span 2}
.hml-feature-icon{height:52px;width:52px;border:1px solid #d9edce;border-radius:13px;background:var(--hml-soft);display:grid;place-items:center;margin:0 auto 17px;color:var(--hml-dark)}
.hml-feature-icon svg{width:26px;height:26px}
.hml-feature h3{font-size:17px}
.hml-feature p{font-size:14px;line-height:1.75;color:var(--hml-muted);margin-top:10px}
.hml-more-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px 36px}
.hml-more-grid article{border-bottom:1px solid var(--hml-line);padding-bottom:24px}
.hml-more-grid h3{margin-bottom:9px}
.hml-more-grid p{font-size:15px;color:var(--hml-muted)}
.hml-searchbar{display:flex;align-items:center;gap:10px;border:1px solid #d2ddcd;background:#fff;border-radius:7px;padding:3px 4px 3px 14px;max-width:500px;margin:22px auto 26px;color:var(--hml-muted)}
.hml-searchbar input{background:#fff;min-width:0;flex:1;border:0;padding:10px 3px;box-shadow:none;line-height:1.4;color:var(--hml-ink);font-size:16px}
.hml-searchbar button{padding:9px 14px;background:var(--hml-soft);border:0;border-radius:4px;font-size:14px;font-weight:650;color:var(--hml-dark)}
.hml-catalog-label{display:flex;justify-content:space-between;gap:18px;align-items:baseline;margin:20px 0 15px}
.hml-catalog-label h3{font-size:20px;color:var(--hml-dark)}
.hml-catalog-label span{font-size:12px;color:var(--hml-muted)}
.hml-page .hml-empty{padding:25px;background:var(--hml-soft);border-radius:7px;color:var(--hml-muted);text-align:center;margin-top:18px}
.hml-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:30px}
.hml-category{border-top:1px solid var(--hml-line);padding-top:21px}
.hml-category h3{margin-bottom:14px;font-size:18px}
.hml-chip-list{display:flex;gap:9px;flex-wrap:wrap;list-style:none}
.hml-chip-list li{padding:5px 12px;border:1px solid #e0e8db;border-radius:4px;background:#fbfdf9;color:var(--hml-dark);font-size:14px}
.hml-table-wrap{overflow-x:auto;border:1px solid var(--hml-line);border-radius:6px}
.hml-compare{border-collapse:collapse;width:100%;font-size:14px;margin:0}
.hml-compare th,.hml-compare td{text-align:left;padding:13px 16px;border:0;vertical-align:top;min-width:130px}
.hml-compare thead{background:#dff0d6;color:#1f500e}
.hml-compare tbody tr:nth-child(even){background:#f6f8f4}
.hml-compare th{font-weight:700}
.hml-requirements{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hml-requirement{background:#fafbf9;border:1px solid var(--hml-line);border-radius:7px;padding:21px}
.hml-requirement svg{color:var(--hml-dark);margin-bottom:11px}
.hml-requirement h3{font-size:16px;margin-bottom:8px}
.hml-requirement p{font-size:14px;color:var(--hml-muted)}
.hml-notice{border-left:3px solid #8cab71;background:#f8faf6;padding:17px 20px;font-size:14px;color:#495c40;margin-top:22px}
.hml-install-grid{display:grid;grid-template-columns:1fr 290px;gap:40px;align-items:start}
.hml-steps{list-style:none;counter-reset:hml-steps;display:grid;gap:24px}
.hml-steps li{counter-increment:hml-steps;position:relative;padding-left:51px}
.hml-steps li::before{content:counter(hml-steps,decimal-leading-zero);display:grid;place-items:center;position:absolute;top:0;left:0;width:34px;height:34px;background:#eaf6e2;border-radius:6px;color:var(--hml-dark);font-weight:750;font-size:14px}
.hml-steps h3{font-size:17px;margin-bottom:6px}
.hml-steps p{font-size:15px;color:var(--hml-muted)}
.hml-install-aside{border:1px solid #dcebd2;border-radius:10px;background:var(--hml-soft);padding:25px}
.hml-install-aside svg{width:34px;height:34px;color:var(--hml-dark);margin-bottom:16px}
.hml-install-aside h3{font-size:19px;margin-bottom:13px}
.hml-install-aside p{font-size:14px;color:#4f6047}
.hml-install-aside a{font-size:14px;text-decoration:underline}
.hml-download{border:1px solid #cee5be;border-top:3px solid var(--hml-green);border-radius:10px;text-align:center;padding:30px;background:linear-gradient(180deg,#f5fbf1,#fff);margin:34px 0 42px}
.hml-download h2{margin-bottom:14px}
.hml-download p{max-width:660px;margin:0 auto 19px;color:var(--hml-muted);font-size:15px}
.hml-download .hml-release-meta{font-size:14px;color:var(--hml-dark);font-weight:600;margin-bottom:18px}
.hml-use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hml-use-grid article{border-left:2px solid #d2e9c4;padding-left:18px}
.hml-use-grid h3{font-size:17px;margin-bottom:9px}
.hml-use-grid p{font-size:14px;color:var(--hml-muted)}
.hml-faq details{border-bottom:1px solid var(--hml-line)}
.hml-faq summary{font-size:16px;font-weight:650;list-style:none;display:flex;justify-content:space-between;gap:20px;padding:18px 4px}
.hml-faq summary::after{content:"+";font-size:23px;font-weight:400;line-height:1;color:var(--hml-dark)}
.hml-faq details[open] summary::after{content:"−"}
.hml-faq details p{font-size:15px;color:var(--hml-muted);padding:0 30px 19px 4px;max-width:900px}
.hml-end-row{margin-top:26px}
.hml-footer{border-top:1px solid #d8e5ce;background:#f4f9ef;padding:32px 0 20px}
.hml-footer-top{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px}
.hml-footer .hml-brand{color:#24491b}
.hml-footer .hml-brand-mark{width:32px;height:32px;font-size:20px;border-radius:8px}
.hml-footer .hml-brand-name{font-size:19px}
.hml-footer-links{display:flex;flex-wrap:wrap;gap:12px 22px;font-size:14px}
.hml-page .hml-footer-note{font-size:13px;color:#61705b;max-width:830px;line-height:1.65}
.hml-copyright{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #dce8d3;padding-top:18px;margin-top:22px;font-size:12px;color:#61705b}
.hml-page .hml-top{font-size:13px;white-space:nowrap}
.hml-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
body.hml-canvas{margin:0;background:#fff}
body.hml-canvas #wpadminbar{position:fixed}
body.hml-canvas .hml-page{min-height:100vh}
@media(min-width:780px){.hml-canvas.admin-bar .hml-page{padding-top:0}}
@media(max-width:800px){.hml-nav{gap:17px}.hml-hero{grid-template-columns:1fr 220px;gap:15px}.hml-hero-main{padding:25px 20px}.hml-game-row{gap:13px}.hml-feature{grid-column:span 3}.hml-feature:nth-child(4){grid-column:span 3}.hml-feature:nth-child(5){grid-column:2/span 4}.hml-install-grid{grid-template-columns:1fr 240px;gap:24px}.hml-footer-top{align-items:flex-start}}
@media(max-width:640px){.hml-wrap{width:calc(100% - 32px)}.hml-header-inner{min-height:68px;flex-wrap:wrap;gap:0}.hml-brand-name{font-size:21px}.hml-page .hml-menu{display:block}.hml-nav{width:100%;justify-content:space-between;gap:9px;border-top:1px solid #3d94152e}.hml-page .hml-nav a{font-size:12px;padding:12px 0}.hml-page.hml-enhanced .hml-nav{display:none}.hml-page.hml-enhanced .hml-nav.hml-nav-open{display:flex}.hml-breadcrumb{font-size:12px;padding-top:14px}.hml-game-row{grid-template-columns:repeat(5,minmax(96px,1fr));gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#b7d5a8 #f1f5ee}.hml-card{scroll-snap-align:start}.hml-card-art{aspect-ratio:1}.hml-card-title{font-size:13px}.hml-card-meta{font-size:12px}.hml-section-line{gap:10px;margin-bottom:13px}.hml-eyebrow{font-size:11px}.hml-hero{grid-template-columns:1fr;margin:24px 0;gap:0}.hml-hero-main{padding:28px 21px 24px}.hml-logo-image{width:96px;height:96px;margin-bottom:15px}.hml-device-stage{display:none}.hml-page h1{font-size:34px}.hml-page .hml-hero-copy{font-size:15px;margin:14px 0 16px}.hml-hero-meta{font-size:12px;margin-bottom:18px}.hml-toc{margin-bottom:26px}.hml-toc nav{grid-template-columns:1fr;gap:10px}.hml-block{margin-bottom:32px}.hml-section-title{font-size:21px!important;padding:12px 14px;margin-bottom:19px!important}.hml-copy p{font-size:15px}.hml-info{font-size:14px}.hml-info th,.hml-info td{padding:10px 12px}.hml-features{display:block}.hml-feature{padding:20px 12px;border-bottom:1px solid var(--hml-line)}.hml-feature:last-child{border:0}.hml-feature-icon{margin-bottom:12px}.hml-feature p{max-width:380px;margin:8px auto 0}.hml-more-grid{grid-template-columns:1fr;gap:20px}.hml-more-grid article{padding-bottom:19px}.hml-category-grid{gap:22px}.hml-chip-list{gap:7px}.hml-chip-list li{font-size:13px;padding:4px 8px}.hml-compare th,.hml-compare td{padding:11px 12px;min-width:112px;font-size:13px}.hml-requirements{grid-template-columns:1fr;gap:12px}.hml-requirement{padding:18px}.hml-requirement svg{float:left;margin:0 12px 35px 0}.hml-install-grid{grid-template-columns:1fr;gap:25px}.hml-install-aside{padding:21px}.hml-install-aside svg{float:left;margin:0 13px 12px 0}.hml-download{padding:24px 18px;margin-bottom:32px}.hml-use-grid{grid-template-columns:1fr;gap:22px}.hml-footer-top{flex-direction:column;gap:20px}.hml-footer-links{gap:9px 18px;font-size:13px}.hml-copyright{align-items:flex-start;font-size:12px;gap:12px}.hml-text-link{font-size:13px}.hml-catalog-label{align-items:flex-start}.hml-catalog-label span{max-width:130px;text-align:right}}
@media(prefers-reduced-motion:reduce){.hml-page *{transition:none!important;scroll-behavior:auto!important}}
