.avail-bar{display:flex;gap:2px;align-items:center;width:100%;height:20px}.avail-bar__cell{flex:1;height:100%;border-radius:2px;cursor:default;transition:opacity .15s ease}.avail-bar__cell:hover{opacity:.75}.avail-bar__cell--loading{animation:avail-bar-pulse 1.2s ease-in-out infinite}@keyframes avail-bar-pulse{0%,to{opacity:1}50%{opacity:.35}}.avail-bar__no-data{font-size:.6875rem;color:var(--ink-500);white-space:nowrap}.relay-list-shell{padding:24px 0;scroll-margin-top:84px;color:var(--ink-200)}.relay-list-shell.has-compare-dock{padding-bottom:148px}.relay-list-shell .btn-glow:before{display:none}.relay-list-shell .btn-glow:hover{box-shadow:none}.relay-list-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.section-kicker{margin:0 0 6px;color:var(--green);font-family:var(--rr-mono);font-size:.6875rem;font-weight:750;letter-spacing:.04em}.relay-list-head h2{margin:0;color:var(--ink-100);font-size:1.5rem;line-height:1.2;letter-spacing:0;text-wrap:balance}.relay-list-head p{margin:8px 0 0;color:var(--ink-300);font-size:.8125rem}.sample-chip{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;border:1px solid var(--line);border-radius:8px;background:var(--bg-3);color:var(--ink-300);padding:3px 9px;font-size:.6875rem;font-weight:750;line-height:1.35;white-space:nowrap}.sample-chip.small{padding:1px 6px;font-size:.625rem}.filter-card,.relay-table-card{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-card)}.filter-card{margin-bottom:16px;overflow:hidden}.filter-primary{display:flex;align-items:center;gap:12px;padding:12px}.search-field{display:flex;align-items:center;gap:10px;flex:1 1 320px;min-width:220px;height:42px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--bg-2);padding:0 14px;transition:border-color .2s var(--ease-apple),background .2s var(--ease-apple)}.search-field:focus-within{border-color:var(--green);background:var(--bg-1)}.search-field .search-icon{flex:0 0 auto;width:16px;height:16px;color:var(--ink-300)}.search-field span,.relay-copy-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.search-field input{min-width:0;flex:1;height:38px;border:0;outline:none;background:transparent;color:var(--ink-100);font-size:.8125rem}.search-field input::-moz-placeholder{color:var(--ink-300)}.search-field input::placeholder{color:var(--ink-300)}.quick-filter-group,.filter-pill-set{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.quick-filter-group{justify-content:flex-end;flex:0 1 auto}.filter-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding:10px 12px 12px}.filter-pill-set{min-width:0}.filter-pill-label{color:var(--ink-300);font-size:.75rem;font-weight:750;white-space:nowrap}.pill-button,.reset-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--bg-2);color:var(--ink-200);padding:0 12px;font-size:.75rem;font-weight:750;white-space:nowrap;transition:border-color .2s var(--ease-apple),background .2s var(--ease-apple),color .2s var(--ease-apple),transform .18s var(--ease-apple)}.pill-button:hover,.reset-button:hover{border-color:var(--line-bright);background:var(--bg-3);color:var(--ink-100)}.pill-button:active,.reset-button:active{transform:translateY(1px)}.pill-button.active{border-color:color-mix(in srgb,var(--green) 46%,transparent);background:var(--green-soft);color:var(--green)}.pill-button--subtle{min-height:30px;padding-inline:10px;color:var(--ink-300)}.reset-button{color:var(--ink-300)}.reset-button[aria-hidden=true]{visibility:hidden;pointer-events:none}.reset-button:hover{border-color:color-mix(in srgb,var(--red) 42%,transparent);color:var(--red)}.relay-table-card{position:relative;overflow:hidden}.relay-table{width:100%;border-collapse:collapse;table-layout:fixed}.relay-table th{height:44px;border-bottom:1px solid var(--line);background:var(--bg-1);color:var(--ink-300);font-size:.6875rem;font-weight:800;letter-spacing:.02em;text-align:left;vertical-align:middle}.relay-table th,.relay-table td{padding:9px 12px}.relay-table th:nth-child(1){width:44px;text-align:center}.relay-table th:nth-child(2){width:26%}.relay-table th:nth-child(3){width:76px}.relay-table th:nth-child(4){width:22%}.relay-table th:nth-child(5){width:76px}.relay-table th:nth-child(6){width:130px}.relay-table th:nth-child(7){width:108px}.avail-bar-cell{padding-block:6px}.relay-card-avail{display:flex;flex-direction:column;gap:6px;padding:10px 0 4px;border-top:1px solid var(--line)}.relay-card-avail>span{font-size:.6875rem;color:var(--ink-500);font-weight:600;letter-spacing:.02em;text-transform:uppercase}.relay-table td{border-bottom:1px solid var(--line);color:var(--ink-200);font-size:.8125rem;transition:background .18s var(--ease-apple),color .18s var(--ease-apple);vertical-align:middle}.relay-table tbody tr{background:var(--bg-card);cursor:pointer;transition:background .18s var(--ease-apple),box-shadow .18s var(--ease-apple)}.relay-table tbody tr:hover{background:var(--bg-card-hover);box-shadow:inset 0 0 0 1px var(--line-bright)}.relay-table tbody tr:focus-within{outline:2px solid var(--green);outline-offset:-2px}.relay-table tbody tr.relay-row-selected,.relay-table tbody tr.relay-row-selected:hover{background:var(--green-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--green) 38%,transparent)}.relay-select-cell{text-align:center}.relay-select-control{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--ink-200);font-size:.75rem;font-weight:750;cursor:pointer;transition:color .2s var(--ease-apple),opacity .2s var(--ease-apple)}.relay-select-control input{width:17px;height:17px;margin:0;accent-color:var(--green);cursor:pointer}.relay-select-control.disabled{cursor:not-allowed;opacity:.48}.relay-select-control.disabled input{cursor:not-allowed}.relay-select-control--table{min-width:28px;min-height:28px}.relay-select-control--card{min-height:34px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--bg-2);padding:0 10px;white-space:nowrap}.relay-select-control--card:hover,.relay-select-control--card.selected{border-color:color-mix(in srgb,var(--green) 40%,transparent);background:var(--green-soft);color:var(--green)}.relay-select-control.selected{color:var(--green)}.relay-name-cell,.relay-title-line,.model-stack,.tool-stack,.relay-card-top,.relay-card-flags,.relay-card-actions,.action-cell{display:flex;align-items:center}.relay-name-cell{gap:10px;min-width:0}.relay-logo{position:relative;display:grid;place-items:center;flex:0 0 auto;width:32px;height:32px;border:1px solid var(--line-bright);border-radius:10px;background:var(--bg-3);color:var(--green);font-family:var(--rr-mono);font-size:.875rem;font-weight:800;overflow:hidden}.relay-logo img{position:relative;z-index:1;width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.relay-logo span{position:absolute;inset:0;display:grid;place-items:center}.relay-title-line{flex-wrap:wrap;gap:6px}.relay-title-line strong{color:var(--ink-100);font-size:.8125rem}.relay-domain{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:3px;color:var(--ink-300);font-family:var(--rr-mono);font-size:.6875rem;overflow-wrap:anywhere}.region-chip{display:inline-flex;align-items:center;min-height:18px;border:1px solid var(--line);border-radius:var(--r-pill);color:var(--ink-400);padding:0 6px;font-size:.625rem}.relay-status-dot{display:inline-block;width:9px;height:9px;border-radius:var(--r-pill);background:var(--ink-400);box-shadow:0 0 0 3px color-mix(in srgb,var(--ink-400) 18%,transparent)}.relay-status-dot--active{background:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 18%,transparent)}.relay-status-dot--suspect{background:var(--amber);box-shadow:0 0 0 3px color-mix(in srgb,var(--amber) 20%,transparent)}.relay-status-dot--dead{background:var(--red);box-shadow:0 0 0 3px color-mix(in srgb,var(--red) 18%,transparent)}.category-pill,.model-token,.model-more,.tool-token,.tool-more{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:22px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--bg-2);color:var(--ink-200);padding:2px 7px;font-size:.625rem;font-weight:750;line-height:1.2;white-space:nowrap}.category-pill{min-height:24px;padding-inline:9px;font-size:.6875rem}.category-pill--platform{border-color:color-mix(in srgb,var(--amber) 35%,transparent);background:color-mix(in srgb,var(--amber) 12%,transparent);color:var(--amber)}.category-pill--gateway{border-color:color-mix(in srgb,var(--cyan) 35%,transparent);background:color-mix(in srgb,var(--cyan) 12%,transparent);color:var(--cyan)}.model-stack,.tool-stack{flex-wrap:wrap;gap:4px}.model-token--claude,.tool-token--highlight{border-color:color-mix(in srgb,var(--green) 36%,transparent);background:var(--green-soft);color:var(--green)}.model-more,.tool-more,.tool-empty{color:var(--ink-400);font-family:var(--rr-mono)}.tool-empty{color:var(--ink-400);font-size:.8125rem}.boolean-mark{display:inline-flex;justify-content:center;width:100%;color:var(--ink-400);font-family:var(--rr-mono);font-size:.875rem;font-weight:800}.boolean-mark--ok{color:var(--green)}.money{color:var(--ink-100);font-family:var(--rr-mono);font-size:.75rem;font-weight:750;font-variant-numeric:tabular-nums}.metric-placeholder,.boolean-mark--muted{color:var(--ink-400)!important}.action-cell{gap:6px}.base-url-action,.detail-link{display:inline-flex;align-items:center;justify-content:center;min-height:30px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--bg-2);color:var(--ink-200);font-size:.6875rem;font-weight:800;white-space:nowrap;transition:border-color .2s var(--ease-apple),background .2s var(--ease-apple),color .2s var(--ease-apple),transform .18s var(--ease-apple)}.base-url-action{padding:0 10px}.detail-link{min-width:30px;padding:0 8px;color:var(--green);font-size:1rem}.detail-link--text{min-width:0;padding-inline:12px;font-size:.75rem}.base-url-action:hover,.detail-link:hover{border-color:color-mix(in srgb,var(--green) 38%,transparent);background:var(--green-soft);color:var(--green);transform:translateY(-1px)}.base-url-action[data-status=copied]{border-color:color-mix(in srgb,var(--green) 50%,transparent);background:var(--green-soft);color:var(--green)}.base-url-action[data-status=failed]{border-color:color-mix(in srgb,var(--red) 50%,transparent);background:color-mix(in srgb,var(--red) 12%,transparent);color:var(--red)}.relay-card-list{display:none}.compare-dock{position:fixed;left:50%;bottom:18px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:16px;width:min(960px,calc(100vw - 32px));border:1px solid color-mix(in srgb,var(--green) 32%,var(--line));border-radius:var(--r-lg);background:color-mix(in srgb,var(--bg-1) 92%,transparent);padding:12px 14px;transform:translate(-50%);backdrop-filter:blur(14px)}.compare-dock-summary{display:grid;gap:7px;min-width:0}.compare-dock-summary strong{color:var(--ink-100);font-size:.8125rem}.compare-dock-items{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.compare-dock-chip{display:inline-flex;align-items:center;max-width:190px;min-height:24px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--bg-2);color:var(--ink-200);padding:2px 8px;font-size:.6875rem;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-dock-hint{margin:0;color:var(--green);font-size:.75rem;font-weight:700}.compare-dock-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.compare-start-link,.compare-clear-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:var(--r-pill);padding:0 14px;font-size:.75rem;font-weight:800;white-space:nowrap;transition:transform .18s var(--ease-apple),border-color .2s var(--ease-apple),background .2s var(--ease-apple),color .2s var(--ease-apple)}.compare-start-link{border:1px solid transparent;background:var(--green);color:#06130c}.compare-clear-button{border:1px solid var(--line);background:var(--bg-2);color:var(--ink-200)}.compare-start-link:hover,.compare-clear-button:hover{transform:translateY(-1px)}.compare-start-link:hover{background:var(--green-dim)}.compare-clear-button:hover{border-color:color-mix(in srgb,var(--red) 42%,transparent);color:var(--red)}.empty-state{display:grid;justify-items:center;gap:6px;border-top:1px solid var(--line);padding:34px 20px;text-align:center}.empty-state strong{color:var(--ink-100);font-size:.9375rem}.empty-state p{margin:0;color:var(--ink-300)}.empty-state button{margin-top:8px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--bg-2);color:var(--green);padding:7px 13px;font-weight:750}@media(max-width:1180px){.relay-table th,.relay-table td{padding-inline:10px}}@media(max-width:1024px){.filter-primary,.filter-panel{align-items:stretch;flex-direction:column}.quick-filter-group{justify-content:flex-start}}@media(max-width:767px){.relay-list-shell{padding:24px 0 52px}.relay-list-shell.has-compare-dock{padding-bottom:210px}.relay-list-head{align-items:flex-start;flex-direction:column;gap:10px}.relay-list-head h2{font-size:1.3125rem}.filter-primary{padding:10px}.search-field{min-width:0;flex-basis:auto}.filter-panel{padding:10px}.filter-pill-set{align-items:flex-start}.filter-pill-label{width:100%}.relay-table{display:none}.relay-card-list{display:grid;gap:10px;padding:10px}.relay-card{border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-card);padding:14px;transition:transform .2s var(--ease-apple),border-color .2s var(--ease-apple),background .2s var(--ease-apple)}.relay-card:hover{border-color:var(--line-bright);background:var(--bg-card-hover);transform:translateY(-1px)}.relay-card.relay-card-selected{border-color:color-mix(in srgb,var(--green) 38%,transparent);background:var(--green-soft)}.relay-card:active{transform:translateY(0) scale(.99);transition-duration:.1s}.relay-card-top{justify-content:space-between;gap:12px}.relay-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;flex:0 0 auto}.mobile-metrics{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.mobile-metrics>div{min-width:0;border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-2);padding:10px}.mobile-metrics span{display:block;margin-bottom:5px;color:var(--ink-300);font-size:.6875rem;font-weight:750}.mobile-metrics strong{display:block;color:var(--ink-100);font-family:var(--rr-mono);font-size:.9375rem}.compare-dock{align-items:stretch;flex-direction:column;bottom:12px;gap:12px;width:calc(100vw - 24px)}.compare-dock-actions{width:100%}.compare-start-link,.compare-clear-button{flex:1}}@media(max-width:420px){.relay-card-top{align-items:flex-start;flex-direction:column}.relay-card-actions{width:100%}.relay-card-actions .detail-link,.relay-card-actions .base-url-action,.relay-card-actions .relay-select-control--card{flex:1}.mobile-metrics{grid-template-columns:1fr}.mobile-metrics>div:nth-child(3){grid-column:auto}}.verify-badge{display:inline-flex;align-items:center;gap:2px;padding:1px 6px;border-radius:4px;font-size:.6875rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;line-height:1.6}.verify-badge--verified{background:var(--color-ok-50);color:var(--color-ok-500);border:1px solid color-mix(in srgb,var(--color-ok-500) 30%,transparent)}.verify-badge--suspect{background:var(--color-warn-50);color:var(--color-warn-500);border:1px solid color-mix(in srgb,var(--color-warn-500) 30%,transparent)}@media(prefers-reduced-motion:reduce){.pill-button,.reset-button,.relay-table tbody tr,.relay-card,.base-url-action,.detail-link,.compare-start-link,.compare-clear-button{transition:none}.base-url-action:hover,.detail-link:hover,.compare-start-link:hover,.compare-clear-button:hover,.relay-card:hover{transform:none}}.home-hero:where(.astro-wse7a2hg){--hero-glow: rgba(5, 155, 82, .09);--hero-glow-2: rgba(2, 132, 168, .06);--grid-line: rgba(0, 0, 0, .055);position:relative;overflow:hidden;padding:56px 0 40px}[data-theme=dark] .home-hero:where(.astro-wse7a2hg){--hero-glow: rgba(0, 232, 123, .14);--hero-glow-2: rgba(0, 212, 255, .07);--grid-line: rgba(255, 255, 255, .045)}.home-hero:where(.astro-wse7a2hg):before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 800px 560px at 50% 0%,var(--hero-glow) 0%,transparent 70%),radial-gradient(ellipse 420px 300px at 80% 16%,var(--hero-glow-2) 0%,transparent 72%);pointer-events:none;animation:fadeIn .9s var(--ease-out-quart) both}.home-hero:where(.astro-wse7a2hg):after{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse 72% 80% at 50% 28%,black 10%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 72% 80% at 50% 28%,black 10%,transparent 80%);opacity:.72;pointer-events:none;animation:fadeIn 1.1s var(--ease-out-quart) .1s both}.hero-content:where(.astro-wse7a2hg){position:relative;z-index:1}.hero-eyebrow:where(.astro-wse7a2hg){display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 16px;color:var(--brand-500);font-family:var(--rr-mono);font-size:12px;font-weight:600;letter-spacing:.02em;animation:fadeInUp .52s var(--ease-out-quart) .06s both}.count:where(.astro-wse7a2hg){display:inline-flex;align-items:center;gap:4px;border:1px solid color-mix(in srgb,var(--brand-500) 18%,transparent);border-radius:var(--r-pill);background:var(--brand-50);padding:2px 10px 2px 8px;font-size:11px;font-weight:600}.count:where(.astro-wse7a2hg):before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand-500)}h1:where(.astro-wse7a2hg){max-width:720px;margin:0;color:var(--ink-900);font-size:clamp(36px,5vw,56px);font-weight:900;letter-spacing:-.03em;line-height:1.1;text-wrap:balance;animation:fadeInUp .62s var(--ease-out-quart) .15s both}h1:where(.astro-wse7a2hg) .accent:where(.astro-wse7a2hg){background:linear-gradient(135deg,var(--green) 0%,var(--cyan) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-lead:where(.astro-wse7a2hg){max-width:620px;margin:16px 0 0;color:var(--ink-500);font-size:16px;line-height:1.7;text-wrap:pretty;animation:fadeInUp .52s var(--ease-out-quart) .25s both}.quick-filters:where(.astro-wse7a2hg){display:flex;flex-wrap:wrap;gap:8px;margin-top:28px;animation:fadeInUp .52s var(--ease-out-quart) .36s both}.quick-filters:where(.astro-wse7a2hg) a:where(.astro-wse7a2hg){display:inline-flex;align-items:center;gap:6px;min-height:32px;border:1px solid var(--line-bright);border-radius:var(--r-pill);background:var(--bg-soft);color:var(--ink-700);padding:0 14px;font-size:12px;font-weight:600;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.quick-filters:where(.astro-wse7a2hg) svg:where(.astro-wse7a2hg){width:14px;height:14px;opacity:.5;flex:0 0 auto}.quick-filters:where(.astro-wse7a2hg) a:where(.astro-wse7a2hg):hover{border-color:var(--brand-500);background:var(--brand-50);color:var(--brand-500)}@media(max-width:767px){.home-hero:where(.astro-wse7a2hg){padding:40px 0 28px}h1:where(.astro-wse7a2hg){font-size:clamp(32px,10vw,48px)}.hero-lead:where(.astro-wse7a2hg){font-size:15px}.quick-filters:where(.astro-wse7a2hg){flex-wrap:nowrap;margin-inline:-12px;padding:0 12px 4px;overflow-x:auto;scrollbar-width:none}.quick-filters:where(.astro-wse7a2hg)::-webkit-scrollbar{display:none}}@media(max-width:480px){.home-hero:where(.astro-wse7a2hg){padding:32px 0 24px}}.stats-section:where(.astro-boza26qi){padding:0 0 12px}.stats-strip:where(.astro-boza26qi){display:flex;align-items:center;gap:18px;min-height:46px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-soft);color:var(--ink-500);padding:12px 16px;overflow-x:auto;font-family:var(--rr-mono);font-size:12px}.stat-item:where(.astro-boza26qi){display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.stat-val:where(.astro-boza26qi){color:var(--ink-900);font-size:14px;font-weight:800}.stat-val:where(.astro-boza26qi).green{color:var(--brand-500)}.stat-val:where(.astro-boza26qi).cyan{color:var(--cyan-500)}.stat-val:where(.astro-boza26qi).amber{color:var(--warn-500)}.stat-abbr:where(.astro-boza26qi){-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:2px;cursor:help}.stat-sep:where(.astro-boza26qi){width:1px;height:18px;background:var(--line-bright);flex:0 0 auto}@media(max-width:767px){.stats-strip:where(.astro-boza26qi){gap:12px;margin-inline:-12px;border-inline:0;border-radius:0;padding-inline:12px;scrollbar-width:none}.stats-strip:where(.astro-boza26qi)::-webkit-scrollbar{display:none}}.why-section:where(.astro-2syb6lfo){margin-top:-1px;position:relative;border-top:1px solid var(--line);padding:72px 0}.why-section:where(.astro-2syb6lfo):before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 600px 400px at 20% 45%,var(--brand-50) 0%,transparent 70%);pointer-events:none}.why-section:where(.astro-2syb6lfo) h2:where(.astro-2syb6lfo){max-width:620px;margin:0 0 28px;color:var(--ink-900);font-size:clamp(1.55rem,3vw,2rem);font-weight:850;letter-spacing:-.02em;line-height:1.2;text-wrap:balance}.why-prose:where(.astro-2syb6lfo){max-width:720px;display:flex;flex-direction:column;gap:14px}.why-prose:where(.astro-2syb6lfo) p:where(.astro-2syb6lfo){margin:0;color:var(--ink-500);font-size:15px;line-height:1.7}.why-prose:where(.astro-2syb6lfo) strong:where(.astro-2syb6lfo){color:var(--ink-800);font-weight:700}@media(max-width:767px){.why-section:where(.astro-2syb6lfo){padding:44px 0}.why-section:where(.astro-2syb6lfo) h2:where(.astro-2syb6lfo){font-size:22px;margin-bottom:20px}.why-prose:where(.astro-2syb6lfo) p:where(.astro-2syb6lfo){font-size:14px}}.how-section:where(.astro-vacs7kry){border-top:1px solid var(--line);background:linear-gradient(var(--grid-line, rgba(0,0,0,.05)) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line, rgba(0,0,0,.05)) 1px,transparent 1px),var(--bg);background-size:80px 80px;padding:72px 0}.how-section:where(.astro-vacs7kry) h2:where(.astro-vacs7kry){max-width:620px;margin:0 0 36px;color:var(--ink-900);font-size:clamp(1.55rem,3vw,2rem);font-weight:850;letter-spacing:-.02em;line-height:1.2;text-wrap:balance}.how-grid:where(.astro-vacs7kry){position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:0}.how-step:where(.astro-vacs7kry){position:relative;z-index:1;min-width:0;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);padding:28px 24px;transition:border-color .2s var(--ease-out-quart),box-shadow .2s var(--ease-out-quart),transform .2s var(--ease-out-quart)}.how-step:where(.astro-vacs7kry):hover{border-color:var(--line-bright);box-shadow:var(--sh-2);transform:translateY(-3px)}.step-number:where(.astro-vacs7kry){display:inline-flex;align-items:center;margin-bottom:16px;color:var(--brand-500);font-size:32px;font-weight:800;opacity:.28}.how-step:where(.astro-vacs7kry) h3:where(.astro-vacs7kry){margin:0;color:var(--ink-900);font-size:16px;font-weight:750;letter-spacing:0;line-height:1.35}.how-step:where(.astro-vacs7kry) p:where(.astro-vacs7kry){margin:8px 0 0;color:var(--ink-500);font-size:13px;line-height:1.65}@media(max-width:767px){.how-section:where(.astro-vacs7kry){padding:44px 0}.how-section:where(.astro-vacs7kry) h2:where(.astro-vacs7kry){font-size:22px}.how-grid:where(.astro-vacs7kry){grid-template-columns:1fr;gap:16px}.how-step:where(.astro-vacs7kry){text-align:left}}.faq-section:where(.astro-ziveic7a){border-top:1px solid var(--line);padding:72px 0}.faq-section:where(.astro-ziveic7a) h2:where(.astro-ziveic7a){margin:0 0 28px;color:var(--ink-900);font-size:clamp(1.55rem,3vw,2rem);font-weight:850;letter-spacing:-.02em;line-height:1.2}.faq-grid:where(.astro-ziveic7a){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.faq-item:where(.astro-ziveic7a){min-width:0;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-elev);padding:22px;transition:border-color .2s ease,background .2s ease}.faq-item:where(.astro-ziveic7a):hover{border-color:var(--line-bright);background:var(--bg-hover)}.faq-item:where(.astro-ziveic7a) h3:where(.astro-ziveic7a){display:flex;align-items:flex-start;gap:8px;margin:0;color:var(--ink-900);font-size:16px;font-weight:750;letter-spacing:0;line-height:1.35}.faq-item:where(.astro-ziveic7a) h3:where(.astro-ziveic7a):before{content:"Q";display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:22px;height:22px;border-radius:var(--r-sm);background:var(--brand-50);color:var(--brand-500);font-family:var(--rr-mono);font-size:11px;font-weight:900}.faq-item:where(.astro-ziveic7a) p:where(.astro-ziveic7a){margin:10px 0 0;color:var(--ink-500);font-size:13px;line-height:1.7;padding-left:30px}@media(max-width:767px){.faq-section:where(.astro-ziveic7a){padding:44px 0}.faq-section:where(.astro-ziveic7a) h2:where(.astro-ziveic7a){font-size:22px}.faq-grid:where(.astro-ziveic7a){grid-template-columns:1fr;gap:12px}}.final-cta-section:where(.astro-heth4zjv){position:relative;border-top:1px solid var(--line);padding:80px 0;text-align:center}.final-cta-section:where(.astro-heth4zjv):before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 600px 400px at 50% 80%,var(--brand-50) 0%,transparent 70%);pointer-events:none}.final-cta-panel:where(.astro-heth4zjv){position:relative;display:grid;justify-items:center;gap:0;min-width:0;max-width:760px;margin-inline:auto}.final-cta-panel:where(.astro-heth4zjv) h2:where(.astro-heth4zjv){margin:0;color:var(--ink-900);font-size:clamp(1.65rem,3vw,2.4rem);font-weight:850;letter-spacing:-.02em;line-height:1.2}.final-cta-panel:where(.astro-heth4zjv) p:where(.astro-heth4zjv){max-width:660px;margin:10px 0 0;color:var(--ink-600);font-size:14px;line-height:1.7}.final-cta-actions:where(.astro-heth4zjv){display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.primary-action:where(.astro-heth4zjv),.secondary-action:where(.astro-heth4zjv){display:inline-flex;align-items:center;justify-content:center;gap:6px;max-width:100%;min-height:44px;border-radius:10px;padding:0 22px;font-size:13px;font-weight:750;white-space:nowrap}.primary-action:where(.astro-heth4zjv){background:var(--brand-500);color:var(--bg)}.primary-action:where(.astro-heth4zjv):hover{background:var(--brand-600);color:var(--bg)}.secondary-action:where(.astro-heth4zjv){border:1px solid var(--line-bright);background:var(--bg-soft);color:var(--ink-700)}.secondary-action:where(.astro-heth4zjv):hover{border-color:var(--brand-500);color:var(--brand-500)}@media(max-width:767px){.final-cta-section:where(.astro-heth4zjv){padding:52px 0}.final-cta-panel:where(.astro-heth4zjv){justify-items:stretch}.final-cta-panel:where(.astro-heth4zjv) h2:where(.astro-heth4zjv){font-size:22px}.final-cta-actions:where(.astro-heth4zjv){justify-content:stretch}.primary-action:where(.astro-heth4zjv),.secondary-action:where(.astro-heth4zjv){width:100%;white-space:normal}}.relay-list-container:where(.astro-j7pv25f6){padding-top:0}
