    /* ===== 结果页 ===== */
    .result-page { min-height: 100vh; padding: 80px 20px 60px; position: relative; }
    .result-header { text-align: center; margin-bottom: 32px; }
    .result-header h2 { font-size: 24px; font-weight: 800; color: #eeeef8; margin-bottom: 6px; }
    .result-header p { font-size: 14px; color: #7777a0; }
    .result-grid { max-width: 560px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
    .result-card { background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.05) 100%); border: 1px solid rgba(255,255,255,0.18); border-radius: 16px; padding: 24px; transition: all 0.3s; cursor: pointer; position: relative; overflow: hidden; }
    .result-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, #667eea, #764ba2); opacity: 0; transition: opacity 0.3s; }
    .result-card:hover { border-color: color-mix(in srgb, #667eea 60%, transparent); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.4); }
    .result-card:hover::before { opacity: 1; }
    .rc-header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
    .rc-number { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; background: rgba(102,126,234,0.12); color: #a8b2ff; flex-shrink: 0; }
    .rc-name { font-size: 17px; font-weight: 700; color: #eeeef8; }
    .rc-reasons { margin-bottom: 14px; display: flex; flex-direction: column; gap: 4px; }
    .rc-reason { font-size: 13px; color: #9999b8; line-height: 1.5; padding-left: 16px; position: relative; }
    .rc-reason.warning::before { content: '⚠️'; position: absolute; left: -4px; }
    .rc-reason::before { content: '✅'; position: absolute; left: -4px; }
    .rc-meta { display: flex; gap: 12px; flex-wrap: wrap; padding: 12px 0; margin-bottom: 14px; border-top: 1px solid rgba(255,255,255,0.04); }
    .rc-meta-item { font-size: 12px; color: #7777a0; }
    .rc-meta-item strong { color: #a0a0b8; font-weight: 600; }
    .rc-cta { width: 100%; height: 44px; border: none; border-radius: 12px; font-size: 14px; font-weight: 700; color: white; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); cursor: pointer; transition: all 0.25s; }
    .rc-cta:hover { transform: translateY(-1px); opacity: 0.94; }
    .rc-footer { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
    .rc-compare-label { display: flex; align-items: center; gap: 4px; font-size: 12px; color: #7777a0; cursor: pointer; white-space: nowrap; user-select: none; }
    .rc-compare-label input { accent-color: #667eea; }
    .result-retry { text-align: center; margin-top: 20px; }
    .result-retry a { font-size: 13px; color: #555570; text-decoration: none; cursor: pointer; }
    .result-retry a:hover { color: #8888a8; }
    .result-loading { text-align: center; padding: 60px 0; }
    .result-loading .rl-spinner { font-size: 32px; margin-bottom: 12px; animation: spin 1.5s ease-in-out infinite; }
    .result-loading p { font-size: 14px; color: #7777a0; }
    .result-error { text-align: center; padding: 40px 0; }
    .result-error p { font-size: 14px; color: #f56c6c; margin-bottom: 16px; }
    .result-compare-bar { text-align: center; margin: -8px 0 16px; }

    /* ===== 我的方向 ===== */
    .mh-filter { display: flex; gap: 8px; justify-content: center; margin-bottom: 20px; }
    .mh-filter-tab { padding: 6px 16px; border-radius: 20px; font-size: 12px; cursor: pointer; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); color: #8888a8; transition: all 0.2s; }
    .mh-filter-tab.active { background: rgba(102,126,234,0.10); border-color: rgba(102,126,234,0.20); color: #a8b2ff; }
    .mh-card { background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.05) 100%); border: 1px solid rgba(255,255,255,0.18); border-radius: 14px; padding: 16px 20px; cursor: pointer; transition: all 0.3s; overflow: hidden; }
    .mh-card:hover { border-color: rgba(102,126,234,0.35); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
    .mh-card-header { display: flex; align-items: center; justify-content: space-between; }
    .mh-card-info { flex: 1; }
    .mh-card-summary { font-size: 14px; font-weight: 600; color: #ddddf0; margin-bottom: 2px; }
    .mh-card-date { font-size: 11px; color: #555570; }
    .mh-card-actions { display: flex; gap: 8px; }
    .mh-fav { font-size: 16px; cursor: pointer; opacity: 0.3; transition: opacity 0.2s; }
    .mh-fav.active { opacity: 1; }
    .mh-detail { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.04); }
    .mh-directions { margin-bottom: 10px; }
    .mh-dir-item { display: flex; justify-content: space-between; align-items: center; padding: 5px 0; font-size: 13px; }
    .mh-dir-name { color: #ddddf0; }
    .mh-dir-income { color: #7777a0; font-size: 12px; }
    .mh-reuse-btn { width: 100%; height: 36px; border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; font-size: 12px; background: rgba(255,255,255,0.03); color: #8888a8; cursor: pointer; transition: all 0.2s; }
    .mh-reuse-btn:hover { background: rgba(255,255,255,0.06); color: #ddddf0; }

    /* ===== 对比页 ===== */
    .compare-table-wrap { max-width: 800px; margin: 0 auto; overflow-x: auto; }
    .compare-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 13px; }
    .compare-table th, .compare-table td { padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.04); vertical-align: top; }
    .ct-label { font-weight: 600; color: #8888a8; white-space: nowrap; min-width: 80px; }
    .ct-header { text-align: center; min-width: 200px; }
    .ct-num { display: inline-flex; width: 24px; height: 24px; border-radius: 50%; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; background: rgba(102,126,234,0.12); color: #a8b2ff; margin-bottom: 4px; }
    .ct-name { font-size: 14px; font-weight: 700; color: #eeeef8; }
    .compare-table td { color: #9999b8; line-height: 1.6; }
    .ct-reason { margin-bottom: 2px; }
    .ct-reason.ct-warn { color: #e6a23c; }
    .report-section { padding: 20px 0; }

  .dir-quest-btn {
    position: relative;
    isolation: isolate;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    min-width: 180px;
    padding: 0 32px;
    border-radius: 9999px;
    border: 1px solid transparent;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 24px;
    cursor: pointer;
    white-space: nowrap;
    backdrop-filter: blur(1px);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
    transition: background-color 0.2s cubic-bezier(0.4,0,0.2,1), border-color 0.2s cubic-bezier(0.4,0,0.2,1), transform 0.25s cubic-bezier(0.4,0,0.2,1), box-shadow 0.25s cubic-bezier(0.4,0,0.2,1);
    gap: 6px;
    flex-shrink: 0;
  }
  .dir-quest-btn::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from var(--btn-border-angle),
      rgba(255,255,255,0.12),
      rgba(255,255,255,0.72),
      rgba(255,255,255,0.2),
      rgba(255,255,255,0.55),
      rgba(255,255,255,0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box exclude, linear-gradient(#fff 0 0) exclude;
    mask: linear-gradient(#fff 0 0) content-box exclude, linear-gradient(#fff 0 0) exclude;
    -webkit-mask-composite: exclude;
    mask-composite: exclude;
    z-index: -1;
    animation: btn-border-spin 3.2s linear infinite;
    pointer-events: none;
  }
  .dir-quest-btn:hover {
    background: linear-gradient(135deg, #667eea, #a855f7);
    border-color: transparent;
    box-shadow: 0 8px 25px -5px rgba(102,126,234,0.4), 0 4px 15px -3px rgba(168,85,247,0.25);
  }
  .dir-quest-btn:hover::before {
    background: conic-gradient(from var(--btn-border-angle),
      rgba(255,255,255,0.22),
      rgba(255,255,255,0.92),
      rgba(255,255,255,0.35),
      rgba(255,255,255,0.75),
      rgba(255,255,255,0.22));
  }

    .dir-quest-arrow {
      display: inline-block; overflow: hidden; vertical-align: middle;
      max-width: 0; opacity: 0; margin-left: -6px;
      font-size: 18px; font-weight: 900;
      transition: max-width 0.25s ease, opacity 0.2s ease, margin-left 0.25s ease;
    }
    .dir-quest-btn:hover .dir-quest-arrow {
      max-width: 24px; opacity: 1; margin-left: 0;
    }

