/* /Components/Admin/PageCaptureReview/PageCaptureCard.razor.rz.scp.css */
.capture-card[b-fv3h30sojh] {
    border: 2px solid;
    border-radius: 0;
    overflow: hidden;
    background: white;
    transition: box-shadow 0.2s ease;
    position: relative;
    cursor: default;
}

.capture-card:hover[b-fv3h30sojh] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.capture-card.border-danger[b-fv3h30sojh] {
    border-color: #dc3545;
}

.capture-card.border-success[b-fv3h30sojh] {
    border-color: #28a745;
}

.batch-checkbox[b-fv3h30sojh] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    padding: 0.25rem;
}

.batch-checkbox input[type="checkbox"][b-fv3h30sojh] {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}

.card-img-top[b-fv3h30sojh] {
    width: 100%;
    height: auto;
    min-height: 120px;
    object-fit: cover;
    background-color: #f8f9fa;
}

.card-action-btn[b-fv3h30sojh] {
    font-size: 0.7em;
    padding: 0.15rem 0.4rem;
}
/* /Components/AgentStudio/AgentPlayground.razor.rz.scp.css */
.playground-container[b-muug25vih4] {
    min-height: 500px;
}

.playground-left-panel[b-muug25vih4] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-right: 1.5rem;
    border-right: 1px solid #dee2e6;
}

.playground-right-panel[b-muug25vih4] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-left: 1.5rem;
}

.playground-tools-list[b-muug25vih4] {
    max-height: 200px;
    overflow-y: auto;
}

/* Flat Timeline */
.playground-messages[b-muug25vih4] {
    display: flex;
    flex-direction: column;
}

.timeline-row[b-muug25vih4] {
    display: flex;
    align-items: stretch;
}

.timeline-content[b-muug25vih4] {
    flex-grow: 1;
    min-width: 0;
}

/* Connected boxes: continuous border between steps */
.message-step[b-muug25vih4] {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-bottom: none;
}

.timeline-row--last .message-step[b-muug25vih4] {
    border-bottom: 1px solid #dee2e6;
}

/* System */
.message-step--system[b-muug25vih4] {
    background: #fff;
}

/* User */
.message-step--user[b-muug25vih4] {
    background: #fff;
}

/* Assistant */
.message-step--assistant[b-muug25vih4] {
    background: #f8f9fa;
}

/* Tool */
.message-step--tool[b-muug25vih4] {
    background: #fff;
}

.message-step-label[b-muug25vih4] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.message-step-content-plain[b-muug25vih4] {
    font-size: 0.9rem;
    font-weight: 300;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Tool Detail Toggle */
.tool-detail-toggle[b-muug25vih4] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    user-select: none;
    margin-top: 0.25rem;
}

.tool-detail-content[b-muug25vih4] {
    margin-top: 0.5rem;
}

.tool-section-toggle[b-muug25vih4] {
    font-size: 0.75rem;
    color: #6c757d;
    width: 1rem;
    text-align: center;
}

.tool-section-pre[b-muug25vih4] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    max-height: 300px;
    overflow-y: auto;
    margin: 0.25rem 0 0 0;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Completion summary */
.completion-summary[b-muug25vih4] {
    font-size: 0.85rem;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    background: #f8f9fa;
}

/* Error Block */
.error-block[b-muug25vih4] {
    background: #fdf0f2;
    border: 1px solid #f5c2c7;
    border-radius: 0;
    padding: 1rem;
    font-size: 0.9rem;
    font-weight: 300;
}
/* /Components/Agents/AgentCard.razor.rz.scp.css */
.agent-card[b-js0qmvrp11] {
    transition: box-shadow 0.2s ease;
    overflow: hidden;
}

.agent-card:hover[b-js0qmvrp11] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.agent-card.clickable[b-js0qmvrp11] {
    cursor: pointer;
}

.icon-area[b-js0qmvrp11] {
    transition: background-color 0.4s ease;
}

.shuffle-btn[b-js0qmvrp11] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    opacity: 0;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-area:hover .shuffle-btn[b-js0qmvrp11] {
    opacity: 1;
}

.whorl-wrapper[b-js0qmvrp11] {
    transition: opacity 0.3s ease;
}

.whorl-wrapper.shuffling[b-js0qmvrp11] {
    opacity: 0.3;
    transform: scale(0.9) rotate(30deg);
}

/* Idle tick — transition-driven partial spin, stays where it lands */
.whorl-wrapper.idle-tick[b-js0qmvrp11] {
    transition: transform 1.5s ease-in-out, opacity 0.3s ease;
}
/* /Components/Agents/AgentRunsList.razor.rz.scp.css */
.run-card[b-6rrkcjapgy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.run-card:hover[b-6rrkcjapgy] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.run-card--running[b-6rrkcjapgy] {
    cursor: default;
}

.run-card--running:hover[b-6rrkcjapgy] {
    box-shadow: none;
}

.run-card-whorl[b-6rrkcjapgy] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
}

.run-card-whorl--spinning[b-6rrkcjapgy] {
    animation: whorl-spin-b-6rrkcjapgy 3s linear infinite;
}

@keyframes whorl-spin-b-6rrkcjapgy {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.run-card-body[b-6rrkcjapgy] {
    flex-grow: 1;
    min-width: 0;
}

.run-card-primary[b-6rrkcjapgy] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
}

.run-card-meta[b-6rrkcjapgy] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.15rem;
}

.run-card-status--failed[b-6rrkcjapgy] {
    color: #dc3545;
}

.run-card-caret[b-6rrkcjapgy] {
    flex-shrink: 0;
    align-self: center;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 0;
    margin-top: -0.15rem;
    color: #888;
    transition: color 0.2s ease;
}

.run-card:hover .run-card-caret[b-6rrkcjapgy] {
    color: #1d1d1d;
}
/* /Components/Agents/CatalogAgentCard.razor.rz.scp.css */
.catalog-agent-card[b-rsfpu783d2] {
    transition: box-shadow 0.2s ease;
    overflow: hidden;
}

.catalog-agent-card:hover[b-rsfpu783d2] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.icon-area[b-rsfpu783d2] {
    transition: background-color 0.4s ease;
}

.whorl-wrapper[b-rsfpu783d2] {
    transition: opacity 0.3s ease;
}

.whorl-wrapper.idle-tick[b-rsfpu783d2] {
    transition: transform 1.5s ease-in-out, opacity 0.3s ease;
}
/* /Components/Agents/DashboardInsights.razor.rz.scp.css */
.nudge[b-ywoom11ylk] {
    animation: nudge-b-ywoom11ylk 0.4s ease-in-out 2.5s 1;
}

@keyframes nudge-b-ywoom11ylk {
    0%   { transform: rotate(0deg); }
    20%  { transform: rotate(-1.5deg); }
    40%  { transform: rotate(1.2deg); }
    60%  { transform: rotate(-0.8deg); }
    80%  { transform: rotate(0.4deg); }
    100% { transform: rotate(0deg); }
}
/* /Components/Agents/InsightCard.razor.rz.scp.css */
.summary-clamp[b-40vueken64] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.admin-delete-btn[b-40vueken64] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    border-radius: 50%;
    color: #dc3545;
    background: white;
    border: 1px solid #dc3545;
    opacity: 0.7;
    transition: opacity 0.15s ease, background-color 0.15s ease;
    z-index: 2;
}

.admin-delete-btn:hover[b-40vueken64] {
    opacity: 1;
    background: #dc3545;
    color: white;
}
/* /Components/Basics/ClickOverlay.razor.rz.scp.css */
/* Ensure our component has its own stacking context */
.cr-wrapper[b-ehvtwbange] {
    position: relative;
    isolation: isolate;   /* <- key line */
    display: inline-block;
}

/* Base layer stays at the bottom of this context */
.cr-base[b-ehvtwbange] {
    position: relative;
    z-index: 0;
}

/* Overlay sits above everything inside the wrapper */
.cr-overlay[b-ehvtwbange] {
    position: absolute;
    inset: 0;
    z-index: 9999;        /* higher than any z-index on children */
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(233, 236, 239,.75);
    border-radius: inherit;
    opacity: 0;
    transform: scale(0.985);
    transition: opacity .12s ease, transform .12s ease;
}

.cr-overlay.cr-open[b-ehvtwbange] {
    opacity: 1;
    transform: scale(1);
}
/* /Components/Basics/IconSearchTextBox.razor.rz.scp.css */
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group,
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group.e-control-wrapper {
    background: #000;
    border: 1px solid #000;
    border-radius: 0;           /* square corners */
    box-shadow: none;
    height: 36px;               /* match your other buttons */
    align-items: center;
    padding: 0.25rem 0.5rem;
}

:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group input.e-input {
    background: transparent;
    color: #fff;
    caret-color: #fff;
}

:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group input.e-input::placeholder {
    color: rgba(255,255,255,.65);
}

:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group .e-input-group-icon,
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group i {
    color: #fff;
    opacity: .9;
}

:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group.e-input-focus,
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group:hover {
    border-color: #000;
    box-shadow: none;
}

/* your clear button inside the suffix */
.hstn-clear-btn[b-vmnf1oeu2p] { color: #fff; }


/* Black background everywhere */
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group,
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group.e-control-wrapper,
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group input.e-input {
    background: #000 !important;
}

/* Pure white placeholder (no dimming) */
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group input.e-input::placeholder {
    color: #fff !important;
    opacity: 1; /* some browsers dim placeholders */
}

/* Vendor fallbacks just in case */
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group input.e-input::-webkit-input-placeholder { color:#fff !important; opacity:1; }
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group input.e-input::-moz-placeholder { color:#fff !important; opacity:1; }
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group input.e-input:-ms-input-placeholder { color:#fff !important; opacity:1; }
:host[b-vmnf1oeu2p]  .hstn-search-input.e-input-group input.e-input::-ms-input-placeholder { color:#fff !important; opacity:1; }

/* /Components/Basics/Responsive/MediaQueryBreakPoint.razor.rz.scp.css */

/* ------------- Small ------------- */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.9px) {
    .small-after[b-po54kxwm9f] {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .small-before[b-po54kxwm9f] {
        display: none !important;
    }
}


/* ------------- Medium ------------- */
/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.9px) { 
    .medium-after[b-po54kxwm9f] {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .medium-before[b-po54kxwm9f] {
        display: none !important;
    }
}

/* ------------- Large ------------- */
/* Large devices (desktops, 992px and up) */
@media (max-width: 991.9px) {
    .large-after[b-po54kxwm9f] {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .large-before[b-po54kxwm9f] {
        display: none !important;
    }
}

/* ------------- Extra Large ------------- */
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.9px) {
    .extra-large-after[b-po54kxwm9f] {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .extra-large-before[b-po54kxwm9f] {
        display: none !important;
    }
}
/* /Components/Basics/Tooltip.razor.rz.scp.css */
/* Tooltip wrapper — stable regardless of child display type */
.tt-wrapper[b-z4aj7xy3f8] {
    position: relative;
    display: inline-flex;
    pointer-events: auto;
}

/* Tooltip body */
.tt[b-z4aj7xy3f8] {
    position: fixed;              /* viewport coordinate system */
    z-index: 2147483647;          /* maximum z-index value - above everything */
    max-width: 280px;
    padding: 8px 10px;
    border-radius: 0px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12), 0 2px 6px rgba(0,0,0,.08);
    background: rgba(0,0,0,.9);
    color: #fff;
    font-family: inherit;
    font-size: .875rem;
    line-height: 1.2;
    pointer-events: auto;
    transform-origin: var(--tt-origin, top center);
    opacity: 0;
    transform: translate3d(0, 2px, 0) scale(0.98);
    transition: opacity .12s ease, transform .12s ease;
}

/* Animate visible */
.tt[style*="visible"][b-z4aj7xy3f8] {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

/* Hide pointer events when aria-hidden */
.tt[aria-hidden="true"][b-z4aj7xy3f8] {
    pointer-events: none;
}

/* Arrow */
.tt .tt-arrow[b-z4aj7xy3f8] {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,.9);
    transform: rotate(45deg);
    box-shadow: -1px -1px 2px rgba(0,0,0,.08);
}

/* fallback arrow placement */
.tt[data-placement^="top"] .tt-arrow[b-z4aj7xy3f8] { bottom: -5px; left: calc(50% - 5px); }
.tt[data-placement^="bottom"] .tt-arrow[b-z4aj7xy3f8] { top: -5px; left: calc(50% - 5px); }
.tt[data-placement^="left"] .tt-arrow[b-z4aj7xy3f8] { right: -5px; top: calc(50% - 5px); }
.tt[data-placement^="right"] .tt-arrow[b-z4aj7xy3f8] { left: -5px; top: calc(50% - 5px); }

/* Motion preference */
@media (prefers-reduced-motion: reduce) {
    .tt[b-z4aj7xy3f8] { transition: none; }
}
/* /Components/Flows/FlowFunnel.razor.rz.scp.css */
.flow-funnel[b-aqr1gmbsa0] {
    display: flex;
    align-items: flex-start;
    gap: 0;
    overflow-x: auto;
    padding: 1.5em 0;
}

.flow-funnel-step[b-aqr1gmbsa0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 160px;
    max-width: 220px;
    flex-shrink: 0;
}

.flow-funnel-step-screenshot[b-aqr1gmbsa0] {
    width: 180px;
    height: 120px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    overflow: hidden;
    background: #f8f9fa;
    margin-bottom: 0.6em;
}

.flow-funnel-step-screenshot img[b-aqr1gmbsa0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flow-funnel-step-name[b-aqr1gmbsa0] {
    font-weight: 600;
    font-size: 0.85em;
    color: #1d1d1d;
    text-align: center;
    margin-bottom: 0.25em;
    line-height: 1.3;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flow-funnel-step-sessions[b-aqr1gmbsa0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.4em;
}

.flow-funnel-step-sessions-value[b-aqr1gmbsa0] {
    font-weight: 600;
    font-size: 1.3em;
    color: #1d1d1d;
    line-height: 1.2;
}

.flow-funnel-step-sessions-label[b-aqr1gmbsa0] {
    font-weight: 300;
    font-size: 0.75em;
    color: #999;
    text-transform: lowercase;
}

.flow-funnel-step-bar-container[b-aqr1gmbsa0] {
    width: 180px;
    height: 8px;
    background: #e9ecef;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0.3em;
}

.flow-funnel-step-bar[b-aqr1gmbsa0] {
    height: 100%;
    background: #1d1d1d;
    min-width: 2px;
    transition: width 0.3s ease;
}

.flow-funnel-step-change[b-aqr1gmbsa0] {
    font-size: 0.75em;
    color: #6c757d;
    text-align: center;
}

.flow-funnel-arrow[b-aqr1gmbsa0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    padding: 0 0.25em;
    align-self: center;
}

.flow-funnel-arrow-line[b-aqr1gmbsa0] {
    font-size: 1.3em;
    color: #ccc;
    margin-bottom: 0.2em;
}

.flow-funnel-arrow-rate[b-aqr1gmbsa0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1em;
}

.flow-funnel-arrow-continuation[b-aqr1gmbsa0] {
    font-weight: 600;
    font-size: 0.78em;
    color: #1d1d1d;
}

.flow-funnel-arrow-abandonment[b-aqr1gmbsa0] {
    font-weight: 300;
    font-size: 0.72em;
    color: #999;
}

.flow-funnel-overall[b-aqr1gmbsa0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 0 0.5em;
    align-self: center;
    border-left: 1px solid #e0e0e0;
    margin-left: 0.5em;
    padding-left: 1em;
}

.flow-funnel-overall-value[b-aqr1gmbsa0] {
    font-weight: 600;
    font-size: 1.4em;
    color: #1d1d1d;
}

.flow-funnel-overall-label[b-aqr1gmbsa0] {
    font-weight: 300;
    font-size: 0.72em;
    color: #999;
    text-align: center;
}
/* /Components/Integrations/IntegrationCard.razor.rz.scp.css */
.agent-card[b-rwrpp1t3lg] {
    transition: box-shadow 0.2s ease;
    overflow: hidden;
}

.agent-card:hover[b-rwrpp1t3lg] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.agent-card.clickable[b-rwrpp1t3lg] {
    cursor: pointer;
}

.icon-area[b-rwrpp1t3lg] {
    transition: background-color 0.4s ease;
}
/* /Components/Items/Filter/ItemFilterDropDown.razor.rz.scp.css */
.accordion-header[b-fhpkqst5n7] {
    cursor:pointer;
    user-select:none;
}

.caret[b-fhpkqst5n7] {
    transition: transform .2s ease;
}

.rotate-180[b-fhpkqst5n7] {
    transform: rotate(180deg);
}
/* /Components/Kpi/KpiTiles.razor.rz.scp.css */
/* /Components/Layout/Mobile/MobileMenu.razor.rz.scp.css */

.mobile-menu-container[b-bh0p3j8w71] {
    max-height: calc(100% - 6em);
    overflow: auto;
    width: 21em;
    background-color: #1d1d1d;
    margin-left: 0.75em;
}
/* /Components/Layout/Mobile/MobileNavigationMenu.razor.rz.scp.css */
/* /Components/Layout/PageContainer.razor.rz.scp.css */
.page-container[b-3bl9klj90r] {
    max-width: 1200px;
    margin: 0 auto;
}
/* /Components/Metrics/GeneralMetricsTile.razor.rz.scp.css */

.kpi-tile-values[b-e6mi5akljv] {
    font-size: 4em;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .kpi-tile-values[b-e6mi5akljv] {
        font-size: 2em;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.99px) and (max-width: 1199.98px) {
    .kpi-tile-values[b-e6mi5akljv] {
        font-size: 2.5em;
    }
}
/* /Components/Metrics/StatTile.razor.rz.scp.css */
.stat-tile-label[b-1hn7htrjc5] {
    font-size: 1em;
}

.kpi-tile-values[b-1hn7htrjc5] {
    font-size: 4.5em;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .kpi-tile-values[b-1hn7htrjc5] {
        font-size: 2.25em;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.99px) and (max-width: 1199.98px) {
    .kpi-tile-values[b-1hn7htrjc5] {
        font-size: 3em;
    }
}
/* /Components/Products/ProductsTopListSub/TopListItem.razor.rz.scp.css */
.heading[b-pjwlznm0hd] {
    
}
/* /Components/TimeMachine/RightSidebar/RightSidebarChanged.razor.rz.scp.css */
.ai-pulse-circle[b-it134ld47b] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2d61a6;
    margin-top: 0.25rem;
    animation: ai-pulse-b-it134ld47b 1s ease-in-out infinite;
}

@keyframes ai-pulse-b-it134ld47b {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.8);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}
/* /Pages/Admin/FlowDefinitionBuilder.razor.rz.scp.css */
.flow-pipeline[b-f1tto8md1q] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flow-step-card[b-f1tto8md1q] {
    width: 100%;
    max-width: 500px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    padding: 0.75rem 1rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.flow-step-card--capture[b-f1tto8md1q] {
    border-left: 4px solid #1d1d1d;
    background: #fafafa;
}

.step-type-badge[b-f1tto8md1q] {
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #1d1d1d;
}

.flow-connector[b-f1tto8md1q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 36px;
}

.flow-connector__line[b-f1tto8md1q] {
    width: 1px;
    flex: 1;
    background-color: #ccc;
}

.flow-connector__add-btn[b-f1tto8md1q] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.7em;
    padding: 0;
    transition: all 0.15s;
}

.flow-connector__add-btn:hover[b-f1tto8md1q] {
    border-color: #1d1d1d;
    color: #1d1d1d;
    background: #f5f5f5;
}
/* /Pages/Admin/PageCaptureReview.razor.rz.scp.css */
/* Scoped styles for PageCaptureReview - grid handled by Bootstrap col-xl-2 (6 per row) */
/* /Pages/AgentDetail.razor.rz.scp.css */
.agent-detail-page[b-eoxcsf7sxy] {
    font-weight: 400;
}

.system-prompt-display[b-eoxcsf7sxy] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0;
    padding: 12px 16px;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 0.85rem;
    white-space: pre-wrap;
    max-height: 300px;
    overflow-y: auto;
    line-height: 1.5;
}

.tool-badge[b-eoxcsf7sxy] {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    font-size: 0.8rem;
    color: #495057;
    background-color: #f8f9fa;
}

/* Destructive action button */
.agent-remove-btn[b-eoxcsf7sxy] {
    color: #dc3545;
    border-color: #dc3545;
}

.agent-remove-btn:hover[b-eoxcsf7sxy] {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Square corners for form inputs in the agent detail page */
[b-eoxcsf7sxy] .form-control {
    border-radius: 0;
}

[b-eoxcsf7sxy] .border {
    border-radius: 0 !important;
}

[b-eoxcsf7sxy] .form-check-input {
    border-radius: 0;
}

/* Smooth transitions for edit/read mode */
.edit-form-enter[b-eoxcsf7sxy] {
    animation: fadeSlideIn-b-eoxcsf7sxy 0.25s ease-out;
}

.read-view-enter[b-eoxcsf7sxy] {
    animation: fadeSlideIn-b-eoxcsf7sxy 0.25s ease-out;
}

@keyframes fadeSlideIn-b-eoxcsf7sxy {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/AgentInsightDetail.razor.rz.scp.css */
.insight-detail-page[b-xbslbdjf4v] {
    font-weight: 400;
}

.meta-cards[b-xbslbdjf4v] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.meta-card[b-xbslbdjf4v] {
    background: #F8F9FA;
    border-left: 3px solid #1d1d1d;
    border-top: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
    min-width: 145px;
    flex: 1 1 auto;
    max-width: 220px;
}

.meta-card--negative[b-xbslbdjf4v] {
    border-left-color: #be3455;
}

.meta-card__label[b-xbslbdjf4v] {
    font-size: 0.68rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6c757d;
    margin-bottom: 0.3rem;
}

.meta-card__value[b-xbslbdjf4v] {
    font-size: 1.05rem;
    font-weight: 400;
    color: #1d1d1d;
    line-height: 1.2;
}

.meta-card--negative .meta-card__value[b-xbslbdjf4v] {
    color: #be3455;
}

.suggestion-btn[b-xbslbdjf4v] {
    font-size: 0.8rem;
    font-weight: 300;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    max-width: 280px;
}

.suggestion-placeholder[b-xbslbdjf4v] {
    width: 200px;
    height: 36px;
    border-radius: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-xbslbdjf4v 1.5s infinite;
}

@keyframes shimmer-b-xbslbdjf4v {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* More spacious markdown rendering for insight detail (overrides compact copilot-md) */
[b-xbslbdjf4v] .copilot-md {
    line-height: 1.7;
}

[b-xbslbdjf4v] .copilot-md p {
    margin: 0 0 1em 0;
}

[b-xbslbdjf4v] .copilot-md h1,
[b-xbslbdjf4v] .copilot-md h2,
[b-xbslbdjf4v] .copilot-md h3,
[b-xbslbdjf4v] .copilot-md h4,
[b-xbslbdjf4v] .copilot-md h5,
[b-xbslbdjf4v] .copilot-md h6 {
    margin: 1.5em 0 0.6em 0;
}

[b-xbslbdjf4v] .copilot-md h1:first-child,
[b-xbslbdjf4v] .copilot-md h2:first-child,
[b-xbslbdjf4v] .copilot-md h3:first-child,
[b-xbslbdjf4v] .copilot-md h4:first-child {
    margin-top: 0;
}

[b-xbslbdjf4v] .copilot-md ul,
[b-xbslbdjf4v] .copilot-md ol {
    margin: 0.6em 0 1em 0;
}

[b-xbslbdjf4v] .copilot-md li {
    margin-bottom: 0.3em;
}

[b-xbslbdjf4v] .copilot-md hr {
    margin: 1.5em 0;
}

[b-xbslbdjf4v] .copilot-md blockquote {
    margin: 1em 0;
}

[b-xbslbdjf4v] .copilot-md table {
    margin: 1em 0;
}

[b-xbslbdjf4v] .copilot-md .cw-widget {
    margin: 3em !important;
}
/* /Pages/AgentInsights.razor.rz.scp.css */
.insight-link[b-kewnu2q3uf] {
    display: block;
    border-radius: 0.375rem;
    transition: box-shadow 0.2s ease;
}

.insight-link:hover[b-kewnu2q3uf] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Proximity-reveal admin toggle */
.admin-toggle-zone[b-kewnu2q3uf] {
    padding: 1rem;
    margin: -1rem;
}

.admin-toggle-btn[b-kewnu2q3uf] {
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 0.75rem;
    color: #6c757d;
    border: 1px solid transparent;
    background: transparent;
}

.admin-toggle-zone:hover .admin-toggle-btn[b-kewnu2q3uf] {
    opacity: 0.6;
}

.admin-toggle-zone:hover .admin-toggle-btn:hover[b-kewnu2q3uf] {
    opacity: 1;
    border-color: #6c757d;
}

.admin-toggle-zone:hover .admin-toggle-btn.active[b-kewnu2q3uf] {
    opacity: 1;
    color: #dc3545;
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.05);
}
/* /Pages/AgentRunDetail.razor.rz.scp.css */
.run-detail-page[b-usskseybf1] {
    animation: fadeSlideIn-b-usskseybf1 0.3s ease;
}

@keyframes fadeSlideIn-b-usskseybf1 {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.run-detail-header[b-usskseybf1] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.run-detail-whorl[b-usskseybf1] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}

.run-detail-whorl--spinning[b-usskseybf1] {
    animation: whorl-spin-b-usskseybf1 3s linear infinite;
}

@keyframes whorl-spin-b-usskseybf1 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.run-detail-meta[b-usskseybf1] {
    flex-grow: 1;
    min-width: 0;
}

.run-detail-status[b-usskseybf1] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.95rem;
}

.run-detail-status--failed[b-usskseybf1] {
    color: #dc3545;
}

.run-detail-stats[b-usskseybf1] {
    font-size: 0.8rem;
    margin-top: 0.15rem;
}

/* Flat Timeline */
.run-detail-messages[b-usskseybf1] {
    display: flex;
    flex-direction: column;
}

/* Timeline row */
.timeline-row[b-usskseybf1] {
    display: flex;
    align-items: stretch;
}

.timeline-content[b-usskseybf1] {
    flex-grow: 1;
    min-width: 0;
}

/* Connected boxes: continuous border between steps */
.message-step[b-usskseybf1] {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-bottom: none;
}

.timeline-row--last .message-step[b-usskseybf1] {
    border-bottom: 1px solid #dee2e6;
}

/* System */
.message-step--system[b-usskseybf1] {
    background: #fff;
}

/* User */
.message-step--user[b-usskseybf1] {
    background: #fff;
}

/* Assistant */
.message-step--assistant[b-usskseybf1] {
    background: #f8f9fa;
}

/* Tool */
.message-step--tool[b-usskseybf1] {
    background: #fff;
}

.message-step-label[b-usskseybf1] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.message-step-content[b-usskseybf1] {
    font-size: 0.9rem;
    font-weight: 300;
    word-break: break-word;
}

.message-step-content-plain[b-usskseybf1] {
    font-size: 0.9rem;
    font-weight: 300;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Tool Detail Toggle */
.tool-detail-toggle[b-usskseybf1] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    user-select: none;
    margin-top: 0.25rem;
}

.tool-detail-content[b-usskseybf1] {
    margin-top: 0.5rem;
}

.tool-section-toggle[b-usskseybf1] {
    font-size: 0.75rem;
    color: #6c757d;
    width: 1rem;
    text-align: center;
}

.tool-section-pre[b-usskseybf1] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    max-height: 300px;
    overflow-y: auto;
    margin: 0.25rem 0 0 0;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Error Block */
.error-block[b-usskseybf1] {
    background: #fdf0f2;
    border: 1px solid #f5c2c7;
    border-radius: 0;
    padding: 1rem;
    font-size: 0.9rem;
    font-weight: 300;
}
/* /Pages/WorkerMonitor/DatabaseHealth.razor.rz.scp.css */
.sortable-header[b-3c71lbsqj3] {
    cursor: pointer;
    user-select: none;
}

.sortable-header:hover[b-3c71lbsqj3] {
    background-color: #e9ecef;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-j8k7apqiav] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-j8k7apqiav] {
    flex: 1;
}

.sidebar[b-j8k7apqiav] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-j8k7apqiav] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j8k7apqiav]  a, .top-row .btn-link[b-j8k7apqiav] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-j8k7apqiav] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-j8k7apqiav] {
        display: none;
    }

    .top-row.auth[b-j8k7apqiav] {
        justify-content: space-between;
    }

    .top-row a[b-j8k7apqiav], .top-row .btn-link[b-j8k7apqiav] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j8k7apqiav] {
        flex-direction: row;
    }

    .sidebar[b-j8k7apqiav] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j8k7apqiav] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-j8k7apqiav] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-aqdea5ztdm] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-aqdea5ztdm] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-aqdea5ztdm] {
    font-size: 1.1rem;
}

.oi[b-aqdea5ztdm] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-aqdea5ztdm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-aqdea5ztdm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-aqdea5ztdm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-aqdea5ztdm]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-aqdea5ztdm]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-aqdea5ztdm]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-aqdea5ztdm] {
        display: none;
    }

    .collapse[b-aqdea5ztdm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
