@font-face {
  font-family: Harmony;
  src: url("/fonts/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Harmony;
  src: url("/fonts/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
  font-weight: 500 700;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
:root {
  --font-body: 'HarmonyOS Sans SC Web', 'HarmonyOS Sans SC', 'Microsoft YaHei UI', 'Microsoft YaHei', 'PingFang SC', sans-serif;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Harmony, "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  text-wrap: balance;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid #d6c1eb;
  outline-offset: 5px;
}
input,
textarea,
select {
  max-width: 100%;
}
textarea {
  resize: vertical;
}
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #879d99;
  outline-offset: 2px;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #aa87b76b;
  color: #fff;
}
svg {
  vertical-align: middle;
}
fieldset {
  min-width: 0;
}
button svg {
  flex-shrink: 0;
}
.small {
  font-size: 13px;
}
.error-page {
  background: #1e1131;
  color: #e6f3e8;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 24px;
}
.error-page h1 {
  font-size: 24px;
}
.error-page a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
img {
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
