/* _content/Billing.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u2teh3um9x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-u2teh3um9x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u2teh3um9x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u2teh3um9x]  a, .top-row[b-u2teh3um9x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u2teh3um9x]  a:hover, .top-row[b-u2teh3um9x]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-u2teh3um9x] {
        justify-content: space-between;
    }

    .top-row[b-u2teh3um9x]  a, .top-row[b-u2teh3um9x]  .btn-link {
        margin-left: 0;
    }
}

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

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

    .top-row[b-u2teh3um9x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u2teh3um9x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u2teh3um9x], article[b-u2teh3um9x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-u2teh3um9x] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u2teh3um9x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Billing.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n6y0k5hvdm] {
    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-n6y0k5hvdm] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

    .nav-item[b-n6y0k5hvdm]  .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-n6y0k5hvdm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-n6y0k5hvdm]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Billing.UI/Components/Nero/Studio/NeroStudioMetric.razor.rz.scp.css */
.nero-studio-metric[b-wa2932hpo0] {
    min-height: 70px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 4px 12px;
    align-items: center;
    padding: 14px;
    border-right: 1px solid rgba(148, 163, 184, 0.16);
}

.nero-studio-metric:last-child[b-wa2932hpo0] {
    border-right: 0;
}

.nero-studio-metric__icon[b-wa2932hpo0] {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: white;
    background: color-mix(in srgb, var(--studio-accent) 72%, #111827);
}

.nero-studio-metric span[b-wa2932hpo0] {
    color: #94a3b8;
    font-size: 0.82rem;
}

.nero-studio-metric strong[b-wa2932hpo0] {
    color: #ffffff;
    font-size: 1.22rem;
}
/* _content/Billing.UI/Components/Nero/Studio/NeroStudioPanel.razor.rz.scp.css */
.nero-studio-panel[b-uqcrrf0ion] {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(9, 20, 36, 0.78);
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.24);
}

.nero-studio-panel__header[b-uqcrrf0ion] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}
/* _content/Billing.UI/Components/Nero/Studio/NeroStudioShell.razor.rz.scp.css */
.nero-studio-shell[b-4cioeb62p7] {
    min-height: calc(100vh - 88px);
    padding: 24px;
    color: #eef6ff;
    background:
        radial-gradient(circle at 76% 14%, rgba(109, 40, 217, 0.24), transparent 32rem),
        radial-gradient(circle at 28% 8%, rgba(14, 165, 233, 0.16), transparent 30rem),
        linear-gradient(135deg, #07111f 0%, #0a1627 46%, #06101f 100%);
}

.nero-studio-shell__header[b-4cioeb62p7] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.nero-studio-shell__title[b-4cioeb62p7] {
    min-width: 0;
}

.nero-studio-shell__actions[b-4cioeb62p7] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.nero-studio-shell__tabs[b-4cioeb62p7] {
    display: flex;
    gap: 22px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.nero-studio-shell__body[b-4cioeb62p7] {
    min-width: 0;
}

@media (max-width: 900px) {
    .nero-studio-shell[b-4cioeb62p7] {
        padding: 16px;
    }

    .nero-studio-shell__header[b-4cioeb62p7] {
        display: grid;
    }

    .nero-studio-shell__actions[b-4cioeb62p7] {
        justify-content: flex-start;
    }
}
/* _content/Billing.UI/Components/Nero/Studio/NeroStudioStepCard.razor.rz.scp.css */
.nero-studio-step-card[b-i4grbirqgk] {
    position: relative;
    width: 170px;
    min-height: 154px;
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto auto 1fr;
    gap: 8px 10px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(15, 32, 54, 0.98), rgba(11, 25, 45, 0.86));
    color: #f8fafc;
    text-align: left;
    cursor: pointer;
}

.nero-studio-step-card:hover[b-i4grbirqgk],
.nero-studio-step-card.selected[b-i4grbirqgk] {
    border-color: var(--studio-accent);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--studio-accent) 44%, transparent), 0 22px 60px rgba(0, 0, 0, 0.24);
}

.nero-studio-step-card__icon[b-i4grbirqgk] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: white;
    background: var(--studio-accent);
}

.nero-studio-step-card__order[b-i4grbirqgk] {
    align-self: center;
    color: #ffffff;
    font-weight: 800;
}

.nero-studio-step-card strong[b-i4grbirqgk] {
    grid-column: 1 / -1;
    color: #ffffff;
}

.nero-studio-step-card__subtitle[b-i4grbirqgk],
.nero-studio-step-card__meta[b-i4grbirqgk] {
    grid-column: 1 / -1;
    color: #aab6c7;
    font-size: 0.84rem;
}

.nero-studio-step-card__meta[b-i4grbirqgk] {
    align-self: end;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
/* _content/Billing.UI/Components/Nero/Studio/NeroStudioWorkspace.razor.rz.scp.css */
.nero-studio-workspace[b-9dk0fsjjww] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 380px);
    gap: 16px;
    align-items: start;
    padding-top: 16px;
}

.nero-studio-workspace__main[b-9dk0fsjjww] {
    min-width: 0;
    display: grid;
    gap: 14px;
}

.nero-studio-workspace__inspector[b-9dk0fsjjww] {
    min-width: 0;
    position: sticky;
    top: 16px;
}

@media (max-width: 1180px) {
    .nero-studio-workspace[b-9dk0fsjjww] {
        grid-template-columns: 1fr;
    }

    .nero-studio-workspace__inspector[b-9dk0fsjjww] {
        position: static;
    }
}
/* _content/Billing.UI/Components/Pages/AccessDeniedPage.razor.rz.scp.css */
.access-shell[b-cwmp00lk9g] {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 11rem);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top left, rgba(211, 84, 0, 0.16), transparent 34%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.18), transparent 36%),
        linear-gradient(145deg, #f8f4ec 0%, #fdfcf8 52%, #eef6f4 100%);
    border-radius: 32px;
}

.access-orbit[b-cwmp00lk9g] {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    opacity: 0.65;
}

.access-orbit-a[b-cwmp00lk9g] {
    inset: 8% auto auto 6%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(198, 93, 7, 0.18), rgba(198, 93, 7, 0));
}

.access-orbit-b[b-cwmp00lk9g] {
    inset: auto 8% 10% auto;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.16), rgba(13, 148, 136, 0));
}

.access-card[b-cwmp00lk9g] {
    position: relative;
    width: min(100%, 780px);
    padding: clamp(2rem, 4vw, 3.25rem);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(14px);
    box-shadow:
        0 22px 60px rgba(31, 41, 55, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.access-badge[b-cwmp00lk9g] {
    width: 4.5rem;
    height: 4.5rem;
    display: inline-grid;
    place-items: center;
    border-radius: 1.35rem;
    color: #fff;
    background: linear-gradient(135deg, #0f766e 0%, #c65d07 100%);
    box-shadow: 0 16px 36px rgba(198, 93, 7, 0.22);
}

.access-title[b-cwmp00lk9g] {
    margin-top: 1.35rem;
    color: #11202f;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.access-copy[b-cwmp00lk9g] {
    margin-top: 0.85rem;
    max-width: 58ch;
    color: #415164;
    line-height: 1.75;
}

.access-rules[b-cwmp00lk9g] {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.access-rule[b-cwmp00lk9g] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(247, 248, 250, 0.92);
    color: #253447;
    border: 1px solid rgba(17, 32, 47, 0.06);
}

.access-rule :deep(svg)[b-cwmp00lk9g] {
    color: #0f766e;
}

.access-actions[b-cwmp00lk9g] {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

@media (max-width: 760px) {
    .access-shell[b-cwmp00lk9g] {
        min-height: calc(100vh - 8rem);
        border-radius: 24px;
    }

    .access-rules[b-cwmp00lk9g] {
        grid-template-columns: 1fr;
    }

    .access-actions[b-cwmp00lk9g] {
        flex-direction: column;
    }

    .access-actions :deep(.mud-button-root)[b-cwmp00lk9g] {
        width: 100%;
    }
}
/* _content/Billing.UI/Components/Pages/Configuration/ConfigurationPage.razor.rz.scp.css */
.product-page[b-l0myr025ek] {
    min-height: calc(100vh - 88px);
    padding: 28px;
    background:
        radial-gradient(circle at 22% 0%, rgba(59, 130, 246, 0.18), transparent 34rem),
        linear-gradient(135deg, #080b12 0%, #101521 52%, #0b111a 100%);
    color: #f8fafc;
    letter-spacing: 0;
}

.product-page--studio[b-l0myr025ek] {
    padding: 0;
    background: transparent;
}

.product-section-tabs[b-l0myr025ek] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.product-section-tab[b-l0myr025ek] {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    color: #cbd5e1;
    font: inherit;
    cursor: pointer;
}

.product-section-tab:hover[b-l0myr025ek],
.product-section-tab.active[b-l0myr025ek] {
    border-color: rgba(96, 165, 250, 0.42);
    background: rgba(30, 41, 59, 0.92);
    color: #ffffff;
}

.product-sidebar[b-l0myr025ek] {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 22px 18px;
    border-right: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(7, 10, 17, 0.82);
    backdrop-filter: blur(18px);
    overflow-y: auto;
}

.product-brand[b-l0myr025ek] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 8px 24px;
}

.product-brand-mark[b-l0myr025ek] {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #38bdf8, #8b5cf6);
    color: white;
    font-weight: 800;
}

.product-brand strong[b-l0myr025ek],
.product-panel h2[b-l0myr025ek],
.product-topbar h1[b-l0myr025ek],
.product-flow-card strong[b-l0myr025ek],
.product-service-card strong[b-l0myr025ek],
.product-capability-card strong[b-l0myr025ek] {
    color: #ffffff;
}

.product-brand span[b-l0myr025ek],
.product-topbar p[b-l0myr025ek],
.product-breadcrumb[b-l0myr025ek],
.product-panel span[b-l0myr025ek],
.product-panel p[b-l0myr025ek],
.product-flow-card small[b-l0myr025ek],
.product-service-card span[b-l0myr025ek],
.product-capability-card span[b-l0myr025ek],
.product-template-row span[b-l0myr025ek],
.product-action-card span[b-l0myr025ek],
.product-metric-card span[b-l0myr025ek],
.product-info-line span[b-l0myr025ek] {
    color: #aab6c7;
}

.product-nav[b-l0myr025ek] {
    display: grid;
    gap: 4px;
}

.product-nav-title[b-l0myr025ek] {
    margin: 18px 8px 8px;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.product-nav-link[b-l0myr025ek] {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #cbd5e1;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.product-nav-link:hover[b-l0myr025ek],
.product-nav-link.active[b-l0myr025ek] {
    border-color: rgba(96, 165, 250, 0.28);
    background: rgba(30, 41, 59, 0.76);
    color: #ffffff;
}

.product-topbar[b-l0myr025ek] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.product-topbar h1[b-l0myr025ek] {
    margin: 4px 0 6px;
    font-size: clamp(1.9rem, 3vw, 3.1rem);
    line-height: 1.06;
}

.product-top-actions[b-l0myr025ek] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.product-mode-pill[b-l0myr025ek],
.product-icon-button[b-l0myr025ek],
.product-primary-button[b-l0myr025ek] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #e2e8f0;
}

.product-mode-pill[b-l0myr025ek] {
    padding: 0 12px;
    background: rgba(15, 23, 42, 0.72);
}

.product-icon-button[b-l0myr025ek],
.product-primary-button[b-l0myr025ek] {
    cursor: pointer;
}

.product-icon-button[b-l0myr025ek] {
    width: 38px;
    justify-content: center;
    background: rgba(15, 23, 42, 0.72);
}

.product-primary-button[b-l0myr025ek] {
    padding: 0 14px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.product-content-grid[b-l0myr025ek] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    align-items: start;
}

.product-panel[b-l0myr025ek],
.product-flow-card[b-l0myr025ek],
.product-service-card[b-l0myr025ek],
.product-capability-card[b-l0myr025ek],
.product-template-row[b-l0myr025ek],
.product-action-card[b-l0myr025ek],
.product-metric-card[b-l0myr025ek],
.product-org-node[b-l0myr025ek],
.product-doc-type[b-l0myr025ek],
.product-visibility-tile[b-l0myr025ek],
.product-policy-card[b-l0myr025ek] {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.74);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.product-panel[b-l0myr025ek] {
    padding: 18px;
}

.product-panel-wide[b-l0myr025ek] {
    min-height: 520px;
}

.product-panel-header[b-l0myr025ek] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
}

.product-panel h2[b-l0myr025ek] {
    margin: 0;
    font-size: 1.35rem;
}

.product-kicker[b-l0myr025ek] {
    display: block;
    margin-bottom: 4px;
    color: #60a5fa !important;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.product-segmented[b-l0myr025ek] {
    display: inline-flex;
    padding: 4px;
    border-radius: 8px;
    background: rgba(2, 6, 23, 0.66);
}

.product-segmented button[b-l0myr025ek] {
    min-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
}

.product-segmented button.active[b-l0myr025ek] {
    background: rgba(37, 99, 235, 0.28);
    color: white;
}

.product-flow[b-l0myr025ek] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.product-flow-card[b-l0myr025ek] {
    flex: 1 1 180px;
}

.product-flow-arrow[b-l0myr025ek] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.16);
    color: #bfdbfe;
    cursor: pointer;
}

.product-flow-card[b-l0myr025ek],
.product-service-card[b-l0myr025ek],
.product-capability-card[b-l0myr025ek],
.product-template-row[b-l0myr025ek],
.product-action-card[b-l0myr025ek],
.product-metric-card[b-l0myr025ek],
.product-doc-type[b-l0myr025ek],
.product-visibility-tile[b-l0myr025ek],
.product-policy-card[b-l0myr025ek] {
    position: relative;
    min-width: 0;
    padding: 16px;
    color: inherit;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
}

.product-flow-card:hover[b-l0myr025ek],
.product-flow-card.selected[b-l0myr025ek],
.product-flow-arrow:hover[b-l0myr025ek],
.product-service-card:hover[b-l0myr025ek],
.product-service-card.selected[b-l0myr025ek],
.product-capability-card:hover[b-l0myr025ek],
.product-capability-card.selected[b-l0myr025ek],
.product-template-row:hover[b-l0myr025ek],
.product-template-row.selected[b-l0myr025ek],
.product-action-card:hover[b-l0myr025ek],
.product-metric-card:hover[b-l0myr025ek],
.product-doc-type:hover[b-l0myr025ek],
.product-visibility-tile:hover[b-l0myr025ek],
.product-policy-card:hover[b-l0myr025ek] {
    border-color: var(--accent);
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.82));
    transform: translateY(-1px);
}

.product-flow-card[b-l0myr025ek]::before,
.product-service-card[b-l0myr025ek]::before,
.product-capability-card[b-l0myr025ek]::before,
.product-template-row[b-l0myr025ek]::before,
.product-policy-card[b-l0myr025ek]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: var(--accent);
}

.product-card-icon[b-l0myr025ek] {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: color-mix(in srgb, var(--accent) 18%, transparent);
    color: var(--accent);
}

.product-status[b-l0myr025ek] {
    display: inline-flex;
    margin-top: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    color: #86efac !important;
    font-size: 0.78rem;
}

.product-flow-card dl[b-l0myr025ek],
.product-service-card dl[b-l0myr025ek] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0 0;
}

.product-flow-card dt[b-l0myr025ek],
.product-service-card dt[b-l0myr025ek] {
    color: #718096;
    font-size: 0.72rem;
}

.product-flow-card dd[b-l0myr025ek],
.product-service-card dd[b-l0myr025ek] {
    margin: 0;
    color: white;
    font-weight: 700;
}

.product-detail-panel[b-l0myr025ek] {
    position: sticky;
    top: 24px;
}

.product-detail-title[b-l0myr025ek] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}

.product-field[b-l0myr025ek],
.product-toggle-group[b-l0myr025ek] {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.product-field select[b-l0myr025ek],
.product-field input[b-l0myr025ek],
.product-select[b-l0myr025ek] {
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(2, 6, 23, 0.72);
    color: #f8fafc;
}

.product-toggle-group label[b-l0myr025ek] {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border-radius: 8px;
    background: rgba(30, 41, 59, 0.52);
}

.product-card-grid[b-l0myr025ek],
.product-action-grid[b-l0myr025ek],
.product-document-types[b-l0myr025ek],
.product-visibility-grid[b-l0myr025ek],
.product-policy-flow[b-l0myr025ek] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
}

.product-service-card[b-l0myr025ek],
.product-capability-card[b-l0myr025ek] {
    min-height: 184px;
    display: grid;
    gap: 10px;
}

.product-capability-card footer[b-l0myr025ek] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.product-template-list[b-l0myr025ek] {
    display: grid;
    gap: 14px;
}

.product-template-row[b-l0myr025ek] {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.product-template-row > div:first-child[b-l0myr025ek] {
    display: grid;
    gap: 4px;
}

.product-mini-flow[b-l0myr025ek] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.product-mini-flow span[b-l0myr025ek] {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    border-radius: 8px;
    background: rgba(2, 6, 23, 0.42);
    color: white;
}

.product-org-chart[b-l0myr025ek] {
    display: grid;
    gap: 24px;
    place-items: center;
    padding: 30px 10px;
}

.product-org-node[b-l0myr025ek] {
    min-height: 88px;
    min-width: 220px;
    display: grid;
    place-items: center;
    gap: 4px;
    color: white;
    cursor: pointer;
}

.product-org-node span[b-l0myr025ek] {
    font-size: 0.85rem;
}

.product-org-node.root[b-l0myr025ek] {
    border-color: #8b5cf6;
}

.product-org-branches[b-l0myr025ek] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 16px;
}

.product-visibility-tile[b-l0myr025ek] {
    min-height: 132px;
    display: grid;
    gap: 8px;
}

.product-visibility-tile.allowed[b-l0myr025ek] {
    --accent: #22c55e;
}

.product-visibility-tile.denied[b-l0myr025ek] {
    --accent: #ef4444;
}

.product-document-head[b-l0myr025ek] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.product-action-card[b-l0myr025ek],
.product-metric-card[b-l0myr025ek],
.product-doc-type[b-l0myr025ek],
.product-policy-card[b-l0myr025ek] {
    min-height: 128px;
    display: grid;
    gap: 8px;
}

.product-metric-card strong[b-l0myr025ek] {
    color: white;
    font-size: 1.55rem;
}

.product-info-line[b-l0myr025ek] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.product-command-row[b-l0myr025ek] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 12px 0;
}

.product-secondary-button[b-l0myr025ek] {
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: rgba(30, 41, 59, 0.72);
    color: #dbeafe;
    cursor: pointer;
}

.product-secondary-button:hover[b-l0myr025ek],
.product-secondary-button.active[b-l0myr025ek] {
    border-color: #60a5fa;
    background: rgba(37, 99, 235, 0.28);
    color: white;
}

.product-toggle-switch[b-l0myr025ek] {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0;
    padding: 0 10px;
    border-radius: 8px;
    background: rgba(30, 41, 59, 0.52);
}

.accent-blue[b-l0myr025ek] { --accent: #60a5fa; }
.accent-cyan[b-l0myr025ek] { --accent: #22d3ee; }
.accent-violet[b-l0myr025ek] { --accent: #a78bfa; }
.accent-purple[b-l0myr025ek] { --accent: #c084fc; }
.accent-amber[b-l0myr025ek] { --accent: #f59e0b; }
.accent-green[b-l0myr025ek] { --accent: #22c55e; }
.accent-red[b-l0myr025ek] { --accent: #ef4444; }

.configuration-studio[b-l0myr025ek] {
    margin: -28px;
}

.studio-breadcrumb[b-l0myr025ek],
.studio-title-row[b-l0myr025ek],
.studio-actions[b-l0myr025ek],
.studio-tabs[b-l0myr025ek],
.studio-panel-heading[b-l0myr025ek],
.studio-canvas-tools[b-l0myr025ek],
.studio-stage-row[b-l0myr025ek],
.studio-stage-stack[b-l0myr025ek],
.studio-owner-card[b-l0myr025ek],
.studio-transition-button[b-l0myr025ek],
.studio-rule-row[b-l0myr025ek],
.studio-metrics[b-l0myr025ek],
.studio-selected-stage[b-l0myr025ek],
.studio-inspector-tabs[b-l0myr025ek],
.studio-action-list button[b-l0myr025ek],
.studio-assignment-card[b-l0myr025ek] {
    letter-spacing: 0;
}

.studio-breadcrumb[b-l0myr025ek] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9fb0c6;
    font-size: 0.9rem;
}

.studio-title-row[b-l0myr025ek] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.studio-title-row h2[b-l0myr025ek] {
    margin: 0;
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1.12;
}

.studio-status[b-l0myr025ek] {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.18);
    color: #34d399;
    font-weight: 800;
}

.studio-actions[b-l0myr025ek] {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.studio-tabs[b-l0myr025ek] {
    display: flex;
    gap: 4px;
}

.studio-tabs button[b-l0myr025ek],
.studio-inspector-tabs button[b-l0myr025ek] {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #aab6c7;
    cursor: pointer;
}

.studio-tabs button.active[b-l0myr025ek],
.studio-inspector-tabs button.active[b-l0myr025ek] {
    border-bottom-color: #7c3aed;
    color: #a78bfa;
}

.studio-main-stack[b-l0myr025ek] {
    display: grid;
    gap: 14px;
}

.studio-panel-heading[b-l0myr025ek] {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.studio-panel-heading h3[b-l0myr025ek] {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 1.05rem;
}

.studio-panel-heading p[b-l0myr025ek] {
    margin: 0;
    color: #9fb0c6;
}

.studio-canvas-tools[b-l0myr025ek] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
}

.studio-canvas[b-l0myr025ek] {
    overflow-x: auto;
    padding-bottom: 2px;
}

.studio-stage-row[b-l0myr025ek] {
    min-width: 900px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 10px 0 24px;
}

.studio-stage-stack[b-l0myr025ek] {
    display: grid;
    gap: 10px;
}

.studio-owner-card[b-l0myr025ek] {
    width: 170px;
    min-height: 54px;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 2px 8px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(10, 24, 44, 0.76);
    color: #e2e8f0;
    text-align: left;
    cursor: pointer;
}

.studio-owner-card span[b-l0myr025ek] {
    color: #9fb0c6;
    font-size: 0.72rem;
}

.studio-owner-card strong[b-l0myr025ek] {
    color: #ffffff;
    font-size: 0.82rem;
}

.studio-transition-button[b-l0myr025ek] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-top: 72px;
    border: 1px solid rgba(16, 185, 129, 0.38);
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.74);
    color: white;
    cursor: pointer;
}

.studio-optional-zone[b-l0myr025ek] {
    min-width: 700px;
    min-height: 120px;
    display: grid;
    place-items: center;
    position: relative;
    border: 1px dashed rgba(148, 163, 184, 0.32);
    border-radius: 8px;
    color: #8493a8;
}

.studio-add-step[b-l0myr025ek] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.8);
    color: #dbeafe;
}

.studio-rule-table[b-l0myr025ek] {
    display: grid;
    gap: 4px;
}

.studio-rule-row[b-l0myr025ek] {
    min-height: 42px;
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(220px, 1.4fr) 32px;
    gap: 14px;
    align-items: center;
    padding: 0 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #dbeafe;
    text-align: left;
    cursor: pointer;
}

.studio-rule-row:hover[b-l0myr025ek] {
    background: rgba(30, 41, 59, 0.62);
}

.studio-rule-head[b-l0myr025ek] {
    color: #8ea0b8;
    cursor: default;
}

.studio-rule-row span[b-l0myr025ek] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.studio-metrics-panel[b-l0myr025ek] {
    padding: 0;
}

.studio-metrics[b-l0myr025ek] {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
}

.studio-inspector-tabs[b-l0myr025ek] {
    display: flex;
    overflow-x: auto;
    margin: -4px 0 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.studio-selected-stage[b-l0myr025ek] {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background: rgba(30, 41, 59, 0.64);
}

.studio-selected-stage strong[b-l0myr025ek] {
    display: block;
    color: #ffffff;
}

.studio-selected-stage span[b-l0myr025ek] {
    color: #aab6c7;
}

.studio-stage-index[b-l0myr025ek] {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #ffffff !important;
    font-weight: 900;
}

.studio-inspector-grid[b-l0myr025ek] {
    display: grid;
    gap: 2px;
    margin-top: 14px;
}

.studio-action-list[b-l0myr025ek] {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.studio-action-list > strong[b-l0myr025ek] {
    color: #ffffff;
}

.studio-action-list button[b-l0myr025ek],
.studio-assignment-card[b-l0myr025ek] {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.56);
    color: #dbeafe;
    cursor: pointer;
}

.studio-assignment-grid[b-l0myr025ek] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.studio-assignment-card[b-l0myr025ek] {
    min-height: 76px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1180px) {
    .product-sidebar[b-l0myr025ek] {
        position: static;
        height: auto;
    }

    .product-nav[b-l0myr025ek] {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .product-content-grid[b-l0myr025ek] {
        grid-template-columns: 1fr;
    }

    .product-detail-panel[b-l0myr025ek] {
        position: static;
    }
}

@media (max-width: 760px) {
    .product-page[b-l0myr025ek] {
        padding: 18px;
    }

    .product-topbar[b-l0myr025ek],
    .product-panel-header[b-l0myr025ek],
    .product-template-row[b-l0myr025ek] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .product-flow[b-l0myr025ek],
    .product-org-branches[b-l0myr025ek],
    .studio-metrics[b-l0myr025ek] {
        grid-template-columns: 1fr;
    }

    .product-flow-arrow[b-l0myr025ek] {
        justify-self: center;
        transform: rotate(90deg);
    }

    .product-segmented[b-l0myr025ek] {
        overflow-x: auto;
        max-width: calc(100vw - 72px);
    }
}

