/* ===== Minimal reset ===== */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:"PingFang SC","Microsoft YaHei","Segoe UI","Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;color:var(--text-primary,#222);background:var(--bg-page,#fff);line-height:1.6;font-size:14px}
img{max-width:100%;display:block;border:0}
a{color:inherit;text-decoration:none;transition:color .2s}
a:hover{color:var(--primary,#00A6A4)}
button{font:inherit;cursor:pointer;border:0;background:none}
input,textarea,select{font:inherit;outline:none}
ul,ol{list-style:none;padding:0;margin:0}
h1,h2,h3,h4,h5{margin:0;font-weight:600}
table{border-collapse:collapse;width:100%}
:root{color-scheme:light}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.35)}
::-webkit-scrollbar-track{background:transparent}
