/* 本地版本补充：宽屏保持移动页面比例，键盘操作及减少动画支持。 */
html { background: #171719; }
body#dm-body { max-width: 480px; margin: 0 auto; background: #000; }



[role="button"] { cursor: pointer; }
/* 手机背景中的标志使用独立矢量层，与 cover 背景按相同比例定位。 */
.store-dl-page .hero-phone-wordmark {
  position: absolute;
  display: block;
  width: 124px;
  height: 24px;
  background: linear-gradient(#d9d9d9, #d8d8d7);
  transform-origin: left top;
  pointer-events: none;
  visibility: hidden;
}
.store-dl-page .hero-phone-wordmark img {
  position: absolute;
  left: 3px;
  top: -1px;
  width: 118px;
  max-width: none;
  height: auto;
  filter: brightness(.82);
}
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 2px solid #ff9933; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  .store-dl-page * { animation: none !important; transition: none !important; }
  .store-dl-page .hero-area__catchcopy,
  .store-dl-page .hero-area__inner,
  .store-dl-page .download-section,
  .store-dl-page .game-list-section,
  .store-dl-page .install-guide-section,
  .store-dl-page .about-section,
  .store-dl-page .faq-section,
  .store-dl-page .product-spec { opacity: 1 !important; }
  .store-dl-page .button--download::after { display: none; }
}
