/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-r9ubtdcetu] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r9ubtdcetu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-u5pcao3h8u],
.components-reconnect-repeated-attempt-visible[b-u5pcao3h8u],
.components-reconnect-failed-visible[b-u5pcao3h8u],
.components-pause-visible[b-u5pcao3h8u],
.components-resume-failed-visible[b-u5pcao3h8u],
.components-rejoining-animation[b-u5pcao3h8u] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-u5pcao3h8u],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-u5pcao3h8u],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-u5pcao3h8u],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-u5pcao3h8u],
#components-reconnect-modal.components-reconnect-retrying[b-u5pcao3h8u],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-u5pcao3h8u],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-u5pcao3h8u],
#components-reconnect-modal.components-reconnect-failed[b-u5pcao3h8u],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-u5pcao3h8u] {
    display: block;
}


#components-reconnect-modal[b-u5pcao3h8u] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-u5pcao3h8u 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-u5pcao3h8u 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-u5pcao3h8u 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-u5pcao3h8u]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-u5pcao3h8u 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-u5pcao3h8u {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-u5pcao3h8u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-u5pcao3h8u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-u5pcao3h8u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-u5pcao3h8u] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-u5pcao3h8u] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-u5pcao3h8u] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-u5pcao3h8u] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-u5pcao3h8u] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-u5pcao3h8u] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-u5pcao3h8u 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-u5pcao3h8u] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-u5pcao3h8u {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.brh-site[b-tt5j50xtyh] {
    min-height: 100vh;
    overflow: hidden;
    background: #050912;
    color: #f2f6fb;
}

.brh-site *[b-tt5j50xtyh] {
    box-sizing: border-box;
}

.brh-site h1[b-tt5j50xtyh],
.brh-site h2[b-tt5j50xtyh],
.brh-site h3[b-tt5j50xtyh],
.brh-site p[b-tt5j50xtyh] {
    margin-top: 0;
}

.site-logo[b-tt5j50xtyh] {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgba(42, 143, 255, .28));
}

.site-header[b-tt5j50xtyh] {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 72px;
    padding: 0 clamp(18px, 5vw, 54px);
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(6, 11, 20, .9);
    backdrop-filter: blur(18px);
}

.site-brand[b-tt5j50xtyh] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .05em;
    white-space: nowrap;
}

.site-nav[b-tt5j50xtyh] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
    color: #91a1b4;
    font-size: .78rem;
}

.site-nav a[b-tt5j50xtyh],
.footer-nav a[b-tt5j50xtyh] {
    transition: color .18s ease;
}

.site-nav a:hover[b-tt5j50xtyh],
.footer-nav a:hover[b-tt5j50xtyh] {
    color: #f0b34a;
}

.site-version[b-tt5j50xtyh] {
    margin-left: 4px;
    padding: 7px 10px;
    border: 1px solid #344961;
    border-radius: 8px;
    color: #b5c3d2;
    font-size: .65rem;
    white-space: nowrap;
}

.language-switcher[b-tt5j50xtyh] {
    padding: 3px;
    display: flex;
    gap: 2px;
    border: 1px solid #30445c;
    border-radius: 8px;
    background: #09131f;
}

.language-switcher button[b-tt5j50xtyh] {
    min-width: 33px;
    min-height: 28px;
    padding: 0 6px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #788ba0;
    cursor: pointer;
    font-size: .62rem;
    font-weight: 600;
}

.language-switcher button.active[b-tt5j50xtyh] {
    background: #1b3045;
    color: #f0b34a;
}

.site-kicker[b-tt5j50xtyh] {
    margin-bottom: 13px;
    color: #54b7ff;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.site-heading[b-tt5j50xtyh] {
    max-width: 760px;
    margin: 0 auto 15px;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.site-lead[b-tt5j50xtyh] {
    max-width: 620px;
    margin: 0 auto;
    color: #93a4b9;
    font-size: .96rem;
    line-height: 1.65;
}

.site-button[b-tt5j50xtyh] {
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.site-button:hover[b-tt5j50xtyh] {
    transform: translateY(-2px);
}

.site-button-primary[b-tt5j50xtyh] {
    background: #eda52d;
    color: #11161c;
    box-shadow: 0 14px 34px rgba(237, 165, 45, .18);
}

.site-button-primary:hover[b-tt5j50xtyh] {
    box-shadow: 0 17px 38px rgba(237, 165, 45, .28);
}

.site-button-secondary[b-tt5j50xtyh] {
    border-color: #38506d;
    background: rgba(12, 24, 38, .72);
    color: #e3ecf6;
}

.site-button-secondary:hover[b-tt5j50xtyh] {
    border-color: #537293;
}

.site-hero[b-tt5j50xtyh] {
    position: relative;
    min-height: 630px;
    padding: 62px clamp(18px, 5vw, 54px) 55px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
    align-items: center;
    gap: clamp(24px, 5vw, 58px);
    background:
        radial-gradient(circle at 76% 40%, rgba(0, 116, 255, .24), transparent 31%),
        radial-gradient(circle at 67% 44%, rgba(255, 151, 18, .13), transparent 14%),
        linear-gradient(145deg, #070d18 0%, #050912 62%);
}

.site-hero[b-tt5j50xtyh]::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    mask-image: linear-gradient(to bottom, black, transparent 82%);
    pointer-events: none;
}

.hero-copy[b-tt5j50xtyh],
.hero-emblem[b-tt5j50xtyh] {
    position: relative;
    z-index: 1;
}

.hero-copy h1[b-tt5j50xtyh] {
    max-width: 700px;
    margin-bottom: 20px;
    font-size: clamp(2.8rem, 7.2vw, 5rem);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .98;
}

.hero-copy h1 span[b-tt5j50xtyh] {
    color: #f0a832;
}

.hero-lead[b-tt5j50xtyh] {
    max-width: 590px;
    margin-bottom: 26px;
    color: #99a9bb;
    font-size: 1.02rem;
    line-height: 1.62;
}

.hero-actions[b-tt5j50xtyh] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-note[b-tt5j50xtyh] {
    width: 100%;
    margin-top: 3px;
    color: #6f8298;
    font-size: .68rem;
}

.hero-trust[b-tt5j50xtyh] {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    color: #8da0b6;
    font-size: .72rem;
}

.hero-trust span[b-tt5j50xtyh],
.local-list span[b-tt5j50xtyh] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-trust b[b-tt5j50xtyh],
.local-list b[b-tt5j50xtyh] {
    color: #5fcf9c;
}

.hero-emblem[b-tt5j50xtyh] {
    min-height: 440px;
    display: grid;
    place-items: center;
}

.hero-ring[b-tt5j50xtyh] {
    position: absolute;
    width: min(420px, 90%);
    aspect-ratio: 1;
    border: 1px solid rgba(72, 163, 255, .2);
    border-radius: 50%;
}

.hero-ring[b-tt5j50xtyh]::before,
.hero-ring[b-tt5j50xtyh]::after {
    position: absolute;
    inset: 11%;
    border: 1px solid rgba(255, 166, 43, .14);
    border-radius: 50%;
    content: "";
}

.hero-ring[b-tt5j50xtyh]::after {
    inset: 25%;
    border-color: rgba(86, 178, 255, .15);
}

.hero-logo[b-tt5j50xtyh] {
    position: relative;
    z-index: 1;
    width: min(350px, 76%);
    height: min(350px, 76%);
    object-fit: contain;
    filter: drop-shadow(0 32px 54px rgba(0, 91, 255, .4)) drop-shadow(0 9px 26px rgba(255, 142, 0, .26));
}

.hero-side-label[b-tt5j50xtyh] {
    position: absolute;
    right: 5%;
    bottom: 10%;
    padding: 9px 11px;
    border: 1px solid rgba(85, 164, 244, .28);
    border-radius: 8px;
    background: rgba(8, 18, 31, .78);
    color: #8fb7df;
    font-size: .58rem;
    letter-spacing: .08em;
}

.site-ribbon[b-tt5j50xtyh] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #1f2c3d;
    border-bottom: 1px solid #1f2c3d;
    background: #08101b;
}

.site-ribbon div[b-tt5j50xtyh] {
    padding: 20px clamp(12px, 3vw, 28px);
    border-right: 1px solid #1f2c3d;
}

.site-ribbon div:last-child[b-tt5j50xtyh] {
    border-right: 0;
}

.site-ribbon strong[b-tt5j50xtyh] {
    display: block;
    margin-bottom: 5px;
    color: #e5edf5;
    font-size: .8rem;
    font-weight: 600;
}

.site-ribbon span[b-tt5j50xtyh] {
    color: #708299;
    font-size: .65rem;
}

.site-showcase[b-tt5j50xtyh] {
    padding: 86px clamp(18px, 5vw, 54px) 94px;
    background: #07101a;
    text-align: center;
    scroll-margin-top: 72px;
}

.app-stage[b-tt5j50xtyh] {
    position: relative;
    max-width: 850px;
    margin: 48px auto 0;
    padding: 0 34px;
}

.app-stage[b-tt5j50xtyh]::before {
    position: absolute;
    inset: 12% 0 -8%;
    border-radius: 50%;
    background: rgba(14, 99, 188, .18);
    content: "";
    filter: blur(40px);
}

.app-window[b-tt5j50xtyh] {
    position: relative;
    overflow: hidden;
    border: 1px solid #354b60;
    border-radius: 13px;
    background: #101a24;
    box-shadow: 0 36px 90px rgba(0, 0, 0, .48);
    text-align: left;
    transform: perspective(1400px) rotateX(2deg);
}

.app-titlebar[b-tt5j50xtyh] {
    min-height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #30404d;
    background: #18232d;
    color: #8193a2;
    font-size: .6rem;
}

.app-dots[b-tt5j50xtyh] {
    display: flex;
    gap: 5px;
}

.app-dots i[b-tt5j50xtyh] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5a6873;
}

.app-body[b-tt5j50xtyh] {
    min-height: 430px;
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr);
}

.app-nav[b-tt5j50xtyh] {
    padding: 16px 10px;
    border-right: 1px solid #293946;
    display: grid;
    align-content: start;
    gap: 6px;
    background: #0c141c;
}

.app-nav span[b-tt5j50xtyh] {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7d8e9d;
    font-size: .66rem;
}

.app-nav span.active[b-tt5j50xtyh] {
    background: #1c2a36;
    color: #f0b449;
}

.app-nav i[b-tt5j50xtyh] {
    font-style: normal;
}

.app-main[b-tt5j50xtyh] {
    min-width: 0;
    padding: 20px;
}

.app-head[b-tt5j50xtyh] {
    margin-bottom: 17px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

.app-head h3[b-tt5j50xtyh] {
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: 600;
}

.app-head p[b-tt5j50xtyh] {
    margin-bottom: 0;
    color: #798b9b;
    font-size: .62rem;
}

.app-live[b-tt5j50xtyh] {
    padding: 7px 9px;
    border: 1px solid #235b47;
    border-radius: 7px;
    background: #123126;
    color: #78cba2;
    font-size: .56rem;
    white-space: nowrap;
}

.app-metrics[b-tt5j50xtyh] {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.app-metric[b-tt5j50xtyh] {
    padding: 12px;
    border: 1px solid #293b49;
    border-radius: 8px;
    background: #16232d;
}

.app-metric span[b-tt5j50xtyh] {
    display: block;
    margin-bottom: 7px;
    color: #798d9d;
    font-size: .52rem;
}

.app-metric strong[b-tt5j50xtyh] {
    font-size: .92rem;
    font-weight: 600;
}

.app-grid[b-tt5j50xtyh] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(180px, .6fr);
    gap: 10px;
}

.app-panel[b-tt5j50xtyh] {
    padding: 13px;
    border: 1px solid #293b49;
    border-radius: 8px;
    background: #121e28;
}

.app-panel h3[b-tt5j50xtyh] {
    margin-bottom: 8px;
    font-size: .68rem;
    font-weight: 600;
}

.app-chart[b-tt5j50xtyh] {
    width: 100%;
    height: 145px;
}

.app-chart .grid[b-tt5j50xtyh] {
    stroke: #2a3a46;
}

.app-chart .line[b-tt5j50xtyh] {
    fill: none;
    stroke: #e7ab39;
    stroke-width: 2.5;
}

.app-feed[b-tt5j50xtyh] {
    display: grid;
    gap: 7px;
}

.app-feed div[b-tt5j50xtyh] {
    padding: 8px 0;
    border-bottom: 1px solid #273744;
    color: #9aabba;
    font-size: .56rem;
}

.app-feed div:last-child[b-tt5j50xtyh] {
    border-bottom: 0;
}

.app-feed b[b-tt5j50xtyh] {
    display: block;
    margin-bottom: 3px;
    color: #dbe5ec;
    font-weight: 600;
}

.site-features[b-tt5j50xtyh] {
    padding: 86px clamp(18px, 5vw, 54px);
    background: #050a12;
    scroll-margin-top: 72px;
}

.features-head[b-tt5j50xtyh] {
    margin-bottom: 45px;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(280px, .6fr);
    align-items: end;
    gap: 40px;
}

.features-head .site-heading[b-tt5j50xtyh],
.features-head .site-lead[b-tt5j50xtyh] {
    margin: 0;
}

.features-grid[b-tt5j50xtyh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.feature-item[b-tt5j50xtyh] {
    position: relative;
    min-height: 235px;
    overflow: hidden;
    padding: 25px;
    border: 1px solid #24364a;
    border-radius: 12px;
    background: linear-gradient(145deg, #0c1622, #09111b);
}

.feature-item[b-tt5j50xtyh]::after {
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(28, 119, 222, .12);
    content: "";
    filter: blur(10px);
}

.feature-icon[b-tt5j50xtyh] {
    width: 38px;
    height: 38px;
    margin-bottom: 40px;
    border: 1px solid #345778;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: #10243a;
    color: #63b8ff;
    font-size: .65rem;
    font-weight: 600;
}

.feature-icon.warm[b-tt5j50xtyh] {
    border-color: #6f4c23;
    background: #2b1d0f;
    color: #efa942;
}

.feature-item h3[b-tt5j50xtyh] {
    margin-bottom: 8px;
    font-size: 1.08rem;
    font-weight: 600;
}

.feature-item p[b-tt5j50xtyh] {
    max-width: 390px;
    margin-bottom: 0;
    color: #8496aa;
    font-size: .8rem;
    line-height: 1.6;
}

.site-flow[b-tt5j50xtyh] {
    padding: 86px clamp(18px, 5vw, 54px);
    background:
        radial-gradient(circle at 50% 30%, rgba(18, 102, 200, .16), transparent 35%),
        #07101a;
    text-align: center;
    scroll-margin-top: 72px;
}

.flow-line[b-tt5j50xtyh] {
    max-width: 840px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 14px;
}

.flow-step[b-tt5j50xtyh] {
    min-height: 190px;
    padding: 24px;
    border: 1px solid #2b4057;
    border-radius: 12px;
    background: rgba(11, 23, 36, .86);
    text-align: left;
}

.flow-number[b-tt5j50xtyh] {
    display: block;
    margin-bottom: 38px;
    color: #4daaf8;
    font-size: .64rem;
    letter-spacing: .12em;
}

.flow-step h3[b-tt5j50xtyh] {
    margin-bottom: 8px;
    font-size: .98rem;
    font-weight: 600;
}

.flow-step p[b-tt5j50xtyh] {
    margin-bottom: 0;
    color: #8497ab;
    font-size: .72rem;
    line-height: 1.55;
}

.flow-arrow[b-tt5j50xtyh] {
    color: #45627e;
    font-size: 1.3rem;
}

.site-local[b-tt5j50xtyh] {
    padding: 92px clamp(18px, 5vw, 54px);
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(300px, .7fr);
    align-items: center;
    gap: clamp(28px, 6vw, 76px);
    background: #050a12;
}

.local-copy .site-heading[b-tt5j50xtyh],
.local-copy .site-lead[b-tt5j50xtyh] {
    margin-left: 0;
}

.local-list[b-tt5j50xtyh] {
    margin-top: 25px;
    display: grid;
    gap: 12px;
    color: #b9c6d3;
    font-size: .74rem;
}

.local-visual[b-tt5j50xtyh] {
    position: relative;
    min-height: 330px;
    display: grid;
    place-items: center;
}

.local-orbit[b-tt5j50xtyh] {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid #24465e;
    border-radius: 50%;
}

.local-orbit[b-tt5j50xtyh]::before {
    position: absolute;
    inset: 17%;
    border: 1px solid #2c526c;
    border-radius: 50%;
    content: "";
}

.local-core[b-tt5j50xtyh] {
    position: relative;
    width: 118px;
    height: 118px;
    border: 1px solid #31678c;
    border-radius: 28px;
    display: grid;
    place-items: center;
    background: #0e2130;
    color: #65bbf8;
    box-shadow: 0 0 55px rgba(25, 128, 223, .2);
    font-size: 2.6rem;
}

.local-label[b-tt5j50xtyh] {
    position: absolute;
    padding: 8px 10px;
    border: 1px solid #2d4559;
    border-radius: 8px;
    background: #09131e;
    color: #8fa4b7;
    font-size: .6rem;
}

.local-label.one[b-tt5j50xtyh] {
    top: 18%;
    right: 1%;
}

.local-label.two[b-tt5j50xtyh] {
    bottom: 17%;
    left: 0;
}

.local-label.three[b-tt5j50xtyh] {
    right: 6%;
    bottom: 5%;
}

.site-download[b-tt5j50xtyh] {
    position: relative;
    overflow: hidden;
    padding: 100px clamp(18px, 5vw, 54px);
    border-top: 1px solid #223247;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 112, 255, .24), transparent 32%),
        linear-gradient(180deg, #07101a, #050912);
    text-align: center;
    scroll-margin-top: 72px;
}

.download-logo[b-tt5j50xtyh] {
    width: 126px;
    height: 126px;
    margin: 0 auto 24px;
    object-fit: contain;
    filter: drop-shadow(0 20px 34px rgba(0, 103, 255, .3)) drop-shadow(0 7px 18px rgba(255, 146, 0, .18));
}

.site-download .site-heading[b-tt5j50xtyh] {
    max-width: 650px;
}

.download-actions[b-tt5j50xtyh] {
    margin-top: 27px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.download-meta[b-tt5j50xtyh] {
    margin-top: 15px;
    color: #71849a;
    font-size: .64rem;
}

.site-footer[b-tt5j50xtyh] {
    min-height: 88px;
    padding: 20px clamp(18px, 5vw, 54px);
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #1d2b3b;
    background: #04070d;
}

.footer-nav[b-tt5j50xtyh] {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #6f8093;
    font-size: .7rem;
}

@media (max-width: 900px) {
    .site-nav[b-tt5j50xtyh] {
        display: none;
    }

    .language-switcher[b-tt5j50xtyh] {
        margin-left: auto;
    }
}

@media (max-width: 760px) {
    .site-version[b-tt5j50xtyh] {
        display: none;
    }

    .site-hero[b-tt5j50xtyh],
    .site-local[b-tt5j50xtyh] {
        grid-template-columns: 1fr;
    }

    .site-hero[b-tt5j50xtyh] {
        padding-top: 44px;
    }

    .hero-emblem[b-tt5j50xtyh] {
        min-height: 340px;
    }

    .site-ribbon[b-tt5j50xtyh] {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-ribbon div:nth-child(2)[b-tt5j50xtyh] {
        border-right: 0;
    }

    .features-head[b-tt5j50xtyh] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .features-grid[b-tt5j50xtyh] {
        grid-template-columns: 1fr;
    }

    .flow-line[b-tt5j50xtyh] {
        grid-template-columns: 1fr;
    }

    .flow-arrow[b-tt5j50xtyh] {
        justify-self: center;
        transform: rotate(90deg);
    }

    .app-body[b-tt5j50xtyh] {
        grid-template-columns: 95px minmax(0, 1fr);
    }

    .app-nav span[b-tt5j50xtyh] {
        padding: 0 7px;
    }

    .app-metrics[b-tt5j50xtyh] {
        grid-template-columns: repeat(2, 1fr);
    }

    .app-grid[b-tt5j50xtyh] {
        grid-template-columns: 1fr;
    }

    .site-local[b-tt5j50xtyh] {
        text-align: center;
    }

    .local-copy .site-heading[b-tt5j50xtyh],
    .local-copy .site-lead[b-tt5j50xtyh] {
        margin-right: auto;
        margin-left: auto;
    }

    .local-list[b-tt5j50xtyh] {
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .site-header[b-tt5j50xtyh] {
        padding-inline: 14px;
    }

    .site-brand > span[b-tt5j50xtyh] {
        display: none;
    }

    .site-logo[b-tt5j50xtyh] {
        width: 38px;
        height: 38px;
    }

    .language-switcher button[b-tt5j50xtyh] {
        min-width: 31px;
        padding-inline: 4px;
    }

    .hero-copy h1[b-tt5j50xtyh] {
        font-size: 2.75rem;
    }

    .hero-actions .site-button[b-tt5j50xtyh] {
        width: 100%;
    }

    .site-ribbon[b-tt5j50xtyh] {
        grid-template-columns: 1fr;
    }

    .site-ribbon div[b-tt5j50xtyh] {
        border-right: 0;
    }

    .app-stage[b-tt5j50xtyh] {
        padding: 0;
    }

    .app-body[b-tt5j50xtyh] {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .app-nav span[b-tt5j50xtyh] {
        justify-content: center;
        padding: 0;
        font-size: 0;
    }

    .app-nav i[b-tt5j50xtyh] {
        font-size: .7rem;
    }

    .app-head[b-tt5j50xtyh] {
        align-items: flex-start;
        flex-direction: column;
    }

    .app-metrics[b-tt5j50xtyh] {
        grid-template-columns: 1fr;
    }

    .app-metric:nth-child(n+2)[b-tt5j50xtyh] {
        display: none;
    }

    .local-orbit[b-tt5j50xtyh] {
        width: 270px;
        height: 270px;
    }

    .site-footer[b-tt5j50xtyh] {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-nav[b-tt5j50xtyh] {
        margin-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-button[b-tt5j50xtyh],
    .site-nav a[b-tt5j50xtyh],
    .footer-nav a[b-tt5j50xtyh] {
        transition: none;
    }

    html[b-tt5j50xtyh] {
        scroll-behavior: auto;
    }
}
