/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-a8l16kx2wy] {
    min-height: 100dvh;
}

.app-main[b-a8l16kx2wy] {
    min-height: 100dvh;
}

#blazor-error-ui[b-a8l16kx2wy] {
    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-a8l16kx2wy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1gttqx1d8x] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-1gttqx1d8x] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-1gttqx1d8x] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1gttqx1d8x] {
    font-size: 1.1rem;
}

.bi[b-1gttqx1d8x] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-1gttqx1d8x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' 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-plus-square-fill-nav-menu[b-1gttqx1d8x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-1gttqx1d8x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-1gttqx1d8x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1gttqx1d8x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1gttqx1d8x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1gttqx1d8x]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-1gttqx1d8x]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-1gttqx1d8x]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-1gttqx1d8x] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-1gttqx1d8x] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1gttqx1d8x] {
        display: none;
    }

    .nav-scrollable[b-1gttqx1d8x] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ncup5lcpe7],
.components-reconnect-repeated-attempt-visible[b-ncup5lcpe7],
.components-reconnect-failed-visible[b-ncup5lcpe7],
.components-pause-visible[b-ncup5lcpe7],
.components-resume-failed-visible[b-ncup5lcpe7],
.components-rejoining-animation[b-ncup5lcpe7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ncup5lcpe7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ncup5lcpe7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ncup5lcpe7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ncup5lcpe7],
#components-reconnect-modal.components-reconnect-retrying[b-ncup5lcpe7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ncup5lcpe7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ncup5lcpe7],
#components-reconnect-modal.components-reconnect-failed[b-ncup5lcpe7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ncup5lcpe7] {
    display: block;
}


#components-reconnect-modal[b-ncup5lcpe7] {
    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-ncup5lcpe7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ncup5lcpe7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ncup5lcpe7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ncup5lcpe7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ncup5lcpe7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ncup5lcpe7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ncup5lcpe7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ncup5lcpe7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ncup5lcpe7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ncup5lcpe7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ncup5lcpe7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ncup5lcpe7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ncup5lcpe7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ncup5lcpe7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ncup5lcpe7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ncup5lcpe7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ncup5lcpe7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ncup5lcpe7 {
    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-d8q3j3y78h] {
    min-height: 100dvh;
    overflow-x: hidden;
    background: linear-gradient(180deg, #f0f4f8 0%, #e4ebf3 100%);
    padding: 0 0.25rem 2rem;
}

.landing-hero[b-d8q3j3y78h] {
    position: relative;
    overflow: hidden;
    min-height: 11rem;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 1rem;
    max-width: none;
}

.hero-bg[b-d8q3j3y78h] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.hero-overlay[b-d8q3j3y78h] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14, 45, 81, 0.92) 0%, rgba(30, 77, 122, 0.82) 45%, rgba(17, 64, 112, 0.55) 100%);
}

.hero-content[b-d8q3j3y78h] {
    position: relative;
    z-index: 1;
    color: #e9f2ff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.hero-logo[b-d8q3j3y78h] {
    max-height: 35.5rem;
    margin-bottom: 0;
    display: block;
}

.hero-search[b-d8q3j3y78h] {
    width: min(100%, clamp(16rem, 62%, 44rem));
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.45rem;
    align-items: center;
    margin-top: clamp(-4.9rem, -7.4vw, -2.9rem);
}

.hero-search-input[b-d8q3j3y78h] {
    width: 100%;
}

.hero-search :deep(input.hero-search-input.rz-inputtext)[b-d8q3j3y78h],
.hero-search :deep(input.hero-search-input.rz-textbox)[b-d8q3j3y78h],
.hero-search :deep(.hero-search-input.rz-inputtext)[b-d8q3j3y78h],
.hero-search :deep(.hero-search-input.rz-textbox)[b-d8q3j3y78h] {
    width: 100%;
    min-height: clamp(2.6rem, 3.2vw, 3.1rem);
    border-radius: 1.6rem;
    border: 1px solid rgba(221, 233, 245, 0.8);
    background: rgba(255, 255, 255, 0.94);
    color: #143655;
    padding-inline: 0;
    text-align: center;
}

.hero-search :deep(input.hero-search-input::placeholder)[b-d8q3j3y78h],
.hero-search :deep(.hero-search-input::placeholder)[b-d8q3j3y78h] {
    color: #5f7690;
    text-align: center;
}

.hero-search-button[b-d8q3j3y78h] {
    width: clamp(2.6rem, 3.2vw, 3.1rem);
    height: clamp(2.6rem, 3.2vw, 3.1rem);
    border-radius: 1.6rem;
    border: 1px solid #8f5c2b;
    background: rgba(244, 234, 223, 0.95);
    color: #7a4b1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.hero-search-button:hover[b-d8q3j3y78h] {
    background: #ad6f35;
    color: #fff8ee;
    border-color: #c78645;
}

.hero-search-button:focus-visible[b-d8q3j3y78h],
.hero-search :deep(.hero-search-input .rz-textbox:focus-visible)[b-d8q3j3y78h] {
    outline: 2px solid #f0c185;
    outline-offset: 1px;
}

.hero-content h1[b-d8q3j3y78h] {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 700;
}

.hero-content p[b-d8q3j3y78h] {
    margin: 0.35rem 0 0;
    color: #ccdeef;
    font-size: 0.92rem;
}

.app-groups-panel[b-d8q3j3y78h] {
    max-width: none;
    margin: 0;
    background: #f8fbff;
    border: 1px solid #d5e0ec;
    border-radius: 1rem;
    width: 100%;
    padding: 0.65rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.app-group-card[b-d8q3j3y78h] {
    border-radius: 0.9rem;
    min-height: 18.75rem;
    padding: 0.75rem;
    border: 1px solid transparent;
    color: #0b2239;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: none;
}

.group-header[b-d8q3j3y78h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.group-icon-wrap[b-d8q3j3y78h] {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    background: rgba(15, 46, 77, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.group-icon[b-d8q3j3y78h] {
    font-size: 1.05rem;
    color: #12365a;
}

.group-header h2[b-d8q3j3y78h] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0e2f52;
    letter-spacing: 0.02em;
}

.group-buttons[b-d8q3j3y78h] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.group-app-button[b-d8q3j3y78h] {
    border-radius: 0.7rem;
    min-height: 7.2rem;
    padding: 1.35rem 0.55rem 0.55rem;
    border: 1px solid rgba(17, 49, 83, 0.2);
    color: #0b2239;
    background: rgba(255, 255, 255, 0.55);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.45rem;
    transition: box-shadow 0.15s ease;
}

.system-owner-badge[b-d8q3j3y78h] {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 0.8rem);
    padding: 0.08rem 0.45rem;
    border-radius: 999px;
    background: rgba(14, 47, 82, 0.92);
    color: #f2f7ff;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.system-owner-field[b-d8q3j3y78h] {
    background: #d1e7dd;
    color: #0f5132;
}

.system-owner-technical[b-d8q3j3y78h] {
    background: #cff4fc;
    color: #055160;
}

.system-owner-corporate[b-d8q3j3y78h] {
    background: #e2e3e5;
    color: #41464b;
}

.group-app-button:hover[b-d8q3j3y78h] {
    box-shadow: 0 4px 10px rgba(10, 43, 78, 0.12);
}

.button-main[b-d8q3j3y78h] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.55rem;
    align-items: start;
}

.button-icon-shell[b-d8q3j3y78h] {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 49, 83, 0.26);
    background: rgba(255, 255, 255, 0.65);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.button-code[b-d8q3j3y78h] {
    font-size: 0.74rem;
    font-weight: 700;
    color: #16395f;
}

.button-icon[b-d8q3j3y78h] {
    font-size: 1.15rem;
    color: #1f4e7e;
}

.button-text h3[b-d8q3j3y78h] {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 700;
    color: #0f2d4d;
    line-height: 1.3;
}

.button-text p[b-d8q3j3y78h] {
    margin: 0.15rem 0 0;
    font-size: 0.72rem;
    color: #45607a;
    line-height: 1.3;
}

.button-actions[b-d8q3j3y78h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.left-actions[b-d8q3j3y78h] {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
}

.action-circle[b-d8q3j3y78h] {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 999px;
    border: 1px solid #8f5c2b;
    background: #f4eadf;
    color: #7a4b1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.info-link[b-d8q3j3y78h] {
    border: none;
}

.help-link[b-d8q3j3y78h] {
    border: none;
}

.info-link:hover[b-d8q3j3y78h],
.help-link:hover[b-d8q3j3y78h] {
    background: #ad6f35;
    color: #fff8ee;
    border-color: #c78645;
}

.launch-link[b-d8q3j3y78h] {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.25);
    color: #7a4b1f;
    border: 1px solid #8f5c2b;
    border-radius: 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.24rem 0.75rem;
    margin-left: auto;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.launch-link:hover[b-d8q3j3y78h] {
    background: #ad6f35;
    color: #fff8ee;
    border-color: #c78645;
    box-shadow: 0 0 0 1px rgba(199, 134, 69, 0.35), 0 3px 10px rgba(116, 67, 20, 0.28);
}

.group-agriculture[b-d8q3j3y78h] {
    background: #dbe9df;
}

.group-administration[b-d8q3j3y78h] {
    background: #dbe6ef;
}

.group-employee[b-d8q3j3y78h] {
    background: #dfe6f4;
}

.group-mobile[b-d8q3j3y78h] {
    background: #e6e2f5;
}

.brand-footer[b-d8q3j3y78h] {
    max-width: 1020px;
    margin: 1rem auto 0;
    text-align: right;
}

.brand-footer img[b-d8q3j3y78h] {
    height: 2.35rem;
    border-radius: 0.4rem;
    opacity: 0.88;
}

@media (max-width: 520px) {
    .landing-page[b-d8q3j3y78h] {
        padding: 0 0.6rem 1.5rem;
    }

    .landing-hero[b-d8q3j3y78h] {
        width: calc(100% + 1.2rem);
        margin: 0 -0.6rem 1rem;
    }

    .hero-content[b-d8q3j3y78h] {
        gap: 0.3rem;
    }

    .hero-search[b-d8q3j3y78h] {
        width: min(100%, 30rem);
    }

    .app-groups-panel[b-d8q3j3y78h] {
        grid-template-columns: 1fr;
        gap: 0.65rem;
        padding: 0.65rem;
    }

    .app-group-card[b-d8q3j3y78h] {
        min-height: auto;
        padding: 0.65rem;
    }

    .group-app-button[b-d8q3j3y78h] {
        min-height: 6.8rem;
        padding: 1.25rem 0.55rem 0.55rem;
    }

    .system-owner-badge[b-d8q3j3y78h] {
        top: 0.35rem;
        right: 0.35rem;
        font-size: 0.58rem;
    }

    .group-header h2[b-d8q3j3y78h] {
        font-size: 0.88rem;
    }
}

@media (min-width: 521px) and (max-width: 899px) {
    .app-groups-panel[b-d8q3j3y78h] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .landing-hero[b-d8q3j3y78h] {
        min-height: 13rem;
    }

    .hero-search[b-d8q3j3y78h] {
        width: min(100%, clamp(24rem, 52%, 46rem));
    }

    .app-groups-panel[b-d8q3j3y78h] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.9rem;
        padding: 0.75rem;
    }
}
