:root {
    color-scheme: light;
    --home-footer-height: 128px;
}

html[data-theme="dark"] {
    color-scheme: dark;
}

.home-shell {
    min-height: 100vh;
    margin: 0;
    padding-bottom: var(--home-footer-height);
    color: #141a22;
    background: radial-gradient(circle at 15% 32%, rgba(80, 183, 176, 0.16), transparent 30%), radial-gradient(circle at 82% 22%, rgba(91, 126, 255, 0.13), transparent 32%), linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 248, 250, 0.98) 48%, #f2f5f7 100%), url("/images/logo_black.png") no-repeat right -120px top 92px / 520px auto;
    font-family: "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

.home-modal-open {
    overflow: hidden;
}

.home-shell a {
    color: inherit;
}

.home-nav {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(20, 26, 34, 0.08);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
}

.home-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1120px, calc(100% - 40px));
    min-height: 72px;
    margin: 0 auto;
}

.home-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #151a20;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

    .home-brand:hover {
        color: #151a20;
    }

    .home-brand img {
        width: 34px;
        height: 34px;
        object-fit: contain;
    }

.home-nav__links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-theme {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    min-height: 40px;
    padding: 3px;
    border: 1px solid rgba(48, 131, 169, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px) saturate(1.18);
}

    .home-theme::before {
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: 3px;
        width: calc((100% - 6px) / 3);
        border-radius: 999px;
        background: linear-gradient(135deg, #111820, #16646b);
        box-shadow: 0 8px 18px rgba(22, 100, 107, 0.18);
        transition: transform 220ms ease;
        content: "";
    }

.home-nav__links a,
.home-nav__links button {
    min-height: 40px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    color: #4d5965;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

    .home-nav__links a:hover,
    .home-nav__links button:hover {
        color: #111820;
        background: rgba(48, 131, 169, 0.11);
    }

.home-theme button {
    position: relative;
    z-index: 1;
    min-height: 32px;
    padding: 7px 10px;
    border-radius: 999px;
}

html[data-theme-mode="light"] .home-theme::before {
    transform: translateX(100%);
}

html[data-theme-mode="dark"] .home-theme::before {
    transform: translateX(200%);
}

html[data-theme-mode="auto"] .home-theme button[data-theme-option="auto"],
html[data-theme-mode="light"] .home-theme button[data-theme-option="light"],
html[data-theme-mode="dark"] .home-theme button[data-theme-option="dark"] {
    color: #fff;
}

.home-main {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: clamp(32px, 5vw, 48px);
    align-items: center;
    min-height: 0;
    padding: clamp(34px, 6vh, 64px) 0 clamp(28px, 5vh, 48px);
}

.home-hero__content,
.home-hero__panel,
.home-focus,
.home-open-source {
    animation: home-rise 700ms ease both;
}

.home-hero__panel {
    animation-delay: 90ms;
}

.home-focus {
    animation-delay: 170ms;
}

.home-open-source {
    animation-delay: 240ms;
}

.home-kicker {
    margin: 0 0 14px;
    color: #2c7580;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-hero h1 {
    margin: 0;
    color: #101820;
    font-size: clamp(58px, 9vw, 104px);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: 0;
    text-shadow: 0 18px 48px rgba(36, 59, 72, 0.12);
}

.home-title-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(48, 131, 169, 0.16);
    border-radius: 999px;
    color: #41515d;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 12px 28px rgba(35, 73, 92, 0.08);
    backdrop-filter: blur(16px) saturate(1.18);
}

    .home-title-note span:first-child {
        color: #101820;
        font-size: 16px;
        font-weight: 800;
    }

    .home-title-note span:last-child {
        color: #2c7580;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
    }

.home-subtitle {
    max-width: 620px;
    margin: 18px 0 0;
    color: #53606b;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.65;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

    .home-button:hover {
        transform: translateY(-2px);
    }

.home-shell .home-button--primary {
    color: #fff;
    background: linear-gradient(135deg, #101820 0%, #173141 56%, #16646b 100%);
    box-shadow: 0 18px 32px rgba(22, 100, 107, 0.22);
}

    .home-shell .home-button--primary:hover {
        color: #fff;
    }

.home-button--ghost {
    color: #22313a;
    border-color: rgba(48, 131, 169, 0.24);
    background: rgba(255, 255, 255, 0.76);
}

    .home-button--ghost:hover {
        border-color: rgba(48, 131, 169, 0.46);
        box-shadow: 0 14px 28px rgba(48, 131, 169, 0.12);
    }

.home-hero__panel {
    position: relative;
    overflow: hidden;
    min-height: clamp(300px, 42vh, 380px);
    padding: clamp(24px, 3vw, 32px);
    border: 1px solid rgba(20, 26, 34, 0.08);
    border-radius: 8px;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 46%, transparent 52%) -140% 0 / 80% 100% no-repeat, linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(232, 239, 242, 0.78));
    box-shadow: 0 30px 70px rgba(44, 59, 68, 0.12);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-position 900ms ease;
}

    .home-hero__panel:hover {
        border-color: rgba(48, 131, 169, 0.24);
        box-shadow: 0 34px 78px rgba(30, 80, 102, 0.17);
        transform: translateY(-4px);
        background-position: 220% 0, 0 0;
    }

.home-panel-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 0.74;
}

    .home-panel-mark img {
        width: min(68%, 250px);
        height: auto;
        opacity: 0.9;
    }

.home-panel-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 18px 28px 17px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, rgba(16, 30, 41, 0.94), rgba(19, 77, 88, 0.92)), radial-gradient(circle at 16% 0%, rgba(110, 231, 216, 0.2), transparent 38%), radial-gradient(circle at 90% 0%, rgba(124, 156, 255, 0.14), transparent 32%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 -18px 38px rgba(21, 56, 70, 0.08);
    backdrop-filter: blur(16px) saturate(1.2);
}

    .home-panel-copy > span {
        display: block;
        margin-bottom: 7px;
        color: rgba(255, 255, 255, 0.64);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .home-panel-copy strong {
        display: block;
        font-size: clamp(18px, 1.9vw, 22px);
        line-height: 1.16;
    }

        .home-panel-copy strong > span {
            display: block;
            color: #fff;
            font-size: inherit;
            font-weight: 800;
            text-transform: none;
        }

        .home-panel-copy strong::after {
            display: block;
            width: 56px;
            height: 2px;
            margin-top: 9px;
            border-radius: 999px;
            background: linear-gradient(90deg, #6ee7d8, #7c9cff);
            content: "";
        }

.home-focus {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    overflow: visible;
    margin: 0 0 56px;
    border: 0;
    border-radius: 0;
    background: transparent;
    perspective: 1200px;
}

    .home-focus article {
        position: relative;
        overflow: hidden;
        min-height: 188px;
        padding: 28px;
        border: 1px solid rgba(255, 255, 255, 0.72);
        border-radius: 8px;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.52)), radial-gradient(circle at 18% 12%, rgba(110, 231, 216, 0.2), transparent 34%), radial-gradient(circle at 88% 10%, rgba(124, 156, 255, 0.16), transparent 28%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), inset 0 -1px 0 rgba(255, 255, 255, 0.24), 0 18px 44px rgba(40, 72, 88, 0.1);
        backdrop-filter: blur(20px) saturate(1.28);
        transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
    }

        .home-focus article::before {
            position: absolute;
            inset: -36% -42%;
            background: linear-gradient(118deg, transparent 24%, rgba(255, 255, 255, 0.58) 46%, rgba(255, 255, 255, 0.18) 54%, transparent 72%) -190% 0 / 88% 100% no-repeat, radial-gradient(ellipse at 22% 12%, rgba(255, 255, 255, 0.22), transparent 48%);
            filter: blur(14px);
            opacity: 0.58;
            pointer-events: none;
            transition: background-position 760ms ease, opacity 220ms ease;
            content: "";
        }

        .home-focus article::after {
            position: absolute;
            inset: auto 22px 20px auto;
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(57, 184, 169, 0.22), rgba(91, 126, 255, 0.18));
            filter: blur(2px);
            opacity: 0.28;
            pointer-events: none;
            content: "";
        }

        .home-focus article:hover {
            z-index: 1;
            border-color: rgba(255, 255, 255, 0.96);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -1px 0 rgba(255, 255, 255, 0.32), 0 28px 62px rgba(37, 77, 98, 0.18);
        }

            .home-focus article:hover::before {
                opacity: 1;
                background-position: 220% 0, 0 0;
            }

    .home-focus span {
        display: block;
        color: #2c7580;
        font-size: 13px;
        font-weight: 800;
    }

    .home-focus h2 {
        margin: 34px 0 12px;
        color: #141a22;
        font-size: 24px;
        font-weight: 800;
    }

    .home-focus p {
        margin: 0;
        color: #5b6670;
        line-height: 1.68;
    }

.home-open-source {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    overflow: hidden;
    margin: -24px 0 72px;
    padding: 30px 32px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.5)), radial-gradient(circle at 8% 12%, rgba(110, 231, 216, 0.2), transparent 32%), radial-gradient(circle at 96% 24%, rgba(124, 156, 255, 0.18), transparent 30%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), inset 0 -1px 0 rgba(255, 255, 255, 0.26), 0 20px 48px rgba(40, 72, 88, 0.1);
    backdrop-filter: blur(22px) saturate(1.25);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

    .home-open-source::before {
        position: absolute;
        inset: -36% -42%;
        background: linear-gradient(118deg, transparent 24%, rgba(255, 255, 255, 0.52) 46%, rgba(255, 255, 255, 0.16) 54%, transparent 72%) -190% 0 / 78% 100% no-repeat, radial-gradient(ellipse at 22% 12%, rgba(255, 255, 255, 0.18), transparent 48%);
        filter: blur(14px);
        pointer-events: none;
        transition: background-position 700ms ease;
        content: "";
    }

    .home-open-source:hover {
        border-color: rgba(255, 255, 255, 0.96);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -1px 0 rgba(255, 255, 255, 0.34), 0 30px 68px rgba(37, 77, 98, 0.18);
        transform: translateY(-5px);
    }

        .home-open-source:hover::before {
            background-position: 220% 0, 0 0;
        }

    .home-open-source > * {
        position: relative;
    }

    .home-open-source span {
        display: block;
        margin-bottom: 10px;
        color: #2c7580;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .home-open-source h2 {
        margin: 0;
        color: #141a22;
        font-size: 28px;
        font-weight: 800;
    }

    .home-open-source p {
        max-width: 680px;
        margin: 12px 0 0;
        color: #5b6670;
        line-height: 1.72;
    }

    .home-open-source a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 12px 20px;
        border: 1px solid rgba(48, 131, 169, 0.24);
        border-radius: 999px;
        color: #15212b;
        background: rgba(255, 255, 255, 0.72);
        font-weight: 800;
        text-decoration: none;
        white-space: nowrap;
        transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    }

        .home-open-source a:hover {
            border-color: rgba(48, 131, 169, 0.5);
            box-shadow: 0 14px 28px rgba(48, 131, 169, 0.13);
            transform: translateY(-2px);
        }

.home-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.72), rgba(245, 251, 252, 0.58)), radial-gradient(circle at 12% 0%, rgba(110, 231, 216, 0.28), transparent 36%), radial-gradient(circle at 82% 0%, rgba(124, 156, 255, 0.22), transparent 34%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), inset 0 -1px 0 rgba(255, 255, 255, 0.22), 0 -22px 58px rgba(35, 73, 92, 0.16), 0 -1px 24px rgba(83, 171, 181, 0.12);
    backdrop-filter: blur(26px) saturate(1.32);
}

.home-footer__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0;
    color: #6a747d;
    font-size: 12px;
    line-height: 1.8;
}

.home-footer p {
    margin: 0;
}

.home-footer a {
    color: #365f72;
    text-decoration: none;
}

    .home-footer a:hover {
        text-decoration: underline;
    }

html[data-theme="dark"] .home-shell {
    color: #edf7f8;
    background: radial-gradient(circle at 14% 30%, rgba(60, 210, 195, 0.18), transparent 30%), radial-gradient(circle at 84% 18%, rgba(116, 144, 255, 0.18), transparent 34%), linear-gradient(180deg, rgba(7, 13, 18, 0.98) 0%, rgba(10, 18, 24, 0.98) 48%, #081017 100%), url("/images/logo_black.png") no-repeat right -120px top 92px / 520px auto;
}

html[data-theme="dark"] .home-nav {
    border-bottom-color: rgba(255, 255, 255, 0.08);
    background: rgba(8, 14, 20, 0.76);
}

html[data-theme="dark"] .home-brand,
html[data-theme="dark"] .home-brand:hover,
html[data-theme="dark"] .home-hero h1,
html[data-theme="dark"] .home-title-note span:first-child,
html[data-theme="dark"] .home-focus h2,
html[data-theme="dark"] .home-open-source h2,
html[data-theme="dark"] .home-contact h2 {
    color: #f5fbfc;
}

    html[data-theme="dark"] .home-brand img,
    html[data-theme="dark"] .home-panel-mark img {
        filter: invert(1);
        opacity: 0.86;
    }

html[data-theme="dark"] .home-nav__links a,
html[data-theme="dark"] .home-nav__links button {
    color: #b6c8d0;
}

    html[data-theme="dark"] .home-nav__links a:hover,
    html[data-theme="dark"] .home-nav__links button:hover {
        color: #f5fbfc;
        background: rgba(110, 231, 216, 0.12);
    }

html[data-theme="dark"] .home-theme {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .home-kicker,
html[data-theme="dark"] .home-title-note span:last-child,
html[data-theme="dark"] .home-focus span,
html[data-theme="dark"] .home-open-source span,
html[data-theme="dark"] .home-contact__label,
html[data-theme="dark"] .home-contact .home-contact__hint {
    color: #6ee7d8;
}

html[data-theme="dark"] .home-subtitle,
html[data-theme="dark"] .home-focus p,
html[data-theme="dark"] .home-open-source p,
html[data-theme="dark"] .home-contact p {
    color: #a8bac3;
}

html[data-theme="dark"] .home-title-note {
    color: #a8bac3;
    border-color: rgba(110, 231, 216, 0.14);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 28px rgba(0, 0, 0, 0.18);
}

html[data-theme="dark"] .home-button--ghost {
    color: #eef9fa;
    border-color: rgba(110, 231, 216, 0.22);
    background: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .home-hero__panel {
    border-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.14) 46%, transparent 52%) -140% 0 / 80% 100% no-repeat, linear-gradient(145deg, rgba(17, 28, 36, 0.82), rgba(8, 17, 24, 0.78));
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .home-panel-copy {
    border-top-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, rgba(6, 14, 20, 0.94), rgba(11, 65, 74, 0.9)), radial-gradient(circle at 16% 0%, rgba(110, 231, 216, 0.2), transparent 38%), radial-gradient(circle at 90% 0%, rgba(124, 156, 255, 0.16), transparent 32%);
}

html[data-theme="dark"] .home-focus article,
html[data-theme="dark"] .home-open-source {
    border-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)), radial-gradient(circle at 18% 12%, rgba(110, 231, 216, 0.16), transparent 34%), radial-gradient(circle at 88% 10%, rgba(124, 156, 255, 0.14), transparent 28%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.04), 0 18px 44px rgba(0, 0, 0, 0.22);
}

    html[data-theme="dark"] .home-focus article::before,
    html[data-theme="dark"] .home-open-source::before {
        inset: -38% -46%;
        background: linear-gradient(122deg, transparent 28%, rgba(255, 255, 255, 0.22) 47%, rgba(255, 255, 255, 0.06) 56%, transparent 74%) -190% 0 / 82% 100% no-repeat, radial-gradient(ellipse at 22% 10%, rgba(255, 255, 255, 0.08), transparent 46%);
        filter: blur(18px);
        opacity: 0.5;
    }

    html[data-theme="dark"] .home-focus article:hover::before,
    html[data-theme="dark"] .home-open-source:hover::before {
        opacity: 0.84;
        background-position: 220% 0, 0 0;
    }

    html[data-theme="dark"] .home-open-source a,
    html[data-theme="dark"] .home-contact__email {
        color: #f4fbfc;
        border-color: rgba(110, 231, 216, 0.18);
        background: rgba(255, 255, 255, 0.065);
    }

html[data-theme="dark"] .home-footer {
    border-top-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(120deg, rgba(11, 18, 24, 0.78), rgba(8, 20, 26, 0.66)), radial-gradient(circle at 12% 0%, rgba(110, 231, 216, 0.14), transparent 36%), radial-gradient(circle at 82% 0%, rgba(124, 156, 255, 0.12), transparent 34%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.04), 0 -22px 58px rgba(0, 0, 0, 0.3), 0 -1px 24px rgba(83, 171, 181, 0.08);
}

html[data-theme="dark"] .home-footer__inner {
    color: #9fb0b9;
}

html[data-theme="dark"] .home-footer a {
    color: #8edfd7;
}

html[data-theme="dark"] .home-contact__backdrop {
    background: rgba(0, 0, 0, 0.58);
}

html[data-theme="dark"] .home-contact__dialog {
    border-color: rgba(255, 255, 255, 0.12);
    background: radial-gradient(circle at top right, rgba(110, 231, 216, 0.14), transparent 34%), #0d171e;
}

html[data-theme="dark"] .home-contact__close {
    color: #b6c8d0;
    background: rgba(255, 255, 255, 0.08);
}

.home-contact[hidden] {
    display: none;
}

.home-contact {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: grid;
    place-items: center;
    padding: 24px;
}

.home-contact__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 23, 32, 0.42);
    backdrop-filter: blur(10px);
}

.home-contact__dialog {
    position: relative;
    width: min(420px, 100%);
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 8px;
    background: radial-gradient(circle at top right, rgba(110, 231, 216, 0.18), transparent 34%), #fff;
    box-shadow: 0 34px 82px rgba(10, 22, 32, 0.28);
    animation: home-modal-in 180ms ease both;
}

.home-contact__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    color: #63717b;
    background: rgba(20, 26, 34, 0.06);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

    .home-contact__close:hover {
        color: #101820;
        background: rgba(48, 131, 169, 0.13);
    }

.home-contact__label {
    display: block;
    margin-bottom: 14px;
    color: #2c7580;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-contact h2 {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 800;
}

.home-contact p {
    margin: 16px 0 0;
    color: #61707a;
}

.home-contact__email {
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid rgba(48, 131, 169, 0.2);
    border-radius: 8px;
    color: #101820;
    background: rgba(242, 248, 249, 0.86);
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

    .home-contact__email:hover {
        border-color: rgba(48, 131, 169, 0.48);
        box-shadow: 0 14px 30px rgba(48, 131, 169, 0.12);
        transform: translateY(-1px);
    }

.home-contact .home-contact__hint {
    min-height: 22px;
    margin-top: 12px;
    color: #2c7580;
    font-size: 13px;
    font-weight: 700;
}

@keyframes home-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes home-modal-in {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 840px) {
    .home-shell {
        --home-footer-height: 170px;
        background: radial-gradient(circle at 20% 20%, rgba(80, 183, 176, 0.14), transparent 30%), linear-gradient(180deg, #fff 0%, #f5f7f8 100%);
    }

    .home-nav__inner,
    .home-main,
    .home-footer__inner {
        width: min(100% - 28px, 640px);
    }

    .home-nav__links {
        gap: 6px;
    }

        .home-nav__links > a,
        .home-nav__links > button:not([data-theme-option]) {
            display: none;
        }

    .home-theme {
        transform: scale(0.92);
        transform-origin: right center;
    }

    .home-hero {
        grid-template-columns: 1fr;
        gap: 26px;
        min-height: auto;
        padding: 42px 0 42px;
    }

    .home-subtitle {
        margin-top: 22px;
    }

    .home-hero__panel {
        min-height: 320px;
        padding: 24px;
    }

    .home-focus {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 56px;
    }

    .home-open-source {
        display: block;
        margin-top: -18px;
        padding: 26px;
    }

        .home-open-source a {
            width: 100%;
            margin-top: 20px;
            white-space: normal;
            text-align: center;
        }

    .home-focus article {
        min-height: 176px;
        padding: 26px;
    }

    .home-focus h2 {
        margin-top: 34px;
    }

    .home-footer__inner {
        display: block;
    }

    .home-footer p + p {
        margin-top: 16px;
    }
}
