/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-peic3pq721] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-peic3pq721] {
    flex: 1;
}

.sidebar[b-peic3pq721] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-peic3pq721] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-peic3pq721]  a, .top-row[b-peic3pq721]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-peic3pq721]  a:hover, .top-row[b-peic3pq721]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-peic3pq721]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-peic3pq721] {
        justify-content: space-between;
    }

    .top-row[b-peic3pq721]  a, .top-row[b-peic3pq721]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-peic3pq721] {
        flex-direction: row;
    }

    .sidebar[b-peic3pq721] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-peic3pq721] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-peic3pq721]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-peic3pq721], article[b-peic3pq721] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-peic3pq721] {
    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-peic3pq721] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dp6t114cy4] {
    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-dp6t114cy4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-dp6t114cy4] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dp6t114cy4] {
    font-size: 1.1rem;
}

.bi[b-dp6t114cy4] {
    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-dp6t114cy4] {
    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-dp6t114cy4] {
    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-dp6t114cy4] {
    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-dp6t114cy4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dp6t114cy4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dp6t114cy4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dp6t114cy4]  .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-dp6t114cy4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dp6t114cy4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-dp6t114cy4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dp6t114cy4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dp6t114cy4] {
        display: none;
    }

    .nav-scrollable[b-dp6t114cy4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lyr31m72pn],
.components-reconnect-repeated-attempt-visible[b-lyr31m72pn],
.components-reconnect-failed-visible[b-lyr31m72pn],
.components-pause-visible[b-lyr31m72pn],
.components-resume-failed-visible[b-lyr31m72pn],
.components-rejoining-animation[b-lyr31m72pn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lyr31m72pn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lyr31m72pn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lyr31m72pn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lyr31m72pn],
#components-reconnect-modal.components-reconnect-retrying[b-lyr31m72pn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lyr31m72pn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lyr31m72pn],
#components-reconnect-modal.components-reconnect-failed[b-lyr31m72pn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lyr31m72pn] {
    display: block;
}


#components-reconnect-modal[b-lyr31m72pn] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-lyr31m72pn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lyr31m72pn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lyr31m72pn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lyr31m72pn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lyr31m72pn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lyr31m72pn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lyr31m72pn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lyr31m72pn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lyr31m72pn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lyr31m72pn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lyr31m72pn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lyr31m72pn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lyr31m72pn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lyr31m72pn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lyr31m72pn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lyr31m72pn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lyr31m72pn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lyr31m72pn {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.formula-obscured[b-naibz909ob] {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    color: rgba(111, 231, 242, .45);
    filter: blur(4px) saturate(1.02);
    text-shadow: 0 0 8px rgba(111, 231, 242, .22);
    user-select: none;
    transform: translateZ(0);
}

.formula-obscured[b-naibz909ob]::before,
.formula-obscured[b-naibz909ob]::after {
    position: absolute;
    inset: -2px;
    content: "";
    pointer-events: none;
}

.formula-obscured[b-naibz909ob]::before {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 24%, rgba(94, 231, 242, .06) 52%, transparent 82%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .04) 0 8px, rgba(94, 231, 242, .035) 8px 9px, transparent 9px 18px);
    mix-blend-mode: screen;
    animation: formula-glint-b-naibz909ob 8s ease-in-out infinite;
}

.formula-obscured[b-naibz909ob]::after {
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 18% 50%, rgba(255, 255, 255, .08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .02));
    backdrop-filter: blur(2.4px);
}

.formula-box .formula-obscured[b-naibz909ob] {
    padding: 12px 16px;
    background: rgba(49, 107, 255, .025);
}

.compare .formula-obscured[b-naibz909ob] {
    margin: 22px 0;
    padding: 8px 0;
}

.governor .formula-obscured[b-naibz909ob] {
    padding: 10px 0;
    color: rgba(255, 255, 255, .9);
}

@keyframes formula-glint-b-naibz909ob {
    0%, 100% {
        transform: translateX(-22%);
        opacity: .55;
    }

    50% {
        transform: translateX(22%);
        opacity: .95;
    }
}

@media (prefers-reduced-motion: reduce) {
    .formula-obscured[b-naibz909ob]::before {
        animation: none;
    }
}
/* /Components/Pages/Scenario.razor.rz.scp.css */
.scenario-page[b-hf6vkxwdzz] {
    --surface: #ffffff;
    --canvas: #f3f6fa;
    --ink: #142033;
    --muted: #64748b;
    --line: #e2e8f0;
    --navy: #071426;
    --blue: #2f68ed;
    min-height: 100vh;
    background: var(--canvas);
    color: var(--ink);
    padding-bottom: 72px;
}

.scenario-hero[b-hf6vkxwdzz] {
    padding: 118px 0 34px;
    color: #fff;
    background: radial-gradient(circle at 82% 0, rgba(47, 104, 237, .28), transparent 33%), linear-gradient(135deg, #071426 0%, #0c203b 100%);
    border-bottom: 1px solid #213651;
}

.scenario-breadcrumb[b-hf6vkxwdzz] {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
    color: #8fa1b8;
    font-size: 12px;
}

.scenario-breadcrumb b[b-hf6vkxwdzz] { color: #4f6380; }
.scenario-title-row[b-hf6vkxwdzz] { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.scenario-label[b-hf6vkxwdzz], .panel-label[b-hf6vkxwdzz] { color: #5686f5; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.scenario-title-row h1[b-hf6vkxwdzz] { margin: 7px 0 5px; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -1.8px; }
.scenario-title-row p[b-hf6vkxwdzz] { margin: 0; color: #aebed1; font-size: 15px; }
.scenario-actions[b-hf6vkxwdzz] { display: flex; gap: 10px; padding-bottom: 4px; }

.scenario-button[b-hf6vkxwdzz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 7px;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}

.primary-button[b-hf6vkxwdzz] { color: #fff; background: var(--blue); }
.secondary-button[b-hf6vkxwdzz] { color: #dce6f4; border-color: #425874; background: rgba(255, 255, 255, .03); }
.scenario-meta[b-hf6vkxwdzz] { display: flex; flex-wrap: wrap; gap: 10px 34px; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); color: #8fa1b8; font-size: 11px; }
.scenario-meta span[b-hf6vkxwdzz] { display: flex; align-items: center; gap: 7px; }
.scenario-meta b[b-hf6vkxwdzz] { color: #dce6f4; font-weight: 650; }
.status-ready[b-hf6vkxwdzz] { margin-left: auto; color: #86dcb7 !important; font-weight: 750; }
.status-ready i[b-hf6vkxwdzz] { width: 7px; height: 7px; border-radius: 50%; background: #45c88b; box-shadow: 0 0 0 4px rgba(69, 200, 139, .12); }
.scenario-content[b-hf6vkxwdzz] { display: grid; gap: 22px; margin-top: 24px; }

.metric-grid[b-hf6vkxwdzz] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.metric-grid article[b-hf6vkxwdzz] { display: flex; align-items: center; gap: 14px; min-height: 112px; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: 0 5px 18px rgba(15, 31, 55, .04); }
.metric-icon[b-hf6vkxwdzz] { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 9px; font-size: 12px; font-weight: 850; }
.exposure[b-hf6vkxwdzz] { color: #2f68ed; background: #ebf1ff; }
.locations[b-hf6vkxwdzz] { color: #6d4fe3; background: #f0edff; }
.candidates[b-hf6vkxwdzz] { color: #008a78; background: #e5f7f3; }
.confidence[b-hf6vkxwdzz] { color: #b36a00; background: #fff3dc; }
.metric-grid article div:last-child[b-hf6vkxwdzz] { display: grid; }
.metric-grid span[b-hf6vkxwdzz], .scope-grid span[b-hf6vkxwdzz], .recommendation-stats span[b-hf6vkxwdzz], .owner-row span[b-hf6vkxwdzz], .readiness-item span[b-hf6vkxwdzz] { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .25px; text-transform: uppercase; }
.metric-grid strong[b-hf6vkxwdzz] { margin: 2px 0; font-size: 20px; line-height: 1.2; }
.metric-grid small[b-hf6vkxwdzz] { color: #8a98aa; font-size: 10px; }

.workspace-grid[b-hf6vkxwdzz] { display: grid; grid-template-columns: 1.7fr .8fr; gap: 22px; }
.panel[b-hf6vkxwdzz] { border: 1px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: 0 5px 18px rgba(15, 31, 55, .035); }
.overview-panel[b-hf6vkxwdzz], .recommendation-panel[b-hf6vkxwdzz], .lower-grid > .panel[b-hf6vkxwdzz], .brief-panel[b-hf6vkxwdzz] { padding: 25px; }
.panel-header[b-hf6vkxwdzz] { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.panel-header h2[b-hf6vkxwdzz] { margin: 4px 0 0; font-size: 19px; letter-spacing: -.35px; }
.panel-header a[b-hf6vkxwdzz] { color: var(--blue); font-size: 11px; font-weight: 750; text-decoration: none; }
.badge[b-hf6vkxwdzz] { display: inline-flex; align-items: center; min-height: 23px; padding: 0 9px; border-radius: 99px; font-size: 9px; font-weight: 800; white-space: nowrap; }
.badge-blue[b-hf6vkxwdzz] { color: #2355c8; background: #eaf0ff; }
.badge-green[b-hf6vkxwdzz] { color: #137553; background: #e5f6ef; }
.badge-amber[b-hf6vkxwdzz] { color: #986000; background: #fff1d5; }
.badge-neutral[b-hf6vkxwdzz] { color: #64748b; background: #edf1f5; }
.overview-copy[b-hf6vkxwdzz] { max-width: 820px; margin: 22px 0; color: #536176; font-size: 13px; line-height: 1.7; }
.scope-grid[b-hf6vkxwdzz] { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.scope-grid div[b-hf6vkxwdzz] { display: grid; gap: 4px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.scope-grid strong[b-hf6vkxwdzz] { font-size: 12px; }
.recommendation-panel[b-hf6vkxwdzz] { color: #fff; background: linear-gradient(145deg, #0b1e37, #102a4a); border-color: #284464; }
.recommendation-panel .panel-label[b-hf6vkxwdzz] { color: #73a0ff; }
.recommendation-name[b-hf6vkxwdzz] { margin: 27px 0 8px; font-size: 23px; font-weight: 750; letter-spacing: -.6px; }
.recommendation-panel > p[b-hf6vkxwdzz] { min-height: 62px; color: #aebed1; font-size: 12px; line-height: 1.6; }
.recommendation-stats[b-hf6vkxwdzz] { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 21px 0; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .12); }
.recommendation-stats div[b-hf6vkxwdzz] { display: grid; gap: 3px; }
.recommendation-stats span[b-hf6vkxwdzz] { color: #8396ae; }
.recommendation-stats strong[b-hf6vkxwdzz] { font-size: 14px; }
.full-button[b-hf6vkxwdzz] { width: 100%; color: #fff; background: var(--blue); }
.table-heading[b-hf6vkxwdzz] { padding: 24px 25px 18px; }
.updated[b-hf6vkxwdzz] { color: #8491a2; font-size: 10px; }
.table-wrap[b-hf6vkxwdzz] { overflow-x: auto; }
table[b-hf6vkxwdzz] { width: 100%; min-width: 760px; border-collapse: collapse; }
th[b-hf6vkxwdzz] { padding: 11px 17px; color: #748195; background: #f7f9fc; border-block: 1px solid var(--line); font-size: 9px; letter-spacing: .75px; text-align: left; text-transform: uppercase; }
td[b-hf6vkxwdzz] { padding: 15px 17px; border-bottom: 1px solid #edf0f4; color: #536176; font-size: 11px; }
tbody tr:last-child td[b-hf6vkxwdzz] { border-bottom: 0; }
td:first-child[b-hf6vkxwdzz] { display: grid; gap: 2px; }
td strong[b-hf6vkxwdzz] { color: var(--ink); font-size: 12px; }
td small[b-hf6vkxwdzz] { color: #8b98a9; }
.rating[b-hf6vkxwdzz] { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.rating i[b-hf6vkxwdzz] { width: 7px; height: 7px; border-radius: 50%; }
.excellent[b-hf6vkxwdzz] { color: #16795a; } .excellent i[b-hf6vkxwdzz], .good i[b-hf6vkxwdzz] { background: #39b887; }
.good[b-hf6vkxwdzz] { color: #42647b; }
.caution[b-hf6vkxwdzz] { color: #9d690d; } .caution i[b-hf6vkxwdzz] { background: #e0a438; }

.lower-grid[b-hf6vkxwdzz] { display: grid; grid-template-columns: 1.4fr .8fr; gap: 22px; }
.finding-list[b-hf6vkxwdzz] { margin-top: 14px; }
.finding-list > div[b-hf6vkxwdzz] { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 15px 0; border-top: 1px solid #edf0f4; }
.finding-icon[b-hf6vkxwdzz] { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; font-size: 11px; font-weight: 800; }
.finding-icon.complete[b-hf6vkxwdzz] { color: #16795a; background: #e5f6ef; }
.finding-icon.new[b-hf6vkxwdzz] { color: #2f68ed; background: #eaf0ff; }
.finding-list strong[b-hf6vkxwdzz] { font-size: 12px; }
.finding-list p[b-hf6vkxwdzz] { margin: 3px 0 0; color: #788699; font-size: 10px; }
.finding-list time[b-hf6vkxwdzz] { color: #929dad; font-size: 9px; }
.readiness-item[b-hf6vkxwdzz] { margin-top: 20px; }
.readiness-item > div:first-child[b-hf6vkxwdzz] { display: flex; justify-content: space-between; margin-bottom: 7px; }
.readiness-item strong[b-hf6vkxwdzz] { color: #455468; font-size: 10px; }
.progress[b-hf6vkxwdzz] { height: 5px; overflow: hidden; border-radius: 4px; background: #e8edf3; }
.progress i[b-hf6vkxwdzz] { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2f68ed, #52a5ef); }
.owner-row[b-hf6vkxwdzz] { display: flex; align-items: center; gap: 10px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.owner-avatar[b-hf6vkxwdzz] { display: grid; place-items: center; width: 35px; height: 35px; color: #fff !important; border-radius: 50%; background: #243f68; font-size: 10px !important; }
.owner-row div[b-hf6vkxwdzz] { display: grid; }
.owner-row strong[b-hf6vkxwdzz] { font-size: 11px; }

.brief-panel[b-hf6vkxwdzz] {
    scroll-margin-top: 92px;
}

.brief-grid[b-hf6vkxwdzz] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.brief-grid div[b-hf6vkxwdzz] {
    min-height: 168px;
    padding: 20px;
    border: 1px solid #e0e7f1;
    border-radius: 9px;
    background: linear-gradient(180deg, #fbfcff, #f6f8fb);
}

.brief-grid span[b-hf6vkxwdzz] {
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.brief-grid strong[b-hf6vkxwdzz] {
    display: block;
    margin: 8px 0 10px;
    color: var(--ink);
    font-size: 14px;
}

.brief-grid p[b-hf6vkxwdzz] {
    margin: 0;
    color: #5f6d7f;
    font-size: 12px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .metric-grid[b-hf6vkxwdzz] { grid-template-columns: 1fr 1fr; }
    .workspace-grid[b-hf6vkxwdzz], .lower-grid[b-hf6vkxwdzz], .brief-grid[b-hf6vkxwdzz] { grid-template-columns: 1fr; }
    .status-ready[b-hf6vkxwdzz] { margin-left: 0; }
}

@media (max-width: 680px) {
    .scenario-hero[b-hf6vkxwdzz] { padding-top: 102px; }
    .scenario-title-row[b-hf6vkxwdzz] { align-items: flex-start; flex-direction: column; }
    .scenario-actions[b-hf6vkxwdzz] { width: 100%; }
    .scenario-actions button[b-hf6vkxwdzz] { flex: 1; }
    .metric-grid[b-hf6vkxwdzz], .scope-grid[b-hf6vkxwdzz] { grid-template-columns: 1fr; }
    .metric-grid article[b-hf6vkxwdzz] { min-height: 100px; }
    .overview-panel[b-hf6vkxwdzz], .recommendation-panel[b-hf6vkxwdzz], .lower-grid > .panel[b-hf6vkxwdzz] { padding: 20px; }
    .finding-list time[b-hf6vkxwdzz] { display: none; }
}
