/* /Components/Layout/IdentityLayout.razor.rz.scp.css */
.identity-page[b-o0eb5ctxuf] {
    min-height: 100dvh;
    background:
        radial-gradient(circle at 100% 0, rgba(69, 173, 72, 0.12), transparent 28rem),
        #f8f9f8;
}

.identity-header[b-o0eb5ctxuf] {
    display: flex;
    align-items: center;
    min-height: 4.5rem;
    padding: 0.75rem clamp(1rem, 4vw, 3rem);
    background: #0b0b0b;
    border-bottom: 1px solid rgba(69, 173, 72, 0.48);
}

.identity-brand[b-o0eb5ctxuf] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 2.75rem;
    color: #e8e8e8;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.identity-brand:hover[b-o0eb5ctxuf] {
    color: #fff;
}

.identity-mark[b-o0eb5ctxuf] {
    width: auto;
    height: 2rem;
}

.identity-main[b-o0eb5ctxuf] {
    padding: clamp(1rem, 3vw, 2.5rem);
}

.identity-content[b-o0eb5ctxuf] {
    width: min(100%, 80rem);
    margin-inline: auto;
}

#blazor-error-ui[b-o0eb5ctxuf] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: none;
    padding: 0.8rem 3.5rem 0.8rem 1.25rem;
    color: #191919;
    background: #ffd70f;
    box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.18);
}

#blazor-error-ui .dismiss[b-o0eb5ctxuf] {
    position: absolute;
    top: 0.45rem;
    right: 0.75rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 35rem) {
    .identity-main[b-o0eb5ctxuf] {
        padding-inline: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .identity-page *[b-o0eb5ctxuf],
    .identity-page *[b-o0eb5ctxuf]::before,
    .identity-page *[b-o0eb5ctxuf]::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x4nt1bsboc] {
    --sidebar-width: min(18rem, calc(100vw - 4rem));
    --topbar-height: 4.5rem;
    min-height: 100dvh;
    background: transparent;
}

.public-page[b-x4nt1bsboc] {
    min-height: 100dvh;
    background:
        radial-gradient(circle at 100% 0, rgba(69, 173, 72, 0.12), transparent 28rem),
        #f8f9f8;
}

.public-header[b-x4nt1bsboc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.5rem;
    padding: 0.75rem clamp(1rem, 4vw, 3rem);
    background: #0b0b0b;
    border-bottom: 1px solid rgba(69, 173, 72, 0.48);
}

.public-brand[b-x4nt1bsboc] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 2.75rem;
    color: #e8e8e8;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.public-brand:hover[b-x4nt1bsboc] {
    color: #fff;
}

.public-mark[b-x4nt1bsboc] {
    width: auto;
    height: 2rem;
}

.public-header[b-x4nt1bsboc]  .public-login {
    flex: 0 0 auto;
}

.public-main[b-x4nt1bsboc] {
    width: min(100%, 80rem);
    margin-inline: auto;
    padding: clamp(1rem, 4vw, 3.5rem);
}

main[b-x4nt1bsboc] {
    min-width: 0;
    transition: margin-left 220ms ease;
}

.top-row[b-x4nt1bsboc] {
    position: sticky;
    top: 0;
    z-index: 1040;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    height: var(--topbar-height);
    color: #e8e8e8;
    background: rgba(11, 11, 11, 0.97);
    border-bottom: 1px solid rgba(69, 173, 72, 0.42);
    box-shadow: 0 0.35rem 1.25rem rgba(11, 11, 11, 0.16);
    backdrop-filter: blur(0.8rem);
    transition: margin-left 220ms ease;
}

.sidebar-toggle[b-x4nt1bsboc] {
    display: inline-grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    color: #e8e8e8;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    transition: color 120ms ease, background-color 120ms ease, border-color 120ms ease;
}

.sidebar-toggle:hover[b-x4nt1bsboc] {
    color: white;
    background: rgba(69, 173, 72, 0.16);
    border-color: #45ad48;
}

.sidebar-toggle:focus-visible[b-x4nt1bsboc] {
    outline: 0.2rem solid #45ad48;
    outline-offset: 0.15rem;
}

.sidebar-toggle svg[b-x4nt1bsboc] {
    width: 1.4rem;
    height: 1.4rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
}

.topbar-title[b-x4nt1bsboc] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #e8e8e8;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.topbar-title > span[b-x4nt1bsboc] {
    width: 0.65rem;
    height: 0.65rem;
    background: #45ad48;
    border-radius: 50%;
    box-shadow: 0 0 0 0.3rem rgba(69, 173, 72, 0.16);
}

.account-menu[b-x4nt1bsboc] {
    position: relative;
    margin-left: auto;
}

.account-menu-toggle[b-x4nt1bsboc] {
    display: inline-grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    color: #e8e8e8;
    background: transparent;
    border: 1px solid rgba(69, 173, 72, 0.72);
    border-radius: 0;
    transition: color 120ms ease, background-color 120ms ease, border-color 120ms ease;
}

.account-menu-toggle:hover[b-x4nt1bsboc],
.account-menu-toggle[aria-expanded="true"][b-x4nt1bsboc] {
    color: white;
    background: rgba(69, 173, 72, 0.16);
    border-color: #45ad48;
}

.account-menu-toggle:focus-visible[b-x4nt1bsboc] {
    outline: 0.2rem solid #45ad48;
    outline-offset: 0.15rem;
}

.account-menu-toggle svg[b-x4nt1bsboc] {
    width: 1.4rem;
    height: 1.4rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.account-menu-panel[b-x4nt1bsboc] {
    position: absolute;
    top: calc(100% + (var(--topbar-height) - 2.75rem) / 2);
    right: 0;
    z-index: 1080;
    box-sizing: border-box;
    width: min(18rem, calc(100vw - 2rem));
    padding: 0.5rem;
    color: #e8e8e8;
    background: #151515;
    border: 1px solid rgba(69, 173, 72, 0.48);
    box-shadow: 0 0.75rem 2rem rgba(5, 5, 5, 0.32);
}

.account-menu-panel[hidden][b-x4nt1bsboc] {
    display: none;
}

.account-menu-identity[b-x4nt1bsboc] {
    margin: 0;
    padding: 0.65rem 0.75rem 0.75rem;
    overflow: hidden;
    color: #b8c1b9;
    font-size: 0.9rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(69, 173, 72, 0.26);
}

.account-menu-actions[b-x4nt1bsboc] {
    padding-top: 0.35rem;
}

.account-menu-form[b-x4nt1bsboc] {
    margin: 0;
}

.account-menu-item[b-x4nt1bsboc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-sizing: border-box;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.7rem 0.75rem;
    color: #e8e8e8;
    font: inherit;
    line-height: 1.25rem;
    text-align: left;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.account-menu-item:hover[b-x4nt1bsboc],
.account-menu-item:focus[b-x4nt1bsboc] {
    color: white;
    background: rgba(69, 173, 72, 0.16);
}

.account-menu-item:focus-visible[b-x4nt1bsboc] {
    outline: 0.2rem solid #45ad48;
    outline-offset: -0.2rem;
}

.account-menu-item svg[b-x4nt1bsboc] {
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.sidebar[b-x4nt1bsboc] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    width: var(--sidebar-width);
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 0, rgba(69, 173, 72, 0.18), transparent 15rem),
        linear-gradient(180deg, #151515 0%, #0b0b0b 100%);
    border-right: 1px solid rgba(69, 173, 72, 0.48);
    box-shadow: 0.75rem 0 2.5rem rgba(5, 5, 5, 0.22);
    transform: translateX(-102%);
    transition: transform 220ms ease, visibility 220ms;
    visibility: hidden;
    will-change: transform;
}

.sidebar-open:not(.sidebar-closed) .sidebar[b-x4nt1bsboc] {
    transform: translateX(0);
    visibility: visible;
}

.sidebar-backdrop[b-x4nt1bsboc] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: block;
    padding: 0;
    background: rgba(5, 5, 5, 0.58);
    border: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.sidebar-open:not(.sidebar-closed) .sidebar-backdrop[b-x4nt1bsboc] {
    opacity: 1;
    pointer-events: auto;
}

.content[b-x4nt1bsboc] {
    width: min(100%, 96rem);
    min-height: calc(100dvh - var(--topbar-height));
    margin-inline: auto;
    padding-top: clamp(1.25rem, 2vw, 2.25rem);
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .page[b-x4nt1bsboc] {
        --sidebar-width: 17rem;
    }

    .sidebar-pinned:not(.sidebar-closed) .sidebar[b-x4nt1bsboc] {
        transform: translateX(0);
        visibility: visible;
    }

    .sidebar-pinned:not(.sidebar-closed) .page > main[b-x4nt1bsboc],
    .sidebar-pinned:not(.sidebar-closed) .page > .top-row[b-x4nt1bsboc] {
        margin-left: var(--sidebar-width);
    }

    .sidebar-pinned .sidebar-backdrop[b-x4nt1bsboc] {
        opacity: 0;
        pointer-events: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    main[b-x4nt1bsboc],
    .top-row[b-x4nt1bsboc],
    .sidebar[b-x4nt1bsboc],
    .sidebar-backdrop[b-x4nt1bsboc] {
        transition: none;
    }
}

#blazor-error-ui[b-x4nt1bsboc] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: none;
    padding: 0.8rem 3.5rem 0.8rem 1.25rem;
    color: #191919;
    background: #ffd70f;
    box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.18);
}

#blazor-error-ui .dismiss[b-x4nt1bsboc] {
    position: absolute;
    top: 0.55rem;
    right: 0.75rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 30rem) {
    .public-header[b-x4nt1bsboc] {
        align-items: stretch;
        flex-direction: column;
    }

    .public-header[b-x4nt1bsboc]  .public-login {
        width: 100%;
    }

    .public-main[b-x4nt1bsboc] {
        padding-inline: 0.75rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-content[b-mv5jpp7j5l] {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #e8e8e8;
}

.sidebar-header[b-mv5jpp7j5l] {
    display: flex;
    flex: 0 0 var(--topbar-height);
    align-items: center;
    gap: 0.5rem;
    box-sizing: border-box;
    height: var(--topbar-height);
    min-height: var(--topbar-height);
    padding: 0.5rem 0.75rem 0.5rem 1rem;
    border-bottom: 1px solid rgba(69, 173, 72, 0.26);
}

.sidebar-brand[b-mv5jpp7j5l] {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    color: #e8e8e8;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.015em;
    line-height: 1.15;
    text-decoration: none;
}

.sidebar-brand:hover[b-mv5jpp7j5l] {
    color: white;
}

.sidebar-logo[b-mv5jpp7j5l] {
    display: block;
    flex: 0 0 auto;
    width: 4.8rem;
    height: auto;
    margin-right: 0.7rem;
}

.pin-toggle[b-mv5jpp7j5l] {
    display: inline-grid;
    flex: 0 0 2.25rem;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    color: #b8c1b9;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    transition: color 120ms ease, background-color 120ms ease, border-color 120ms ease;
}

.pin-toggle:hover[b-mv5jpp7j5l],
.pin-toggle:focus-visible[b-mv5jpp7j5l] {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.12);
}

.pin-toggle:focus-visible[b-mv5jpp7j5l] {
    outline: 3px solid rgba(114, 167, 219, 0.45);
    outline-offset: 1px;
}

.pin-toggle[aria-pressed="true"][b-mv5jpp7j5l] {
    color: #8dde90;
    background: rgba(69, 173, 72, 0.16);
}

.pin-icon[b-mv5jpp7j5l] {
    width: 1.1rem;
    height: 1.1rem;
    fill: currentColor;
    transform: rotate(-42deg);
    transition: transform 160ms ease;
}

.pin-toggle[aria-pressed="true"] .pin-icon[b-mv5jpp7j5l] {
    transform: rotate(0);
}

.nav-scrollable[b-mv5jpp7j5l] {
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-top: 0.85rem;
}

.bi[b-mv5jpp7j5l] {
    position: relative;
    top: -1px;
    display: inline-block;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mv5jpp7j5l] {
    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.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-building-fill-nav-menu[b-mv5jpp7j5l] {
    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.5 15V3.5A.5.5 0 0 1 7 3h5a.5.5 0 0 1 .5.5V15h1a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1h1V6.5A.5.5 0 0 1 4 6h2.5ZM8 4v1h1V4H8Zm2 0v1h1V4h-1ZM8 6v1h1V6H8Zm2 0v1h1V6h-1ZM8 8v1h1V8H8Zm2 0v1h1V8h-1Zm-5-1v1h1V7H5Zm0 2v1h1V9H5Zm0 2v1h1v-1H5Zm0 2v2h1v-2H5Zm3-2v4h3v-4H8Z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-mv5jpp7j5l] {
    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%3Ccircle cx='6' cy='5' r='3'/%3E%3Ccircle cx='11.5' cy='6' r='2.5'/%3E%3Cpath d='M0 14c0-3 2.5-5 6-5s6 2 6 5v1H0v-1Zm10-4.5c3.4.2 6 1.8 6 4.5v1h-3v-1c0-1.7-.8-3.2-2.2-4.3L10 9.5Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-mv5jpp7j5l] {
    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.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A1.5 1.5 0 0 0 3 1.5V14a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V1.5A1.5 1.5 0 0 0 11.5 0h-7zM4 1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v9.086A2 2 0 0 0 11 10H5a2 2 0 0 0-1 .586V1.5zM5 11h6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.nav-item[b-mv5jpp7j5l] {
    padding-bottom: 0.35rem;
    font-size: 0.925rem;
}

.nav-item:last-of-type[b-mv5jpp7j5l] {
    padding-bottom: 1rem;
}

.nav-item[b-mv5jpp7j5l]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 2.85rem;
    padding: 0.7rem 1rem;
    color: #d7dbd7;
    line-height: 1.25rem;
    text-align: left;
    text-decoration: none;
    background: none;
    border: none;
    border-radius: 0;
    transition: background-color 120ms ease, color 120ms ease;
}

.nav-item[b-mv5jpp7j5l]  .nav-link.active {
    color: white;
    background: linear-gradient(135deg, #45ad48, #368541);
    box-shadow: 0 0.35rem 0.9rem rgba(54, 133, 65, 0.24);
}

.nav-item[b-mv5jpp7j5l]  .nav-link:hover {
    color: white;
    background-color: rgba(69, 173, 72, 0.15);
}

.nav-item[b-mv5jpp7j5l]  .nav-link:focus-visible {
    outline: 0.2rem solid #45ad48;
    outline-offset: 1px;
}

@media (prefers-reduced-motion: reduce) {
    .pin-icon[b-mv5jpp7j5l] {
        transition: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-a0g7wmnb9i],
.components-reconnect-repeated-attempt-visible[b-a0g7wmnb9i],
.components-reconnect-failed-visible[b-a0g7wmnb9i],
.components-pause-visible[b-a0g7wmnb9i],
.components-resume-failed-visible[b-a0g7wmnb9i],
.components-rejoining-animation[b-a0g7wmnb9i] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-a0g7wmnb9i],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-a0g7wmnb9i],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-a0g7wmnb9i],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-a0g7wmnb9i],
#components-reconnect-modal.components-reconnect-retrying[b-a0g7wmnb9i],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-a0g7wmnb9i],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-a0g7wmnb9i],
#components-reconnect-modal.components-reconnect-failed[b-a0g7wmnb9i],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-a0g7wmnb9i] {
    display: block;
}


#components-reconnect-modal[b-a0g7wmnb9i] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0;
    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-a0g7wmnb9i 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-a0g7wmnb9i 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-a0g7wmnb9i 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-a0g7wmnb9i]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-a0g7wmnb9i 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-a0g7wmnb9i {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-a0g7wmnb9i {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-a0g7wmnb9i {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-a0g7wmnb9i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-a0g7wmnb9i] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-a0g7wmnb9i] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 0;
}

    #components-reconnect-modal button:hover[b-a0g7wmnb9i] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-a0g7wmnb9i] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-a0g7wmnb9i] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-a0g7wmnb9i] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-a0g7wmnb9i 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-a0g7wmnb9i] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-a0g7wmnb9i {
    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-hero[b-zrzg9f5js3] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.8fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
    justify-items: center;
    width: min(100%, 72rem);
    min-height: calc(100dvh - 11.5rem);
    margin-inline: auto;
}

.landing-intro[b-zrzg9f5js3] {
    width: 100%;
    max-width: 43rem;
}

.landing-eyebrow[b-zrzg9f5js3],
.request-kicker[b-zrzg9f5js3] {
    margin-bottom: 0.75rem;
    color: #287033;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.landing-intro h1[b-zrzg9f5js3] {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1.25rem);
    max-width: 13ch;
    margin-bottom: 1.5rem;
    font-size: clamp(2.5rem, 2rem + 2.5vw, 4.75rem);
}

.landing-heading-image[b-zrzg9f5js3] {
    flex: 0 0 auto;
    width: clamp(4rem, 8vw, 6.5rem);
    height: auto;
}

.landing-summary[b-zrzg9f5js3] {
    max-width: 38rem;
    margin-bottom: 1.5rem;
    color: #4b4b4b;
    font-size: clamp(1.05rem, 1rem + 0.25vw, 1.25rem);
}

.landing-feature-heading[b-zrzg9f5js3] {
    margin-bottom: 0.75rem;
}

.landing-feature-list[b-zrzg9f5js3] {
    max-width: 40rem;
    margin-bottom: 2rem;
    padding-left: 1.25rem;
    color: #343434;
}

.landing-feature-list li + li[b-zrzg9f5js3] {
    margin-top: 0.45rem;
}

.landing-feature-list a[b-zrzg9f5js3] {
    color: #287033;
    font-weight: 700;
}

.landing-feature-list a:hover[b-zrzg9f5js3] {
    color: #174f20;
}

.landing-feature-list a:focus-visible[b-zrzg9f5js3] {
    outline: 0.2rem solid #287033;
    outline-offset: 0.15rem;
}

.request-card[b-zrzg9f5js3] {
    width: 100%;
    max-width: 34rem;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background: #fff;
    border: 1px solid #dfe3df;
    box-shadow: 0 0.85rem 2.5rem rgba(11, 11, 11, 0.1);
}

.request-card header[b-zrzg9f5js3] {
    margin-bottom: 1.5rem;
}

.request-card .form-control[b-zrzg9f5js3] {
    min-height: 2.75rem;
}

.request-card .btn:disabled[b-zrzg9f5js3] {
    color: #fff;
    background: #4b4b4b;
    border-color: #4b4b4b;
    opacity: 1;
}

@media (max-width: 55rem) {
    .landing-hero[b-zrzg9f5js3] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .landing-intro h1[b-zrzg9f5js3] {
        max-width: 16ch;
    }

}

@media (max-width: 30rem) {
    .landing-intro .btn[b-zrzg9f5js3] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-hero *[b-zrzg9f5js3],
    .landing-hero *[b-zrzg9f5js3]::before,
    .landing-hero *[b-zrzg9f5js3]::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
