:root {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  color: #f5f7fb;
  background: #060a10;
  font-synthesis: none;
  --blue: #0878f9;
  --blue-light: #34a3ff;
  --red: #f23548;
  --red-light: #ff6170;
  --ink: #07111f;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
