: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", Arial, sans-serif;--font-head: Raleway, "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{background:var(--header-bg);color:var(--header-fg);border-bottom:1px solid var(--header-border);position:sticky;top:0;z-index:60}.site-header .wrap{display:flex;align-items:center;gap:26px;height:76px}.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;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{display:grid;place-items:center;width:23px;height:23px;padding:0;border:0;background:none;color:var(--header-fg);cursor:pointer;flex:none}.theme-toggle:hover{color:var(--sf-blue)}.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}.nav-toggle{display:none;width:40px;height:40px;border:0;background:none;color:var(--header-fg);cursor:pointer;padding:0;place-items:center}@media(max-width:900px){.site-header .wrap{height:64px;gap:14px}.brand img{height:27px}.brand-sub{display:none}.nav-toggle{display:grid;margin-left:auto}.site-nav{position:absolute;inset:64px 0 auto;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:8px 24px 20px;background:var(--header-bg);border-bottom:1px solid var(--header-border);box-shadow:0 12px 24px #0000001f}.site-nav[hidden]{display:none}.site-nav>a:not(.btn){padding:13px 0;border-bottom:1px solid var(--border)}.site-nav .btn{margin-top:14px;text-align:center}.site-nav .theme-toggle{margin-top:16px;justify-self:start}}@media(min-width:901px){.site-nav[hidden]{display:flex}}.site-footer{background:var(--sf-dark-blue);color:#dadbe3;margin-top:80px;padding:45px 0 30px;font-size:.95rem}.footer-top{display:flex;gap:40px;align-items:flex-start;flex-wrap:wrap;margin-bottom:34px}.footer-brand{flex:0 0 auto;max-width:260px}.footer-brand img{height:38px;width:auto}.footer-brand p{margin:14px 0 0;color:#8f92a3;font-size:.9rem;line-height:1.5}.footer-ai-label{margin:22px 0 10px!important;color:#dadbe3;font-size:.86rem;font-weight:600}.footer-ai{display:flex;flex-wrap:wrap;gap:9px}.footer-ai a{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.28);border-radius:8px;color:#dadbe3}.footer-ai a svg{width:19px;height:19px}.footer-ai a:hover{border-color:var(--sf-blue);color:#fff;text-decoration:none}.footer-social{display:flex;gap:16px;justify-content:flex-end;margin:30px 0 20px}.footer-social a svg{width:18px;height:18px}.footer-social a{display:grid;place-items:center;color:#dadbe3}.footer-social a:hover{color:#fff}.site-footer a{color:#dadbe3}.site-footer a:hover{color:#fff}.footer-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px;flex:1;min-width:280px}.footer-cols h4{font-family:var(--font-head);font-size:.8rem;letter-spacing:.09em;text-transform:uppercase;color:#9fbdfd;margin-bottom:13px}.footer-cols ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.footer-base{padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:#8f92a3;font-size:.89rem;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-base-right{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-base-right>a{color:#8f92a3}.footer-base-right>a:hover{color:#fff}@media(max-width:700px){.footer-top{flex-direction:column;gap:30px}.footer-cols{grid-template-columns:1fr 1fr}.footer-base{flex-direction:column;align-items:flex-start;gap:16px}.footer-social{justify-content:flex-start}}.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}
