#fx-home-latency,#fx-home-latency *{box-sizing:border-box}.fxh-section{--fxh-accent:var(--fx-brand-green,#0fb600);--fxh-green:#007f5b;--fxh-green-dark:#006f51;--fxh-blue:#1e74b0;--fxh-ink:#172033;--fxh-muted:#59677a;--fxh-line:#dce6f2;padding:clamp(20px,3vw,38px) 16px;background:radial-gradient(circle at 12% 10%,rgba(0,201,139,.07),transparent 24%),linear-gradient(135deg,#fbfdff 0%,#f5f8fc 100%);color:var(--fxh-ink)}.fxh-shell{width:min(100%,1320px);margin:0 auto}.fxh-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.fxh-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,210px) 170px;align-items:center;gap:clamp(16px,2.2vw,30px)}.fxh-target-controls{display:grid;grid-template-columns:108px minmax(0,1fr) auto;align-items:center;min-width:0;min-height:70px;overflow:hidden;border:1px solid #f1f5f9;border-left:7px solid var(--fxh-accent);border-radius:10px;background:linear-gradient(90deg,#f8fafc 0%,#fbfdff 100%);box-shadow:0 16px 34px rgba(28,48,78,.08);transition:border-color .2s ease,box-shadow .2s ease}.fxh-target-controls:hover{border-color:#e8eef4;border-left-color:var(--fxh-accent);box-shadow:0 14px 30px rgba(28,48,78,.045)}.fxh-target-controls:focus-within{border-color:#e8eef4;border-left-color:var(--fxh-accent);box-shadow:0 0 0 1px #cbd5e1,0 12px 28px rgba(28,48,78,.045)}.fxh-mode-wrap,.fxh-input-wrap{display:block;min-width:0}.fxh-mode{width:100%;height:68px;padding:0 31px 0 15px;border:0;border-right:1px solid #e7edf4;outline:0;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23667785' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;color:#344054;font-family:inherit;font-size:14px;font-weight:700;line-height:1;cursor:pointer;appearance:none;-webkit-appearance:none}.fxh-input{width:100%;height:68px;padding:0 18px;border:0;outline:0;background:transparent;color:#344054;font-family:inherit;font-size:18px;font-weight:500;line-height:1.2;transition:background .2s ease}.fxh-input::placeholder{color:#667085;opacity:1}.fxh-input:focus{background:transparent}.fxh-input[aria-invalid="true"]{background:#fff6f6;box-shadow:inset 0 0 0 2px rgba(229,72,77,.55)}.fxh-use-ip{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;margin-right:11px;padding:0 12px;border:1px solid #dce6f2;border-radius:8px;background:#f5f8fc;color:#40516a;font-family:inherit;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease}.fxh-use-ip:hover{border-color:#bcd5fb;background:#edf4ff;color:var(--fxh-blue)}.fxh-use-ip:disabled{cursor:wait;opacity:.65}.fxh-helper{margin:0;color:var(--fxh-muted);font-size:14px;line-height:1.55}.fxh-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:0;height:60px;padding:0 28px;border:0;border-radius:9999px;background:var(--fx-brand-gradient,linear-gradient(100deg,#0fb600 0%,#2d98e0 100%));color:#fff;box-shadow:0 13px 25px rgba(31,111,148,.22);cursor:pointer;font-family:inherit;font-size:18px;font-weight:700;line-height:1;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.fxh-submit:hover{background:var(--fx-brand-gradient,linear-gradient(100deg,#0fb600 0%,#2d98e0 100%));box-shadow:0 15px 28px rgba(31,111,148,.28);transform:translateY(-1px)}.fxh-submit[aria-disabled="false"]:active{transform:translateY(0) scale(.98)}.fxh-submit:focus-visible,.fxh-use-ip:focus-visible,.fxh-mode:focus-visible,.fxh-full-link:focus-visible{outline:3px solid var(--fxh-blue);outline-offset:3px}.fxh-submit[aria-disabled="true"]{cursor:wait;transform:none}.fxh-submit.is-loading{background:linear-gradient(110deg,var(--fxh-green-dark) 20%,#00825e 45%,var(--fxh-green-dark) 70%);background-size:220% 100%;animation:fxh-button-loading .9s linear infinite}.fxh-spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:fxh-spin .7s linear infinite}.fxh-submit.is-loading .fxh-spinner{display:inline-block}.fxh-message{min-height:20px;margin:10px 0 0;color:var(--fxh-muted);font-size:14px;line-height:1.4}.fxh-message.is-error{color:#c9343a}.fxh-results[hidden]{display:none!important}.fxh-results{position:relative;overflow:hidden;margin-top:10px;padding:clamp(18px,2.5vw,28px);border:1px solid var(--fxh-line);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 40px rgba(38,59,91,.08);opacity:0;transform:translateY(14px) scale(.992);transform-origin:top center;transition:opacity .34s ease,transform .42s cubic-bezier(.2,.8,.2,1),box-shadow .34s ease;will-change:opacity,transform}.fxh-results.is-visible{opacity:1;transform:translateY(0) scale(1)}.fxh-results.is-complete{box-shadow:0 22px 46px rgba(38,59,91,.11)}.fxh-results.is-test-loading::before{position:absolute;z-index:2;top:0;left:-38%;width:38%;height:3px;content:"";background:linear-gradient(90deg,transparent,var(--fxh-blue),transparent);animation:fxh-loading-sweep .75s ease-in-out infinite}.fxh-results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid #e8eef6}.fxh-results-title{display:flex;align-items:center;gap:9px}.fxh-results-title h3{margin:0;color:var(--fxh-ink);font-size:17px;font-weight:700;line-height:1.3}.fxh-live-dot{width:10px;height:10px;border-radius:50%;background:var(--fxh-accent);box-shadow:0 0 0 5px rgba(0,201,139,.1)}.fxh-results[aria-busy="true"] .fxh-live-dot{animation:fxh-live-pulse 1.1s ease-out infinite}.fxh-target-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:8px;color:var(--fxh-muted);font-size:13px}.fxh-target-meta strong{padding:3px 7px;border-radius:6px;background:#edf4ff;color:var(--fxh-blue)}.fxh-location{padding:3px 8px;border:1px solid #dce6f2;border-radius:999px;background:#f7f9fc;color:#59677a}.fxh-full-link{flex:0 0 auto;color:var(--fxh-blue);font-size:14px;font-weight:700;text-decoration:none}.fxh-full-link:hover{text-decoration:underline}.fxh-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.fxh-card{position:relative;display:flex;align-items:center;justify-content:space-between;min-width:0;min-height:78px;padding:15px 16px;border:1px solid var(--fxh-line);border-radius:13px;background:#fff;overflow:hidden}.fxh-card.is-best{border-color:#2d98e0;box-shadow:0 0 0 2px rgba(45,152,224,.08)}.fxh-node{display:flex;align-items:center;min-width:0;gap:10px}.fxh-node>span:last-child{display:flex;flex-direction:column;min-width:0}.fxh-node strong{overflow:hidden;color:var(--fxh-ink);font-size:14px;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.fxh-node small{overflow:hidden;margin-top:3px;color:#59687d;font-size:12px;font-weight:600;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.fxh-flag{flex:0 0 auto;font-size:22px;line-height:1}.fxh-metrics{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;margin-left:10px}.fxh-metrics strong{color:#27364f;font-size:15px;line-height:1.25}.fxh-metrics span{margin-top:3px;color:#5d6d82;font-size:12px;font-weight:600}.fxh-card.is-best .fxh-metrics strong{color:#007a58}.fxh-best{position:absolute;top:5px;right:8px;display:none;color:#007a58;font-size:9px;font-weight:700}.fxh-card.is-best .fxh-best{display:block}.fxh-card[data-state="loading"] .fxh-latency{display:inline-flex;align-items:center;gap:6px;color:#59687d;font-size:12px;animation:fxh-text-pulse 1s ease-in-out infinite}.fxh-card[data-state="loading"] .fxh-latency::before{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--fxh-blue);content:"";animation:fxh-probe-pulse .85s cubic-bezier(0,0,.2,1) infinite}.fxh-card[data-state="ready"] .fxh-metrics{animation:fxh-metrics-ready .18s ease both}.fxh-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace}@keyframes fxh-spin{to{transform:rotate(360deg)}}@keyframes fxh-button-loading{to{background-position:-220% 0}}@keyframes fxh-loading-sweep{to{left:100%}}@keyframes fxh-text-pulse{50%{opacity:.45}}@keyframes fxh-probe-pulse{75%,100%{transform:scale(1.8);opacity:0}}@keyframes fxh-live-pulse{0%{box-shadow:0 0 0 0 rgba(0,201,139,.38)}70%{box-shadow:0 0 0 8px rgba(0,201,139,0)}100%{box-shadow:0 0 0 0 rgba(0,201,139,0)}}@keyframes fxh-metrics-ready{from{opacity:.5;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1050px){.fxh-form{grid-template-columns:minmax(0,1fr) 160px}.fxh-helper{grid-column:1 / -1;grid-row:2;margin-top:-8px}.fxh-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.fxh-section{padding:24px 14px}.fxh-form{display:flex;flex-direction:column;align-items:stretch;gap:12px}.fxh-target-controls{grid-template-columns:92px minmax(0,1fr);min-height:0}.fxh-mode,.fxh-input{height:58px}.fxh-mode{padding:0 26px 0 11px;background-position:right 8px center;font-size:13px}.fxh-input{padding:0 17px;font-size:16px}.fxh-use-ip{grid-column:1 / -1;justify-self:end;min-height:38px;margin:0 10px 10px}.fxh-helper{order:2;margin:0}.fxh-submit{order:1;height:54px}.fxh-results{padding:16px}.fxh-results-head{flex-direction:column}.fxh-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.fxh-submit,.fxh-target-controls,.fxh-mode,.fxh-input,.fxh-use-ip,.fxh-results{transition:none}.fxh-spinner,.fxh-submit.is-loading,.fxh-results.is-test-loading::before,.fxh-results[aria-busy="true"] .fxh-live-dot,.fxh-card[data-state="loading"] .fxh-latency,.fxh-card[data-state="loading"] .fxh-latency::before,.fxh-card[data-state="ready"] .fxh-metrics{animation:none}}