.globe-hero{background:var(--color-bg, #f7f8fb)}.globe-hero--home{--globe-widget-max: 531px}.globe-hero__hero{position:relative;display:flex;flex-direction:column;overflow:hidden}.globe-hero--home .globe-hero__hero{height:calc(100dvh - var(--header-height, 64px));min-height:calc(100dvh - var(--header-height, 64px));max-height:calc(100dvh - var(--header-height, 64px))}.globe-hero__stage{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden;--globe-bottom-fade: clamp(140px, 16vh, 180px);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - var(--globe-bottom-fade)),rgba(0,0,0,.72) calc(100% - (var(--globe-bottom-fade) * .55)),rgba(0,0,0,.28) calc(100% - (var(--globe-bottom-fade) * .22)),transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - var(--globe-bottom-fade)),rgba(0,0,0,.72) calc(100% - (var(--globe-bottom-fade) * .55)),rgba(0,0,0,.28) calc(100% - (var(--globe-bottom-fade) * .22)),transparent 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.globe-hero__stage-art{position:absolute;inset:0;width:100%;height:100%;--globe-stage-shift: 140px;transform:translateY(var(--globe-stage-shift))}.globe-hero__inner{position:relative;z-index:1;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;min-height:0;width:min(100%,1200px);margin:0 auto;padding:1.25rem var(--page-gutter, 1.25rem) 1.5rem;pointer-events:none}.globe-hero__widget,.globe-hero__trust,.globe-hero__copy,.globe-hero__eyebrow,.globe-hero__scroll-cue{pointer-events:auto}.globe-hero__scroll-cue{position:relative;z-index:2;flex:0 0 8.125rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:auto;color:#b0bac8;text-decoration:none;transition:opacity .25s ease,transform .25s ease}.globe-hero__scroll-cue.is-hidden{opacity:0;transform:translateY(6px);pointer-events:none}.globe-hero__scroll-cue-board{display:flex;flex-direction:column;align-items:center;gap:.4rem;animation:globe-hero-cue-levitate 4.8s ease-in-out infinite}.globe-hero__scroll-cue:hover{color:#94a3b8}.globe-hero__scroll-cue:focus-visible{outline:2px solid #0048d7;outline-offset:4px;border-radius:6px}.globe-hero__scroll-cue-label{font-size:.6875rem;font-weight:500;letter-spacing:.03em;line-height:1}.globe-hero__scroll-cue-mouse{display:flex;height:1.7rem;width:1.1rem;align-items:flex-start;justify-content:center;border-radius:999px;border:1px solid #d5dbe5;padding:.2rem}.globe-hero__scroll-cue-dot{width:.2rem;height:.3rem;border-radius:999px;background:currentColor;opacity:.75;animation:globe-hero-cue-dot 1.6s ease-in-out infinite}@keyframes globe-hero-cue-levitate{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes globe-hero-cue-dot{0%,to{transform:translateY(0);opacity:.55}50%{transform:translateY(.14rem);opacity:.85}}@media(prefers-reduced-motion:reduce){.globe-hero__scroll-cue-board,.globe-hero__scroll-cue-dot{animation:none}}.globe-hero__eyebrow{position:absolute;left:0;bottom:100%;margin:0 0 2.25rem;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.globe-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,var(--globe-widget-max, 531px));grid-template-areas:"copy widget" "trust widget";-moz-column-gap:clamp(1.5rem,2.25vw,2.25rem);column-gap:clamp(1.5rem,2.25vw,2.25rem);row-gap:1.5rem;align-items:center;margin-top:3.3125rem}.globe-hero__copy{grid-area:copy;display:flex;flex-direction:column;justify-content:center;align-self:end;min-width:0}.globe-hero__title-block{position:relative;max-width:32rem}.globe-hero__title{margin:0;max-width:32rem;font-size:clamp(1.9375rem,3.55vw,3rem);font-weight:700;line-height:1.12;letter-spacing:-.025em;color:#0f172a;text-wrap:balance}.globe-hero__title-accent{color:#0048d7}.globe-hero__lede{margin:1.15rem 0 0;max-width:32rem;font-size:1.125rem;line-height:1.65;font-weight:400;color:#6b7280}.globe-hero__widget{grid-area:widget;justify-self:stretch;align-self:center;width:100%;max-width:var(--globe-widget-max, 531px);min-width:0;container-type:inline-size;container-name:pair-embed-shell}.globe-hero__widget .hsw--embedded{width:100%;max-width:var(--globe-widget-max, 531px)}.globe-hero__trust{grid-area:trust;display:flex;flex-direction:column;align-items:flex-start;align-self:start;margin-top:1rem;max-width:24rem;padding:.15rem 0 .15rem .7rem;border:none;border-left:2px solid #dbe3ef;background:transparent;box-sizing:border-box}.globe-hero__trust-stage{position:relative;width:100%;min-width:0;min-height:5rem;height:var(--trust-stage-h, 5rem)}.globe-hero__trust-item{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:.3rem;width:100%;margin:0;font-size:1rem;font-weight:400;line-height:1.6;letter-spacing:-.01em;color:#64748b;opacity:0;transform:translateY(.35rem);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.globe-hero__trust-item strong{font-size:1rem;font-weight:600;line-height:1.3;color:#475569}.globe-hero__trust-item.is-active{opacity:1;transform:translateY(0)}.globe-hero__trust.is-static .globe-hero__trust-stage{display:flex;flex-direction:column;gap:.85rem;min-height:0;height:auto}.globe-hero__trust.is-static .globe-hero__trust-item{position:static;opacity:1;transform:none;transition:none}@media(prefers-reduced-motion:reduce){.globe-hero__trust-stage{display:flex;flex-direction:column;gap:.85rem;min-height:0;height:auto}.globe-hero__trust-item{position:static;opacity:1;transform:none;transition:none}}@media(min-width:1024px)and (max-height:900px){.globe-hero--home{--globe-widget-max: clamp( 420px, calc(531px - ((900px - 100dvh)*.7)) , 531px )}.globe-hero__stage-art{--globe-stage-shift: clamp( 72px, calc(140px - ((900px - 100dvh)*.35)) , 140px )}.globe-hero__inner{padding-top:.85rem;padding-bottom:1rem}.globe-hero__scroll-cue{flex-basis:5rem}.globe-hero__eyebrow{margin-bottom:1.5rem}.globe-hero__grid{row-gap:1rem;margin-top:2.25rem}.globe-hero__lede{margin-top:.85rem}.globe-hero__trust{margin-top:.5rem}}@media(min-width:1024px)and (max-height:820px){.globe-hero__inner{padding-top:.55rem;padding-bottom:.65rem}.globe-hero__scroll-cue{flex-basis:3.5rem;margin-top:.35rem}.globe-hero__eyebrow{margin-bottom:1.1rem}.globe-hero__grid{row-gap:.65rem;margin-top:1.6rem}.globe-hero__lede{margin-top:.55rem}.globe-hero__trust{margin-top:.35rem}}@media(max-width:1023px){.globe-hero--home .globe-hero__hero{height:auto;min-height:calc(100dvh - var(--header-height, 64px));max-height:none;overflow:visible}.globe-hero__scroll-cue{display:none}.globe-hero__inner{flex:0 0 auto;justify-content:flex-start}.globe-hero__grid{grid-template-columns:1fr;grid-template-areas:"copy" "widget" "trust";row-gap:clamp(.45rem,1.35vh,.85rem);-moz-column-gap:0;column-gap:0;align-items:stretch}.globe-hero__copy,.globe-hero__widget,.globe-hero__trust{justify-self:center;width:100%;max-width:min(531px,100%)}.globe-hero__copy{align-self:center}.globe-hero__trust{margin-top:clamp(.45rem,1.6vh,1.85rem);margin-inline:auto}.globe-hero__title{font-size:clamp(1.5rem,3.8vw + .4vh,2.15rem)}.globe-hero__lede{margin-top:clamp(.4rem,1.15vh,.75rem);font-size:clamp(.95rem,2.4vh,1.125rem);line-height:1.45}}.supported-networks{padding:3.5rem var(--page-gutter, clamp(1.25rem, 3vw, 2.5rem)) 3.25rem;background:transparent;box-sizing:border-box}.supported-networks__inner{max-width:72rem;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.75rem;align-items:center;box-sizing:border-box;min-width:0}.supported-networks__copy{max-width:28rem}.supported-networks__title{margin:0;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:#0f172a}.supported-networks__subtitle{margin:.85rem 0 0;max-width:28rem;font-size:1.05rem;line-height:1.55;color:#4b5563;text-wrap:pretty}.supported-networks__cta{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;margin-top:1.75rem;min-height:2.75rem;padding:.7rem 1.35rem;border-radius:999px;border:1px solid #e8ecf1;background:#fff;color:#0f172a;font-size:.9375rem;font-weight:600;text-decoration:none;box-shadow:0 1px 3px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}.supported-networks__cta:hover{border-color:#d5dceb;box-shadow:0 2px 6px #0f172a0f}.supported-networks__orbit{--orbit-w: min(100%, 24rem);--icon: 2.4rem;--label-h: 1.8rem;--ring: 37%;--dash: 11;--gap: 4;--period: 15;--circ: 930;--dash-count: 62;position:relative;width:var(--orbit-w);aspect-ratio:1 / 1;height:auto;margin-inline:auto;overflow:visible}.supported-networks__svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:0}.supported-networks__ring{fill:none;stroke:#94a3b838;stroke-width:1.25;stroke-dasharray:var(--dash) var(--gap);stroke-linecap:butt}.supported-networks__dash-mask{fill:none;stroke:#fff;stroke-width:3;stroke-dasharray:var(--dash) var(--gap);stroke-linecap:butt}.supported-networks__traveler{--traveler: 9;fill:none;stroke:#0048d7;stroke-width:1.5;stroke-linecap:butt;stroke-dasharray:var(--traveler) calc(var(--circ) - var(--traveler));animation:supported-networks-travel 14s linear infinite}@keyframes supported-networks-travel{to{stroke-dashoffset:-930}}.supported-networks__orbit-caption{position:absolute;left:50%;top:50%;z-index:1;margin:0;transform:translate(-50%,-50%);width:-moz-max-content;width:max-content;max-width:11rem;text-align:center;font-size:.9375rem;line-height:1.45;font-weight:500;color:#94a3b8;pointer-events:none}.supported-networks__pills{list-style:none;margin:0;padding:0}.supported-networks__slot{position:absolute;z-index:2;width:0;height:0}.supported-networks__slot--eth{left:50%;top:13%}.supported-networks__slot--sol{left:82%;top:31.5%}.supported-networks__slot--bnb{left:82%;top:68.5%}.supported-networks__slot--dot{left:50%;top:87%}.supported-networks__slot--trx{left:18%;top:68.5%}.supported-networks__slot--btc{left:18%;top:31.5%}.supported-networks__pill{position:absolute;left:0;top:0;display:inline-flex;align-items:center;transform:translate(calc(var(--icon) / -2),calc(var(--icon) / -2));text-decoration:none;color:#0f172a;white-space:nowrap}.supported-networks__pill:hover .supported-networks__label{box-shadow:0 2px 8px #0f172a12}.supported-networks__icon-wrap{width:var(--icon);height:var(--icon);border-radius:999px;flex-shrink:0;position:relative;z-index:1;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0f172a1a}.supported-networks__icon{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.supported-networks__label{--under: calc(var(--icon) * .42);--tab-pad: .7rem;position:relative;box-sizing:border-box;height:var(--label-h);margin-left:calc(var(--under) * -1);padding:0 var(--tab-pad) 0 calc(var(--under) + var(--tab-pad));border:none;border-radius:0 999px 999px 0;background:#fff;box-shadow:0 1px 4px #0f172a0f;font-size:.875rem;font-weight:600;letter-spacing:-.01em;line-height:1;display:inline-flex;align-items:center;transition:box-shadow .2s ease}.supported-networks__ticker{display:inline-block}.supported-networks__new{position:absolute;top:-.5rem;right:.3rem;left:auto;bottom:auto;transform:none;z-index:3;padding:.12rem .4rem;border-radius:4px;background:#e8efff;color:#3b6ef5;font-size:.5625rem;font-weight:700;letter-spacing:.04em;line-height:1.2;text-transform:uppercase;white-space:nowrap;pointer-events:none;box-shadow:0 1px 2px #3b6ef51f}@media(min-width:768px){.supported-networks{padding-top:4.75rem;padding-bottom:4.5rem}.supported-networks__inner{grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:2.5rem;min-height:28rem}.supported-networks__title{line-height:1.15}.supported-networks__subtitle{margin-top:.9rem}.supported-networks__cta{margin-top:2rem;min-height:2.85rem;padding:.75rem 1.45rem}.supported-networks__orbit{--orbit-w: min(100%, 30rem);--icon: 2.55rem;--label-h: 1.95rem;justify-self:end;margin-inline:0}.supported-networks__label{font-size:.9375rem;--tab-pad: .75rem}.supported-networks__orbit-caption{font-size:1.0625rem;max-width:12rem}}@media(min-width:1024px){.supported-networks{padding-top:5.75rem;padding-bottom:5.5rem;min-height:40rem;display:flex;align-items:center}.supported-networks__inner{gap:3rem;min-height:30rem;width:100%}.supported-networks__title{font-size:clamp(1.75rem,3.5vw,2.25rem);line-height:1.15;letter-spacing:-.02em}.supported-networks__subtitle{margin-top:.95rem;font-size:1.05rem;max-width:28rem}.supported-networks__cta{margin-top:2.15rem;min-height:2.9rem;padding:.8rem 1.55rem;font-size:.9375rem}.supported-networks__orbit{--orbit-w: min(100%, 34rem);--icon: 2.75rem;--label-h: 2.05rem;max-height:none}.supported-networks__label{font-size:1rem;--tab-pad: .8rem}.supported-networks__orbit-caption{font-size:1.0625rem;max-width:13rem;color:#9aa6b8}.supported-networks__new{font-size:.625rem;top:-.55rem;right:.35rem}}@media(min-width:1280px){.supported-networks__inner{gap:3.5rem}.supported-networks__orbit{--orbit-w: 35rem;--icon: 2.85rem;--label-h: 2.1rem}}@media(max-width:767px){.supported-networks__title{font-size:clamp(1.75rem,6vw,2.25rem)}.supported-networks__orbit{--orbit-w: min(100%, 24rem);--icon: 2.4rem;--label-h: 1.8rem}.supported-networks__label{font-size:.875rem}}@media(prefers-reduced-motion:reduce){.supported-networks__cta,.supported-networks__label{transition:none}.supported-networks__traveler{animation:none}}.popular-swap-routes{padding:48px var(--page-gutter, clamp(1.25rem, 3vw, 2.5rem)) 56px;border-top:none;background:linear-gradient(180deg,#f8fafc 0%,transparent 100%);box-sizing:border-box}.popular-swap-routes__wrap{max-width:72rem;width:100%;margin:0 auto;padding:0;min-width:0;box-sizing:border-box}.popular-swap-routes__header{text-align:center;margin-bottom:2rem}.popular-swap-routes__title{margin:0 0 .85rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;line-height:1.2;color:#0f172a;letter-spacing:-.02em;text-wrap:balance}.popular-swap-routes__subtitle{font-size:1.05rem;line-height:1.55;color:#4b5563;max-width:34rem;margin:0 auto;text-wrap:pretty}.popular-swap-routes__columns{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;margin-bottom:0;min-width:0}@media(min-width:640px){.popular-swap-routes__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem;align-items:start}}.popular-swap-routes__column{min-width:0;max-width:100%}.popular-swap-routes__column-title{margin:0 0 .75rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.popular-swap-routes__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.popular-swap-routes__card{display:flex;align-items:center;gap:1rem;padding:.9rem 1.15rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;font-size:1rem;font-weight:500;text-decoration:none;min-width:0;max-width:100%;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease}.popular-swap-routes__card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a1f;background:#fff}.popular-swap-routes__pair{display:flex;align-items:center;gap:1.1rem;flex:1;min-width:0}.popular-swap-routes__asset{display:flex;align-items:center;gap:.7rem;min-width:0}.popular-swap-routes__asset>.token-logo{flex-shrink:0;width:40px;height:40px;max-width:40px;max-height:40px}.popular-swap-routes__symbol{font-size:1rem;font-weight:600;color:#0f172a;letter-spacing:-.01em}.popular-swap-routes__arrow{flex-shrink:0;color:#94a3b8;font-weight:400;font-size:1.125rem;margin:0 .15rem;transition:transform .2s ease}.popular-swap-routes__go{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:color .2s ease,transform .2s ease}.popular-swap-routes__card:hover .popular-swap-routes__arrow,.popular-swap-routes__card:hover .popular-swap-routes__go{transform:translate(2px)}.popular-swap-routes__card:hover .popular-swap-routes__go{color:#0048d7}.popular-swap-routes__cta-wrap{margin:1.75rem 0 0;text-align:center}.popular-swap-routes__cta{display:inline-flex;align-items:center;gap:.35rem;font-size:.9375rem;font-weight:600;color:#0f172a;text-decoration:none;padding:.25rem 0;background:transparent;border:none;box-shadow:none;transition:color .15s ease,opacity .15s ease}.popular-swap-routes__cta:hover{color:#0f172a;opacity:.72;background:transparent;box-shadow:none;transform:none}.home-learn[data-astro-cid-swf7mdm2]{width:100%;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) var(--page-gutter, clamp(1.25rem, 3vw, 2.5rem));box-sizing:border-box}.home-learn__inner[data-astro-cid-swf7mdm2]{max-width:72rem;width:100%;margin:0 auto;display:grid;gap:clamp(2rem,4vw,3rem);align-items:start;box-sizing:border-box}@media(min-width:960px){.home-learn__inner[data-astro-cid-swf7mdm2]{grid-template-columns:minmax(0,.95fr) minmax(0,2.05fr);gap:clamp(2rem,4vw,3.5rem);align-items:center}}.home-learn__intro[data-astro-cid-swf7mdm2]{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;min-width:0}.home-learn__masthead[data-astro-cid-swf7mdm2]{display:flex;flex-direction:column;gap:.55rem}.home-learn__title[data-astro-cid-swf7mdm2]{margin:0;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.12;color:#0f172a;text-wrap:balance}.home-learn__subtitle[data-astro-cid-swf7mdm2]{margin:0;max-width:28rem;font-size:1.0625rem;line-height:1.55;font-weight:400;color:#64748b;text-wrap:pretty}.home-learn__cta[data-astro-cid-swf7mdm2]{margin-top:.25rem}.home-learn__grid[data-astro-cid-swf7mdm2]{display:grid;gap:1.25rem;min-width:0}@media(min-width:720px){.home-learn__grid[data-astro-cid-swf7mdm2]{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}}.home-learn__card[data-astro-cid-swf7mdm2]{display:flex;flex-direction:column;min-width:0;padding:.75rem;border:1px solid #e8ecf1;border-radius:14px;background:#fff}.home-learn__card[data-astro-cid-swf7mdm2] .ed-card{flex:1}.home-learn__card[data-astro-cid-swf7mdm2] .ed-card:hover{transform:none;box-shadow:none}.home-learn__card[data-astro-cid-swf7mdm2]:hover{border-color:#d5dceb;box-shadow:0 6px 16px #0f172a0f}.home-learn__card[data-astro-cid-swf7mdm2]:hover .ed-card__title{color:#0048d7}.home-learn__read[data-astro-cid-swf7mdm2]{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:.85rem 0 0;padding-top:.15rem;font-size:.875rem;font-weight:600;color:#0f172a;pointer-events:none}.home-learn__read-arrow[data-astro-cid-swf7mdm2]{color:#0048d7}.home-faq{margin:3rem auto 0;padding:0 var(--page-gutter, clamp(1.25rem, 3vw, 2.5rem)) 3rem;box-sizing:border-box}.home-faq__inner{max-width:72rem;width:100%;margin:0 auto;box-sizing:border-box}.home-faq__title{margin:0;font-size:1.5rem;font-weight:600;color:#0f172a;letter-spacing:-.02em}.exchange-strip[data-astro-cid-73nkjpez] .asset-picker[data-astro-cid-73nkjpez]{display:contents}
