@font-face {
    font-family: 'Lato';
    src: url('../assets/Lato-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* theme */
:root {
    --header-height: 3.125rem;

    --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif;
    --font-family-alt: Lato, var(--font-family);

    --font-mono: 'SF Mono', 'Menlo', 'Lucida Console', monospace;

    --color-code: 196, 205, 205;

    --color-foreground: 50, 50, 60;
    --color-background: 255, 255, 255;
    --color-background-alt: 200, 200, 200;
    --color-background-dashes: 200, 200, 220;

    --color-text: 50, 50, 60;
    --color-text-dim: 110, 110, 120;

    --color-primary: 100, 24, 230;
    --color-primary-dark: 70, 30, 131;
    --color-primary-text: 255, 255, 255;

    --color-secondary: 195, 40, 185;

    --color-tertiary: 40, 210, 130;

    --color-error: 240, 90, 75;
    --color-danger: 240, 60, 45;
    --color-success: 75, 175, 80;
    --color-focus: 30, 150, 240;
    --color-disabled: 100, 100, 100;
    --color-link: var(--color-primary);
    --color-field: 255, 255, 255;

    --input-box-shadow: inset 0 0 0 0.125rem rgb(var(--color-text)),
        0 0 0 0 rgba(var(--color-focus), 0.25);
    --input-box-shadow__focus: inset 0 0 0 0.125rem rgb(var(--color-focus)),
        0 0 0 0.25rem rgba(var(--color-focus), 0.25);

    --image-filter: invert(19%) sepia(9%) saturate(481%) hue-rotate(185deg)
        brightness(98%) contrast(88%);

    --color-text-gradient: linear-gradient(-45deg, rgb(196, 40, 185), #6418e6);

    --soft-shadow-color: rgba(0, 0, 0, 0.05);
    --soft-shadow: 0 -1px 1px var(--soft-shadow-color),
        0 1px 1px var(--soft-shadow-color), 0 2px 2px var(--soft-shadow-color),
        0 4px 4px var(--soft-shadow-color), 0 8px 8px var(--soft-shadow-color),
        0 16px 16px var(--soft-shadow-color);
}
:root[data-theme='dark'] {
    --color-text: 255, 255, 255;
    --color-text-dim: 180, 180, 180;

    --color-foreground: 255, 255, 255;
    --color-background: 22, 22, 24;
    --color-background-alt: 10, 10, 10;

    --color-disabled: 170, 170, 170;
    --color-link: 110, 190, 250;

    --color-primary: 185, 120, 225;
    --color-primary-text: 50, 10, 80;
    --color-primary-text: 255, 255, 255;

    --color-secondary: 230 120 220;

    --image-filter: invert(85%) sepia(9%) saturate(135%) hue-rotate(194deg)
        brightness(87%) contrast(86%);

    --color-text-gradient: linear-gradient(-45deg, #ff69f1, #b53cff)
}
:root[data-theme='dark'] main {
        background-image: radial-gradient(
                closest-side,
                rgba(204, 104, 255, 0.1098),
                transparent
            ),
            radial-gradient(closest-side, rgba(204, 41, 126, 0.13), transparent);
        background-position: -40rem -20rem, 40rem -50rem;
        background-repeat: no-repeat;
        background-size: 90vw 90vw;
    }
:root[data-theme='dark'] [data-scroll='0'] .header {
        background: transparent;
    }
:root[data-theme='dark'] .header .button-cta {
        --cta-text-color: rgb(var(--color-background));
    }
:root[data-theme='dark'] .companies {
        background: #232327;
    }
:root[data-theme='dark'] .demo .drop {
        background: #232327
    }
:root[data-theme='dark'] .demo .drop label {
            color: #fff;
        }
:root[data-theme='dark'] .demo .drop:hover {
            background: #313135;
        }
:root[data-theme='dark'] .compare svg {
        color: #4b4b4f;
    }
:root[data-theme='dark'] .compare td:not(:last-of-type) .caption span {
        background: #39393d;
    }
:root[data-theme='dark'] .tools > li:nth-child(1) {
            --color-primary: 172, 131, 244;
        }
:root[data-theme='dark'] .tools > li:nth-child(2) {
            --color-primary: 173, 114, 222;
        }
:root[data-theme='dark'] .tools > li:nth-child(3) {
            --color-primary: 201, 123, 224;
        }
:root[data-theme='dark'] .how {
        --color-primary: 238, 171, 116;
        background: none;
    }
:root[data-theme='dark'] .examples {
        background: #232327;
    }
:root[data-theme='dark'] .features {
        --color-primary: 203, 232, 144;
        background: none;
    }
:root[data-theme='dark'] .compatibility {
        background: #232327;
    }
:root[data-theme='dark'] .footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
        border-top: 1px solid #252525;
        background: transparent;
        --color-text: 222, 222, 230;
    }
:root[data-theme='dark'] .article ol li::before {
        background: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.569 1.485c4.461-.46 8.923-.69 13.384-.69s8.923.23 13.384.69c.368 4.33.552 8.767.552 13.31 0 4.543-.184 9.03-.552 13.459a165.785 165.785 0 0 1-26.768 0C.206 22.576.024 18.09.024 14.795c0-3.294.182-7.73.545-13.31Z' fill='%23242425' fill-rule='evenodd'/%3E%3C/svg%3E");
    }
:root[data-theme='dark'] .post ol li::before {
        opacity: 0.25;
    }
:root[data-theme='dark'] .tiers > li {
        border: 2px solid #413c45;
        box-shadow: none
    }
:root[data-theme='dark'] .tiers > li:nth-child(2) h3 {
            color: #d34efa;
        }
:root[data-theme='dark'] .tiers > li:not(:nth-child(2)) .button {
            background: #413c45;
        }
:root[data-theme='dark'] .note {
        background: #7d5cb8;
    }
@media (min-width: 70rem) {
        :root[data-theme='dark'] .examples {
            background: none;
        }
        :root[data-theme='dark'] .examples .content {
            background: #232327;
        }
}
.theme {
    position: absolute;
    right: calc(50% - 1rem)
}
.theme input {
        display: none;
    }
.theme svg {
        position: absolute;
        opacity: 0;
        transform: rotate(-90deg);
        transition: transform 0.35s ease-in-out, opacity 0.15s ease-in;
    }
.theme label {
        display: block;
        cursor: pointer;
        width: 1rem;
        height: 1rem;
        margin-top: 0.125rem;
    }
@media (min-width: 50rem) {
    .theme {
        right: 8.625rem;
    }
}
[data-theme='bright'] .moon {
        opacity: 0;
        transform: rotate(-90deg);
    }
[data-theme='bright'] .sun {
        opacity: 1;
        transform: rotate(0);
    }
[data-theme='dark'] .sun {
        opacity: 0;
        transform: rotate(-90deg);
    }
[data-theme='dark'] .moon {
        opacity: 1;
        transform: rotate(0);
    }
/* generic */
html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
html,
pre > code {
    --scrollbar-track-color: none;

    /* Firefox */
    scrollbar-color: rgb(50, 50, 60) transparent;
    scrollbar-color: var(--scrollbar-thumb-color) transparent;
    scrollbar-width: thin

    /* Webkit */
}
html::-webkit-scrollbar, pre > code::-webkit-scrollbar {
        width: 1rem;
        cursor: pointer;
    }
html::-webkit-scrollbar-track, pre > code::-webkit-scrollbar-track {
        background-color: var(--scrollbar-track-color);
    }
html::-webkit-scrollbar-corner, pre > code::-webkit-scrollbar-corner {
        background-color: var(--scrollbar-track-color);
    }
html::-webkit-scrollbar-thumb, pre > code::-webkit-scrollbar-thumb {
        cursor: pointer;
        background-clip: padding-box;
        background-color: rgb(50, 50, 60);
        background-color: var(--scrollbar-thumb-color);
        border: 0.3125rem solid rgba(0, 0, 0, 0);
        border-radius: 9999rem;
    }
html,
td,
th,
.text,
.button {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}
html {
    color: rgb(50, 50, 60);
    color: rgb(var(--color-text));
    background-color: rgb(255, 255, 255);
    background-color: rgb(var(--color-background));
    --scrollbar-thumb-color: rgb(var(--color-text));
    scroll-padding-top: 6em;
}
a {
    color: rgb(100, 24, 230);
    color: rgb(var(--color-link));
    -webkit-text-decoration-color: rgba(100, 24, 230, 0.25);
            text-decoration-color: rgba(100, 24, 230, 0.25);
    -webkit-text-decoration-color: rgba(var(--color-link), 0.25);
            text-decoration-color: rgba(var(--color-link), 0.25);
    text-underline-offset: 0.06125em;
    text-decoration-thickness: 0.125em;
    transition: -webkit-text-decoration-color 0.1s ease-in-out;
    transition: text-decoration-color 0.1s ease-in-out;
    transition: text-decoration-color 0.1s ease-in-out, -webkit-text-decoration-color 0.1s ease-in-out
}
a:hover {
        -webkit-text-decoration-color: rgba(100, 24, 230, 0.5);
                text-decoration-color: rgba(100, 24, 230, 0.5);
        -webkit-text-decoration-color: rgba(var(--color-link), 0.5);
                text-decoration-color: rgba(var(--color-link), 0.5);
    }
h1 {
    letter-spacing: -0.030625em;
    font-weight: 900;
    margin: 3rem auto;
    font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif;
    font-family: var(--font-family-alt);
    max-width: 45rem;
    font-size: 2.25rem;
    line-height: 1.05;
    text-align: center;
    padding: 0 1rem
}
h1 span {
        background-image: linear-gradient(-45deg, rgb(196, 40, 185), #6418e6);
        background-image: var(--color-text-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        white-space: nowrap;
    }
h1 + .tagline {
    margin-top: -2rem;
}
.tagline {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.25;
    padding: 0 2rem;
    max-width: 40rem
}
.tagline strong {
        font-weight: 500;
    }
@media (min-width: 52em) {
    h1 {
        line-height: 1.25;
        margin: 6rem auto;
        font-size: 2.5rem;
    }

    h1 + .tagline {
        margin-top: -5rem;
        margin-bottom: 4rem;
        max-width: 20rem;
    }
}
h2 {
    margin-top: 2rem;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.1;
    font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif;
    font-family: var(--font-family-alt);
}
h2 + p {
    margin-top: 0.5rem;
}
h3 {
    font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif;
    font-family: var(--font-family-alt);
    font-size: 1.325rem;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.030625em; */
}
h3 ~ h3 {
    margin-top: 3rem;
}
p {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
}
main {
    padding-top: 3.125rem;
    padding-top: var(--header-height);
}
.gradient-border {
    border: double 2px transparent;
    background-image: linear-gradient(
            rgb(255, 255, 255),
            rgb(255, 255, 255)
        ),
        var(--gradient-default);
    background-image: linear-gradient(
            rgb(var(--color-background)),
            rgb(var(--color-background))
        ),
        var(--gradient-default);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.gradient-text {
    background-image: var(--gradient-default);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading-group {
    margin-bottom: 2rem
}
.heading-group h2 {
        margin-top: 0;
        margin-bottom: 0.65rem;
    }
.heading-group p {
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.2;
        max-width: none;
    }
.heading-group::after {
        display: inline-block;
        width: 5rem;
        height: 2px;
        background: rgba(100, 24, 230, 0.25);
        background: rgba(var(--color-primary), 0.25);
        content: '';
    }
.text-primary {
    color: rgb(100, 24, 230);
    color: rgb(var(--color-primary));
    font-weight: 600;
}
.text-intro {
    font-size: 1.125em;
    margin-bottom: 2rem;
    font-weight: 500;
}
h1 + .text-intro {
    margin-top: -2rem;
}
@media (min-width: 52em) {
    h1 + .text-intro {
        margin-top: -4rem;
    }
}
/* code */
pre,
code {
    font-family: 'SF Mono', 'Menlo', 'Lucida Console', monospace;
    font-family: var(--font-mono);
    font-size: 0.75rem;
}
pre {
    box-shadow: inset 0 0 0 1px rgba(196, 205, 205, 0.35);
    box-shadow: inset 0 0 0 1px rgba(var(--color-code), 0.35);
    border-radius: 0.5rem;
    overflow: visible;
    max-width: none;
    word-break: normal
}
pre > code {
        --scrollbar-track-color: rgba(var(--color-code), 0.35);
        --scrollbar-thumb-color: rgba(var(--color-code), 0.85);

        max-width: 100%;
        max-height: 70vh;
        overflow-x: auto;
        padding: 1.5rem;
        display: block;
        -webkit-clip-path: inset(0 0 0 0 round 0.5rem);
                clip-path: inset(0 0 0 0 round 0.5rem);
    }
code:not([class*='language']) {
    color: #7c1cdb;
    background-color: rgba(107, 25, 227, 0.09);
    margin: 0 0.125em;
    padding: 0 0.3em;
    display: inline-block;
    line-height: 1.5;
    border-radius: 0.125rem;
}
a code {
    text-decoration: underline;
}
::-moz-selection {
    background-color: #edf0f2;
}
::selection {
    background-color: #edf0f2;
}
.anim {
    height: 3.125rem;
    height: var(--header-height);
    width: 100%;
    background: #8052aa
}
.anim video {
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s;
        -o-object-fit: cover;
           object-fit: cover;
    }
.anim video[data-active='true'] {
        opacity: 1;
    }
.header {
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;

    transition: box-shadow 0.2s, background-color 0.2s;

    --link-color: var(--color-text-dim);
    --cta-background-color: rgb(var(--color-primary));
    --cta-text-color: #fff;
    --background-color: var(--color-background);

    background-color: rgb(var(--background-color))
}
.header .content {
        position: relative;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        min-height: 3.125rem;
        min-height: var(--header-height);
    }
.header nav {
        margin-left: auto;
    }
.header .logo {
        color: rgb(50, 50, 60);
        color: rgb(var(--color-text));
    }
.header a:not(.button-cta):not(.logo) {
        text-decoration: none;
        font-size: 0.875rem;
        color: rgb(var(--link-color));
        -webkit-text-decoration-color: rgba(var(--link-color), 0.25);
                text-decoration-color: rgba(var(--link-color), 0.25)
    }
.header a:not(.button-cta):not(.logo):hover {
            text-decoration: underline;
            -webkit-text-decoration-color: rgba(var(--link-color), 0.25);
                    text-decoration-color: rgba(var(--link-color), 0.25);
        }
.header .button-cta {
        margin-left: 2rem;
        padding: 0.25rem 1rem;
        border-radius: 9999rem;
        font-size: 0.875rem;
        color: var(--cta-text-color);
        background-color: rgb(50, 50, 60);
        background-color: rgb(var(--color-text));
        background-image: none
    }
.header .button-cta:hover {
            box-shadow: none !important;
        }
.header .main a.button-login {
        font-weight: 600;
        color: rgb(50, 50, 60);
        color: rgb(var(--color-text));
    }
body[data-scroll='0'] .header .button-cta {
    box-shadow: none !important;
}
body[data-scroll]:not([data-scroll='0']) .header {
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05),
        0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05),
        0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05),
        0 16px 16px rgba(0, 0, 0, 0.05);
    box-shadow: var(--soft-shadow);
    /* & .button-cta {
        background-image: none;
    } */
}
@media (max-width: 34em) {
    .js nav.main div {
        display: none;
    }

    .js nav.main li {
        margin-top: -1rem;
    }

    .main .button-cta {
        margin-top: 1rem;
    }
}
nav.main h2.implicit {
        display: none;
    }
nav.main h2 {
        display: inline-flex;
        align-items: center;
        margin: 0;
        font-size: 1rem;
        height: 1.5rem;
    }
nav.main button[aria-expanded] {
        display: inline-flex;
        align-items: center;
        background: transparent;
        border: none;
        font-size: 0.875rem;
        color: rgb(50, 50, 60);
        color: rgb(var(--color-text));
        text-transform: lowercase;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 0.06125rem;
        padding: 0;
        margin: 0;
        font-size: 1rem
    }
nav.main button[aria-expanded] svg {
            margin-left: 0.5rem;
            width: 1rem;
            height: 1rem;
            position: relative;
            top: 0.06125rem;
        }
nav.main ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
nav.main ul a {
        padding: 1rem;
    }
nav.main h2:not(.implicit)[data-state='active'] ~ div:not([hidden]) {
        display: block;
        position: absolute;
        z-index: 1;
        right: 0;
        left: 0;
        top: 3.125rem;
        top: var(--header-height);
        margin-top: -1px;
        background-color: rgb(var(--background-color));
        padding: 1rem;
        box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05),
        0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05),
        0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05),
        0 16px 16px rgba(0, 0, 0, 0.05);
        box-shadow: var(--soft-shadow);
        transition: box-shadow 0.2s, background-color 0.2s
    }
nav.main h2:not(.implicit)[data-state='active'] ~ div:not([hidden]) a {
            display: block;
        }
nav.main h2:not(.implicit)[data-state='active'] ~ div:not([hidden]) ul {
            flex-direction: column;
        }
nav.main h2:not(.implicit)[data-state='active'] ~ div:not([hidden]) .button-cta {
            margin-left: 0;
        }
.hero {
    position: relative
}
.hero .content {
        /* padding-top: 3rem; */
        position: relative;
    }
.hero a:not(.button-cta) {
        --color-link: var(--color-text-dim);
    }
.hero p {
        line-height: 1.25;
        margin-bottom: 1.5rem;
    }
.hero ul {
        list-style: none;
        margin: 0 0 3.5rem 0;
        padding: 0;
    }
.hero li {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin: 1rem 0;
        line-height: 1.3;
        color: rgb(110, 110, 120);
        color: rgb(var(--color-text-dim));
        font-size: 0.875rem;
        text-align: left;
        padding-left: 7rem;
        position: relative;
        margin: 2rem auto;
        max-width: 15rem;
    }
.hero em {
        margin-bottom: 0.5rem;
        font-size: 1.125rem;
        font-style: normal;
        color: rgb(50, 50, 60);
        color: rgb(var(--color-text));
        font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif;
        font-family: var(--font-family-alt);
    }
.hero img {
        height: 4rem;
        width: 5.5rem;
        -o-object-fit: contain;
           object-fit: contain;
        position: absolute;
        left: 0;
        top: 0;
    }
.hero .add {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
        font-size: 1.125rem;
        margin-bottom: 3rem;
        max-width: 40rem
    }
.hero .add svg {
            min-width: 1rem;
            min-height: 1rem;
            margin: 0 1rem;
            stroke-width: 2;
        }
.hero .ref {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 7rem;
    }
.hero .button-cta {
        display: inline-flex;
        align-items: center;
        margin-bottom: 1rem
        /* background: linear-gradient(to bottom right, #6f19e1, #bd27bc); */
    }
.hero .button-cta span {
            margin-left: 0.5rem;
            opacity: 0.7;
            font-size: 0.75rem;
        }
@media (min-width: 34em) {
        .hero em {
            white-space: nowrap;
        }

        .hero .ref {
            /* justify-items: center; */
            flex-direction: row;
            justify-content: center;
            align-items: baseline;
        }

        .hero .button-cta {
            margin-right: 2rem;
            margin-bottom: 0;
        }
}
@media (min-width: 52em) {
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center
        /* min-height: 40rem; */
        /* height: calc(100vh - var(--header-height)); */
        /* max-height: 50rem; */
    }

        .hero ul {
            display: flex;
            margin: 0 0 5rem 0;
            justify-content: center;
        }

        .hero li {
            margin: 0;
            max-width: 14rem;
            padding-left: 0;
            text-align: center;
        }

        .hero li:nth-child(2) {
            margin: 0 4rem;
        }

        .hero img {
            position: static;
            height: 5rem;
            width: auto;
            margin-bottom: 1rem;
        }

        .hero .add {
            font-size: 1.5rem;
            align-items: baseline
        }

            .hero .add svg {
                position: relative;
                top: 0.25rem;
                stroke-width: 2.35;
            }
}
.companies {
    text-align: center;
    background: #eff2f4;
    padding: 3rem 0
}
.companies p {
        font-size: 0.875rem;
        margin: 0.5rem auto 1rem;
        color: #a1a5ae;
    }
.companies ul {
        opacity: 0.65;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 auto;
        max-width: 50rem;
    }
.companies li {
        margin: 0.5rem 0;
    }
.companies img {
        display: block;
        height: 2rem;
        filter: invert(19%) sepia(9%) saturate(481%) hue-rotate(185deg)
        brightness(98%) contrast(88%);
        filter: var(--image-filter);
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: none;
        margin: 0;
    }
@media (min-width: 60rem) {
    .companies {
        text-align: center;
        /* padding: 5rem 0; */
        border-radius: 5rem;
        max-width: 55rem;
        margin: 0 auto;
    }
}
.section {
    padding: 5rem 0;
    --color-link: var(--color-primary);
}
.section .split > img {
            display: none;
        }
@media (min-width: 50rem) {
        .section .split {
            display: flex;
            padding: 0;
            max-width: 80rem
        }

            .section .split .content {
                text-align: left;
                padding: 5rem;
                width: 50%;
                box-sizing: border-box;
            }

            .section .split > img {
                display: block;
                width: 50%;
                -o-object-fit: cover;
                   object-fit: cover;
            }
}
@media (min-width: 80rem) {
            .section .split > img {
                border-radius: 5rem;
            }
}
.content {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 60rem;
}
.content-centered {
    text-align: center;
}
.content-nav {
    padding-bottom: 4rem
}
.content-nav ul {
        list-style: none;
        margin: 2rem 0;
        padding: 0;
        font-size: 1.25rem
    }
.content-nav ul li + li {
            margin-top: 1.5rem;
        }
.logo {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    letter-spacing: 0.06125rem;
    text-decoration: none
}
.logo svg {
        display: block;
        margin-right: 0.375rem;
    }
.logo span {
        line-height: 1;
    }
.trial {
    margin: 2rem 0 0
}
.trial p {
        margin: 1rem auto;
        max-width: 30rem;
    }
.trial .button-cta {
        margin-top: 1rem;
    }
/* compare */
.compare-groups .compare {
        padding: 1rem;
        margin-top: 2rem;
        box-sizing: border-box;
    }
.compare-groups .compare > p {
        margin-bottom: 2rem;
    }
.compare-groups td:first-child {
        text-align: right;
    }
.compare-groups td:last-child {
        text-align: left;
    }
@media (min-width: 40rem) {
    .compare-groups {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
        .compare-groups .compare {
            width: 50%;
        }
}
.compare table {
        border-collapse: collapse;
        width: 100%;
        color: rgb(110, 110, 120);
        color: rgb(var(--color-text-dim));
    }
.compare svg {
        display: block;
        margin: 0 1rem;
        color: #d8d8e6;
    }
.compare table,
    .compare td,
    .compare th {
        font-size: 0.75rem;
    }
.compare td:first-child,
    .compare td:last-child {
        width: 50%;
    }
.compare td {
        vertical-align: middle;
    }
.compare td {
        padding: 1rem 0 3rem;
    }
.compare img {
        display: block;
        width: 100%;
        max-width: 10rem;
        max-height: 10rem;
        /* background: rgba(var(--color-foreground), 0.065); */
        border-radius: 1rem;
        -o-object-fit: cover;
           object-fit: cover;
    }
.compare img[src*='low-res'] {
        -ms-interpolation-mode: nearest-neighbor;
            image-rendering: -moz-crisp-edges;
            image-rendering: pixelated;
    }
.compare .icon,
    .compare .img,
    .compare .file {
        display: block;
        margin-left: auto;
        margin-right: auto;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
    }
.compare .img {
        min-width: 5rem;
        min-height: 4rem;
    }
.compare .icon {
        width: 5rem;
        height: 3rem;
        margin-bottom: 0.25rem;
        background-image: url(../assets/file.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
.compare .icon,
    .compare .img {
        position: relative;
        display: inline-block;
    }
.compare .caption {
        position: absolute;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: -0.5rem;
        left: 0;
        right: 0
    }
.compare .caption span {
            font-size: 0.5rem;
            color: #fff;
            display: inline-block;
            background: rgb(110, 110, 120);
            background: rgb(var(--color-text-dim));
            color: #fff;
            box-shadow: 0 0 0 2px #fff;
            -webkit-backdrop-filter: blur(10px);
                    backdrop-filter: blur(10px);
            padding: 0.175rem 0.5rem;
            border-radius: 9999rem;
        }
.compare .icon .file,
    .compare .img .file {
        position: absolute;
        top: 100%;
        left: -1rem;
        right: -1rem;
        max-width: none;
        margin: 0.75rem 0 0 0;
    }
.compare .file {
        text-align: center;
    }
.compare .title {
        display: block;
        line-height: 1.5;
        font-size: 0.625rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        max-width: 100%;
        opacity: 0.75;
    }
.compare .caption {
        white-space: nowrap;
        font-size: 0.6875rem;
    }
.compare td:last-of-type .caption span {
            background: linear-gradient(to right, #681ae4, #9720ce);
        }
.compare .img[data-outline] {
        position: relative
    }
.compare .img[data-outline]::after {
            position: absolute;
            content: '';
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 1rem;
            border: 2px dashed rgba(200, 200, 220, 0.7);
            border: 2px dashed rgba(var(--color-background-dashes), 0.7);
        }
.compare .img[data-outline] .label {
            color: #b8b8c5;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            line-height: 0;
            text-align: center;
            font-size: 0.75rem;
            background: transparent;
            text-transform: lowercase;
        }
.compare .img[data-outline] img {
            visibility: hidden;
        }
@media (min-width: 40rem) {
        .compare thead th {
            padding: 1rem 0;
        }

        .compare tr:first-child td {
            padding-top: 0;
        }

        .compare tr:last-child td {
            padding-bottom: 0;
        }

        .compare .file,
        .compare .img {
            /* max-width: 10rem; */
        }
}
/* section examples */
.examples {
    position: relative;
    background-image: linear-gradient(to top, #eff2f4, rgba(239,242,244,0) 50%)
}
.examples .compare > p {
        color: rgb(110, 110, 120);
        color: rgb(var(--color-text-dim));
    }
.examples .img {
        border-radius: 1rem;
    }
.examples svg {
        margin: 0 1.5rem;
        color: #c9c9d6;
    }
.examples table p {
        color: #6b1be3;
        font-size: 0.75rem;
        border-radius: 1rem;
        font-weight: 600;
        border: 2px solid currentColor;
        text-align: center;
        display: inline-block;
        padding: 0.125rem 0.5rem;
    }
@media (min-width: 50rem) {
    .examples {
        background-image: none;
        background: #f3f5f5
    }

        .examples .compare .caption span {
            box-shadow: 0 0 0 2px #f3f5f5;
        }
}
@media (min-width: 70rem) {
    .examples {
        background: none
    }

        .examples .content {
            border-radius: 5rem;
            padding: 8rem 5rem;
            background: #f3f5f5;
        }
}
/* section try */
.try .content {
        max-width: none;
    }
.try p.try-it {
        max-width: none;
    }
.try p.try-config span {
        font-weight: 600;
        white-space: nowrap;
    }
.try .drop-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 4rem -2rem;
        overflow: hidden;
    }
.try .drop-pad {
        display: flex;
        min-width: 60vw;
    }
.try .drop-pad:first-of-type {
        justify-content: flex-end;
    }
.try .drop,
    .try .drop-pad > * {
        margin: 0 1rem;
    }
.try .sample {
        border: none;
        background: transparent;

        position: relative;
        cursor: pointer;
        padding: 0;
        display: block;
        height: 8.5rem
    }
.try .sample::before {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            z-index: 2;
            opacity: 0;
            background: rgba(255, 255, 255, 0.75);
            background: rgba(var(--color-background), 0.75);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.25s ease-out;
            border-radius: 1.5rem;
            content: 'Loading...';
        }
.try .sample img {
            display: block;
            pointer-events: none;
            width: auto;
            height: 100%;
            border-radius: 1.5rem;
        }
.try .sample[data-state='loading']::before {
            opacity: 1;
        }
/* section tools */
.tools {
    margin: 2rem 0
}
.tools,
    .tools ul {
        padding: 0;
        list-style: none;
    }
.tools > li {
        font-weight: 700
    }
.tools > li li {
            font-weight: normal;
        }
.tools > li + li {
            margin-top: 2rem;
        }
.tools ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0.5rem 0 0;
    }
.tools ul li {
        margin: 0.5rem 0.25rem;
        font-weight: 500;
        background: rgba(100, 24, 230, 0.05);
        background: rgba(var(--color-primary), 0.05);
        border-radius: 9999rem;
        font-size: 1rem;
        padding: 0.25rem 1rem;
        color: rgb(100, 24, 230);
        color: rgb(var(--color-primary));
        white-space: nowrap;
    }
.tools a {
        --color-link: var(--color-primary);
    }
.tools > li:nth-child(1) {
        --color-primary: 111, 25, 225;
    }
.tools > li:nth-child(2) {
        --color-primary: 137, 30, 213;
    }
.tools > li:nth-child(3) {
        --color-primary: 163, 34, 200;
    }
.tools > li:nth-child(4) {
        --color-primary: 189, 39, 188;
    }
.tools h3 + p {
        margin-top: -0.75rem;
    }
.tools p {
        font-weight: normal;
        font-size: 0.875rem;
        max-width: 20rem;
    }
@media (min-width: 50rem) {
    .tools {
        display: flex;
        align-items: flex-start;
        align-items: baseline;
        justify-content: center;
        margin-bottom: 3rem
    }

        .tools h3 {
            display: block;
            white-space: nowrap;
            margin: 0.5rem 0 1rem;
        }

        .tools > li {
            flex: 1 1 auto;
            margin: 0 1rem
        }

            .tools > li + li {
                margin-top: 0;
            }
}
/* section features */
.features {
    --color-primary: 141, 184, 55;

    background: #f2f6e9
}
.features .split {
        padding: 0;
    }
.features table {
        border-collapse: collapse;
        margin: 0 auto;
    }
.features th {
        font-weight: 600;
    }
.features td,
    .features th {
        display: block;
    }
.features td {
        margin-bottom: 0.5rem;
        color: rgb(110, 110, 120);
        color: rgb(var(--color-text-dim));
    }
.features .trial {
        margin-top: 3rem;
    }
.features img {
        -o-object-fit: contain;
           object-fit: contain;
    }
.features .button-cta {
        background-image: linear-gradient(135deg, #afc831, #98bd4c);
    }
@media (min-width: 50rem) {
    .features {
        --color: #edf3e0;
        background: linear-gradient(var(--color), var(--color));
        background-size: calc(50% - 5rem) calc(100% - 10rem);
        background-repeat: no-repeat;
        background-position: 100% 5rem
    }

        .features img {
            border-top-left-radius: 5rem;
            border-bottom-left-radius: 5rem;
            -o-object-position: 30%;
               object-position: 30%;
        }

        .features .split .content {
            padding-right: 5rem;
        }
}
@media (min-width: 64rem) {
        .features td,
        .features th {
            display: table-cell;
            padding: 0.5rem 0;
            vertical-align: top;
            line-height: 1.25;
        }

        .features th {
            padding-right: 1rem;
            width: 12rem;
        }

        .features td {
            width: 20rem;
        }
}
/* section how */
.how {
    --color-primary: 225, 130, 55;

    background: #f8f2ec
}
.how .split {
        padding: 0;
    }
.how ol {
        list-style: none;
        text-align: center;
        padding: 0 0 0 4rem;
        margin: 2rem auto 3rem;
        max-width: 20rem;
    }
.how li {
        margin: 0;
        position: relative;
        text-align: left
    }
.how li > span {
            position: absolute;
            left: -4rem;
            top: 0.75rem;
            font-size: 2.5rem;
            font-weight: 900;
            text-indent: 1rem;
            line-height: 0;
            width: 2rem;
            height: 2rem
        }
.how li > span > span {
                position: relative;
                z-index: 1;
            }
.how li svg {
            left: 0;
            top: 0;
            width: 2rem;
            height: 2rem;
            position: absolute;
            color: rgba(100, 24, 230, 0.1);
            color: rgba(var(--color-primary), 0.1);
        }
.how li + li {
        margin-top: 3rem;
    }
.how img {
        display: none;
    }
.how .button-cta {
        background-image: linear-gradient(135deg, #e18236, #e89e49);
    }
@media (min-width: 50rem) {
    .how {
        --color: #f8f2ec;
        background: linear-gradient(var(--color), var(--color));
        background-size: calc(50% - 5rem) calc(100% - 10rem);
        background-repeat: no-repeat;
        background-position: 0 5rem
    }

        .how img {
            border-top-right-radius: 5rem;
            border-bottom-right-radius: 5rem;
        }

        .how p,
        .how ol {
            margin-left: 0;
        }
}
.browsers {
    font-weight: 600;
}
.compatibility {
    background: #f3f5f5;
}
/* section contact */
.contact {
    padding-bottom: 4rem;
}
/* article */
.article {
    padding-bottom: 4rem;
    max-width: 30rem;
    margin: 0 auto
}
.article h2 {
        font-size: 1.5rem;
        max-width: 30rem;
        margin: 3rem auto 1rem;
    }
/* tiers */
.tiers {
    margin: 0;
    padding: 0;
    border-radius: 1rem;
    table-layout: fixed;
    border-collapse: collapse;
    box-shadow: inset 0 0 0 1px rgba(50, 50, 60, 0.1);
    box-shadow: inset 0 0 0 1px rgba(var(--color-text), 0.1);
}
.tiers .tier-title {
    font-size: 1.5rem;
}
.tiers th,
.tiers td {
    padding: 0.25rem;
}
.tiers th {
    font-weight: normal;
}
.tiers thead th {
    vertical-align: top;
}
.tiers tbody th {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    white-space: nowrap;
    font-weight: 400;
    font-size: 0.875rem;
}
.tiers tbody {
    font-size: 0.875rem;
}
.tiers th,
.tiers td {
    text-align: center;
    padding: 0;
    margin: 0;
    height: 2.25rem;
}
.tiers tfoot tr > td:first-child,
.tiers tr > th:first-child {
    position: sticky;
    z-index: 1;
    left: 0;
    box-shadow: inset -1px 0 0 rgba(50, 50, 60, 0.05);
    box-shadow: inset -1px 0 0 rgba(var(--color-text), 0.05);
    --fill: rgb(var(--color-background));
    --overlay: rgba(var(--color-text), 0.1);
    background-color: var(--fill);
    background-image: linear-gradient(var(--overlay), var(--overlay));
}
.tiers thead th,
.tiers tfoot td {
    padding: 2rem;
}
.tiers thead th + th:not(:last-child),
.tiers tfoot td + td:not(:last-child),
.tiers tbody th ~ td:not(:last-child) {
    border-right: 1px solid rgba(50, 50, 60, 0.1);
    border-right: 1px solid rgba(var(--color-text), 0.1);
}
.tiers .tier-title {
    margin: 0;
}
.tiers .tier-price {
    margin: 1.5rem 0 0 0;
    color: rgba(50, 50, 60, 0.65);
    color: rgba(var(--color-text), 0.65);
}
.tiers .tier-number {
    color: rgb(50, 50, 60);
    color: rgb(var(--color-text));
    font-size: 1.875rem;
    font-weight: 600;
    margin-left: 0.125rem;
    line-height: 1.15;
}
.tiers .tier-interval {
    display: block;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
.tiers thead th:first-child {
    border-top-left-radius: 1rem;
}
.tiers tfoot td:first-child {
    border-bottom-left-radius: 1rem;
}
.tiers tr > *:first-child {
    background: rgba(50, 50, 60, 0.1);
    background: rgba(var(--color-text), 0.1);
}
.tiers tfoot td {
    vertical-align: top;
}
.tiers a {
    font-size: 0.875rem;
}
.tiers a ~ p {
    font-size: 0.75rem;
    margin: 0;
}
.tiers a + p {
    margin-top: 1rem;
}
/* */
.tiers {
    min-width: 55rem;
    margin: 0 auto;
}
.tiers-scroller {
    margin: 2rem auto 4rem;
    max-width: 100%;
}
@media (max-width: 30rem) {
    .tiers tfoot tr > td:first-child,
    .tiers tr > th:first-child {
        width: 35vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-overlfow: ellipsis;
        padding: 0.25em 1em;
    }
}
@media (max-width: 57rem) {
    .tiers-scroller {
        position: relative;
        overflow: auto;
        max-height: 60vh;
        box-shadow: 0 0 0 1px rgba(50, 50, 60, 0.1);
        box-shadow: 0 0 0 1px rgba(var(--color-text), 0.1);
    }

    .tiers {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .tiers thead th:first-child {
        border-top-left-radius: 0;
    }

    .tiers tfoot td:first-child {
        border-bottom-left-radius: 0;
    }
}
/* symbols */
*[class*='symbol-'] {
    display: inline-block;
    vertical-align: bottom;
}
.symbol-checkmark {
    width: 1.25rem;
    height: 1.25rem;
}
.symbol-infinity {
    font-size: 1.25rem;
}
/* faq */
.faq {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 4rem
}
.faq li {
        margin: 1rem;
        max-width: 20rem;
    }
.faq p {
        color: rgb(110, 110, 120);
        color: rgb(var(--color-text-dim));
    }
/* blog */
.posts {
    list-style: none;
    padding-bottom: 10rem
}
.posts time {
        color: rgb(110, 110, 120);
        color: rgb(var(--color-text-dim));
    }
.posts li + li {
        margin-top: 3rem;
    }
.posts .article-title {
        margin-bottom: 0.5rem;
    }
.posts p {
        margin-top: 0.5rem;
    }
.latest-posts {
    list-style: none
}
.latest-posts li + li {
        margin-top: 2rem;
    }
.latest-posts p {
        font-size: 1rem;
    }
.latest-posts h3 {
        font-size: 1rem;
        margin: 0;
        font-weight: 500;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif;
        font-family: var(--font-family);
    }
.latest-posts time {
        color: rgb(110, 110, 120);
        color: rgb(var(--color-text-dim));
        font-size: 0.875rem;
    }
.post {
    padding-bottom: 4rem;
    max-width: 32rem
}
.post p {
        max-width: none;
    }
.post time {
        display: block;
        color: rgb(110, 110, 120);
        color: rgb(var(--color-text-dim));
        text-align: center;
    }
.post > p:first-child,
    .post time + p {
        font-size: 1.125em;
        margin-bottom: 2rem;
        font-weight: 500;
    }
.post ul li {
        margin: 0;
    }
@media (min-width: 70em) {
        .post time {
            margin-top: -5rem;
            margin-bottom: 4rem;
        }
}
.docs {
    padding-bottom: 4rem;
    margin: 0 auto;
    max-width: 30rem;
    min-height: 20rem
}
.docs > nav {
        /* width: 10rem; */
        margin-bottom: 4rem;
        text-align: center;
        font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif;
        font-family: var(--font-family-alt);
        font-size: 1.325rem;
    }
.docs > .content {
        margin: 0;
    }
.docs nav > ul,
    .docs nav > li {
        mading: 0;
        padding: 0;
        list-style: none;
    }
.docs nav > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
.docs nav > ul li {
        margin: 0.5rem;
    }
.docs h2 {
        margin-top: 0;
        margin-bottom: 2rem;
    }
.docs h3 {
        margin-top: 3rem;
        margin-bottom: -0.5rem;
    }
.docs h4 {
        margin-top: 3rem;
        margin-bottom: -0.5rem;
    }
.note {
    display: block;
    padding: 0.5em 0.75em;
    border-radius: 1em;
    background: #f9e5c5;
    font-size: 0.8125em;
}
.button {
    cursor: pointer;
    text-decoration: none;
}
.text,
.button {
    padding: 0.5rem 0.5625rem;
    border-radius: 0.5rem;
    border: none;
    background-color: rgb(255, 255, 255);
    background-color: rgb(var(--color-field));
}
.button {
    border-radius: 9999rem;
}
.input {
    /* nice focus style */
    outline: transparent;
    transition: box-shadow 0.15s ease-out;
    box-shadow: inset 0 0 0 0.125rem rgb(50, 50, 60),
        0 0 0 0 rgba(30, 150, 240, 0.25) !important;
    box-shadow: var(--input-box-shadow) !important
}
.input:focus {
        box-shadow: inset 0 0 0 0.125rem rgb(30, 150, 240),
        0 0 0 0.25rem rgba(30, 150, 240, 0.25) !important;
        box-shadow: var(--input-box-shadow__focus) !important;
    }
.button,
.button-cta {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    text-decoration: none;
    color: rgb(255, 255, 255);
    color: rgb(var(--color-background));
    backrgound-color: rgb(50, 50, 60);
    backrgound-color: rgb(var(--color-foreground));
    --color-hover-primary: var(--color-foreground);

    /* nice focus style */
    outline: transparent;
    transition: box-shadow 0.15s ease-out
}
.button:focus,
    .button:hover,
    .button-cta:focus,
    .button-cta:hover {
        box-shadow: 0 0 0.5rem 0.125rem rgb(255, 255, 255),
            0 0 1rem rgba(var(--color-hover-primary), 0.5);
        box-shadow: 0 0 0.5rem 0.125rem rgb(var(--color-background)),
            0 0 1rem rgba(var(--color-hover-primary), 0.5);
    }
.button-cta {
    --color-hover-primary: var(--color-primary);
    color: rgb(255, 255, 255);
    color: rgb(var(--color-primary-text));
    background-color: rgb(100, 24, 230);
    background-color: rgb(var(--color-primary));
    background: linear-gradient(-45deg, #a122ca, #6418e6);
}
.button-dim {
    --color-hover-primary: var(--color-primary);
    color: rgb(50, 50, 60);
    color: rgb(var(--color-text));
    background: transparent;
    box-shadow: inset 0 0 0 1px rgba(50, 50, 60, 0.25);
    box-shadow: inset 0 0 0 1px rgba(var(--color-text), 0.25)
}
.button-dim:focus,
    .button-dim:hover {
        box-shadow: inset 0 0 0 1px rgba(50, 50, 60, 0.75),
            0 0 0 1px rgba(50, 50, 60, 0.75);
        box-shadow: inset 0 0 0 1px rgba(var(--color-text), 0.75),
            0 0 0 1px rgba(var(--color-text), 0.75);
    }
/* the form itself */
.form {
    text-align: left;
    max-width: 20rem
}
.form textarea,
    .form input[type='text'],
    .form input[type='email'],
    .form input[type='search'] {
        border: 1px solid #dcdde2;
        border-radius: 0.5rem;
        color: #53565c;
        padding: 0 0.75rem;
        outline: transparent;
        margin-top: 0.0625rem;
        line-height: 2.375rem;
        transition: box-shadow 0.2s ease-in-out;
        /* box-shadow: var(--field-shadow); */
        background-color: #fff;
        /* &:focus {
            box-shadow: var(--field-focus-shadow);
        } */
    }
.form input[type='search'] {
        -webkit-appearance: textfield;
    }
.form input[type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }
.form input:-webkit-autofill,
    .form input:-webkit-autofill:hover,
    .form input:-webkit-autofill:focus,
    .form input:-webkit-autofill:active {
        box-shadow: 0 0 0 1000px #fff inset;
    }
.form input,
    .form textarea {
        display: block;
        width: 20rem;
        box-sizing: border-box;
        max-width: 100%;
    }
.form input[disabled],
    .form textarea[disabled] {
        background: #fff;
    }
.form .field {
        margin: 1rem 0
    }
.form .field > label {
            display: inline-block;
            margin-bottom: 0.5rem;
        }
.form .line input,
        .form .line textarea {
            display: inline-block;
            min-width: auto;
        }
.form .line .field + .field {
            margin-left: 0.5rem;
        }
.form textarea {
        resize: vertical;
        min-height: 10rem;
        line-height: 1.4;
        padding-top: 0.5rem;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif;
        font-family: var(--font-family);
    }
.form .spinner {
        margin-right: 0.5rem;
    }
.form .form-status-success {
        color: #c9ff8b;
    }
.form .form-status-error {
        color: #f67878;
    }
.form .form-status-invalid {
        color: #f67878;
    }
.form {

    /* status logic */
}
.form [class*='form-status'] {
        display: none;
    }
.form[data-state='busy'] .form-status-busy {
        display: block;
    }
.form[data-state='invalid'] .form-status-invalid {
        display: block;
    }
.form[data-state='success'] .form-status-success {
        display: block;
    }
.form[data-state='error'] .form-status-error {
        display: block;
    }
@media (min-width: 30em) {
    .form .line {
        display: inline-flex;
    }
}
.footer {
    margin-top: auto;
    padding: 1rem 0;
    background: #32323c;
    font-size: 0.875rem;
    --color-text: 196, 196, 213;
    color: rgb(50, 50, 60);
    color: rgb(var(--color-text))
}
.footer .content {
        text-align: left;
    }
.footer .product,
    .footer .logo {
        font-weight: 500;
    }
.footer .product {
        display: flex;
        flex-direction: column;
        letter-spacing: 0.06125rem
        /* white-space: nowrap; */
    }
.footer .product a {
            color: inherit;
            margin-bottom: 0.5rem;
        }
.footer p {
        max-width: none;
    }
.footer a {
        --color-link: var(--color-text);
        text-decoration-thickness: 0.06125em;
    }
.footer ul {
        display: flex;
        padding: 0;
        list-style: none;
        flex-wrap: wrap
    }
.footer ul li {
            margin-right: 0.5rem;
        }
.footer .copy {
        opacity: 0.5;
    }
@media (min-width: 40em) {
    .footer {
        padding: 2rem
    }
        .footer .product {
            align-items: center;
            flex-direction: row
        }

            .footer .product a {
                margin: 0
            }
                .footer .product a::after {
                    content: ' • ';
                    margin: 0 0.25rem;
                }

        .footer nav {
            display: flex;
        }

        .footer li + li {
            margin-top: 0.25rem;
        }

        .footer ul {
            flex-direction: column;
        }

        .footer ul + ul {
            margin-left: 1rem;
        }
}
a[data-module='SystemStatus']::after {
        display: inline-block;
        content: '';
        width: 0.75em;
        height: 0.75em;
        background-color: #999;
        margin-left: 0.5em;
        position: relative;
        border-radius: 1em;
    }
a[data-module='SystemStatus'][data-status='online']::after {
        background-color: #8bc34a;
    }
a[data-module='SystemStatus'][data-status='unstable']::after {
        background-color: #ff9800;
    }
a[data-module='SystemStatus'][data-status='offline']::after {
        background-color: #f44336;
    }
.demo {
    margin: 2rem 0;
    text-align: center;

    transition: opacity 0.25s, filter 0.25s
}
.demo[data-state='loading'] {
        pointer-events: none;
        filter: grayscale(80%)
    }
.demo[data-state='loading'] p {
            position: relative;
            color: transparent;
        }
.demo[data-state='loading'] label {
            visibility: hidden;
        }
.demo[data-state='loading'] p::after {
            color: #5d5d75;
            left: 0;
            right: 0;
            position: absolute;
            content: 'Loading CropGuide...';
        }
.demo span {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
    }
.demo label {
        color: #5d5d75;
        text-decoration: underline;
        pointer-events: none;
        -webkit-text-decoration-color: #d8d8e6;
                text-decoration-color: #d8d8e6;
        text-decoration-thickness: 2px;
        text-underline-offset: 0.06125em;
    }
.demo input {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        cursor: pointer;
        opacity: 0.0001;
    }
.demo .drop {
        position: relative;
        width: 60vw;
        max-width: 20rem;
        box-sizing: border-box;
        flex-shrink: 0;
        padding: 2.5rem;
        border-radius: 1.5rem;
        background-color: #eff2f4;
        transition: background-color 0.25s ease-in-out
    }
.demo .drop:hover {
            background-color: #e4e8eb;
        }
.demo .drop p {
            position: relative;
            z-index: 2;
            pointer-events: none;
        }
.demo span[id] {
        font-size: 0.875rem;
    }
.demo .compare {
        max-width: 30rem;
        margin: 2rem auto 6rem
    }
.demo .compare:empty {
            display: none;
        }
.spinner {
    display: inline-flex;
}
.spinner > span + span {
    margin-left: 0.3125em;
}
.spinner > span {
    width: 0.75em;
    height: 0.75em;
    background-color: currentColor;
    border-radius: 99999rem;
    -webkit-animation: dot 1.4s infinite ease-in-out both;
            animation: dot 1.4s infinite ease-in-out both;
}
.spinner > span:nth-child(1) {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
}
.spinner > span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
}
@-webkit-keyframes dot {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
@keyframes dot {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
/* bright theme code blocks */
code[class*='language'] {
    color: #212121
}
code[class*='language'] .comment {
        color: #9398a2;
        font-style: italic;
    }
code[class*='language'] .string {
        color: #d86a1b;
    }
.language-php .punctuation, .language-svelte .punctuation, .language-jsx .punctuation, .language-html .punctuation {
        color: #d86a1b;
    }
.language-php .attr-name, .language-svelte .attr-name, .language-jsx .attr-name, .language-html .attr-name {
        color: #8d30b5;
    }
.language-php .attr-value, .language-svelte .attr-value, .language-jsx .attr-value, .language-html .attr-value {
        color: #d86a1b;
    }
.language-php .attr-equals, .language-svelte .attr-equals, .language-jsx .attr-equals, .language-html .attr-equals {
        color: #212121;
    }
.language-php .doctype,
    .language-php .tag,
    .language-svelte .doctype,
    .language-svelte .tag,
    .language-jsx .doctype,
    .language-jsx .tag,
    .language-html .doctype,
    .language-html .tag {
        color: #245fc0
    }
.language-php .doctype .punctuation:first-of-type,
        .language-php .doctype .punctuation:last-of-type,
        .language-php .tag .punctuation:first-of-type,
        .language-php .tag .punctuation:last-of-type,
        .language-svelte .doctype .punctuation:first-of-type,
        .language-svelte .doctype .punctuation:last-of-type,
        .language-svelte .tag .punctuation:first-of-type,
        .language-svelte .tag .punctuation:last-of-type,
        .language-jsx .doctype .punctuation:first-of-type,
        .language-jsx .doctype .punctuation:last-of-type,
        .language-jsx .tag .punctuation:first-of-type,
        .language-jsx .tag .punctuation:last-of-type,
        .language-html .doctype .punctuation:first-of-type,
        .language-html .doctype .punctuation:last-of-type,
        .language-html .tag .punctuation:first-of-type,
        .language-html .tag .punctuation:last-of-type {
            color: #88a6d7;
        }
.language-php .function-variable,
    .language-php .punctuation,
    .language-svelte .function-variable,
    .language-svelte .punctuation,
    .language-javascript .function-variable,
    .language-javascript .punctuation,
    .language-jsx .function-variable,
    .language-jsx .punctuation,
    .language-js .function-variable,
    .language-js .punctuation {
        color: #212121;
    }
.language-php .function, .language-svelte .function, .language-javascript .function, .language-jsx .function, .language-js .function {
        color: #6655eb;
    }
.language-php .operator, .language-svelte .operator, .language-javascript .operator, .language-jsx .operator, .language-js .operator {
        color: #8f9196;
    }
.language-php .keyword,
    .language-php .constant,
    .language-svelte .keyword,
    .language-svelte .constant,
    .language-javascript .keyword,
    .language-javascript .constant,
    .language-jsx .keyword,
    .language-jsx .constant,
    .language-js .keyword,
    .language-js .constant {
        color: #bc27bd;
    }
.language-php .boolean, .language-svelte .boolean, .language-javascript .boolean, .language-jsx .boolean, .language-js .boolean {
        color: #3aa0ce;
    }
.language-php .class-name, .language-svelte .class-name, .language-javascript .class-name, .language-jsx .class-name, .language-js .class-name {
        color: #cba905;
    }
.language-php .number, .language-svelte .number, .language-javascript .number, .language-jsx .number, .language-js .number {
        color: #348c38;
    }
.language-svelte .class-name, .language-jsx .class-name {
        color: #67a5f4;
    }
.language-css .rule {
        color: #8d30b5;
    }
.language-css .punctuation {
        color: #b7c6d6;
    }
.language-css .property {
        color: #7a8095;
    }
.language-css .selector {
        color: #d72a65;
    }
.highlight-line-active {
    --color: #f0f4f8;
}
/* dark theme code blocks */
:root[data-theme='dark'] code:not([class*='language']) {
        color: #c8a1ee;
        background-color: rgba(187, 141, 255, 0.16);
    }
:root[data-theme='dark'] code[class*='language'] {
        color: #ddd
    }
:root[data-theme='dark'] code[class*='language'] .comment {
            color: #707985;
        }
:root[data-theme='dark'] code[class*='language'] .string {
            color: #f6a66c;
        }
:root[data-theme='dark'] .highlight-line-active {
        --color: #3a3a3b;
    }
:root[data-theme='dark'] .language-php .attr-name, :root[data-theme='dark'] .language-svelte .attr-name, :root[data-theme='dark'] .language-jsx .attr-name, :root[data-theme='dark'] .language-html .attr-name {
            color: #c7d6ec;
        }
:root[data-theme='dark'] .language-php .attr-equals, :root[data-theme='dark'] .language-svelte .attr-equals, :root[data-theme='dark'] .language-jsx .attr-equals, :root[data-theme='dark'] .language-html .attr-equals {
            color: #59677b;
        }
:root[data-theme='dark'] .language-php .doctype,
        :root[data-theme='dark'] .language-php .tag,
        :root[data-theme='dark'] .language-svelte .doctype,
        :root[data-theme='dark'] .language-svelte .tag,
        :root[data-theme='dark'] .language-jsx .doctype,
        :root[data-theme='dark'] .language-jsx .tag,
        :root[data-theme='dark'] .language-html .doctype,
        :root[data-theme='dark'] .language-html .tag {
            color: #788ca8
        }
:root[data-theme='dark'] .language-php .doctype .punctuation:first-of-type,
            :root[data-theme='dark'] .language-php .doctype .punctuation:last-of-type,
            :root[data-theme='dark'] .language-php .tag .punctuation:first-of-type,
            :root[data-theme='dark'] .language-php .tag .punctuation:last-of-type,
            :root[data-theme='dark'] .language-svelte .doctype .punctuation:first-of-type,
            :root[data-theme='dark'] .language-svelte .doctype .punctuation:last-of-type,
            :root[data-theme='dark'] .language-svelte .tag .punctuation:first-of-type,
            :root[data-theme='dark'] .language-svelte .tag .punctuation:last-of-type,
            :root[data-theme='dark'] .language-jsx .doctype .punctuation:first-of-type,
            :root[data-theme='dark'] .language-jsx .doctype .punctuation:last-of-type,
            :root[data-theme='dark'] .language-jsx .tag .punctuation:first-of-type,
            :root[data-theme='dark'] .language-jsx .tag .punctuation:last-of-type,
            :root[data-theme='dark'] .language-html .doctype .punctuation:first-of-type,
            :root[data-theme='dark'] .language-html .doctype .punctuation:last-of-type,
            :root[data-theme='dark'] .language-html .tag .punctuation:first-of-type,
            :root[data-theme='dark'] .language-html .tag .punctuation:last-of-type {
                color: #59677b;
            }
:root[data-theme='dark'] .language-php .attr-value,
        :root[data-theme='dark'] .language-php .punctuation,
        :root[data-theme='dark'] .language-php .attr-value .punctuation:nth-of-type(2),
        :root[data-theme='dark'] .language-php .attr-value .punctuation:last-of-type,
        :root[data-theme='dark'] .language-svelte .attr-value,
        :root[data-theme='dark'] .language-svelte .punctuation,
        :root[data-theme='dark'] .language-svelte .attr-value .punctuation:nth-of-type(2),
        :root[data-theme='dark'] .language-svelte .attr-value .punctuation:last-of-type,
        :root[data-theme='dark'] .language-jsx .attr-value,
        :root[data-theme='dark'] .language-jsx .punctuation,
        :root[data-theme='dark'] .language-jsx .attr-value .punctuation:nth-of-type(2),
        :root[data-theme='dark'] .language-jsx .attr-value .punctuation:last-of-type,
        :root[data-theme='dark'] .language-html .attr-value,
        :root[data-theme='dark'] .language-html .punctuation,
        :root[data-theme='dark'] .language-html .attr-value .punctuation:nth-of-type(2),
        :root[data-theme='dark'] .language-html .attr-value .punctuation:last-of-type {
            color: #f6a66c;
        }
:root[data-theme='dark'] .language-php .function-variable,
        :root[data-theme='dark'] .language-php .punctuation,
        :root[data-theme='dark'] .language-svelte .function-variable,
        :root[data-theme='dark'] .language-svelte .punctuation,
        :root[data-theme='dark'] .language-javascript .function-variable,
        :root[data-theme='dark'] .language-javascript .punctuation,
        :root[data-theme='dark'] .language-jsx .function-variable,
        :root[data-theme='dark'] .language-jsx .punctuation,
        :root[data-theme='dark'] .language-js .function-variable,
        :root[data-theme='dark'] .language-js .punctuation,
        :root[data-theme='dark'] .language-diff-js .function-variable,
        :root[data-theme='dark'] .language-diff-js .punctuation {
            color: #9c9c9c;
        }
:root[data-theme='dark'] .language-php .function, :root[data-theme='dark'] .language-svelte .function, :root[data-theme='dark'] .language-javascript .function, :root[data-theme='dark'] .language-jsx .function, :root[data-theme='dark'] .language-js .function, :root[data-theme='dark'] .language-diff-js .function {
            color: #85b7f6;
        }
:root[data-theme='dark'] .language-php .operator, :root[data-theme='dark'] .language-svelte .operator, :root[data-theme='dark'] .language-javascript .operator, :root[data-theme='dark'] .language-jsx .operator, :root[data-theme='dark'] .language-js .operator, :root[data-theme='dark'] .language-diff-js .operator {
            color: #8f9196;
        }
:root[data-theme='dark'] .language-php .keyword,
        :root[data-theme='dark'] .language-php .constant,
        :root[data-theme='dark'] .language-svelte .keyword,
        :root[data-theme='dark'] .language-svelte .constant,
        :root[data-theme='dark'] .language-javascript .keyword,
        :root[data-theme='dark'] .language-javascript .constant,
        :root[data-theme='dark'] .language-jsx .keyword,
        :root[data-theme='dark'] .language-jsx .constant,
        :root[data-theme='dark'] .language-js .keyword,
        :root[data-theme='dark'] .language-js .constant,
        :root[data-theme='dark'] .language-diff-js .keyword,
        :root[data-theme='dark'] .language-diff-js .constant {
            color: #f699d1;
        }
:root[data-theme='dark'] .language-php .boolean, :root[data-theme='dark'] .language-svelte .boolean, :root[data-theme='dark'] .language-javascript .boolean, :root[data-theme='dark'] .language-jsx .boolean, :root[data-theme='dark'] .language-js .boolean, :root[data-theme='dark'] .language-diff-js .boolean {
            color: #3aa0ce;
        }
:root[data-theme='dark'] .language-php .class-name, :root[data-theme='dark'] .language-svelte .class-name, :root[data-theme='dark'] .language-javascript .class-name, :root[data-theme='dark'] .language-jsx .class-name, :root[data-theme='dark'] .language-js .class-name, :root[data-theme='dark'] .language-diff-js .class-name {
            color: #f4db86;
        }
:root[data-theme='dark'] .language-php .number, :root[data-theme='dark'] .language-svelte .number, :root[data-theme='dark'] .language-javascript .number, :root[data-theme='dark'] .language-jsx .number, :root[data-theme='dark'] .language-js .number, :root[data-theme='dark'] .language-diff-js .number {
            color: #8eb771;
        }
:root[data-theme='dark'] .language-jsx .class-name {
            color: #788ca8;
        }
:root[data-theme='dark'] .language-jsx .token .punctuation {
            color: #59677b;
        }
:root[data-theme='dark'] .language-jsx .spread .attr-value {
            color: #c7d6ec;
        }
:root[data-theme='dark'] .language-css .selector {
            color: #ff93b8;
        }
:root[data-theme='dark'] .language-css .rule {
            color: #e4d18a;
        }
:root[data-theme='dark'] .language-css .punctuation {
            color: #777;
        }
:root[data-theme='dark'] .language-css .property {
            color: #b7b7c0;
        }
:root[data-theme='dark'] .language-css .atrule .property {
            color: #abb7f2;
        }
.post {
    margin-top: 2rem;
    padding: 0 1rem 4rem;
    max-width: 32rem
}
.post::before {
        display: block;
        width: 5rem;
        margin: 0 auto 1.75rem;
        height: 2px;
        background: rgba(100, 24, 230, 0.25);
        background: rgba(var(--color-primary), 0.25);
        content: '';
    }
.post h2 {
        margin-bottom: 1rem;
        margin-top: 2.5rem;
        font-size: 1.5rem;
    }
.post ol {
        list-style: none;
        counter-reset: steps;
        padding: 0;
        margin: 2rem 0
    }
.post ol li {
            position: relative;
            counter-increment: steps;
            padding-left: 3rem;
        }
.post ol li img {
            margin-left: 0;
            margin-right: 0;
        }
.post ol li + li {
            margin-top: 2rem;
        }
.post ol li::before,
        .post ol li::after {
            left: 0;
            top: 0;
            position: absolute;
            width: 1.75rem;
            height: 1.75rem;
            line-height: 2rem;
        }
.post ol li::before {
            content: '';
            margin-left: -0.5rem;
            margin-top: 0.5rem;
            background: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.569 1.485c4.461-.46 8.923-.69 13.384-.69s8.923.23 13.384.69c.368 4.33.552 8.767.552 13.31 0 4.543-.184 9.03-.552 13.459a165.785 165.785 0 0 1-26.768 0C.206 22.576.024 18.09.024 14.795c0-3.294.182-7.73.545-13.31Z' fill='%23EDF0F2' fill-rule='evenodd'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            z-index: 1;
        }
.post ol li::after {
            content: counter(steps);
            font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Helvetica, Arial, sans-serif;
            font-family: var(--font-family-alt);
            font-weight: 900;
            font-size: 1.75rem;
            z-index: 2;
            text-align: right;
            margin-left: -0.25rem;
            margin-top: -0.25rem;
        }
.post ul {
        padding-left: 1.25rem;
    }
.post img,
    .post video {
        max-width: 90%;
        margin: 2rem auto;
        display: block;
        border-radius: 0.5rem;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    }
.post .persons {
        display: flex;
        justify-content: center;
    }
.post .person {
        display: flex;
        flex-direction: column;
        align-items: center
    }
.post .person img {
            display: block;
            border-radius: 9999rem;
            margin: 0 0 0.5rem 0;
            width: 4rem;
            height: 4rem;
        }
.post .person p {
            margin: 0.25rem 0;
            white-space: nowrap;
        }
.post .person span {
            font-weight: 700;
        }
.post .person a {
            opacity: 0.6;
            font-size: 0.75rem;
        }
.post .person figcaption {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 0.875rem;
        }
.post {

    /* 
    & pre {
        overflow-x: auto;

        &::-webkit-scrollbar {
            height: 0.875rem;
        }

        &::-webkit-scrollbar-thumb {
            background-color: #ddd;
            border: 0.25rem solid #fff;
            border-radius: 9999rem;
        }

        &::-webkit-scrollbar-corner {
            background-color: transparent;
            border-radius: 0 9999rem 9999rem 0;
        }

        &::-webkit-scrollbar-track {
            background-color: transparent;
            border-radius: 9999rem;
        }
    } */
}
.post + .companies,
.article + .companies {
    margin-bottom: 5rem;
}
/* demo controls */
.demo-flow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-left: 0.5rem
}
.demo-flow > * {
        margin: 1rem;
    }
.demo-button,
.demo-dropdown {
    display: inline-flex;
    align-items: center;
    margin: 0 0.325rem
}
.demo-button svg, .demo-dropdown svg {
        margin-right: 0.5rem;
    }
.demo-field {
    color: #333;
    color: var(--text, #333);
    font-size: 0.875rem
}
.demo-field > * {
        display: block;
        margin-top: 0.25rem;
    }
.demo-textarea {
    color: #333;
    color: var(--text, #333);
    background-color: #fff;
    background-color: var(--background, #fff);
    border-radius: 0.25rem;
    border-radius: var(--radius, 0.25rem);
    border: 1px solid #ddd;
    border: 1px solid var(--border, #ddd);
    padding: 0.5rem;
}
.demo-textarea pre {
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0.25
}
.demo-textarea pre code {
        background: transparent;
        color: inherit;
    }
.demo-dropdown {
    color: #333;
    color: var(--text, #333);
    background-color: #fff;
    background-color: var(--background, #fff);
    border-radius: 0.25rem;
    border-radius: var(--radius, 0.25rem);
    border: 1px solid #ddd;
    border: 1px solid var(--border, #ddd);
    padding: 0.375rem 0.75rem;
    min-width: 10rem;
    font-size: 0.875rem;
    display: inline-flex
}
.demo-dropdown::after {
        opacity: 0.25;
        content: '▼';
        margin-left: auto;
        transform: scale(1, 0.75);
    }
.demo-then {
    display: inline-flex;
    align-items: center;
}
.demo-button {
    color: #fff;
    color: var(--text, #fff);
    background-color: #000;
    background-color: var(--background, #000);
    border-radius: 0.25rem;
    border-radius: var(--radius, 0.25rem);
    border: 1px solid transparent;
    border: 1px solid var(--border, transparent);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    white-space: nowrap
}
.demo-button code {
        background: transparent;
        color: inherit;
        padding: 0;
        margin: 0 0.5rem 0 0;
        font-weight: 300;
    }
.demo-rect {
    color: #999;
    color: var(--text, #999);
    background-color: #fff;
    background-color: var(--background, #fff);
    border-radius: 0.25rem;
    border: 1px solid #ddd;
    border: 1px solid var(--border, #ddd);
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.375rem 0.75rem;
}
