/* HMC release window; scoped to the Games app catalogue. */
.hmc-window{max-width:1000px;margin:36px auto;padding:26px;border:1px solid #d2bc8f;border-radius:14px;background:linear-gradient(130deg,#fff9ef,#e1f5ef 65%,#dbeef4);color:#244f53;box-shadow:0 12px 38px #10092745;scroll-margin-top:24px}
.hmc-window .hmc-window-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:17px;margin-bottom:24px;border-bottom:1px solid #b5cfbf;font:700 11px/1.5 monospace;letter-spacing:.1em}
.hmc-window .hmc-release{padding:6px 12px;border:1px solid #79b4a5;border-radius:999px;background:#d3eee1;color:#1d6358;white-space:nowrap}
.hmc-window .hmc-layout{display:grid;grid-template-columns:minmax(0,1fr) 176px;gap:36px;align-items:center}
.hmc-window .hmc-title-row{display:flex;gap:18px;align-items:center;margin-bottom:20px}
.hmc-window .hmc-icon{display:block;flex:none;width:80px;height:80px;border-radius:18px;border:1px solid #d6bc84}
.hmc-window h2{margin:0;color:#21565c;font-size:clamp(26px,3.5vw,38px);line-height:1.12;letter-spacing:-.025em;overflow-wrap:anywhere}
.hmc-window .hmc-kicker{margin:0 0 6px;font:700 11px/1.4 monospace;letter-spacing:.16em;color:#577a6c}
.hmc-window .hmc-description{margin:0;color:#345d60;font-size:16px;line-height:1.85;max-width:590px}
.hmc-window .hmc-features{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:20px 0}
.hmc-window .hmc-features li{margin:0;border:1px solid #b8d3c8;border-radius:6px;padding:6px 10px;background:#ffffff80;color:#375e5b;font-size:12px;line-height:1.5}
.hmc-window .hmc-note{margin:0;color:#506c67;font-size:13px;line-height:1.75}
.hmc-window .hmc-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.hmc-window .hmc-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border-radius:6px;border:1px solid #277976;text-decoration:none;font-size:14px;font-weight:800;line-height:1.5}
.hmc-window .hmc-store{background:#236d70;color:#fff;box-shadow:3px 3px #afcec0}
.hmc-window .hmc-policy{background:#ffffff80;color:#285b59}
.hmc-window a:focus-visible{outline:3px solid #236d70;outline-offset:5px}
.hmc-window .hmc-screen{margin:0;text-align:center}
.hmc-window .hmc-screen a{display:block;background:#e5f6f3;border:1px solid #a6c9c4;border-radius:18px;overflow:hidden;box-shadow:6px 8px 0 #abcac557}
.hmc-window .hmc-screen img{display:block;width:100%;height:auto}
.hmc-window figcaption{margin-top:12px;color:#4d706b;font-size:12px;line-height:1.5}
@media(max-width:650px){.hmc-window{padding:20px;margin-top:24px}.hmc-window .hmc-layout{grid-template-columns:1fr;gap:28px}.hmc-window .hmc-screen{width:144px;max-width:100%;margin:0 auto}.hmc-window .hmc-icon{width:64px;height:64px}.hmc-window .hmc-title-row{gap:12px}.hmc-window .hmc-window-head{letter-spacing:.04em}.hmc-window .hmc-description{font-size:15px}}
