body { margin: 0; background: #f6f8fb; 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: #5a6d8c; font-weight: 500; margin-bottom: 6px; }
  .crumb a { color: #5a6d8c; text-decoration: none; }
  h1 { font-size: 22px; font-weight: 600; color: #3a5a8c; margin: 6px 0 6px; }
  .sub { font-size: 15px; font-weight: 500; color: #7d8aa0; margin: 0 0 20px; }
  .card { background: #fff; border-radius: 14px; padding: 22px 26px; margin: 18px 0;
    border: 1px solid #e6ebf2; box-shadow: 0 2px 8px rgba(58,90,140,.05); }
  .sec { font-size: 18px; font-weight: 600; color: #2a2a2a; margin: 8px 0 14px;
    padding-left: 10px; border-left: 3px solid #3a5a8c; display: flex; align-items: center; }
  .sec span { font-size: 13px; color: #7d8aa0; margin-left: 8px; font-weight: 400; }
  .ic { width: 36px; height: 36px; border-radius: 50%; background: #e8eef7; color: #3a5a8c; 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: #3a5a8c; margin: 16px 0 8px; }
  ul, ol { margin: 6px 0 12px; padding-left: 22px; }
  li { margin: 6px 0; }
  .em { color: #3a5a8c; font-weight: 500; }
  .fun { background: #eff4fb; border-left: 3px solid #3a5a8c; border-radius: 8px; padding: 12px 16px;
    margin: 12px 0; font-size: 14px; color: #333; }
  .fun b { color: #3a5a8c; }
  .fun i { color: #3a5a8c; margin-right: 6px; }
  .lvl { display: inline-block; padding: 2px 10px; border-radius: 10px; font-size: 12px;
    background: #fff0dd; color: #b5651d; margin-left: 6px; font-weight: 400; }
  .lvl.high { background: #fdecea; color: #c0392b; }
  .quote { font-size: 16px; color: #3a5a8c; font-weight: 500; text-align: center;
    margin: 24px 0 10px; padding: 12px 16px; background: #eff4fb; border-radius: 10px; }
  .end { margin-top: 28px; padding: 16px 20px; background: #eef1f6; border-radius: 12px;
    font-size: 13px; color: #666; }
  .end i { color: #3a5a8c; margin-right: 6px; }
  ol li::before { content: counter(step); position: absolute; left: 0; top: 0;
    width: 24px; height: 24px; background: #3a5a8c; color: #fff; border-radius: 50%;
    font-size: 13px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
