@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";/**
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* https://github.com/chjj/term.js
* @license MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* Originally forked from (with the author's permission):
*   Fabrice Bellard's javascript vt100 for jslinux:
*   http://bellard.org/jslinux/
*   Copyright (c) 2011 Fabrice Bellard
*   The original design remains. The terminal itself
*   has been extended to include xterm CSI codes, among
*   other features.
*/.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.home-root{min-height:100vh;background:var(--bg);color:var(--tx);background-image:radial-gradient(circle at 12% 6%,var(--washBlue),transparent 42%),radial-gradient(circle at 88% 4%,var(--washAmber),transparent 46%)}.home-main{max-width:1180px;margin:0 auto;padding:40px 24px 0;display:flex;flex-direction:column;gap:56px}.home-hero{position:relative}.home-hero-viewport{overflow:hidden;border-radius:22px;border:1px solid var(--bd);background:var(--surf);box-shadow:0 40px 80px -40px var(--cardShadow)}.home-hero-track{display:flex;transition:transform .52s cubic-bezier(.22,.61,.36,1);will-change:transform}.home-slide{flex:0 0 100%;min-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:32px;padding:44px 48px;box-sizing:border-box;align-items:center}.home-slide-copy{display:flex;flex-direction:column;gap:16px}.home-slide-eyebrow{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--txm);margin-bottom:-4px}.home-slide-head{font-size:34px;font-weight:800;line-height:1.12;letter-spacing:-.02em;color:var(--tx);margin:0}.home-slide-sub{font-size:15px;line-height:1.55;color:var(--txd);margin:0;max-width:46ch}.home-slide-frame{position:relative;aspect-ratio:16 / 10;border-radius:13px;border:1px dashed var(--bd);background:repeating-linear-gradient(45deg,var(--surf2),var(--surf2) 11px,var(--bg) 11px,var(--bg) 22px);display:flex;align-items:center;justify-content:center;overflow:hidden}.home-slide-frame.has-image{border:1px solid var(--bd);background:var(--surf2)}.home-slide-frame.has-image picture{display:block;width:100%;height:100%}.home-slide-img{width:100%;height:100%;object-fit:cover;display:block}.home-slide.poster{position:relative;padding:0}.home-slide.poster .home-slide-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;aspect-ratio:auto;border:none;border-radius:0;background:transparent}.home-slide.poster .home-slide-img{object-fit:contain}.home-poster-cta{position:absolute;right:28px;bottom:28px;z-index:2}.home-slide-frame-label{font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--txm);text-align:center;padding:8px 14px;border-radius:999px;background:var(--surf);border:1px solid var(--bd);line-height:1.5}.home-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:1px solid var(--bd);background:var(--surf);color:var(--txd);font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:color .15s ease,border-color .15s ease,transform .15s ease}.home-hero-arrow:hover{color:var(--brand);border-color:var(--brand)}.home-hero-arrow:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.home-hero-arrow.prev{left:-18px}.home-hero-arrow.next{right:-18px}.home-hero-dots{display:flex;justify-content:center;gap:9px;margin-top:18px}.home-hero-dot{width:9px;height:9px;padding:0;border-radius:999px;border:1px solid var(--bd);background:var(--surf2);cursor:pointer;transition:background .15s ease,transform .15s ease}.home-hero-dot.active{background:var(--brand);border-color:var(--brand);transform:scale(1.15)}.home-hero-dot:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.home-stats{display:flex;flex-direction:column}.home-stats-head{max-width:720px;margin:0 auto 40px;text-align:center}.home-stats-eyebrow{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--brand);margin:0 0 10px}.home-stats-headline{font-size:30px;font-weight:800;line-height:1.16;letter-spacing:-.02em;color:var(--tx);margin:0}.home-stats-rows{width:100%;max-width:820px;margin:0 auto}.home-stat-row{display:flex;align-items:baseline;justify-content:space-between;gap:32px;padding:16px 4px;border-top:1px solid var(--bd)}.home-stat-row:last-child{border-bottom:1px solid var(--bd)}.home-stat-row:hover .home-stat-row-label{color:var(--tx)}.home-stat-row-label{flex:1 1 auto;font-size:17px;line-height:1.4;color:var(--txd);transition:color .15s ease}.home-stat-row-value{flex:0 0 auto;font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--tx);text-align:right;white-space:nowrap}.home-stat-row-value.size-lg{font-size:58px}.home-stat-row-value.size-md{font-size:40px}.home-stat-row-value.size-sm{font-size:23px}.home-stat-row-value .is-accent{color:var(--brand)}.home-stat-live{display:inline-flex;align-items:center}.home-stat-dot{width:12px;height:12px;margin-left:14px;border-radius:999px;background:var(--brand);animation:home-stat-pulse 1.8s ease-in-out infinite}@keyframes home-stat-pulse{0%,to{opacity:1}50%{opacity:.35}}.home-ticker-section{margin-top:34px}.home-ticker-head{max-width:720px;margin:0 auto 24px;text-align:center}.home-ticker-eyebrow{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--brand);margin:0 0 10px}.home-ticker-subline{font-size:30px;font-weight:800;line-height:1.16;letter-spacing:-.02em;color:var(--tx);margin:0}.home-ticker{overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.home-ticker-track{display:flex;width:max-content;gap:20px;animation:home-ticker-scroll 34s linear infinite}.home-ticker:hover .home-ticker-track{animation-play-state:paused}.home-logo{flex:0 0 auto;width:150px;height:56px;display:flex;align-items:center;justify-content:center}.home-logo-img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(1);opacity:.6;transition:opacity .15s ease}.home-logo-img:hover{opacity:1}[data-theme=dark] .home-logo-img{filter:grayscale(1) invert(1);opacity:.7}[data-theme=dark] .home-logo-img:hover{opacity:1}@keyframes home-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-partner{display:flex;flex-direction:column}.home-partner-head{max-width:720px;margin:0 auto 40px;text-align:center}.home-partner-eyebrow{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--brand);margin:0 0 10px}.home-partner-headline{font-size:30px;font-weight:800;line-height:1.16;letter-spacing:-.02em;color:var(--tx);margin:0}.home-partner-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;width:100%;max-width:980px;margin:0 auto}.home-partner-col{display:flex;flex-direction:column;gap:12px}.home-partner-col-title{font-size:19px;font-weight:700;letter-spacing:-.01em;color:var(--tx);margin:0}.home-partner-col-body{font-size:15px;line-height:1.6;color:var(--txd);margin:0}.home-partner-closing{width:100%;max-width:820px;margin:52px auto 0;padding-top:40px;border-top:1px solid var(--bd);text-align:center}.home-partner-closing-headline{font-size:24px;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:var(--tx);margin:0 0 14px}.home-partner-closing-body{font-size:16px;line-height:1.6;color:var(--txd);margin:0 auto;max-width:62ch}.home-partner-cta-wrap{display:flex;justify-content:center;margin-top:28px}.home-partner-cta{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:999px;background:var(--brand);color:var(--brandink);font-size:14px;font-weight:700;letter-spacing:.01em;text-decoration:none;border:1px solid var(--brand);transition:filter .15s ease,transform .15s ease}.home-partner-cta:hover{filter:brightness(1.08)}.home-partner-cta:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.home-footer{margin-top:64px;border-top:1px solid var(--bd);background:var(--surf)}.home-footer-inner{max-width:1180px;margin:0 auto;padding:26px 24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.home-footer-wordmark{font-size:14px;font-weight:700;color:var(--tx)}.home-footer-links{display:flex;gap:18px;flex-wrap:wrap;margin-left:auto}.home-footer-link{font-size:13px;color:var(--txd);background:none;border:none;cursor:pointer;font-family:inherit;padding:0;text-decoration:none}.home-footer-link:hover{color:var(--brand)}.home-footer-contact{cursor:text;overflow-wrap:anywhere}.home-footer-contact:hover{color:var(--txd)}.home-terms{max-width:820px;margin:0 auto;padding:64px 24px 32px}.home-terms-title{font-size:34px;font-weight:700;color:var(--tx);margin:0 0 28px;letter-spacing:-.01em}.home-terms-body h2{font-size:20px;font-weight:700;color:var(--tx);margin:36px 0 12px}.home-terms-body p{font-size:15px;line-height:1.7;color:var(--txd);margin:0 0 16px}.home-terms-body strong{color:var(--tx);font-weight:700}.home-footer-copic{font-size:12px;color:var(--txm)}@media (max-width: 900px){.home-slide{grid-template-columns:1fr;gap:22px;padding:32px 28px}.home-slide-head{font-size:27px}.home-stats-headline,.home-partner-headline,.home-ticker-subline{font-size:26px}.home-hero-arrow.prev{left:6px}.home-hero-arrow.next{right:6px}}@media (max-width: 800px){.home-partner-cols{grid-template-columns:1fr;gap:32px;max-width:520px}}@media (max-width: 700px){.home-stat-row{flex-direction:column;align-items:flex-start;gap:8px}.home-stat-row-value{text-align:left}.home-stat-row-value.size-lg{font-size:44px}.home-stat-row-value.size-md{font-size:34px}}@media (max-width: 560px){.home-main{gap:40px;padding:28px 16px 0}.home-slide-head,.home-stats-headline,.home-partner-headline{font-size:23px}.home-partner-closing-headline{font-size:20px}.home-ticker-subline{font-size:23px}}@media (prefers-reduced-motion: reduce){.home-hero-track{transition:none}.home-ticker-track,.home-stat-dot{animation:none}}:root,[data-theme=light]{--bg: #e3e9f4;--surf: #ffffff;--surf2: #eef1f8;--stepbar: #e9f0ff;--bd: #d9e2f0;--tx: #0c1626;--txd: #45566f;--txm: #8294ac;--brand: #2563eb;--brandink: #ffffff;--brandshadow: rgba(37, 99, 235, .35);--accent: #0ea5e9;--pv: #0f766e;--pvb: #d2efe9;--ql: #b45309;--qlb: #fdecd2;--ex: #64748b;--exb: #e6ecf4;--washBlue: rgba(37, 99, 235, .09);--washAmber: rgba(180, 83, 9, .08);--card: #ffffff;--cardbd: #e3e8f1;--cardbdHover: #2563eb;--cardShadow: rgba(37, 99, 235, .35);--cardtx: #0c1626;--cardtxm: #8294ac;--cardBlur: none;--chip: #ffffff;--chipBd: #e3e8f1}[data-theme=dark]{--bg: #0a1020;--surf: #111b30;--surf2: #16233d;--stepbar: #13244a;--bd: #26395c;--tx: #eaf0fb;--txd: #a3b4d0;--txm: #6f82a3;--brand: #4f8cf8;--brandink: #08111f;--brandshadow: rgba(79, 140, 248, .4);--accent: #38bdf8;--pv: #2dd4bf;--pvb: #0e3330;--ql: #fbbf24;--qlb: #3a2a0e;--ex: #94a3b8;--exb: #1c2942;--washBlue: rgba(79, 140, 248, .13);--washAmber: rgba(251, 191, 36, .09);--card: rgba(255, 255, 255, .05);--cardbd: rgba(255, 255, 255, .1);--cardbdHover: #4f8cf8;--cardShadow: rgba(79, 140, 248, .42);--cardtx: #eaf0fb;--cardtxm: #a3b4d0;--cardBlur: blur(8px);--chip: transparent;--chipBd: transparent}html,body{margin:0;padding:0;background:var(--bg);color:var(--tx);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}@keyframes speakWave{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-2.5px) scale(1.2)}}.speak-letter{display:inline-block;animation:speakWave 1.1s ease-in-out infinite}
