﻿/* 鍒嗘瀽宸ュ叿椤靛叡浜牱寮?*/
body.tool-page {
  font-family: 'Inter', "Microsoft YaHei", sans-serif;
  background: #f8fafc;
  overflow-x: hidden;
  --tool-shell-max: 80rem;
  --tool-shell-pad: 2rem;
  --tool-shell-offset: max(var(--tool-shell-pad), calc((100vw - var(--tool-shell-max)) / 2 + var(--tool-shell-pad)));
}
.tool-hero {
    background: linear-gradient(135deg, #0f172a 0%, #5c1520 50%, #0f172a 100%);
    padding: 8rem 0 4rem; color: #fff;
}
.tool-hero-inner {
  width: 100%; max-width: var(--tool-shell-max); margin: 0 auto;
  padding: 0 var(--tool-shell-pad); box-sizing: border-box;
}
.tool-badge {
    display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700;
    letter-spacing: 0.2em; text-transform: uppercase; color: var(--djq-brand-hot); margin-bottom: 1rem;
}
.tool-hero h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 900; line-height: 1.2; margin-bottom: 1rem; }
.tool-hero-lead { color: #94a3b8; font-size: 0.95rem; line-height: 1.75; max-width: 40rem; }
.tool-main {
  width: 100%; max-width: var(--tool-shell-max); margin: 0 auto;
  padding: 2rem var(--tool-shell-pad) 3rem; box-sizing: border-box;
}
.tool-card {
    background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; padding: 1.75rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04); margin-bottom: 1.5rem;
}
.tool-input-row { display: flex; gap: 10px; flex-wrap: wrap; }
.tool-input {
    flex: 1; min-width: 200px; padding: 12px 16px; border: 1px solid #e5e7eb;
    border-radius: 12px; font-size: 14px; outline: none; transition: border-color 0.2s;
}
.tool-input:focus { border-color: var(--djq-brand); box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.1); }
.tool-input:focus::placeholder,
.tool-input:focus::-webkit-input-placeholder,
.tool-input:focus::-moz-placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
.seo-suite-page .suite-input:focus::placeholder,
.seo-suite-page .suite-input:focus::-webkit-input-placeholder,
.seo-suite-page .suite-input:focus::-moz-placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
.tool-btn {
    padding: 12px 24px; background: var(--djq-brand); color: #fff; font-weight: 700; font-size: 13px;
    border: none; border-radius: 12px; cursor: pointer; transition: background 0.2s; white-space: nowrap;
}
.tool-btn:hover { background: var(--djq-brand-dark); }
.tool-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.tool-btn-secondary { background: #f1f5f9; color: #334155; }
.tool-btn-secondary:hover { background: #e2e8f0; }

.tool-steps { display: flex; gap: 8px; flex-wrap: wrap; margin: 1.5rem 0; }
.tool-step {
    flex: 1; min-width: 100px; padding: 10px; border-radius: 10px; background: #f8fafc;
    border: 1px solid #e5e7eb; text-align: center; font-size: 11px; font-weight: 600; color: #64748b;
}
.tool-step.active { border-color: var(--djq-brand); background: var(--djq-brand-soft); color: var(--djq-brand); }
.tool-step.done { border-color: #86efac; background: #ecfdf5; color: #059669; }
.tool-step.fail { border-color: #fca5a5; background: #fef2f2; color: #dc2626; }

.score-ring {
    width: 120px; height: 120px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    flex-direction: column; font-weight: 900; border: 6px solid;
}
.score-big { font-size: 2.5rem; line-height: 1; }
.dim-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
.dim-card { background: #f8fafc; border-radius: 12px; padding: 1rem; border: 1px solid #e5e7eb; }
.dim-card strong { font-size: 1.5rem; color: var(--djq-brand); }
.issue-list { list-style: none; padding: 0; margin: 0; }
.issue-list li {
    padding: 12px 14px; border-radius: 10px; margin-bottom: 8px; font-size: 13px;
    border-left: 4px solid;
}
.issue-critical { background: #fef2f2; border-color: #dc2626; }
.issue-high { background: #fff7ed; border-color: #ea580c; }
.issue-medium { background: #fffbeb; border-color: #d97706; }
.issue-low { background: #f0fdf4; border-color: #16a34a; }

.check-row {
    display: flex; align-items: flex-start; gap: 12px; padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}
.check-icon { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }
.check-ok { background: #dcfce7; color: #16a34a; }
.check-fail { background: #fee2e2; color: #dc2626; }

.matrix-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.matrix-table th { background: #f8fafc; padding: 10px; text-align: left; font-weight: 700; border-bottom: 2px solid #e5e7eb; }
.matrix-table td { padding: 10px; border-bottom: 1px solid #f1f5f9; vertical-align: top; }
.geo-tag { display: inline-block; padding: 2px 8px; background: #ede9fe; color: #6d28d9; border-radius: 6px; font-size: 10px; font-weight: 700; }
.priority-tag { display: inline-block; padding: 2px 8px; background: var(--djq-brand-line); color: var(--djq-brand-dark); border-radius: 6px; font-size: 10px; font-weight: 800; }
.matrix-keywords { color: #64748b; font-size: 11px; max-width: 220px; }

.schema-preview {
    background: #0f172a; color: #e2e8f0; padding: 1.25rem; border-radius: 12px;
    font-family: ui-monospace, monospace; font-size: 12px; line-height: 1.6;
    overflow-x: auto; white-space: pre-wrap; word-break: break-all;
}
.tool-label { display: block; font-size: 12px; font-weight: 700; color: #374151; margin-bottom: 6px; }
.tool-textarea { width: 100%; padding: 12px; border: 1px solid #e5e7eb; border-radius: 12px; font-size: 13px; min-height: 80px; resize: vertical; }
.tool-field { margin-bottom: 1rem; }
.tool-loading { text-align: center; padding: 2rem; color: #64748b; }
.tool-error { background: #fef2f2; color: #b91c1c; padding: 12px 16px; border-radius: 10px; font-size: 13px; margin-top: 1rem; line-height: 1.55; white-space: pre-wrap; word-break: break-word; }
.tool-toast-root {
  position: fixed; z-index: 9999; right: 16px; bottom: 16px;
  display: flex; flex-direction: column; gap: 8px; max-width: min(420px, calc(100vw - 32px));
  pointer-events: none;
}
.tool-toast {
  background: #0f172a; color: #f8fafc; font-size: 13px; line-height: 1.45;
  padding: 12px 14px; border-radius: 10px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.28);
  opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease;
  white-space: pre-wrap; word-break: break-word;
}
.tool-toast.is-visible { opacity: 1; transform: translateY(0); }
.tool-toast--success { background: #065f46; }
.tool-toast--error { background: #991b1b; }
.tool-toast--info { background: #0f172a; }
.seo-suite-page .suite-cancel-btn {
  flex-shrink: 0; margin-left: 0; white-space: nowrap;
}
.seo-suite-page .suite-cancel-btn.hidden { display: none !important; }
.hidden { display: none !important; }

/* 宸ュ叿椤佃惀閿€浠嬬粛鍖哄潡 */
.tool-hero-pills {
    display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.25rem;
}
.tool-hero-pills span {
    font-size: 11px; font-weight: 600; color: #cbd5e1; background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12); padding: 6px 12px; border-radius: 999px;
}
.tool-intro-wrap {
  width: 100%; max-width: var(--tool-shell-max); margin: 0 auto;
  padding: 0 var(--tool-shell-pad) 4rem; box-sizing: border-box;
}
.tool-intro-section {
    background: #fff; border: 1px solid #e5e7eb; border-radius: 20px;
    padding: 2rem 1.75rem; margin-bottom: 1.5rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.03);
}
.tool-intro-section--alt { background: #f8fafc; }
.tool-intro-section--dark {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-color: #334155; color: #e2e8f0;
}
.tool-intro-section--dark .tool-intro-label { color: var(--djq-brand-hot); }
.tool-intro-section--dark h2 { color: #f8fafc; }
.tool-intro-section--dark .tool-intro-head > p { color: #94a3b8; }
.tool-intro-section--dark .tool-intro-card {
    background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1);
}
.tool-intro-section--dark .tool-intro-card h3 { color: #f1f5f9; }
.tool-intro-section--dark .tool-intro-card p { color: #94a3b8; }
.tool-intro-head { margin-bottom: 1.5rem; max-width: 48rem; }
.tool-intro-label {
    display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: 0.15em;
    text-transform: uppercase; color: var(--djq-brand); margin-bottom: 0.5rem;
}
.tool-intro-head h2 { font-size: 1.35rem; font-weight: 800; color: #0f172a; margin-bottom: 0.5rem; line-height: 1.3; }
.tool-intro-head > p { font-size: 0.9rem; color: #64748b; line-height: 1.7; }
.tool-intro-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px;
}
.tool-intro-card {
    background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 14px; padding: 1.1rem 1.25rem;
}
.tool-intro-weight {
    font-size: 10px; font-weight: 800; color: var(--djq-brand); letter-spacing: 0.08em; margin-bottom: 0.35rem;
}
.tool-intro-card h3 { font-size: 0.95rem; font-weight: 700; color: #111827; margin-bottom: 0.35rem; }
.tool-intro-meta { font-size: 11px; color: #6b7280; margin-bottom: 0.35rem !important; }
.tool-intro-card p { font-size: 12px; color: #64748b; line-height: 1.6; margin: 0; }
.tool-score-bands { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.tool-score-band {
    background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 1rem;
}
.tool-score-band strong { display: block; font-size: 13px; color: #0f172a; margin-bottom: 0.25rem; }
.tool-score-band span { font-size: 12px; color: #64748b; }
.tool-sample-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.tool-sample-card {
    border: 1px solid #e5e7eb; border-radius: 14px; padding: 1.25rem; background: #fff;
}
.tool-sample-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.35rem; }
.tool-sample-top span:first-child { font-weight: 700; font-size: 13px; color: #111827; }
.tool-sample-score {
    font-size: 1.5rem; font-weight: 900; color: var(--djq-brand); background: var(--djq-brand-soft);
    width: 2.5rem; height: 2.5rem; border-radius: 10px; display: flex; align-items: center; justify-content: center;
}
.tool-sample-band { font-size: 11px; font-weight: 700; color: #6b7280; margin-bottom: 0.5rem; }
.tool-sample-card > p { font-size: 12px; color: #64748b; line-height: 1.6; margin-bottom: 0.5rem; }
.tool-sample-tags { color: var(--djq-brand) !important; font-weight: 600; }
.tool-sample-fix { color: #059669 !important; }
.tool-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}
.tool-flow-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
}
.tool-flow-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--djq-brand), #14b8a6);
}
.tool-flow-card strong {
    display: block;
    color: #0f172a;
    font-size: 0.92rem;
    margin-bottom: 0.4rem;
}
.tool-flow-card p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.65;
}

/* 涓€绔欏紡 SEO 妫€娴嬫姤鍛?*/
.seo-report { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 1.5rem; }
.seo-report-head { border-bottom: 1px solid #e5e7eb; padding-bottom: 1rem; margin-bottom: 1.25rem; }
.seo-report-brand { font-size: 10px; font-weight: 800; letter-spacing: 0.15em; color: var(--djq-brand); text-transform: uppercase; }
.seo-report-head h2 { font-size: 1.35rem; font-weight: 900; margin: 0.5rem 0 0.25rem; color: #0f172a; }
.seo-report-url, .seo-report-time { font-size: 12px; color: #64748b; margin: 0.15rem 0; word-break: break-all; }
.seo-report-score { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; margin-bottom: 1.5rem; }
.seo-score-ring {
  width: 88px; height: 88px; border-radius: 50%; border: 6px solid var(--djq-brand);
  display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0;
}
.seo-score-num { font-size: 1.75rem; font-weight: 900; line-height: 1; }
.seo-score-sub { font-size: 10px; color: #94a3b8; }
.seo-report-block { margin-bottom: 1.25rem; }
.seo-report-block h3 { font-size: 0.95rem; font-weight: 800; color: #111827; margin-bottom: 0.6rem; }
.seo-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.seo-table th, .seo-table td { border: 1px solid #e5e7eb; padding: 8px 10px; text-align: left; vertical-align: top; }
.seo-table th { background: #f8fafc; width: 28%; font-weight: 700; color: #475569; }
.seo-outline { list-style: none; padding: 0; margin: 0; font-size: 12px; }
.seo-outline li { padding: 4px 0; border-bottom: 1px dashed #f1f5f9; color: #374151; }
.seo-h1 { font-weight: 800; }
.seo-h2 { padding-left: 12px; }
.seo-h3 { padding-left: 24px; }
.seo-h4, .seo-h5, .seo-h6 { padding-left: 36px; color: #64748b; }
.seo-issue-list { list-style: none; padding: 0; margin: 0; font-size: 12px; }
.seo-issue-list li { padding: 10px 12px; border-radius: 10px; margin-bottom: 8px; background: #f8fafc; border-left: 3px solid #94a3b8; }
.seo-issue-critical { border-left-color: #dc2626 !important; background: #fef2f2 !important; }
.seo-issue-high { border-left-color: #ea580c !important; }
.seo-issue-medium { border-left-color: #d97706 !important; }
.seo-muted { font-size: 12px; color: #94a3b8; }
.seo-warn { font-size: 12px; color: #b45309; margin-bottom: 0.5rem; }
.seo-report-foot { font-size: 10px; color: #94a3b8; text-align: center; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #e5e7eb; }
.seo-export-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 1rem; }
.seo-btn-ghost {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px;
  border: 1px solid #cbd5e1; border-radius: 10px; background: #fff; font-size: 12px; font-weight: 700; color: #475569; cursor: pointer;
}
.seo-btn-ghost:hover { border-color: var(--djq-brand); color: var(--djq-brand); }
.td-icon-teal { background: #ccfbf1; color: #0d9488; }
.seo-dim-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }
.seo-dim-card { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; padding: 12px; text-align: left; }
.seo-dim-label { font-size: 10px; color: #64748b; margin-bottom: 6px; text-align: center; }
.seo-dim-score { font-size: 1.5rem; font-weight: 900; color: var(--djq-brand); text-align: center; }
.seo-dim-meta { font-size: 10px; color: #94a3b8; text-align: center; margin-bottom: 8px; }
.seo-dim-checks { list-style: none; padding: 0; margin: 8px 0 0; font-size: 11px; max-height: 200px; overflow-y: auto; }
.seo-dim-checks li { display: grid; grid-template-columns: 18px 1fr auto; gap: 4px 6px; padding: 4px 0; border-top: 1px solid #e5e7eb; align-items: start; }
.seo-dim-checks li:first-child { border-top: none; }
.seo-dim-check-icon { font-weight: 700; }
.seo-dim-check-pass .seo-dim-check-icon { color: #16a34a; }
.seo-dim-check-fail .seo-dim-check-icon { color: #ea580c; }
.seo-dim-check-crit .seo-dim-check-icon { color: #dc2626; }
.seo-dim-check-title { font-weight: 600; color: #334155; }
.seo-dim-check-score { color: #64748b; font-size: 10px; }
.seo-dim-check-detail { grid-column: 2 / -1; color: #94a3b8; font-size: 10px; }
.seo-evidence { margin-top: 4px; }
.seo-evidence > summary {
  cursor: pointer; color: #64748b; font-size: 10px; font-weight: 600; list-style: none;
}
.seo-evidence > summary::-webkit-details-marker { display: none; }
.seo-evidence[open] > summary { color: #0f766e; }
.seo-evidence-table { margin-top: 4px; font-size: 10px; }
.seo-evidence-list { margin: 4px 0 0; padding-left: 1.1em; color: #64748b; }
.seo-exec-summary {
  margin: 0 0 16px; padding: 16px 18px; border: 1px solid #e2e8f0; border-radius: 12px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.seo-exec-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.seo-exec-head h3 { margin: 0; font-size: 15px; color: #0f172a; }
.seo-exec-conclusion { margin: 0 0 12px; color: #334155; font-size: 14px; line-height: 1.55; }
.seo-exec-metrics {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 8px;
}
.seo-exec-metric {
  padding: 10px 12px; border-radius: 10px; background: #f1f5f9; border: 1px solid #e2e8f0;
}
.seo-exec-metric span { display: block; font-size: 11px; color: #64748b; margin-bottom: 4px; }
.seo-exec-metric strong { font-size: 18px; color: #0f172a; }
.seo-exec-metric--p0 { border-color: #fecaca; background: #fef2f2; }
.seo-exec-metric--p0 strong { color: #b91c1c; }
.seo-exec-metric--p1 { border-color: #fed7aa; background: #fff7ed; }
.seo-exec-metric--p1 strong { color: #c2410c; }
.seo-exec-metric--p2 { border-color: #e2e8f0; }
.seo-tag--ok { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.seo-tag--warn { background: #fffbeb; color: #b45309; border: 1px solid #fde68a; }
.seo-llms-block { margin-top: 10px; padding-top: 8px; border-top: 1px dashed #e2e8f0; }
.seo-traffic-block .seo-warn { margin-top: 10px; font-size: 12px; }
.seo-traffic-measured { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(15, 23, 42, 0.08); }
.seo-comp-block .seo-history-issues { margin-top: 12px; }
.seo-comp-block--multi .seo-comp-one { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(15, 23, 42, 0.08); }
.seo-comp-vs-head { margin: 0 0 8px; }
.seo-comp-primary-row td { font-weight: 600; }
.suite-competitor-field { margin-top: 10px; }
.suite-field-hint { margin: 6px 0 0; font-size: 12px; color: #64748b; line-height: 1.45; }
.seo-snapshot-expired { text-align: center; padding: 28px 16px; }
.seo-snapshot-expired .seo-btn-primary {
  margin-top: 8px; padding: 10px 18px; border-radius: 8px; border: 0;
  background: #0f766e; color: #fff; font-weight: 600; cursor: pointer;
}
.seo-sub-scores { font-size: 12px; color: #475569; margin-top: 8px; }
.seo-priority-list { list-style: none; padding: 0; margin: 8px 0 0; font-size: 12px; color: var(--djq-brand); }
.seo-priority-list li { padding: 2px 0; }
.seo-robots-preview { font-size: 10px; background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 8px; padding: 10px; margin-top: 8px; white-space: pre-wrap; word-break: break-all; max-height: 120px; overflow: auto; }

/* 澧為暱浣撴铻嶅悎 鈥?verdict / 鏂规璺敱 / 椤甸潰琛?*/
.seo-growth-verdict {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-start;
  padding: 1.25rem; border-radius: 14px; margin-bottom: 1.25rem; border: 1px solid #e5e7eb;
}
.seo-growth-verdict.band-strong { background: linear-gradient(135deg, #ecfdf5, #f0fdf4); border-color: #86efac; }
.seo-growth-verdict.band-good { background: linear-gradient(135deg, var(--djq-brand-soft), #f8fafc); border-color: var(--djq-brand-mute); }
.seo-growth-verdict.band-fair { background: linear-gradient(135deg, #fffbeb, #fefce8); border-color: #fcd34d; }
.seo-growth-verdict.band-poor { background: linear-gradient(135deg, #fff7ed, #fef2f2); border-color: #fdba74; }
.seo-growth-verdict.band-critical { background: linear-gradient(135deg, #fef2f2, #fff1f2); border-color: #fca5a5; }
.seo-growth-verdict-score { font-size: 2.5rem; font-weight: 900; line-height: 1; color: #0f172a; min-width: 100px; }
.seo-growth-verdict-score small { display: block; font-size: 11px; font-weight: 700; color: #64748b; margin-top: 4px; }
.seo-growth-verdict-body { flex: 1; min-width: 200px; }
.seo-growth-type { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--djq-brand); margin: 0 0 6px; }
.seo-growth-verdict-text { font-size: 14px; font-weight: 600; color: #111827; margin: 0 0 6px; line-height: 1.55; }
.seo-confidence-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 8px; }
.seo-confidence { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; border: 1px solid transparent; }
.seo-confidence--high { background: #ecfdf5; color: #047857; border-color: #6ee7b7; }
.seo-confidence--medium { background: var(--djq-brand-soft); color: var(--djq-brand-dark); border-color: var(--djq-brand-mute); }
.seo-confidence--low { background: #fff7ed; color: #c2410c; border-color: #fdba74; }
.seo-confidence--none { background: #fef2f2; color: #b91c1c; border-color: #fca5a5; }
.seo-history-trend { font-size: 13px; font-weight: 600; margin-top: 8px; }
.seo-trend-up { color: #047857; }
.seo-trend-down { color: #b91c1c; }
.seo-trend-flat { color: #64748b; }
.seo-spark { display: flex; align-items: flex-end; gap: 4px; height: 52px; margin: 12px 0 16px; padding: 0 2px; }
.seo-spark-bar { flex: 1; min-width: 6px; max-width: 28px; background: linear-gradient(180deg, var(--djq-brand-hot), var(--djq-brand-dark)); border-radius: 3px 3px 0 0; opacity: 0.85; }
.seo-history-issues { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 14px; }
.seo-history-issues strong { display: block; font-size: 12px; margin-bottom: 6px; color: #0f172a; }
.seo-history-issues .seo-issue-list { margin: 0; padding-left: 1.1rem; font-size: 12px; color: #475569; line-height: 1.55; }
.seo-services-table .seo-svc-on td:first-child { color: #047857; font-weight: 600; }
.seo-services-table .seo-svc-off td:first-child { color: #64748b; }
.seo-tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.seo-tag { font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: #fff; border: 1px solid #cbd5e1; color: #475569; }
.seo-summary-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; margin-bottom: 1.25rem; }
.seo-summary-panel { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; padding: 1rem; }
.seo-summary-panel h3 { font-size: 13px; font-weight: 800; margin: 0 0 8px; color: #111827; }
.seo-summary-panel ul { margin: 0; padding-left: 1.1rem; font-size: 12px; color: #475569; line-height: 1.65; }
.seo-pillar-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; margin-bottom: 1.25rem; }
.seo-pillar-card { background: #0f172a; color: #fff; border-radius: 12px; padding: 14px; text-align: center; }
.seo-pillar-card span { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; color: #94a3b8; margin-bottom: 4px; }
.seo-pillar-card strong { font-size: 1.75rem; font-weight: 900; }
.seo-asset-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 8px; }
.seo-asset { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 10px; padding: 10px; text-align: center; }
.seo-asset span { display: block; font-size: 10px; color: #64748b; margin-bottom: 4px; }
.seo-asset strong { font-size: 1.25rem; font-weight: 900; color: var(--djq-brand); }
.seo-table-wrap { overflow-x: auto; }
.seo-pages-table td:first-child { max-width: 220px; word-break: break-all; font-size: 11px; }
.seo-serp-preview { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 12px; max-width: 520px; }
.seo-serp-url { font-size: 11px; color: #059669; margin-bottom: 2px; }
.seo-serp-title { font-size: 16px; color: #1a0dab; font-weight: 600; margin-bottom: 4px; line-height: 1.3; }
.seo-serp-desc { font-size: 12px; color: #4b5563; line-height: 1.5; }
.seo-service-routing { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 14px; padding: 1.25rem !important; }
.seo-routing-headline { font-weight: 800; color: #111827; margin-bottom: 6px; }
.seo-service-path-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; margin-top: 12px; }
.seo-service-path { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 1rem; }
.seo-service-path.recommended { border-color: var(--djq-brand); box-shadow: 0 0 0 1px rgba(200, 16, 46, 0.15); }
.seo-service-path-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; margin-bottom: 8px; }
.seo-service-path-head h4 { font-size: 13px; font-weight: 800; margin: 0; color: #111827; }
.seo-service-badge { font-size: 10px; font-weight: 800; padding: 3px 8px; border-radius: 999px; background: var(--djq-brand); color: #fff; white-space: nowrap; }
.seo-service-path p { font-size: 12px; color: #64748b; margin: 0 0 8px; line-height: 1.6; }
.seo-service-path ul { margin: 0 0 10px; padding-left: 1.1rem; font-size: 11px; color: #475569; }
.seo-service-link { font-size: 12px; font-weight: 700; color: var(--djq-brand); text-decoration: none; }
.seo-service-link:hover { text-decoration: underline; }
.tool-range-row { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 12px; color: #64748b; }
.tool-range-row input[type=range] { flex: 1; max-width: 280px; }
.tool-sample-hint { font-size: 12px; color: #64748b; margin-bottom: 1rem; }
.tool-sample-card.band-poor { border-left: 4px solid #ea580c; }
.tool-sample-card.band-good { border-left: 4px solid var(--djq-brand); }
.tool-sample-card.band-strong { border-left: 4px solid #16a34a; }

/* 鈹€鈹€ SEO Suite 涓撳睘 UX 鈹€鈹€ */
.seo-suite-page .tool-hero { padding-bottom: 5rem; }
.seo-suite-page .suite-workbench {
  width: 100%; max-width: var(--tool-shell-max); margin: -3rem auto 0;
  padding: 0 var(--tool-shell-pad) 3rem; box-sizing: border-box;
  display: flex; flex-direction: column; gap: 1.25rem; align-items: stretch;
}
.seo-suite-page .suite-panel--form {
  position: static; width: 100%; max-width: none;
}
.seo-suite-page .suite-panel--main { width: 100%; }
.seo-suite-page .suite-result-zone { width: 100%; order: 3; }
.seo-suite-page .suite-panel--form { order: 1; }
.seo-suite-page .suite-panel--main { order: 2; }
.seo-suite-page.has-result .suite-panel--main { display: none; }
.seo-suite-page .suite-form-card {
  border: 1px solid #e2e8f0; box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  padding: 1rem 1.25rem; margin-bottom: 0;
}
.seo-suite-page .suite-form-head {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px;
  margin-bottom: 0.75rem; padding-bottom: 0.75rem; border-bottom: 1px solid #f1f5f9;
}
.seo-suite-page .suite-form-head h2 {
  font-size: 1rem; font-weight: 800; color: #0f172a; margin: 0; flex: 1; min-width: 160px;
}
.seo-suite-page .suite-form-sub {
  flex: 1 1 100%; font-size: 11px; color: #94a3b8; line-height: 1.5; margin: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.seo-suite-page .suite-form-actions {
  display: flex; flex-direction: column; align-items: stretch; gap: 12px;
}
.seo-suite-page .suite-input-wrap { flex: none; width: 100%; min-width: 0; margin: 0; }
.seo-suite-page .suite-input-wrap .tool-input-row {
  display: flex; align-items: center; flex-wrap: nowrap; gap: 10px;
}
.seo-suite-page .suite-form-settings {
  display: flex; align-items: flex-start; gap: 16px 24px; width: 100%;
}
.seo-suite-page .suite-form-settings-main {
  flex: 1 1 auto; min-width: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.seo-suite-page .suite-range-stack {
  flex: 0 0 220px; width: 220px; min-width: 180px; margin: 0;
  display: flex; flex-direction: column; gap: 12px; align-self: flex-start;
}
.seo-suite-page .suite-range-block {
  flex: 0 0 auto; width: 100%; margin: 0; padding: 0; border: none; min-width: 0;
}
.seo-suite-page .suite-fields-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 12px 16px;
  width: 60%;
  max-width: 60%;
  min-width: 0;
}
.seo-suite-page .suite-field-block {
  margin: 0; padding: 0; border: none; min-width: 0;
}
.seo-suite-page .suite-field-block .suite-input,
.seo-suite-page .suite-field-block select.suite-input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 12px !important;
}
.seo-suite-page .suite-form-foot {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 8px 12px; margin-top: 0.65rem; padding-top: 0.65rem; border-top: 1px dashed #e2e8f0;
}
.seo-suite-page .suite-free-badge {
  display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: #059669; background: #ecfdf5; border: 1px solid #86efac;
  padding: 3px 10px; border-radius: 999px;
}
.seo-suite-page .suite-input-label { display: block; font-size: 10px; font-weight: 700; color: #64748b; margin-bottom: 4px; }
.seo-suite-page .suite-input-icon-wrap { position: relative; flex: 0 0 240px; min-width: 200px; max-width: 280px; }
.seo-suite-page .suite-input-icon {
  position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; color: #94a3b8; pointer-events: none;
}
.seo-suite-page .suite-input { padding-left: 40px !important; padding-top: 10px; padding-bottom: 10px; }
.seo-suite-page .suite-submit-btn { min-width: 96px; flex-shrink: 0; }
.seo-suite-page .suite-range-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; font-size: 11px; color: #475569; }
.seo-suite-page .suite-range-val strong { font-size: 1rem; color: var(--djq-brand); }
.seo-suite-page .suite-range-block input[type=range] { width: 100%; accent-color: var(--djq-brand); height: 4px; }
.seo-suite-page .suite-option-row { flex: none; width: 100%; min-width: 0; }
.seo-suite-page .suite-check-label {
  display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: #475569; cursor: pointer; line-height: 1.45;
}
.seo-suite-page .suite-check-label input { margin-top: 2px; accent-color: var(--djq-brand); }
.seo-suite-page .suite-signal-chips { display: flex; flex-wrap: wrap; gap: 5px; margin: 0; }
.seo-suite-page .suite-signal-chips span {
  font-size: 10px; font-weight: 600; color: #64748b; background: #f8fafc;
  border: 1px solid #e2e8f0; padding: 3px 8px; border-radius: 999px;
}
.seo-suite-page .suite-progress {
  flex: 1 1 auto; min-width: 280px; margin: 0 0 0 4px; padding: 0; border: none;
  display: flex; align-items: center; gap: 10px; flex-wrap: nowrap; overflow: visible;
  justify-content: flex-start;
}
.seo-suite-page .suite-status {
  font-size: 10px; font-weight: 700; color: var(--djq-brand); margin: 0; min-height: 0;
  white-space: nowrap; flex: 0 0 auto; overflow: visible;
}
.seo-suite-page .suite-flow-track {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 5px; flex: 1 1 auto; min-width: 0; justify-content: flex-start;
}
.seo-suite-page .suite-flow-step {
  display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; color: #94a3b8;
  padding: 5px 10px; border-radius: 999px; background: #f8fafc; border: 1px solid #e2e8f0;
  white-space: nowrap;
}
.seo-suite-page .suite-flow-step .step-num {
  width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800; background: #e2e8f0; color: #64748b; flex-shrink: 0;
}
.seo-suite-page .suite-flow-step.active { color: var(--djq-brand); background: var(--djq-brand-soft); border-color: var(--djq-brand-line); }
.seo-suite-page .suite-flow-step.active .step-num { background: var(--djq-brand); color: #fff; animation: suite-pulse 1.2s ease infinite; }
.seo-suite-page .suite-flow-step.done { color: #059669; background: #ecfdf5; border-color: #bbf7d0; }
.seo-suite-page .suite-flow-step.done .step-num { background: #059669; color: #fff; }
.seo-suite-page .suite-flow-step.fail { color: #dc2626; background: #fef2f2; border-color: #fecaca; }
@keyframes suite-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(200, 16, 46, 0.35); } 50% { box-shadow: 0 0 0 6px rgba(200, 16, 46, 0); } }
.seo-suite-page .suite-trust-note {
  display: flex; align-items: center; gap: 6px; font-size: 10px; color: #94a3b8;
  line-height: 1.4; margin: 0; flex-shrink: 0;
}
.seo-suite-page .suite-trust-note svg { flex-shrink: 0; color: #94a3b8; }
.seo-suite-page .suite-section-head { margin-bottom: 1.25rem; }
.seo-suite-page .suite-section-head h2 { font-size: 1.2rem; font-weight: 800; color: #0f172a; margin: 0.35rem 0; }
.seo-suite-page .suite-section-head p { font-size: 13px; color: #64748b; margin: 0; line-height: 1.6; }
.seo-suite-page .suite-sample-card { min-height: 320px; }
.seo-suite-page .suite-result-toolbar {
  position: sticky; top: 5rem; z-index: 20;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
  background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px);
  border: 1px solid #e2e8f0; border-radius: 14px; padding: 12px 16px; margin-bottom: 10px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.seo-suite-page .suite-report-nav {
  display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; padding: 10px 14px;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
}
.seo-suite-page .suite-result-zone #seo-report-wrap .seo-report {
  width: 100%; max-width: none;
}

.seo-suite-page .suite-result-label { font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--djq-brand); display: block; }
.seo-suite-page .suite-result-host { font-size: 14px; font-weight: 700; color: #0f172a; }
.seo-suite-page .suite-result-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.seo-btn-primary {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px;
  border: none; border-radius: 10px; background: var(--djq-brand); font-size: 12px; font-weight: 700; color: #fff; cursor: pointer;
}
.seo-btn-primary:hover:not(:disabled) { background: var(--djq-brand-dark); }
.seo-btn-primary:disabled { opacity: 0.5; cursor: not-allowed; }
.seo-suite-page .seo-btn-ghost { background: #fff; }
.seo-suite-page .suite-report-nav a {
  font-size: 11px; font-weight: 600; color: #475569; text-decoration: none;
  padding: 5px 10px; border-radius: 999px; background: #f8fafc; border: 1px solid #e2e8f0;
  transition: all 0.15s;
}
.seo-suite-page .suite-report-nav a:hover { color: var(--djq-brand); border-color: var(--djq-brand-mute); background: var(--djq-brand-soft); }
.seo-suite-page.has-result .tool-intro-wrap { opacity: 0.55; }
.seo-report-block--collapsible { border: 1px solid #e5e7eb; border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.seo-report-block--collapsible > summary {
  list-style: none; cursor: pointer; padding: 12px 14px; font-size: 0.95rem; font-weight: 800;
  color: #111827; background: #f8fafc; display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.seo-report-block--collapsible > summary::-webkit-details-marker { display: none; }
.seo-report-block--collapsible > summary::after { content: '+'; font-size: 1rem; color: #94a3b8; font-weight: 400; }
.seo-report-block--collapsible[open] > summary::after { content: '\2212'; }
.seo-report-block--collapsible > summary:hover { background: #f1f5f9; }
.seo-report-block--collapsible .seo-block-body { padding: 8px 14px 14px; }
.seo-report-block--collapsible .seo-block-body > * + * { margin-top: 8px; }
.seo-report-block--open > summary { border-bottom: 1px solid #e5e7eb; }
.seo-topic-highlight {
  margin: 0 0 1rem;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--djq-brand-line);
  background: var(--djq-brand-soft);
  color: var(--djq-brand-dark);
  font-size: 13px;
  line-height: 1.5;
}
.seo-topic-highlight a.seo-topic-jump {
  color: var(--djq-brand);
  font-weight: 700;
  text-decoration: underline;
  margin-left: 4px;
}
.seo-topic-highlight a.seo-topic-jump:hover { color: var(--djq-brand-dark); }
.seo-dim-sub { font-size: 11px; color: #64748b; margin: 2px 0 6px; line-height: 1.35; }
.seo-subh { font-size: 13px; font-weight: 800; color: #0f172a; margin: 12px 0 6px; }
.seo-check-ok td:last-child { color: #059669; font-weight: 700; }
.seo-check-warn td:last-child { color: #d97706; font-weight: 700; }
.seo-check-bad td:last-child { color: #dc2626; font-weight: 700; }
.seo-suite-page .suite-elapsed {
  font-size: 11px; color: #64748b; margin: 4px 0 0; font-variant-numeric: tabular-nums;
}
.seo-suite-page .suite-elapsed strong { color: var(--djq-brand); font-weight: 700; }
.seo-data-scope {
  margin: 0 0 1rem; padding: 12px 14px; border-radius: 12px;
  background: #f8fafc; border: 1px solid #e2e8f0; font-size: 12px; color: #475569; line-height: 1.55;
}
.seo-api-matrix {
  margin: 0 0 1rem; padding: 12px 14px; border-radius: 12px;
  background: #fff; border: 1px solid #e2e8f0;
}
.seo-api-matrix strong { display: block; font-size: 12px; color: #0f172a; margin-bottom: 8px; }
.seo-api-chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 6px; }
.seo-api-chip {
  font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 999px; border: 1px solid transparent;
}
.seo-api-chip--on { background: #ecfdf5; color: #047857; border-color: #a7f3d0; }
.seo-api-chip--off { background: #f8fafc; color: #64748b; border-color: #e2e8f0; }
.seo-suite-page.snapshot-readonly .suite-panel--form { opacity: 0.72; }
.seo-suite-page.snapshot-readonly .suite-panel--form input,
.seo-suite-page.snapshot-readonly .suite-panel--form select,
.seo-suite-page.snapshot-readonly .suite-panel--form textarea,
.seo-suite-page.snapshot-readonly .suite-panel--form button:not(#rerun-audit-btn) {
  pointer-events: none; opacity: 0.7;
}
.seo-suite-page.snapshot-readonly .suite-submit-btn { pointer-events: none; opacity: 0.55; }
.seo-snapshot-banner {
  margin: 0 0 12px; padding: 10px 14px; border-radius: 10px;
  background: var(--djq-brand-soft); border: 1px solid var(--djq-brand-line); color: var(--djq-brand-dark); font-size: 12px; font-weight: 600;
}
.seo-data-scope strong { color: #0f172a; }
.seo-data-scope ul { margin: 6px 0 0; padding-left: 1.1rem; }
.seo-data-scope li { margin: 2px 0; }
.seo-priority-list a.seo-action-link {
  color: var(--djq-brand); text-decoration: none; font-weight: 600; margin-left: 6px; font-size: 12px;
}
.seo-priority-list a.seo-action-link:hover { text-decoration: underline; }
.seo-suite-page .suite-result-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.seo-suite-page .suite-submit-btn.is-loading { opacity: 0.85; pointer-events: none; position: relative; }
.seo-suite-page .suite-submit-btn.is-loading::after {
  content: ''; width: 14px; height: 14px; margin-left: 8px;
  border: 2px solid rgba(255,255,255,0.35); border-top-color: #fff; border-radius: 50%;
  display: inline-block; vertical-align: middle; animation: suite-spin 0.7s linear infinite;
}
@keyframes suite-spin { to { transform: rotate(360deg); } }

@media (max-width: 960px) {
  .seo-suite-page .suite-workbench { margin-top: -2rem; }
  .seo-suite-page .suite-form-actions { flex-direction: column; align-items: stretch; }
  .seo-suite-page .suite-input-wrap .tool-input-row { flex-wrap: wrap; align-items: center; }
  .seo-suite-page .suite-input-icon-wrap { flex: 1 1 100%; max-width: none; }
  .seo-suite-page .suite-submit-btn { flex: 0 0 auto; }
  .seo-suite-page .suite-progress { flex: 1 1 100%; order: 3; min-width: 0; margin-left: 0; }
  .seo-suite-page .suite-form-settings { flex-direction: column; align-items: stretch; }
  .seo-suite-page .suite-range-stack { flex: 1 1 auto; width: 100%; min-width: 0; order: -1; }
  .seo-suite-page .suite-range-block { flex: 1 1 auto; width: 100%; }
  .seo-suite-page .suite-fields-row { width: 100%; max-width: 100%; flex: 1 1 auto; grid-template-columns: 1fr; }
  .seo-suite-page .suite-form-sub { white-space: normal; }
  .seo-suite-page .suite-result-toolbar { top: 4.5rem; }
}


/* PDF 专用导出（A4 固定页 794×1123px，逐页渲染，兼容 html2pdf） */
#seo-pdf-mount {
  position: fixed; top: 0; left: 0; width: 794px;
  opacity: 0; pointer-events: none; z-index: -1; overflow: visible;
}
.seo-pdf-doc {
  width: 794px; background: #fff; color: #152033;
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px; line-height: 1.5;
}
.seo-pdf-doc * { box-sizing: border-box; }

.pdf-page {
  width: 794px; height: 1123px; padding: 22px 32px 36px;
  overflow: hidden; background: #fff;
}
.pdf-page--cover { background: #fbf9f6; padding-bottom: 24px; }

.pdf-layout-table { width: 100%; border-collapse: collapse; border-spacing: 0; table-layout: fixed; }
.pdf-layout-table td { vertical-align: top; padding: 0; }

.pdf-sheet-hd { padding: 0 0 8px; border-bottom: 1px solid #e8e8e8; margin-bottom: 10px; }
.pdf-brand-mark { font-size: 11px; font-weight: 900; color: #f26522; letter-spacing: 0.04em; }
.pdf-sheet-hd-right { text-align: right; font-size: 9px; font-weight: 700; color: #94a3b8; letter-spacing: 0.08em; vertical-align: middle; }

.pdf-sec-code { font-size: 10px; font-weight: 800; color: #f26522; letter-spacing: 0.06em; margin-bottom: 4px; }
.pdf-sec-title { font-size: 20px; font-weight: 900; color: #152033; margin: 0 0 6px; line-height: 1.2; }
.pdf-sec-intro {
  background: #fff5ed; border-radius: 8px; padding: 6px 10px; margin-bottom: 8px;
  font-size: 10px; color: #9a3412; line-height: 1.5;
}

.pdf-cover-body { padding: 4px 0 0; }
.pdf-cover-brand-row { margin-bottom: 12px; }
.pdf-cover-logo { display: inline-block; height: 26px; width: auto; vertical-align: middle; margin-right: 8px; }
.pdf-cover-lab { font-size: 11px; font-weight: 700; color: #475569; vertical-align: middle; }
.pdf-cover-kicker { font-size: 10px; font-weight: 800; color: #f26522; letter-spacing: 0.1em; margin-bottom: 6px; }
.pdf-cover-h1 { font-size: 26px; font-weight: 900; color: #152033; margin: 0 0 8px; line-height: 1.25; }
.pdf-cover-desc { font-size: 11px; color: #64748b; margin: 0 0 16px; line-height: 1.65; }

.pdf-score-hero {
  background: #152033; border-radius: 14px; padding: 18px 20px 14px; color: #fff; margin-bottom: 12px;
}
.pdf-score-hero-label { font-size: 10px; color: #94a3b8; margin-bottom: 4px; }
.pdf-score-hero-host { font-size: 20px; font-weight: 900; line-height: 1.2; margin-bottom: 2px; }
.pdf-score-hero-date { font-size: 10px; color: #64748b; }
.pdf-score-hero-left { width: 58%; vertical-align: top; }
.pdf-score-hero-right { width: 42%; text-align: right; vertical-align: top; }
.pdf-score-hero-num { font-size: 46px; font-weight: 900; color: #f26522; line-height: 1; margin: 2px 0; }
.pdf-score-hero-grade { font-size: 11px; color: #e2e8f0; }
.pdf-score-hero-divider { height: 1px; background: rgba(255,255,255,0.12); margin: 12px 0 10px; }
.pdf-score-stats td { width: 25%; text-align: center; vertical-align: top; }
.pdf-score-stats strong { display: block; font-size: 22px; font-weight: 900; color: #f26522; line-height: 1.1; }
.pdf-score-stats span { display: block; font-size: 9px; color: #94a3b8; margin-top: 2px; }

.pdf-cover-tags { margin-bottom: 10px; }
.pdf-cover-tag {
  display: inline-block; font-size: 9px; font-weight: 700; padding: 3px 8px; margin: 0 4px 4px 0;
  border-radius: 999px; background: #fff; border: 1px solid #fed7aa; color: #c2410c;
}
.pdf-cover-note {
  border-left: 4px solid #f26522; background: #fff5ed; border-radius: 0 8px 8px 0;
  padding: 10px 12px; font-size: 10px; color: #7c2d12; line-height: 1.6;
}

.pdf-exec-card { background: #f4f8fb; border-radius: 12px; padding: 14px; margin-bottom: 12px; }
.pdf-exec-score-box {
  width: 80px; background: #152033; border-radius: 10px; text-align: center; padding: 12px 6px; vertical-align: top;
}
.pdf-exec-score { font-size: 30px; font-weight: 900; color: #f26522; line-height: 1; }
.pdf-exec-score-box span { display: block; font-size: 9px; color: #94a3b8; margin-top: 2px; }
.pdf-exec-main { padding-left: 14px; vertical-align: top; }
.pdf-exec-headline { font-size: 15px; font-weight: 900; color: #152033; margin-bottom: 6px; }
.pdf-exec-text { margin: 0 0 8px; font-size: 10px; color: #475569; line-height: 1.6; }
.pdf-pill {
  display: inline-block; font-size: 9px; font-weight: 700; padding: 4px 8px; margin: 0 4px 4px 0;
  border-radius: 999px; background: #fff; border: 1px solid #e2e8f0; color: #475569;
}
.pdf-findings-hd { font-size: 12px; font-weight: 900; color: #152033; margin-bottom: 4px; }
.pdf-findings-sub { font-size: 10px; color: #64748b; margin: 0 0 8px; }
.pdf-scope-block { margin: 8px 0 10px; padding: 8px 10px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; }
.pdf-scope-list { margin: 0; padding-left: 1.1rem; font-size: 9px; color: #475569; line-height: 1.5; }
.pdf-scope-list li { margin: 1px 0; }
.pdf-api-row { margin-top: 6px; }
.pdf-api-chip {
  display: inline-block; font-size: 8px; font-weight: 700; padding: 2px 7px; margin: 0 4px 4px 0;
  border-radius: 999px; background: #f1f5f9; border: 1px solid #e2e8f0; color: #64748b;
}
.pdf-api-chip.on { background: #ecfdf5; border-color: #a7f3d0; color: #047857; }
.pdf-sample-onpage { margin-top: 4px; }
.pdf-sample-onpage .pdf-param-table th { font-size: 9px; }
.pdf-sample-onpage .pdf-param-table td { font-size: 9px; word-break: break-all; }

.pdf-finding {
  border: 1px solid #e8edf2; border-left-width: 4px; border-radius: 8px; padding: 8px 10px; margin-bottom: 6px; background: #fff;
}
.pdf-finding-num {
  width: 24px; height: 24px; min-width: 24px; background: #152033; color: #fff; border-radius: 50%;
  text-align: center; font-size: 11px; font-weight: 800; line-height: 24px; vertical-align: top;
  overflow: hidden;
}
.pdf-finding-title { display: block; font-size: 11px; color: #152033; margin-bottom: 3px; }
.pdf-finding-detail { margin: 0 0 3px; font-size: 10px; color: #475569; line-height: 1.55; }
.pdf-finding-evidence { margin: 0; font-size: 9px; color: #94a3b8; line-height: 1.45; }

.pdf-mod-card {
  border: 1px solid #e8edf2; border-top: 4px solid #48c78e; border-radius: 12px; padding: 12px; background: #fff;
  margin-bottom: 8px;
}
.pdf-mod-card:last-child { margin-bottom: 0; }
.pdf-mod-num {
  display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; border-radius: 50%;
  background: #f26522; color: #fff; font-size: 9px; font-weight: 800; margin-right: 6px; vertical-align: middle;
}
.pdf-mod-title { font-size: 15px; font-weight: 900; color: #152033; vertical-align: middle; }
.pdf-mod-desc { margin: 4px 0 0 28px; font-size: 9px; color: #64748b; line-height: 1.45; }
.pdf-mod-score { width: 80px; text-align: right; vertical-align: top; }
.pdf-mod-score strong { font-size: 24px; font-weight: 900; color: #152033; }
.pdf-mod-score span { font-size: 11px; color: #94a3b8; }
.pdf-mod-bar { height: 4px; background: #eef2f6; border-radius: 999px; margin: 10px 0 10px; overflow: hidden; }
.pdf-mod-bar-fill { height: 4px; background: #152033; border-radius: 999px; min-width: 2px; }

.pdf-mod-table { width: 100%; border-collapse: collapse; margin-bottom: 8px; }
.pdf-mod-table td { padding: 6px 4px; border-bottom: 1px solid #f1f5f9; font-size: 9px; vertical-align: middle; }
.pdf-mod-badge { width: 68px; }
.pdf-mod-name { width: 32%; }
.pdf-mod-val { color: #64748b; word-break: break-all; font-size: 9px; }

.pdf-badge {
  display: inline-block; font-size: 8px; font-weight: 800; padding: 3px 7px; border-radius: 999px; white-space: nowrap;
}
.pdf-badge-ok { background: #ecfdf5; color: #047857; }
.pdf-badge-warn { background: #fef9c3; color: #a16207; }
.pdf-badge-bad { background: #fef2f2; color: #b91c1c; }

.pdf-evidence, .pdf-suggest {
  border-radius: 6px; padding: 8px 10px 8px 12px; margin-top: 6px; font-size: 9px; line-height: 1.55; color: #475569;
}
.pdf-evidence { background: #f8fafc; border-left: 3px solid var(--djq-brand-hot); }
.pdf-suggest { background: #fff7ed; border-left: 3px solid #f26522; }
.pdf-evidence-label, .pdf-suggest-label { display: block; font-size: 8px; font-weight: 800; margin-bottom: 2px; }
.pdf-evidence-label { color: var(--djq-brand); }
.pdf-suggest-label { color: #ea580c; }

.pdf-sample-card {
  border: 1px solid var(--djq-brand-line); border-radius: 10px; padding: 10px 12px; margin-bottom: 8px; background: #fff;
}
.pdf-sample-card:last-child { margin-bottom: 0; }
.pdf-sample-type {
  display: inline-block; font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 999px;
  background: #f1f5f9; color: #475569;
}
.pdf-sample-status { text-align: right; font-size: 13px; font-weight: 900; color: #f26522; }
.pdf-sample-title { font-size: 13px; font-weight: 900; color: #152033; margin: 8px 0 3px; line-height: 1.35; }
.pdf-sample-url { font-size: 9px; color: #94a3b8; margin-bottom: 8px; word-break: break-all; }
.pdf-sample-pills td { padding-right: 6px; }
.pdf-sample-find {
  margin-top: 8px; background: #fff5ed; border-left: 3px solid #f26522; border-radius: 0 6px 6px 0;
  padding: 8px 10px; font-size: 9px; color: #7c2d12; line-height: 1.5;
}
.pdf-sample-find-label { display: block; font-size: 8px; font-weight: 800; color: #ea580c; margin-bottom: 2px; }

.pdf-pri-bar {
  background: #152033; border-radius: 12px; padding: 14px 10px; margin-bottom: 12px; color: #fff;
}
.pdf-pri-bar td { width: 33.33%; text-align: center; vertical-align: top; }
.pdf-pri-bar strong { display: block; font-size: 24px; font-weight: 900; color: #f26522; line-height: 1; }
.pdf-pri-bar span { display: block; font-size: 9px; color: #94a3b8; margin-top: 2px; }

.pdf-action-card {
  border: 1px solid #e8edf2; border-radius: 10px; padding: 8px 10px; margin-bottom: 6px; background: #fff;
}
.pdf-action-card:last-child { margin-bottom: 0; }
.pdf-action-badge {
  width: 32px; height: 32px; background: #152033; color: #fff; border-radius: 50%; text-align: center;
  font-size: 9px; font-weight: 800; line-height: 32px; vertical-align: middle;
}
.pdf-action-title { font-size: 11px; color: #152033; padding-left: 8px; vertical-align: middle; }
.pdf-action-pri-label { width: 64px; text-align: right; font-size: 9px; font-weight: 700; color: #f26522; vertical-align: middle; }
.pdf-action-desc { margin: 6px 0 0; font-size: 10px; color: #475569; line-height: 1.55; }
.pdf-action-meta { margin: 4px 0 0; font-size: 9px; color: #94a3b8; line-height: 1.45; }

.pdf-end-brand { margin-top: 12px; padding-top: 12px; border-top: 1px solid #e8edf2; font-size: 9px; color: #475569; line-height: 1.6; }
.pdf-end-logo { width: 100px; padding-right: 10px; vertical-align: middle; }
.pdf-end-logo img { display: block; height: 24px; width: auto; max-width: 96px; }
.pdf-end-brand strong { color: #f26522; font-size: 11px; }

.pdf-muted { font-size: 10px; color: #94a3b8; margin: 4px 0; }

/* 工具软件列表 + 清图介绍 */
.sw-section { margin-bottom: 2.5rem; }
.sw-section-title {
  font-size: 1.125rem; font-weight: 800; letter-spacing: -0.02em;
  margin-bottom: 1rem; color: #0f172a;
}
.sw-grid { display: grid; gap: 1.25rem; }
.sw-grid--tools { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.sw-card {
  display: block; background: #fff; border: 1px solid #e5e7eb; border-radius: 20px;
  overflow: hidden; text-decoration: none; color: inherit;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.sw-card:hover {
  border-color: rgba(200,16,46,0.35);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15,23,42,0.08);
}
.sw-card--featured { display: grid; grid-template-columns: 1.1fr 1fr; }
@media (max-width: 860px) {
  .sw-card--featured { grid-template-columns: 1fr; }
}
.sw-card-media img {
  display: block; width: 100%; height: 100%; min-height: 200px;
  object-fit: cover; background: #0f172a;
}
.sw-card-body { padding: 1.35rem 1.5rem 1.5rem; }
.sw-card-tag {
  display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--djq-brand); margin-bottom: 0.6rem;
}
.sw-card-body h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 0.5rem; }
.sw-card-body p { font-size: 0.875rem; color: #64748b; line-height: 1.65; margin-bottom: 0.9rem; }
.sw-card-cta { font-size: 0.8rem; font-weight: 700; color: var(--djq-brand); }

/* —— 清图产品单页（参考 pic.360.cn 大图分区风格） —— */
body.qingtu-landing {
  font-family: 'Inter', "Microsoft YaHei", sans-serif;
  background: #f5f6f8;
  overflow-x: hidden;
  color: #0f172a;
}
.qingtu-landing .qt-hero {
  position: relative;
  padding: 7.5rem 1.5rem 3rem;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(200,16,46,0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 15% 80%, rgba(61,139,253,0.12), transparent 50%),
    linear-gradient(165deg, #0b1220 0%, #1a1020 45%, #0f172a 100%);
  color: #fff;
  overflow: hidden;
}
.qingtu-landing .qt-hero-inner {
  max-width: 72rem; margin: 0 auto;
  display: grid; gap: 2.5rem; justify-items: center; text-align: center;
}
.qingtu-landing .qt-eyebrow {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: #fca5a5; margin-bottom: 0.75rem;
}
.qingtu-landing .qt-hero-copy h1 {
  font-size: clamp(3rem, 8vw, 5.5rem); font-weight: 900;
  letter-spacing: -0.04em; line-height: 1; margin: 0 0 0.75rem;
}
.qingtu-landing .qt-hero-sub {
  font-size: clamp(1.15rem, 2.4vw, 1.65rem); font-weight: 700;
  color: #e2e8f0; margin: 0 0 1rem;
}
.qingtu-landing .qt-hero-lead {
  max-width: 40rem; margin: 0 auto 1.5rem;
  color: #94a3b8; font-size: 1rem; line-height: 1.75;
}
.qingtu-landing .qt-hero-actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-bottom: 1rem;
}
.qingtu-landing .qt-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.85rem 1.5rem; border-radius: 999px; font-size: 0.95rem; font-weight: 700;
  text-decoration: none; transition: transform 0.15s, background 0.15s, border-color 0.15s;
}
.qingtu-landing .qt-btn--primary {
  background: var(--djq-brand); color: #fff; border: 1px solid transparent;
  box-shadow: 0 10px 28px rgba(200,16,46,0.35);
}
.qingtu-landing .qt-btn--primary:hover { background: #a50d24; transform: translateY(-1px); }
.qingtu-landing .qt-btn--ghost {
  border: 1px solid rgba(255,255,255,0.28); color: #fff; background: rgba(255,255,255,0.04);
}
.qingtu-landing .qt-btn--ghost:hover { border-color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.1); }
.qingtu-landing .qt-btn--link { color: #cbd5e1; padding-inline: 0.5rem; }
.qingtu-landing .qt-btn--link:hover { color: #fff; }
.qingtu-landing .qt-btn--lg { padding: 1rem 1.85rem; font-size: 1.05rem; }
.qingtu-landing .qt-hero-meta {
  font-size: 0.85rem; color: #94a3b8;
}
.qingtu-landing .qt-hero-meta a { color: #fca5a5; text-decoration: none; }
.qingtu-landing .qt-hero-meta a:hover { color: #fff; }
.qingtu-landing .qt-hero-shot {
  width: min(100%, 68rem); margin-top: 0.5rem;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.45));
}
.qingtu-landing .qt-hero-shot img {
  width: 100%; height: auto; display: block; border-radius: 12px;
}

.qingtu-landing .qt-highlights {
  background: #fff; border-bottom: 1px solid #e8eaef;
}
.qingtu-landing .qt-highlights-inner {
  max-width: 72rem; margin: 0 auto; padding: 1.5rem 1.5rem;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.qingtu-landing .qt-highlights-inner div {
  text-align: center; padding: 0.5rem;
}
.qingtu-landing .qt-highlights-inner strong {
  display: block; font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: 0.25rem;
}
.qingtu-landing .qt-highlights-inner span { font-size: 0.85rem; color: #64748b; }
@media (max-width: 800px) {
  .qingtu-landing .qt-highlights-inner { grid-template-columns: repeat(2, 1fr); }
}

.qingtu-landing .qt-body { padding: 1rem 0 3rem; }
.qingtu-landing .qt-kicker {
  display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--djq-brand); margin-bottom: 0.75rem;
}
.qingtu-landing .qt-kicker--on-dark { color: #fca5a5; }
.qingtu-landing .qt-feature {
  max-width: 72rem; margin: 0 auto; padding: 3.5rem 1.5rem;
  display: grid; grid-template-columns: 0.95fr 1.15fr; gap: 3rem; align-items: center;
}
.qingtu-landing .qt-feature--rev { grid-template-columns: 1.15fr 0.95fr; }
.qingtu-landing .qt-feature--rev .qt-feature-copy { order: 2; }
.qingtu-landing .qt-feature--rev .qt-feature-media { order: 1; }
.qingtu-landing .qt-feature-copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 900;
  letter-spacing: -0.03em; line-height: 1.2; margin: 0 0 1rem;
}
.qingtu-landing .qt-feature-copy > p {
  color: #475569; font-size: 1.02rem; line-height: 1.8; margin: 0 0 1.25rem;
}
.qingtu-landing .qt-bullets {
  list-style: none; padding: 0; margin: 0; display: grid; gap: 0.55rem;
}
.qingtu-landing .qt-bullets li {
  position: relative; padding-left: 1.35rem; font-size: 0.95rem; font-weight: 600; color: #1e293b;
}
.qingtu-landing .qt-bullets li::before {
  content: ''; position: absolute; left: 0; top: 0.45rem;
  width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--djq-brand);
}
.qingtu-landing .qt-feature-media {
  margin: 0; border-radius: 18px; overflow: hidden;
  background: #0f172a; border: 1px solid #e2e8f0;
  box-shadow: 0 24px 48px rgba(15,23,42,0.12);
}
.qingtu-landing .qt-feature-media img { display: block; width: 100%; height: auto; }
@media (max-width: 900px) {
  .qingtu-landing .qt-feature,
  .qingtu-landing .qt-feature--rev {
    grid-template-columns: 1fr; gap: 1.5rem; padding: 2.5rem 1.25rem;
  }
  .qingtu-landing .qt-feature--rev .qt-feature-copy,
  .qingtu-landing .qt-feature--rev .qt-feature-media { order: initial; }
}

.qingtu-landing .qt-section-head {
  max-width: 40rem; margin: 0 auto 2rem; text-align: center; padding: 0 1.25rem;
}
.qingtu-landing .qt-section-head h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 900; letter-spacing: -0.03em; margin: 0 0 0.6rem;
}
.qingtu-landing .qt-section-head p { color: #64748b; margin: 0; line-height: 1.7; }

.qingtu-landing .qt-why {
  max-width: 72rem; margin: 1rem auto 3rem; padding: 0 1.5rem;
}
.qingtu-landing .qt-why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.qingtu-landing .qt-why-grid article {
  background: #fff; border: 1px solid #e8eaef; border-radius: 16px; padding: 1.35rem 1.25rem;
}
.qingtu-landing .qt-why-grid h3 { font-size: 1.05rem; font-weight: 800; margin: 0 0 0.45rem; }
.qingtu-landing .qt-why-grid p { font-size: 0.9rem; color: #64748b; line-height: 1.65; margin: 0; }
@media (max-width: 900px) {
  .qingtu-landing .qt-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .qingtu-landing .qt-why-grid { grid-template-columns: 1fr; }
}

.qingtu-landing .qt-gallery {
  max-width: 72rem; margin: 0 auto 3rem; padding: 2rem 1.5rem 0;
}
.qingtu-landing .qt-gallery-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem;
}
.qingtu-landing .qt-gallery-grid figure {
  margin: 0; background: #fff; border: 1px solid #e8eaef; border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
}
.qingtu-landing .qt-gallery-grid img { display: block; width: 100%; height: auto; background: #0f172a; }
.qingtu-landing .qt-gallery-grid figcaption {
  padding: 0.75rem 1rem 1rem; font-size: 0.88rem; font-weight: 700; color: #334155;
}
@media (max-width: 700px) {
  .qingtu-landing .qt-gallery-grid { grid-template-columns: 1fr; }
}

.qingtu-landing .qt-keys-wrap {
  max-width: 72rem; margin: 0 auto 2rem; padding: 0 1.5rem 2rem;
}
.qingtu-landing .qt-keys-panel {
  background: #fff; border: 1px solid #e8eaef; border-radius: 18px; padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(15,23,42,0.04);
}

.qingtu-landing .qt-download {
  background: linear-gradient(135deg, #0f172a 0%, #3f0d18 55%, #0f172a 100%);
  color: #fff; padding: 4rem 1.5rem;
}
.qingtu-landing .qt-download-inner {
  max-width: 72rem; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; justify-content: space-between;
}
.qingtu-landing .qt-download h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; margin: 0 0 0.75rem;
}
.qingtu-landing .qt-download p { color: #cbd5e1; line-height: 1.7; max-width: 36rem; }
.qingtu-landing .qt-dl-file { font-weight: 800; color: #fff !important; margin-top: 0.75rem !important; }
.qingtu-landing .qt-dl-note { font-size: 0.85rem; color: #94a3b8 !important; }
.qingtu-landing .qt-download-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.qingtu-keys {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0.75rem;
}
.qingtu-keys > div {
  display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap;
  font-size: 0.875rem; color: #475569;
}
.qingtu-keys kbd {
  display: inline-block; min-width: 1.6rem; padding: 0.2rem 0.45rem;
  border: 1px solid #e2e8f0; border-bottom-width: 2px; border-radius: 6px;
  background: #fff; font-size: 0.75rem; font-weight: 700; color: #0f172a;
  text-align: center;
}

/* legacy tool-page qingtu helpers (list/index still uses some) */
.qingtu-cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }
.qingtu-dl-btn { display: inline-flex; align-items: center; text-decoration: none; }
.qingtu-ghost-btn {
  display: inline-flex; align-items: center; padding: 12px 18px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.28); color: #fff; font-size: 14px; font-weight: 700;
  text-decoration: none; transition: background 0.2s, border-color 0.2s;
}
.qingtu-ghost-btn:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); }
.qingtu-ghost-btn--dark { border-color: #e5e7eb; color: #0f172a; }
.qingtu-ghost-btn--dark:hover { background: #f8fafc; border-color: #cbd5e1; }
