@font-face{font-family:Mona Sans;src:url(https://cdn.jsdelivr.net/gh/github/mona-sans@main/fonts/variable/MonaSans.woff2)format("woff2");font-weight:200 900;font-stretch:75% 125%;font-display:swap}.hp-root{--hp-bg:#0d1117;--hp-bg-alt:#161b22;--hp-bg-inset:#010409;--hp-surface:#161b22b3;--hp-border:#30363da6;--hp-border-subtle:#30363d59;--hp-text:#f0f6fc;--hp-text-muted:#8b949e;--hp-text-subtle:#6e7681;--hp-blue:#388bfd;--hp-green:#3fb950;--hp-purple:#a371f7;--hp-pink:#f778ba;--hp-cyan:#58a6ff;--hp-font:"Mona Sans",var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--hp-font-display:"Mona Sans",var(--font-outfit),"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--hp-max-w:1280px;--hp-ease:cubic-bezier(.16,1,.3,1);background:var(--hp-bg);width:100%;min-height:100vh;color:var(--hp-text);font-family:var(--hp-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5;overflow-x:hidden}.hp-root *,.hp-root :before,.hp-root :after{box-sizing:border-box;margin:0;padding:0}.hp-container{max-width:var(--hp-max-w);width:100%;margin:0 auto;padding:0 32px}.hp-nav{z-index:100;background:0 0;border-bottom:1px solid #0000;height:72px;transition:background .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.hp-nav--scrolled{-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--hp-border-subtle);background:#0d1117cc}.hp-nav__inner{max-width:var(--hp-max-w);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 32px;display:flex;position:relative}.hp-nav__logo{font-family:var(--hp-font-display);color:var(--hp-text);letter-spacing:-.5px;font-size:22px;font-weight:700;text-decoration:none}.hp-nav__links{align-items:center;gap:32px;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.hp-nav__link{color:var(--hp-text-muted);cursor:pointer;font-size:15px;font-weight:500;font-family:var(--hp-font);background:0 0;border:none;padding:0;text-decoration:none;transition:color .2s}.hp-nav__link:hover{color:var(--hp-text)}a.hp-nav__link,a.hp-nav__link:visited,a.hp-nav__link:hover{text-decoration:none}.hp-nav__actions{align-items:center;gap:16px;display:flex}.hp-nav__hamburger{cursor:pointer;color:var(--hp-text-muted);background:0 0;border:none;padding:4px;display:none}.hp-nav__mobile{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:99;background:#010409f2;flex-direction:column;gap:4px;padding:24px 32px;display:none;position:fixed;inset:72px 0 0}.hp-nav__mobile--open{display:flex}.hp-nav__mobile-link{color:var(--hp-text-muted);cursor:pointer;font-size:20px;font-weight:500;font-family:var(--hp-font);border:none;border-bottom:1px solid var(--hp-border-subtle);text-align:left;background:0 0;padding:16px 0;transition:color .2s}.hp-nav__mobile-link:hover{color:var(--hp-text)}.hp-nav__mobile-actions{flex-direction:column;gap:12px;margin-top:24px;display:flex}.hp-btn{min-height:44px;font-family:var(--hp-font);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:6px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.hp-btn--primary{color:#0d1117;background:#fff;border-color:#ffffffe6}.hp-btn--primary img{filter:invert()}.hp-btn--primary:hover{background:#d8dee4;box-shadow:0 3px 12px #ffffff0f}.hp-btn--secondary{color:#fff;background:0 0;border-color:#fff3}.hp-btn--secondary:hover{border-color:#fff6}.hp-btn--ghost{color:var(--hp-text-muted);background:0 0;border:none;min-height:auto;padding:6px 12px;font-weight:500}.hp-btn--ghost:hover{color:var(--hp-text)}.hp-btn--large{min-height:48px;padding:10px 32px}.hp-hero{text-align:center;padding:160px 0 80px;position:relative;overflow:hidden}.hp-hero__orbs{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.hp-hero__orb{border-radius:50%;position:absolute}.hp-hero__orb--1{filter:blur(120px);background:radial-gradient(circle,#8250df2e 0%,#0000 70%);width:900px;height:900px;margin-left:-550px;animation:14s ease-in-out infinite hp-orb-1;top:-500px;left:50%}.hp-hero__orb--2{filter:blur(120px);background:radial-gradient(circle,#388bfd26 0%,#0000 70%);width:800px;height:800px;margin-left:50px;animation:16s ease-in-out infinite hp-orb-2;top:-420px;left:50%}.hp-hero__orb--3{filter:blur(100px);background:radial-gradient(circle,#3fb95014 0%,#0000 70%);width:600px;height:600px;margin-left:-120px;animation:11s ease-in-out infinite hp-orb-3;top:-250px;left:50%}@keyframes hp-orb-1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,25px)scale(1.02)}}@keyframes hp-orb-2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-25px,20px)scale(1.03)}}@keyframes hp-orb-3{0%,to{transform:translate(0)}50%{transform:translate(15px,-15px)}}.hp-hero__content{z-index:1;max-width:900px;margin:0 auto;position:relative}.hp-hero__label{color:var(--hp-text-muted);border:1px solid var(--hp-border-subtle);background:#ffffff05;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:14px;font-weight:500;display:inline-flex}.hp-hero__headline{font-family:var(--hp-font-display);letter-spacing:-2.5px;color:var(--hp-text);margin-bottom:24px;font-size:72px;font-weight:600;line-height:1}.hp-hero__subtitle{color:var(--hp-text-muted);max-width:580px;margin:0 auto 40px;font-size:20px;font-weight:400;line-height:1.6}.hp-hero__buttons{justify-content:center;align-items:center;gap:16px;margin-bottom:80px;display:flex}.hp-hero__frame{max-width:1060px;margin:0 auto;padding:0 16px;position:relative}.hp-hero__frame-inner{border:1px solid var(--hp-border);background:var(--hp-bg-alt);transition:transform .6s var(--hp-ease);border-radius:12px;overflow:hidden;transform:perspective(2000px)rotateX(3deg);box-shadow:0 0 0 1px #30363d4d,0 16px 64px #00000073,0 0 120px #8250df0a}.hp-hero__frame-inner:hover{transform:perspective(2000px)rotateX(0)}.hp-hero__frame-chrome{border-bottom:1px solid var(--hp-border-subtle);background:#010409b3;align-items:center;gap:6px;padding:12px 16px;display:flex}.hp-hero__frame-dot{border-radius:50%;width:10px;height:10px}.hp-hero__frame-dot:first-child{opacity:.6;background:#ff5f57}.hp-hero__frame-dot:nth-child(2){opacity:.6;background:#febc2e}.hp-hero__frame-dot:nth-child(3){opacity:.6;background:#27c93f}.hp-hero__frame-url{color:var(--hp-text-subtle);background:#f0f6fc0a;border-radius:4px;flex:1;max-width:280px;margin-left:14px;padding:4px 14px;font-size:12px}.hp-hero__dash{aspect-ratio:16/9;background:var(--hp-bg);width:100%;display:flex;overflow:hidden}.hp-hero__dash-side{background:var(--hp-bg-alt);border-right:1px solid var(--hp-border-subtle);flex-direction:column;flex-shrink:0;gap:8px;width:200px;padding:18px 14px;display:flex}.hp-hero__dash-side-logo{background:#8250df40;border-radius:3px;width:50px;height:10px;margin-bottom:16px}.hp-hero__dash-side-item{background:#f0f6fc0a;border-radius:3px;height:9px}.hp-hero__dash-side-item--active{box-shadow:inset 2px 0 0 var(--hp-blue);background:#388bfd26}.hp-hero__dash-main{flex-direction:column;flex:1;gap:16px;padding:20px 22px;display:flex}.hp-hero__dash-topbar{background:#f0f6fc0f;border-radius:3px;width:140px;height:10px}.hp-hero__dash-stats{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.hp-hero__dash-stat{border:1px solid var(--hp-border-subtle);background:#f0f6fc05;border-radius:8px;height:56px}.hp-hero__dash-table{border:1px solid var(--hp-border-subtle);border-radius:8px;flex:1;overflow:hidden}.hp-hero__dash-table-head{border-bottom:1px solid var(--hp-border-subtle);background:#f0f6fc06;height:34px}.hp-hero__dash-table-row{border-bottom:1px solid #30363d33;align-items:center;gap:14px;height:40px;padding:0 14px;display:flex}.hp-hero__dash-table-row:last-child{border-bottom:none}.hp-hero__dash-table-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hp-hero__dash-table-dot--green{background:var(--hp-green);opacity:.5}.hp-hero__dash-table-dot--blue{background:var(--hp-blue);opacity:.5}.hp-hero__dash-table-dot--yellow{opacity:.5;background:#d29922}.hp-hero__dash-table-dot--cyan{background:var(--hp-cyan);opacity:.5}.hp-hero__dash-table-bar{background:#f0f6fc09;border-radius:3px;height:7px}.hp-trust{border-top:1px solid var(--hp-border-subtle);border-bottom:1px solid var(--hp-border-subtle);padding:56px 0}.hp-trust__label{text-align:center;color:var(--hp-text-subtle);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:28px;font-size:14px;font-weight:500}.hp-trust__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.hp-trust__logo{object-fit:contain;filter:grayscale()brightness(.45);opacity:.5;width:auto;height:28px;transition:all .3s}.hp-trust__logo:hover{filter:grayscale(0%)brightness();opacity:1}.hp-section-header{text-align:center;padding:96px 0 48px}.hp-section-header__title{font-family:var(--hp-font-display);letter-spacing:-1.5px;color:var(--hp-text-muted);margin-bottom:20px;font-size:48px;font-weight:600;line-height:1.1}.hp-section-header__em{color:var(--hp-text)}.hp-section-header__sub{color:var(--hp-text-subtle);max-width:520px;margin:0 auto;font-size:20px;line-height:1.6}.hp-river[data-color=cyan]{--_accent:#388bfd;--_glow:#388bfd1f}.hp-river[data-color=blue]{--_accent:#3fb950;--_glow:#3fb9501f}.hp-river[data-color=violet]{--_accent:#a371f7;--_glow:#a371f71f}.hp-river[data-color=rose]{--_accent:#f778ba;--_glow:#f778ba1f}.hp-rivers{padding-bottom:96px}.hp-river{grid-template-columns:5fr 7fr;align-items:center;gap:64px;padding:48px 0;display:grid}.hp-river--reverse{grid-template-columns:7fr 5fr}.hp-river__content{order:1}.hp-river__visual,.hp-river--reverse .hp-river__content{order:2}.hp-river--reverse .hp-river__visual{order:1}.hp-river__icon{background:var(--_glow);width:48px;height:48px;color:var(--_accent);border:1px solid #ffffff0a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.hp-river__title{font-family:var(--hp-font-display);letter-spacing:-.5px;color:var(--hp-text);margin-bottom:20px;font-size:32px;font-weight:600;line-height:1.15}.hp-river__points{flex-direction:column;gap:10px;list-style:none;display:flex}.hp-river__point{color:var(--hp-text-muted);padding-left:20px;font-size:16px;line-height:1.6;position:relative}.hp-river__point:before{content:"";background:var(--_accent);opacity:.7;border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}.hp-river__logos{flex-wrap:wrap;align-items:center;gap:16px;margin-top:20px;display:flex}.hp-river__logos img{object-fit:contain;filter:grayscale()brightness(.5);opacity:.45;width:auto;height:18px}.hp-river__frame{border:1px solid var(--hp-border);background:var(--hp-bg-alt);border-radius:10px;transition:box-shadow .4s,transform .4s;overflow:hidden;box-shadow:0 2px 8px #00000026,0 8px 32px #0003}.hp-river:hover .hp-river__frame{box-shadow:0 2px 8px #00000026,0 8px 32px #0003,0 0 60px var(--_glow);transform:translateY(-3px)}.hp-river__frame-chrome{border-bottom:1px solid var(--hp-border-subtle);background:#01040999;align-items:center;gap:5px;padding:10px 12px;display:flex}.hp-river__frame-dot{border-radius:50%;width:8px;height:8px}.hp-river__frame-dot:first-child{background:#ff5f5773}.hp-river__frame-dot:nth-child(2){background:#febc2e73}.hp-river__frame-dot:nth-child(3){background:#27c93f73}.hp-river__frame-body{aspect-ratio:16/10;background:linear-gradient(180deg,var(--hp-bg-alt)0%,var(--hp-bg)100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;display:flex;position:relative;overflow:hidden}.hp-river__frame-body:before{content:"";background-color:#0000;background-image:linear-gradient(#f0f6fc03 1px,#0000 1px),linear-gradient(90deg,#f0f6fc03 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.hp-river__frame-icon{opacity:.05}.hp-river__frame-label{color:#f0f6fc12;text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:500}.hp-connector{justify-content:center;padding:4px 0;display:flex}.hp-connector__line{border-radius:2px;width:2px;height:64px}.hp-connector__line--1{background:linear-gradient(#388bfd66,#3fb95066)}.hp-connector__line--2{background:linear-gradient(#3fb95066,#a371f766)}.hp-connector__line--3{background:linear-gradient(#a371f766,#f778ba66)}.hp-stats{background:var(--hp-bg-alt);border-top:1px solid var(--hp-border-subtle);border-bottom:1px solid var(--hp-border-subtle);padding:80px 0}.hp-stats__grid{background:var(--hp-border-subtle);border:1px solid var(--hp-border-subtle);border-radius:12px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.hp-stats__card{text-align:center;background:var(--hp-bg-alt);padding:36px 24px}.hp-stats__icon{color:var(--hp-text-subtle);justify-content:center;align-items:center;margin-bottom:14px;display:flex}.hp-stats__number{font-family:var(--hp-font-display);letter-spacing:-1px;margin-bottom:6px;font-size:48px;font-weight:600}.hp-stats__number--cyan{color:var(--hp-blue)}.hp-stats__number--violet{color:var(--hp-purple)}.hp-stats__number--blue{color:var(--hp-green)}.hp-stats__number--rose{color:var(--hp-pink)}.hp-stats__label{color:var(--hp-text-muted);font-size:14px;font-weight:500}.hp-automation{padding:96px 0}.hp-automation__header{text-align:center;margin-bottom:56px}.hp-automation__title{font-family:var(--hp-font-display);letter-spacing:-1.5px;color:var(--hp-text-muted);margin-bottom:16px;font-size:48px;font-weight:600;line-height:1.1}.hp-automation__title em{color:var(--hp-text);font-style:normal}.hp-automation__subtitle{color:var(--hp-text-subtle);max-width:520px;margin:0 auto;font-size:20px;line-height:1.6}.hp-automation__grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.hp-automation__col{border:1px solid var(--hp-border);background:var(--hp-surface);border-radius:12px;padding:32px;transition:border-color .3s}.hp-automation__col:hover{border-color:#388bfd33}.hp-automation__col-title{font-family:var(--hp-font-display);color:var(--hp-text);align-items:center;gap:10px;margin-bottom:24px;font-size:18px;font-weight:600;display:flex}.hp-automation__col-title svg{color:var(--hp-blue);opacity:.7}.hp-automation__list{flex-direction:column;gap:14px;list-style:none;display:flex}.hp-automation__item{color:var(--hp-text-muted);align-items:flex-start;gap:12px;font-size:15px;line-height:1.6;display:flex}.hp-automation__item-icon{width:28px;height:28px;color:var(--hp-blue);background:#388bfd14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.hp-integrations{border-top:1px solid var(--hp-border-subtle);padding:96px 0}.hp-integrations__header{text-align:center;margin-bottom:56px}.hp-integrations__title{font-family:var(--hp-font-display);letter-spacing:-1.5px;color:var(--hp-text-muted);margin-bottom:12px;font-size:48px;font-weight:600;line-height:1.1}.hp-integrations__title em{color:var(--hp-text);font-style:normal}.hp-integrations__subtitle{color:var(--hp-text-subtle);font-size:18px;line-height:1.6}.hp-integrations__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hp-integrations__card{border:1px solid var(--hp-border);background:var(--hp-surface);cursor:default;border-radius:10px;align-items:center;gap:14px;padding:24px 20px;transition:all .25s;display:flex}.hp-integrations__card:hover{background:#161b22e6;border-color:#388bfd33;transform:translateY(-2px);box-shadow:0 4px 20px #0003}.hp-integrations__card-logo{object-fit:contain;background:#f0f6fc0a;border-radius:8px;flex-shrink:0;width:40px;height:40px;padding:5px}.hp-integrations__card-name{color:var(--hp-text);margin-bottom:2px;font-size:15px;font-weight:600}.hp-integrations__card-desc{color:var(--hp-text-muted);font-size:13px}.hp-cta{text-align:center;border-top:1px solid var(--hp-border-subtle);padding:128px 0;position:relative;overflow:hidden}.hp-cta__glow{filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(#8250df1a 0%,#388bfd0d 40%,#0000 70%);width:800px;height:400px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.hp-cta__content{z-index:1;position:relative}.hp-cta__title{font-family:var(--hp-font-display);letter-spacing:-1.5px;color:var(--hp-text);margin-bottom:20px;font-size:48px;font-weight:600;line-height:1.1}.hp-cta__subtitle{color:var(--hp-text-muted);max-width:480px;margin:0 auto 40px;font-size:20px;line-height:1.6}.hp-cta__buttons{justify-content:center;align-items:center;gap:16px;display:flex}.hp-footer{border-top:1px solid var(--hp-border);background:var(--hp-bg);padding:56px 0 28px}.hp-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.hp-footer__logo{font-family:var(--hp-font-display);color:var(--hp-text);margin-bottom:12px;font-size:20px;font-weight:700}.hp-footer__brand-desc{color:var(--hp-text-subtle);max-width:260px;font-size:14px;line-height:1.6}.hp-footer__col-title{color:var(--hp-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:14px;font-size:12px;font-weight:600}.hp-footer__col-links{flex-direction:column;gap:8px;list-style:none;display:flex}.hp-footer__link{color:var(--hp-text-subtle);font-size:14px;text-decoration:none;transition:color .2s}.hp-footer__link:hover{color:var(--hp-text-muted)}.hp-footer__bottom{border-top:1px solid var(--hp-border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:20px;display:flex}.hp-footer__copyright{color:var(--hp-text-subtle);font-size:12px}.hp-footer__bottom-links{gap:20px;display:flex}.hp-footer__bottom-link{color:var(--hp-text-subtle);font-size:12px;text-decoration:none;transition:color .2s}.hp-footer__bottom-link:hover{color:var(--hp-text-muted)}.hp-reveal{opacity:0;transition:opacity .7s var(--hp-ease),transform .7s var(--hp-ease);transform:translateY(24px)}.hp-reveal--visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hp-hero__headline{letter-spacing:-2px;font-size:56px}.hp-section-header__title,.hp-automation__title,.hp-integrations__title,.hp-cta__title{font-size:40px}.hp-river{grid-template-columns:1fr;gap:32px}.hp-river--reverse .hp-river__content{order:1}.hp-river--reverse .hp-river__visual{order:2}.hp-river__title{font-size:28px}.hp-stats__grid{grid-template-columns:repeat(2,1fr)}.hp-automation__grid{grid-template-columns:1fr}.hp-integrations__grid{grid-template-columns:repeat(2,1fr)}.hp-footer__grid{grid-template-columns:1fr 1fr;gap:28px}.hp-hero__dash-side{width:140px}.hp-hero__dash-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hp-hero{padding:120px 0 48px}.hp-hero__headline{letter-spacing:-1.5px;font-size:40px}.hp-hero__subtitle{font-size:17px}.hp-hero__buttons{flex-direction:column;gap:12px;margin-bottom:48px}.hp-hero__buttons .hp-btn{width:100%;max-width:300px}.hp-hero__orb--1{width:500px;height:500px}.hp-hero__orb--2{width:400px;height:400px}.hp-hero__orb--3{width:300px;height:300px}.hp-hero__dash-side{display:none}.hp-hero__dash-stats{grid-template-columns:repeat(2,1fr)}.hp-nav__links,.hp-nav__actions{display:none}.hp-nav__hamburger{display:block}.hp-section-header{padding:64px 0 32px}.hp-section-header__title,.hp-automation__title,.hp-integrations__title,.hp-cta__title{letter-spacing:-1px;font-size:32px}.hp-river{padding:32px 0}.hp-river__title{font-size:26px}.hp-river__point{font-size:15px}.hp-connector__line{height:40px}.hp-stats{padding:48px 0}.hp-stats__grid{grid-template-columns:repeat(2,1fr)}.hp-stats__number{font-size:36px}.hp-stats__card{padding:24px 16px}.hp-automation{padding:64px 0}.hp-automation__col{padding:24px}.hp-integrations__grid{grid-template-columns:1fr}.hp-integrations{padding:64px 0}.hp-cta{padding:80px 0}.hp-cta__buttons{flex-direction:column;gap:12px}.hp-cta__buttons .hp-btn{width:100%;max-width:300px}.hp-trust__row{gap:24px}.hp-trust__logo{height:22px}.hp-footer__grid{grid-template-columns:1fr;gap:24px}.hp-footer__bottom{flex-direction:column;align-items:flex-start}.hp-container{padding:0 20px}.hp-rivers{padding-bottom:48px}}@media (max-width:480px){.hp-hero__headline{letter-spacing:-1px;font-size:32px}.hp-hero__frame-inner{transform:none}.hp-section-header__title,.hp-automation__title,.hp-integrations__title,.hp-cta__title{font-size:28px}}
