/* Four language editions share this stylesheet and the existing site assets. */
.header-inner{gap:24px}
header nav{flex-direction:column;align-items:flex-end;gap:8px}
.main-links{display:flex;gap:28px;align-items:center}
.language-links{display:flex;gap:17px;align-items:center;flex-wrap:wrap}
.language-links a{font-size:13px;letter-spacing:0;font-weight:400;color:#aaa;line-height:1.5}
.language-links a[aria-current="true"]{color:#fff;text-decoration:underline;text-underline-offset:4px}
.main-links a{white-space:nowrap}
.brand{flex-shrink:0}
html[lang="ja"] body{font-family:'Segoe UI','Yu Gothic','Meiryo',sans-serif}
html[lang="zh-CN"] body{font-family:'Segoe UI','Microsoft YaHei','PingFang SC',sans-serif}
@media(max-width:1050px){
 header{position:relative;background:#222;height:81px}
 .header-inner{padding:0 20px}
 .menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:0;cursor:pointer;padding:10px;flex-shrink:0}
 .menu-toggle span{display:block;width:23px;height:2px;background:#ddd}
 header nav{display:none;position:absolute;top:81px;left:0;right:0;background:#222;padding:15px 22px 22px;gap:15px;align-items:stretch;max-height:calc(100dvh - 81px);overflow-y:auto}
 header nav.open{display:flex;flex-direction:column}
 .main-links{flex-direction:column;align-items:stretch;gap:0}
 .main-links a{padding:9px 0;font-size:14px}
 .language-links{border-top:1px solid #444;padding-top:12px;gap:8px 20px}
 .language-links a{padding:8px 0;font-size:14px}
}

.game-original-name{margin:-12px 0 28px;color:#777;font-size:14px;letter-spacing:.03em;line-height:1.6}
