/* ========== Reset ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body { font-family: -apple-system, "PingFang SC", "Microsoft YaHei", "微软雅黑", sans-serif; font-size: 16px; line-height: 1.6; color: var(--text-primary); background: var(--bg-base); }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
img { max-width: 100%; display: block; }
button { border: none; outline: none; font-family: inherit; cursor: pointer; background: none; }
input { border: none; outline: none; font-family: inherit; }
input::placeholder { color: var(--text-placeholder); }
