/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rc9p7cpijh] {
    min-height: 100vh;
    display: flex;
    background: var(--app-bg);
}

main[b-rc9p7cpijh] {
    min-width: 0;
    flex: 1;
}

.sidebar[b-rc9p7cpijh] {
    width: 280px;
    min-height: 100vh;
    position: sticky;
    top: 0;
    align-self: flex-start;
    background:
        radial-gradient(circle at 18% 0%, rgba(32, 227, 255, 0.18), transparent 18rem),
        linear-gradient(180deg, #070a12 0%, #0b1220 62%, #060913 100%);
    box-shadow: 16px 0 40px rgba(15, 35, 63, 0.12);
}

.top-row[b-rc9p7cpijh] {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--app-border);
    background: rgba(247, 250, 252, 0.86);
    backdrop-filter: blur(16px);
}

.top-row-title[b-rc9p7cpijh] {
    display: block;
    font-weight: 800;
    color: var(--app-ink);
    line-height: 1.1;
}

.top-row-subtitle[b-rc9p7cpijh] {
    display: block;
    margin-top: 0.2rem;
    color: var(--app-muted);
    font-size: 0.86rem;
}

.top-row[b-rc9p7cpijh]  a {
    color: var(--app-ink);
    font-weight: 700;
    text-decoration: none;
}

.top-row[b-rc9p7cpijh]  a:hover {
    color: var(--app-accent);
}

.content[b-rc9p7cpijh] {
    padding: 2rem;
}

.public-content[b-rc9p7cpijh] {
    padding: 0;
}

#blazor-error-ui[b-rc9p7cpijh] {
    color-scheme: light only;
    background: #fff7ed;
    border-top: 1px solid #fed7aa;
    bottom: 0;
    box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.14);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.85rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-rc9p7cpijh] {
    margin-left: 0.75rem;
    font-weight: 700;
}

#blazor-error-ui .dismiss[b-rc9p7cpijh] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
}

@media (max-width: 760px) {
    .page[b-rc9p7cpijh] {
        display: block;
    }

    .sidebar[b-rc9p7cpijh] {
        width: 100%;
        min-height: auto;
        position: relative;
    }

    .top-row[b-rc9p7cpijh] {
        height: auto;
        min-height: 64px;
        position: relative;
    }

    .content[b-rc9p7cpijh] {
        padding: 1rem;
    }

    .public-content[b-rc9p7cpijh] {
        padding: 0;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-brand[b-xd4jezmhl3] {
    padding: 1.25rem 1.1rem 0.75rem;
}

.navbar-brand[b-xd4jezmhl3] {
    color: #fff;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    flex-direction: column;
    text-decoration: none;
}

.navbar-brand:hover[b-xd4jezmhl3] {
    color: #fff;
}

.nav-logo-card[b-xd4jezmhl3] {
    width: 205px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0.5rem 0.7rem;
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.nav-logo-card img[b-xd4jezmhl3] {
    display: block;
    width: 100%;
    height: auto;
}

.navbar-brand strong[b-xd4jezmhl3],
.navbar-brand small[b-xd4jezmhl3] {
    display: block;
    line-height: 1.1;
}

.navbar-brand strong[b-xd4jezmhl3] {
    font-size: 1.05rem;
    letter-spacing: 0.01em;
}

.navbar-brand small[b-xd4jezmhl3] {
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-toggler[b-xd4jezmhl3] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.78%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M5 8h20M5 15h20M5 22h20'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255, 255, 255, 0.08);
}

.nav-scrollable[b-xd4jezmhl3] {
    display: none;
    padding: 0.35rem 0 1.25rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xd4jezmhl3] {
    display: block;
}

.nav-section[b-xd4jezmhl3] {
    margin: 1.25rem 1.4rem 0.45rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.nav-item[b-xd4jezmhl3] {
    font-size: 0.93rem;
    padding: 0.16rem 0.9rem;
}

.nav-item[b-xd4jezmhl3]  .nav-link {
    min-height: 2.6rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.75rem;
    color: rgba(255, 255, 255, 0.78);
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
}

.nav-item[b-xd4jezmhl3]  .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.nav-item[b-xd4jezmhl3]  a.active {
    color: #fff;
    background: linear-gradient(135deg, rgba(32, 114, 184, 0.34), rgba(32, 227, 255, 0.14));
    border-color: rgba(32, 227, 255, 0.30);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.nav-item[b-xd4jezmhl3]  button.nav-link {
    cursor: pointer;
    text-align: left;
}

.bi[b-xd4jezmhl3] {
    display: inline-block;
    position: relative;
    width: 1.05rem;
    height: 1.05rem;
    margin-right: 0.65rem;
    top: -1px;
    background-size: cover;
    opacity: 0.88;
}

.bi-house-door-fill-nav-menu[b-xd4jezmhl3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.2 1.5 6.7v7.1h4.1V9.7h4.8v4.1h4.1V6.7L8 1.2Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-xd4jezmhl3],
.bi-person-fill-nav-menu[b-xd4jezmhl3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.5 6c.4-2.8 2.5-4.5 5.5-4.5s5.1 1.7 5.5 4.5h-11Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-xd4jezmhl3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.8 3.1 2 8l4.8 4.9 1.1-1.1L5 8.8h8.5V7.2H5l2.9-3-1.1-1.1Z'/%3E%3C/svg%3E");
}

@media (min-width: 761px) {
    .navbar-toggler[b-xd4jezmhl3] {
        display: none;
    }

    .nav-scrollable[b-xd4jezmhl3] {
        display: block;
        height: calc(100vh - 5.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-o9hsyqxdrp],
.components-reconnect-repeated-attempt-visible[b-o9hsyqxdrp],
.components-reconnect-failed-visible[b-o9hsyqxdrp],
.components-pause-visible[b-o9hsyqxdrp],
.components-resume-failed-visible[b-o9hsyqxdrp],
.components-rejoining-animation[b-o9hsyqxdrp] {
    display: none;
}

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


#components-reconnect-modal[b-o9hsyqxdrp] {
    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-o9hsyqxdrp 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-o9hsyqxdrp {
    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 */
.landing-page[b-032s5zel3l] {
    min-height: 100vh;
    padding: 1.25rem 4rem 4rem;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 14%, rgba(32, 227, 255, 0.20), transparent 28rem),
        radial-gradient(circle at 12% 20%, rgba(32, 114, 184, 0.30), transparent 30rem),
        linear-gradient(180deg, #070a12 0%, #0b1220 58%, #080d17 100%);
}

.landing-nav[b-032s5zel3l] {
    width: min(1180px, 100%);
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-brand[b-032s5zel3l] {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    color: #fff;
    font-size: 1.02rem;
    font-weight: 900;
    text-decoration: none;
}

.landing-brand:hover[b-032s5zel3l] {
    color: #fff;
}

.brand-logo-shell[b-032s5zel3l] {
    width: 190px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.brand-logo-shell img[b-032s5zel3l] {
    display: block;
    width: 100%;
    height: auto;
}

.landing-brand strong[b-032s5zel3l],
.landing-brand small[b-032s5zel3l] {
    display: block;
    line-height: 1.1;
}

.landing-brand small[b-032s5zel3l] {
    margin-top: 0.22rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.landing-hero[b-032s5zel3l] {
    width: min(1180px, 100%);
    min-height: calc(100vh - 120px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
    gap: 4rem;
    align-items: center;
}

.tau-kicker[b-032s5zel3l] {
    width: fit-content;
    margin-bottom: 1.15rem;
    padding: 0.48rem 0.72rem;
    border: 1px solid rgba(32, 227, 255, 0.28);
    border-radius: 999px;
    color: #9aeaf5;
    background: rgba(32, 227, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.hero-copy h1[b-032s5zel3l] {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-size: 5.05rem;
    line-height: 0.96;
    letter-spacing: 0;
}

.tau-gradient-text[b-032s5zel3l] {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, #20e3ff 0%, #6df5c8 48%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-copy p[b-032s5zel3l] {
    max-width: 650px;
    margin: 1.35rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.18rem;
    line-height: 1.65;
}

.hero-actions[b-032s5zel3l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.9rem;
}

.hero-actions .btn-outline-primary[b-032s5zel3l] {
    color: #dffbff;
    border-color: rgba(32, 227, 255, 0.42);
    background: rgba(255, 255, 255, 0.04);
}

.hero-actions .btn-outline-primary:hover[b-032s5zel3l],
.hero-actions .btn-outline-primary:focus[b-032s5zel3l] {
    color: #06111c;
    background: #20e3ff;
    border-color: #20e3ff;
}

.tau-metrics[b-032s5zel3l] {
    max-width: 650px;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.tau-metrics div[b-032s5zel3l] {
    min-height: 94px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.tau-metrics strong[b-032s5zel3l],
.tau-metrics span[b-032s5zel3l] {
    display: block;
}

.tau-metrics strong[b-032s5zel3l] {
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
}

.tau-metrics span[b-032s5zel3l] {
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
    line-height: 1.35;
}

.hero-visual[b-032s5zel3l] {
    position: relative;
    min-height: 610px;
    display: grid;
    align-content: center;
    gap: 1rem;
}

.hero-visual[b-032s5zel3l]::before {
    content: "";
    position: absolute;
    inset: 12% -7% 25% 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(32, 227, 255, 0.22), transparent 68%);
    filter: blur(16px);
}

.hero-visual > img[b-032s5zel3l] {
    position: relative;
    width: min(680px, 112%);
    max-width: none;
    height: auto;
    border-radius: var(--app-radius);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.tau-hero-panel[b-032s5zel3l] {
    position: relative;
    width: min(520px, 94%);
    margin-left: auto;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--app-radius);
    background: rgba(7, 10, 18, 0.76);
    box-shadow: 0 24px 68px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
}

.tau-hero-panel strong[b-032s5zel3l] {
    display: block;
    margin-bottom: 0.85rem;
    color: #fff;
    font-size: 1.05rem;
}

.tau-hero-panel ul[b-032s5zel3l] {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
}

.tau-hero-panel div[b-032s5zel3l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.tau-hero-panel span[b-032s5zel3l] {
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(32, 227, 255, 0.24);
    border-radius: 999px;
    color: #9aeaf5;
    background: rgba(32, 227, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 800;
}

.landing-section[b-032s5zel3l] {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 4.5rem 0 0;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2rem;
    align-items: start;
}

.landing-section h2[b-032s5zel3l] {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 3rem;
    line-height: 1.03;
}

.landing-section p[b-032s5zel3l] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.08rem;
    line-height: 1.7;
}

.feature-grid[b-032s5zel3l] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.feature-grid article[b-032s5zel3l] {
    min-height: 160px;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.feature-grid strong[b-032s5zel3l],
.feature-grid span[b-032s5zel3l] {
    display: block;
}

.feature-grid strong[b-032s5zel3l] {
    margin-bottom: 0.6rem;
    color: #fff;
    font-size: 1.05rem;
}

.feature-grid span[b-032s5zel3l] {
    color: rgba(255, 255, 255, 0.64);
    line-height: 1.55;
}

.landing-footer[b-032s5zel3l] {
    width: min(1180px, 100%);
    margin: 3rem auto 0;
    padding-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.1rem;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.92rem;
}

.landing-footer img[b-032s5zel3l] {
    width: 180px;
    height: auto;
}

@media (max-width: 1040px) {
    .landing-page[b-032s5zel3l] {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        background:
            radial-gradient(circle at 74% 10%, rgba(32, 227, 255, 0.18), transparent 22rem),
            linear-gradient(180deg, #070a12 0%, #0b1220 58%, #080d17 100%);
    }

    .landing-hero[b-032s5zel3l],
    .landing-section[b-032s5zel3l] {
        grid-template-columns: 1fr;
    }

    .landing-hero[b-032s5zel3l] {
        gap: 2rem;
        padding-top: 2rem;
    }

    .hero-copy h1[b-032s5zel3l] {
        font-size: 4.2rem;
    }

    .hero-visual[b-032s5zel3l] {
        min-height: auto;
        padding-bottom: 2rem;
    }

    .hero-visual > img[b-032s5zel3l] {
        width: 100%;
    }

    .tau-hero-panel[b-032s5zel3l] {
        width: 100%;
    }

    .landing-section h2[b-032s5zel3l] {
        font-size: 2.4rem;
    }

    .feature-grid[b-032s5zel3l] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .landing-page[b-032s5zel3l] {
        padding: 0.9rem 1rem 3rem;
        background:
            radial-gradient(circle at 70% 8%, rgba(32, 227, 255, 0.18), transparent 18rem),
            linear-gradient(180deg, #070a12 0%, #0b1220 58%, #080d17 100%);
    }

    .landing-nav[b-032s5zel3l] {
        min-height: 66px;
        gap: 0.8rem;
    }

    .brand-logo-shell[b-032s5zel3l] {
        width: 134px;
        height: 38px;
        padding: 0.42rem 0.5rem;
    }

    .landing-brand > span:last-child[b-032s5zel3l] {
        display: none;
    }

    .tau-kicker[b-032s5zel3l] {
        font-size: 0.68rem;
        line-height: 1.35;
    }

    .hero-copy h1[b-032s5zel3l] {
        font-size: 3rem;
    }

    .hero-copy p[b-032s5zel3l] {
        font-size: 1.04rem;
    }

    .tau-metrics[b-032s5zel3l] {
        grid-template-columns: 1fr;
    }

    .hero-visual > img[b-032s5zel3l] {
        margin-top: 0.5rem;
    }

    .tau-hero-panel[b-032s5zel3l] {
        padding: 1rem;
    }

    .landing-footer[b-032s5zel3l] {
        align-items: flex-start;
        flex-direction: column;
    }
}
