/* community-shop 基础样式占位 (style.css)
 * 原引用仅 miner.html 使用。提供最小 reset，使页面不至于完全裸奔。
 * 如需完整样式，请在此扩展（不要删除基础 reset）。 */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", Arial, sans-serif;
  color: #222; background: #f7f7f8; line-height: 1.6;
}
a { color: #1976d2; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
