@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:300 700;src:url(/4831bb8abc92879df659.woff2) format("woff2-variations")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:300;src:url(/cc7ab55d27205bd64001.otf)}@font-face{font-family:"Gilroy";font-style:normal;font-weight:800;src:url(/0094146a0505298ed06a.otf)}:root{--deco-margin: 4rem}@media(max-width: 1024px){:root{--deco-margin: 3rem}}@media(max-width: 768px){:root{--deco-margin: 0}}html,body{height:100%}body{font:500 1rem "Space Grotesk",sans-serif}h1,h2,h3,h4{line-height:1em;letter-spacing:-0.03em;margin:.5em 0}h1:first-child,h2:first-child,h3:first-child,h4:first-child{margin-top:0}h1{font:800 2.5rem "Gilroy",sans-serif}@media(max-width: 768px){h1{font-size:2rem}}h2{font:800 2rem "Gilroy",sans-serif}@media(max-width: 768px){h2{font-size:1.5rem}}h3{font:800 1.25rem "Gilroy",sans-serif}@media(max-width: 768px){h3{font-size:1rem}}h4{font:800 1rem "Gilroy",sans-serif}p,li{line-height:1.5}a{color:#6320ee;text-decoration:none;border-bottom:1px solid transparent}a:hover{border-bottom-color:#6320ee}img{display:block}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:300 700;src:url(/4831bb8abc92879df659.woff2) format("woff2-variations")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:300;src:url(/cc7ab55d27205bd64001.otf)}@font-face{font-family:"Gilroy";font-style:normal;font-weight:800;src:url(/0094146a0505298ed06a.otf)}aside.svelte-1uob60f.svelte-1uob60f{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:150;background-color:rgba(255, 255, 255, 0.98);backdrop-filter:blur(20px);opacity:0;pointer-events:none;transition:opacity 0.3s ease}aside.toggled.svelte-1uob60f.svelte-1uob60f{display:flex;opacity:1;pointer-events:all}aside.svelte-1uob60f .links.svelte-1uob60f{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}aside.svelte-1uob60f .links a.svelte-1uob60f{text-decoration:none;color:#1d1d1f;font-size:2rem;font-weight:700;letter-spacing:-0.02em;transition:color 0.2s}aside.svelte-1uob60f .links a.svelte-1uob60f:hover{color:#6320ee}aside.svelte-1uob60f .links a.selected.svelte-1uob60f{color:#6320ee}aside.svelte-1uob60f .links a[href="/docs"].svelte-1uob60f{color:#6320ee;border:2px solid #6320ee;border-radius:999px;padding:0.25rem 1.25rem;transition:background-color 0.2s, color 0.2s}aside.svelte-1uob60f .links a[href="/docs"].svelte-1uob60f:hover{background-color:#6320ee;color:white}
.toggle-appbar.svelte-t22bz4.svelte-t22bz4{display:none;border:none}@media(max-width: 1024px){.toggle-appbar.svelte-t22bz4.svelte-t22bz4{display:flex;cursor:pointer;align-items:center;justify-content:center;background-color:transparent;width:3rem;height:3rem;border-radius:50%}.toggle-appbar.svelte-t22bz4.svelte-t22bz4:hover{background-color:rgba(0, 0, 0, 0.1)}.toggle-appbar.primary.svelte-t22bz4.svelte-t22bz4{border-color:#0071e3}.toggle-appbar.primary.svelte-t22bz4 svg.svelte-t22bz4{fill:#0071e3}.toggle-appbar.primary.svelte-t22bz4.svelte-t22bz4:hover{background-color:rgba(255, 255, 255, 0.1)}}@media(max-width: 768px){.toggle-appbar.svelte-t22bz4.svelte-t22bz4{border:none}}.toggle-appbar.svelte-t22bz4 svg.svelte-t22bz4{fill:black}
footer.svelte-11a1g5x.svelte-11a1g5x{display:flex;justify-content:center;padding:4rem 0;background-color:#f5f5f7;width:100%}footer.svelte-11a1g5x .footer-content.svelte-11a1g5x{width:100%;max-width:1100px;padding:0 2rem;display:flex;flex-wrap:wrap;align-items:flex-end}@media(max-width: 640px){footer.svelte-11a1g5x .footer-content.svelte-11a1g5x{padding:0 1rem}}footer.svelte-11a1g5x .links.svelte-11a1g5x{display:flex;width:100%;margin-bottom:2rem}footer.svelte-11a1g5x .links a.svelte-11a1g5x{color:#1d1d1f;text-decoration:none;border-bottom:1px solid transparent;font-size:0.9rem;font-weight:500}footer.svelte-11a1g5x .links a.svelte-11a1g5x:not(:last-child){margin-right:2rem}footer.svelte-11a1g5x .links a.svelte-11a1g5x:hover{border-bottom-color:#1d1d1f}@media(max-width: 640px){footer.svelte-11a1g5x .links.svelte-11a1g5x{flex-direction:column;gap:0.5rem}footer.svelte-11a1g5x .links a.svelte-11a1g5x:not(:last-child){margin-right:0}}footer.svelte-11a1g5x .disclaimer.svelte-11a1g5x{font-size:0.75rem;color:#86868b;width:50%}@media(max-width: 768px){footer.svelte-11a1g5x .disclaimer.svelte-11a1g5x{width:100%;margin-bottom:1rem}}footer.svelte-11a1g5x .copyright.svelte-11a1g5x{margin-left:auto;font-size:0.9rem;color:#86868b}@media(max-width: 768px){footer.svelte-11a1g5x .copyright.svelte-11a1g5x{margin-left:0}}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:300 700;src:url(/4831bb8abc92879df659.woff2) format("woff2-variations")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:300;src:url(/cc7ab55d27205bd64001.otf)}@font-face{font-family:"Gilroy";font-style:normal;font-weight:800;src:url(/0094146a0505298ed06a.otf)}#contact-section.svelte-17ttdt0.svelte-17ttdt0{background-color:#ffffff;margin-top:var(--deco-margin);margin-right:var(--deco-margin);margin-bottom:calc(2 * var(--deco-margin));max-width:80rem;padding:2rem;border:1px solid rgba(0, 0, 0, 0.2);position:relative}#contact-section.svelte-17ttdt0.svelte-17ttdt0::before{content:"";display:block;position:absolute;top:calc(-1 * var(--deco-margin));left:calc(-1 * var(--deco-margin));height:calc(2 * var(--deco-margin));width:calc(2 * var(--deco-margin));background-color:#0071e3;z-index:-1}@media(max-width: 768px){#contact-section.svelte-17ttdt0.svelte-17ttdt0{padding:3rem 3rem;border:none}}@media(max-width: 640px){#contact-section.svelte-17ttdt0.svelte-17ttdt0{padding:1rem 1rem}}.title.svelte-17ttdt0.svelte-17ttdt0{font:800 2.5rem "Gilroy", sans-serif;margin-bottom:1rem}.content.svelte-17ttdt0.svelte-17ttdt0{margin-bottom:2rem;font:500 1rem "Space Grotesk", sans-serif}form.svelte-17ttdt0.svelte-17ttdt0{display:grid;grid-gap:1.5rem;max-width:40rem}form.svelte-17ttdt0 .form-group.svelte-17ttdt0{display:flex;flex-direction:column}form.svelte-17ttdt0 .form-group label.svelte-17ttdt0{font:800 1rem "Gilroy", sans-serif;margin-bottom:0.5rem}form.svelte-17ttdt0 .form-group input.svelte-17ttdt0,form.svelte-17ttdt0 .form-group select.svelte-17ttdt0,form.svelte-17ttdt0 .form-group textarea.svelte-17ttdt0{padding:0.75rem;border:1px solid rgba(0, 0, 0, 0.2);border-radius:4px;font:500 1rem "Space Grotesk", sans-serif;background:white}form.svelte-17ttdt0 .form-group input.svelte-17ttdt0:focus,form.svelte-17ttdt0 .form-group select.svelte-17ttdt0:focus,form.svelte-17ttdt0 .form-group textarea.svelte-17ttdt0:focus{outline:none;border-color:#6320ee;box-shadow:0 0 0 2px rgba(99, 32, 238, 0.1)}form.svelte-17ttdt0 button.svelte-17ttdt0{padding:1rem 2rem;background-color:#6320ee;color:white;border:none;border-radius:4px;font:500 1rem "Space Grotesk", sans-serif;font-weight:800;cursor:pointer;transition:opacity 0.2s;justify-self:start}form.svelte-17ttdt0 button.svelte-17ttdt0:hover:not(:disabled){opacity:0.9}form.svelte-17ttdt0 button.svelte-17ttdt0:disabled{background-color:#ccc;cursor:not-allowed}form.svelte-17ttdt0 .error-banner.svelte-17ttdt0{background:rgba(214, 40, 40, 0.08);border:1px solid #d62828;border-radius:4px;padding:1rem}form.svelte-17ttdt0 .error-banner.svelte-17ttdt0:focus{outline:2px solid #d62828;outline-offset:2px}form.svelte-17ttdt0 .error-banner .error-text.svelte-17ttdt0{font:500 1rem "Space Grotesk", sans-serif;color:#1d1d1f;margin:0 0 0.75rem 0}form.svelte-17ttdt0 .error-banner .error-text a.svelte-17ttdt0{color:#6320ee;text-decoration:none}form.svelte-17ttdt0 .error-banner .error-text a.svelte-17ttdt0:hover{text-decoration:underline}form.svelte-17ttdt0 .error-banner .try-again-btn.svelte-17ttdt0{background:white;color:#6320ee;border:1px solid #6320ee;border-radius:4px;padding:0.5rem 1rem;font:500 1rem "Space Grotesk", sans-serif;font-weight:800;cursor:pointer}form.svelte-17ttdt0 .error-banner .try-again-btn.svelte-17ttdt0:hover{background:rgba(99, 32, 238, 0.05)}form.svelte-17ttdt0 .field-error.svelte-17ttdt0{color:#d62828;font-size:0.875rem;font-weight:500;margin-top:0.25rem}.confirmation.svelte-17ttdt0.svelte-17ttdt0{background:#f5f5f7;padding:3rem 2rem;border-radius:4px;max-width:40rem}.confirmation.svelte-17ttdt0.svelte-17ttdt0:focus{outline:2px solid #6320ee;outline-offset:2px}.confirmation.svelte-17ttdt0 .checkmark.svelte-17ttdt0{display:block;font-size:3rem;color:#f08c00;margin-bottom:1rem}.confirmation.svelte-17ttdt0 h2.svelte-17ttdt0{font:800 2rem "Gilroy", sans-serif;color:#1d1d1f;margin:0 0 0.5rem 0}.confirmation.svelte-17ttdt0 p.svelte-17ttdt0{font:500 1rem "Space Grotesk", sans-serif;color:#86868b;margin:0}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:300 700;src:url(/4831bb8abc92879df659.woff2) format("woff2-variations")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:300;src:url(/cc7ab55d27205bd64001.otf)}@font-face{font-family:"Gilroy";font-style:normal;font-weight:800;src:url(/0094146a0505298ed06a.otf)}#about-section.svelte-1e2sk9h.svelte-1e2sk9h{max-width:1100px;margin:0 auto}#about-section.svelte-1e2sk9h .eyebrow.svelte-1e2sk9h{font-size:0.9rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:1rem;display:block;color:#6320ee}#about-section.svelte-1e2sk9h .title.svelte-1e2sk9h{font-size:clamp(2rem, 5vw, 3rem);font-weight:700;line-height:1.1;margin-bottom:2rem;letter-spacing:-0.01em}#about-section.svelte-1e2sk9h .content.svelte-1e2sk9h{font-size:1.25rem;line-height:1.6;color:#86868b;margin-bottom:1.5rem;max-width:800px}#about-section.svelte-1e2sk9h .content.highlight.svelte-1e2sk9h{color:#1d1d1f;margin-top:2rem;padding-left:1.5rem;border-left:4px solid #6320ee}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:300 700;src:url(/4831bb8abc92879df659.woff2) format("woff2-variations")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:300;src:url(/cc7ab55d27205bd64001.otf)}@font-face{font-family:"Gilroy";font-style:normal;font-weight:800;src:url(/0094146a0505298ed06a.otf)}#index.svelte-1v87ghw.svelte-1v87ghw{scroll-behavior:smooth;background-color:#ffffff;color:#1d1d1f;height:100%;font:500 1rem "Space Grotesk", sans-serif;line-height:1.5;overflow-y:auto}.appbar.svelte-1v87ghw.svelte-1v87ghw{position:fixed;top:0;left:0;right:0;height:4rem;display:flex;align-items:center;justify-content:center;z-index:100;transition:background-color 0.3s, backdrop-filter 0.3s;background-color:rgba(255, 255, 255, 0.8);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0, 0, 0, 0.1)}.appbar.scrolled.svelte-1v87ghw.svelte-1v87ghw{background-color:rgba(255, 255, 255, 0.95)}.appbar.svelte-1v87ghw .header-content.svelte-1v87ghw{width:100%;max-width:1200px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.appbar.svelte-1v87ghw .logo-text.svelte-1v87ghw{font-weight:800;font-size:1.25rem;letter-spacing:-0.02em}.appbar.svelte-1v87ghw .desktop-nav.svelte-1v87ghw{display:flex;align-items:center;gap:2rem}@media(max-width: 1024px){.appbar.svelte-1v87ghw .desktop-nav.svelte-1v87ghw{display:none}}.appbar.svelte-1v87ghw .desktop-nav a.svelte-1v87ghw{text-decoration:none;color:#86868b;font-size:0.85rem;font-weight:500;transition:color 0.2s}.appbar.svelte-1v87ghw .desktop-nav a.svelte-1v87ghw:hover{color:#1d1d1f}.appbar.svelte-1v87ghw .desktop-nav a.selected.svelte-1v87ghw{color:#6320ee}.appbar.svelte-1v87ghw .desktop-nav a[href="/docs"].svelte-1v87ghw{display:inline-flex;align-items:center;line-height:1;color:#6320ee;border:1.5px solid #6320ee;border-radius:999px;padding:0.25rem 0.75rem;transition:background-color 0.2s, color 0.2s}.appbar.svelte-1v87ghw .desktop-nav a[href="/docs"].svelte-1v87ghw:hover{background-color:#6320ee;color:#f5f5f7}#hero.svelte-1v87ghw.svelte-1v87ghw{padding-top:8rem;padding-bottom:4rem;background:radial-gradient(circle at 50% 100%, rgba(99, 32, 238, 0.05), transparent 50%)}#hero.svelte-1v87ghw .hero-split.svelte-1v87ghw{max-width:1100px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}@media(max-width: 768px){#hero.svelte-1v87ghw .hero-split.svelte-1v87ghw{grid-template-columns:1fr;text-align:center}}#hero.svelte-1v87ghw .hero-text h1.svelte-1v87ghw{font-size:clamp(2rem, 5vw, 2.5rem);font-weight:800;letter-spacing:-0.03em;line-height:1.1;margin-bottom:1.5rem}#hero.svelte-1v87ghw .hero-text .hero-sub.svelte-1v87ghw{font-size:1.125rem;color:#86868b;line-height:1.6;margin-bottom:2rem}#hero.svelte-1v87ghw .hero-actions.svelte-1v87ghw{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width: 768px){#hero.svelte-1v87ghw .hero-actions.svelte-1v87ghw{justify-content:center}}#hero.svelte-1v87ghw .hero-actions .btn-primary.svelte-1v87ghw{display:inline-flex;align-items:center;justify-content:center;background-color:#f08c00;color:white;padding:0.75rem 2rem;min-height:44px;border-radius:99px;text-decoration:none;font-weight:600;font-size:1rem;border-bottom:none;transition:transform 0.2s, background-color 0.2s}#hero.svelte-1v87ghw .hero-actions .btn-primary.svelte-1v87ghw:hover{background-color:#c77400;transform:scale(1.05);border-bottom:none}#hero.svelte-1v87ghw .hero-actions .btn-secondary.svelte-1v87ghw{display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:#6320ee;padding:0.75rem 2rem;min-height:44px;border-radius:99px;border:2px solid #6320ee;border-bottom:2px solid #6320ee;text-decoration:none;font-weight:600;font-size:1rem;transition:transform 0.2s, background-color 0.2s}#hero.svelte-1v87ghw .hero-actions .btn-secondary.svelte-1v87ghw:hover{background-color:rgba(99, 32, 238, 0.05);transform:scale(1.05);border-bottom:2px solid #6320ee}#hero.svelte-1v87ghw .hero-photo.svelte-1v87ghw{display:flex;justify-content:center}#hero.svelte-1v87ghw .hero-photo img.svelte-1v87ghw{width:100%;max-width:500px;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1))}@media(max-width: 768px){#hero.svelte-1v87ghw .hero-photo.svelte-1v87ghw{order:-1}#hero.svelte-1v87ghw .hero-photo img.svelte-1v87ghw{max-width:350px}}.feature-section.svelte-1v87ghw.svelte-1v87ghw{padding:8rem 0;display:flex;justify-content:center}.feature-section.dark.svelte-1v87ghw.svelte-1v87ghw{background-color:#1a1a1e;color:white}.feature-section.dark.svelte-1v87ghw .eyebrow.svelte-1v87ghw{color:#0071e3}.feature-section.dark.svelte-1v87ghw .content.svelte-1v87ghw{color:#a1a1a6}.feature-section.light.svelte-1v87ghw.svelte-1v87ghw{background-color:#f5f5f7}.feature-section.svelte-1v87ghw .feature-container.svelte-1v87ghw{max-width:1100px;width:100%;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6rem}@media(max-width: 1024px){.feature-section.svelte-1v87ghw .feature-container.svelte-1v87ghw{gap:4rem}}@media(max-width: 768px){.feature-section.svelte-1v87ghw .feature-container.svelte-1v87ghw{grid-template-columns:1fr;text-align:center}}.feature-section.svelte-1v87ghw .feature-container.alt .text-block.svelte-1v87ghw{order:2}.feature-section.svelte-1v87ghw .feature-container.alt .visual-block.svelte-1v87ghw{order:1}@media(max-width: 768px){.feature-section.svelte-1v87ghw .feature-container.alt .text-block.svelte-1v87ghw{order:1}.feature-section.svelte-1v87ghw .feature-container.alt .visual-block.svelte-1v87ghw{order:2}}.feature-section.svelte-1v87ghw .feature-container .eyebrow.svelte-1v87ghw{font-size:0.9rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:1rem;display:block;color:#6320ee}.feature-section.svelte-1v87ghw .feature-container .title.svelte-1v87ghw{font-size:clamp(2rem, 5vw, 3rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-0.01em}.feature-section.svelte-1v87ghw .feature-container .content.svelte-1v87ghw{font-size:1.25rem;line-height:1.5;color:#86868b}.feature-section.svelte-1v87ghw .feature-container .spec-callout.svelte-1v87ghw{font-family:"JetBrains Mono", monospace;color:#f08c00;font-weight:700}.feature-section.svelte-1v87ghw .feature-container .capacity-chart.svelte-1v87ghw{width:100%;display:flex;flex-direction:column;gap:4rem}.feature-section.svelte-1v87ghw .feature-container .capacity-chart .chart-row.svelte-1v87ghw{display:flex;flex-direction:column;gap:0.75rem}.feature-section.svelte-1v87ghw .feature-container .capacity-chart .chart-row .label.svelte-1v87ghw{font-size:0.9rem;font-weight:700;color:#ffffff;text-transform:uppercase;letter-spacing:0.1em}.feature-section.svelte-1v87ghw .feature-container .capacity-chart .chart-row .bar-container.svelte-1v87ghw{display:flex;align-items:center;gap:1.5rem;width:100%;background:rgba(255, 255, 255, 0.05);padding:0.5rem;border-radius:30px}.feature-section.svelte-1v87ghw .feature-container .capacity-chart .chart-row .bar-container .bar.svelte-1v87ghw{height:40px;border-radius:20px;transition:width 1.5s cubic-bezier(0.22, 1, 0.36, 1)}.feature-section.svelte-1v87ghw .feature-container .capacity-chart .chart-row .bar-container .bar.standard.svelte-1v87ghw{background-color:#424245}.feature-section.svelte-1v87ghw .feature-container .capacity-chart .chart-row .bar-container .bar.modbrick.svelte-1v87ghw{background-color:#f08c00;box-shadow:0 0 30px rgba(240, 140, 0, 0.4)}.feature-section.svelte-1v87ghw .feature-container .capacity-chart .chart-row .bar-container .value.svelte-1v87ghw{font-size:1.1rem;font-weight:700;white-space:nowrap;color:#a1a1a6;padding-right:1rem}.feature-section.svelte-1v87ghw .feature-container .capacity-chart .chart-row .bar-container .value.highlight.svelte-1v87ghw{color:white;font-size:1.4rem}.feature-section.svelte-1v87ghw .feature-container .visual-block.svelte-1v87ghw{display:flex;justify-content:center;align-items:center}.feature-section.svelte-1v87ghw .feature-container .visual-block .section-icon.svelte-1v87ghw{width:100%;max-width:200px;height:auto;color:#6320ee}.feature-section.svelte-1v87ghw .feature-container .visual-block .processor-visual.svelte-1v87ghw,.feature-section.svelte-1v87ghw .feature-container .visual-block .wifi-visual.svelte-1v87ghw{display:flex;justify-content:center;align-items:center;width:100%;padding:2rem;background:#f5f5f7;border-radius:30px;max-width:400px}.feature-section.svelte-1v87ghw .feature-container .visual-block .stability-graph.svelte-1v87ghw{width:100%;background:#fff;padding:2rem;border-radius:30px;box-shadow:0 20px 40px rgba(0, 0, 0, 0.05)}.feature-section.svelte-1v87ghw .feature-container .visual-block .stability-graph .graph-header.svelte-1v87ghw{font-weight:700;margin-bottom:1rem;font-size:0.9rem;color:#86868b}.feature-section.svelte-1v87ghw .feature-container .visual-block .stability-graph .graph-svg.svelte-1v87ghw{width:100%;height:auto}.feature-section.svelte-1v87ghw .feature-container .visual-block .stability-graph .graph-footer.svelte-1v87ghw{margin-top:1rem;font-size:0.8rem;color:#86868b;text-align:right}#specs-section.svelte-1v87ghw .specs-container.svelte-1v87ghw{max-width:1100px;width:100%;padding:0 2rem;margin:0 auto;text-align:center}#specs-section.svelte-1v87ghw .specs-container .title.svelte-1v87ghw{font-size:clamp(2rem, 5vw, 3rem);font-weight:700;line-height:1.1;margin-bottom:1rem;letter-spacing:-0.01em}#specs-section.svelte-1v87ghw .specs-container .specs-sub.svelte-1v87ghw{font-size:1.125rem;color:#86868b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}#specs-section.svelte-1v87ghw .specs-grid.svelte-1v87ghw{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media(max-width: 1024px){#specs-section.svelte-1v87ghw .specs-grid.svelte-1v87ghw{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){#specs-section.svelte-1v87ghw .specs-grid.svelte-1v87ghw{grid-template-columns:1fr}}#specs-section.svelte-1v87ghw .spec-card.svelte-1v87ghw{background:#ffffff;border:1px solid rgba(0, 0, 0, 0.06);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:0.5rem;text-align:left}#specs-section.svelte-1v87ghw .spec-label.svelte-1v87ghw{font-size:0.85rem;font-weight:500;color:#86868b;text-transform:uppercase;letter-spacing:0.05em}#specs-section.svelte-1v87ghw .spec-value.svelte-1v87ghw{font-size:1.125rem;font-weight:700;color:#1d1d1f}#specs-section.svelte-1v87ghw .spec-value.mono.svelte-1v87ghw{font-family:"JetBrains Mono", monospace;color:#f08c00}.sensors-section.svelte-1v87ghw .sensor-tabs.svelte-1v87ghw{width:100%;background:#ffffff;border-radius:20px;border:1px solid rgba(0, 0, 0, 0.06);overflow:hidden}.sensors-section.svelte-1v87ghw .tab-buttons.svelte-1v87ghw{display:flex;border-bottom:1px solid rgba(0, 0, 0, 0.06)}.sensors-section.svelte-1v87ghw .tab-btn.svelte-1v87ghw{flex:1;padding:1rem;border:none;border-bottom:2px solid transparent;background:transparent;font-weight:600;font-size:0.9rem;cursor:pointer;color:#86868b;transition:color 0.2s, background-color 0.2s, border-color 0.2s;margin-bottom:-1px}.sensors-section.svelte-1v87ghw .tab-btn.active.svelte-1v87ghw{color:#f08c00;background-color:rgba(240, 140, 0, 0.05);border-bottom-color:#f08c00}.sensors-section.svelte-1v87ghw .tab-btn.svelte-1v87ghw:hover:not(.active){color:#1d1d1f;background-color:rgba(0, 0, 0, 0.02)}.sensors-section.svelte-1v87ghw .tab-panel.svelte-1v87ghw{padding:1.75rem;min-height:220px}.sensors-section.svelte-1v87ghw .sensor-panel.svelte-1v87ghw{display:flex;flex-direction:column;gap:0.75rem}.sensors-section.svelte-1v87ghw .protocol-badge.svelte-1v87ghw{display:inline-block;padding:0.2rem 0.7rem;border-radius:99px;font-family:"JetBrains Mono", monospace;font-size:0.72rem;font-weight:700;letter-spacing:0.06em;width:fit-content}.sensors-section.svelte-1v87ghw .protocol-badge.uart.svelte-1v87ghw{background:rgba(240, 140, 0, 0.12);color:#f08c00}.sensors-section.svelte-1v87ghw .protocol-badge.i2c.svelte-1v87ghw{background:rgba(0, 113, 227, 0.12);color:#0071e3}.sensors-section.svelte-1v87ghw .protocol-badge.analog.svelte-1v87ghw{background:rgba(99, 32, 238, 0.1);color:#6320ee}.sensors-section.svelte-1v87ghw .panel-desc.svelte-1v87ghw{font-size:0.95rem;color:#86868b;line-height:1.5;margin:0}.sensors-section.svelte-1v87ghw .panel-desc code.svelte-1v87ghw{font-family:"JetBrains Mono", monospace;font-size:0.85em;color:#f08c00;background:rgba(240, 140, 0, 0.08);padding:0.1em 0.35em;border-radius:4px}.sensors-section.svelte-1v87ghw .sensor-list.svelte-1v87ghw{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:0.35rem}.sensors-section.svelte-1v87ghw .sensor-list li.svelte-1v87ghw{font-size:0.9rem;color:#1d1d1f}.sensors-section.svelte-1v87ghw .driver-callout.svelte-1v87ghw{font-family:"JetBrains Mono", monospace;font-size:0.85rem;font-weight:700;color:#f08c00;background:rgba(240, 140, 0, 0.08);padding:0.35rem 0.75rem;border-radius:8px;width:fit-content;margin-top:0.25rem}.section-wrapper.svelte-1v87ghw.svelte-1v87ghw{padding:6rem 0;display:flex;justify-content:center}.section-wrapper.grey.svelte-1v87ghw.svelte-1v87ghw{background-color:#f5f5f7}.section-wrapper.svelte-1v87ghw section{width:100%;max-width:1100px;margin:0 2rem !important;border:none !important;background:transparent !important;padding:0 !important}.section-wrapper.svelte-1v87ghw section::before{display:none}.anchor.svelte-1v87ghw.svelte-1v87ghw{position:relative;display:block;top:-4rem}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:300 700;src:url(/4831bb8abc92879df659.woff2) format("woff2-variations")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:300;src:url(/cc7ab55d27205bd64001.otf)}@font-face{font-family:"Gilroy";font-style:normal;font-weight:800;src:url(/0094146a0505298ed06a.otf)}article.svelte-1u3qeuj.svelte-1u3qeuj{margin:0 auto;max-width:50rem;padding:8rem 2rem;color:#1d1d1f;line-height:1.6}article.svelte-1u3qeuj h1.svelte-1u3qeuj{font-size:3rem;font-weight:800;margin-bottom:3rem;letter-spacing:-0.02em}article.svelte-1u3qeuj h2.svelte-1u3qeuj{font-size:1.25rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem}article.svelte-1u3qeuj h3.svelte-1u3qeuj{font-size:1rem;font-weight:700;margin-top:2rem;margin-bottom:0.75rem}article.svelte-1u3qeuj p.svelte-1u3qeuj{font-size:1rem;color:#86868b;margin-bottom:1rem}@media(max-width: 640px){article.svelte-1u3qeuj.svelte-1u3qeuj{padding:6rem 1rem}article.svelte-1u3qeuj h1.svelte-1u3qeuj{font-size:2rem}}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:300 700;src:url(/4831bb8abc92879df659.woff2) format("woff2-variations")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:300;src:url(/cc7ab55d27205bd64001.otf)}@font-face{font-family:"Gilroy";font-style:normal;font-weight:800;src:url(/0094146a0505298ed06a.otf)}article.svelte-17h1rz.svelte-17h1rz{margin:0 auto;max-width:50rem;padding:8rem 2rem;color:#1d1d1f;line-height:1.6}article.svelte-17h1rz h1.svelte-17h1rz{font-size:3rem;font-weight:800;margin-bottom:3rem;letter-spacing:-0.02em}article.svelte-17h1rz h2.svelte-17h1rz{font-size:1.5rem;font-weight:700;margin-top:3rem;margin-bottom:1.5rem;border-bottom:1px solid #f5f5f7;padding-bottom:0.5rem}article.svelte-17h1rz h3.svelte-17h1rz{font-size:1.15rem;font-weight:700;margin-top:2rem;margin-bottom:1rem}article.svelte-17h1rz h4.svelte-17h1rz{font-size:1rem;font-weight:700;margin-top:1.5rem;margin-bottom:0.75rem}article.svelte-17h1rz p.svelte-17h1rz,article.svelte-17h1rz ul.svelte-17h1rz,article.svelte-17h1rz li.svelte-17h1rz{font-size:1rem;color:#86868b;margin-bottom:1rem}article.svelte-17h1rz ul.svelte-17h1rz{padding-left:1.5rem}@media(max-width: 640px){article.svelte-17h1rz.svelte-17h1rz{padding:6rem 1rem}article.svelte-17h1rz h1.svelte-17h1rz{font-size:2rem}}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:300 700;src:url(/4831bb8abc92879df659.woff2) format("woff2-variations")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:300;src:url(/cc7ab55d27205bd64001.otf)}@font-face{font-family:"Gilroy";font-style:normal;font-weight:800;src:url(/0094146a0505298ed06a.otf)}.docs-layout.svelte-1eimogo.svelte-1eimogo{height:100%;display:flex;flex-direction:column;background:#ffffff}.docs-header.svelte-1eimogo.svelte-1eimogo{display:flex;align-items:center;gap:1.5rem;padding:0 2rem;height:4rem;border-bottom:1px solid rgba(0, 0, 0, 0.08);position:sticky;top:0;background:white;z-index:10}.back-link.svelte-1eimogo.svelte-1eimogo{text-decoration:none;color:#1d1d1f;font-size:0.9rem}.docs-title.svelte-1eimogo.svelte-1eimogo{font-weight:800;font-size:1rem}.docs-body.svelte-1eimogo.svelte-1eimogo{display:flex;flex:1;overflow:hidden}.docs-sidebar.svelte-1eimogo.svelte-1eimogo{width:240px;flex-shrink:0;border-right:1px solid rgba(0, 0, 0, 0.08);padding:2rem 0;overflow-y:auto}@media(max-width: 768px){.docs-sidebar.svelte-1eimogo.svelte-1eimogo{display:none}}.docs-sidebar.svelte-1eimogo nav.svelte-1eimogo{display:flex;flex-direction:column;gap:0.25rem;padding:0 1rem}.docs-sidebar.svelte-1eimogo nav a.svelte-1eimogo{text-decoration:none;color:#86868b;font-size:0.9rem;padding:0.5rem 1rem;border-radius:8px;transition:background-color 0.15s}.docs-sidebar.svelte-1eimogo nav a.svelte-1eimogo:hover{background-color:#f5f5f7;color:#1d1d1f}.docs-sidebar.svelte-1eimogo nav.svelte-1eimogo a.active{color:#6320ee}.docs-content.svelte-1eimogo.svelte-1eimogo{flex:1;overflow-y:auto;padding:3rem 4rem}@media(max-width: 768px){.docs-content.svelte-1eimogo.svelte-1eimogo{padding:2rem 1.5rem}}.docs-content.svelte-1eimogo .mobile-nav.svelte-1eimogo{display:none;width:100%;min-height:44px;padding:8px 16px;margin-bottom:24px;background:#f5f5f7;border:1px solid rgba(0, 0, 0, 0.12);border-radius:8px;font-family:"Space Grotesk", sans-serif;font-size:0.875rem;font-weight:500;color:#1d1d1f;cursor:pointer;-webkit-appearance:none;appearance:none}@media(max-width: 768px){.docs-content.svelte-1eimogo .mobile-nav.svelte-1eimogo{display:block}}.docs-content.svelte-1eimogo h1{font-size:1.25rem;font-family:"Gilroy", sans-serif;font-weight:800;line-height:1.2;letter-spacing:-0.03em;margin-bottom:1rem;color:#1d1d1f}.docs-content.svelte-1eimogo h2{font-size:1.125rem;font-family:"Gilroy", sans-serif;font-weight:800;line-height:1.2;margin-top:2rem;margin-bottom:0.75rem;color:#1d1d1f}.docs-content.svelte-1eimogo h3{font-size:1rem;font-family:"Gilroy", sans-serif;font-weight:800;line-height:1.2;margin-top:1.5rem;margin-bottom:0.5rem;color:#1d1d1f}.docs-content.svelte-1eimogo pre{background:#1a1a1e;color:#f5f5f7;font-family:"JetBrains Mono", monospace;font-size:0.875rem;font-weight:500;line-height:1.6;padding:1rem 1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.docs-content.svelte-1eimogo pre code{background:none;color:inherit;padding:0;font-size:inherit}.docs-content.svelte-1eimogo code{color:#f08c00;background:rgba(240, 140, 0, 0.08);font-family:"JetBrains Mono", monospace;font-size:0.875rem;font-weight:500;padding:4px 8px;border-radius:4px}.docs-content.svelte-1eimogo table{width:100%;border-collapse:collapse;margin:1.5rem 0}.docs-content.svelte-1eimogo th{background:#f5f5f7;font-family:"Gilroy", sans-serif;font-weight:800;padding:0.5rem 1rem;text-align:left}.docs-content.svelte-1eimogo td{padding:0.5rem 1rem;border-bottom:1px solid rgba(0, 0, 0, 0.06)}.docs-content.svelte-1eimogo ul,.docs-content.svelte-1eimogo ol{padding-left:1.5rem;line-height:1.5}.docs-content.svelte-1eimogo li{margin-bottom:0.5rem}.docs-content.svelte-1eimogo p{margin-bottom:1rem;color:#1d1d1f;line-height:1.5}.docs-content.svelte-1eimogo a{color:#6320ee;border-bottom:1px solid transparent;text-decoration:none}.docs-content.svelte-1eimogo a:hover{border-bottom-color:#6320ee}
