:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--gh-bg:#f7f9fc;--gh-fg:#182033;--gh-muted:#5c667a;--gh-border:#d8dee9;--gh-accent:#0969da;--gh-accent-emphasis:#0758b5;--gh-success:#1a7f37;--gh-canvas:#eef3f8;--gh-canvas-subtle:#fff;--gh-blue-soft:#ddf4ff;--gh-violet:#8250df;--gh-violet-soft:#f0e7ff;--gh-amber:#9a6700;--gh-amber-soft:#fff8c5;--gh-green-soft:#dafbe1;--gh-header-bg:#f7f9fcdb;--gh-card-bg:#fff;--gh-card-shadow:0 24px 70px #23375021, 0 3px 12px #23375012;--gh-button-shadow:0 1px 2px #1f23282e}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--gh-bg:#0d1117;--gh-fg:#e6edf3;--gh-muted:#9ba7b4;--gh-border:#30363d;--gh-accent:#2f81f7;--gh-accent-emphasis:#58a6ff;--gh-success:#3fb950;--gh-canvas:#161b22;--gh-canvas-subtle:#0d1117;--gh-blue-soft:#0c2d4d;--gh-violet:#a371f7;--gh-violet-soft:#2a1f43;--gh-amber:#d29922;--gh-amber-soft:#352b12;--gh-green-soft:#16351f;--gh-header-bg:#0d1117db;--gh-card-bg:#161b22;--gh-card-shadow:0 28px 80px #0000006b, 0 3px 14px #00000047;--gh-button-shadow:0 1px 2px #00000059}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;color:var(--gh-fg);background-color:var(--gh-bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:var(--gh-accent);text-decoration:none}a:hover{text-decoration:underline}a,button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid color-mix(in srgb, var(--gh-accent) 28%, transparent);outline-offset:3px}::selection{color:var(--gh-fg);background:var(--gh-blue-soft)}.site-shell{background:linear-gradient(var(--gh-border) 1px, transparent 1px), linear-gradient(90deg, var(--gh-border) 1px, transparent 1px), var(--gh-bg);background-position:50% -1px;background-size:72px 72px;min-height:100vh;overflow-x:hidden}.site-shell:before{z-index:0;pointer-events:none;content:"";background:var(--gh-bg);position:fixed;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 24rem,#0000 0,#000 52rem);mask-image:radial-gradient(circle at 50% 24rem,#0000 0,#000 52rem)}.site-shell>*{z-index:1;position:relative}.skip-link{z-index:100;color:#fff;background:var(--gh-accent);border-radius:.5rem;padding:.6rem .9rem;transition:transform .15s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;border-bottom:1px solid color-mix(in srgb, var(--gh-border) 72%, transparent);background:var(--gh-header-bg);-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);position:sticky;top:0}.brand-mark{width:2rem;height:2rem;color:var(--gh-bg);background:var(--gh-fg);border-radius:.65rem;justify-content:center;align-items:center;transition:transform .16s;display:inline-flex;transform:rotate(-5deg)}.group:hover .brand-mark{transform:rotate(0)}.footer-link,.nav-link{min-height:2.75rem;color:var(--gh-muted);align-items:center;gap:.4rem;padding-inline:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.footer-link:hover,.nav-link:hover{color:var(--gh-fg);text-decoration:none}.hero-section{padding-block:clamp(4.5rem,9vw,8.5rem)}.hero-copy{animation:.52s ease-out both hero-enter}.eyebrow,.section-kicker,.trail-kicker{color:var(--gh-accent);letter-spacing:.1em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.75rem;font-weight:700}.eyebrow{align-items:center;gap:.6rem;margin-bottom:1.4rem;display:inline-flex}.eyebrow-dot{background:var(--gh-success);width:.5rem;height:.5rem;box-shadow:0 0 0 5px color-mix(in srgb, var(--gh-success) 13%, transparent);border-radius:999px}.hero-title{max-width:12ch;color:var(--gh-fg);letter-spacing:-.065em;text-wrap:balance;font-family:Avenir Next,Inter,ui-sans-serif,sans-serif;font-size:clamp(2.85rem,6vw,5.3rem);font-weight:750;line-height:.98}.hero-title-accent{color:var(--gh-accent)}.hero-description{max-width:36rem;color:var(--gh-muted);text-wrap:pretty;margin-block:1.75rem 2rem;font-size:clamp(1rem,1.8vw,1.18rem);line-height:1.75}.trail-window{border:1px solid var(--gh-border);background:var(--gh-card-bg);box-shadow:var(--gh-card-shadow);border-radius:1rem;animation:.6s ease-out 80ms both trail-enter;position:relative;overflow:hidden;transform:rotate(1deg)}.trail-window:after{z-index:-1;content:"";background:var(--gh-blue-soft);border-radius:999px;width:8rem;height:8rem;position:absolute;bottom:-2rem;right:-2rem}.trail-window-header{border-bottom:1px solid var(--gh-border);background:var(--gh-canvas);grid-template-columns:4.5rem minmax(0,1fr) 1rem;align-items:center;gap:1rem;min-height:3.25rem;padding-inline:1rem;display:grid}.window-dot{border-radius:999px;width:.65rem;height:.65rem}.trail-window-address{min-width:0;color:var(--gh-muted);white-space:nowrap;text-overflow:ellipsis;border:1px solid var(--gh-border);background:var(--gh-card-bg);border-radius:.45rem;justify-content:center;align-items:center;gap:.4rem;padding:.35rem .75rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.68rem;display:flex;overflow:hidden}.trail-panel{padding:clamp(1.25rem,4vw,2rem)}.trail-panel-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.6rem;display:flex}.trail-heading{letter-spacing:-.025em;margin-top:.2rem;font-size:1.25rem;font-weight:750}.trail-status{color:var(--gh-success);border:1px solid color-mix(in srgb, var(--gh-success) 28%, transparent);background:var(--gh-green-soft);border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .6rem;font-size:.68rem;font-weight:700;display:inline-flex}.trail-status-dot{background:currentColor;border-radius:999px;width:.4rem;height:.4rem}.trail-list{list-style:none}.trail-entry{gap:.9rem;padding-bottom:1.25rem;display:flex;position:relative}.trail-entry:not(:last-child):after{content:"";background:var(--gh-border);width:1px;position:absolute;top:2.15rem;bottom:.1rem;left:1rem}.trail-icon{z-index:1;border-radius:.6rem;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.trail-icon-blue{color:var(--gh-accent);background:var(--gh-blue-soft)}.trail-icon-violet{color:var(--gh-violet);background:var(--gh-violet-soft)}.trail-icon-amber{color:var(--gh-amber);background:var(--gh-amber-soft)}.trail-icon-green{color:var(--gh-success);background:var(--gh-green-soft)}.trail-entry-meta,.trail-label,.trail-time{color:var(--gh-muted);font-size:.7rem}.trail-label{font-weight:650}.trail-time{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.trail-entry-title{white-space:nowrap;text-overflow:ellipsis;margin-top:.12rem;font-size:.88rem;font-weight:700;overflow:hidden}.trail-entry-meta{margin-top:.08rem}.trail-footer{color:var(--gh-accent);border:1px solid color-mix(in srgb, var(--gh-accent) 20%, transparent);background:color-mix(in srgb, var(--gh-blue-soft) 55%, transparent);border-radius:.65rem;align-items:center;gap:.55rem;margin-top:.25rem;padding:.85rem 1rem;font-size:.72rem;display:flex}.features-section{border-top:1px solid color-mix(in srgb, var(--gh-border) 72%, transparent);background:color-mix(in srgb, var(--gh-bg) 90%, transparent);padding-block:clamp(4.5rem,9vw,8rem)}.features-heading{align-items:end;gap:1.5rem;margin-bottom:clamp(2.5rem,5vw,4rem);display:grid}.section-title{letter-spacing:-.05em;text-wrap:balance;margin-top:.8rem;font-family:Avenir Next,Inter,ui-sans-serif,sans-serif;font-size:clamp(2.1rem,4.5vw,3.7rem);font-weight:750;line-height:1.06}.section-description{max-width:30rem;color:var(--gh-muted);text-wrap:pretty;line-height:1.7}.feature-list{border:1px solid var(--gh-border);background:var(--gh-card-bg);box-shadow:0 10px 35px color-mix(in srgb, var(--gh-fg) 6%, transparent);border-radius:1rem;list-style:none;overflow:hidden}.feature-row{grid-template-columns:2.25rem 2.75rem minmax(0,1fr) minmax(12rem,auto);align-items:center;gap:1rem;padding:clamp(1.25rem,3vw,1.75rem);display:grid}.feature-row+.feature-row{border-top:1px solid var(--gh-border)}.feature-detail,.feature-step{color:var(--gh-muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.7rem}.feature-step{font-variant-numeric:tabular-nums}.feature-icon{width:2.75rem;height:2.75rem;color:var(--gh-accent);background:var(--gh-blue-soft);border-radius:.75rem;justify-content:center;align-items:center;display:flex}.feature-title{letter-spacing:-.015em;font-size:1rem;font-weight:750}.feature-description{max-width:42rem;color:var(--gh-muted);text-wrap:pretty;margin-top:.25rem;font-size:.875rem;line-height:1.65}.feature-detail{white-space:nowrap;justify-self:end}.privacy-callout{border:1px solid var(--gh-border);background:var(--gh-canvas);border-radius:1rem;align-items:center;gap:1.25rem;margin-top:1.5rem;padding:clamp(1.3rem,3vw,1.8rem);display:flex}.privacy-icon{width:3rem;height:3rem;color:var(--gh-success);background:var(--gh-green-soft);border-radius:.8rem;flex:none;justify-content:center;align-items:center;display:flex}.site-footer{border-top:1px solid var(--gh-border);background:var(--gh-card-bg);padding-block:2.5rem}@keyframes hero-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes trail-enter{0%{opacity:0;transform:translateY(18px)rotate(1deg)}to{opacity:1;transform:translateY(0)rotate(1deg)}}@media (width>=768px){.features-heading{grid-template-columns:minmax(0,1.3fr) minmax(18rem,.7fr)}}@media (width<=767px){.trail-window{transform:none}.feature-row{grid-template-columns:2.25rem minmax(0,1fr)}.feature-step{display:none}.feature-detail{white-space:normal;grid-column:2;justify-self:start}.privacy-callout{flex-wrap:wrap;align-items:flex-start}.privacy-callout .btn-outline{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*,:after,:before,::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:#93c5fd80;--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-simple-icons-googlechrome{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 0C8.21 0 4.831 1.757 2.632 4.501l3.953 6.848A5.454 5.454 0 0 1 12 6.545h10.691A12 12 0 0 0 12 0M1.931 5.47A11.94 11.94 0 0 0 0 12c0 6.012 4.42 10.991 10.189 11.864l3.953-6.847a5.45 5.45 0 0 1-6.865-2.29zm13.342 2.166a5.446 5.446 0 0 1 1.45 7.09l.002.001h-.002l-5.344 9.257q.309.015.621.016c6.627 0 12-5.373 12-12c0-1.54-.29-3.011-.818-4.364zM12 16.364a4.364 4.364 0 1 1 0-8.728a4.364 4.364 0 0 1 0 8.728'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-arrow-up-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 7L7 17M8 7h9v9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-bell-ringing{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6M9 17v1a3 3 0 0 0 6 0v-1m6-10.273A11.05 11.05 0 0 0 18.206 3M3 6.727A11.05 11.05 0 0 1 5.792 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-brand-github{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 19c-4.3 1.4-4.3-2.5-6-3m12 5v-3.5c0-1 .1-1.4-.5-2c2.8-.3 5.5-1.4 5.5-6a4.6 4.6 0 0 0-1.3-3.2a4.2 4.2 0 0 0-.1-3.2s-1.1-.3-3.5 1.3a12.3 12.3 0 0 0-6.2 0C6.5 2.8 5.4 3.1 5.4 3.1a4.2 4.2 0 0 0-.1 3.2A4.6 4.6 0 0 0 4 9.5c0 4.6 2.7 5.7 5.5 6c-.6.6-.6 1.2-.5 2V21'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-chart-dots-3{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 7a2 2 0 1 0 4 0a2 2 0 1 0-4 0m11 8a2 2 0 1 0 4 0a2 2 0 1 0-4 0m1-9a3 3 0 1 0 6 0a3 3 0 1 0-6 0M3 18a3 3 0 1 0 6 0a3 3 0 1 0-6 0m6-1l5-1.5m-7.5-7l7.81 5.37M7 7l8-1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-clock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-dots{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 12a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-git-fork{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 18a2 2 0 1 0 4 0a2 2 0 1 0-4 0M5 6a2 2 0 1 0 4 0a2 2 0 1 0-4 0m10 0a2 2 0 1 0 4 0a2 2 0 1 0-4 0'/%3E%3Cpath d='M7 8v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V8m-5 4v4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-history{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 8v4l2 2'/%3E%3Cpath d='M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-lock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M5 13a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2z'/%3E%3Cpath d='M11 16a1 1 0 1 0 2 0a1 1 0 0 0-2 0m-3-5V7a4 4 0 1 1 8 0v4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-moon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3h.393a7.5 7.5 0 0 0 7.92 12.446A9 9 0 1 1 12 2.992z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-note{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m13 20l7-7m-7 7v-6a1 1 0 0 1 1-1h6V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-pencil{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h4L18.5 9.5a2.828 2.828 0 1 0-4-4L4 16zm9.5-13.5l4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-route{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 19a2 2 0 1 0 4 0a2 2 0 0 0-4 0M19 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-8 12h5.5a3.5 3.5 0 0 0 0-7h-8a3.5 3.5 0 0 1 0-7H13'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-shield-lock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 3a12 12 0 0 0 8.5 3A12 12 0 0 1 12 21A12 12 0 0 1 3.5 6A12 12 0 0 0 12 3'/%3E%3Cpath d='M11 11a1 1 0 1 0 2 0a1 1 0 1 0-2 0m1 1v2.5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-sparkles{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 18a2 2 0 0 1 2 2a2 2 0 0 1 2-2a2 2 0 0 1-2-2a2 2 0 0 1-2 2m0-12a2 2 0 0 1 2 2a2 2 0 0 1 2-2a2 2 0 0 1-2-2a2 2 0 0 1-2 2M9 18a6 6 0 0 1 6-6a6 6 0 0 1-6-6a6 6 0 0 1-6 6a6 6 0 0 1 6 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-tabler-sun{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12a4 4 0 1 0 8 0a4 4 0 1 0-8 0m-5 0h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7l-.7.7m0 11.4l.7.7m-12.1-.7l-.7.7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;vertical-align:middle;background-color:currentColor;width:1.2em;height:1.2em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.btn-outline{cursor:pointer;border-width:1px;border-color:var(--gh-border);background-color:var(--gh-card-bg);min-height:2.75rem;color:var(--gh-fg);--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color,#0000000d);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition-property:background-color,border-color,color,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{cursor:pointer;border-width:1px;border-color:var(--gh-accent);background-color:var(--gh-accent);--un-text-opacity:1;min-height:2.75rem;color:rgb(255 255 255/var(--un-text-opacity));--un-shadow:var(--gh-button-shadow);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition-property:background-color,border-color,color,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-outline:active,.btn-primary:active{--un-translate-y:1px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.btn-outline:hover{border-color:var(--gh-muted);background-color:var(--gh-canvas);text-decoration:none}.btn-primary:hover{border-color:var(--gh-accent-emphasis);background-color:var(--gh-accent-emphasis);text-decoration:none}.btn-outline:focus-visible,.btn-primary:focus-visible{outline-offset:2px;--un-ring-width:3px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-ring-color:var(--gh-accent);outline:2px solid #0000}.grid{display:grid}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.hidden{display:none}.h-18{height:4.5rem}.h-3,.h3{height:.75rem}.h-4{height:1rem}.h-4\.5{height:1.125rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-9{height:2.25rem}.max-w-2xl{max-width:42rem}.max-w-520px{max-width:520px}.max-w-6xl{max-width:72rem}.min-h-9{min-height:2.25rem}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.w-3{width:.75rem}.w-4{width:1rem}.w-4\.5{width:1.125rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-9{width:2.25rem}.w-full{width:100%}.flex{display:flex}.inline-flex{display:inline-flex}.flex-1{flex:1}.shrink-0{flex-shrink:0}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.cursor-pointer{cursor:pointer}.place-content-center{place-content:center}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-14{gap:3.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-2{row-gap:.5rem}.overflow-hidden{overflow:hidden}.border{border-width:1px}.border-transparent{border-color:#0000}.hover\:border-gh-border:hover{border-color:var(--gh-border)}.rounded-lg{border-radius:.5rem}.bg-\[\#28c840\]{--un-bg-opacity:1;background-color:rgb(40 200 64/var(--un-bg-opacity))}.bg-\[\#febc2e\]{--un-bg-opacity:1;background-color:rgb(254 188 46/var(--un-bg-opacity))}.bg-\[\#ff5f57\]{--un-bg-opacity:1;background-color:rgb(255 95 87/var(--un-bg-opacity))}.bg-transparent{background-color:#0000}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.dark .dark\:bg-\[\#020420\]{--un-bg-opacity:1;background-color:rgb(2 4 32/var(--un-bg-opacity))}.hover\:bg-gh-canvas:hover{background-color:var(--gh-canvas)}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.text-center{text-align:center}.text-\[17px\]{font-size:17px}.text-\[80px\]{font-size:80px}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.dark .dark\:text-white{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}.text-\[\#020420\]{--un-text-opacity:1;color:rgb(2 4 32/var(--un-text-opacity))}.text-\[\#64748B\]{--un-text-opacity:1;color:rgb(100 116 139/var(--un-text-opacity))}.text-gh-accent{color:var(--gh-accent)}.text-gh-fg{color:var(--gh-fg)}.text-gh-muted{color:var(--gh-muted)}.text-gh-success{color:var(--gh-success)}.hover\:text-\[\#00DC82\]:hover{--un-text-opacity:1;color:rgb(0 220 130/var(--un-text-opacity))}.hover\:text-gh-fg:hover{color:var(--gh-fg)}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-\[-0\.02em\]{letter-spacing:-.02em}.tracking-wide{letter-spacing:.025em}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tabular-nums{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.underline{text-decoration-line:underline}.underline-offset-3{text-underline-offset:3px}.no-underline,.hover\:no-underline:hover{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:ring-3:focus-visible{--un-ring-width:3px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.focus-visible\:ring-gh-accent\/25:focus-visible{--un-ring-color:var(--gh-accent)}.transition-\[background-color\,border-color\,color\]{transition-property:background-color,border-color,color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (width>=640px){.sm\:block{display:block}.sm\:inline-flex{display:inline-flex}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:gap-3{gap:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:text-\[110px\]{font-size:110px}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (width>=1024px){.lg\:grid-cols-\[0\.9fr_1\.1fr\]{grid-template-columns:.9fr 1.1fr}.lg\:gap-18{gap:4.5rem}}
