/* Generated by scripts/build_static_site.py. Do not edit directly. */

/* Generated source: shared ShiftSync static-site styles. */

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("fonts/inter-latin.woff2") format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600 800;
    font-display: swap;
    src: url("fonts/montserrat-latin.woff2") format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "ShiftSync-Icons";
    src: url("fonts/ShiftSync-Icons.woff2?v2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-on-background));
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
p {
    margin: 0;
}

.site-header {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    border-bottom: 1px solid rgb(var(--color-outline-variant));
    background-color: rgb(var(--color-surface));
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.nav,
.section-inner,
.footer-inner {
    width: 100%;
    max-width: var(--container-max-width);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--page-margin-mobile);
    padding-left: var(--page-margin-mobile);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0;
    color: rgb(var(--color-primary));
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.brand .icon {
    flex: 0 0 auto;
    font-size: 1.18em;
    font-weight: 400;
    margin-right: 0.45em;
}

.brand-name {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.brand .brand-name__lg,
.footer-brand .brand-name__lg {
    font-size: 1.13em;
}

.brand .brand-name__lg:last-child,
.footer-brand .brand-name__lg:last-child {
    margin-left: 0.08em;
}

.nav-links,
.nav-actions {
    display: flex;
    align-items: center;
}

.nav-links {
    display: none;
    gap: 32px;
}

.nav-actions {
    gap: 16px;
}

.nav-link {
    color: rgb(var(--color-on-surface-variant));
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: color 200ms ease;
    white-space: nowrap;
}

.nav-link:hover {
    color: rgb(var(--color-primary));
}

.nav-link--small {
    font-size: 14px;
}

.button:active {
    transform: scale(0.95);
}

main {
    padding-top: 80px;
}

.site-footer {
    border-top: 1px solid rgb(var(--color-outline));
    background-color: rgb(var(--color-primary));
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: var(--gutter);
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.footer-brand .brand-name {
    color: rgb(var(--color-on-primary));
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.footer-brand span.copyright,
.footer-brand .footer-disclaimer,
.footer-links a {
    color: rgb(var(--color-on-primary-container));
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 16px;
}

.footer-brand .footer-disclaimer {
    font-size: 0.6em;
    font-weight: 400;
    line-height: 1.35;
    max-width: 22rem;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.footer-links a {
    cursor: pointer;
    transition: color 200ms ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-links .billing-link {
    text-decoration: underline;
}

@media (max-width: 360px) {
    .brand span:last-child {
        max-width: 8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

html {
    background-color: rgb(var(--color-background));
    scroll-padding-top: var(--anchor-scroll-offset);
    scroll-behavior: smooth;
}

.icon {
    font-family: "ShiftSync-Icons" !important;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.terms-hero {
    position: relative;
    overflow: hidden;
    background-color: rgb(var(--color-surface));
    border-bottom: 1px solid rgb(var(--color-outline-variant));
    padding-top: 64px;
    padding-bottom: 56px;
}

.terms-hero::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: rgb(var(--color-secondary-container));
    content: "";
}

.terms-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    align-items: end;
}

.terms-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: rgb(var(--color-secondary));
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 16px;
    text-transform: uppercase;
}

.terms-kicker .icon {
    color: rgb(var(--color-secondary));
    font-size: 20px;
}

.terms-title {
    max-width: 44rem;
    margin-bottom: 24px;
    color: rgb(var(--color-primary));
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.terms-lead {
    max-width: 48rem;
    color: rgb(var(--color-on-surface-variant));
    font-size: 18px;
    line-height: 28px;
}

.terms-meta-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 18px 20px;
}

.terms-meta-row + .terms-meta-row {
    border-top: 1px solid rgb(var(--color-outline-variant));
}

.terms-meta-row strong,
.terms-meta-row a {
    color: rgb(var(--color-primary));
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.terms-shell {
    background-color: rgb(var(--color-surface-container-low));
    padding-top: 64px;
    padding-bottom: 80px;
}

.terms-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.terms-toc h2 {
    border-bottom: 1px solid rgb(var(--color-outline-variant));
    color: rgb(var(--color-primary));
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 20px 24px;
}

.terms-toc ol {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.terms-toc a {
    display: block;
    border-bottom: 1px solid rgb(var(--color-outline-variant));
    color: rgb(var(--color-on-surface-variant));
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 13px 24px;
    transition:
        background-color 200ms ease,
        color 200ms ease;
}

.terms-toc li:last-child a {
    border-bottom: 0;
}

.terms-toc a:hover {
    background-color: rgb(var(--color-surface-container-low));
    color: rgb(var(--color-primary));
}

.terms-content {
    display: grid;
    gap: 16px;
}

.terms-section::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: rgb(var(--color-primary));
    content: "";
}

.terms-section:nth-child(2n)::before {
    background-color: rgb(var(--color-secondary));
}

.terms-section p,
.terms-section li {
    color: rgb(var(--color-on-surface-variant));
    font-size: 16px;
    line-height: 26px;
}

.terms-section p + p {
    margin-top: 12px;
}

.terms-section ul {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.terms-section li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
}

.terms-section li::before {
    width: 9px;
    height: 9px;
    margin-top: 9px;
    border-radius: 9999px;
    background-color: rgb(var(--color-primary-fixed-dim));
    content: "";
}

.terms-section a {
    color: rgb(var(--color-secondary));
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (prefers-color-scheme: dark) {
    .brand,
    .terms-title,
    .terms-meta-row strong,
    .terms-meta-row a,
    .terms-toc h2,
    .terms-toc a:hover,
    .terms-section h2 {
        color: rgb(var(--color-primary-fixed));
    }

    .brand {
        color: rgb(var(--color-primary-fixed-dim));
    }

    .nav-link:hover {
        color: rgb(var(--color-primary-fixed));
    }

    .button {
        background-color: rgb(var(--color-secondary));
    }

    .terms-section::before {
        background-color: rgb(var(--color-primary-fixed-dim));
    }
}

@media (min-width: 768px) {
    .nav,
    .section-inner,
    .footer-inner {
        padding-right: var(--page-margin-tablet);
        padding-left: var(--page-margin-tablet);
    }

    .nav-links {
        display: flex;
    }

    .terms-title {
        font-size: 48px;
        line-height: 56px;
    }

    .footer-inner {
        flex-direction: row;
    }

    .footer-brand {
        text-align: left;
    }

    .footer-links {
        justify-content: end;
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: dark;
        --color-on-background: 245 247 251;
        --color-primary: 5 17 37;
        --color-secondary: 255 88 99;
        --color-secondary-container: 201 44 56;
        --color-surface: 9 15 28;
        --color-background: 7 11 22;
        --color-on-surface-variant: 196 203 216;
        --color-outline: 101 115 143;
        --color-outline-variant: 50 61 82;
        --color-surface-container-lowest: 11 18 31;
        --color-surface-container-low: 8 14 26;
        --color-primary-fixed: 215 226 255;
        --color-primary-fixed-dim: 187 198 226;
        --color-on-primary-container: 187 198 226;
    }
}
