/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 14px; -webkit-font-smoothing: antialiased; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; color: var(--text-primary); background: var(--bg-body); line-height: 1.5; }
a { text-decoration: none; color: var(--color-primary); }
a:hover { text-decoration: underline; }
ul, ol { list-style: none; }
img { max-width: 100%; vertical-align: middle; }
input, button, select, textarea { font-family: inherit; font-size: inherit; outline: none; }
button { cursor: pointer; border: none; background: none; }
table { border-collapse: collapse; width: 100%; }
