/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9pdnnhcf99] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9pdnnhcf99] {
    flex: 1;
}

.sidebar[b-9pdnnhcf99] {
    background-color: #eae5d5;
    border-right: 1px solid rgba(35, 31, 32, 0.15);
    transition: margin-left 0.2s ease, width 0.2s ease;
}

.content[b-9pdnnhcf99] {
    padding-top: 1rem;
}

.sidebar-toggle-bar[b-9pdnnhcf99] {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.theme-toggle-top[b-9pdnnhcf99] {
    display: flex;
    align-items: center;
}

.theme-toggle-btn[b-9pdnnhcf99] {
    background: none;
    border: 1px solid rgba(35, 31, 32, 0.15);
    border-radius: 6px;
    color: #404654;
    cursor: pointer;
    font-size: 1.1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.theme-toggle-btn:hover[b-9pdnnhcf99] {
    background-color: rgba(224, 78, 63, 0.08);
    color: #e04e3f;
    border-color: rgba(224, 78, 63, 0.3);
}

.sidebar-toggle-btn[b-9pdnnhcf99] {
    background: none;
    border: 1px solid rgba(35, 31, 32, 0.15);
    border-radius: 6px;
    color: #404654;
    cursor: pointer;
    font-size: 1.1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.sidebar-toggle-btn:hover[b-9pdnnhcf99] {
    background-color: rgba(224, 78, 63, 0.08);
    color: #e04e3f;
    border-color: rgba(224, 78, 63, 0.3);
}

@media (min-width: 641px) {
    .page[b-9pdnnhcf99] {
        flex-direction: row;
    }

    .sidebar[b-9pdnnhcf99] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        overflow: hidden;
    }

    .page.sidebar-collapsed .sidebar[b-9pdnnhcf99] {
        width: 60px;
    }

    .page.sidebar-collapsed[b-9pdnnhcf99]  .top-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page.sidebar-collapsed[b-9pdnnhcf99]  .top-row .container-fluid {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .page.sidebar-collapsed[b-9pdnnhcf99]  .top-row .navbar-brand {
        margin: 0;
        justify-content: center;
    }

    .page.sidebar-collapsed[b-9pdnnhcf99]  .nomi-logo-full {
        display: none !important;
    }

    .page.sidebar-collapsed[b-9pdnnhcf99]  .nomi-logo-sq {
        display: block !important;
        height: 28px;
        width: 28px;
        object-fit: contain;
    }

    .page.sidebar-collapsed[b-9pdnnhcf99]  .nav-link {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        font-size: 0;
    }

    .page.sidebar-collapsed[b-9pdnnhcf99]  .nav-link > .bi {
        font-size: 0.9rem;
        margin-right: 0;
    }

    .page.sidebar-collapsed[b-9pdnnhcf99]  .nav-item {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .page.sidebar-collapsed[b-9pdnnhcf99]  .nav-separator {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    article[b-9pdnnhcf99] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z088mvhkts] {
    background-color: rgba(35, 31, 32, 0.1);
}

.top-row[b-z088mvhkts] {
    min-height: 3.5rem;
    background-color: #eae5d5;
    border-bottom: 1px solid rgba(35, 31, 32, 0.15);
}

.navbar-brand[b-z088mvhkts] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.nomi-logo[b-z088mvhkts] {
    height: 32px;
    width: auto;
}

.nomi-logo-sq[b-z088mvhkts] {
    display: none;
}

.bi[b-z088mvhkts] {
    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-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' 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-box-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z'/%3E%3C/svg%3E");
}

.bi-folder-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3H14a2 2 0 0 1 2 2v1H0V4.98a.5.5 0 0 1 .54-.87zM16 6.5H0V13a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6.5z'/%3E%3C/svg%3E");
}

.bi-cloud-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z'/%3E%3C/svg%3E");
}

.bi-layers-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zM8 9.433 1.562 6 8 2.567 14.438 6 8 9.433z'/%3E%3C/svg%3E");
}

.bi-tags-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M3 2v4.586l7 7L14.586 9l-7-7H3zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2z'/%3E%3Cpath d='M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1v5.086z'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-.779.357-1.85 1.084-2.803.306-.401.657-.768 1.048-1.09.118-.098.24-.19.364-.277zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

.bi-shield-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z'/%3E%3Cpath d='M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-sliders-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z'/%3E%3C/svg%3E");
}

.bi-key-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8zm4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1H7.163a.5.5 0 0 1-.45-.285A3 3 0 0 0 4 5zm-1.5 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E%3C/svg%3E");
}

.bi-clock-history-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1 .025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z'/%3E%3Cpath d='M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z'/%3E%3Cpath d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-question-circle-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z'/%3E%3C/svg%3E");
}

.bi-box-seam-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2l-2.218-.887zm3.564 1.426L5.596 5 8 5.961 14.154 3.5l-2.404-.961zm3.25 1.7-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z'/%3E%3C/svg%3E");
}

.bi-bell-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zM8 1.918l-.797.161A4.002 4.002 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4.002 4.002 0 0 0-3.203-3.92L8 1.917zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5.002 5.002 0 0 1 13 6c0 .88.32 4.2 1.22 6z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-box-arrow-in-right-nav-menu[b-z088mvhkts] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404654' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z'/%3E%3Cpath fill-rule='evenodd' d='M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.nav-item[b-z088mvhkts] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-z088mvhkts] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-z088mvhkts] {
        padding-bottom: 1rem;
    }

    .nav-item[b-z088mvhkts]  a,
    .nav-item a[b-z088mvhkts] {
        color: #404654;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-family: 'Space Mono', monospace;
    }

.nav-item[b-z088mvhkts]  a.active,
.nav-item a.active[b-z088mvhkts] {
    background-color: rgba(224, 78, 63, 0.12);
    color: #e04e3f;
    font-weight: 600;
}

.nav-item[b-z088mvhkts]  a:hover,
.nav-item a:hover[b-z088mvhkts] {
    background-color: rgba(224, 78, 63, 0.08);
    color: #231f20;
}

[b-z088mvhkts] .notification-badge {
    background-color: #e04e3f;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 10px;
    line-height: 1.2;
    min-width: 16px;
    text-align: center;
    margin-left: 0.5rem;
}

.sidebar-footer[b-z088mvhkts] {
    border-top: 1px solid rgba(35, 31, 32, 0.15);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sidebar-footer[b-z088mvhkts]  .nav-link > .bi {
    margin-right: 0.75rem;
}

.version-label[b-z088mvhkts] {
    font-size: 0.7rem;
    color: rgba(35, 31, 32, 0.4);
    text-align: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-z088mvhkts] {
        display: none;
    }

    .collapse[b-z088mvhkts] {
        display: block;
    }

    .nav-scrollable[b-z088mvhkts] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-scrollable nav[b-z088mvhkts] {
        flex: 1;
    }

    .sidebar-footer[b-z088mvhkts] {
        flex-shrink: 0;
    }
}
/* /Pages/AuditTrail.razor.rz.scp.css */
.audit-detail-row[b-py2edm85i5] {
    cursor: default;
    transition: background-color 0.15s;
}

.audit-detail-row:hover[b-py2edm85i5] {
    background-color: rgba(0, 0, 0, 0.03);
}

.audit-detail-node + .audit-detail-node[b-py2edm85i5] {
    border-top: 1px solid #f0f0f0;
}
/* /Pages/Clusters.razor.rz.scp.css */
/* Host accordion items */
.host-item[b-sn2hbg0bj2] {
    border-top: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
}

.host-item:first-child[b-sn2hbg0bj2] {
    border-top: none;
}

.host-header[b-sn2hbg0bj2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
    gap: 1rem;
}

.host-header:hover[b-sn2hbg0bj2] {
    background-color: rgba(224, 78, 63, 0.04);
}

.host-item.expanded .host-header[b-sn2hbg0bj2] {
    background-color: rgba(224, 78, 63, 0.06);
}

.host-chevron[b-sn2hbg0bj2] {
    display: inline-block;
    font-size: 0.7rem;
    color: var(--nomi-muted, #404654);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.host-chevron.open[b-sn2hbg0bj2] {
    transform: rotate(90deg);
}

.host-meta[b-sn2hbg0bj2] {
    font-size: 0.78rem;
    color: var(--nomi-muted, #404654);
    margin-top: 1px;
}

/* Host expanded body */
.host-body[b-sn2hbg0bj2] {
    border-top: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    padding: 0;
}

/* Tabs */
.host-tabs[b-sn2hbg0bj2] {
    list-style: none;
    margin: 0 0 1.25rem 0;
    padding: 0;
    display: flex;
    gap: 0.25rem;
    border-bottom: 2px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    background-color: transparent;
}

.host-tabs li[b-sn2hbg0bj2] {
    padding: 0.65rem 1.4rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    color: var(--nomi-muted, #404654);
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
    user-select: none;
    border-radius: 0.375rem 0.375rem 0 0;
}

.host-tabs li:hover[b-sn2hbg0bj2] {
    color: var(--nomi-text, #231f20);
    background-color: rgba(224, 78, 63, 0.06);
}

.host-tabs li.active[b-sn2hbg0bj2] {
    color: #e04e3f;
    border-bottom-color: #e04e3f;
    background-color: rgba(224, 78, 63, 0.08);
}

.host-tab-content[b-sn2hbg0bj2] {
    padding: 1rem;
}

.tab-description[b-sn2hbg0bj2] {
    font-size: 0.8rem;
    color: var(--nomi-muted, #404654);
    margin-bottom: 0.75rem;
}

.host-actions[b-sn2hbg0bj2] {
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    text-align: right;
}

/* Icon buttons */
.btn-icon[b-sn2hbg0bj2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 0.8rem;
    line-height: 1;
}

/* Section labels */
.section-label[b-sn2hbg0bj2] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--nomi-muted, #404654);
    margin-bottom: 0.5rem;
}

/* Inline add form */
.add-inline-form[b-sn2hbg0bj2] {
    padding: 0.6rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    border-radius: 6px;
}

/* Config sub-tabs (nested tab bar for Host + module configs) */
.config-sub-tabs[b-sn2hbg0bj2] {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
    display: flex;
    gap: 0.25rem;
    border-bottom: 2px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
}

.config-sub-tabs li[b-sn2hbg0bj2] {
    padding: 0.5rem 1.15rem;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    color: var(--nomi-muted, #404654);
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
    user-select: none;
    border-radius: 0.375rem 0.375rem 0 0;
}

.config-sub-tabs li:hover[b-sn2hbg0bj2] {
    color: var(--nomi-text, #231f20);
    background-color: rgba(224, 78, 63, 0.06);
}

.config-sub-tabs li.active[b-sn2hbg0bj2] {
    color: #e04e3f;
    border-bottom-color: #e04e3f;
    background-color: rgba(224, 78, 63, 0.08);
}

/* Config node tree (value editor) */
[b-sn2hbg0bj2] .config-node {
    padding: 0.35rem 0 0.35rem 0.75rem;
    border-left: 2px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    margin-bottom: 0.15rem;
}

/* Label-inline tooltip spacing */
.nomi-tooltip[b-sn2hbg0bj2] {
    margin-left: 4px;
}

/* Host logs */
.host-log-container[b-sn2hbg0bj2] {
    max-height: 500px;
    overflow-y: auto;
    background-color: #1e1e2e;
    border-radius: 6px;
    padding: 0;
}

.host-log-output[b-sn2hbg0bj2] {
    margin: 0;
    padding: 0.75rem 1rem;
    font-size: 0.76rem;
    line-height: 1.5;
    color: #cdd6f4;
    white-space: pre-wrap;
    word-break: break-all;
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
}

/* Build & Deploy unified timeline */
.bd-timeline[b-sn2hbg0bj2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Pipeline group card — groups a build+deploy pair */
.bd-pipeline-group[b-sn2hbg0bj2] {
    border: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    border-left: 3px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.15s ease;
}

.bd-pipeline-group:hover[b-sn2hbg0bj2] {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.bd-pipeline-success[b-sn2hbg0bj2] {
    border-left-color: #198754;
}

.bd-pipeline-failure[b-sn2hbg0bj2] {
    border-left-color: #dc3545;
}

.bd-pipeline-neutral[b-sn2hbg0bj2] {
    border-left-color: #6c757d;
}

/* Commit header bar */
.bd-pipeline-header[b-sn2hbg0bj2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    font-size: 0.76rem;
    color: var(--nomi-muted, #404654);
}

.bd-pipeline-header code[b-sn2hbg0bj2] {
    font-size: 0.76rem;
    font-weight: 600;
}

.bd-pipeline-branch[b-sn2hbg0bj2] {
    margin-left: auto;
    font-size: 0.73rem;
}

/* Steps container */
.bd-pipeline-steps[b-sn2hbg0bj2] {
    display: flex;
    flex-direction: column;
}

/* Individual step row */
.bd-step[b-sn2hbg0bj2] {
    display: flex;
    gap: 0;
    padding: 0.55rem 0.75rem;
    transition: background-color 0.15s ease;
}

.bd-step + .bd-step[b-sn2hbg0bj2] {
    border-top: 1px dashed var(--nomi-border, rgba(35, 31, 32, 0.12));
}

.bd-step:hover[b-sn2hbg0bj2] {
    background-color: rgba(0, 0, 0, 0.02);
}

/* Step indicator column (icon + connector line) */
.bd-step-indicator[b-sn2hbg0bj2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 28px;
    flex-shrink: 0;
    margin-right: 0.6rem;
}

.bd-step-icon[b-sn2hbg0bj2] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    color: #fff;
    flex-shrink: 0;
}

.bd-step-icon.build[b-sn2hbg0bj2] {
    background-color: #6c757d;
}

.bd-step-icon.deploy[b-sn2hbg0bj2] {
    background-color: #0d6efd;
}

/* Vertical connector line between build→deploy icons */
.bd-step-connector[b-sn2hbg0bj2] {
    width: 2px;
    flex: 1;
    min-height: 10px;
    background-color: var(--nomi-border, rgba(35, 31, 32, 0.25));
    margin: 3px 0;
}

/* Step body */
.bd-step-body[b-sn2hbg0bj2] {
    flex: 1;
    min-width: 0;
    font-size: 0.82rem;
}

/* Shared detail text styling */
.bd-timeline-details[b-sn2hbg0bj2] {
    font-size: 0.76rem;
    color: var(--nomi-muted, #404654);
}

.bd-timeline-details code[b-sn2hbg0bj2] {
    font-size: 0.74rem;
}

/* Status accent on individual steps (thin left highlight) */
.bd-step-success .bd-step-icon.build[b-sn2hbg0bj2] {
    background-color: #198754;
}

.bd-step-failure .bd-step-icon.build[b-sn2hbg0bj2] {
    background-color: #dc3545;
}

/* Initialization progress */
.init-progress-list[b-sn2hbg0bj2] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.init-progress-step[b-sn2hbg0bj2] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.08));
}

.init-progress-step:last-child[b-sn2hbg0bj2] {
    border-bottom: none;
}

.init-step-icon[b-sn2hbg0bj2] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.init-step-icon i[b-sn2hbg0bj2],
.init-step-icon .spinner-border[b-sn2hbg0bj2] {
    font-size: 1rem;
}

.init-step-content[b-sn2hbg0bj2] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.init-step-label[b-sn2hbg0bj2] {
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.4;
}

.init-step-error[b-sn2hbg0bj2] {
    font-size: 0.72rem;
    color: #dc3545;
    margin-top: 0.15rem;
}

:global([data-theme="dark"]) .init-step-error[b-sn2hbg0bj2] {
    color: #ea868f;
}

.init-step-hint[b-sn2hbg0bj2] {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.75rem;
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.06);
    border-left: 3px solid #0d6efd;
    padding: 0.4rem 0.6rem;
    margin-top: 0.3rem;
    border-radius: 0.25rem;
    line-height: 1.4;
}

.init-step-hint i[b-sn2hbg0bj2] {
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.init-step-hint a[b-sn2hbg0bj2] {
    color: #0d6efd;
    text-decoration: underline;
    word-break: break-all;
}

:global([data-theme="dark"]) .init-step-hint[b-sn2hbg0bj2] {
    color: #6ea8fe;
    background: rgba(110, 168, 254, 0.08);
    border-left-color: #6ea8fe;
}

:global([data-theme="dark"]) .init-step-hint a[b-sn2hbg0bj2] {
    color: #6ea8fe;
}

/* Pending step */
.init-step-pending .init-step-icon i[b-sn2hbg0bj2] {
    color: var(--nomi-border, rgba(35, 31, 32, 0.25));
}

.init-step-pending .init-step-label[b-sn2hbg0bj2] {
    color: var(--nomi-muted, #404654);
}

/* Running step */
.init-step-running .init-step-icon .spinner-border[b-sn2hbg0bj2] {
    color: #0d6efd;
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.init-step-running .init-step-label[b-sn2hbg0bj2] {
    color: var(--nomi-text, #231f20);
    font-weight: 600;
}

/* Success step */
.init-step-success .init-step-icon i[b-sn2hbg0bj2] {
    color: #198754;
}

:global([data-theme="dark"]) .init-step-success .init-step-icon i[b-sn2hbg0bj2] {
    color: #75b798;
}

/* Failed step */
.init-step-failed .init-step-icon i[b-sn2hbg0bj2] {
    color: #dc3545;
}

:global([data-theme="dark"]) .init-step-failed .init-step-icon i[b-sn2hbg0bj2] {
    color: #ea868f;
}

/* Skipped step */
.init-step-skipped .init-step-icon i[b-sn2hbg0bj2] {
    color: #6c757d;
}

.init-step-skipped .init-step-label[b-sn2hbg0bj2] {
    color: var(--nomi-muted, #404654);
}

.init-step-info[b-sn2hbg0bj2] {
    font-size: 0.72rem;
    color: #6c757d;
    margin-top: 0.15rem;
}

/* Pagination */
/* /Pages/DeviceLogin.razor.rz.scp.css */
.login-page[b-sqmob2gqgp] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: var(--nomi-bg);
}

.login-card[b-sqmob2gqgp] {
    text-align: center;
    background-color: var(--nomi-card-bg);
    border: 1px solid var(--nomi-border);
    border-radius: 16px;
    padding: 3rem 2.5rem;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(35, 31, 32, 0.1);
}

.login-btn[b-sqmob2gqgp] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #8c8c8c;
    transition: background-color 0.15s, border-color 0.15s;
}

.login-btn-microsoft[b-sqmob2gqgp] {
    background-color: #fff;
    color: #5e5e5e;
}

.login-btn-microsoft:hover[b-sqmob2gqgp] {
    background-color: #f5f5f5;
    border-color: #5e5e5e;
}
/* /Pages/Home.razor.rz.scp.css */
/* Cluster Activity Histogram */
.histogram[b-44mknlmvma] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    position: relative;
}

.histogram-y-title[b-44mknlmvma] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.7rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.5rem;
    flex-shrink: 0;
}

.histogram-x-title[b-44mknlmvma] {
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}

.histogram-y-axis[b-44mknlmvma] {
    position: relative;
    width: 28px;
    flex-shrink: 0;
    height: 200px;
}

.histogram-y-label[b-44mknlmvma] {
    position: absolute;
    right: 4px;
    font-size: 0.65rem;
    color: #888;
    line-height: 1;
}

.histogram-bars[b-44mknlmvma] {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 200px;
    padding-bottom: 1.5rem;
    position: relative;
    flex: 1;
    min-width: 0;
}

.histogram-col[b-44mknlmvma] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-width: 18px;
}

.histogram-bar-wrap[b-44mknlmvma] {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.histogram-bar[b-44mknlmvma] {
    width: 70%;
    max-width: 28px;
    background-color: #e04e3f;
    border-radius: 3px 3px 0 0;
    min-height: 0;
    transition: height 0.3s ease, background-color 0.15s ease;
    position: relative;
    cursor: pointer;
}

.histogram-bar:hover[b-44mknlmvma] {
    background-color: #c9392d;
}

.histogram-label[b-44mknlmvma] {
    font-size: 0.62rem;
    color: #888;
    margin-top: 4px;
    text-align: center;
    white-space: nowrap;
}

/* Tooltip */
.histogram-tooltip[b-44mknlmvma] {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #231f20;
    color: #fff;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    font-size: 0.78rem;
    white-space: nowrap;
    z-index: 10000;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.histogram-tooltip[b-44mknlmvma]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: #231f20;
}

.histogram-bar:hover .histogram-tooltip[b-44mknlmvma] {
    display: block;
}

.histogram-tooltip-header[b-44mknlmvma] {
    font-weight: 600;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 0.3rem;
}

.histogram-tooltip-row[b-44mknlmvma] {
    display: flex;
    gap: 0.75rem;
    padding: 0.15rem 0;
    font-size: 0.72rem;
}

/* Cluster Status */
.cluster-status-body[b-44mknlmvma] {
    overflow-y: auto;
    max-height: 420px;
}

.cluster-group[b-44mknlmvma] {
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.cluster-group:last-child[b-44mknlmvma] {
    border-bottom: none;
}

.cluster-header[b-44mknlmvma] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #231f20;
    padding: 0.6rem 1rem 0.3rem;
    background: #f8f9fa;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

[b-44mknlmvma] .cluster-group th {
    font-size: 0.72rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.75rem;
    border-bottom-width: 1px;
}

[b-44mknlmvma] .cluster-group td {
    font-size: 0.8rem;
    padding: 0.4rem 0.75rem;
    vertical-align: middle;
}
/* /Pages/HostDetails.razor.rz.scp.css */
/* Section labels */
.section-label[b-p2i0mupos4] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--nomi-muted, #404654);
    margin-bottom: 0.5rem;
}

.detail-label[b-p2i0mupos4] {
    width: 140px;
}

/* Config edit form */
.config-edit-form[b-p2i0mupos4] {
    font-size: 0.82rem;
}

.config-edit-form .form-label[b-p2i0mupos4] {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--nomi-muted, #404654);
    margin-bottom: 0.15rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.config-group[b-p2i0mupos4] {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    transition: opacity 0.15s ease;
}

.config-group:last-child[b-p2i0mupos4] {
    border-bottom: none;
}

.config-group-header[b-p2i0mupos4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}

.config-group.config-disabled .config-group-header .section-label[b-p2i0mupos4] {
    opacity: 0.45;
}

.config-group.config-disabled .row[b-p2i0mupos4] {
    opacity: 0.45;
}

.config-add-btn[b-p2i0mupos4] {
    font-size: 0.7rem;
    padding: 0 0.4rem;
    line-height: 1.5;
}

/* Config sub-tabs */
.config-sub-tabs[b-p2i0mupos4] {
    list-style: none;
    margin: 0 0 0.75rem 0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
}

.config-sub-tabs li[b-p2i0mupos4] {
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    color: var(--nomi-muted, #404654);
    border-bottom: 2px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
    user-select: none;
}

.config-sub-tabs li:hover[b-p2i0mupos4] {
    color: var(--nomi-text, #231f20);
    background-color: rgba(224, 78, 63, 0.04);
}

.config-sub-tabs li.active[b-p2i0mupos4] {
    color: #e04e3f;
    border-bottom-color: #e04e3f;
}

/* Build & Deploy unified timeline */
.bd-timeline[b-p2i0mupos4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Pipeline group card — groups a build+deploy pair */
.bd-pipeline-group[b-p2i0mupos4] {
    border: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    border-left: 3px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.15s ease;
}

.bd-pipeline-group:hover[b-p2i0mupos4] {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.bd-pipeline-success[b-p2i0mupos4] {
    border-left-color: #198754;
}

.bd-pipeline-failure[b-p2i0mupos4] {
    border-left-color: #dc3545;
}

.bd-pipeline-neutral[b-p2i0mupos4] {
    border-left-color: #6c757d;
}

/* Commit header bar */
.bd-pipeline-header[b-p2i0mupos4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    font-size: 0.76rem;
    color: var(--nomi-muted, #404654);
}

.bd-pipeline-header code[b-p2i0mupos4] {
    font-size: 0.76rem;
    font-weight: 600;
}

.bd-pipeline-branch[b-p2i0mupos4] {
    margin-left: auto;
    font-size: 0.73rem;
}

/* Steps container */
.bd-pipeline-steps[b-p2i0mupos4] {
    display: flex;
    flex-direction: column;
}

/* Individual step row */
.bd-step[b-p2i0mupos4] {
    display: flex;
    gap: 0;
    padding: 0.55rem 0.75rem;
    transition: background-color 0.15s ease;
}

.bd-step + .bd-step[b-p2i0mupos4] {
    border-top: 1px dashed var(--nomi-border, rgba(35, 31, 32, 0.12));
}

.bd-step:hover[b-p2i0mupos4] {
    background-color: rgba(0, 0, 0, 0.02);
}

/* Step indicator column (icon + connector line) */
.bd-step-indicator[b-p2i0mupos4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 28px;
    flex-shrink: 0;
    margin-right: 0.6rem;
}

.bd-step-icon[b-p2i0mupos4] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    color: #fff;
    flex-shrink: 0;
}

.bd-step-icon.build[b-p2i0mupos4] {
    background-color: #6c757d;
}

.bd-step-icon.deploy[b-p2i0mupos4] {
    background-color: #0d6efd;
}

/* Vertical connector line between build→deploy icons */
.bd-step-connector[b-p2i0mupos4] {
    width: 2px;
    flex: 1;
    min-height: 10px;
    background-color: var(--nomi-border, rgba(35, 31, 32, 0.25));
    margin: 3px 0;
}

/* Step body */
.bd-step-body[b-p2i0mupos4] {
    flex: 1;
    min-width: 0;
    font-size: 0.82rem;
}

/* Shared detail text styling */
.bd-timeline-details[b-p2i0mupos4] {
    font-size: 0.76rem;
    color: var(--nomi-muted, #404654);
}

.bd-timeline-details code[b-p2i0mupos4] {
    font-size: 0.74rem;
}

/* Status accent on individual steps (thin left highlight) */
.bd-step-success .bd-step-icon.build[b-p2i0mupos4] {
    background-color: #198754;
}

.bd-step-failure .bd-step-icon.build[b-p2i0mupos4] {
    background-color: #dc3545;
}

/* Host logs */
.host-log-container[b-p2i0mupos4] {
    max-height: 500px;
    overflow-y: auto;
    background-color: #1e1e2e;
    border-radius: 6px;
    padding: 0;
}

.host-log-output[b-p2i0mupos4] {
    margin: 0;
    padding: 0.75rem 1rem;
    font-size: 0.76rem;
    line-height: 1.5;
    color: #cdd6f4;
    white-space: pre-wrap;
    word-break: break-all;
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
}

/* Config node tree */
[b-p2i0mupos4] .config-node {
    padding: 0.35rem 0 0.35rem 0.75rem;
    border-left: 2px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    margin-bottom: 0.15rem;
}
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-lvm0cek47m] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: var(--nomi-bg);
}

.login-card[b-lvm0cek47m] {
    text-align: center;
    background-color: var(--nomi-card-bg);
    border: 1px solid var(--nomi-border);
    border-radius: 16px;
    padding: 3rem 2.5rem;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(35, 31, 32, 0.1);
}

.login-logo img[b-lvm0cek47m] {
    height: 48px;
    margin-bottom: 1.5rem;
}

.login-title[b-lvm0cek47m] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.login-subtitle[b-lvm0cek47m] {
    font-size: 0.85rem;
    color: var(--nomi-muted);
    margin-bottom: 2rem;
}

.login-btn[b-lvm0cek47m] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #8c8c8c;
    transition: background-color 0.15s, border-color 0.15s;
}

.login-btn-microsoft[b-lvm0cek47m] {
    background-color: #fff;
    color: #5e5e5e;
}

.login-btn-microsoft:hover[b-lvm0cek47m] {
    background-color: #f5f5f5;
    border-color: #5e5e5e;
}
/* /Pages/ModuleDetails.razor.rz.scp.css */
.breadcrumb-nav[b-xrgw2qjou8] {
    font-size: 0.85rem;
    color: var(--nomi-muted, #404654);
}

.breadcrumb-link[b-xrgw2qjou8] {
    color: var(--nomi-muted, #404654);
    text-decoration: none;
}

.breadcrumb-link:hover[b-xrgw2qjou8] {
    color: var(--nomi-primary, #e04e3f);
    text-decoration: underline;
}

.breadcrumb-separator[b-xrgw2qjou8] {
    margin: 0 0.4rem;
    color: var(--nomi-muted, #404654);
}

.breadcrumb-current[b-xrgw2qjou8] {
    font-weight: 600;
    color: var(--nomi-text, #231f20);
}

.detail-label[b-xrgw2qjou8] {
    width: 160px;
}

/* YAML viewer */
.yaml-viewer[b-xrgw2qjou8] {
    --yv-bg: #f6f8fa;
    --yv-text: var(--nomi-text, #231f20);
    --yv-key: #0550ae;
    --yv-colon: #57606a;
    --yv-string: #0a3069;
    --yv-bool: #cf222e;
    --yv-number: #0550ae;
    --yv-null: #cf222e;
    --yv-comment: #6e7781;
    --yv-dash: #cf222e;
    --yv-var: #8250df;

    background-color: var(--yv-bg);
    border: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    border-radius: 6px;
    max-height: 500px;
    overflow: auto;
}

:global([data-theme="dark"]) .yaml-viewer[b-xrgw2qjou8] {
    --yv-bg: #2f2f2f;
    --yv-text: #e0ddd4;
    --yv-key: #7cb7ff;
    --yv-colon: #8b8680;
    --yv-string: #a5d6a7;
    --yv-bool: #f4845f;
    --yv-number: #7cb7ff;
    --yv-null: #f4845f;
    --yv-comment: #8b8680;
    --yv-dash: #f4845f;
    --yv-var: #c9a5f7;
}

.yaml-viewer pre[b-xrgw2qjou8] {
    margin: 0;
    padding: 1rem 1.25rem;
    font-size: 0.78rem;
    line-height: 1.7;
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', 'Monaco', monospace;
    white-space: pre;
}

.yaml-viewer code[b-xrgw2qjou8] {
    font-family: inherit;
    color: var(--yv-text);
}

[b-xrgw2qjou8] .y-key { color: var(--yv-key); }
[b-xrgw2qjou8] .y-colon { color: var(--yv-colon); }
[b-xrgw2qjou8] .y-string { color: var(--yv-string); }
[b-xrgw2qjou8] .y-bool { color: var(--yv-bool); }
[b-xrgw2qjou8] .y-number { color: var(--yv-number); }
[b-xrgw2qjou8] .y-null { color: var(--yv-null); font-style: italic; }
[b-xrgw2qjou8] .y-comment { color: var(--yv-comment); font-style: italic; }
[b-xrgw2qjou8] .y-dash { color: var(--yv-dash); }
[b-xrgw2qjou8] .y-var { color: var(--yv-var); }

/* Config node tree */
[b-xrgw2qjou8] .config-node {
    padding: 0.35rem 0 0.35rem 0.75rem;
    border-left: 2px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    margin-bottom: 0.15rem;
}
/* /Pages/QuickStartSolution.razor.rz.scp.css */
/* Init progress styles — same as Solutions.razor.css */
.init-progress-list[b-8dnasgpy33] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.init-progress-step[b-8dnasgpy33] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.08));
}

.init-progress-step:last-child[b-8dnasgpy33] {
    border-bottom: none;
}

.init-step-icon[b-8dnasgpy33] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.init-step-icon i[b-8dnasgpy33],
.init-step-icon .spinner-border[b-8dnasgpy33] {
    font-size: 1rem;
}

.init-step-content[b-8dnasgpy33] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.init-step-label[b-8dnasgpy33] {
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.4;
}

.init-step-error[b-8dnasgpy33] {
    font-size: 0.72rem;
    color: #dc3545;
    margin-top: 0.15rem;
}

:global([data-theme="dark"]) .init-step-error[b-8dnasgpy33] {
    color: #ea868f;
}

/* Pending step */
.init-step-pending .init-step-icon i[b-8dnasgpy33] {
    color: var(--nomi-border, rgba(35, 31, 32, 0.25));
}

.init-step-pending .init-step-label[b-8dnasgpy33] {
    color: var(--nomi-muted, #404654);
}

/* Running step */
.init-step-running .init-step-icon .spinner-border[b-8dnasgpy33] {
    color: #0d6efd;
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.init-step-running .init-step-label[b-8dnasgpy33] {
    color: var(--nomi-text, #231f20);
    font-weight: 600;
}

/* Success step */
.init-step-success .init-step-icon i[b-8dnasgpy33] {
    color: #198754;
}

:global([data-theme="dark"]) .init-step-success .init-step-icon i[b-8dnasgpy33] {
    color: #75b798;
}

/* Failed step */
.init-step-failed .init-step-icon i[b-8dnasgpy33] {
    color: #dc3545;
}

:global([data-theme="dark"]) .init-step-failed .init-step-icon i[b-8dnasgpy33] {
    color: #ea868f;
}

/* Skipped step */
.init-step-skipped .init-step-icon i[b-8dnasgpy33] {
    color: #6c757d;
}

.init-step-skipped .init-step-label[b-8dnasgpy33] {
    color: var(--nomi-muted, #404654);
}

.init-step-info[b-8dnasgpy33] {
    font-size: 0.72rem;
    color: #6c757d;
    margin-top: 0.15rem;
}
/* /Pages/SettingsApp.razor.rz.scp.css */
/* Tabs — matches Solutions.razor style */
.host-tabs[b-4ouk33qmcj] {
    list-style: none;
    margin: 0 0 1.25rem 0;
    padding: 0;
    display: flex;
    gap: 0.25rem;
    border-bottom: 2px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    background-color: transparent;
}

.host-tabs li[b-4ouk33qmcj] {
    padding: 0.65rem 1.4rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    color: var(--nomi-muted, #404654);
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
    user-select: none;
    border-radius: 0.375rem 0.375rem 0 0;
}

.host-tabs li:hover[b-4ouk33qmcj] {
    color: var(--nomi-text, #231f20);
    background-color: rgba(224, 78, 63, 0.06);
}

.host-tabs li.active[b-4ouk33qmcj] {
    color: #e04e3f;
    border-bottom-color: #e04e3f;
    background-color: rgba(224, 78, 63, 0.08);
}

/* Keep form controls compact on wide screens */
[b-4ouk33qmcj] .card-body > .row {
    max-width: 1200px;
}
/* /Pages/SettingsTags.razor.rz.scp.css */
.tag-section[b-9bzz849mta] {
    border-left: 4px solid #6b7280;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    background: var(--nomi-card-bg, #fff);
    border-radius: 0 8px 8px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.tag-type-dot[b-9bzz849mta] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.tag-inline-input[b-9bzz849mta] {
    width: 140px;
    font-size: 0.8rem;
}

.tag-add-btn[b-9bzz849mta] {
    font-size: 0.75rem;
    padding: 0.2em 0.6em;
    border-radius: 12px;
    border-style: dashed;
    background: transparent;
}

.tag-add-btn:hover[b-9bzz849mta] {
    background: rgba(0, 0, 0, 0.04);
}

.tag-edit-btn[b-9bzz849mta] {
    padding: 0;
    margin-left: 2px;
    font-size: 0.65rem;
    color: var(--nomi-muted, #6b7280);
    opacity: 0;
    transition: opacity 0.15s;
}

span:hover > .tag-edit-btn[b-9bzz849mta] {
    opacity: 0.6;
}

.tag-edit-btn:hover[b-9bzz849mta] {
    opacity: 1 !important;
}
/* /Pages/SettingsUsers.razor.rz.scp.css */
/* Host accordion items */
.host-item[b-2vdf73eeyy] {
    border-top: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
}

.host-item:first-child[b-2vdf73eeyy] {
    border-top: none;
}

.host-header[b-2vdf73eeyy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
    gap: 1rem;
}

.host-header:hover[b-2vdf73eeyy] {
    background-color: rgba(224, 78, 63, 0.04);
}

.host-item.expanded .host-header[b-2vdf73eeyy] {
    background-color: rgba(224, 78, 63, 0.06);
}

.host-chevron[b-2vdf73eeyy] {
    display: inline-block;
    font-size: 0.7rem;
    color: var(--nomi-muted, #404654);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.host-chevron.open[b-2vdf73eeyy] {
    transform: rotate(90deg);
}

.host-meta[b-2vdf73eeyy] {
    font-size: 0.78rem;
    color: var(--nomi-muted, #404654);
    margin-top: 1px;
}

/* Host expanded body */
.host-body[b-2vdf73eeyy] {
    border-top: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    padding: 0;
}

.host-tab-content[b-2vdf73eeyy] {
    padding: 1rem;
}

/* Icon buttons */
.btn-icon[b-2vdf73eeyy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 0.8rem;
    line-height: 1;
}
/* /Pages/Solutions.razor.rz.scp.css */
/* Host accordion items */
.host-item[b-wz7cop50d3] {
    border-top: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
}

.host-item:first-child[b-wz7cop50d3] {
    border-top: none;
}

.host-header[b-wz7cop50d3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
    gap: 1rem;
}

.host-header:hover[b-wz7cop50d3] {
    background-color: rgba(224, 78, 63, 0.04);
}

.host-item.expanded .host-header[b-wz7cop50d3] {
    background-color: rgba(224, 78, 63, 0.06);
}

.host-chevron[b-wz7cop50d3] {
    display: inline-block;
    font-size: 0.7rem;
    color: var(--nomi-muted, #404654);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.host-chevron.open[b-wz7cop50d3] {
    transform: rotate(90deg);
}

.host-meta[b-wz7cop50d3] {
    font-size: 0.78rem;
    color: var(--nomi-muted, #404654);
    margin-top: 1px;
}

/* Host expanded body */
.host-body[b-wz7cop50d3] {
    border-top: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    padding: 0;
}

/* Tabs */
.host-tabs[b-wz7cop50d3] {
    list-style: none;
    margin: 0 0 1.25rem 0;
    padding: 0;
    display: flex;
    gap: 0.25rem;
    border-bottom: 2px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    background-color: transparent;
}

.host-tabs li[b-wz7cop50d3] {
    padding: 0.65rem 1.4rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    color: var(--nomi-muted, #404654);
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
    user-select: none;
    border-radius: 0.375rem 0.375rem 0 0;
}

.host-tabs li:hover[b-wz7cop50d3] {
    color: var(--nomi-text, #231f20);
    background-color: rgba(224, 78, 63, 0.06);
}

.host-tabs li.active[b-wz7cop50d3] {
    color: #e04e3f;
    border-bottom-color: #e04e3f;
    background-color: rgba(224, 78, 63, 0.08);
}

.host-tab-content[b-wz7cop50d3] {
    padding: 1rem;
}

.tab-description[b-wz7cop50d3] {
    font-size: 0.8rem;
    color: var(--nomi-muted, #404654);
    margin-bottom: 0.75rem;
}

.host-actions[b-wz7cop50d3] {
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    text-align: right;
}

/* Section labels */
.section-label[b-wz7cop50d3] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--nomi-muted, #404654);
    margin-bottom: 0.5rem;
}

/* Inline add form */
.add-inline-form[b-wz7cop50d3] {
    padding: 0.6rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    border-radius: 6px;
}

/* Icon buttons */
.btn-icon[b-wz7cop50d3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 0.8rem;
    line-height: 1;
}

/* Removable badge close button */
.badge-remove[b-wz7cop50d3] {
    font-size: 0.5rem;
    padding: 0.15rem;
    opacity: 0.7;
}

.badge-remove:hover[b-wz7cop50d3] {
    opacity: 1;
}

/* YAML viewer */
.yaml-viewer[b-wz7cop50d3] {
    --yv-bg: #f6f8fa;
    --yv-text: var(--nomi-text, #231f20);
    --yv-key: #0550ae;
    --yv-colon: #57606a;
    --yv-string: #0a3069;
    --yv-bool: #cf222e;
    --yv-number: #0550ae;
    --yv-null: #cf222e;
    --yv-comment: #6e7781;
    --yv-dash: #cf222e;
    --yv-var: #8250df;

    background-color: var(--yv-bg);
    border: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    border-radius: 6px;
    max-height: 500px;
    overflow: auto;
}

:global([data-theme="dark"]) .yaml-viewer[b-wz7cop50d3] {
    --yv-bg: #2f2f2f;
    --yv-text: #e0ddd4;
    --yv-key: #7cb7ff;
    --yv-colon: #8b8680;
    --yv-string: #a5d6a7;
    --yv-bool: #f4845f;
    --yv-number: #7cb7ff;
    --yv-null: #f4845f;
    --yv-comment: #8b8680;
    --yv-dash: #f4845f;
    --yv-var: #c9a5f7;
}

.yaml-viewer pre[b-wz7cop50d3] {
    margin: 0;
    padding: 1rem 1.25rem;
    font-size: 0.78rem;
    line-height: 1.7;
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', 'Monaco', monospace;
    white-space: pre;
}

.yaml-viewer code[b-wz7cop50d3] {
    font-family: inherit;
    color: var(--yv-text);
}

/* YAML syntax tokens */
[b-wz7cop50d3] .y-key { color: var(--yv-key); }
[b-wz7cop50d3] .y-colon { color: var(--yv-colon); }
[b-wz7cop50d3] .y-string { color: var(--yv-string); }
[b-wz7cop50d3] .y-bool { color: var(--yv-bool); }
[b-wz7cop50d3] .y-number { color: var(--yv-number); }
[b-wz7cop50d3] .y-null { color: var(--yv-null); font-style: italic; }
[b-wz7cop50d3] .y-comment { color: var(--yv-comment); font-style: italic; }
[b-wz7cop50d3] .y-dash { color: var(--yv-dash); }
[b-wz7cop50d3] .y-var { color: var(--yv-var); }

/* Pagination */
/* Init status panel */
.init-status-panel[b-wz7cop50d3] {
    border: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    border-radius: 8px;
    overflow: hidden;
}

.init-status-header[b-wz7cop50d3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 1rem;
    background: var(--nomi-bg, #f8f7f5);
    border-bottom: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    font-size: 0.85rem;
}

.init-status-header i.bi-shield-check[b-wz7cop50d3] {
    font-size: 1rem;
    color: var(--nomi-muted, #404654);
}

.init-status-body[b-wz7cop50d3] {
    padding: 0.75rem 1rem;
}

.init-badge[b-wz7cop50d3] {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    letter-spacing: 0.01em;
}

.init-badge-ok[b-wz7cop50d3] {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.init-badge-warn[b-wz7cop50d3] {
    background: rgba(255, 193, 7, 0.15);
    color: #886701;
}

:global([data-theme="dark"]) .init-badge-ok[b-wz7cop50d3] {
    background: rgba(25, 135, 84, 0.2);
    color: #75b798;
}

:global([data-theme="dark"]) .init-badge-warn[b-wz7cop50d3] {
    background: rgba(255, 193, 7, 0.15);
    color: #ffda6a;
}

.init-check-grid[b-wz7cop50d3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.5rem;
}

.init-check-item[b-wz7cop50d3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem;
    border-radius: 6px;
    border: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    transition: background 0.15s ease;
}

.init-check-item > i[b-wz7cop50d3] {
    font-size: 1rem;
    flex-shrink: 0;
}

.init-check-link[b-wz7cop50d3] {
    flex-shrink: 0;
    color: var(--nomi-muted, #6c757d);
    font-size: 0.78rem;
    padding: 0.15rem 0.35rem;
    border-radius: 4px;
    transition: color 0.15s ease, background 0.15s ease;
    text-decoration: none;
    line-height: 1;
}

.init-check-link:hover[b-wz7cop50d3] {
    color: var(--bs-primary, #0d6efd);
    background: rgba(13, 110, 253, 0.08);
}

.init-check-item.init-ok i[b-wz7cop50d3] {
    color: #198754;
}

.init-check-item.init-fail i[b-wz7cop50d3] {
    color: #dc3545;
}

:global([data-theme="dark"]) .init-check-item.init-ok i[b-wz7cop50d3] {
    color: #75b798;
}

:global([data-theme="dark"]) .init-check-item.init-fail i[b-wz7cop50d3] {
    color: #ea868f;
}

.init-check-label[b-wz7cop50d3] {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
}

.init-check-status[b-wz7cop50d3] {
    font-size: 0.72rem;
    color: var(--nomi-muted, #404654);
    line-height: 1.3;
}

/* Init progress steps */
.init-progress-list[b-wz7cop50d3] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.init-progress-step[b-wz7cop50d3] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.08));
}

.init-progress-step:last-child[b-wz7cop50d3] {
    border-bottom: none;
}

.init-step-icon[b-wz7cop50d3] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.init-step-icon i[b-wz7cop50d3],
.init-step-icon .spinner-border[b-wz7cop50d3] {
    font-size: 1rem;
}

.init-step-content[b-wz7cop50d3] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.init-step-label[b-wz7cop50d3] {
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.4;
}

.init-step-error[b-wz7cop50d3] {
    font-size: 0.72rem;
    color: #dc3545;
    margin-top: 0.15rem;
}

:global([data-theme="dark"]) .init-step-error[b-wz7cop50d3] {
    color: #ea868f;
}

/* Pending step */
.init-step-pending .init-step-icon i[b-wz7cop50d3] {
    color: var(--nomi-border, rgba(35, 31, 32, 0.25));
}

.init-step-pending .init-step-label[b-wz7cop50d3] {
    color: var(--nomi-muted, #404654);
}

/* Running step */
.init-step-running .init-step-icon .spinner-border[b-wz7cop50d3] {
    color: #0d6efd;
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.init-step-running .init-step-label[b-wz7cop50d3] {
    color: var(--nomi-text, #231f20);
    font-weight: 600;
}

/* Success step */
.init-step-success .init-step-icon i[b-wz7cop50d3] {
    color: #198754;
}

:global([data-theme="dark"]) .init-step-success .init-step-icon i[b-wz7cop50d3] {
    color: #75b798;
}

/* Failed step */
.init-step-failed .init-step-icon i[b-wz7cop50d3] {
    color: #dc3545;
}

:global([data-theme="dark"]) .init-step-failed .init-step-icon i[b-wz7cop50d3] {
    color: #ea868f;
}

/* Skipped step */
.init-step-skipped .init-step-icon i[b-wz7cop50d3] {
    color: #6c757d;
}

.init-step-skipped .init-step-label[b-wz7cop50d3] {
    color: var(--nomi-muted, #404654);
}

.init-step-info[b-wz7cop50d3] {
    font-size: 0.72rem;
    color: #6c757d;
    margin-top: 0.15rem;
}

/* Config node tree */
.config-node[b-wz7cop50d3] {
    padding: 0.35rem 0 0.35rem 0.75rem;
    border-left: 2px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    margin-bottom: 0.15rem;
}
/* /Shared/HostConfigurationForm.razor.rz.scp.css */
/* Config edit form */
.config-edit-form[b-h9orxo4h9i] {
    font-size: 0.82rem;
}

.config-edit-form .form-label[b-h9orxo4h9i] {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--nomi-muted, #404654);
    margin-bottom: 0.15rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.config-group[b-h9orxo4h9i] {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    transition: opacity 0.15s ease;
}

.config-group:last-child[b-h9orxo4h9i] {
    border-bottom: none;
}

.config-group-header[b-h9orxo4h9i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}

.config-group.config-disabled .config-group-header .section-label[b-h9orxo4h9i] {
    opacity: 0.45;
}

.config-group.config-disabled .row[b-h9orxo4h9i] {
    opacity: 0.45;
}

.config-add-btn[b-h9orxo4h9i] {
    font-size: 0.7rem;
    padding: 0 0.4rem;
    line-height: 1.5;
}
/* /Shared/IntegrationSection.razor.rz.scp.css */
he srd ste/* Host accordion items */
.host-item[b-zz34ccmtkj] {
    border-top: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
}

.host-item:first-child[b-zz34ccmtkj] {
    border-top: none;
}

.host-header[b-zz34ccmtkj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
    gap: 1rem;
}

.host-header:hover[b-zz34ccmtkj] {
    background-color: rgba(224, 78, 63, 0.04);
}

.host-item.expanded .host-header[b-zz34ccmtkj] {
    background-color: rgba(224, 78, 63, 0.06);
}

.host-chevron[b-zz34ccmtkj] {
    display: inline-block;
    font-size: 0.7rem;
    color: var(--nomi-muted, #404654);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.host-chevron.open[b-zz34ccmtkj] {
    transform: rotate(90deg);
}

.host-meta[b-zz34ccmtkj] {
    font-size: 0.78rem;
    color: var(--nomi-muted, #404654);
    margin-top: 1px;
}

/* Host expanded body */
.host-body[b-zz34ccmtkj] {
    border-top: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    padding: 0;
}

.host-tab-content[b-zz34ccmtkj] {
    padding: 1rem;
}

/* Icon buttons */
.btn-icon[b-zz34ccmtkj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 0.8rem;
    line-height: 1;
}

/* Token display */
.token-display[b-zz34ccmtkj] {
    font-size: 0.8rem;
    word-break: break-all;
}
/* /Shared/PaginationBar.razor.rz.scp.css */
.pagination-bar[b-4lg7vdb4rw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding: 0.6rem 1rem;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid var(--nomi-border, rgba(35, 31, 32, 0.15));
    border-radius: 8px;
}

:global([data-theme="dark"]) .pagination-bar[b-4lg7vdb4rw] {
    background-color: rgba(255, 255, 255, 0.03);
}

.pagination-info[b-4lg7vdb4rw] {
    font-size: 0.78rem;
    color: var(--nomi-muted, #404654);
    font-weight: 500;
}

.pagination-controls[b-4lg7vdb4rw] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.page-btn[b-4lg7vdb4rw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 0.5rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--nomi-text, #231f20);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s ease;
    user-select: none;
}

.page-btn:hover:not(:disabled):not(.active)[b-4lg7vdb4rw] {
    background-color: rgba(224, 78, 63, 0.06);
    border-color: var(--nomi-border, rgba(35, 31, 32, 0.15));
}

.page-btn.active[b-4lg7vdb4rw] {
    background-color: #e04e3f;
    color: #fff;
    border-color: #e04e3f;
}

.page-btn:disabled[b-4lg7vdb4rw] {
    opacity: 0.35;
    cursor: not-allowed;
}

.page-btn.nav-arrow[b-4lg7vdb4rw] {
    font-size: 0.7rem;
    color: var(--nomi-muted, #404654);
}

.page-btn.nav-arrow:hover:not(:disabled)[b-4lg7vdb4rw] {
    color: #e04e3f;
}

.pagination-page-size[b-4lg7vdb4rw] {
    width: auto;
    min-width: 70px;
    font-size: 0.78rem;
    padding: 0.2rem 0.4rem;
    height: 30px;
}

.page-ellipsis[b-4lg7vdb4rw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    font-size: 0.78rem;
    color: var(--nomi-muted, #404654);
    user-select: none;
}
/* /Shared/StatCard.razor.rz.scp.css */
.stat-card .card[b-tclgkn92bh] {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
    border-radius: 12px;
}

.stat-card .card-body[b-tclgkn92bh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stat-card .card:hover[b-tclgkn92bh] {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(35, 31, 32, 0.12) !important;
}

.stat-icon[b-tclgkn92bh] {
    font-size: 1.6rem;
    color: #e04e3f;
    margin-bottom: 0.25rem;
    opacity: 0.8;
}

.stat-value[b-tclgkn92bh] {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #e04e3f;
    font-family: 'Space Mono', monospace;
}

.stat-label[b-tclgkn92bh] {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #404654;
    font-family: 'Space Mono', monospace;
}
