body { margin: 0; background: #fbf6f4; font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #2a2a2a; font-size: 14px; font-weight: 300; letter-spacing: 1.5px; line-height: 1.9; }
  .crumb { font-size: 13px; color: #a35a4a; font-weight: 500; margin-bottom: 6px; }
  .crumb a { color: #a35a4a; text-decoration: none; }
  h1 { font-size: 22px; font-weight: 600; color: #c0392b; margin: 6px 0 6px; }
  .sub { font-size: 15px; font-weight: 500; color: #a87a6f; margin: 0 0 20px; }
  .card { background: #fff; border-radius: 14px; padding: 22px 26px; margin: 18px 0;
    border: 1px solid #f0e2dc; box-shadow: 0 2px 8px rgba(192,57,43,.05); }
  .sec { font-size: 18px; font-weight: 600; color: #2a2a2a; margin: 8px 0 14px;
    padding-left: 10px; border-left: 3px solid #c0392b; display: flex; align-items: center; }
  .sec span { font-size: 13px; color: #a87a6f; margin-left: 8px; font-weight: 400; }
  .ic { width: 36px; height: 36px; border-radius: 50%; background: #fdf0ec; color: #c0392b; display: flex; align-items: center; justify-content: center; font-size: 17px; margin-right: 10px; flex-shrink: 0; }
  h4 { font-size: 15px; font-weight: 500; color: #c0392b; margin: 16px 0 8px; }
  ol, ul { margin: 6px 0 12px; padding-left: 22px; }
  li { margin: 7px 0; }
  .em { color: #c0392b; font-weight: 500; }
  .story { background: #fdf6f2; border-left: 3px solid #c0392b; border-radius: 8px; padding: 12px 16px;
    margin: 12px 0; font-size: 14px; color: #333; }
  .story b { color: #c0392b; }
  .go { background: #fdecea; border: 1px solid #f0b8ae; border-radius: 10px; padding: 12px 16px;
    margin: 12px 0; font-size: 14px; }
  .go b { color: #c0392b; }
  .go i { color: #c0392b; margin-right: 6px; }
  .quote { font-size: 16px; color: #c0392b; font-weight: 500; text-align: center;
    margin: 24px 0 10px; padding: 12px 16px; background: #fdf0ec; border-radius: 10px; }
  .end { margin-top: 28px; padding: 16px 20px; background: #f5eeea; border-radius: 12px;
    font-size: 13px; color: #666; }
  .end i { color: #c0392b; margin-right: 6px; }
  ol li::before { content: counter(step); position: absolute; left: 0; top: 0;
    width: 24px; height: 24px; background: #c0392b; color: #fff; border-radius: 50%;
    font-size: 13px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
