/* Z2 文档层：全局材质（背景、字体、滚动条） */
body {
  background: linear-gradient(145deg, #0b1120 0%, #1a2639 100%);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #1e1e2a; border-radius: 4px; }
::-webkit-scrollbar-thumb { background: #ffcc33; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #ffaa33; }
