/* /Components/ChooseEnvironment.razor.rz.scp.css */

#environment-select[b-wobj91ffqf] {
    background: transparent;
    color: white;
    border: none;
    outline: none;
    height: 60px;
    align-items: center;
    border-radius: 0;
    cursor: pointer; 
    padding-inline: 9px;
    padding-block: 4px;
}
    #environment-select:hover[b-wobj91ffqf] {
        background: #2f3641;
    }
    #environment-select option[b-wobj91ffqf] {
        background: #232830;
        color: white;    
        padding-inline: 1rem;
        padding-left: 0.5rem;
    }

environment-select:focus[b-wobj91ffqf] {
    outline: none;
    /* helps visually merge with the popup in some browsers */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@supports (appearance: base-select) {
    select[b-wobj91ffqf], [b-wobj91ffqf]::picker(select) {
        appearance: base-select;
    }

    #environment-select[b-wobj91ffqf]::picker(select) {
        border: none;
        box-shadow: 0 12px 32px rgba(0,0,0,.45);
        background: #232830;
        color: #fff;
        align-items: center;
        line-height: 35px;
        margin-right: 6px;
    }

    #environment-select option:hover[b-wobj91ffqf] {
        background: #2f3641;
    }

    #environment-select option:checked[b-wobj91ffqf] {
        background: #3b4350;
    }

    #environment-select option[b-wobj91ffqf]::checkmark {
        content: "★";
        padding-bottom: 3px;
        padding-inline: 4px;
    }

    select[b-wobj91ffqf]::picker-icon {
        content: "";
    }

    #environment-select:open[b-wobj91ffqf] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yooswadsez] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.main-content[b-yooswadsez] {
    flex: 1;
    min-height: 0;
    overflow: auto;
}

main[b-yooswadsez] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.sidebar[b-yooswadsez] {
    background: #1c232c;
    box-shadow: 0 1.4px 4.8px .4px rgba(0, 0, 0, .5);
}

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
    .page[b-yooswadsez] {
        flex-direction: row;
    }

    .sidebar[b-yooswadsez] {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-yooswadsez] {
    background: #e74c3c;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-yooswadsez] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yrub4e02nd] {
    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-yrub4e02nd] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-yrub4e02nd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yrub4e02nd] {
    font-size: 1.1rem;
}

.bi[b-yrub4e02nd] {
    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-yrub4e02nd] {
    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-yrub4e02nd] {
    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-yrub4e02nd] {
    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-yrub4e02nd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yrub4e02nd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yrub4e02nd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yrub4e02nd]  .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-yrub4e02nd]  a.active {
    color: #d98514;
}

.nav-item[b-yrub4e02nd]  .nav-link:hover {
    background-color: #2E343D;
}

.nav-scrollable[b-yrub4e02nd] {
    display: none;
}

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

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

    .nav-scrollable[b-yrub4e02nd] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NavMenuContent/AzureDevOpsNavMenu.razor.rz.scp.css */
.navbar-toggler[b-bag0lx6i48] {
    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-bag0lx6i48] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-bag0lx6i48] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bag0lx6i48] {
    font-size: 1.1rem;
}

.bi[b-bag0lx6i48] {
    display: flex;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-bag0lx6i48] {
    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");
}

.nav-item[b-bag0lx6i48] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bag0lx6i48] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bag0lx6i48] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bag0lx6i48]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding-left: 1rem;
    }

    .nav-item[b-bag0lx6i48]  a.active {
        color: #d98514;
    }

    .nav-item[b-bag0lx6i48]  .nav-link:hover {
        background-color: #2E343D;
    }

.nav-scrollable[b-bag0lx6i48] {
    display: none;
}

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

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

    .nav-scrollable[b-bag0lx6i48] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        width: 250px;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/SimpleLayout.razor.rz.scp.css */
.simple-layout[b-puel7rkyz7] {
    background: #161a20;
    color: #e0e0e0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    min-height: 100vh;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Layout/TopMenu.razor.rz.scp.css */
/* ── Sticky shell wrapping both bars ── */
.header-wrapper[b-ao7iyj2h8l] {
    position: sticky;
    top: 0;
    z-index: 7;
    /* Offset used to align sub-bar items under the first nav item.
       logo-container (~133px) + its margin-right (20px) = ~153px.
       The nav-item left padding (30px) is absorbed into the sub-nav-item padding below. */
    --sub-bar-indent: calc(2rem + 153px);
}

.left-section[b-ao7iyj2h8l] {
    display: flex;
    align-items: center;
}

.logo-container[b-ao7iyj2h8l] {
    position: relative;
    margin-right: 20px;
}

.logo[b-ao7iyj2h8l] {
    height: 60px;
    padding: 10px 2px;
}

.logo-overlay[b-ao7iyj2h8l] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-1%, -63%);
    height: 40px;
    pointer-events: none;
}

.nav-buttons[b-ao7iyj2h8l] {
    display: flex;
    gap: 10px;
}

    .nav-buttons .nav-item[b-ao7iyj2h8l] {
        flex: 1;
        padding: 20px 30px 17px 30px;
        color: white;
        cursor: pointer;
        height: 100%;
        border-bottom: 3px;
        border-color: transparent;
        border-bottom-style: inset;
    }

        .nav-buttons .nav-item.active[b-ao7iyj2h8l] {
            border-color: #ff9e1b;
        }

        .nav-buttons .nav-item:hover[b-ao7iyj2h8l] {
            background: rgba(255, 255, 255, .05);
        }

        .nav-buttons .nav-item .nav-link[b-ao7iyj2h8l] {
            color: rgba(255, 255, 255, 0.65);
            text-decoration: none;
            font-size: .9rem;
            white-space: nowrap;
        }

        .nav-buttons .nav-item.active .nav-link[b-ao7iyj2h8l],
        .nav-buttons .nav-item:hover .nav-link[b-ao7iyj2h8l] {
            color: #fff;
        }

.right-section[b-ao7iyj2h8l] {
    display: flex;
    align-items: center;
}

.sign-in[b-ao7iyj2h8l] {
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
}

    .sign-in:hover[b-ao7iyj2h8l] {
        background-color: #218838;
    }

main[b-ao7iyj2h8l] {
    flex: 1;
}

/* ── Primary top bar ── */
.top-row[b-ao7iyj2h8l] {
    background-color: #212831;
    justify-content: space-between;
    height: 3.8rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .6);
    position: relative; /* ensures shadow sits above sub-menu */
    z-index: 1;
}

    .top-row[b-ao7iyj2h8l]  a, .top-row[b-ao7iyj2h8l]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .top-row[b-ao7iyj2h8l]  a:hover, .top-row[b-ao7iyj2h8l]  .btn-link:hover {
            color: white;
        }

        .top-row[b-ao7iyj2h8l]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/* ── Sub-bar ── */
.sub-menu[b-ao7iyj2h8l] {
    background-color: #191f27;
    display: flex;
    align-items: center;
    padding: 0 2rem 0 var(--sub-bar-indent);
    height: 0;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    transition: height .2s cubic-bezier(.4, 0, .2, 1);
    position: relative;
}

/* Invisible vertical "bridge" extending the sub-menu's hover region upward
   over the top-row, so the cursor never falls into a dead zone while moving
   diagonally from a top-nav button toward a sub-menu item. Only present
   while a section is open (height > 0) so it can't intercept normal clicks
   on the top bar. */
.header-wrapper[data-active-section] .sub-menu[b-ao7iyj2h8l]::before,
.header-wrapper:has(.devops-nav.active) .sub-menu[b-ao7iyj2h8l]::before,
.header-wrapper:has(.infra-nav.active) .sub-menu[b-ao7iyj2h8l]::before {
    content: "";
    position: absolute;
    top: -3.8rem;
    left: 0;
    right: 0;
    height: 3.8rem;
    pointer-events: auto;
    background: transparent;
}

/* ── Debug visualization (toggle by adding the `menu-debug` class to
   .header-wrapper, e.g. from the browser console:
       document.querySelector('.header-wrapper').classList.toggle('menu-debug')
   Shows the invisible bridge, outlines hover triggers, and prints the
   current active-section in the corner of the bridge. Pure visual aid —
   no behavior change. ── */
.header-wrapper.menu-debug .sub-menu[b-ao7iyj2h8l]::before {
    background: rgba(255, 158, 27, 0.18);
    outline: 1px dashed rgba(255, 158, 27, 0.8);
    outline-offset: -1px;
}

.header-wrapper.menu-debug .devops-nav[b-ao7iyj2h8l],
.header-wrapper.menu-debug .infra-nav[b-ao7iyj2h8l] {
    outline: 1px dashed rgba(0, 200, 255, 0.7);
    outline-offset: -3px;
}

.header-wrapper.menu-debug .sub-menu[b-ao7iyj2h8l] {
    outline: 1px dashed rgba(0, 255, 120, 0.7);
    outline-offset: -1px;
}

.header-wrapper.menu-debug[b-ao7iyj2h8l]::after {
    content: "menu-debug · section: " attr(data-active-section);
    position: absolute;
    top: 4px;
    right: 8px;
    z-index: 9;
    padding: 2px 8px;
    background: rgba(0, 0, 0, 0.65);
    color: #ff9e1b;
    font: 11px/1.4 ui-monospace, monospace;
    border: 1px solid rgba(255, 158, 27, 0.6);
    border-radius: 3px;
    pointer-events: none;
}

.header-wrapper.menu-debug:not([data-active-section])[b-ao7iyj2h8l]::after {
    content: "menu-debug · section: (none)";
}

/* ── Open sub-bar when JS controller marks a section active, or as a
   no-JS fallback when the URL is in that section.
   Sub-menu only opens when the matching sub-group has more than one item —
   a single sub-nav-item is redundant with the parent tab's own link. ── */
.header-wrapper[data-active-section="devops"]:not(:has(.sub-group--devops > .sub-nav-item:only-child)) .sub-menu[b-ao7iyj2h8l],
.header-wrapper[data-active-section="infra"]:not(:has(.sub-group--infra > .sub-nav-item:only-child)) .sub-menu[b-ao7iyj2h8l],
.header-wrapper[data-active-section="powerbi"]:not(:has(.sub-group--powerbi > .sub-nav-item:only-child)) .sub-menu[b-ao7iyj2h8l],
.header-wrapper:has(.devops-nav.active):not(:has(.sub-group--devops > .sub-nav-item:only-child)) .sub-menu[b-ao7iyj2h8l],
.header-wrapper:has(.infra-nav.active):not(:has(.sub-group--infra > .sub-nav-item:only-child)) .sub-menu[b-ao7iyj2h8l],
.header-wrapper:has(.powerbi-nav.active):not(:has(.sub-group--powerbi > .sub-nav-item:only-child)) .sub-menu[b-ao7iyj2h8l] {
    height: 2.4rem;
}

/* ── Sub-groups: hidden by default, flex when relevant ── */
.sub-group[b-ao7iyj2h8l] {
    display: none;
    align-items: center;
    gap: 4px;
    height: 100%;
}

/* Show devops group when JS controller marks devops active, or as a no-JS
   fallback when devops is the active route (and JS hasn't overridden to infra) */
.header-wrapper[data-active-section="devops"] .sub-group--devops[b-ao7iyj2h8l],
.header-wrapper:has(.devops-nav.active):not([data-active-section="infra"]) .sub-group--devops[b-ao7iyj2h8l] {
    display: flex;
}

/* Show infra group when JS controller marks infra active, or as a no-JS
   fallback when infra is the active route (and JS hasn't overridden to devops) */
.header-wrapper[data-active-section="infra"] .sub-group--infra[b-ao7iyj2h8l],
.header-wrapper:has(.infra-nav.active):not([data-active-section="devops"]):not([data-active-section="powerbi"]) .sub-group--infra[b-ao7iyj2h8l] {
    display: flex;
}

/* Show powerbi group when JS controller marks powerbi active, or as a no-JS
   fallback when powerbi is the active route (and JS hasn't overridden) */
.header-wrapper[data-active-section="powerbi"] .sub-group--powerbi[b-ao7iyj2h8l],
.header-wrapper:has(.powerbi-nav.active):not([data-active-section="devops"]):not([data-active-section="infra"]) .sub-group--powerbi[b-ao7iyj2h8l] {
    display: flex;
}

.sub-nav-item[b-ao7iyj2h8l] {
    display: flex;
    align-items: center;
    height: 2.4rem;
    padding: 0 16px 0 16px;
    border-bottom: 2px solid transparent;
    transition: border-color .12s;
}

    .sub-nav-item:has(a.active)[b-ao7iyj2h8l] {
        border-bottom-color: #ff9e1b;
    }

    .sub-nav-item:hover[b-ao7iyj2h8l] {
        background: rgba(255, 255, 255, .05);
        color: #fff;
    }

.sub-nav-item[b-ao7iyj2h8l]  a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    font-size: .82rem;
    white-space: nowrap;
    transition: color .12s;
}

    .sub-nav-item[b-ao7iyj2h8l]  a.active {
        color: #fff;
    }

    .sub-nav-item:hover[b-ao7iyj2h8l]  a {
        color: #fff;
    }

@media (max-width: 640.98px) {
    .header-wrapper[b-ao7iyj2h8l] {
        justify-content: space-between;
    }

        .header-wrapper[b-ao7iyj2h8l]  a, .header-wrapper[b-ao7iyj2h8l]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .top-row.auth[b-ao7iyj2h8l]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ao7iyj2h8l], article[b-ao7iyj2h8l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Pages/AccessDenied.razor.rz.scp.css */
.access-denied-container[b-do0pqvpr8d] {
    max-width: 800px;
    width: 100%;
    padding: 2rem;
    text-align: center;
}

.access-denied-logo[b-do0pqvpr8d] {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

    .access-denied-logo .logo[b-do0pqvpr8d] {
        height: 120px;
    }

    .access-denied-logo .logo-overlay[b-do0pqvpr8d] {
        position: absolute;
        bottom: 22px;
        right: 8px;
        height: 96px;
    }

.access-denied-container h1[b-do0pqvpr8d] {
    color: #ef5350;
    margin-bottom: 2rem;
    justify-content: center;
}

.access-denied-content[b-do0pqvpr8d] {
    background: #21252e;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.access-denied-content p[b-do0pqvpr8d] {
    color: #b0b8c4;
    margin: 1rem 0;
}

/* /Components/Pages/Architecture/Architecture.razor.rz.scp.css */
/* Main container - follows Exceptions pattern */
.architecture-container[b-r8efbjeuey] {
    overflow: auto;
    margin-top: -20px;
    width: 100vw;
    margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem));
    padding-left: var(--bs-gutter-x, 1.5rem);
    padding-right: var(--bs-gutter-x, 1.5rem);
}

/* Three-panel layout using flexbox */
.architecture-panels[b-r8efbjeuey] {
    display: flex;
    height: calc(100vh - 120px);
    gap: 0;
}

/* Left navigation panel */
.left-nav-panel[b-r8efbjeuey] {
    width: 320px;
    min-width: 320px;
    background: var(--rz-base-700);
    border-right: 1px solid var(--rz-base-600);
    overflow-y: auto;
    padding: 1rem;
}

    .left-nav-panel h3[b-r8efbjeuey] {
        margin: 0 0 1rem 0;
    }

/* Center diagram area */
.diagram-content[b-r8efbjeuey] {
    flex: 1;
    background: var(--rz-base-800);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.diagram-canvas[b-r8efbjeuey] {
    flex: 1;
    position: relative;
    overflow: hidden;
}

/* Right context pane - FOLLOWS EXISTING EXCEPTIONS PATTERN */
.right-pane[b-r8efbjeuey] {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    background-color: #1c232c;
    overflow-y: auto;
    padding: 20px;
    padding-top: 100px;
    z-index: 6;
    box-shadow: 0 8px 10px #00000020, 0 6px 30px #00000012, 0 16px 24px #00000014;
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%);
}

    .right-pane.show[b-r8efbjeuey] {
        transform: translateX(0);
    }

    .right-pane.collapsed[b-r8efbjeuey] {
        width: 3rem;
        padding: 60px 0;
    }

    .right-pane.collapsed .pane-header[b-r8efbjeuey] {
        justify-content: center;
    }

/* Pane header - matches Exceptions pattern */
.pane-header[b-r8efbjeuey] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 0.5rem;
}

    .pane-header h3[b-r8efbjeuey] {
        margin-top: 20px !important;
        flex: 1;
        margin: 0;
    }

    .pane-header button[b-r8efbjeuey] {
        margin-top: 20px;
    }

.pane-toggle-btn[b-r8efbjeuey] {
    background: transparent;
    border: none;
    color: #60bafa;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 4px;
}

    .pane-toggle-btn:hover[b-r8efbjeuey] {
        background-color: rgba(96, 186, 250, 0.1);
        color: #88c5ff;
    }

    .pane-toggle-btn[b-r8efbjeuey]  i {
        font-size: 1.25rem;
    }

.collapsed .pane-toggle-btn[b-r8efbjeuey] {
    padding: 0.75rem;
}

    .collapsed .pane-toggle-btn[b-r8efbjeuey]  i {
        font-size: 1.5rem;
    }

.pane-close-btn[b-r8efbjeuey] {
    background: transparent;
    border: none;
    color: #ff6b6b;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 4px;
}

    .pane-close-btn:hover[b-r8efbjeuey] {
        background-color: rgba(255, 107, 107, 0.1);
        color: #ff8787;
    }

    .pane-close-btn[b-r8efbjeuey]  i {
        font-size: 1.25rem;
    }

.pane-divider[b-r8efbjeuey] {
    border: none;
    border-top: 1px solid var(--rz-base-600);
    margin: 1rem 0;
}

/* Flow description bar - centered above diagram */
.flow-description-bar[b-r8efbjeuey] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    background: var(--rz-base-700);
    border-bottom: 1px solid var(--rz-base-600);
}

.flow-description-content[b-r8efbjeuey] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.flow-description-text[b-r8efbjeuey] {
    font-size: 0.9rem;
    color: #adb5bd;
    text-align: center;
}

.step-description-text[b-r8efbjeuey] {
    font-size: 0.85rem;
    color: #e1e1e2;
    text-align: center;
}

/* Footer summary — matches Exceptions details-footer pattern, centered to diagram panel */
.footer-summary[b-r8efbjeuey] {
    position: fixed;
    left: calc(320px + var(--bs-gutter-x, 1.5rem));
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #212831;
    box-shadow: 0 -1.4px 4.8px .4px rgba(0, 0, 0, .5);
    z-index: 5;
}

    .footer-summary p[b-r8efbjeuey] {
        margin: 0;
        padding: 0;
        color: #adb5bd;
    }

/* Adjust main content when right pane is visible */
.architecture-container.pane-visible[b-r8efbjeuey] {
    padding-right: 1.5rem;
}

.pane-visible .diagram-content[b-r8efbjeuey] {
    margin-right: 450px;
}

.pane-visible .footer-summary[b-r8efbjeuey] {
    right: 450px;
}

/* Flow list in left nav */
.flow-list[b-r8efbjeuey] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.flow-group[b-r8efbjeuey] {
    margin-bottom: 1.5rem;
}

    .flow-group h4[b-r8efbjeuey] {
        color: var(--rz-primary);
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.flow-item[b-r8efbjeuey] {
    padding: 0.75rem;
    margin-bottom: 0.25rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .flow-item:hover[b-r8efbjeuey] {
        background-color: #ffffff12;
    }

    .flow-item.active[b-r8efbjeuey] {
        background-color: #ffffff26;
        border-left: 3px solid var(--rz-primary);
    }

    .flow-item .flow-name[b-r8efbjeuey] {
        font-weight: 500;
        margin-bottom: 0.25rem;
    }

    .flow-item .flow-description[b-r8efbjeuey] {
        font-size: 0.85rem;
        color: #adb5bd;
    }

/* Diagram controls */
.diagram-controls[b-r8efbjeuey] {
    position: absolute;
    bottom: 70px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 10;
}

    .diagram-controls button[b-r8efbjeuey] {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: var(--rz-base-700);
        border: 1px solid var(--rz-base-600);
        color: white;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        .diagram-controls button:hover[b-r8efbjeuey] {
            background: var(--rz-base-600);
        }

/* Step navigation — matches Exceptions details-footer buttons */
.step-navigation[b-r8efbjeuey] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .step-navigation .btn[b-r8efbjeuey] {
        margin: 0 0.75rem;
        display: flex;
        justify-content: space-between;
    }

        .step-navigation .btn[b-r8efbjeuey]  i {
            margin-right: 15px;
            margin-left: 15px;
        }

        .step-navigation .btn:disabled[b-r8efbjeuey] {
            opacity: 0.4;
            cursor: not-allowed;
        }

    .step-navigation .step-indicator[b-r8efbjeuey] {
        margin: 0 0.5rem;
        font-weight: 500;
        white-space: nowrap;
        color: #adb5bd;
    }

/* Title text - FOLLOWS EXISTING PATTERN */
.title-text[b-r8efbjeuey] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 20px;
}

/* Search/filter input */
.flow-search[b-r8efbjeuey] {
    margin-bottom: 1rem;
}

    .flow-search input[b-r8efbjeuey] {
        width: 100%;
        padding: 0.5rem;
        background: var(--rz-base-800);
        border: none;
        border-radius: 4px;
        color: white;
    }

/* Group selector */
.group-selector[b-r8efbjeuey] {
    margin-bottom: 1rem;
}

    .group-selector select[b-r8efbjeuey] {
        width: 100%;
        padding: 0.5rem;
        background: var(--rz-base-800);
        border: none;
        border-radius: 4px;
        color: white;
    }
/* /Components/Pages/Architecture/Components/ArchitectureDiagram.razor.rz.scp.css */
.component-node[b-eaqzc63at7] {
    cursor: pointer;
    transition: all 0.5s ease;
}

    .component-node.focused[b-eaqzc63at7] {
        opacity: 1;
        filter: drop-shadow(0 0 8px rgba(0, 174, 239, 0.4));
    }

    .component-node.adjacent[b-eaqzc63at7] {
        opacity: 0.7;
    }

    .component-node.distant[b-eaqzc63at7] {
        opacity: 0.25;
    }

    .component-node:hover[b-eaqzc63at7] {
        filter: drop-shadow(0 0 6px rgba(0, 174, 239, 0.6));
    }

.viewport-group[b-eaqzc63at7] {
    transition: transform 0.6s ease-out;
}

.interaction-arrow[b-eaqzc63at7] {
    transition: opacity 0.5s ease, stroke 0.3s ease;
}

    .interaction-arrow.focused[b-eaqzc63at7] {
        opacity: 1;
        stroke: var(--rz-primary);
        stroke-width: 2.5px;
    }

    .interaction-arrow.adjacent[b-eaqzc63at7] {
        opacity: 0.5;
        stroke: #adb5bd;
    }

    .interaction-arrow.distant[b-eaqzc63at7] {
        opacity: 0.15;
    }

    .interaction-arrow:hover[b-eaqzc63at7] {
        stroke: var(--rz-primary);
        opacity: 1;
    }

.interaction-hit-area[b-eaqzc63at7] {
    stroke: transparent;
    stroke-width: 16;
    fill: none;
    cursor: pointer;
    pointer-events: stroke;
}
/* /Components/Pages/Banner/BannerPanel.razor.rz.scp.css */
#error-ui[b-fxacw0h909] {
    background: #803531;
}

#warning-ui[b-fxacw0h909] {
    background: #5a3907;
}

#info-ui[b-fxacw0h909] {
    background: #614268;
}

.severity[b-fxacw0h909] {
    display: flex;
}

.iconic[b-fxacw0h909] {
    font-size: x-large;
    margin-top: -8px;
    height: 10px;
    margin-right: 5px;
}

#banner-error-ui > div[b-fxacw0h909] {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 0.6rem 2.5rem 0.7rem 2.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #banner-error-ui > div > .options[b-fxacw0h909] {
        cursor: pointer;
        float: right;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        display: flex;
        gap: 0.5rem;
    }

    #banner-error-ui > div > div[b-fxacw0h909] {
        padding-top: 0.3rem;
    }
/* /Components/Pages/Devops/AzurePullRequestMetrics.razor.rz.scp.css */
.pr-metrics td.num[b-nrr8d42zni],
.pr-metrics th.num[b-nrr8d42zni] {
    text-align: right;
}

.pr-metrics[b-nrr8d42zni] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

    .pr-metrics thead th[b-nrr8d42zni] {
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #181e26;
    }

    .pr-metrics td.age-gray[b-nrr8d42zni] {
        color: #9ca3af;
    }

    .pr-metrics td.age-white[b-nrr8d42zni] {
        color: #ffffff;
    }

    .pr-metrics td.age-yellow[b-nrr8d42zni] {
        color: #facc15;
        background: #facc1520;
    }

    .pr-metrics td.age-red[b-nrr8d42zni] {
        color: #ef4444;
        background: #ef444420;
    }

.sort-button[b-nrr8d42zni] {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.2em;
    padding: 0;
}

    .sort-button:hover[b-nrr8d42zni] {
        text-decoration: underline;
    }

.th-tools[b-nrr8d42zni] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.title-col .truncate[b-nrr8d42zni],
.author-col .truncate[b-nrr8d42zni] {
    max-width: 28rem;
}

.created-col[b-nrr8d42zni], 
.closed-col[b-nrr8d42zni] {
    white-space: nowrap;
}

.duration-col[b-nrr8d42zni] {
    text-align: right;
    white-space: nowrap;
}

a[b-nrr8d42zni], .btn-link[b-nrr8d42zni] {
    color: #3498db;
}
/* /Components/Pages/Devops/BugProgress.razor.rz.scp.css */
/* Display + spacing for any host that wraps content with .bug-progress-container.
   Bug-state color variables live in wwwroot/css/bug-state-colors.css. */
/* /Components/Pages/Devops/Components/BugProgressComponents/BugInfo.razor.rz.scp.css */
.bug-info-panel[b-mgoaq9lokd] {
    right: 20px;
    top: 150px;
    width: 315px;
    background-color: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    box-shadow: 0 1.4px 4.8px .4px rgba(0, 0, 0, .5);
    padding: 12px;
    z-index: 1000;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: #212831;
}

.bug-info-header[b-mgoaq9lokd] {
    margin-bottom: 16px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 12px;
}

.bug-info-header h4[b-mgoaq9lokd] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.bug-info-header h4 a[b-mgoaq9lokd] {
    color: var(--rz-primary);
    text-decoration: none;
    transition: color 0.2s;
}

.bug-info-header h4 a:hover[b-mgoaq9lokd] {
    color: var(--rz-primary-light);
    text-decoration: underline;
}

.bug-info-content[b-mgoaq9lokd] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bug-assignee[b-mgoaq9lokd] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.assignee-name[b-mgoaq9lokd] {
    font-weight: 500;
    font-size: 16px;
    color: var(--rz-text-color);
}

.assignee-details[b-mgoaq9lokd] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: auto;
}

    .assignee-details .bug-state-badge[b-mgoaq9lokd] {
        margin-left: auto;
    }

.bug-state-badge[b-mgoaq9lokd] {
    display: inline-block;
    padding: 0px 8px;
    background-color: var(--Default);
    color: white;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    width: fit-content;
}

.bug-total-duration[b-mgoaq9lokd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
}

.duration-label[b-mgoaq9lokd] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.duration-value[b-mgoaq9lokd] {
    font-size: 18px;
    font-weight: 600;
    color: var(--rz-text-color);
}

.duration-range[b-mgoaq9lokd] {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.bug-state-info[b-mgoaq9lokd] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.02);
}

.state-info-header[b-mgoaq9lokd] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    margin-bottom: 2px;
}

.state-badge-and-duration[b-mgoaq9lokd] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.state-description[b-mgoaq9lokd] {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.state-description strong[b-mgoaq9lokd] {
    color: var(--rz-text-color);
    font-weight: 600;
}

.state-name-inline[b-mgoaq9lokd] {
    display: inline-block;
    padding: 0px 8px;
    background-color: var(--Default);
    color: white;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
}

.state-duration-line[b-mgoaq9lokd] {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}

.duration-value-inline[b-mgoaq9lokd] {
    font-size: 14px;
    font-weight: 500;
    color: var(--rz-text-color);
}

.worked-by-section[b-mgoaq9lokd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: 12px;
}

.worked-by-label[b-mgoaq9lokd] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.assignee-pills[b-mgoaq9lokd] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
}

.assignee-pill[b-mgoaq9lokd] {
    display: inline-block;
    padding: 2px 8px;
    background-color: rgba(76, 175, 80, 0.2);
    border: 1px solid rgba(76, 175, 80, 0.4);
    color: #81c784;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

/* State-specific badge colors */
.bug-state-badge.New[b-mgoaq9lokd],
.state-name-inline.New[b-mgoaq9lokd] {
    background: var(--New);
}

.bug-state-badge.Approved[b-mgoaq9lokd],
.state-name-inline.Approved[b-mgoaq9lokd] {
    background: var(--Approved);
}

.bug-state-badge.Active[b-mgoaq9lokd],
.state-name-inline.Active[b-mgoaq9lokd] {
    background: var(--Active);
}

.bug-state-badge.Resolved[b-mgoaq9lokd],
.state-name-inline.Resolved[b-mgoaq9lokd] {
    background: var(--Resolved);
}

.bug-state-badge.QA-Test[b-mgoaq9lokd],
.state-name-inline.QA-Test[b-mgoaq9lokd] {
    background: var(--QA-Test);
}

.bug-state-badge.Deployment[b-mgoaq9lokd],
.state-name-inline.Deployment[b-mgoaq9lokd] {
    background: var(--Deployment);
}

.bug-state-badge.Prod-Test[b-mgoaq9lokd],
.state-name-inline.Prod-Test[b-mgoaq9lokd] {
    background: var(--Prod-Test);
}

.bug-state-badge.Closed[b-mgoaq9lokd],
.state-name-inline.Closed[b-mgoaq9lokd] {
    background: var(--Closed);
}
/* /Components/Pages/Devops/Components/BugProgressComponents/BugProgressChart.razor.rz.scp.css */
.chart[b-9oiuymwfij] {
    display: grid;
    grid-template-rows: 1fr auto;
    max-height: calc(100vh - 15rem);
    width: 100%;
}

.chart-body[b-9oiuymwfij] {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 8px;
    overflow: auto;
    scrollbar-gutter: stable;
}

.axis-y[b-9oiuymwfij] {
    display: grid;
    grid-auto-rows: 16px;
    row-gap: 8px;
    align-content: start;
    padding-bottom: 0.5rem;
}

.y-label[b-9oiuymwfij] {
    font-size: 12px;
    color: var(--LightGray);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.plot[b-9oiuymwfij] {
    position: relative;
    padding-bottom: 0.5rem;
    border-left: 1px solid var(--Gray);
}

.plot-svg[b-9oiuymwfij] {
    display: block;
    width: 100%;
}

.tick-label[b-9oiuymwfij] {
    fill: var(--LightGray);
    font-size: 11px;
}

.horizontal-guide[b-9oiuymwfij] {
    stroke: rgba(255,255,255,0.08);
    stroke-width: 1;
}

.tick-footer[b-9oiuymwfij] {
    display: grid;
    grid-template-columns: 45px 1fr;
    border-top: 1px solid var(--Gray);
    padding-top: 4px;
    gap: 8px;
    margin-right: 1rem;
}

.tick-footer-spacer[b-9oiuymwfij] {
    /* Empty spacer for alignment with axis-y */
}

.tick-footer-plot[b-9oiuymwfij] {
    position: relative;
    overflow: visible;
}

.tick-svg[b-9oiuymwfij] {
    display: block;
    overflow: visible;
    width: 100%;
}

.legend[b-9oiuymwfij] {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: var(--LightGray);
    justify-content: center;
}

.legend-item[b-9oiuymwfij] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.legend .swatch[b-9oiuymwfij] {
    display: inline-block;
    width: 14px;
    height: 10px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.35) inset;
}

.New[b-9oiuymwfij]        { background: var(--New);        }
.Approved[b-9oiuymwfij]   { background: var(--Approved);   }
.Active[b-9oiuymwfij]     { background: var(--Active);     }
.QA-Test[b-9oiuymwfij]    { background: var(--QA-Test);    }
.Deployment[b-9oiuymwfij] { background: var(--Deployment); }
.Deployment[b-9oiuymwfij] { background: var(--Deployment); }
.Prod-Test[b-9oiuymwfij]  { background: var(--Prod-Test);  }
.Resolved[b-9oiuymwfij]   { background: var(--Resolved);   }
.Closed[b-9oiuymwfij]     { background: var(--Closed);     }
.Default[b-9oiuymwfij]    { background: var(--Default);    }
/* /Components/Pages/Devops/Components/BugProgressComponents/BugProgressFilters.razor.rz.scp.css */
.filters[b-lv2kc6mbkw] {
    margin: 0;
    display: grid;
    gap: .5rem;
    justify-items: end;
    text-align: right;
}

.filters-row[b-lv2kc6mbkw] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.toggles[b-lv2kc6mbkw] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
}

.toggle[b-lv2kc6mbkw] {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
}

.duration-slider[b-lv2kc6mbkw] {
    display: flex;
    justify-content: flex-end;
}

.duration-slider label[b-lv2kc6mbkw] {
    text-align: right;
}
/* /Components/Pages/Devops/Components/BugProgressComponents/BugProgressPanel.razor.rz.scp.css */
.bug-progress-panel[b-w7ldn8d6mx] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex: 1;
    min-height: 0;
    min-width: 0;
}

.bug-chart[b-w7ldn8d6mx] {
    border-radius: 4px;
    padding: 12px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: #212831;
    box-shadow: 0 1.4px 4.8px .4px rgba(0, 0, 0, .5);
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.chart-header[b-w7ldn8d6mx] {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.chart-header .header-left[b-w7ldn8d6mx] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.chart-header .header-right[b-w7ldn8d6mx] {
    flex-shrink: 0;
    align-self: flex-end;
}

.live-pill[b-w7ldn8d6mx] {
    background: #2c313c;
    color: #c0c5cc;
    padding: 0.15rem 0.6rem;
    border-radius: 0.75rem;
    font-size: 0.75rem;
}
/* /Components/Pages/Devops/Components/BugProgressComponents/BugVisualization.razor.rz.scp.css */
.bar[b-ftw97wlry9] {
    opacity: 0.95;
    rx: 1;
}

.state-line[b-ftw97wlry9] {
    stroke-opacity: 0.95;
}

.state-ball[b-ftw97wlry9] {
    opacity: 0.95;
}

.horizontal-guide[b-ftw97wlry9] {
    stroke: rgba(255,255,255,0.08);
    stroke-width: 1;
    transition: stroke 0.2s ease;
}

.horizontal-guide.selected[b-ftw97wlry9] {
    stroke: #ff9e1b4a;
}

.row-hover-area[b-ftw97wlry9] {
    fill: transparent;
    pointer-events: all;
}

.New[b-ftw97wlry9]        { fill: var(--New);        }
.Approved[b-ftw97wlry9]   { fill: var(--Approved);   }
.Active[b-ftw97wlry9]     { fill: var(--Active);     }
.QA-Test[b-ftw97wlry9]    { fill: var(--QA-Test);    }
.Deployment[b-ftw97wlry9] { fill: var(--Deployment); }
.Prod-Test[b-ftw97wlry9]  { fill: var(--Prod-Test);  }
.Resolved[b-ftw97wlry9]   { fill: var(--Resolved);   }
.Closed[b-ftw97wlry9]     { fill: var(--Closed);     }
.Default[b-ftw97wlry9]    { fill: var(--Default);    }

.state-line.New[b-ftw97wlry9]        { stroke: var(--New);        }
.state-line.Approved[b-ftw97wlry9]   { stroke: var(--Approved);   }
.state-line.Active[b-ftw97wlry9]     { stroke: var(--Active);     }
.state-line.QA-Test[b-ftw97wlry9]    { stroke: var(--QA-Test);    }
.state-line.Deployment[b-ftw97wlry9] { stroke: var(--Deployment); }
.state-line.Prod-Test[b-ftw97wlry9]  { stroke: var(--Prod-Test);  }
.state-line.Resolved[b-ftw97wlry9]   { stroke: var(--Resolved);   }
.state-line.Closed[b-ftw97wlry9]     { stroke: var(--Closed);     }
.state-line.Default[b-ftw97wlry9]    { stroke: var(--Default);    }
/* /Components/Pages/Devops/Components/DashboardTile.razor.rz.scp.css */
.dashboard-tile[b-qb5ps1onaz] {
    overflow: hidden;
    min-width: 0;
    min-height: 0;
}

.dashboard-tile__header[b-qb5ps1onaz] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.dashboard-tile__header h2[b-qb5ps1onaz] {
    margin: 0;
}

.dashboard-tile__header-right[b-qb5ps1onaz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dashboard-tile__subtitle[b-qb5ps1onaz] {
    color: #808890;
    font-size: 0.85rem;
    margin: 0 0 0.5rem 0;
}

.dashboard-tile__body[b-qb5ps1onaz] {
    flex: 1;
    min-height: 0;
    min-width: 0;
    overflow: auto;
}
/* /Components/Pages/Devops/Components/FeatureMetricsTable.razor.rz.scp.css */
.feature-metrics td.num[b-17rr5ihm8k],
.feature-metrics th.num[b-17rr5ihm8k] {
    text-align: right;
}

.feature-metrics .sticky-col[b-17rr5ihm8k] {
    position: sticky;
    left: 0;
    z-index: 1;
}

    .feature-metrics .sticky-col + .sticky-col[b-17rr5ihm8k] {
        left: 8rem; 
    }

.feature-metrics th.state-header[b-17rr5ihm8k] {
    position: relative;
    height: 90px; 
    vertical-align: bottom; 
    padding-bottom: 8px;
    white-space: nowrap;
}

    .feature-metrics th.state-header > button > span[b-17rr5ihm8k] {
        position: absolute;
        bottom: 6px;
        left: 35%;
        transform: rotate(-30deg);
        transform-origin: left bottom;
        display: inline-block;
        white-space: nowrap;
    }


.feature-metrics td.age-gray[b-17rr5ihm8k] {
    color: #9ca3af;
}
.feature-metrics td.age-white[b-17rr5ihm8k] {
    color: #ffffff;
}
.feature-metrics td.age-yellow[b-17rr5ihm8k] {
    color: #facc15;
    background: #facc1520;
}
.feature-metrics td.age-red[b-17rr5ihm8k] {
    color: #ef4444;
    background: #ef444420;
}

.feature-metrics td.num[b-17rr5ihm8k], .feature-metrics th.state-header[b-17rr5ihm8k] {
    padding-right: 0.6rem;
    padding-left: 0.4rem;
    min-width: 85px;
}

.sort-button[b-17rr5ihm8k] {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.2em;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .sort-button:hover[b-17rr5ihm8k] {
        text-decoration: underline;
    }

.changed-column[b-17rr5ihm8k] {
    width: 11px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .changed-column button.sort-button[b-17rr5ihm8k] {
        padding: 0px;
    }

a[b-17rr5ihm8k], .btn-link[b-17rr5ihm8k] {
    color: #3498db;
}
/* /Components/Pages/Devops/Components/FilterMenu.razor.rz.scp.css */
.filter-menu[b-1sgays3crk] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.filter-button[b-1sgays3crk] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.filter-overlay[b-1sgays3crk] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 40;
}

.filter-popover[b-1sgays3crk] {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
    max-inline-size: min(90vi, 33rem);
    min-inline-size: 240px;
    max-height: 50vh;
    overflow: auto;
    background-color: #1c232c;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: .5rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    z-index: 50;
    padding: .5rem;
}

@media (width <= 520px) {
    .filter-popover[b-1sgays3crk] {
        inset-inline: 0 auto;
        transform: none;
    }
}

.filter-title-row[b-1sgays3crk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin: .25rem .25rem .5rem .25rem;
}

.filter-title[b-1sgays3crk] {
    font-weight: 600;
}

.selectall-button[b-1sgays3crk] {
    background: none;
    border: 1px solid rgba(255,255,255,.15);
    color: inherit;
    padding: .2rem .45rem;
    border-radius: .375rem;
    cursor: pointer;
}

.filter-list[b-1sgays3crk] {
    display: grid;
    grid-template-columns: 1fr;
    gap: .25rem;
    max-width: 33rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.filter-item[b-1sgays3crk] {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: .5rem;
    align-items: center;
    white-space: nowrap;
    font-weight: normal;
}

@supports (anchor-name: --a) {
    .filter-button[b-1sgays3crk] {
        anchor-name: --filter;
    }

    .filter-popover[b-1sgays3crk] {
        position-anchor: --filter;
        top: anchor(bottom);
        left: anchor(center);
        transform: translateX(-50%) translateY(12px);
        position-try: flip-inline, flip-block;
        position-try-order: most-visible;
        max-inline-size: min(90vi, 33rem);
    }
}
/* /Components/Pages/Devops/Components/InsightsTiles/StuckRightNowTile.razor.rz.scp.css */
.muted[b-34h3xu722r] {
    color: #808890;
}

/* Radzen renders inside a fixed-width container by default; let it expand. */
[b-34h3xu722r] .rz-chart {
    width: 100% !important;
    height: 100% !important;
}
/* /Components/Pages/Devops/DevopsInsights.razor.rz.scp.css */
.insights-page[b-43uktgcyzj] {
    padding: 1rem;
}

[b-43uktgcyzj] .dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(120px, auto);
    grid-auto-flow: dense;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

/* Inside this dashboard, let tiles stretch to fill their grid cell instead
   of capping at the per-tile max-width baked into tiles.css. Without this,
   a tile-2x1 at narrow viewports collapses to its cap while siblings keep
   the wider grid track, producing inconsistent sizes. */
[b-43uktgcyzj] .dashboard-grid > [class*="tile-"] {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

[b-43uktgcyzj] .kpi-number {
    font-size: 3rem;
    font-weight: 600;
    color: #00aeef;
    margin: 0.25rem 0 0 0;
    line-height: 1;
}

[b-43uktgcyzj] .live-pill {
    background: #2c313c;
    color: #c0c5cc;
    padding: 0.15rem 0.6rem;
    border-radius: 0.75rem;
    font-size: 0.75rem;
}

[b-43uktgcyzj] .bug-progress-tile .dashboard-tile__body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-43uktgcyzj] .bug-progress-tile .bug-chart {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

[b-43uktgcyzj] .feature-metrics-tile .dashboard-tile__body {
    overflow: auto;
}

[b-43uktgcyzj] .stuck-now-tile .dashboard-tile__body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
/* /Components/Pages/FinOps/FinOpsHub.razor.rz.scp.css */
/* FinOps Hub — palette + layout modeled after the PoC (finops.html). */

.finops-hub[b-vpi5cug6ly] {
    --bg: #0f1419;
    --panel: #1a2129;
    --panel-2: #18202a;
    --row: #151b22;
    --border: #22303d;
    --border-strong: #2e4053;
    --fg: #d8dee5;
    --muted: #7c8b9a;
    --accent: #4ea1ff;
    --danger: #ff6b6b;

    display: flex;
    flex-direction: column;
    height: calc(100dvh - 96px);
    min-height: 520px;
    background: var(--bg);
    color: var(--fg);
    font-size: 13px;
    line-height: 1.4;

    /* Escape the .content.px-4 bootstrap padding so the hub uses the full width. */
    width: 100vw;
    margin-top: -1.1rem;
    margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem));
    border-top: 1px solid var(--border);
}

/* ---------- Grid: rail + body ---------- */

.finops-grid[b-vpi5cug6ly] {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
}

/* ---------- Rail ---------- */

.rail[b-vpi5cug6ly] {
    background: var(--panel);
    border-right: 1px solid var(--border);
    padding: 10px 12px 12px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.rail h3[b-vpi5cug6ly] {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--muted);
    letter-spacing: 0.08em;
    margin: 8px 2px 0;
    font-weight: 600;
}

.rail-actions[b-vpi5cug6ly] {
    display: flex;
    gap: 6px;
    margin-bottom: 2px;
    margin-top: 10px;
}

.rail-btn[b-vpi5cug6ly] {
    flex: 1;
    padding: 5px 8px;
    background: var(--bg);
    border: 1px solid var(--border);
    color: var(--muted);
    border-radius: 3px;
    font-size: 11px;
    font-family: inherit;
    cursor: pointer;
    line-height: 1.4;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.rail-btn:hover:not(:disabled)[b-vpi5cug6ly] {
    border-color: var(--accent);
    color: var(--accent);
}

.rail-btn.primary[b-vpi5cug6ly] {
    background: var(--accent);
    border-color: var(--accent);
    color: #0c1419;
    font-weight: 600;
}

.rail-btn.primary:hover:not(:disabled)[b-vpi5cug6ly] {
    background: #6cb1ff;
    border-color: #6cb1ff;
    color: #0c1419;
}

.rail-btn:disabled[b-vpi5cug6ly] {
    opacity: 0.45;
    cursor: not-allowed;
}

/* ---------- Quick-filter region buttons + bucket toggles ---------- */
.quick-filters[b-vpi5cug6ly] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

/* Region buttons row: segmented control + refresh icon. */
.region-row[b-vpi5cug6ly] {
    display: flex;
    gap: 6px;
    align-items: stretch;
}

.region-segmented[b-vpi5cug6ly] {
    flex: 1;
    display: flex;
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
}

.region-seg[b-vpi5cug6ly] {
    flex: 1;
    padding: 5px 0;
    background: var(--bg);
    color: var(--text);
    border: 0;
    border-left: 1px solid var(--border);
    font-size: 12px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.region-seg:first-child[b-vpi5cug6ly] {
    border-left: 0;
}

.region-seg:hover:not(:disabled)[b-vpi5cug6ly] {
    background: var(--row);
    color: var(--accent);
}

.region-seg.is-active[b-vpi5cug6ly] {
    background: var(--accent);
    color: #0c1419;
}

.region-seg.is-active:hover:not(:disabled)[b-vpi5cug6ly] {
    background: #6cb1ff;
}

.region-seg:disabled[b-vpi5cug6ly] {
    opacity: 0.45;
    cursor: not-allowed;
}

.refresh-btn[b-vpi5cug6ly] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    background: var(--bg);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.refresh-btn:hover:not(:disabled)[b-vpi5cug6ly] {
    border-color: var(--accent);
    color: var(--accent);
}

.refresh-btn:disabled[b-vpi5cug6ly] {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Bucket pills. Always rendered; APIs disables when not US. */
.bucket-pills[b-vpi5cug6ly] {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.bucket-pill[b-vpi5cug6ly] {
    padding: 1px 6px;
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 10px;
    line-height: 1.5;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.bucket-pill:hover:not(:disabled)[b-vpi5cug6ly] {
    border-color: var(--accent);
    color: var(--accent);
}

.bucket-pill.is-active[b-vpi5cug6ly] {
    background: transparent;
    border-color: var(--accent);
    color: var(--accent);
}

.bucket-pill.is-active:hover:not(:disabled)[b-vpi5cug6ly] {
    border-color: #6cb1ff;
    color: #6cb1ff;
}

.bucket-pill:disabled[b-vpi5cug6ly] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ---------- MudBlazor input compaction inside the rail ----------
   Goal: each filter / date picker is ~32px tall with the floating label,
   matching the PoC's compact filter rail. Targets MudBlazor v9. */

.rail[b-vpi5cug6ly]  .mud-input-control {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.rail[b-vpi5cug6ly]  .mud-input-control-helper-container,
.rail[b-vpi5cug6ly]  .mud-input-helper-text {
    display: none !important;
}

.rail[b-vpi5cug6ly]  .mud-input.mud-input-outlined {
    min-height: 0 !important;
    background: var(--bg);
    border-radius: 3px;
}

.rail[b-vpi5cug6ly]  .mud-input.mud-input-outlined > input,
.rail[b-vpi5cug6ly]  .mud-input.mud-input-outlined > .mud-input-slot,
.rail[b-vpi5cug6ly]  .mud-select .mud-input-slot {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    min-height: 26px !important;
    font-size: 12px !important;
    color: var(--fg) !important;
}

.rail[b-vpi5cug6ly]  .mud-input-label.mud-input-label-outlined {
    font-size: 15px !important;
    color: var(--muted) !important;
}

.rail[b-vpi5cug6ly]  .mud-input-outlined .mud-input-outlined-border {
    border-color: var(--border) !important;
    border-radius: 3px !important;
}

.rail[b-vpi5cug6ly]  .mud-input-outlined.mud-shrink .mud-input-outlined-border {
    border-color: var(--border) !important;
}

.rail[b-vpi5cug6ly]  .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: var(--accent) !important;
}

.rail[b-vpi5cug6ly]  .mud-input-outlined.mud-focused .mud-input-outlined-border {
    border-color: var(--accent) !important;
    border-width: 1px !important;
}

.rail[b-vpi5cug6ly]  .mud-picker,
.rail[b-vpi5cug6ly]  .mud-picker-inline,
.rail[b-vpi5cug6ly]  .mud-select,
.rail[b-vpi5cug6ly]  .mud-autocomplete {
    flex: 0 0 auto !important;
}

/* Date picker: keep its adornment compact. */
.rail[b-vpi5cug6ly]  .mud-picker .mud-input-adornment-end {
    margin-right: 4px;
}

.rail[b-vpi5cug6ly]  .mud-picker .mud-input-adornment-end .mud-icon-button {
    padding: 2px !important;
    width: 22px !important;
    height: 22px !important;
}

.rail[b-vpi5cug6ly]  .mud-picker .mud-input-adornment-end .mud-icon-root {
    font-size: 16px !important;
}

/* ---------- Body ---------- */

.body[b-vpi5cug6ly] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    overflow: auto;
    box-sizing: border-box;

    /* Subtle scrollbar to match the dark theme. */
    scrollbar-width: thin;
    scrollbar-color: rgba(124, 139, 154, 0.35) transparent;
}

.body[b-vpi5cug6ly]::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.body[b-vpi5cug6ly]::-webkit-scrollbar-track {
    background: transparent;
}

.body[b-vpi5cug6ly]::-webkit-scrollbar-thumb {
    background-color: rgba(124, 139, 154, 0.28);
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.body[b-vpi5cug6ly]::-webkit-scrollbar-thumb:hover {
    background-color: rgba(124, 139, 154, 0.55);
}

.body[b-vpi5cug6ly]::-webkit-scrollbar-corner {
    background: transparent;
}

.body-inner[b-vpi5cug6ly] {
    display: flex;
    flex-direction: column;
    padding: 14px 16px 18px;
    gap: 12px;

    /* Cap content width on ultrawide screens, scrollbar stays at viewport edge. */
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ---------- KPIs ---------- */

.kpis[b-vpi5cug6ly] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
}

.kpi[b-vpi5cug6ly] {
    background: linear-gradient(180deg, #1d2c3a, #182230);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 64px;
    min-width: 150px;
    flex: 0 0 auto;
}

.kpi .lbl[b-vpi5cug6ly] {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--muted);
    letter-spacing: 0.06em;
    font-weight: 600;
}

.kpi .lbl .cost-type-toggle[b-vpi5cug6ly] {
    display: inline-block;
    background: transparent;
    color: inherit;
    border: 1px solid var(--border, #404a63);
    border-radius: 3px;
    font: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    padding: 0 0px;
    margin: 0 0px;
    cursor: pointer;
    vertical-align: baseline;
    appearance: none;
}

.kpi .lbl .cost-type-toggle:hover:not(:disabled)[b-vpi5cug6ly] {
    border-color: var(--accent, #4ea1ff);
    color: var(--accent, #4ea1ff);
}

.kpi .lbl .cost-type-toggle:disabled[b-vpi5cug6ly] {
    opacity: 0.5;
    cursor: default;
}

.kpi .val[b-vpi5cug6ly] {
    font-size: 20px;
    font-weight: 600;
    margin-top: 4px;
    color: var(--fg);
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kpi.accent .val[b-vpi5cug6ly] {
    color: var(--accent);
    font-size: 22px;
}

/* ---------- Link card (Power BI shortcut) ---------- */

    .kpi.link-card[b-vpi5cug6ly] {
        flex: 0 0 auto;
        min-width: 150px;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        color: var(--fg);
        transition: background 0.15s ease;
    }

.kpi.link-card:hover[b-vpi5cug6ly] {
    background: linear-gradient(180deg, #243446, #1c2735);
}

.kpi.link-card img[b-vpi5cug6ly] {
    height: 32px;
    width: auto;
}

.kpi.link-card .lbl[b-vpi5cug6ly] {
    font-size: 13px;
    color: var(--fg);
    font-weight: 600;
}

/* Below 900px: stack Date Range on top, with Selected Cost + Power BI link on row below. */
@media (max-width: 1000px) {
    .kpis .kpi.daterange-kpi[b-vpi5cug6ly] {
        order: -1;
        flex: 1 1 100%;
    }

    /* A + C share the second row so their combined width matches B above. */
    .kpis .kpi.accent[b-vpi5cug6ly],
    .kpis .kpi.link-card[b-vpi5cug6ly] {
        flex: 1 1 0;
        min-width: 0;
    }
}

/* 900–1100px: keep all three on one row by compressing Selected Cost. */
@media (max-width: 1100px) and (min-width: 1001px) {
    .kpis .kpi[b-vpi5cug6ly] {
        min-width: 70px;
        padding: 10px 12px;
    }

    .kpis .kpi.accent .val[b-vpi5cug6ly] {
        font-size: 13px;
    }

    .kpis .kpi .lbl[b-vpi5cug6ly] {
        font-size: 7px;
    }

}

/* ---------- Date range kpi ---------- */

.kpi.daterange-kpi[b-vpi5cug6ly] {
    flex: 1 1 450px;
    min-width: 450px;
    align-items: center;
}

.kpi.daterange-kpi .date-range-controls[b-vpi5cug6ly] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 2px;
}

.kpi.daterange-kpi .date-range-controls .btn[b-vpi5cug6ly] {
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 4px;
    color: var(--fg);
    cursor: pointer;
    padding: 0.25rem 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.kpi.daterange-kpi .date-range-controls .btn:hover:not(:disabled)[b-vpi5cug6ly] {
    background: #2a3340;
}

.kpi.daterange-kpi .date-range-controls .btn:disabled[b-vpi5cug6ly] {
    opacity: 0.4;
    cursor: not-allowed;
}

.kpi.daterange-kpi .date-range-controls .btn.active[b-vpi5cug6ly] {
    background: #363d47;
}

.kpi.daterange-kpi .date-picker-group[b-vpi5cug6ly] {
    flex: 0 0 350px;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}

.kpi.daterange-kpi[b-vpi5cug6ly]  .mud-input-control {
    margin: 0;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}

/* Picker fluidly shrinks from 350px (at 1000vw) down to 250px (at ~600vw).
   Placed after the base rules so it wins the cascade tie. */
@media (max-width: 1000px) {
    .kpi.daterange-kpi .date-picker-group[b-vpi5cug6ly] {
        flex: 0 0 auto;
        width: clamp(250px, calc(100px + 25vw), 350px);
        min-width: 250px;
        max-width: 350px;
    }

    .kpi.daterange-kpi[b-vpi5cug6ly]  .mud-input-control {
        width: clamp(250px, calc(100px + 25vw), 350px);
        min-width: 250px;
        max-width: 350px;
    }
}

/* ---------- Rail section headings ---------- */

.rail h4[b-vpi5cug6ly] {
    font-size: 9px;
    text-transform: uppercase;
    color: var(--muted);
    letter-spacing: 0.06em;
    margin: 6px 2px 0;
    font-weight: 600;
}

/* ---------- Filters divider (collapsible "load more" toggle) ---------- */

.rail .filters-divider[b-vpi5cug6ly] {
    margin-top: 4px;
}

.rail .filters-divider > summary[b-vpi5cug6ly] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.rail .filters-divider > summary[b-vpi5cug6ly]::-webkit-details-marker { display: none; }

.rail .filters-divider > summary .divider-line[b-vpi5cug6ly] {
    flex: 1 1 auto;
    height: 1px;
    background: var(--border);
}

.rail .filters-divider > summary .divider-arrow[b-vpi5cug6ly] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--muted);
    line-height: 1;
    transition: transform 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.rail .filters-divider > summary .divider-arrow[b-vpi5cug6ly]  svg {
    width: 14px;
    height: 14px;
}

.rail .filters-divider > summary:hover .divider-arrow[b-vpi5cug6ly] {
    border-color: var(--accent);
    color: var(--accent);
}

.rail .filters-divider[open] > summary .divider-arrow[b-vpi5cug6ly] {
    transform: rotate(180deg);
}

.rail .filters-divider > .filters-divider-content[b-vpi5cug6ly] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 6px;
    max-height: 250px;
    overflow-y: auto;
}

/* ---------- Report section ---------- */

.report-generate-btn[b-vpi5cug6ly] {
    flex: 0 0 auto;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.report-generate-btn.copied[b-vpi5cug6ly] {
    background: rgba(63, 185, 106, 0.16);
    border-color: rgba(63, 185, 106, 0.4);
    color: #56d364;
}

.report-generate-btn.copied:hover:not(:disabled)[b-vpi5cug6ly] {
    background: rgba(63, 185, 106, 0.16);
    border-color: rgba(63, 185, 106, 0.4);
    color: #56d364;
}

.report-generate-btn-icon[b-vpi5cug6ly] {
    color: #56d364;
    font-size: 14px !important;
    width: 14px;
    height: 14px;
}

/* ---------- Chart ---------- */

.chart-wrap[b-vpi5cug6ly],
.matrix-wrap[b-vpi5cug6ly] {
    background: var(--panel-2);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 12px 16px;
    min-width: 0;
}

.chart-wrap[b-vpi5cug6ly] {
    display: flex;
    flex-direction: column;
}

.chart-wrap h4[b-vpi5cug6ly],
.matrix-wrap h4[b-vpi5cug6ly] {
    margin: 0 0 8px;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--muted);
    letter-spacing: 0.06em;
    font-weight: 600;
}

.chart-wrap[b-vpi5cug6ly]  .mud-chart,
.chart-wrap[b-vpi5cug6ly]  .mud-chart > div {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
}

.chart-wrap[b-vpi5cug6ly]  svg.mud-chart-bar {
    display: block;
    width: 100%;
    height: 500px;
    background: transparent !important;
}

/* Row-hover dim/brighten — JS toggles data-hl on .chart-wrap; CSS does the rest.
   Per-color "keep bright" rules are generated server-side in FinOpsHub.razor from
   _chartOptions.ChartPalette (single source of truth for series colors). */
.chart-wrap[data-hl][b-vpi5cug6ly]  svg.mud-chart-bar path.mud-chart-bar {
    opacity: 0.2;
    transition: opacity 500ms ease;
}

/* MudChart axis text: small, dim, tabular numerals so $ amounts align. */
.chart-wrap[b-vpi5cug6ly]  .mud-chart svg .mud-charts-xaxis,
.chart-wrap[b-vpi5cug6ly]  .mud-chart svg .mud-charts-yaxis,
.chart-wrap[b-vpi5cug6ly]  .mud-chart svg .mud-charts-xaxis text,
.chart-wrap[b-vpi5cug6ly]  .mud-chart svg .mud-charts-yaxis text {
    fill: var(--muted) !important;
    font-size: 10px !important;
    font-family: inherit !important;
    font-variant-numeric: tabular-nums;
    font-weight: 400 !important;
}

/* Tooltip text: keep white/bright fill from MudBlazor's default; only restyle font. */
.chart-wrap[b-vpi5cug6ly]  .mud-chart svg .svg-tooltip text {
fill: #ffffff !important;
    font-size: 12px !important;
    font-family: inherit !important;
    font-weight: 100 !important;
    font-variant-numeric: tabular-nums;
    stroke-width: 0;
    stroke: #ffffff82;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 100);
}

.chart-wrap[b-vpi5cug6ly]  .mud-chart svg .mud-charts-gridlines-yaxis line,
.chart-wrap[b-vpi5cug6ly]  .mud-chart svg .mud-charts-gridlines-yaxis path,
.chart-wrap[b-vpi5cug6ly]  .mud-chart svg .mud-charts-gridlines-xaxis line,
.chart-wrap[b-vpi5cug6ly]  .mud-chart svg line {
    stroke: rgba(124, 139, 154, 0.08) !important;
    stroke-width: 1px !important;
}

/* MudChart legend: place under chart, compact. */
.chart-wrap[b-vpi5cug6ly]  .mud-chart-legend-checkbox .mud-input-control > .mud-input-control-input-container {
    background: transparent !important;
}

.chart-wrap[b-vpi5cug6ly]  .mud-chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px 0 0;
    justify-content: center;
}

.chart-wrap[b-vpi5cug6ly]  .mud-chart-legend-item {
    font-size: 11px !important;
    color: var(--muted) !important;
}

/* Our own legend (in-memory toggle that retunes the Selected Cost KPI). */
.chart-legend[b-vpi5cug6ly] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 10px 8px 4px;
    justify-content: center;
}

.chart-legend-item[b-vpi5cug6ly] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 0;
    padding: 2px 4px;
    margin: 0;
    cursor: pointer;
    color: var(--fg);
    font: inherit;
    font-size: 11px;
    line-height: 1;
    border-radius: 3px;
    transition: opacity 120ms ease;
}

.chart-legend-item:hover[b-vpi5cug6ly] {
    background: rgba(255, 255, 255, 0.04);
}

.chart-legend-item .swatch[b-vpi5cug6ly] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    flex: 0 0 auto;
}

.chart-legend-item.is-hidden[b-vpi5cug6ly] {
    opacity: 0.45;
}

.chart-legend-item.is-hidden .label[b-vpi5cug6ly] {
    text-decoration: line-through;
    color: var(--muted);
}

.chart-legend-item.is-hidden .swatch[b-vpi5cug6ly] {
    filter: grayscale(1);
}

/* Matrix rows hidden via the chart legend: dim + strike-through, but keep the row
   in flow so the user can still see what's been toggled off. The footer Total
   already excludes these values. */
.matrix tbody tr.is-hidden td[b-vpi5cug6ly] {
    opacity: 0.45;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.matrix tbody tr.is-hidden td .ch[b-vpi5cug6ly],
.matrix tbody tr.is-hidden td .trend-icon[b-vpi5cug6ly] {
    text-decoration: none;
}

.empty[b-vpi5cug6ly] {
    color: var(--muted);
    font-size: 12px;
    padding: 24px;
    background: var(--row);
    border: 1px dashed var(--border);
    border-radius: 4px;
    text-align: center;
}

/* ---------- Matrix ---------- */

.matrix-scroll[b-vpi5cug6ly] {
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: var(--row);
}

.matrix[b-vpi5cug6ly] {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}

.matrix th[b-vpi5cug6ly],
.matrix td[b-vpi5cug6ly] {
    padding: 5px 8px;
    border-bottom: 1px solid var(--border);
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.matrix th.key-col[b-vpi5cug6ly],
.matrix td.key-col[b-vpi5cug6ly] {
    text-align: left;
    font-variant-numeric: normal;
    position: sticky;
    left: 0;
    background: linear-gradient(to left, rgba(21, 27, 34, 0) 0%, rgb(21 27 34 / 73%) 10%, rgb(21 27 34) 14%, rgba(21, 27, 34, 1) 100%);
    min-width: 220px;
}

/* Inner number cells (everything between the sticky key-col and the sticky total/trend cols)
   get the darker tone so the gradients on the sticky columns can fade to transparent and
   reveal a flat, matching color from the scroll container behind them. */
.matrix tbody td:not(.key-col):not(.total-col):not(.trend-col)[b-vpi5cug6ly] {
    background: #101419;
}

/* Date column headers are left-aligned so they peek out of the Total column's fading gradient when scrolled. */
.matrix thead th:not(.key-col):not(.total-col):not(.trend-col)[b-vpi5cug6ly] {
    text-align: left;
}

/* Total column: sticky to the right of the Trend column. Shrinks to widest value
   (width:1%; white-space:nowrap trick) so the gap between value and trend icon
   stays tight. Keeps the gradient fade-in so date headers/values peek out as the
   user scrolls. */
.matrix th.total-col[b-vpi5cug6ly],
.matrix td.total-col[b-vpi5cug6ly] {
    position: sticky;
    background: linear-gradient(to right, rgba(21, 27, 34, 0) 0%, rgb(21 27 34 / 73%) 10%, rgb(21 27 34) 14%, rgba(21, 27, 34, 1) 100%);
    right: 32px;
    width: 1%;
    white-space: nowrap;
    text-align: right;
    padding-left: 16px;
    background: linear-gradient(to right, rgba(21, 27, 34, 0) 0%, rgb(21 27 34 / 73%) 10%, rgb(21 27 34) 14%, rgba(21, 27, 34, 1) 100%);
}

.matrix thead th.total-col[b-vpi5cug6ly] {
    background: linear-gradient(to right, rgba(26, 33, 41, 0) 0%, rgb(26 33 41 / 73%) 10%, rgb(26 33 41) 14%, rgba(26, 33, 41, 1) 100%);
    z-index: 1;
}

.matrix tfoot td.total-col[b-vpi5cug6ly] {
    background: linear-gradient(to right, rgba(26, 33, 41, 0) 0%, rgb(26 33 41 / 73%) 10%, rgb(26 33 41) 14%, rgba(26, 33, 41, 1) 100%);
    color: var(--accent);
}

.matrix tbody tr:hover td.total-col[b-vpi5cug6ly] {
    background: linear-gradient(to right, rgba(31, 39, 49, 0) 0%, rgb(31 39 49 / 73%) 10%, rgb(31 39 49) 14%, rgba(31, 39, 49, 1) 100%);
}

/* Trend column: sticky to the right edge, fixed width, holds the trend icon. */
.matrix th.trend-col[b-vpi5cug6ly],
.matrix td.trend-col[b-vpi5cug6ly] {
    position: sticky;
    right: 0;
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    padding: 5px 6px 5px 2px;
    text-align: center;
    background: var(--row);
    box-shadow: -8px 0 8px -8px rgba(0, 0, 0, 0.5);
}

.matrix thead th.trend-col[b-vpi5cug6ly],
.matrix tfoot td.trend-col[b-vpi5cug6ly] {
    background: #1a2129;
    z-index: 1;
}

.matrix tbody tr:hover td.trend-col[b-vpi5cug6ly] {
    background: #1f2731;
}

/* Trend icon colors via Color.Inherit — color set on .trend-icon directly. */
.matrix td.trend-col.trend-flat[b-vpi5cug6ly]        .trend-icon { color: #7c8b9a; }
.matrix td.trend-col.trend-up[b-vpi5cug6ly]          .trend-icon { color: #e85d75; }
.matrix td.trend-col.trend-down[b-vpi5cug6ly]        .trend-icon { color: #3ddc97; }
.matrix td.trend-col.trend-surge-up[b-vpi5cug6ly]    .trend-icon { color: #ff7043; }
.matrix td.trend-col.trend-surge-down[b-vpi5cug6ly]  .trend-icon { color: #4ea1ff; }

.matrix[b-vpi5cug6ly]  .trend-icon {
    width: 18px !important;
    height: 18px !important;
    font-size: 18px !important;
    vertical-align: middle;
    flex-shrink: 0;
}

.matrix td.trend-col.trend-surge-up[b-vpi5cug6ly]  .trend-icon {
    filter: drop-shadow(0 0 4px rgba(255, 112, 67, 0.55));
}

.matrix td.trend-col.trend-surge-down[b-vpi5cug6ly]  .trend-icon {
    filter: drop-shadow(0 0 4px rgba(78, 161, 255, 0.55));
}


.matrix thead th[b-vpi5cug6ly] {
    color: var(--muted);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.05em;
    background: var(--panel);
    position: sticky;
    top: 0;
    z-index: 1;
}

.matrix thead th.key-col[b-vpi5cug6ly] {
    z-index: 2;
    background: linear-gradient(to left, rgba(26, 33, 41, 0) 0%, rgb(26 33 41 / 73%) 10%, rgb(26 33 41) 14%, rgba(26, 33, 41, 1) 100%);
}

.matrix tbody tr:hover td:not(.key-col):not(.total-col):not(.trend-col)[b-vpi5cug6ly] {
    background: #1a222c;
}

.matrix tbody tr:hover td.key-col[b-vpi5cug6ly] {
    background: linear-gradient(to left, rgba(31, 39, 49, 0) 0%, rgb(31 39 49 / 73%) 10%, rgb(31 39 49) 14%, rgba(31, 39, 49, 1) 100%);
}

.matrix tfoot td[b-vpi5cug6ly] {
    font-weight: 600;
    color: var(--accent);
    border-top: 2px solid var(--border);
    border-bottom: 0;
    background: var(--panel);
}

.matrix tfoot td.key-col[b-vpi5cug6ly] {
    background: linear-gradient(to left, rgba(26, 33, 41, 0) 0%, rgb(26 33 41 / 73%) 10%, rgb(26 33 41) 14%, rgba(26, 33, 41, 1) 100%);
}

.matrix .ch[b-vpi5cug6ly] {
    display: inline-block;
    width: 14px;
    text-align: center;
    cursor: pointer;
    color: var(--muted);
    font-size: 11px;
    user-select: none;
    border-radius: 2px;
}

.matrix .ch:hover[b-vpi5cug6ly] {
    color: var(--accent);
    background: #202833;
}

.matrix .ch.leaf[b-vpi5cug6ly] {
    cursor: default;
    color: #3b4a5a;
}

.matrix .ch.leaf:hover[b-vpi5cug6ly] {
    background: transparent;
    color: #3b4a5a;
}

.matrix .ch.loading[b-vpi5cug6ly] {
    animation: finops-pulse-b-vpi5cug6ly 0.8s infinite;
    cursor: wait;
}

.matrix .err[b-vpi5cug6ly] {
    color: var(--danger);
    font-size: 10px;
    margin-left: 6px;
}

.matrix tr.lvl0 td.key-col[b-vpi5cug6ly] {
    font-weight: 600;
    color: var(--fg);
}

.matrix tr.lvl1 td[b-vpi5cug6ly] {
    color: #c4ccd5;
}

.matrix tr.lvl2 td[b-vpi5cug6ly] {
    color: #9ba9b6;
    font-size: 10.5px;
}

.matrix tr.lvl3 td[b-vpi5cug6ly] {
    color: var(--muted);
    font-size: 10px;
}

.matrix tr.lvl3 td.key-col[b-vpi5cug6ly] {
    font-family: ui-monospace, "SF Mono", Consolas, monospace;
}

.finops-error[b-vpi5cug6ly] {
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid var(--danger);
    color: var(--danger);
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
}

@keyframes finops-pulse-b-vpi5cug6ly {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-grid[b-geh8m9nusc] {
    --tile-min: 250px;
    --tile-max: 250px;
    --gap: 0.75rem;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--tile-min), var(--tile-max)));
    grid-auto-rows: minmax(var(--tile-min), var(--tile-max));
    grid-auto-flow: dense;
    gap: var(--gap);
    padding: 1rem 0;
    width: calc(100vw - 3rem);
}

.bottom-action[b-geh8m9nusc] {
    margin-top: auto;
}
/* /Components/Pages/Infra/AzureCosts.razor.rz.scp.css */
.page[b-r9m6ywsu5o] {
    margin: 2rem auto;
    max-width: 820px;
    padding: 0 1rem;
}

.title-text[b-r9m6ywsu5o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

    .title-text img[b-r9m6ywsu5o] {
        width: 3rem;
    }

.date-range-controls[b-r9m6ywsu5o] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    justify-content: center;
}

    .date-range-controls .btn[b-r9m6ywsu5o] {
        min-width: auto;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .date-range-controls .btn[b-r9m6ywsu5o]  i {
            display: flex;
            align-items: center;
        }

    .date-range-controls .btn:disabled[b-r9m6ywsu5o] {
        opacity: 0.4;
        cursor: not-allowed;
    }

    .date-range-controls button.active[b-r9m6ywsu5o] {
        background-color: #363d47;
    }

.date-picker-group[b-r9m6ywsu5o] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 3px;
    max-width: 300px;
}

.chart-container[b-r9m6ywsu5o] {
    background: #212831;
    padding: 1rem;
    border-radius: 2px;
    box-shadow: 0 1.4px 10.8px .4px rgb(0 0 0 / 25%);
    margin-top: 1rem;
}

    .chart-container h4[b-r9m6ywsu5o] {
        margin: 0 0 1rem 0;
    }

    .chart-container.chart-error[b-r9m6ywsu5o] {
        background: rgba(128, 53, 49, 0.3);
    }

    .chart-container .error-message[b-r9m6ywsu5o] {
        color: #ff9e1b;
        margin: 0;
    }

    .chart-container[b-r9m6ywsu5o]  .rz-category-axis text {
        font-size: 10px;
    }

.form[b-r9m6ywsu5o], .form > fieldset[b-r9m6ywsu5o] {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
    position: relative;
}

.primary-costs[b-r9m6ywsu5o] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.other-costs[b-r9m6ywsu5o] {
    display: grid;
    gap: 0.75rem;
}

.field[b-r9m6ywsu5o] {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
    row-gap: 0.25rem;
}

    .field input[b-r9m6ywsu5o] {
        text-align: right;
        padding-right: 6px;
    }

.results ul[b-r9m6ywsu5o] {
    margin: 0.25rem 0 0 1.25rem;
}

.results li[b-r9m6ywsu5o] {
    margin: 0.25rem 0;
}

@media (max-width: 700px) {
    .primary-costs[b-r9m6ywsu5o] {
        grid-template-columns: 1fr; 
    }

    .field[b-r9m6ywsu5o] {
        grid-template-columns: 1fr;
    }
}

.form > div[b-r9m6ywsu5o], .form > fieldset > div[b-r9m6ywsu5o] {
    background: #212831;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1.4px 10.8px .4px rgb(0 0 0 / 25%);
}

.actions[b-r9m6ywsu5o] {
    margin-top: 0.5rem;
    padding: 10px 0px 10px 10px;
}

.actions > button[b-r9m6ywsu5o] {
    float: right;
}
input[type="number"][b-r9m6ywsu5o] {
    appearance: textfield; /* standard */
}
    input[type="number"][b-r9m6ywsu5o]::-webkit-outer-spin-button,
    input[type="number"][b-r9m6ywsu5o]::-webkit-inner-spin-button {
        -webkit-appearance: none; /* WebKit/Blink */
        margin: 0;
    }

.cost[b-r9m6ywsu5o] {
    text-align: right;
}

.refresh[b-r9m6ywsu5o] {
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: white;
    justify-self: right;
    margin-bottom: .5rem;
}
    .refresh:hover[b-r9m6ywsu5o] {
        outline: 1px solid #60bafa;
    }

.save-budget[b-r9m6ywsu5o] {
    position: absolute;
    top: 6px;
    right: -50px;
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
}

    .save-budget:hover[b-r9m6ywsu5o] {
        background-color: rgba(96, 186, 250, 0.2);
        outline: 1px solid #60bafa;
    }

.details-table[b-r9m6ywsu5o] {
    background: #0000003d;
    border-bottom: transparent;
}
fieldset:disabled *[b-r9m6ywsu5o] {
    color: #a0a0a0; 
    opacity: 0.7; 
}
p em[b-r9m6ywsu5o] {
    color: #ff9e1b;
}

/* Budget status colors - matching BannerPanel styling */
.form > div.budget-status-ok[b-r9m6ywsu5o],
.form > div.budget-status-warning[b-r9m6ywsu5o],
.form > div.budget-status-critical[b-r9m6ywsu5o] {
    position: relative;
}

.form > div.budget-status-ok[b-r9m6ywsu5o] {
    background: #212831; /* Keep the default background */
}

.form > div.budget-status-warning[b-r9m6ywsu5o] {
    background: rgba(90, 57, 7, 0.5); /* Yellow/warning with 50% transparency */
    padding: 1rem;
    border-radius: 4px;
}

.form > div.budget-status-critical[b-r9m6ywsu5o] {
    background: rgba(128, 53, 49, 0.5); /* Red/error with 50% transparency */
    padding: 1rem;
    border-radius: 4px;
}

.budget-status-emoji[b-r9m6ywsu5o] {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 2rem;
    line-height: 1;
    user-select: none;
}

/* Daily budget status colors with transparency */
tr.daily-budget-ok[b-r9m6ywsu5o] {
    background: transparent;
}

tr.daily-budget-warning[b-r9m6ywsu5o] {
    background: rgba(90, 57, 7, 0.5); /* Yellow/warning with 50% transparency */
}

tr.daily-budget-critical[b-r9m6ywsu5o] {
    background: rgba(128, 53, 49, 0.5); /* Red/error with 50% transparency */
}
/* /Components/Pages/Infra/Exceptions.razor.rz.scp.css */
.exceptions-container[b-awf8fzcxbu] {
    overflow: auto;
    margin-top: -20px;
    width: 100vw;
    margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem));
    padding-left: var(--bs-gutter-x, 1.5rem);
    padding-right: var(--bs-gutter-x, 1.5rem);
}
.left-content[b-awf8fzcxbu] {
    padding-top: 20px;
    width: 100%;
    max-width: 2000px;
}
@media (width < 2500px) {
    .left-content[b-awf8fzcxbu] {
        overflow: auto;
    }

    .pane-visible[b-awf8fzcxbu] {
        padding-right: 1.5rem;
    }
}

with-footer[b-awf8fzcxbu] {
    height: calc(100vh - 145px);
}

.right-pane[b-awf8fzcxbu] {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    background-color: #1c232c;
    overflow-y: auto;
    padding: 20px;
    padding-top: 100px;
    z-index: 6;
    box-shadow: 0 8px 10px #00000020, 0 6px 30px #00000012, 0 16px 24px #00000014;
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%);
}

    .right-pane.show[b-awf8fzcxbu] {
        transform: translateX(0);
    }

    .right-pane.collapsed[b-awf8fzcxbu] {
        width: 3rem;
        padding: 60px 0;
    }

    .right-pane .exception-comments[b-awf8fzcxbu] {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .right-pane .exception-comments h3[b-awf8fzcxbu] {
            margin-top: 20px;
        }

.title-text[b-awf8fzcxbu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: 2000px;
}

    .title-text img[b-awf8fzcxbu] {
        width: 3rem;
    }

.date-range-controls[b-awf8fzcxbu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    justify-content: center;
}

    .date-range-controls .btn[b-awf8fzcxbu] {
        min-width: auto;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .date-range-controls .btn[b-awf8fzcxbu]  i {
            display: flex;
            align-items: center;
        }

    .date-range-controls .btn:disabled[b-awf8fzcxbu] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.date-picker-group[b-awf8fzcxbu] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 3px;
    max-width: 300px;
}

.date-separator[b-awf8fzcxbu] {
    color: #adb5bd;
    padding: 0 0.25rem;
}

.header-controls[b-awf8fzcxbu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .header-controls p[b-awf8fzcxbu] {
        margin: 0;
        flex: 1;
    }

.callstack-toggle[b-awf8fzcxbu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.content > p[b-awf8fzcxbu] {
    margin-bottom: 2rem;
}

.content[b-awf8fzcxbu] {
    margin-right: 450px;
    transition: margin-right 0.4s ease-in-out;
    padding: 20px;
}

.exception-summary[b-awf8fzcxbu] {
    cursor: pointer;
}

    .exception-summary:hover[b-awf8fzcxbu] {
        background-color: #ffffff12 !important;
    }

    .exception-summary.active[b-awf8fzcxbu] {
        background-color: #ffffff26 !important;
    }

/* Constrain images only inside exception-summary rows */
.exception-summary img[b-awf8fzcxbu] {
    height: 1em;
    width: auto;
    vertical-align: middle;
}

.numbered-column[b-awf8fzcxbu] {
    text-align: right;
}

h3[b-awf8fzcxbu] {
    margin-top: 45px;
    margin-bottom: 15px;
}

.exception-title[b-awf8fzcxbu] {
    background-color: #ffffff26 !important;
}

details[b-awf8fzcxbu] {
    color: #adb5bd;
}

    details div[b-awf8fzcxbu] {
        padding-left: 1.1rem;
    }

    details summary[b-awf8fzcxbu] {
        color: white;
    }

    details div:hover[b-awf8fzcxbu] {
        color: white;
    }

.copy-table[b-awf8fzcxbu] {
    font-size: x-large;
    float: right;
    border-right-width: 0px;
    padding: 0px;
    margin-bottom: 7px;
}

#navigation[b-awf8fzcxbu] {
    float: right;
    border-right-width: 0px;
    margin-right: -15px;
    margin-right: 0px;
    font-size: small;
    color: gray;
}

.next-exception[b-awf8fzcxbu], .previous-exception[b-awf8fzcxbu] {
    padding: 0px;
}

.details-footer[b-awf8fzcxbu] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #212831;
    box-shadow: 0 -1.4px 4.8px .4px rgba(0, 0, 0, .5);
    z-index: 5;
}

    .details-footer .btn[b-awf8fzcxbu] {
        margin: 0 0.75rem;
        display: flex;
        justify-content: space-between;
    }

        .details-footer .btn[b-awf8fzcxbu]  i {
            margin-right: 15px;
            margin-left: 15px;
        }

    .details-footer input[type="number"][b-awf8fzcxbu] {
        width: 3rem;
        text-align: center;
        margin: 0 0.5rem;
        padding: 0.25rem;
    }

    .details-footer span[b-awf8fzcxbu] {
        margin: 0 0.5rem;
        font-weight: 500;
        white-space: nowrap;
    }

/* Styling for the list of comments */
.comment-list[b-awf8fzcxbu] {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
    flex: 1;
    overflow-y: auto;
}

    .comment-list[b-awf8fzcxbu]::-webkit-scrollbar {
        width: 8px;
    }

    .comment-list[b-awf8fzcxbu]::-webkit-scrollbar-track {
        background: transparent;
    }

    .comment-list[b-awf8fzcxbu]::-webkit-scrollbar-thumb {
        background-color: #33363a;
        border-radius: 4px;
    }

.comment-item[b-awf8fzcxbu] {
    margin-bottom: 10px;
}

.comment-pane[b-awf8fzcxbu] {
    background: #00000040;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px;
    box-shadow: inset 0px 0px 10px 1px rgb(0 0 0 / 25%);
}

    .comment-pane p[b-awf8fzcxbu] {
        word-wrap: break-word;
    }

.comment-date[b-awf8fzcxbu] {
    display: block;
    font-size: 0.8em;
    color: #777;
    margin-bottom: 5px;
}

.comment-options[b-awf8fzcxbu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.update-comment[b-awf8fzcxbu] {
    opacity: 20%;
    cursor: auto;
}

.update-comment[b-awf8fzcxbu],
.delete-comment[b-awf8fzcxbu] {
    margin-left: 3px;
    font-size: 0.8em;
    background: transparent;
    border: none;
    padding: 0px;
    display: none;
}

.comment-item:hover .update-comment[b-awf8fzcxbu],
.comment-item:hover .delete-comment[b-awf8fzcxbu] {
    display: inline;
}

/* Styling for the header with the add button */
.pane-header[b-awf8fzcxbu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 0.5rem;
}

    .pane-header h3[b-awf8fzcxbu] {
        flex: 1;
        margin: 0;
    }
    .pane-header button[b-awf8fzcxbu] {
        margin-top: 20px;
    }

.pane-toggle-btn[b-awf8fzcxbu] {
    background: transparent;
    border: none;
    color: #60bafa;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 4px;
}

    .pane-toggle-btn:hover[b-awf8fzcxbu] {
        background-color: rgba(96, 186, 250, 0.1);
        color: #88c5ff;
    }

    .pane-toggle-btn[b-awf8fzcxbu]  i {
        font-size: 1.25rem;
    }

.collapsed .pane-toggle-btn[b-awf8fzcxbu] {
    padding: 0.75rem;
}

    .collapsed .pane-toggle-btn[b-awf8fzcxbu]  i {
        font-size: 1.5rem;
    }

.pane-close-btn[b-awf8fzcxbu] {
    background: transparent;
    border: none;
    color: #ff6b6b;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 4px;
}

    .pane-close-btn:hover[b-awf8fzcxbu] {
        background-color: rgba(255, 107, 107, 0.1);
        color: #ff8787;
    }

    .pane-close-btn[b-awf8fzcxbu]  i {
        font-size: 1.25rem;
    }

.add-comment-btn[b-awf8fzcxbu] {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    padding: 0;
}

/* Styling for the new comment input area */
.add-comment-section[b-awf8fzcxbu] {
    /*margin-top: 15px;*/
    margin-top: auto; /* pushes it to the bottom */
}

textarea[b-awf8fzcxbu] {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    resize: vertical;
    background: #00000040;
    outline: 0px;
    color: white;
}

/* Close button styling */
.btn-add[b-awf8fzcxbu] {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    border: none;
    background-color: #60bafa;
    color: black;
    border-radius: 5px;
    cursor: pointer;
}

    .btn-add:hover[b-awf8fzcxbu] {
        background-color: #6cbffa;
    }

.loading-comments[b-awf8fzcxbu] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.more[b-awf8fzcxbu] {
    color: #ff9e1b;
    display: contents;
}

.more-items td[b-awf8fzcxbu] {
    padding-left: 20px;
    padding-right: 20px;
}

.btn.active[b-awf8fzcxbu] {
    color: #e1e1e2;
    background-color: #363d47;
    border-color: var(--bs-btn-active-border-color) !important;
}

.last-week[b-awf8fzcxbu] {
    white-space: nowrap;
    background: #212831;
    color: #7f8e9f; 
    box-shadow: 0 1.4px 4.8px .4px rgba(0, 0, 0, .5);
}

.empty-state[b-awf8fzcxbu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1.5rem;
    color: #adb5bd;
    height: 100%;
}

    .empty-state-icon[b-awf8fzcxbu] {
        margin-bottom: 1rem;
        opacity: 0.3;
    }

        .empty-state-icon[b-awf8fzcxbu]  i {
            font-size: 3rem;
        }

    .empty-state h4[b-awf8fzcxbu] {
        margin: 0 0 0.75rem 0;
        color: #636c79;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .empty-state p[b-awf8fzcxbu] {
        margin: 0.25rem 0;
        font-size: 0.9rem;
        color: #737e8c;
        line-height: 1.5;
    }
/* /Components/Pages/Infra/ServiceBus.razor.rz.scp.css */
p.note-container[b-ufz7hwogmb] {
    display: flex;
    justify-content: flex-end;
}

.progress-bar[b-ufz7hwogmb] {
    padding-bottom: 5px;
}

table[b-ufz7hwogmb] {
    margin-bottom: 3rem;
}
.service-bus-summary[b-ufz7hwogmb] {
    cursor: pointer;
}

    .service-bus-summary:hover[b-ufz7hwogmb] {
        background-color: #ffffff12 !important;
    }

    .service-bus-summary.active[b-ufz7hwogmb] {
        background-color: #ffffff26 !important;
    }

.numbered-column[b-ufz7hwogmb] {
    text-align: right;
}

h3[b-ufz7hwogmb] {
    margin-top: 45px;
    margin-bottom: 15px;
}

.exception-title[b-ufz7hwogmb] {
    background-color: #ffffff26 !important;
}

details[b-ufz7hwogmb] {
    color: #adb5bd;
}

    details div[b-ufz7hwogmb] {
        padding-left: 1.1rem;
    }

    details summary[b-ufz7hwogmb] {
        color: white;
    }

    details div:hover[b-ufz7hwogmb] {
        color: white;
    }

.copy-table[b-ufz7hwogmb] {
    font-size: x-large;
    float: right;
    border-right-width: 0px;
    padding: 0px;
    margin-bottom: 7px;
}

.details-footer[b-ufz7hwogmb] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #212831;
    box-shadow: 0 -1.4px 4.8px .4px rgba(0, 0, 0, .5);
    z-index: 5;
}

    .details-footer .btn[b-ufz7hwogmb] {
        margin: 0 0.75rem;
        display: flex;
        justify-content: space-between;
    }

        .details-footer .btn i[b-ufz7hwogmb] {
            margin-right: 15px;
            margin-left: 15px;
        }

    .details-footer input[type="number"][b-ufz7hwogmb] {
        width: 3rem;
        text-align: center;
        margin: 0 0.5rem;
        padding: 0.25rem;
    }

    .details-footer span[b-ufz7hwogmb] {
        margin: 0 0.5rem;
        font-weight: 500;
        white-space: nowrap;
    }

/* existing styles (error, table hover, etc.) remain unchanged */
.service-bus-summary[b-ufz7hwogmb] {
    cursor: pointer;
}

    .service-bus-summary:hover[b-ufz7hwogmb] {
        background-color: #ffffff12 !important;
    }

    .service-bus-summary.active[b-ufz7hwogmb] {
        background-color: #ffffff26 !important;
    }

.numbered-column[b-ufz7hwogmb] {
    text-align: right;
}

.info[b-ufz7hwogmb] {
    font-size: small;
    color: #45b445;
}

.refresh-button[b-ufz7hwogmb] {
    background: #232830;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.25rem;
    margin-left: auto;
}

.refresh-button[b-ufz7hwogmb]  .rzi {
    font-size: 2.5rem;
    color: white;
}


.refresh-button:hover[b-ufz7hwogmb] {
    background: #ffffff26;
}

.hide-button[b-ufz7hwogmb] {
    display: none;
}

.loading[b-ufz7hwogmb] {
    margin-bottom: 0px;
}

.note[b-ufz7hwogmb] {
    font-size: x-small;
    color: #7f8e9f;
}
.subtitle[b-ufz7hwogmb] {
    min-width: 1000px;
}

.service-bus-summary a[b-ufz7hwogmb] {
    text-decoration: none;
}

.service-bus-summary img[b-ufz7hwogmb] {
    height: 1em;
    width: auto;
    vertical-align: middle;
}

.region-badge[b-ufz7hwogmb] {
    display: inline-block;
    background: #212831;
    color: #64717f;
    font-size: 0.6em;
    font-weight: 500;
    padding: 0.2em 0.6em;
    border-radius: 12px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
/* /Components/Pages/Infra/StorageExplorer.razor.rz.scp.css */
.subtitle[b-ia4pcut0me] {
    color: #7f8e9f;
    margin-bottom: 1.5rem;
}

.refresh-button[b-ia4pcut0me] {
    background: #232830;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.25rem;
    margin-left: auto;
}

.refresh-button[b-ia4pcut0me]  .rzi {
    font-size: 2.5rem;
    color: white;
}

.refresh-button:hover[b-ia4pcut0me] {
    background: #ffffff26;
}

/* Filter */
.filter-row[b-ia4pcut0me] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.filter-input[b-ia4pcut0me] {
    flex: 1;
    max-width: 350px;
    padding: 0.4rem 0.75rem;
    background: #1a1f28;
    border: 1px solid #2a3040;
    border-radius: 0.4rem;
    color: white;
    font-size: 0.9rem;
}

.filter-input[b-ia4pcut0me]::placeholder {
    color: #4a5568;
}

.filter-input:focus[b-ia4pcut0me] {
    outline: none;
    border-color: #4a90d9;
}

.account-count[b-ia4pcut0me] {
    color: #64717f;
    font-size: 0.85em;
}

/* Table */
.accounts-table[b-ia4pcut0me] {
    margin-bottom: 3rem;
}

.pin-col[b-ia4pcut0me] {
    width: 2.5rem;
    text-align: center;
}

.expand-col[b-ia4pcut0me] {
    width: 2rem;
    text-align: center;
    color: #64717f;
}

.account-name-cell[b-ia4pcut0me] {
    font-weight: 500;
}

.contents-cell[b-ia4pcut0me] {
    color: #7f8e9f;
    font-size: 0.85em;
}

/* Account rows */
.account-row[b-ia4pcut0me] {
    cursor: pointer;
}

.account-row:hover[b-ia4pcut0me] {
    background-color: #ffffff08 !important;
}

.account-row.expanded[b-ia4pcut0me] {
    background-color: #ffffff0a !important;
}

/* Azure portal links */
.azure-col[b-ia4pcut0me] {
    width: 2rem;
    text-align: center;
}

.azure-link[b-ia4pcut0me] {
    text-decoration: none;
}

.azure-link img[b-ia4pcut0me] {
    height: 1em;
    width: auto;
    vertical-align: middle;
    position: relative;
    top: -1.5px;
}

.section-link[b-ia4pcut0me] {
    float: right;
}

/* Account name token highlighting */
.account-name-cell[b-ia4pcut0me] {
    font-family: monospace;
    letter-spacing: 0.02em;
}

.account-name-cell[b-ia4pcut0me]  .seg-cap {
    text-transform: uppercase;
}

.account-name-cell[b-ia4pcut0me]  .seg-num {
    color: #d0d8e0;
}

.account-name-cell[b-ia4pcut0me]  .seg-region {
    font-weight: 600;
    border-radius: 2px;
    padding: 0 1px;
}

.account-name-cell[b-ia4pcut0me]  .rg-gov-a {
    color: #c47a7a;
}

.account-name-cell[b-ia4pcut0me]  .rg-gov-v {
    color: #7a9ec4;
}

.account-name-cell[b-ia4pcut0me]  .rg-ca-c {
    color: #7ac47a;
}

.account-name-cell[b-ia4pcut0me]  .rg-ca-e {
    color: #7ac4b0;
}

.account-name-cell[b-ia4pcut0me]  .rg-au-e {
    color: #b07ac4;
}

.account-name-cell[b-ia4pcut0me]  .rg-au-se {
    color: #c4a67a;
}

/* Detail container row */
.detail-container-row td[b-ia4pcut0me] {
    padding: 0 !important;
    border-bottom: none;
}

.detail-container[b-ia4pcut0me] {
    padding: 0.5rem 1rem 1rem 4.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Resource filter */
.resource-filter-row[b-ia4pcut0me] {
    display: flex;
    justify-content: flex-end;
}

.resource-filter-input[b-ia4pcut0me] {
    padding: 0.25rem 0.5rem;
    background: #1a1f28;
    border: 1px solid #2a3040;
    border-radius: 0.4rem;
    color: white;
    font-size: 0.8rem;
    width: 200px;
}

.resource-filter-input[b-ia4pcut0me]::placeholder {
    color: #4a5568;
}

.resource-filter-input:focus[b-ia4pcut0me] {
    outline: none;
    border-color: #4a90d9;
}

/* Collapsible resource sections */
.resource-section[b-ia4pcut0me] {
    border: 1px solid #2a3040;
    border-radius: 0.4rem;
    overflow: hidden;
}

.resource-section-header[b-ia4pcut0me] {
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    font-size: 0.85em;
    font-weight: 600;
    color: #adb5bd;
    user-select: none;
    white-space: nowrap;
}

.resource-section-header > .type-badge[b-ia4pcut0me] {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.resource-section-header:hover[b-ia4pcut0me] {
    background-color: #ffffff08;
}

.resource-section[open] > .resource-section-header[b-ia4pcut0me] {
    border-bottom: 1px solid #2a3040;
}

.resource-list[b-ia4pcut0me] {
    max-height: 240px;
    overflow-y: auto;
    padding: 0.25rem 0;
}

.resource-item[b-ia4pcut0me] {
    font-family: monospace;
    font-size: 0.85em;
    color: #c0c8d0;
    padding: 0.2rem 1rem;
}

.resource-item:hover[b-ia4pcut0me] {
    background-color: #ffffff08;
}

.empty-text[b-ia4pcut0me] {
    color: #4a5568;
    font-size: 0.85em;
    font-style: italic;
}

/* Scrollbar styling for resource lists */
.resource-list[b-ia4pcut0me]::-webkit-scrollbar {
    width: 6px;
}

.resource-list[b-ia4pcut0me]::-webkit-scrollbar-track {
    background: transparent;
}

.resource-list[b-ia4pcut0me]::-webkit-scrollbar-thumb {
    background: #3a4050;
    border-radius: 3px;
}

.resource-list[b-ia4pcut0me]::-webkit-scrollbar-thumb:hover {
    background: #4a5568;
}

/* Badges */
.location-badge[b-ia4pcut0me],
.kind-badge[b-ia4pcut0me] {
    display: inline-block;
    background: #212831;
    color: #64717f;
    font-size: 0.75em;
    font-weight: 500;
    padding: 0.2em 0.6em;
    border-radius: 12px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.type-badge[b-ia4pcut0me] {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 600;
    padding: 0.15em 0.5em;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.type-badge.blobcontainer[b-ia4pcut0me] {
    background: #1a3a5c;
    color: #5b9bd5;
}

.type-badge.tbl[b-ia4pcut0me] {
    background: #1a4a3a;
    color: #5bd595;
}

.type-badge.queue[b-ia4pcut0me] {
    background: #4a3a1a;
    color: #d5a55b;
}

/* Pin Button */
.pin-button[b-ia4pcut0me] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.15rem;
    line-height: 1;
    border-radius: 0.25rem;
}

.pin-button[b-ia4pcut0me]  .rzi {
    font-size: 1.1rem;
    color: #4a5568;
}

.pin-button:hover[b-ia4pcut0me]  .rzi {
    color: #f5c542;
}

.pin-button.pinned[b-ia4pcut0me]  .rzi {
    color: #f5c542;
}

/* Tag */
.tag-badge[b-ia4pcut0me] {
    background: #2a3040;
    border: 1px solid #3a4050;
    color: #7f8e9f;
    font-size: 0.75em;
    padding: 0.15em 0.5em;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s;
}

.tag-badge:hover[b-ia4pcut0me] {
    background: #3a4050;
    color: #adb5bd;
}

.tag-badge.has-tag[b-ia4pcut0me] {
    background: #1a2a3a;
    border-color: #2a4a6a;
    color: #7fb3de;
}

.tag-badge.empty[b-ia4pcut0me] {
    opacity: 0.5;
}

.tag-badge.empty:hover[b-ia4pcut0me] {
    opacity: 1;
}

/* Tag-based row styles */
.tag-dimmed[b-ia4pcut0me] {
    opacity: 0.4;
}

.tag-dimmed:hover[b-ia4pcut0me] {
    opacity: 0.7;
}

.tag-danger[b-ia4pcut0me] {
    opacity: 0.6;
}

.tag-danger td[b-ia4pcut0me] {
    color: #d9534f;
}

.tag-danger .account-name-cell[b-ia4pcut0me] {
    text-decoration: line-through;
    color: #d9534f !important;
}

.tag-danger .tag-badge.has-tag[b-ia4pcut0me] {
    background: #3d1f1f;
    border-color: #6a2a2a;
    color: #ff6b6b;
}

.tag-dimmed .tag-badge.has-tag[b-ia4pcut0me] {
    background: #2a2a2a;
    border-color: #3a3a3a;
    color: #6a6a6a;
}

.tag-input[b-ia4pcut0me] {
    background: #1a1f28;
    border: 1px solid #4a90d9;
    color: white;
    font-size: 0.75em;
    padding: 0.15em 0.5em;
    border-radius: 4px;
    width: 10rem;
    outline: none;
}
/* /Components/Pages/Welcome.razor.rz.scp.css */
.welcome-container[b-mhp4vv4qdk] {
    max-width: 600px;
    width: 100%;
    padding: 2rem;
    text-align: center;
}

.welcome-logo[b-mhp4vv4qdk] {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.welcome-logo .logo[b-mhp4vv4qdk] {
    height: 120px;
}

.welcome-logo .logo-overlay[b-mhp4vv4qdk] {
    position: absolute;
    bottom: 22px;
    right: 8px;
    height: 96px;
}

.welcome-container h1[b-mhp4vv4qdk] {
    margin-bottom: 2rem;
    color: #00aeef;
    justify-content: center;
}

.welcome-content[b-mhp4vv4qdk] {
    background: #21252e;
    border-radius: 8px;
    padding-block: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.welcome-message[b-mhp4vv4qdk] {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #b0b8c4;
}

.sign-in-button[b-mhp4vv4qdk] {
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
    margin-top: 1rem;
    display: inline-flex;
}

.welcome-content p[b-mhp4vv4qdk] {
    margin: 1rem 0;
    color: #b0b8c4;
}
/* /Components/Shared/CodeSnippet.razor.rz.scp.css */
.code-snippet[b-f0w8865l56] {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    line-height: 1.5;
}

.code-snippet .async-marker[b-f0w8865l56] {
    display: inline-block;
    background: #212831;
    color: #64717f;
    font-size: 0.6em;
    font-weight: 500;
    padding: 0.2em 0.6em;
    border-radius: 12px;
    margin-left: 0.3em;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

    .code-snippet .tag[b-f0w8865l56],
    .code-snippet .middle[b-f0w8865l56] {
        color: #ffffffb2;
        white-space: nowrap;
    }

tr:hover .code-snippet .tag[b-f0w8865l56] {
    color: #00d4ff;
}

    tr:hover .code-snippet .tag.start-tag[b-f0w8865l56],
    tr:hover .code-snippet .tag.end-tag[b-f0w8865l56] {
        color: #d3d8de;
    }

    tr:hover .code-snippet .tag.keyword-cloudrunner[b-f0w8865l56],
    tr:hover .code-snippet .tag[class*="keyword-"][b-f0w8865l56] {
        color: #ff9e1b;
    }

    tr:hover .code-snippet .tag.keyword-autovu[b-f0w8865l56] {
        color: #ff9e1b;
    }

tr:hover .code-snippet .middle[b-f0w8865l56] {
    color: #7f8e9f;
}

tr:hover .code-snippet .separator[b-f0w8865l56] {
    color: #7f8e9f;
}

/* Responsive adjustments */
@media (max-width: 1850px) {
    .code-snippet[b-f0w8865l56] {
        font-size: 0.75em;
    }
}

/* Optional: Add word break for very long parts */
.code-snippet .middle[b-f0w8865l56],
.code-snippet .tag[b-f0w8865l56] {
    word-break: break-word;
}
/* /Components/Shared/ProductionSignInPrompt.razor.rz.scp.css */
.production-signin-prompt[b-dmnvtqt9ki] {
    max-width: 600px;
    padding: 2rem;
    text-align: center;
    background: #21252e;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.production-signin-prompt h2[b-dmnvtqt9ki] {
    color: #00aeef;
    margin-bottom: 1rem;
    justify-content: center;
}

.production-signin-prompt p[b-dmnvtqt9ki] {
    color: #b0b8c4;
    margin-bottom: 1.5rem;
}
