.report-hero { min-height: 650px; padding: 82px 0; color: #fff; background: linear-gradient(110deg, rgba(3,20,47,.97), rgba(7,66,137,.92)), url('/assets/security-lab.jpg') center/cover; }
.report-hero .page-breadcrumb { margin-bottom: 65px; color: #bfd0e2; }
.report-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.report-hero .eyebrow { color: #8fe4f4; }
.report-hero h1 { margin: 20px 0 18px; font-size: clamp(42px,5vw,68px); line-height: 1.08; }
.report-hero-grid > div > p { max-width: 650px; color: #c8d8e8; font-size: 15px; line-height: 1.9; }
.report-hero-grid > div > ul { margin: 28px 0 0; padding: 0; list-style: none; }
.report-hero-grid > div > ul li { position: relative; padding: 6px 0 6px 18px; color: #aee0ec; font-size: 12px; }
.report-hero-grid > div > ul li::before { content: ""; position: absolute; top: 13px; left: 0; width: 6px; height: 6px; background: #55d6ea; border-radius: 50%; }
.report-query-card { padding: 30px; color: var(--ink); background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.query-card-head { display: flex; align-items: center; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.query-card-head > svg { width: 32px; height: 32px; color: var(--blue-600); }
.query-card-head h2 { margin: 0; color: var(--navy-900); font-size: 22px; }
.query-card-head p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
#report-query-form { margin-top: 22px; display: grid; gap: 17px; }
#report-query-form label { display: grid; gap: 8px; color: var(--navy-900); font-size: 12px; font-weight: 800; }
#report-query-form input { min-width: 0; height: 46px; padding: 0 13px; border: 1px solid #cddae7; outline: 0; }
#report-query-form input:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(8,117,223,.1); }
.captcha-row { display: grid; grid-template-columns: 1fr 145px; gap: 9px; }
#refresh-captcha { position: relative; height: 46px; padding: 0; overflow: hidden; background: #edf5fc; border: 1px solid #cddae7; cursor: pointer; }
#refresh-captcha img { width: 130px; height: 46px; object-fit: cover; }
#refresh-captcha svg { position: absolute; right: 4px; bottom: 4px; width: 13px; color: var(--blue-700); }
.query-submit { height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--blue-700); border: 0; font-weight: 800; cursor: pointer; }
.query-submit:disabled { opacity: .65; cursor: wait; }
.query-submit svg { width: 17px; }
.query-tip { margin: -4px 0 0 !important; color: #7a8ba0 !important; font-size: 10px !important; text-align: center; }
.report-result-section { min-height: 360px; padding: 70px 0; background: var(--paper); }
.report-result-placeholder, .report-result-card, .report-result-error { max-width: 850px; margin: 0 auto; padding: 42px; background: #fff; border: 1px solid var(--line); text-align: center; }
.report-result-placeholder > svg { width: 46px; height: 46px; color: #9abbd8; }
.report-result-placeholder h2, .report-result-error h2 { margin: 16px 0 8px; color: var(--navy-900); }
.report-result-placeholder p, .report-result-error p { margin: 0; color: var(--muted); font-size: 13px; }
.report-result-card { text-align: left; border-top: 4px solid #0c9478; }
.report-result-status { display: flex; align-items: center; gap: 13px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.report-result-status svg { width: 36px; height: 36px; color: #0c9478; }
.report-result-status h2 { margin: 0; color: #087c68; font-size: 22px; }
.report-result-status p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.report-fields { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.report-fields div { padding: 17px; background: var(--paper-blue); }
.report-fields span { display: block; color: #71859b; font-size: 10px; }
.report-fields b { display: block; margin-top: 7px; color: var(--navy-900); font-size: 15px; }
.report-result-error { border-top: 4px solid #c94a4a; }
.report-result-error svg { width: 42px; height: 42px; color: #c94a4a; }
.report-help { padding: 48px 0; }
.report-help .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.report-help h2 { margin: 0; color: var(--navy-900); }
.report-help p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
@media (max-width: 900px) { .report-hero-grid { grid-template-columns: 1fr; gap: 45px; } .report-hero { padding-top: 55px; } }
@media (max-width: 600px) { .report-hero { padding: 45px 0 60px; } .report-hero .page-breadcrumb { margin-bottom: 45px; } .report-query-card { padding: 22px; } .captcha-row { grid-template-columns: 1fr 136px; } .report-fields { grid-template-columns: 1fr; } .report-result-placeholder, .report-result-card, .report-result-error { padding: 28px 20px; } .report-help .container { align-items: flex-start; flex-direction: column; } }
/* WeChat mobile entry */
.report-verify-page { min-width: 0; }
.report-verify-page .report-query-card, .report-verify-page #report-query-form, .report-verify-page .captcha-row { min-width: 0; }
@media (max-width: 600px) {
  .report-verify-page .report-hero h1 { font-size: 38px; }
  .report-verify-page .report-hero-grid > div > p { font-size: 13px; }
  .report-verify-page .query-submit { min-height: 50px; font-size: 14px; }
  .report-verify-page #report-query-form input { font-size: 16px; }
  .report-verify-page .report-result-section { padding: 52px 0; }
}
@media (max-width: 360px) {
  .report-verify-page .report-hero h1 { font-size: 32px; }
  .report-verify-page .report-query-card { padding: 19px 16px; }
  .report-verify-page .captcha-row { grid-template-columns: minmax(0, 1fr) 128px; }
  .report-verify-page #refresh-captcha img { width: 116px; }
}