/* iOS 5 inspired, while keeping a readable fallback for old Mobile Safari. */
html, body { margin: 0; min-height: 100%; }
body {
  color: #3f3037;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #f7edf1;
  background-image:
    -webkit-linear-gradient(135deg, rgba(255,255,255,.42) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.42) 50%, rgba(255,255,255,.42) 75%, transparent 75%, transparent),
    -webkit-linear-gradient(top, #faeff3, #efe4e8);
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.42) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.42) 50%, rgba(255,255,255,.42) 75%, transparent 75%, transparent),
    linear-gradient(to bottom, #faeff3, #efe4e8);
  background-size: 7px 7px, 100% 100%;
  -webkit-font-smoothing: antialiased;
}
a { color: #c62062; }
.status-strip {
  position: relative;
  height: 20px;
  color: #202020;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 1px rgba(255,255,255,.8);
  background: #dce4e7;
  background: -webkit-linear-gradient(top, #f8fbfc 0%, #c8d2d6 52%, #edf2f3 100%);
  background: linear-gradient(to bottom, #f8fbfc 0%, #c8d2d6 52%, #edf2f3 100%);
  border-bottom: 1px solid #8b969a;
}
.status-left { position: absolute; left: 9px; }
.status-time { display: block; text-align: center; }
.status-right { position: absolute; right: 8px; top: 0; }
.battery {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 9px;
  padding: 1px;
  margin: 0 3px 0 2px;
  top: 3px;
  vertical-align: top;
  border: 1px solid #25292a;
  border-radius: 2px;
  box-shadow: inset 0 1px rgba(255,255,255,.85), 0 1px rgba(255,255,255,.6);
  background: #aab1b3;
  background: -webkit-linear-gradient(top, #f8fafb 0%, #9ba3a6 55%, #dce1e2 100%);
  background: linear-gradient(to bottom, #f8fafb 0%, #9ba3a6 55%, #dce1e2 100%);
}
.battery:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 2px;
  right: 2px;
  top: 1px;
  height: 3px;
  border-radius: 1px;
  background: rgba(255,255,255,.42);
}
.battery:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 2px;
  width: 2px;
  height: 5px;
  border: 1px solid #25292a;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  background: #737a7c;
  background: -webkit-linear-gradient(top, #bdc3c4, #54595b);
  background: linear-gradient(to bottom, #bdc3c4, #54595b);
}
.battery i {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  box-shadow: inset 0 -1px rgba(24,101,8,.55);
  background: #56c833;
  background: -webkit-linear-gradient(top, #a4f47b 0%, #5bd23a 45%, #32aa1d 55%, #55c936 100%);
  background: linear-gradient(to bottom, #a4f47b 0%, #5bd23a 45%, #32aa1d 55%, #55c936 100%);
}
.nav-bar {
  position: relative;
  height: 44px;
  overflow: hidden;
  border-top: 1px solid #ffb2cc;
  border-bottom: 1px solid #8e1745;
  box-shadow: 0 1px 3px rgba(56, 13, 31, .38);
  background: #ed4f86;
  background: -webkit-linear-gradient(top, #ff88ac 0%, #f26493 49%, #e43a76 51%, #c91c59 100%);
  background: linear-gradient(to bottom, #ff88ac 0%, #f26493 49%, #e43a76 51%, #c91c59 100%);
}
.nav-shine { position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,.75); }
.nav-bar h1 { position: relative; z-index: 1; margin: 0; color: white; font-size: 20px; font-weight: bold; line-height: 43px; text-align: center; text-shadow: 0 -1px #8c173e, 0 1px rgba(255,255,255,.2); }
.page-shell { width: 92%; max-width: 620px; margin: 0 auto; padding: 28px 0 24px; }
.hero { min-height: 110px; margin: 0 5px 24px; overflow: hidden; }
.app-icon-wrap { position: relative; float: left; width: 96px; height: 96px; margin: 2px 20px 0 2px; border-radius: 22px; box-shadow: 0 2px 5px rgba(53,17,31,.36); }
.app-icon { display: block; width: 96px; height: 96px; border-radius: 22px; }
.icon-gloss { position: absolute; left: 3px; right: 3px; top: 3px; height: 45%; border-radius: 20px 20px 48% 48%; background: -webkit-linear-gradient(top, rgba(255,255,255,.58), rgba(255,255,255,.04)); background: linear-gradient(to bottom, rgba(255,255,255,.58), rgba(255,255,255,.04)); pointer-events: none; }
.hero-copy { padding-top: 5px; }
.eyebrow { margin: 0 0 3px; color: #ad5175; font-size: 11px; font-weight: bold; letter-spacing: 1.35px; }
.hero h2 { margin: 0; color: #35262d; font-size: 32px; line-height: 1.18; text-shadow: 0 1px #fff; }
.tagline { margin: 4px 0 6px; color: #6c505c; font-size: 16px; }
.compatibility { margin: 0; color: #936c7c; font-size: 12px; }
.download-panel { margin-bottom: 25px; border: 1px solid #a9919b; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 0 #fff, 0 2px 5px rgba(60,30,43,.17); background: white; }
.panel-cap { padding: 8px 13px 7px; color: #fff; font-size: 12px; font-weight: bold; text-transform: uppercase; text-shadow: 0 -1px #73364d; border-bottom: 1px solid #8b5c6d; background: #9d7182; background: -webkit-linear-gradient(top, #b8909f, #8f6172); background: linear-gradient(to bottom, #b8909f, #8f6172); }
.panel-body { padding: 15px; }
.version-line { overflow: hidden; margin: 0 2px 13px; color: #8b6c79; font-size: 13px; }
.version-line > div { float: left; }
.version-line strong { color: #3c2931; font-size: 24px; line-height: 24px; }
.build-badge { display: inline-block; padding: 3px 6px 2px; margin-left: 5px; vertical-align: 3px; color: #7c475e; font-size: 11px; font-weight: bold; border: 1px solid #d2aebe; border-radius: 8px; background: #fae5ed; }
.release-date { float: right; padding-top: 7px; }
.download-button { position: relative; display: block; min-height: 51px; padding: 8px 12px 7px 58px; overflow: hidden; color: white; text-decoration: none; border: 1px solid #9d1348; border-radius: 10px; box-shadow: inset 0 1px rgba(255,255,255,.55), 0 1px 2px rgba(74,20,42,.35); text-shadow: 0 -1px #86113e; background: #e73878; background: -webkit-linear-gradient(top, #ff79a4 0%, #f04c86 49%, #dc286a 51%, #bf1452 100%); background: linear-gradient(to bottom, #ff79a4 0%, #f04c86 49%, #dc286a 51%, #bf1452 100%); -webkit-tap-highlight-color: rgba(255,255,255,.2); box-sizing: border-box; }
.download-button:active { background: #c51c59; background: -webkit-linear-gradient(top, #d8336d, #b70e4a); background: linear-gradient(to bottom, #d8336d, #b70e4a); box-shadow: inset 0 2px 5px rgba(86,7,36,.45); }
.button-gloss { position: absolute; left: 1px; right: 1px; top: 1px; height: 48%; border-radius: 8px 8px 45% 45%; background: rgba(255,255,255,.12); }
.download-symbol { position: absolute; left: 15px; top: 8px; width: 35px; height: 35px; }
.download-symbol svg { display: block; width: 35px; height: 35px; overflow: hidden; }
.download-button b { position: relative; display: block; font-size: 17px; line-height: 20px; }
.download-button small { position: relative; display: block; margin-top: 1px; color: #ffe8f0; font-size: 11px; line-height: 13px; }
.ipa-download-button { display: none; margin-top: 10px; border-color: #315f91; text-shadow: 0 -1px #244d78; background: #4e88c4; background: -webkit-linear-gradient(top, #82b7e8 0%, #5e96cf 49%, #477fb9 51%, #315f99 100%); background: linear-gradient(to bottom, #82b7e8 0%, #5e96cf 49%, #477fb9 51%, #315f99 100%); }
.ipa-download-button:active { background: #376fa8; background: -webkit-linear-gradient(top, #4d83b9, #28598b); background: linear-gradient(to bottom, #4d83b9, #28598b); box-shadow: inset 0 2px 5px rgba(20,52,85,.5); }
.ipa-download-button small { color: #e8f4ff; }
.install-note { margin: 11px 3px 0; color: #866875; font-size: 12px; line-height: 1.45; }
.install-note b { color: #664653; }
.group { margin: 0 0 22px; }
.group h3 { margin: 0 13px 6px; color: #8e6475; font-size: 13px; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px #fff; }
.ios-list { margin: 0; padding: 0; overflow: hidden; list-style: none; border: 1px solid #b9a7ae; border-radius: 10px; box-shadow: 0 1px 0 #fff; background: rgba(255,255,255,.94); }
.ios-list li { min-height: 43px; padding: 9px 12px; overflow: hidden; border-bottom: 1px solid #ddcfd5; box-sizing: border-box; }
.ios-list li:last-child { border-bottom: 0; }
.release-list li { color: #5e4852; font-size: 14px; line-height: 1.45; }
.bullet { float: left; width: 28px; height: 28px; margin: 0 10px 0 0; color: #fff; font-size: 12px; font-weight: bold; line-height: 28px; text-align: center; text-shadow: 0 -1px rgba(0,0,0,.35); border-radius: 6px; box-shadow: inset 0 1px rgba(255,255,255,.5), 0 1px 2px rgba(0,0,0,.18); }
.bullet.pink { background: #e5447e; }
.bullet.blue { background: #478fd1; }
.bullet.green { background: #4ea04d; font-size: 11px; }
.feature-list li { min-height: 64px; padding: 9px 12px; }
.feature-icon { float: left; width: 42px; height: 42px; margin-right: 12px; color: #fff; font-size: 18px; font-weight: bold; line-height: 42px; text-align: center; text-shadow: 0 -1px rgba(0,0,0,.3); border-radius: 9px; box-shadow: inset 0 1px rgba(255,255,255,.58), 0 1px 2px rgba(48,23,33,.3); }
.feature-icon.video { background: #e14d82; }
.feature-icon.danmaku { background: #50a0d9; }
.feature-icon.offline { background: #73a650; font-size: 26px; }
.feature-icon.offline svg { display: block; width: 24px; height: 24px; margin: 9px auto 0; }
.cell-copy { display: block; padding-top: 3px; }
.cell-copy b { display: block; color: #49343d; font-size: 15px; line-height: 19px; }
.cell-copy small { display: block; margin-top: 2px; color: #8a727c; font-size: 12px; line-height: 16px; }
.info-list { margin: 0; }
.info-list > div { min-height: 42px; padding: 0 13px; border-bottom: 1px solid #ddcfd5; line-height: 42px; overflow: hidden; }
.info-list > div:last-child { border-bottom: 0; }
.info-list dt { float: left; color: #4c3941; font-size: 14px; font-weight: bold; }
.info-list dd { margin: 0 0 0 115px; color: #8b6f7a; font-size: 14px; text-align: right; white-space: nowrap; }
.checksum-row dd { font-family: Menlo, Monaco, monospace; font-size: 11px; }
.contact-list li { position: relative; min-height: 62px; padding: 10px 148px 9px 13px; }
.contact-copy { display: block; padding-top: 2px; }
.contact-copy b { display: block; color: #49343d; font-size: 15px; line-height: 20px; }
.contact-copy small { display: block; color: #8a727c; font-size: 11px; line-height: 16px; white-space: nowrap; }
.copy-contact {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 128px;
  height: 38px;
  margin: 0;
  padding: 3px 7px 4px;
  color: #fff;
  font-family: inherit;
  text-align: center;
  text-shadow: 0 -1px #7b173d;
  border: 1px solid #9d3159;
  border-radius: 7px;
  box-shadow: inset 0 1px rgba(255,255,255,.58), 0 1px 2px rgba(60,24,39,.25);
  background: #d94b7d;
  background: -webkit-linear-gradient(top, #f783a8 0%, #e35a87 49%, #cc3c70 51%, #b92b60 100%);
  background: linear-gradient(to bottom, #f783a8 0%, #e35a87 49%, #cc3c70 51%, #b92b60 100%);
  -webkit-appearance: none;
}
.copy-contact:active { background: #b92b60; box-shadow: inset 0 2px 4px rgba(74,13,37,.38); }
.contact-number { display: block; font-size: 13px; font-weight: bold; line-height: 16px; }
.copy-label { display: block; color: #ffe5ee; font-size: 9px; line-height: 11px; }
.group-footnote { margin: 6px 12px 0; color: #927984; font-size: 10px; line-height: 1.45; text-shadow: 0 1px #fff; }
.notice-row { padding: 11px 13px 10px; border-bottom: 1px solid #ddcfd5; }
.notice-row:last-child { border-bottom: 0; }
.notice-row b { display: block; margin-bottom: 3px; color: #4b3540; font-size: 14px; }
.notice-row p { margin: 0; color: #826b75; font-size: 12px; line-height: 1.55; }
.notice-row strong { color: #b33768; }
.disclaimer-row { background: #fff9fb; }
.safety-copy { margin: -7px 10px 3px; color: #927984; font-size: 11px; line-height: 1.45; text-align: center; text-shadow: 0 1px #fff; }
footer { padding: 19px 15px 28px; color: #927a84; font-size: 12px; line-height: 1.7; text-align: center; border-top: 1px solid rgba(139,101,117,.22); }
footer p { margin: 0; }
footer a { color: #ad4f75; text-decoration: none; }
footer span { padding: 0 7px; }
footer .copyright { margin-top: 6px; color: #aa969e; font-size: 10px; }

@media (max-width: 420px) {
  .page-shell { width: auto; padding: 22px 10px 18px; }
  .hero { min-height: 91px; margin-left: 3px; margin-bottom: 20px; }
  .app-icon-wrap, .app-icon { width: 82px; height: 82px; border-radius: 19px; }
  .app-icon-wrap { margin-right: 14px; }
  .hero h2 { font-size: 27px; }
  .tagline { font-size: 14px; }
  .compatibility { font-size: 11px; }
  .panel-body { padding: 13px; }
  .download-button { min-height: 54px; padding-top: 9px; }
  .release-list li { font-size: 13px; }
  .info-list dd { margin-left: 98px; font-size: 13px; }
  .contact-list li { padding-right: 128px; }
  .copy-contact { width: 112px; }
  .contact-copy small { max-width: 135px; overflow: hidden; text-overflow: ellipsis; }
}

@media (min-width: 720px) {
  body { padding-bottom: 35px; }
  .status-strip, .nav-bar { max-width: 700px; margin-left: auto; margin-right: auto; }
  .status-strip { margin-top: 28px; border-radius: 15px 15px 0 0; }
  .page-shell { padding-left: 40px; padding-right: 40px; background: rgba(248,240,243,.75); box-shadow: 0 9px 35px rgba(73,42,54,.24); }
  footer { width: 670px; margin: 0 auto; background: rgba(248,240,243,.75); border-radius: 0 0 15px 15px; box-shadow: 0 15px 35px rgba(73,42,54,.16); box-sizing: border-box; }
}
