/* === Reset & Base === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif; background: #0f1923; color: #e8e0d4; line-height: 1.7; overflow-x: hidden; }
a { color: #c9a84c; text-decoration: none; transition: color .3s; }
a:hover { color: #e8d48b; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
::selection { background: #c9a84c44; color: #e8e0d4; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0f1923; }
::-webkit-scrollbar-thumb { background: #c9a84c33; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #c9a84c66; }
