/* Generated by build_product_site.py; static assets only. */
:root {
  color-scheme: light;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #f7f7f5;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-wrap: anywhere;
  background: #f7f7f5;
  color: #222;
}

main {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: clamp(16px, 5vw, 32px);
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

p {
  margin: 24px 0 0;
  font-size: clamp(16px, 4.2vw, 18px);
  line-height: 1.7;
  text-align: left;
}

main.status {
  display: grid;
  min-height: 100vh;
  place-items: center;
  text-align: center;
}

main.status p {
  margin: 0;
  text-align: center;
}
