Domain smallq.org
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2a06:98c1:3121::3:8443 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 17:37:27 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CTnaLub2wKGnF5Lldt4ciO53FECAjo%2FCnWR6Lt7CV8U0PLBuEOOJOGl%2Fna5mfZ8zv9gY8L%2F6kfcL%2F2f89tupgA6HmC07rJtCYhvPba8FdtBdI%2FFK2sU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf1410d3f3d26-BOM
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 104.21.35.250:443 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7eaefCizMOPm0U0CwhgB2mGQqekRNpstcv2xgRe0WpHTxUjaJNcP%2BDeiAZlZiPUfWYCouPnAvNmvollLJmn1RbwKcOHGbYSIqfo%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13e2a8aab04-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=IrVNN6LEvvy5%2FZM5YYjsY%2FxarYLAq4P80gOdexxTnSlifKlKa8PbMDbH%2Fa4GvAGpJSmkWL9YQpblPpA%2BrGVCmDGq0xdKNDPIPGeKQ1ixu6ALrl0wZxY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13dbfe4db12-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:80 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Length: 0
    Connection: close
    Location: https://smallq.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6nWYryQS7R%2FUNsgE4LBVKnJ%2FMxvgyiT2vkMCEvv%2FDtrRF0mDhbrynhEih2Yi%2FPfoP8f4SDr7z4WZOglqDvwL9cC%2FnTuDh%2Bkc7DZef93SdFuHdszKTmk%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13d3a5c1688-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=g7grCl14srraiAbj0gWhI6Pw7VKr2FTZObIL5f3aMQvS24Tql4ziVsyM6v0f%2FjSpc%2FnrY8LWHsS84Vyqut%2B7n%2F9pk4YvtQKgNJeE7lmHqgRWeMHpWEc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13d9c52591e-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.67.181.196:80 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Length: 0
    Connection: close
    Location: https://smallq.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=voZqAWg2x1O1X75Hj87WXu5TQnfAFZY%2FDFhwTO%2FrPH8yzDGxYKYz%2BwxFE3jE3EuHl7qDGSl3l7UChYSNgsnCutpgZ2nC0xl60Uk%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13d2cd6d579-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 104.21.35.250:80 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Length: 0
    Connection: close
    Location: https://smallq.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yrk543Yq9TUC3VdpB%2F%2FCa2QKkcwuDwbT2r8hXivBWEVZiLLX416hyQtCjnL0vFGgtEsfQzQLuois20P%2FmkJS8XPb7vvyNBGSvAw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13d2df12734-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.67.181.196:8443 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RWZm%2BJSzdd73c5inB%2BwYIEZcOnqs8HfUdNHtk9suybGtR2dFqAgpmqLd9pd%2BZTExE%2B87Racys4K%2Ft1Xip8iG5gEs3MyyCR%2Fn0VE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13d28c157d4-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Length: 0
    Connection: close
    Location: https://smallq.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VwEuPU%2BL2RETesBLsC1WOzB45ptbVG08fydAlwJd50gyt58%2Fa912VXmpXXiqKpSn9gSNPLc3hj7KO3%2F8B5Muj15y4fMrhvGgJ8tDlnlFkQByd4so"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13cfadfef40-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.67.181.196:443 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=d3K9rd%2Fkj5IDnoRUJNB4gLaUZnzVzwuhhL0PrXP0bMpH0GJr7SMadgNJdFoi6Ez2p0SUaXIPrNGUMTkC%2BHdih6ailDx%2FgwHuEOI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13d1a72f77c-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 104.21.35.250:8443 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7gFFQwYNperu1Q%2BqgMAze9gDRWk4v4MFucIfZZ6CibdP0mFird73WWyxdACKLotQdShcakqI9iOEnlslnudpmsGAkjlc60zfhek%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13cf80edca6-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · smallq.org

    2026-01-10 17:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 17:37:26 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=h7iWMj%2BfzSHk%2FBGZiS7U%2B7%2BNOUBLxlKRtm2aZ8g%2FW0jlJZAd3z1mA0sEcMq0i1p8GiumgNNMw%2B0k%2BIbWcwVIBU7kqaUBYj6g8whv44ADBCBDEQFexYE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bbdf13cfff43827-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:80 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Length: 0
    Connection: close
    Location: https://smallq.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BGnEM7Os2UQ7%2BD5DaR87MwG5utDj3hWr3a4X79MEYX4OC2YTiDKrFtnTuVvvGrmjo3hYbbyhvqfzz%2Fs1fgGelRqTDHuNWFyeuQrInaosyHVS6e9O2QI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=7
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1ae5259e2df87b-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SwmqbGjK%2BZGyBkkchk5rK%2FdwRz4A0w2vqVnM%2FV5LAOJvS8Yp4f4HCHFjOCugMnVgzLUT58DeX0lWc18wolEyFlQlCygPDSqt1cvLIx4gA6UcKXQf4po%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=16,cfOrigin;dur=84
    CF-RAY: 9b1ae526190b6033-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KRN2UJBCHN6V8UCFxxFW%2F7dbYyQ640QGVp%2BsT9ltf%2FPYZQEQ7fNZWx2KkCl%2Bopyd6g04gZyvishw89FB4lGP5cAZOWjhtwC6uH510ZxoHjLKE%2F1K"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=78
    CF-RAY: 9b1ae525ff535fbc-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 172.67.181.196:443 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LNR%2FFgQnj8B7qDnMjfwHjA3fYwWKURBygnib0yRpG8VlFBawxM%2Bjcjn0lo3lDCYrtkRPZc2ybB%2FzMmDu5X8qJhl%2BDCmEZwTLU0Y%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=37
    CF-RAY: 9b1ae5255cb11ff0-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XsWBNQiG2DYJeDuRW8P2vqD2FWhGNub5B1V6sDz3pTygy0k%2B5%2FHfLgJf4a56XqMFmF8cffH%2FsA1RrXxctGrHcqcZbGsITFyNVOR79DN2Go3nAB5OZXs%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=43
    CF-RAY: 9b1ae5256ac2aa95-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 172.67.181.196:80 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Length: 0
    Connection: close
    Location: https://smallq.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=v1wu8eZN8YgXgJFde4QIqrOpdGIU758fDlhpw51mcnHNJscdurqVRpdQTIPCjH091V8hvBiFR1R0fhahBMQMLx2LPtC8yWV6"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=22,cfOrigin;dur=10
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1ae5250b6267ca-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Length: 0
    Connection: close
    Location: https://smallq.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SirPzCr7rJ97nC2xtr0Okk2RF0x5qGI08jEEoHJ%2FAA94bNFZVHVhPaH7Aa%2BdJ38xuQ%2F91GuuX3pmXAIX2nrOukLXFBuiHZFmSNBQgmz4zOS5AP98L0k%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=19,cfOrigin;dur=9
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1ae524ec4189b8-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ABu0nzAi7HAUlQNOcZde%2BRbB8J5CEzTeDjc2xpjDh1OXvOJSxV6NxNJ3qrNy%2BoEKmry1HEta4kqRfrSQyPgiyVOHqXJL8ooJCz1xCLmhzcTkfnsXZPo%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1ae524ee171c22-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 104.21.35.250:8443 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fJxjkuD5bBE9WZ64OtvZqjsNijK%2B4vOwtqC01EXOq8xFckBSF9%2B5ldDUD4I2ePPexvJOWzP%2FE9G9ABDi0p4FvI7xFCpiAXwhdvU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1ae524cb51dc7a-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 172.67.181.196:8443 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vklnMTMH7rZgzH9swS8V0n3FR85fhQ6cECIlZiCbfMcFbOPN%2BqaS4wkQBcgEX5cjZZGdSfG762%2B7xlj%2BUYbYVFY6UpBs%2BR4cSJQ%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1ae524ea2f971e-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 104.21.35.250:80 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Length: 0
    Connection: close
    Location: https://smallq.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QdYsFdmMUX6Smat%2FYw8uMrMJCr%2FNt6c5N9AhdMrLmjMnqblEL6QZ2aD3VTs3YJw8I6ZmTxrqeAv44vH0uV%2Feb1VaGQ0r1vlzlro%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1ae523dc70d8ed-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 104.21.35.250:443 · smallq.org

    2025-12-21 22:42

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 22:42:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=j%2BCb9beY3nD1Naj3g%2B%2F0luSfRVQPiZlnMxnfZhAm33SExAl2nygXff%2BHRH8%2B6Nm8%2B%2F3F0Te5QmXz%2BN9JJbkiB5cnJrjUD1%2FuPU8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9b1ae5243c8a925c-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展
    
    <!DOCTYPE html>
    <html lang="zh-CN" data-lang="zh">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>小Q不是导盲犬 | 联合国 · 国际法 · 可持续发展</title>
      <style>
        :root {
          color-scheme: dark;
        }
    
        body {
          margin: 0;
          padding: 20px;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: radial-gradient(circle at top, #1e293b 0, #020617 55%, #000 100%);
          font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
                       system-ui, "Segoe UI", Roboto, sans-serif;
          color: #e5e7eb;
        }
    
        .card {
          position: relative;
          max-width: 720px;
          width: 100%;
          background: rgba(15, 23, 42, 0.9);
          border-radius: 22px;
          padding: 26px 24px 22px;
          box-shadow: 0 22px 60px rgba(0,0,0,0.55);
          border: 1px solid rgba(148, 163, 184, 0.28);
          backdrop-filter: blur(18px);
          animation: fadeIn 0.7s ease-out;
        }
    
        /* 右上角语言切换 */
        .lang-switch {
          position: absolute;
          right: 18px;
          top: 16px;
          display: inline-flex;
          align-items: center;
          border-radius: 999px;
          border: 1px solid #4b5563;
          background: rgba(15, 23, 42, 0.98);
          overflow: hidden;
          font-size: 12px;
        }
    
        .lang-btn {
          padding: 5px 10px;
          border: none;
          background: transparent;
          color: #9ca3af;
          cursor: pointer;
          font: inherit;
          min-width: 34px;
          text-align: center;
        }
    
        .lang-btn.active {
          background: #0b1120;
          color: #e5e7eb;
        }
    
        .logo-line {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
          margin-right: 90px; /* 给右上角语言按钮留空间 */
          margin-top: 6px;
        }
    
        .logo-circle {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background: conic-gradient(from 160deg, #38bdf8, #22c55e, #eab308, #38bdf8);
          padding: 2px;
          flex-shrink: 0;
        }
    
        .logo-inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: #020617;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
        }
    
        .logo-inner span {
          transform: translateY(-1px);
        }
    
        h1 {
          font-size: 24px;
          margin: 0;
          letter-spacing: 0.02em;
        }
    
        .tagline {
          margin: 4px 0 14px;
          font-size: 14px;
          color: #9ca3af;
        }
    
        p {
          margin: 0 0 10px;
          line-height: 1.7;
          font-size: 14px;
          color: #d1d5db;
        }
    
        .section-title {
          margin-top: 16px;
          margin-bottom: 6px;
          font-size: 15px;
          font-weight: 600;
          color: #e5e7eb;
        }
    
        .section-sub {
          font-size: 12px;
          color: #9ca3af;
          margin-bottom: 6px;
        }
    
        .pill-row {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 6px 0 4px;
        }
    
        .pill {
          font-size: 11px;
          border-radius: 999px;
          padding: 3px 9px;
          border: 1px solid rgba(148, 163, 184, 0.55);
          color: #cbd5f5;
        }
    
        .links {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
        }
    
        .links a {
          text-decoration: none;
          font-size: 13px;
          border-radius: 999px;
          padding: 7px 12px;
          border: 1px solid #4b5563;
          color: #e5e7eb;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          transition: 0.2s;
        }
    
        .links a span.icon {
          font-size: 14px;
        }
    
        .links a:hover {
          background: #0b1120;
          border-color: #64748b;
          transform: translateY(-1px);
        }
    
        .footer-note {
          margin-top: 16px;
          font-size: 11px;
          color: #94a3b8;
          line-height: 1.6;
        }
    
        @keyframes fadeIn {
          from {
            opacity: 0;
            transform: translateY(14px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        /* 语言显示控制:默认 data-lang="zh" 时显�
    Found 2025-12-21 by HttpPlugin
    Create report
smallq.org
CN:
smallq.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-20 20:43
Not after:
2026-02-18 21:43