/* 全站首屏 critical reset — 原各页面 inline 重复块 */
@font-face { font-family: "Font Awesome 6 Free"; font-display: swap; }
@font-face { font-family: "Font Awesome 6 Brands"; font-display: swap; }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  line-height: 1.5;
  color: #333;
}
img { max-width: 100%; height: auto; display: block; }

/* 组件加载前占位，降低 CLS */
[data-include="header"] {
  min-height: 118px;
  contain: layout style;
}
@media (max-width: 768px) {
  [data-include="header"] { min-height: 96px; }
}
a { text-decoration: none; color: inherit; }
