@font-face{font-family:"Source Sans 3 Fallback";src:local("Arial");size-adjust:92.36%;ascent-override:105%;descent-override:29%;line-gap-override:0%}@font-face{font-family:Raleway Fallback;src:local("Arial");size-adjust:103.4%;ascent-override:92%;descent-override:23%;line-gap-override:0%}:root{--sf-dark-blue: #0f1528;--sf-blue: #0053ff;--sf-blue-hover: #0047d8;--sf-accent: #df7470;--sf-dark-grey: #333333;--sf-grey-2: #4f4f4f;--sf-grey-3: #828282;--sf-grey-5: #e0e0e0;--sf-border: #d9d9d9;--sf-surface-purple: #f9f8ff;--sf-surface-sky: #f4f8fb;--bg: #ffffff;--bg-subtle: var(--sf-surface-purple);--bg-raised: #ffffff;--text: var(--sf-dark-blue);--text-muted: var(--sf-grey-2);--text-faint: var(--sf-grey-3);--border: var(--sf-border);--link: var(--sf-blue);--header-bg: #ffffff;--header-fg: var(--sf-dark-grey);--header-border: var(--sf-border);--logo-light: block;--logo-dark: none;--font-body: "Source Sans 3", "Source Sans 3 Fallback", Arial, sans-serif;--font-head: Raleway, "Raleway Fallback", "Trebuchet MS", sans-serif;--radius: 10px;--radius-pill: 999px;--maxw: 1180px}:root[data-theme=dark]{--bg: #1a1e28;--bg-subtle: #1a1e28;--bg-raised: #1e222d;--text: #dadbe3;--text-muted: #b9bac6;--text-faint: #8f92a3;--border: #333846;--header-bg: #1a1e28;--header-fg: #dadbe3;--header-border: #333846;--logo-light: none;--logo-dark: block}*,*:before,*:after{box-sizing:border-box}html{background:var(--sf-dark-blue)}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100dvh}body>main{flex:1 0 auto}body>.site-footer{flex:none}h1,h2,h3,h4{font-family:var(--font-head);font-weight:500;line-height:1.18;margin:0 0 .5em}h1:first-letter,h2:first-letter{font-style:italic;font-synthesis-style:none}.no-first-italic:first-letter{font-style:normal}h1{font-size:clamp(2rem,1.3rem + 2.6vw,2.85rem)}h2{font-size:clamp(1.4rem,1.15rem + 1vw,1.8rem)}h3{font-size:1.16rem;font-weight:600}p{margin:0 0 1em}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.site-header,.site-footer{--header-unit: 16px}.site-header>.wrap{max-width:calc(93.75 * var(--header-unit));padding-inline:calc(1.875 * var(--header-unit))}.site-footer>.wrap{max-width:calc(75 * var(--header-unit));padding-inline:calc(1.875 * var(--header-unit))}.site-header{--header-unit: 16px;background:var(--header-bg);color:var(--header-fg);border-bottom:0;position:sticky;top:0;z-index:60}.site-header .wrap{display:flex;align-items:center;gap:26px;height:calc(5.375 * var(--header-unit))}.brand{display:flex;align-items:center;flex:none}.brand:hover{text-decoration:none}.brand img{height:38px;width:auto}.brand .logo-light{display:var(--logo-light)}.brand .logo-dark{display:var(--logo-dark)}.brand-sub{font-family:var(--font-head);font-size:1.02rem;font-weight:500;color:var(--text-faint);margin-left:10px;padding-left:11px;border-left:1px solid var(--border);white-space:nowrap}.site-nav{display:flex;order:1;gap:22px;margin-left:auto;align-items:center;font-size:16.6px;font-weight:600}.site-nav>a:not(.btn){color:var(--header-fg)}.site-nav>a:not(.btn):hover{color:var(--sf-blue);text-decoration:none}.btn{display:inline-block;background:var(--sf-blue);color:#fff;border:0;border-radius:var(--radius-pill);padding:11px 23px;font-family:var(--font-body);font-size:17px;font-weight:700;line-height:1.2;cursor:pointer;white-space:nowrap}.btn:hover{background:var(--sf-blue-hover);color:#fff;text-decoration:none}.btn-secondary{background:transparent;border:1px solid var(--sf-blue);color:var(--header-fg)}.btn-secondary:hover{background:var(--sf-blue);color:#fff}.btn-ghost{background:transparent;border:1.5px solid var(--border);color:var(--text);font-weight:600}.btn-ghost:hover{background:var(--bg-subtle);color:var(--text);border-color:var(--sf-blue)}.theme-toggle{order:2;display:grid;place-items:center;width:23px;height:23px;padding:0;border:0;background:none;color:var(--header-fg);cursor:pointer;flex:none;-webkit-tap-highlight-color:transparent}.theme-toggle:focus-visible{outline:2px solid #0053ff;outline-offset:2px}:root[data-theme=dark] .theme-toggle:focus-visible{outline-color:#9fbdfd}@media(hover:hover)and (pointer:fine){.theme-toggle:hover{color:#0053ff}}.theme-toggle .icon{display:none;line-height:0}:root[data-theme=dark] .theme-toggle .icon-sun{display:block}:root[data-theme=light] .theme-toggle .icon-moon{display:block}@media(max-width:1920px){.site-header,.site-footer{--header-unit: calc(.625rem + .416667vw)}}@media(max-width:1440px){.site-header,.site-footer{--header-unit: calc(.812695rem + .208117vw)}}@media(max-width:479px){.site-header,.site-footer{--header-unit: calc(.749477rem + .83682vw)}}.site-drawer{display:contents}.nav-actions{display:flex;order:3;gap:22px;align-items:center}.nav-toggle{order:4;display:none;width:40px;height:40px;border:0;background:none;color:var(--header-fg);cursor:pointer;padding:0;place-items:center}@media(max-width:991px){.site-header .wrap{height:calc(5 * var(--header-unit) + 3px);gap:14px}.brand img{width:min(218px,calc(15 * var(--header-unit)));height:auto}.brand-sub{display:none}.brand,.theme-toggle,.nav-toggle{position:relative;z-index:1110}.site-header{z-index:1100}.theme-toggle{margin-left:auto;width:40px;height:40px}.nav-toggle{display:grid}.nav-toggle__lines{display:flex;flex-direction:column;gap:.5rem}.nav-toggle__line{display:block;width:2rem;height:1px;border-bottom:1px solid #0053ff;transform-origin:center;transition:transform .4s ease,opacity .2s ease}:root[data-theme=dark] .nav-toggle__line{border-color:#9fbdfd}.nav-toggle[aria-expanded=true] .nav-toggle__line--top{transform:translate3d(0,.5625rem,0) rotate(-45deg)}.nav-toggle[aria-expanded=true] .nav-toggle__line--middle{opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle__line--bottom{transform:translate3d(0,-.5625rem,0) rotate(45deg)}.site-drawer{display:flex;position:fixed;inset:0;z-index:1090;width:100%;height:100dvh;flex-direction:column;align-items:flex-start;justify-content:safe center;padding:80px 1.875rem calc(80px + 8rem);overflow-y:auto;overscroll-behavior:contain;background:var(--header-bg);visibility:hidden;pointer-events:none;transform:translate(100%);transition:transform .4s ease,visibility 0s linear .4s}:root[data-theme=dark] .site-drawer{background:var(--sf-dark-blue)}.site-drawer[data-open=true]{visibility:visible;pointer-events:auto;transform:translate(0);transition:transform .4s ease}html.sf-nav-open{overflow:hidden}.site-nav{flex-direction:column;align-items:flex-start;gap:.5rem;margin:0;max-width:100%}.site-nav>a:not(.btn){padding:.75rem 0;font-size:1.375rem;line-height:1.6}.nav-actions{flex-direction:column;align-items:flex-start;gap:1.875rem;margin-top:1.375rem;max-width:100%;flex-shrink:0}.nav-actions .btn{min-width:9rem;text-align:center}.nav-toggle:focus-visible{outline:2px solid #0053ff;outline-offset:2px}:root[data-theme=dark] .nav-toggle:focus-visible{outline-color:#9fbdfd}}@media(max-width:479px){.site-header .wrap{padding-inline:calc(1.25 * var(--header-unit))}.brand img{width:calc(12 * var(--header-unit))}}@media(prefers-reduced-motion:reduce){.site-drawer,.site-drawer[data-open=true],.nav-toggle__line{transition:none}}.site-footer{background:var(--sf-dark-blue);color:#fff;margin-top:80px;padding:calc(5 * var(--header-unit)) 0 calc(3 * var(--header-unit));font-size:var(--header-unit);line-height:1.4}.footer-top{display:grid;grid-template-columns:1.75fr 1fr 1fr 1fr;gap:calc(2 * var(--header-unit));align-items:start;margin-bottom:calc(2 * var(--header-unit))}.footer-cols{display:contents}.footer-cols>div{min-width:0}.footer-cols>div:nth-child(2){justify-self:center}.footer-cols>div:nth-child(3){justify-self:end}.footer-brand{min-width:0}.footer-brand img{display:block;width:218px;height:auto;margin-bottom:20px}.footer-brand p{margin:0 0 8px;color:#fff;font-size:var(--header-unit);line-height:1.3;text-wrap:balance}.footer-brand .footer-ai-label{margin:24px 0 calc(1 * var(--header-unit));font-family:var(--font-head);font-size:var(--header-unit);font-weight:600;line-height:1.25}.footer-ai{display:flex;flex-wrap:wrap;gap:24px;padding-bottom:24px}.footer-ai a{display:grid;place-items:center;width:calc(2.375 * var(--header-unit));height:calc(2.375 * var(--header-unit));padding:calc(.5 * var(--header-unit));border:1px solid #bdbdbd;border-radius:8px;color:#fff}.footer-ai a svg{width:calc(1.25 * var(--header-unit));height:calc(1.25 * var(--header-unit))}.footer-ai a:hover{border-color:#fff;background:#ffffff14}.footer-cols ul{list-style:none;margin:0 0 var(--header-unit);padding:0;display:flex;flex-direction:column;gap:calc(.5 * var(--header-unit))}.footer-cols li{margin:0}.footer-cols a{color:#e0e0e0;font-size:calc(1.125 * var(--header-unit));font-weight:400;line-height:2;border-bottom:1px solid transparent}.footer-cols a:hover,.footer-base-right a:hover{color:#fff;border-bottom-color:#f4f8fb;text-decoration:none}.footer-social{display:flex;align-items:center;justify-content:flex-end;gap:calc(1.25 * var(--header-unit));margin:0 0 var(--header-unit);min-height:26.4px}.footer-social a{display:inline-flex;align-items:center;color:#bdbdbd}.footer-social a svg{width:calc(1.25 * var(--header-unit));height:calc(1.25 * var(--header-unit))}.footer-social a:hover{color:#fff}.footer-base{border-top:1px solid rgb(255 255 255 / 12%);padding-top:calc(3 * var(--header-unit));display:flex;align-items:flex-end;justify-content:space-between;gap:20px;color:#e0e0e0;font-size:var(--header-unit)}.footer-base-right{display:flex;align-items:flex-end;gap:32px}.footer-base-right a{color:#e0e0e0;line-height:1.5;border-bottom:1px solid transparent}@media(max-width:991px){.site-footer{padding:64px 0 32px}.footer-top{gap:24px}.footer-base{padding-top:32px}}@media(max-width:767px){.site-footer>.wrap{padding-inline:20px}.footer-top{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.footer-cols>div:nth-child(1),.footer-cols>div:nth-child(3){justify-self:center}.footer-cols>div:nth-child(2){justify-self:start}.footer-social{justify-content:center}.footer-base{flex-direction:column;align-items:center;gap:16px}.footer-base>span{order:1}}@media(max-width:479px){.site-footer{padding-top:48px}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px 8px;margin-bottom:16px}.footer-brand,.footer-cols>div:first-child{width:100%}.footer-cols>div{width:48%}.footer-cols>div:first-child ul{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.footer-cols>div:first-child li{width:48%}.footer-social{gap:24px}.footer-base{padding-top:24px;text-align:center}}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.small{font-size:.92rem}.tag{display:inline-block;font-size:.8rem;font-weight:600;padding:3px 11px;border-radius:var(--radius-pill);background:var(--bg-subtle);color:var(--text-muted);border:1px solid var(--border)}.tag-native{border-color:var(--sf-blue);color:var(--sf-blue)}.tag-popular{border-color:var(--sf-accent);color:var(--sf-accent)}.section{margin-bottom:54px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}.section-head h2{margin:0}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media(max-width:900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.section-head{flex-direction:column;align-items:flex-start;gap:4px}.section{margin-bottom:40px}}@media(max-width:560px){.grid{grid-template-columns:1fr;gap:12px}body{font-size:16px}.wrap{padding:0 18px}}.search-box .results{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 14px 34px #00000029;max-height:340px;overflow-y:auto}.search-box .results li a{display:flex;align-items:center;gap:10px;padding:9px 13px;border-radius:7px;color:var(--text)}.search-box .results .r-logo{width:22px;height:22px;flex:none;object-fit:contain;border-radius:5px}.search-box .results .r-logo-none{background:var(--bg-subtle)}.search-box .results .r-name{flex:1;min-width:0}.search-box .results li a:hover,.search-box .results li.is-active a{background:var(--bg-subtle);text-decoration:none}.search-box .results .r-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-box .results .r-routes{white-space:nowrap;flex:none}:root{--sf-page-background: radial-gradient(ellipse at 95% 30%, rgb(202 197 229 / 20%), rgb(202 197 229 / 0%) 75%), radial-gradient(ellipse at 10% 95%, rgb(234 158 158 / 7%), rgb(234 158 158 / 0%) 65%), #fff}:root[data-theme=dark]{--sf-page-background: radial-gradient(ellipse at 95% 30%, rgb(8 10 24 / 45%), rgb(8 10 24 / 0%) 75%), radial-gradient(ellipse at 10% 95%, rgb(20 8 16 / 25%), rgb(20 8 16 / 0%) 65%), #1a1e28}body{isolation:isolate}body:before{content:"";position:fixed;inset:0 auto auto 0;width:100vw;height:100vh;height:100dvh;background:var(--sf-page-background);pointer-events:none;z-index:-1}:root .site-header{background:var(--sf-page-background);background-size:100vw 100vh;background-size:100vw 100dvh;background-position:0 0;background-repeat:no-repeat}
