/* ===== CSS Reset ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}
body{font-family:'Noto Sans SC',-apple-system,'PingFang SC','Microsoft YaHei','Helvetica Neue',sans-serif;background:#050a14;color:#e2e8f0;line-height:1.7;overflow-x:hidden}
a{color:#3b82f6;text-decoration:none;transition:color .3s}
a:hover{color:#60a5fa}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
::selection{background:rgba(30,109,242,0.3);color:#fff}
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:#050a14}
::-webkit-scrollbar-thumb{background:#1e6df2;border-radius:3px}
