<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  background-image: url('bg_1920x1080.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  margin-top: 0;
}

.content {
  width: 100%;
}

.content * {
   border: 0;
   margin: 0;
   padding: 0;
}

.header {
  background-image: url('Topbar.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 76px;
  margin-bottom: 20px;
}

.header_box {
  width: 798px;
  height: 40px;
  margin: 0 auto;
  padding-top: 20px;
}

.header_logo {
  width: 152px;
  display: inline-block;
}

.store_icons {
  display: inline-block;
  float: right;
}

.store_icons img:hover {
  transform: translateY(-2px);
}

.header_bookmark {
  float: right;
}

.main {
    #width: 798px;
    #margin: 0 auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.main:after {
  content: "";
  display: table;
  clear: both;
}

.webgl-wrapper {
    #border-width: 3px;
    #border-style: solid;
    #border-color: #5b0db3;
    #background-color: #5b0db3;
    #float: left;
    #max-width: 720px;
    #margin-right: auto;
    #margin: 0 auto;
    #padding: 0;
    #box-sizing: border-box;
}
.webgl-wrapper #logo, #progress {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#logo {
    background: url('MHP_logo.png') no-repeat center / contain;
    width: 410px;
    height: 157px;
}
#progress {
    height: 8px;
    width: 200px;
    margin-top: 90px;
}
#box {
    position: relative;
}
#empty {
    float: right;
    width: 100%;
    height: 100%;
}
#full {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 0%;
    height: 100%;
}

#gameContainer {
    background: rgba(0, 0, 0, 1);
    width: 100%;
    margin: auto;
    display: block;
}

.footer {
    width: 500px;
    height: 50px;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    word-wrap: break-word;
}

.cpright {
    width: 500px;
    height: 50px;
    font-size: 11px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}
</pre></body></html>