:root{--background:#f7faf9;--surface:#fff;--surface-subtle:#f0f6f4;--text:#13241f;--muted:#64736e;--line:#dce7e3;--line-strong:#c7d7d1;--green:#198754;--green-dark:#11623d;--green-soft:#e6f6ed;--blue:#2476b9;--amber:#9a6512;--shadow:0 12px 32px #18352b12;--radius:16px;--radius-small:11px;--shell:1080px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);text-rendering:optimizelegibility;min-width:320px;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}a{color:inherit}button,input{font:inherit}button,summary,a{-webkit-tap-highlight-color:transparent}button:focus-visible,summary:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #2476b961}.shell{max-width:calc(var(--shell) + 40px);width:100%;margin-inline:auto;padding-inline:20px}.skip-link{background:var(--text);color:#fff;z-index:100;border-radius:0 0 8px 8px;padding:12px 16px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:0}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.site-header{z-index:30;background:#f7faf9eb;border-bottom:1px solid #dce7e3c7;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:10px;font-size:17px;font-weight:750;text-decoration:none;display:inline-flex}.brand-mark{background:var(--text);color:#fff;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:inline-flex}.main-nav{align-items:center;gap:6px;display:flex}.main-nav a{color:var(--muted);border-radius:9px;min-height:44px;padding:13px 11px;font-size:14px;text-decoration:none}.main-nav a:hover{background:var(--surface-subtle);color:var(--text)}.hero{padding-top:66px;padding-bottom:32px}.hero h1{letter-spacing:-.055em;max-width:810px;margin:10px 0 20px;font-size:clamp(38px,7vw,64px);line-height:1.02}.eyebrow{color:var(--green-dark);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:12px;font-weight:750}.hero-description{color:var(--muted);max-width:720px;margin:0;font-size:clamp(18px,2.4vw,21px);line-height:1.55}.live-summary{background:var(--surface);border:1px solid var(--line);color:var(--muted);border-radius:999px;align-items:center;gap:14px;min-height:50px;margin-top:28px;padding:8px 18px;font-size:14px;display:inline-flex;box-shadow:0 6px 22px #18352b0d}.live-count{color:var(--text);align-items:center;gap:8px;display:inline-flex}.live-dot,.status-dot{background:var(--green);box-shadow:0 0 0 4px var(--green-soft);border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.live-summary-demo .live-dot{background:var(--amber);box-shadow:0 0 0 4px #f8edd9}.summary-divider{background:var(--line);width:1px;height:22px}.demo-notice,.empty-notice{border-radius:var(--radius-small);color:#73521a;background:#fff8e9;border:1px solid #ead8ae;max-width:720px;margin:16px 0 0;padding:11px 14px;font-size:14px;line-height:1.5}.empty-notice{background:var(--surface-subtle);border-color:var(--line);color:var(--muted)}.section{padding-top:42px;padding-bottom:42px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:20px;display:flex}.section-heading h2,.split-section h2,.prose-section h2{letter-spacing:-.04em;margin:7px 0 0;font-size:clamp(27px,4vw,36px);line-height:1.1}.section-heading>p{color:var(--muted);text-align:right;margin:0 0 4px 20px;font-size:14px}.section-heading a{color:var(--blue);text-underline-offset:3px;min-height:44px;padding:13px 0;font-size:14px}.proxy-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.proxy-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);min-width:0;padding:20px}.proxy-card-heading{align-items:center;gap:12px;display:flex}.flag{background:var(--surface-subtle);border:1px solid var(--line);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:25px;display:inline-flex}.proxy-card h3{letter-spacing:-.02em;margin:0 0 6px;font-size:18px}.status-line{color:var(--green-dark);align-items:center;gap:7px;margin:0;font-size:13px;font-weight:650;display:flex}.status-unstable{background:#c17a12;box-shadow:0 0 0 4px #fff2da}.status-offline{background:#a44343;box-shadow:0 0 0 4px #fce9e9}.status-unknown,.status-checking{background:#7a8883;box-shadow:0 0 0 4px #edf1ef}.proxy-metrics{color:var(--muted);flex-wrap:wrap;align-items:center;gap:7px;margin:22px 0 18px;font-size:13px;display:flex}.proxy-metrics>span:not(:last-child):after{color:var(--line-strong);content:"·";margin-left:7px}.proxy-metrics .latency{color:var(--text);letter-spacing:-.04em;font-size:22px;font-weight:750}.validation-label{flex-basis:100%;margin-top:3px}.proxy-actions{gap:8px;display:flex}.primary-button,.secondary-button,.smart-button,.compact-connect{border-radius:var(--radius-small);cursor:pointer;text-align:center;border:0;justify-content:center;align-items:center;min-height:48px;font-weight:700;text-decoration:none;display:inline-flex}.primary-button{background:var(--green);color:#fff;flex:1;padding:12px 18px}.primary-button:hover:not(:disabled){background:var(--green-dark)}.primary-button:disabled,.compact-connect:disabled,.actions-menu-panel button:disabled{cursor:not-allowed;opacity:.55}.proxy-secondary-actions{gap:8px;display:flex;position:relative}.secondary-button,.actions-menu summary{background:var(--surface-subtle);border:1px solid var(--line);color:var(--text);min-width:48px;padding:11px 13px}.qr-button{gap:6px}.actions-menu{position:relative}.actions-menu summary{border-radius:var(--radius-small);cursor:pointer;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:750;list-style:none;display:flex}.actions-menu summary::-webkit-details-marker{display:none}.actions-menu-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-small);box-shadow:var(--shadow);z-index:10;min-width:210px;padding:6px;display:grid;position:absolute;top:calc(100% + 7px);right:0}.actions-menu-panel a,.actions-menu-panel button{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;min-height:44px;padding:11px 12px;text-decoration:none}.actions-menu-panel a:hover,.actions-menu-panel button:hover:not(:disabled){background:var(--surface-subtle)}.technical-details{border-top:1px solid var(--line);margin-top:18px;padding-top:4px}.technical-details summary{color:var(--muted);cursor:pointer;min-height:44px;padding:14px 2px 8px;font-size:13px}.technical-details dl{gap:9px;margin:7px 0 4px;font-size:12px;display:grid}.technical-details dl div{grid-template-columns:74px minmax(0,1fr);gap:8px;display:grid}.technical-details dt{color:var(--muted)}.technical-details dd{overflow-wrap:anywhere;margin:0}.qr-dialog{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:20px;width:100%;max-width:min(420px,100vw - 28px);padding:0;box-shadow:0 24px 80px #0d241c3d}.qr-dialog::backdrop{background:#0b19148c}.dialog-content{text-align:center;padding:30px}.dialog-content h2{letter-spacing:-.04em;margin:7px 0 9px;font-size:27px}.dialog-content>p:not(.eyebrow,.action-feedback,.demo-inline){color:var(--muted);max-width:310px;margin:0 auto;line-height:1.5}.dialog-close{background:var(--surface-subtle);color:var(--muted);cursor:pointer;border:0;border-radius:50%;width:44px;height:44px;font-size:24px;line-height:1;position:absolute;top:12px;right:12px}.qr-image-wrap{border:1px solid var(--line);background:#fff;border-radius:14px;margin:24px auto 20px;padding:8px;display:inline-flex}.qr-image-wrap img{max-width:100%;height:auto}.full-width{width:100%}.demo-inline{color:var(--amber);margin:-8px 0 18px;font-size:13px}.action-feedback{color:var(--green-dark);min-height:20px;font-size:13px}.smart-connect{border-radius:var(--radius);background:#edf7fb;border:1px solid #cee5ed;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin:16px 0;padding:24px;display:grid}.smart-icon{background:#fff;border:1px solid #cee5ed;border-radius:13px;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex}.smart-copy h2{letter-spacing:-.03em;margin:5px 0;font-size:22px}.smart-copy>p:not(.eyebrow,.paid-note){color:var(--muted);margin:0;line-height:1.45}.paid-note{color:var(--blue);margin:8px 0 0;font-size:12px;font-weight:650}.smart-button{background:var(--text);color:#fff;padding:12px 19px}.compact-proxy-list{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin:0;padding:0;list-style:none;overflow:hidden}.compact-proxy-row{grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:14px;min-height:72px;padding:10px 14px 10px 18px;display:grid}.compact-proxy-row+.compact-proxy-row{border-top:1px solid var(--line)}.compact-location{align-items:center;gap:11px;font-weight:650;display:flex}.compact-latency{color:var(--muted);font-variant-numeric:tabular-nums}.compact-status{justify-content:center;align-items:center;width:26px;height:44px;display:flex}.compact-connect{background:var(--green-soft);color:var(--green-dark);min-height:44px;padding:10px 15px}.empty-state{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:24px;display:grid}.empty-state-icon{background:var(--surface-subtle);color:var(--muted);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:flex}.empty-state h3,.empty-state p{margin:0}.empty-state p{color:var(--muted);margin-top:5px;line-height:1.5}.split-section{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(36px,8vw,100px);display:grid}.section-intro,.prose-section>p{color:var(--muted);margin:16px 0 0;font-size:16px;line-height:1.7}.steps-list{gap:9px;margin:0;padding:0;list-style:none;display:grid}.steps-list li{background:var(--surface);border:1px solid var(--line);border-radius:13px;grid-template-columns:auto 1fr;align-items:center;gap:14px;padding:15px;display:grid}.steps-list li>span{background:var(--green-soft);color:var(--green-dark);border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:750;display:flex}.steps-list strong{margin-bottom:3px;display:block}.steps-list p{color:var(--muted);margin:0;font-size:14px;line-height:1.4}.prose-section{border-bottom:1px solid var(--line);border-top:1px solid var(--line);max-width:840px}.prose-section>p{max-width:760px}.prose-section a{color:var(--blue);text-underline-offset:3px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;min-height:56px;padding:19px 4px;font-size:17px;font-weight:700;list-style-position:outside}.faq-list details p{color:var(--muted);max-width:760px;margin:-4px 0 20px;line-height:1.65}.site-footer{background:var(--text);color:#fff;margin-top:50px}.article-page{max-width:900px;padding-top:34px;padding-bottom:50px}.breadcrumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:42px;font-size:13px;display:flex}.breadcrumbs a{text-underline-offset:3px;min-height:44px;padding:14px 0}.article-header{border-bottom:1px solid var(--line);padding-bottom:36px}.article-header h1,.not-found h1{letter-spacing:-.052em;margin:10px 0 18px;font-size:clamp(36px,6vw,54px);line-height:1.04}.article-header>p:last-child,.not-found>p{color:var(--muted);max-width:760px;margin:0;font-size:19px;line-height:1.65}.article-content{padding-top:10px}.article-content section{margin-top:38px}.article-content h2,.article-empty-state h2{letter-spacing:-.035em;margin:0 0 12px;font-size:25px}.article-content section>p,.article-content>p{color:var(--muted);max-width:760px;margin:0;line-height:1.75}.article-cta{background:var(--green);border-radius:var(--radius-small);color:#fff;justify-content:center;align-items:center;min-height:50px;margin-top:38px;padding:13px 19px;font-weight:700;text-decoration:none;display:inline-flex}.article-server-list,.article-empty-state,.article-faq-list{margin-top:30px}.article-empty-state{grid-template-columns:auto 1fr}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.guide-grid a{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-small);gap:7px;min-height:132px;padding:20px;text-decoration:none;display:grid}.guide-grid a:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.guide-grid strong{font-size:20px}.guide-grid a span:nth-child(2){color:var(--muted);font-size:14px}.guide-grid a span:last-child{color:var(--blue);justify-self:end;font-size:20px}.article-steps{counter-reset:guide;gap:12px;margin:30px 0 0;padding:0;list-style:none;display:grid}.article-steps li{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-small);counter-increment:guide;padding:20px 20px 20px 70px;position:relative}.article-steps li:before{background:var(--green-soft);color:var(--green-dark);content:counter(guide);border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;font-weight:750;display:flex;position:absolute;top:18px;left:18px}.article-steps p{color:var(--muted);margin:5px 0 0;line-height:1.55}.not-found{min-height:62vh;padding-top:100px;padding-bottom:80px}.footer-inner{justify-content:space-between;padding-top:42px;padding-bottom:42px;display:flex}.footer-brand{font-size:18px;font-weight:750}.footer-inner p{color:#abb9b4;margin:8px 0 0;font-size:14px}.footer-inner nav{flex-wrap:wrap;gap:22px;display:flex}.footer-inner nav a{color:#d8e0dd;text-underline-offset:3px;min-height:44px;padding:13px 0;font-size:14px;text-decoration-color:#60726b}@media (max-width:860px){.proxy-grid{grid-template-columns:1fr}.proxy-card{grid-template-columns:minmax(0,1fr) auto;display:grid}.proxy-card-heading,.proxy-metrics,.technical-details{grid-column:1}.proxy-actions{grid-area:1/2/span 2;align-self:center;margin-left:22px}.technical-details{margin-right:20px}.split-section{grid-template-columns:1fr;gap:28px}}@media (max-width:620px){.shell{padding-inline:16px}.main-nav a:first-child{display:none}.hero{padding-top:44px;padding-bottom:22px}.hero h1{letter-spacing:-.052em;font-size:40px}.hero-description{font-size:18px}.live-summary{border-radius:14px;flex-direction:column;align-items:flex-start;gap:6px;width:100%;padding:12px 15px}.summary-divider{display:none}.section{padding-top:32px;padding-bottom:32px}.section-heading{align-items:flex-start;gap:12px}.section-heading>p{display:none}.proxy-card{padding:18px;display:block}.proxy-actions{margin-left:0}.technical-details{margin-right:0}.qr-button{width:48px;padding:11px;font-size:0}.qr-button span{font-size:20px}.smart-connect{grid-template-columns:auto 1fr;align-items:start;padding:19px}.smart-button{grid-column:1/-1;width:100%}.compact-heading{align-items:end}.compact-proxy-row{grid-template-columns:minmax(0,1fr) auto auto;gap:9px;padding-left:14px}.compact-status{display:none}.compact-location{font-size:14px}.compact-latency{font-size:13px}.compact-connect{padding-inline:11px;font-size:13px}.empty-state{grid-template-columns:auto 1fr}.empty-state>a{grid-column:1/-1;width:100%}.footer-inner{flex-direction:column;gap:24px}.footer-inner nav{flex-direction:column;gap:0}.dialog-content{padding:27px 20px 20px}.article-page{padding-top:20px}.breadcrumbs{margin-bottom:26px}.article-header>p:last-child{font-size:17px}.guide-grid{grid-template-columns:1fr}.guide-grid a{min-height:110px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
:root{--background:#f3f8f5;--surface-subtle:#edf5f0;--text:#10271e;--muted:#5d7067;--line:#d5e4db;--line-strong:#bbd1c4;--green:#247f59;--green-dark:#155d40;--green-soft:#e2f2e8;--blue:#276f5d;--shadow:0 10px 28px #14432f12}body{background:var(--background)}.site-header{background:#f3f8f5f7;border-bottom-color:#c5dacec7}.header-inner{height:60px}.brand-mark{background:var(--green-dark);box-shadow:0 4px 12px #155d4029}.main-nav a{align-items:center;display:inline-flex}.main-nav a:hover{background:#e8f1eb}button:focus-visible,summary:focus-visible,a:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #247f5961}.hero{padding-top:46px;padding-bottom:22px}.hero h1{max-width:760px}.live-summary{border-color:#d0e0d6;margin-top:22px;box-shadow:0 6px 20px #14432f0d}.live-summary-tcp .live-dot{background:#668579;box-shadow:0 0 0 4px #e7efeb}.live-summary-empty .live-dot{background:#7b8982;box-shadow:0 0 0 4px #e9eeeb}.smart-connect-shell{padding-bottom:8px}.smart-connect{background:var(--surface);border-color:#c3d9cb;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin:0;padding:15px 17px;box-shadow:0 10px 26px #16553917}.smart-icon{color:var(--green-dark);background:#edf7f1;border-color:#c7dccf;border-radius:12px;width:44px;height:44px;font-size:19px}.smart-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.smart-copy .eyebrow{color:var(--green-dark)}.smart-copy h2{margin:2px 0;font-size:20px}.smart-copy>p:not(.eyebrow,.paid-note){font-size:14px;line-height:1.4}.paid-note{background:var(--green-soft);color:var(--green-dark);border:1px solid #cee2d5;border-radius:999px;margin:0;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.smart-button{background:var(--green-dark);color:#fff;white-space:nowrap;min-height:44px;padding:10px 16px}.smart-button:hover{background:#0f4d35}.section-heading a,.prose-section a{color:var(--blue)}.proxy-card{border-color:#d1e1d7;transition:border-color .16s,box-shadow .16s,transform .16s;box-shadow:0 8px 24px #14432f0f}.proxy-card:hover{border-color:#b7d0c1;transform:translateY(-2px);box-shadow:0 14px 34px #14432f17}.flag{background:#f0f6f2}.status-text-unstable{color:#845913}.status-text-offline{color:#8b3d3d}.status-text-unknown,.status-text-checking{color:#4f6c60}.status-line-tcp{color:#79540f}.status-line-tcp .status-dot{background:#b77912;box-shadow:0 0 0 4px #fff0c9}.proxy-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0 10px;display:grid}.proxy-metrics>span:not(:last-child):after{content:none}.proxy-metric{background:#f5f9f6;border:1px solid #e0ebe4;border-radius:10px;gap:4px;min-width:0;padding:9px 10px;display:grid}.proxy-metric .metric-label{color:var(--muted);font-size:11px}.proxy-metric strong{color:var(--text);font-size:14px;line-height:1.2}.proxy-metric .latency{font-variant-numeric:tabular-nums;font-size:20px}.validation-badge,.compact-validation{border:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#f2f6f4;border-radius:999px;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:750;display:inline-flex}.validation-badge{min-height:34px;margin:0 0 16px;padding:6px 10px}.validation-badge>span:first-child{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;line-height:1;display:inline-flex}.compact-validation{min-height:32px;padding:5px 9px}.compact-validation .status-dot{box-shadow:none;width:6px;height:6px}.validation-protocol_verified,.validation-region_verified{background:var(--green-soft);color:var(--green-dark);border-color:#c3ddcd}.validation-region_verified{border-color:#a9d1b9}.validation-tcp_reachable{color:#6f4c0d;background:#fff8e5;border-color:#ead8a8}.validation-tcp_reachable .status-dot{background:#b77912}.validation-none .status-dot{background:#7b8982}.validation-none{color:#66766f;background:#f3f5f4;border-color:#dce4df}.regional-evidence{background:#f7faf8;border:1px solid #dce9e1;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;min-height:48px;margin:0 0 16px;padding:8px 10px;display:flex}.regional-evidence-label{color:var(--muted);font-size:11px;font-weight:700}.regional-evidence-value{text-align:right;gap:2px;font-size:12px;display:grid}.regional-evidence-value strong{color:var(--text);font-size:13px}.regional-evidence-value>span,.regional-evidence-empty{color:var(--muted)}.regional-evidence-empty{text-align:right;font-size:12px}.primary-button{box-shadow:0 5px 14px #247f5924}.compact-proxy-list{border-color:#d1e1d7;box-shadow:0 7px 22px #14432f0a}.compact-proxy-row{min-height:70px}.compact-location{min-width:0}.compact-location-copy{gap:2px;min-width:0;display:grid}.compact-location-copy small{color:var(--muted);font-size:11px;font-weight:500;line-height:1.25}.compact-latency{color:#53675e;font-weight:650}.compact-connect{min-width:108px}.compact-connect:hover{background:#d5eadc}.technical-details summary{align-items:center;display:inline-flex}.technical-details summary:hover{color:var(--text)}.servers-catalog{gap:14px;display:grid}.catalog-toolbar{background:var(--surface);border:1px solid var(--line);border-radius:14px;grid-template-columns:minmax(170px,1fr) minmax(170px,1fr) auto;align-items:end;gap:10px;min-inline-size:0;margin:0;padding:12px;display:grid}.catalog-toolbar label{gap:5px;min-width:0;margin:0;display:grid}.catalog-toolbar label>span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.catalog-toolbar select{background:var(--surface-subtle);border:1px solid var(--line);color:var(--text);font:inherit;border-radius:10px;width:100%;min-width:0;min-height:44px;padding:9px 10px}.catalog-results{align-items:center;gap:6px;display:flex}.catalog-count{color:var(--muted);white-space:nowrap;padding:11px 4px;font-size:13px}.catalog-count strong{color:var(--text)}.catalog-reset{color:var(--green-dark);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:9px;min-height:44px;padding:10px;font-weight:700}.catalog-reset:hover:not(:disabled){background:var(--green-soft)}.catalog-reset:disabled{color:#829087;cursor:default;opacity:.72}.catalog-no-results{background:var(--surface);border:1px dashed var(--line-strong);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:5px;padding:28px 18px;display:flex}.catalog-no-results span{color:var(--muted);font-size:14px}@media (max-width:920px){.catalog-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-results{grid-column:1/-1;justify-content:space-between}}@media (max-width:860px) and (min-width:621px){.proxy-card{grid-template-areas:"heading actions""metrics actions""validation actions""regional actions""details details"}.proxy-card-heading{grid-area:heading}.proxy-metrics{grid-area:metrics}.validation-badge{grid-area:validation;justify-self:start}.regional-evidence{grid-area:regional}.proxy-actions{grid-area:actions}.technical-details{grid-area:details;margin-right:0}}@media (max-width:720px){.header-inner{height:56px}.brand{gap:7px;font-size:16px}.brand-mark{width:30px;height:30px}.main-nav{gap:0}.main-nav a{padding-inline:8px;font-size:13px}.main-nav .nav-how-to{display:none}.hero{padding-top:26px;padding-bottom:15px}.hero h1{margin-top:7px;margin-bottom:12px;font-size:clamp(33px,9.5vw,42px);line-height:1.02}.hero-description{max-width:590px;font-size:16px;line-height:1.45}.live-summary{border-radius:13px;flex-flow:wrap;align-items:center;gap:5px 12px;width:100%;min-height:46px;margin-top:16px;padding:9px 12px}.summary-divider{display:none}.smart-connect-shell{padding-bottom:0}.smart-connect{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;padding:13px}.smart-icon{width:40px;height:40px}.smart-copy h2{font-size:18px}.smart-copy>p:not(.eyebrow,.paid-note){font-size:13px}.smart-button{grid-column:1/-1;width:100%}.smart-connect-shell+.section{padding-top:24px}.section-heading{margin-bottom:16px}.proxy-card:hover{transform:none}.article-page{padding-top:16px}.breadcrumbs{margin-bottom:18px}.article-header{padding-bottom:24px}.article-header h1{margin-bottom:13px;font-size:clamp(32px,9vw,42px)}.article-header>p:last-child{font-size:16px;line-height:1.55}.article-server-list{margin-top:20px}}@media (max-width:620px){.main-nav a:first-child{display:inline-flex}.section{padding-top:28px;padding-bottom:28px}.proxy-card{border-radius:14px;padding:16px;display:block}.proxy-metrics{margin-top:16px;margin-bottom:9px}.proxy-actions{gap:6px;margin-left:0}.primary-button{min-height:46px}.technical-details{margin-right:0}.compact-proxy-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"location latency""validation connect";gap:8px 12px;min-height:104px;padding:12px}.compact-location{grid-area:location;line-height:1.3}.compact-latency{grid-area:latency;justify-self:end;font-size:13px;display:inline}.compact-validation{grid-area:validation;justify-self:start;padding-inline:8px}.compact-connect{grid-area:connect;justify-self:end;min-width:112px}.catalog-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-toolbar select{font-size:14px}}@media (max-width:420px){.shell{padding-inline:14px}.main-nav a{padding-inline:7px}.hero h1{font-size:34px}.hero-description{font-size:15px}.live-summary{font-size:13px}.smart-title-row .eyebrow{display:none}.smart-copy h2{margin-top:1px}.proxy-metric .latency{font-size:19px}.catalog-toolbar{gap:9px;padding:10px}.catalog-reset{padding-inline:7px}}@media (max-width:350px){.shell{padding-inline:12px}.brand{font-size:15px}.main-nav a{padding-inline:6px;font-size:12px}.hero h1{font-size:32px}.proxy-card,.smart-connect{padding:13px}.catalog-count,.catalog-reset{font-size:12px}}@media (prefers-reduced-motion:reduce){.proxy-card{transform:none}}
