*{box-sizing:border-box;margin:0;padding:0}.connectivity-test-page{--bg:#0f1420;--card:#171e2e;--border:#232d42;--text:#e8ecf4;--muted:#8b96ab;--ok:#34d399;--fail:#f87171;--warn:#fbbf24;--pend:#60a5fa;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;min-height:100vh;padding:40px 20px}.connectivity-test-page .wrap{max-width:760px;margin:0 auto}.connectivity-test-page h1{font-size:1.5rem;margin-bottom:4px}.connectivity-test-page h1 .flame{color:var(--warn)}.connectivity-test-page .sub{color:var(--muted);font-size:.9rem;margin-bottom:28px}.connectivity-test-page .card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:18px 20px;margin-bottom:14px;display:flex;gap:16px;align-items:flex-start}.connectivity-test-page .dot{width:14px;height:14px;border-radius:50%;margin-top:4px;flex-shrink:0;background:var(--muted)}.connectivity-test-page .dot.ok{background:var(--ok);box-shadow:0 0 8px var(--ok)}.connectivity-test-page .dot.fail{background:var(--fail);box-shadow:0 0 8px var(--fail)}.connectivity-test-page .dot.warn{background:var(--warn)}.connectivity-test-page .dot.pend{background:var(--pend);animation:pulse 1s infinite alternate}@keyframes pulse{0%{opacity:.4}to{opacity:1}}.connectivity-test-page .cardbody{flex:1 1;min-width:0}.connectivity-test-page .name{font-weight:600;margin-bottom:2px}.connectivity-test-page .desc{color:var(--muted);font-size:.82rem;margin-bottom:6px}.connectivity-test-page .result{font-size:.82rem;font-family:ui-monospace,Menlo,Consolas,monospace;white-space:pre-wrap;word-break:break-word;background:#0c1119;border-radius:8px;padding:8px 10px}.connectivity-test-page .lat{font-size:.78rem;color:var(--muted);margin-top:4px}.connectivity-test-page button{background:#2a3a56;color:var(--text);border:1px solid var(--border);border-radius:8px;padding:10px 22px;font-size:.9rem;cursor:pointer;margin-top:10px}.connectivity-test-page button:hover{background:#354a6e}.connectivity-test-page .summary{margin-top:18px;padding:14px 18px;border-radius:10px;font-size:.9rem}.connectivity-test-page .summary.allok{background:rgba(52,211,153,.12);border:1px solid var(--ok)}.connectivity-test-page .summary.notok{background:rgba(248,113,113,.1);border:1px solid var(--fail)}