@import '_content/Sagittarius.Web.Common/Sagittarius.Web.Common.7rc0o1cftd.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-container[b-wxycn78bf1] {
    display: flex;
    height: 100vh;
    width: 100%;
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /* Brand-aligned cool gradient for frosted surfaces */
    background: linear-gradient(135deg, #f2f7ff 0%, #d9e7f8 45%, #c9dcf5 100%);
}

.sidebar-wrapper[b-wxycn78bf1] {
    height: 100%;
    /* No shadow here, handled by nav-menu-container if needed, but requested to have no depth */
}

.content-wrapper[b-wxycn78bf1] {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    /* Revert card style: distinct opacity but no floating margins/radius */
    background-color: rgba(255, 255, 255, 0.7);
    /* Slightly reduced opacity from 0.9 to blend better */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    /* Remove rounded corners and margins as requested */
    border-radius: 0;
    margin: 0;

    /* No shadow */
    box-shadow: none;

    position: relative;
    z-index: 10;
}

.main-content[b-wxycn78bf1] {
    flex: 1 1 0%;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    /* Background handled by content-wrapper */
}

@media (min-width: 640px) {
    .main-content[b-wxycn78bf1] {
        padding: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .main-content[b-wxycn78bf1] {
        padding: 2rem;
    }
}

.main-content:focus[b-wxycn78bf1] {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.content-container[b-wxycn78bf1] {
    max-width: none;
    /* Use full available width */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.blazor-error-ui[b-wxycn78bf1] {
    background-color: var(--color-yellow-100);
    color: var(--color-yellow-900);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    display: none;
}

.reload-link[b-wxycn78bf1] {
    text-decoration: underline;
    font-weight: 700;
    margin-left: 0.5rem;
}

.dismiss-icon[b-wxycn78bf1] {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu-container[b-u8a3orcanq] {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Stronger frosted effect: Higher blur, keeping background transparent to show gradient */
    /* Darkened slightly from pure white to give it more presence */
    background: rgba(239, 241, 247, 0.5);
    /* Specific user requested color */
    /* slightly grey/slate tinted white */
    backdrop-filter: blur(50px);
    /* Increased from 30px */
    -webkit-backdrop-filter: blur(50px);

    /* Darker default text - using slate-900 (almost black) for main text */
    color: #0f172a;

    width: 18rem;
    flex-shrink: 0;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    /* Add subtle but defined border for separation */
    box-shadow: none;
    border-right: 1px solid rgba(30, 41, 59, 0.1);
    /* Darker slate border (slate-800 at 10% opacity) */
}

.brand-header[b-u8a3orcanq] {
    display: flex;
    align-items: center;
    height: 5rem;
    flex-shrink: 0;
    padding: 0 1.5rem;
}

.brand-left[b-u8a3orcanq] {
    display: flex;
    align-items: center;
    min-width: 0;
}

.brand-link[b-u8a3orcanq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #1e293b;
    /* slate-800 */
    line-height: 1;
}

.brand-logo[b-u8a3orcanq] {
    width: 4rem;
    height: 4rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.brand-text[b-u8a3orcanq] {
    font-size: 1.35rem;
    /* slightly smaller for better alignment */
    font-weight: 700;
    letter-spacing: -0.025em;
    white-space: nowrap;
    margin: 0;
    padding-top: 1px;
    /* tiny adjustment for baseline alignment */
}

.nav-links-wrapper[b-u8a3orcanq] {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 1rem 0;
}

.nav-section-label[b-u8a3orcanq] {
    padding: 0 1.5rem;
    margin: 0 0 0.75rem 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    /* slate-400 */
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-section-divider[b-u8a3orcanq] {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(226, 232, 240, 0.4);
}

.nav[b-u8a3orcanq] {
    display: flex;
    flex-direction: column;
    padding: 0 0.75rem;
    gap: 0.25rem;
}

.nav-link[b-u8a3orcanq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    border-radius: 0.75rem;
    transition: all 200ms ease;
    cursor: pointer;
    text-decoration: none;
    color: #334155;
    /* slate-700 - darker than previous slate-600 */
    /* slate-500 for inactive */
}

.nav-link span[b-u8a3orcanq] {
    white-space: nowrap;
}

.nav-link:hover[b-u8a3orcanq] {
    background-color: rgba(255, 255, 255, 0.4);
    color: #1e293b;
    /* slate-800 */
}

.nav-link.active[b-u8a3orcanq] {
    /* White background with slight transparency for frosted feel */
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    color: #0f172a;
    /* slate-900 */
    font-weight: 600;

    /* White shadow/border effect as requested */
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.7),
        /* Inner white border/glow */
        0 2px 4px rgba(0, 0, 0, 0.05);
    /* Soft drop shadow */
}

[b-u8a3orcanq] .nav-icon {
    font-size: 1.125rem;
    width: 1.5rem;
    display: flex;
    justify-content: center;
    color: #475569;
    /* slate-600 - darker than previous slate-500 */
    /* slate-400 */
    transition: color 200ms ease;
}

.nav-link.active[b-u8a3orcanq]  .nav-icon {
    color: #336cc2;
    /* theme color */
}

.footer-section[b-u8a3orcanq] {
    flex-shrink: 0;
    padding: 1.5rem;
    border-top: 1px solid rgba(226, 232, 240, 0.6);
}

.org-card-wrapper[b-u8a3orcanq] {
    width: 100%;
}

[b-u8a3orcanq] .custom-trigger {
    width: 100%;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.org-card[b-u8a3orcanq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    /* slate-200 */
    border-radius: 1rem;
    cursor: pointer;
    transition: all 200ms ease;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.org-card:hover[b-u8a3orcanq] {
    border-color: #cbd5e1;
    /* slate-300 */
    background-color: #f8fafc;
    /* slate-50 */
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.org-avatar[b-u8a3orcanq] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #475569;
    flex-shrink: 0;
    overflow: hidden;
    background-image: linear-gradient(to bottom right, #f1f5f9, #e2e8f0);
}

.org-info[b-u8a3orcanq] {
    flex: 1;
    min-width: 0;
}

.org-name[b-u8a3orcanq] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.org-role[b-u8a3orcanq] {
    font-size: 0.75rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.org-chevron[b-u8a3orcanq] {
    color: #94a3b8;
    font-size: 0.75rem;
}

/* Override SearchableDropdown panel position for the bottom switcher */
[b-u8a3orcanq] .dropdown-panel {
    bottom: 100%;
    top: auto !important;
    margin-bottom: 0.5rem;
    margin-top: 0 !important;
}

/* Flows Group Styling removed */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hv9ymscxh9],
.components-reconnect-repeated-attempt-visible[b-hv9ymscxh9],
.components-reconnect-failed-visible[b-hv9ymscxh9],
.components-pause-visible[b-hv9ymscxh9],
.components-resume-failed-visible[b-hv9ymscxh9],
.components-rejoining-animation[b-hv9ymscxh9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hv9ymscxh9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hv9ymscxh9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hv9ymscxh9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hv9ymscxh9],
#components-reconnect-modal.components-reconnect-retrying[b-hv9ymscxh9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hv9ymscxh9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hv9ymscxh9],
#components-reconnect-modal.components-reconnect-failed[b-hv9ymscxh9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hv9ymscxh9] {
    display: block;
}


#components-reconnect-modal[b-hv9ymscxh9] {
    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-hv9ymscxh9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hv9ymscxh9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hv9ymscxh9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hv9ymscxh9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hv9ymscxh9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hv9ymscxh9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hv9ymscxh9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hv9ymscxh9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hv9ymscxh9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hv9ymscxh9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hv9ymscxh9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hv9ymscxh9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hv9ymscxh9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hv9ymscxh9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hv9ymscxh9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hv9ymscxh9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hv9ymscxh9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hv9ymscxh9 {
    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/Layout/TopBar.razor.rz.scp.css */
/* Styles moved to app.css for global application due to isolation issues */
/* /Components/Pages/Configuration/Index.razor.rz.scp.css */
.configuration-container[b-dwmtmdeksz] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.configuration-container[b-dwmtmdeksz]>  .schema-editor-wrapper {
    flex: 1;
    min-height: 0;
}

.configuration-top-actions[b-dwmtmdeksz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.io-actions[b-dwmtmdeksz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.import-actions[b-dwmtmdeksz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.checkbox-wrapper[b-dwmtmdeksz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-gray-600);
}

.checkbox-wrapper input[type="checkbox"][b-dwmtmdeksz] {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.btn-import[b-dwmtmdeksz] {
    cursor: pointer;
}

.save-actions[b-dwmtmdeksz] {
    display: flex;
    gap: 0.75rem;
}

@media (max-width: 1280px) {
    .configuration-top-actions[b-dwmtmdeksz] {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .io-actions[b-dwmtmdeksz] {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

.error-container[b-dwmtmdeksz] {
    background-color: var(--color-red-50);
    border: 1px solid var(--color-red-200);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 1rem;
}

.error-text[b-dwmtmdeksz] {
    color: var(--color-red-700);
}

.conflict-container[b-dwmtmdeksz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background-color: var(--color-amber-50);
    border: 1px solid var(--color-amber-200);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 0.75rem 1rem;
}

.conflict-title[b-dwmtmdeksz] {
    color: var(--color-amber-900);
    font-weight: 600;
    margin: 0;
}

.conflict-text[b-dwmtmdeksz] {
    color: var(--color-amber-800);
    font-size: 0.875rem;
    margin: 0.15rem 0 0;
}

.conflict-reload-btn[b-dwmtmdeksz] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-amber-300);
    background-color: white;
    color: var(--color-amber-900);
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.4rem 0.7rem;
    cursor: pointer;
}

.bootstrap-container[b-dwmtmdeksz] {
    background-color: var(--sky-50);
    border: 1px solid var(--sky-200);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 0.75rem 1rem;
}

.bootstrap-title[b-dwmtmdeksz] {
    color: var(--sky-900);
    font-weight: 600;
    margin: 0;
}

.bootstrap-text[b-dwmtmdeksz] {
    color: var(--sky-800);
    font-size: 0.875rem;
    margin: 0.15rem 0 0;
}

.loading-container[b-dwmtmdeksz] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.spinner-icon[b-dwmtmdeksz] {
    font-size: 1.875rem;
    color: var(--color-brand-600);
}

.empty-state[b-dwmtmdeksz] {
    background-color: var(--color-slate-50);
    border: 1px solid var(--color-slate-200);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 2rem;
    text-align: center;
}

.empty-icon[b-dwmtmdeksz] {
    font-size: 2.25rem;
    color: var(--color-slate-400);
    margin-bottom: 1rem;
}

.empty-title[b-dwmtmdeksz] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-slate-700);
}

.empty-description[b-dwmtmdeksz] {
    color: var(--color-slate-500);
    margin-top: 0.25rem;
}

.content-grid[b-dwmtmdeksz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 22rem;
    gap: 1rem;
    min-height: 0;
    flex: 1;
}

.editor-pane[b-dwmtmdeksz] {
    min-width: 0;
    min-height: 0;
}

.history-pane[b-dwmtmdeksz] {
    border: 1px solid var(--color-slate-200);
    background: var(--color-slate-50);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.history-header[b-dwmtmdeksz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.history-header h3[b-dwmtmdeksz] {
    font-size: 1rem;
    color: var(--color-slate-800);
}

.btn-refresh[b-dwmtmdeksz] {
    border: 1px solid var(--color-slate-300);
    background: white;
    border-radius: var(--radius-md);
    width: 1.75rem;
    height: 1.75rem;
    cursor: pointer;
    color: var(--color-slate-600);
}

.history-empty[b-dwmtmdeksz] {
    color: var(--color-slate-500);
    font-size: 0.875rem;
}

.history-list[b-dwmtmdeksz] {
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.history-item[b-dwmtmdeksz] {
    border: 1px solid var(--color-slate-200);
    background: white;
    border-radius: var(--radius-md);
    padding: 0.5rem;
    cursor: pointer;
}

.history-item.selected[b-dwmtmdeksz] {
    border-color: var(--color-brand-400);
    box-shadow: none;
}

.history-item-title[b-dwmtmdeksz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history-id[b-dwmtmdeksz] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: var(--color-slate-700);
    font-size: 0.8125rem;
}

.history-current[b-dwmtmdeksz] {
    font-size: 0.75rem;
    color: var(--color-emerald-700);
    background: var(--color-emerald-100);
    border-radius: var(--radius-full);
    padding: 0.1rem 0.4rem;
}

.history-time[b-dwmtmdeksz] {
    color: var(--color-slate-500);
    font-size: 0.75rem;
    margin-top: 0.2rem;
}

.history-actions[b-dwmtmdeksz] {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.history-link[b-dwmtmdeksz],
.history-btn[b-dwmtmdeksz] {
    font-size: 0.75rem;
    border: 1px solid var(--color-slate-300);
    border-radius: var(--radius-md);
    padding: 0.2rem 0.4rem;
    color: var(--color-slate-700);
    background: white;
    text-decoration: none;
}

.history-btn[b-dwmtmdeksz] {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

@media (max-width: 1100px) {
    .content-grid[b-dwmtmdeksz] {
        grid-template-columns: 1fr;
    }

    .history-pane[b-dwmtmdeksz] {
        max-height: 18rem;
    }
}
/* /Components/Pages/Error/Index.razor.rz.scp.css */
.error-heading[b-fea7x1idzt] {
    color: #dc2626; /* red-600 */
    font-size: 2.25rem; /* text-4xl */
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.error-subheading[b-fea7x1idzt] {
    color: #dc2626; /* red-600 */
    font-size: 1.5rem; /* text-2xl */
    font-weight: 600;
    margin-bottom: 1rem;
}
/* /Components/Pages/Flows/Definitions/Index.razor.rz.scp.css */
.flow-definitions-container[b-edx5jxfazg] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.header-row[b-edx5jxfazg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.title-group[b-edx5jxfazg] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-title[b-edx5jxfazg] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.loading-state[b-edx5jxfazg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 4rem;
    color: #64748b;
    font-size: 1rem;
}

.empty-state[b-edx5jxfazg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    background-color: white;
    border-radius: var(--radius-card, var(--radius-lg));
    border: 1px dashed #e2e8f0;
}

.empty-icon[b-edx5jxfazg] {
    font-size: 3rem;
    color: #cbd5e1;
    margin-bottom: 1.5rem;
}

.empty-title[b-edx5jxfazg] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.empty-description[b-edx5jxfazg] {
    color: #64748b;
    margin: 0;
    max-width: 24rem;
}

.definitions-grid[b-edx5jxfazg] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.flow-card[b-edx5jxfazg] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-edx5jxfazg] .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.flow-header[b-edx5jxfazg] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    gap: 1rem;
}

.flow-name[b-edx5jxfazg] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}

.flow-description[b-edx5jxfazg] {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex: 1;
}

.flow-meta[b-edx5jxfazg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.meta-item[b-edx5jxfazg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.75rem;
    font-family: monospace;
}

[b-edx5jxfazg] .card-footer {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
}
/* /Components/Pages/Flows/Detail/FlowArtifactList.razor.rz.scp.css */
.artifact-list[b-nettltau0t] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.artifact-card[b-nettltau0t] {
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    overflow: hidden;
    background-color: var(--bg-surface-subtle);
}

.artifact-header[b-nettltau0t] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.65rem 0.8rem;
    text-align: left;
}

.artifact-header:hover[b-nettltau0t] {
    background-color: var(--bg-surface);
}

.artifact-name[b-nettltau0t] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.82rem;
    color: var(--text-primary);
}

.artifact-body[b-nettltau0t] {
    border-top: 1px solid var(--border-subtle);
    background-color: var(--bg-surface);
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.artifact-metadata[b-nettltau0t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.loading-inline[b-nettltau0t],
.empty-inline[b-nettltau0t] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.inline-error[b-nettltau0t] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--status-danger);
    background-color: var(--status-danger-bg);
    border: 1px solid var(--status-danger-bg);
    border-radius: var(--radius-md);
    padding: 0.65rem 0.75rem;
    font-size: 0.85rem;
}
/* /Components/Pages/Flows/Detail/FlowRunStepNode.razor.rz.scp.css */
.step-container[b-2lpijksbfr] {
    display: flex;
    position: relative;
}

.content-column[b-2lpijksbfr] {
    flex: 1;
    min-width: 0;
}

.step-card[b-2lpijksbfr] {
    background-color: var(--bg-surface);
    border: 0;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.2s;
}

.step-card.active-step[b-2lpijksbfr] {
    box-shadow: inset 3px 0 0 var(--theme-primary);
}

.step-header[b-2lpijksbfr] {
    padding: 0.9rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3.25rem;
}

.step-header.expandable[b-2lpijksbfr] {
    cursor: pointer;
}

.step-header.expandable:hover[b-2lpijksbfr] {
    background-color: var(--bg-surface-subtle);
}

.step-info[b-2lpijksbfr] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.status-marker-card[b-2lpijksbfr] {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    border: 2px solid;
    flex-shrink: 0;
}

.status-outline-blue[b-2lpijksbfr] {
    color: var(--theme-primary);
    border-color: var(--theme-primary);
    background-color: var(--color-brand-50);
}

.status-outline-green[b-2lpijksbfr] {
    color: var(--status-success);
    border-color: var(--status-success);
    background-color: var(--status-success-bg);
}

.status-outline-red[b-2lpijksbfr] {
    color: var(--status-danger);
    border-color: var(--status-danger);
    background-color: var(--status-danger-bg);
}

.status-outline-amber[b-2lpijksbfr] {
    color: var(--status-warning);
    border-color: var(--status-warning);
    background-color: var(--status-warning-bg);
}

.status-outline-gray[b-2lpijksbfr] {
    color: var(--text-secondary);
    border-color: var(--text-secondary);
    background-color: var(--bg-surface-subtle);
}

.step-title-group[b-2lpijksbfr] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.step-name[b-2lpijksbfr] {
    font-weight: 600;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.step-type-row[b-2lpijksbfr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.context-meta[b-2lpijksbfr] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    color: var(--text-tertiary);
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.step-meta[b-2lpijksbfr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.step-duration[b-2lpijksbfr] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.78rem;
    color: var(--text-secondary);
    background-color: var(--bg-surface-subtle);
    padding: 0.2rem 0.45rem;
    border-radius: var(--radius-md);
}

.expand-icon[b-2lpijksbfr] {
    color: var(--text-tertiary);
    font-size: 0.8rem;
}

.step-body[b-2lpijksbfr] {
    padding: 0.9rem;
    border-top: 1px solid var(--border-subtle);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.error-message[b-2lpijksbfr],
.inline-error[b-2lpijksbfr] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--status-danger);
    background-color: var(--status-danger-bg);
    border: 1px solid var(--status-danger-bg);
    border-radius: var(--radius-md);
    padding: 0.65rem 0.75rem;
    font-size: 0.85rem;
}

.section-actions[b-2lpijksbfr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.step-children[b-2lpijksbfr] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0.5rem;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    overflow: hidden;
    background-color: var(--bg-surface);
}

.step-children > .step-container .step-card[b-2lpijksbfr] {
    border: 0;
    border-radius: 0;
}

.step-children > .step-container + .step-container[b-2lpijksbfr] {
    border-top: 1px solid var(--border-subtle);
}

@media (max-width: 900px) {
    .step-header[b-2lpijksbfr] {
        align-items: flex-start;
        flex-direction: column;
    }

    .step-meta[b-2lpijksbfr] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .step-type-row[b-2lpijksbfr] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Flows/Detail/FlowRunStepTree.razor.rz.scp.css */
.step-list-container[b-2g6uvnllq2] {
    /* No margin top needed as we handle spacing in parent */
}

.step-list[b-2g6uvnllq2] {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.step-list.has-steps[b-2g6uvnllq2] {
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background-color: var(--bg-surface);
}

.step-list.has-steps[b-2g6uvnllq2] (.step-card) {
    border: 0;
    border-radius: 0;
}

.step-row + .step-row[b-2g6uvnllq2] {
    border-top: 1px solid var(--border-subtle);
}

.empty-state[b-2g6uvnllq2] {
    padding: 3rem;
    text-align: center;
    color: var(--text-tertiary);
    background-color: var(--bg-surface-subtle);
    border-radius: var(--radius-lg);
    border: 1px dashed var(--border-subtle);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.empty-icon[b-2g6uvnllq2] {
    font-size: 2rem;
    color: var(--text-tertiary);
}
/* /Components/Pages/Flows/Detail/Index.razor.rz.scp.css */
.detail-container[b-f8co586hzw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.content-wrapper[b-f8co586hzw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    flex: 1;
    overflow: hidden;
}

.fixed-header-section[b-f8co586hzw] {
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 10;
}

.fixed-header-section[b-f8co586hzw] (.run-header) {
    margin-bottom: 0;
}

.root-artifacts-card[b-f8co586hzw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    background-color: var(--bg-surface);
    padding: 0.9rem;
}

.root-artifacts-header[b-f8co586hzw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.root-artifacts-title[b-f8co586hzw] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.root-artifacts-heading[b-f8co586hzw] {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
}

.root-artifacts-actions[b-f8co586hzw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.context-meta[b-f8co586hzw] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    color: var(--text-tertiary);
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inline-error[b-f8co586hzw] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--status-danger);
    background-color: var(--status-danger-bg);
    border: 1px solid var(--status-danger-bg);
    border-radius: var(--radius-md);
    padding: 0.65rem 0.75rem;
    font-size: 0.85rem;
}

.timeline-card[b-f8co586hzw] {
    --timeline-fade-height: 1.5rem;

    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;

    /* Use mask-image for a true stationary fade regardless of background */
    -webkit-mask-image: linear-gradient(to bottom, transparent, black var(--timeline-fade-height));
    mask-image: linear-gradient(to bottom, transparent, black var(--timeline-fade-height));
}

.timeline-card[b-f8co586hzw] (.step-list-container) {
    /* No negative margin - we want content to start below the fade zone */
    padding-top: var(--timeline-fade-height);
}

.loading-state[b-f8co586hzw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem 0;
    color: var(--text-secondary);
}

.loading-inline[b-f8co586hzw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .detail-container[b-f8co586hzw] {
        gap: 0.75rem;
    }

    .root-artifacts-header[b-f8co586hzw] {
        align-items: flex-start;
        flex-direction: column;
    }

    .root-artifacts-actions[b-f8co586hzw] {
        width: 100%;
        justify-content: space-between;
    }
}
/* /Components/Pages/Flows/FlowRunHeader.razor.rz.scp.css */
[b-klqt86xntd] .run-header {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    box-shadow: none;
    margin-bottom: 2rem;
}

[b-klqt86xntd] .card-body {
    padding: var(--space-6);
}

.header-top[b-klqt86xntd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-6);
    padding-bottom: var(--space-4);
    border-bottom: 1px solid var(--border-subtle);
}

.flow-title[b-klqt86xntd] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
    display: block;
}

.run-id[b-klqt86xntd] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.75rem;
    color: var(--text-tertiary);
}

.stats-grid[b-klqt86xntd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
}

.stat-item[b-klqt86xntd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-label[b-klqt86xntd] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-tertiary);
}

.stat-value[b-klqt86xntd] {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--text-secondary);
}

.error-alert[b-klqt86xntd] {
    margin-top: 1.5rem;
    background-color: var(--status-danger-bg);
    border: 1px solid var(--status-danger-bg);
    border-radius: var(--radius-md);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.error-summary[b-klqt86xntd] {
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    color: var(--status-danger-hover);
    transition: background-color 0.2s;
    user-select: none;
}

.error-summary:hover[b-klqt86xntd] {
    background-color: var(--status-danger-bg);
}

.error-title-row[b-klqt86xntd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.error-details[b-klqt86xntd] {
    padding: 1rem;
    border-top: 1px solid var(--border-subtle); /* Adjusted border color */
    color: var(--status-danger);
    font-size: 0.875rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    white-space: pre-wrap;
    word-break: break-word;
    background-color: var(--bg-surface);
    max-height: 400px;
    overflow-y: auto;
}

.toggle-icon[b-klqt86xntd] {
    font-size: 0.875rem;
    color: var(--status-danger);
}
/* /Components/Pages/Flows/FlowRunRow.razor.rz.scp.css */
tr[b-xnhxlgpuco] {
    border-bottom: 1px solid var(--color-slate-100);
    transition: background-color 0.15s ease-in-out;
    cursor: pointer;
    background-color: transparent;
}

tr:last-child[b-xnhxlgpuco] {
    border-bottom: none;
}

tr:hover[b-xnhxlgpuco] {
    background-color: var(--color-slate-50);
}

td[b-xnhxlgpuco] {
    padding: 1rem 1.5rem;
    white-space: nowrap;
    color: var(--color-slate-600);
    vertical-align: middle;
}

.flow-name[b-xnhxlgpuco] {
    font-weight: 600;
    color: var(--color-slate-900);
    font-size: 0.9375rem;
}

.duration-text[b-xnhxlgpuco] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: var(--color-slate-500);
}

.time-text[b-xnhxlgpuco] {
    color: var(--color-slate-500);
}
/* /Components/Pages/Flows/FlowRunsError.razor.rz.scp.css */
.error-card[b-wvxzzafiw1] {
    padding: 2rem;
    text-align: center;
    background-color: var(--color-slate-50);
    border-color: var(--color-red-200);
}
/* /Components/Pages/Flows/FlowRunsTable.razor.rz.scp.css */
/* Premium Table Styles */
.table-outer-container[b-kbfunpk09m] {
    overflow: hidden;
    border-radius: var(--radius-card, var(--radius-lg));
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    box-shadow: none;
}

[b-kbfunpk09m] .table-container {
    overflow-x: auto;
    width: 100%;
    /* Remove standard container styles that we've moved to outer */
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

[b-kbfunpk09m] .runs-table {
    width: 100%;
    min-width: 800px; /* Force scroll on smaller containers */
    border-collapse: collapse;
    font-size: 0.875rem;
    background-color: transparent;
}

[b-kbfunpk09m] .runs-table thead {
    background-color: rgba(248, 250, 252, 0.8); /* slate-50/80 */
    border-bottom: 1px solid var(--color-slate-200);
}

[b-kbfunpk09m] .runs-table th {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-slate-500);
    white-space: nowrap;
}

[b-kbfunpk09m] .runs-table tbody {
    background-color: transparent;
}
/* /Components/Pages/Flows/Index.razor.rz.scp.css */
.flow-runs-container[b-2buxfe3kai] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
}

.loading-state[b-2buxfe3kai] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: var(--color-slate-500);
    gap: 1rem;
}

.load-more-container[b-2buxfe3kai] {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.empty-state[b-2buxfe3kai] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    text-align: center;
    background-color: var(--color-slate-50);
}
/* /Components/Pages/Flows/Start/Index.razor.rz.scp.css */
.start-flow-container[b-anloanq2lx] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* space-y-6 */
}

.header-row[b-anloanq2lx] {
    display: flex;
    align-items: center;
    gap: 1rem; /* gap-4 */
}

.back-btn[b-anloanq2lx] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.back-icon[b-anloanq2lx] {
    font-size: 1.125rem; /* text-lg */
}

.page-title[b-anloanq2lx] {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700; /* font-bold */
    color: var(--color-gray-900);
}

.error-container[b-anloanq2lx] {
    background-color: var(--color-red-50);
    border: 1px solid var(--color-red-200);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 1rem; /* p-4 */
}

.error-text[b-anloanq2lx] {
    color: var(--color-red-700);
}

.loading-container[b-anloanq2lx] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem; /* py-12 */
    padding-bottom: 3rem;
}

.loading-icon[b-anloanq2lx] {
    font-size: 1.875rem; /* text-3xl */
    color: var(--color-brand-600);
}

.empty-state[b-anloanq2lx] {
    background-color: var(--color-slate-50);
    border: 1px solid var(--color-slate-200);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 2rem; /* p-8 */
    text-align: center;
}

.empty-icon[b-anloanq2lx] {
    font-size: 2.25rem; /* text-4xl */
    color: var(--color-slate-400);
    margin-bottom: 1rem; /* mb-4 */
}

.empty-title[b-anloanq2lx] {
    font-size: 1.125rem; /* text-lg */
    font-weight: 600; /* font-semibold */
    color: var(--color-slate-700);
}

.empty-description[b-anloanq2lx] {
    color: var(--color-slate-500);
    margin-top: 0.25rem; /* mt-1 */
}

[b-anloanq2lx] .flow-form-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    box-shadow: none;
}

[b-anloanq2lx] .flow-form-card .sg-card-body {
    padding: 1.5rem; /* p-6 */
}

.form-group[b-anloanq2lx] {
    margin-bottom: 1.5rem; /* mb-6 */
}

.form-label[b-anloanq2lx] {
    display: block;
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    color: var(--color-gray-700);
    margin-bottom: 0.5rem; /* mb-2 */
}

.flow-description[b-anloanq2lx] {
    margin-bottom: 1.5rem; /* mb-6 */
    padding: 1rem; /* p-4 */
    background-color: var(--color-slate-50);
    border-radius: var(--radius-md);
}

.description-text[b-anloanq2lx] {
    font-size: 0.875rem; /* text-sm */
    color: var(--color-slate-600);
}

.input-schema-section[b-anloanq2lx] {
    margin-bottom: 1.5rem; /* mb-6 */
}

.section-title[b-anloanq2lx] {
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    color: var(--color-gray-700);
    margin-bottom: 0.75rem; /* mb-3 */
}

.no-input-message[b-anloanq2lx] {
    margin-bottom: 1.5rem; /* mb-6 */
    padding: 1rem; /* p-4 */
    background-color: var(--color-blue-50);
    border-radius: var(--radius-md);
}

.no-input-text[b-anloanq2lx] {
    font-size: 0.875rem; /* text-sm */
    color: var(--color-blue-700);
}

.actions-row[b-anloanq2lx] {
    display: flex;
    align-items: center;
    gap: 0.75rem; /* gap-3 */
    padding-top: 1rem; /* pt-4 */
    border-top: 1px solid var(--color-gray-200);
}
/* /Components/Pages/Home/Index.razor.rz.scp.css */
.dashboard-shell[b-yjnl8m4cmi] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 0 2rem;
}

.hero-card[b-yjnl8m4cmi],
.panel-card[b-yjnl8m4cmi],
.stat-card[b-yjnl8m4cmi] {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(64px);
    border: 1px solid var(--border-subtle, var(--color-slate-200));
    border-radius: var(--radius-card, var(--radius-lg));
}

.hero-card[b-yjnl8m4cmi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
}

.eyebrow[b-yjnl8m4cmi] {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-brand-700);
}

.hero-title[b-yjnl8m4cmi] {
    margin: 0.25rem 0;
    font-size: clamp(1.2rem, 2.3vw, 1.8rem);
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-primary, var(--color-slate-900));
}

.hero-subtitle[b-yjnl8m4cmi] {
    margin: 0;
    color: var(--text-secondary, var(--color-slate-500));
}

.hero-actions[b-yjnl8m4cmi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.hero-button[b-yjnl8m4cmi],
.focus-button[b-yjnl8m4cmi] {
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    padding: 0.45rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hero-button-primary[b-yjnl8m4cmi],
.focus-button[b-yjnl8m4cmi] {
    background-color: var(--theme-primary, var(--color-brand-600));
    color: var(--text-on-primary, #ffffff);
}

.hero-button-primary:hover[b-yjnl8m4cmi],
.focus-button:hover[b-yjnl8m4cmi] {
    background-color: var(--theme-primary-hover, var(--color-brand-700));
}

.button-icon[b-yjnl8m4cmi] {
    font-size: 0.8rem;
}

.stats-grid[b-yjnl8m4cmi] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
}

.stat-card[b-yjnl8m4cmi] {
    padding: 0.9rem;
}

.stat-top-row[b-yjnl8m4cmi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-icon[b-yjnl8m4cmi] {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: var(--radius-md);
    display: grid;
    place-items: center;
    background-color: var(--color-brand-50);
    color: var(--color-brand-700);
}

.stat-change[b-yjnl8m4cmi] {
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    padding: 0.125rem 0.5rem;
}

.stat-change.positive[b-yjnl8m4cmi] {
    color: var(--status-success, var(--color-emerald-600));
    background-color: var(--status-success-bg, var(--color-emerald-50));
}

.stat-change.negative[b-yjnl8m4cmi] {
    color: var(--status-danger, var(--color-red-600));
    background-color: var(--status-danger-bg, var(--color-red-50));
}

.stat-value[b-yjnl8m4cmi] {
    margin: 0.75rem 0 0.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-primary, var(--color-slate-900));
}

.stat-label[b-yjnl8m4cmi] {
    margin: 0;
    color: var(--text-secondary, var(--color-slate-500));
    font-size: 0.875rem;
}

.main-grid[b-yjnl8m4cmi],
.bottom-grid[b-yjnl8m4cmi] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
}


.status-stat-card[b-yjnl8m4cmi] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 6.1rem;
}

.status-stat-top[b-yjnl8m4cmi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.status-stat-icon[b-yjnl8m4cmi] {
    font-size: 0.95rem;
}

[b-yjnl8m4cmi] .status-icon-success {
    color: var(--status-success, var(--color-emerald-600)) !important;
}

[b-yjnl8m4cmi] .status-icon-running {
    color: var(--color-sky-700, #0369a1) !important;
}

[b-yjnl8m4cmi] .status-icon-failed {
    color: var(--status-danger, var(--color-red-600)) !important;
}

[b-yjnl8m4cmi] .status-icon-queued {
    color: var(--color-amber-700, #b45309) !important;
}

.status-value[b-yjnl8m4cmi] {
    margin: 0.7rem 0 0;
    font-size: 1.55rem;
    line-height: 1.1;
    font-weight: 700;
    color: var(--text-primary, var(--color-slate-900));
}

.status-loading[b-yjnl8m4cmi] {
    margin: 0.65rem 0 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: var(--text-secondary, var(--color-slate-500));
}

.status-error-card[b-yjnl8m4cmi] {
    color: var(--status-danger, var(--color-red-600));
    background-color: var(--status-danger-bg, var(--color-red-50));
}

.theme-success[b-yjnl8m4cmi] {
    color: var(--status-success, var(--color-emerald-600));
    background-color: var(--status-success-bg, var(--color-emerald-50));
}

.theme-running[b-yjnl8m4cmi] {
    color: var(--color-sky-700, #0369a1);
    background-color: var(--color-sky-50, #f0f9ff);
}

.theme-failed[b-yjnl8m4cmi] {
    color: var(--status-danger, var(--color-red-600));
    background-color: var(--status-danger-bg, var(--color-red-50));
}

.theme-queued[b-yjnl8m4cmi] {
    color: var(--color-amber-700, #b45309);
    background-color: var(--color-amber-50, #fffbeb);
}

.panel-card[b-yjnl8m4cmi] {
    padding: 0.95rem;
}

.trend-panel[b-yjnl8m4cmi] {
    display: flex;
    flex-direction: column;
}

.panel-header[b-yjnl8m4cmi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.panel-title[b-yjnl8m4cmi] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary, var(--color-slate-900));
}

.panel-subtitle[b-yjnl8m4cmi] {
    margin: 0.2rem 0 0;
    font-size: 0.8rem;
    color: var(--text-secondary, var(--color-slate-500));
}

.panel-chip[b-yjnl8m4cmi] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-brand-700);
    background-color: var(--color-brand-50);
    border-radius: var(--radius-full);
    padding: 0.2rem 0.45rem;
}

.sparkline[b-yjnl8m4cmi] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.5rem;
    height: 100%;
    min-height: 230px;
    padding-top: 0.35rem;
}

.spark-point[b-yjnl8m4cmi] {
    position: relative;
    display: grid;
    grid-template-rows: 1fr auto auto;
    align-items: end;
    justify-items: center;
    gap: 0.2rem;
}

.spark-bar[b-yjnl8m4cmi] {
    width: 100%;
    height: var(--height);
    min-height: 10%;
    border-radius: var(--radius-md) var(--radius-md) var(--radius-sm) var(--radius-sm);
    background-color: var(--color-slate-100);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

.spark-point:focus-visible[b-yjnl8m4cmi] {
    outline: 2px solid var(--color-sky-500, #0ea5e9);
    outline-offset: 2px;
}

.spark-segment[b-yjnl8m4cmi] {
    height: var(--segment-height);
}

.spark-segment-success[b-yjnl8m4cmi] {
    background: linear-gradient(180deg, var(--color-brand-400), var(--color-brand-700));
}

.spark-segment-failed[b-yjnl8m4cmi] {
    background: linear-gradient(180deg, var(--color-red-400), var(--color-red-600));
}

.spark-tooltip[b-yjnl8m4cmi] {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.5rem);
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 0.7rem;
    color: #ffffff;
    background-color: rgba(15, 23, 42, 0.92);
    padding: 0.3rem 0.45rem;
    border-radius: var(--radius-sm);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 3;
}

.spark-point:hover .spark-tooltip[b-yjnl8m4cmi],
.spark-point:focus-visible .spark-tooltip[b-yjnl8m4cmi] {
    opacity: 1;
}

.spark-day[b-yjnl8m4cmi],
.spark-date[b-yjnl8m4cmi] {
    font-size: 0.72rem;
    color: var(--text-tertiary, var(--color-slate-400));
}

.spark-day[b-yjnl8m4cmi] {
    font-weight: 600;
    color: var(--text-secondary, var(--color-slate-500));
}

.spark-date[b-yjnl8m4cmi] {
    font-size: 0.68rem;
}

.activity-list[b-yjnl8m4cmi],
.alert-list[b-yjnl8m4cmi],
.flow-success-list[b-yjnl8m4cmi],
.schedule-list[b-yjnl8m4cmi] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.activity-item[b-yjnl8m4cmi],
.alert-item[b-yjnl8m4cmi],
.flow-success-item[b-yjnl8m4cmi],
.schedule-item[b-yjnl8m4cmi] {
    border-radius: var(--radius-card, var(--radius-lg));
    background-color: var(--bg-surface, #ffffff);
    border: 1px solid var(--border-subtle, var(--color-slate-200));
    padding: 0.6rem 0.7rem;
}

.activity-item[b-yjnl8m4cmi] {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
}

.activity-dot[b-yjnl8m4cmi] {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    border-radius: var(--radius-full);
    background-color: var(--color-brand-500);
}

.activity-text[b-yjnl8m4cmi],
.flow-success-name[b-yjnl8m4cmi],
.schedule-name[b-yjnl8m4cmi] {
    margin: 0;
    color: var(--text-primary, var(--color-slate-900));
    font-weight: 500;
    font-size: 0.875rem;
}

.activity-time[b-yjnl8m4cmi],
.flow-success-meta[b-yjnl8m4cmi],
.schedule-type[b-yjnl8m4cmi] {
    margin: 0.15rem 0 0;
    color: var(--text-secondary, var(--color-slate-500));
    font-size: 0.75rem;
}

.alert-top-row[b-yjnl8m4cmi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.55rem;
}

.alert-heading[b-yjnl8m4cmi] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
}

.alert-severity[b-yjnl8m4cmi] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: var(--radius-full);
    padding: 0.12rem 0.45rem;
}

.severity-critical[b-yjnl8m4cmi] {
    color: var(--color-red-800, #991b1b);
    background-color: var(--color-red-100, #fee2e2);
}

.severity-high[b-yjnl8m4cmi] {
    color: var(--color-amber-800, #92400e);
    background-color: var(--color-amber-100, #fef3c7);
}

.severity-medium[b-yjnl8m4cmi] {
    color: var(--color-sky-800, #075985);
    background-color: var(--color-sky-100, #e0f2fe);
}

.severity-low[b-yjnl8m4cmi] {
    color: var(--color-emerald-800, #065f46);
    background-color: var(--color-emerald-100, #d1fae5);
}

.alert-title[b-yjnl8m4cmi] {
    margin: 0;
    color: var(--text-primary, var(--color-slate-900));
    font-weight: 600;
    font-size: 0.84rem;
}

.alert-time[b-yjnl8m4cmi] {
    color: var(--text-tertiary, var(--color-slate-400));
    font-size: 0.72rem;
    white-space: nowrap;
}

.alert-detail[b-yjnl8m4cmi],
.alert-impact[b-yjnl8m4cmi] {
    margin: 0.35rem 0 0;
    font-size: 0.76rem;
}

.alert-detail[b-yjnl8m4cmi] {
    color: var(--text-secondary, var(--color-slate-500));
}

.alert-impact[b-yjnl8m4cmi] {
    color: var(--color-slate-700, #334155);
    font-weight: 500;
}

.alert-chip[b-yjnl8m4cmi] {
    color: var(--color-red-800, #991b1b);
    background-color: var(--color-red-100, #fee2e2);
}

.alerts-panel[b-yjnl8m4cmi] {
    overflow: hidden;
}

.alerts-panel[b-yjnl8m4cmi]::after {
    content: "COMING SOON";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-26deg);
    font-size: clamp(1rem, 2.3vw, 1.6rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    color: rgba(100, 116, 139, 0.3);
    background-color: rgba(248, 250, 252, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: var(--radius-md);
    padding: 0.25rem 0.9rem;
    pointer-events: none;
    z-index: 2;
}

.flow-success-row[b-yjnl8m4cmi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
}

.flow-success-rate[b-yjnl8m4cmi] {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-brand-700);
}

.flow-success-track[b-yjnl8m4cmi] {
    width: 100%;
    height: 0.45rem;
    border-radius: var(--radius-full);
    background-color: var(--color-slate-100);
    overflow: hidden;
    margin-top: 0.45rem;
}

.flow-success-fill[b-yjnl8m4cmi] {
    width: var(--progress);
    height: 100%;
    border-radius: var(--radius-full);
    background-color: var(--color-brand-600);
}

.flow-success-empty[b-yjnl8m4cmi] {
    margin: 0;
    color: var(--text-secondary, var(--color-slate-500));
    font-size: 0.84rem;
}

.schedule-item[b-yjnl8m4cmi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.schedule-time[b-yjnl8m4cmi] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-brand-700);
    background-color: var(--color-brand-50);
    border-radius: var(--radius-full);
    padding: 0.15rem 0.45rem;
}

.focus-card[b-yjnl8m4cmi] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.8rem;
}

.focus-metric[b-yjnl8m4cmi] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.focus-value[b-yjnl8m4cmi] {
    margin: 0;
    font-size: clamp(1.75rem, 2.5vw, 2.1rem);
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-primary, var(--color-slate-900));
}

.focus-label[b-yjnl8m4cmi] {
    margin: 0;
    color: var(--text-secondary, var(--color-slate-500));
    font-size: 0.875rem;
}

@media (min-width: 780px) {
    .stats-grid[b-yjnl8m4cmi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-grid[b-yjnl8m4cmi] {
        grid-template-columns: 1.3fr 1fr;
    }

    .bottom-grid[b-yjnl8m4cmi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .focus-card[b-yjnl8m4cmi] {
        grid-column: span 2;
    }
}

@media (min-width: 1120px) {
    .stats-grid[b-yjnl8m4cmi] {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .metric-stat-card[b-yjnl8m4cmi] {
        grid-column: span 2;
    }

    .status-error-card[b-yjnl8m4cmi] {
        grid-column: span 8;
    }

    .bottom-grid[b-yjnl8m4cmi] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .focus-card[b-yjnl8m4cmi] {
        grid-column: auto;
    }
}

@media (max-width: 720px) {
    .hero-card[b-yjnl8m4cmi] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/Schedules/Create/Index.razor.rz.scp.css */
.create-schedule-container[b-rrwkha4ork] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.header-row[b-rrwkha4ork] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.back-btn[b-rrwkha4ork] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.back-icon[b-rrwkha4ork] {
    font-size: 1.125rem;
}

.page-title[b-rrwkha4ork] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-gray-900);
    margin: 0;
}

[b-rrwkha4ork] .form-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    box-shadow: none;
}

[b-rrwkha4ork] .form-card .sg-card-body {
    padding: 1.5rem;
}

.error-container[b-rrwkha4ork] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--color-red-50);
    border: 1px solid var(--color-red-200);
    border-radius: var(--radius-md);
    padding: 0.75rem 1rem;
    color: var(--color-red-700);
    margin-bottom: 1.5rem;
}

.form-group[b-rrwkha4ork] {
    margin-bottom: 1.5rem;
}

.form-label[b-rrwkha4ork] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-gray-700);
    margin-bottom: 0.5rem;
}

.form-hint[b-rrwkha4ork] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: var(--color-gray-500);
    margin-top: 0.5rem;
}

.hint-icon[b-rrwkha4ork] {
    color: var(--color-brand-500);
}

.validation-error[b-rrwkha4ork] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background-color: var(--color-amber-50);
    border: 1px solid var(--color-amber-200);
    border-radius: var(--radius-md);
    padding: 0.75rem 1rem;
    color: var(--color-amber-800);
    margin-bottom: 1.5rem;
}

.actions-row[b-rrwkha4ork] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-gray-200);
}
/* /Components/Pages/Schedules/Detail/Index.razor.rz.scp.css */
.detail-container[b-ojgdmu1m6b] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.header-row[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
}

.back-link[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    transition: color 0.15s ease;
}

.back-link:hover[b-ojgdmu1m6b] {
    color: var(--text-primary);
}

.back-icon[b-ojgdmu1m6b] {
    font-size: 0.875rem;
}

.loading-state[b-ojgdmu1m6b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem 0;
    color: var(--text-secondary);
}

.error-container[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--status-danger-bg);
    border: 1px solid var(--color-red-100);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 1rem;
    color: var(--status-danger);
}

/* Schedule Header */
.schedule-header[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.header-info[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.schedule-name[b-ojgdmu1m6b] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.header-actions[b-ojgdmu1m6b] {
    display: flex;
    gap: 0.5rem;
}



.schedule-description[b-ojgdmu1m6b] {
    color: var(--text-secondary);
    margin: 0 0 1rem 0;
}

.info-grid[b-ojgdmu1m6b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.info-item[b-ojgdmu1m6b] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-label[b-ojgdmu1m6b] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.info-value[b-ojgdmu1m6b] {
    font-size: 0.9375rem;
    color: var(--text-primary);
}

.schedule-info[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cron-info-icon[b-ojgdmu1m6b] {
    color: var(--text-tertiary);
    cursor: help;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.cron-info-icon:hover[b-ojgdmu1m6b] {
    color: var(--text-secondary);
}

.cron-display[b-ojgdmu1m6b] {
    font-weight: 500;
    color: var(--text-primary);
}



.text-muted[b-ojgdmu1m6b] {
    color: var(--text-tertiary);
}

/* Sections */
.section[b-ojgdmu1m6b] {
    margin-top: 2rem;
}

.section-header[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    min-height: 2.25rem;
}

.section-title[b-ojgdmu1m6b] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.loading-inline[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    padding: 1rem 0;
}

.empty-section[b-ojgdmu1m6b] {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 2rem;
    text-align: center;
    color: var(--text-secondary);
}

.empty-section p[b-ojgdmu1m6b] {
    margin: 0;
}

/* Flows List */
.flows-list[b-ojgdmu1m6b] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.flow-item[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    box-shadow: none;
}

.flow-info[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.flow-name[b-ojgdmu1m6b] {
    font-weight: 500;
    color: var(--text-primary);
}

.flow-actions[b-ojgdmu1m6b] {
    display: flex;
    gap: 0.25rem;
}

/* Execution History */
.error-message[b-ojgdmu1m6b] {
    margin-left: 0.5rem;
    color: var(--text-tertiary);
    cursor: help;
}

.load-more-container[b-ojgdmu1m6b] {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

/* Modal */
.modal-backdrop[b-ojgdmu1m6b] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    padding: 2rem;
    z-index: 1000;
}

.modal-content[b-ojgdmu1m6b] {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 2rem;
    width: 600px;
    max-width: 90vw;
    box-shadow: none;
    margin: auto;
    overflow: visible;
    position: relative;
}

.modal-title[b-ojgdmu1m6b] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 1.5rem 0;
}

.input-schema-section[b-ojgdmu1m6b] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-subtle);
}

.section-subtitle[b-ojgdmu1m6b] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-slate-700);
    margin: 0 0 1rem 0;
}

.no-input-message[b-ojgdmu1m6b] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 1rem 0;
    font-style: italic;
}

.form-group[b-ojgdmu1m6b] {
    margin-bottom: 1.5rem;
}

.form-label[b-ojgdmu1m6b] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-slate-700);
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.toggle-group[b-ojgdmu1m6b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.toggle-group input[type="checkbox"][b-ojgdmu1m6b] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--color-brand-600);
    cursor: pointer;
}

.modal-actions[b-ojgdmu1m6b] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid var(--border-subtle);
}
/* /Components/Pages/Schedules/Edit/Index.razor.rz.scp.css */
.edit-schedule-container[b-k9ixzhhtpd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.header-row[b-k9ixzhhtpd] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.back-btn[b-k9ixzhhtpd] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.back-icon[b-k9ixzhhtpd] {
    font-size: 1.125rem;
}

.page-title[b-k9ixzhhtpd] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.loading-state[b-k9ixzhhtpd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 3rem 0;
    color: var(--text-secondary);
}



.error-container[b-k9ixzhhtpd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--status-danger-bg);
    border: 1px solid var(--color-red-100);
    border-radius: var(--radius-md);
    padding: 0.75rem 1rem;
    color: var(--status-danger);
    margin-bottom: 1.5rem;
}

.form-group[b-k9ixzhhtpd] {
    margin-bottom: 1.5rem;
}

.form-label[b-k9ixzhhtpd] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-slate-700);
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.schedule-config-group .label-row[b-k9ixzhhtpd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.schedule-config-group .label-row .form-label[b-k9ixzhhtpd] {
    margin-bottom: 0;
}

.current-schedule-badge[b-k9ixzhhtpd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    background-color: var(--color-slate-100);
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-md);
    color: var(--text-secondary);
    border: 1px solid var(--border-subtle);
}

.badge-label[b-k9ixzhhtpd] {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.625rem;
    color: var(--color-brand-500);
}

.badge-value[b-k9ixzhhtpd] {
    font-weight: 500;
    color: var(--color-slate-700);
}

.badge-cron[b-k9ixzhhtpd] {
    font-family: ui-monospace, monospace;
    font-size: 0.625rem;
    color: var(--text-secondary);
    background-color: var(--bg-surface);
    padding: 0 0.25rem;
    border-radius: var(--radius-sm);
}

.toggle-group[b-k9ixzhhtpd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.toggle-group input[type="checkbox"][b-k9ixzhhtpd] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--color-brand-600);
}

.section-divider[b-k9ixzhhtpd] {
    height: 1px;
    background-color: var(--border-subtle);
    margin: 2rem 0;
}

.section-header[b-k9ixzhhtpd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    min-height: 2.25rem;
}

.section-title[b-k9ixzhhtpd] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.loading-inline[b-k9ixzhhtpd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    padding: 1rem 0;
    margin-bottom: 1.5rem;
}

.empty-section[b-k9ixzhhtpd] {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 2rem;
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.empty-section p[b-k9ixzhhtpd] {
    margin: 0;
}

.flows-list[b-k9ixzhhtpd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.flow-item[b-k9ixzhhtpd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    box-shadow: none;
}

.flow-info[b-k9ixzhhtpd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.flow-name[b-k9ixzhhtpd] {
    font-weight: 500;
    color: var(--text-primary);
}

.flow-actions[b-k9ixzhhtpd] {
    display: flex;
    gap: 0.25rem;
}

/* Modal */
.modal-backdrop[b-k9ixzhhtpd] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    padding: 2rem;
    z-index: 1000;
}

.modal-content[b-k9ixzhhtpd] {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 2rem;
    width: 600px;
    max-width: 90vw;
    box-shadow: none;
    margin: auto;
    overflow: visible;
    position: relative;
}

.modal-title[b-k9ixzhhtpd] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 1.5rem 0;
}

.input-schema-section[b-k9ixzhhtpd] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-subtle);
}

.section-subtitle[b-k9ixzhhtpd] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-slate-700);
    margin: 0 0 1rem 0;
}

.no-input-message[b-k9ixzhhtpd] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 1rem 0;
    font-style: italic;
}

.modal-actions[b-k9ixzhhtpd] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid var(--border-subtle);
}

/* /Components/Pages/Schedules/Index.razor.rz.scp.css */
.schedules-container[b-x2k7rzegef] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.error-container[b-x2k7rzegef] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--status-danger-bg);
    border: 1px solid var(--color-red-100);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 1rem;
    color: var(--status-danger);
}

.loading-state[b-x2k7rzegef] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 3rem 0;
    color: var(--text-secondary);
}

.empty-state[b-x2k7rzegef] {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-card, var(--radius-lg));
    padding: 3rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.empty-icon[b-x2k7rzegef] {
    font-size: 2.5rem;
    color: var(--text-tertiary);
}

.empty-title[b-x2k7rzegef] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.empty-description[b-x2k7rzegef] {
    color: var(--text-secondary);
    margin: 0;
    max-width: 400px;
}

.schedule-row[b-x2k7rzegef] {
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.schedule-row:hover[b-x2k7rzegef] {
    background-color: var(--bg-surface-subtle);
}

.name-content[b-x2k7rzegef] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 0;
}

.schedule-name[b-x2k7rzegef] {
    font-weight: 500;
    color: var(--text-primary);
}

.schedule-content[b-x2k7rzegef] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 0;
}

.cron-display[b-x2k7rzegef] {
    font-weight: 500;
    color: var(--text-primary);
}



.next-run-cell[b-x2k7rzegef] {
    white-space: nowrap;
}

.text-muted[b-x2k7rzegef] {
    color: var(--text-tertiary);
}

.load-more-container[b-x2k7rzegef] {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}
/* /Components/Pages/Stores/Index.razor.rz.scp.css */
.stores-page[b-9cr296mlkz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    height: 100%;
    min-height: 0;
}

.stores-error[b-9cr296mlkz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-danger-200);
    background: var(--color-danger-50);
    color: var(--color-danger-700);
    border-radius: var(--radius-md);
}

.stores-layout[b-9cr296mlkz] {
    display: grid;
    grid-template-columns: minmax(14rem, 1.1fr) minmax(18rem, 1.4fr) minmax(0, 3fr);
    gap: 1rem;
    flex: 1;
    height: 100%;
    min-height: 0;
}

.stores-panel[b-9cr296mlkz],
.keys-panel[b-9cr296mlkz],
.value-panel[b-9cr296mlkz] {
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-card, var(--radius-lg));
    background: var(--color-surface, #fff);
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.panel-body[b-9cr296mlkz] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.panel-header[b-9cr296mlkz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.panel-header h2[b-9cr296mlkz] {
    font-size: 0.95rem;
    margin: 0;
}

.store-list[b-9cr296mlkz],
.key-list[b-9cr296mlkz] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    padding-right: 0.35rem;
}

.store-list[b-9cr296mlkz],
.key-list[b-9cr296mlkz],
.value-body[b-9cr296mlkz] {
    --scroll-fade-size: 0.85rem;
    padding-top: var(--scroll-fade-size);
    padding-bottom: var(--scroll-fade-size);
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0,
        #000 var(--scroll-fade-size),
        #000 calc(100% - var(--scroll-fade-size)),
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0,
        #000 var(--scroll-fade-size),
        #000 calc(100% - var(--scroll-fade-size)),
        transparent 100%
    );
}

.store-item[b-9cr296mlkz],
.key-item[b-9cr296mlkz] {
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    background: var(--color-gray-50);
    color: var(--color-gray-800);
    padding: 0.55rem 0.65rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    width: 100%;
    min-width: 0;
}

.store-item[b-9cr296mlkz],
.key-item[b-9cr296mlkz] {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.82rem;
}

.store-label[b-9cr296mlkz],
.key-label[b-9cr296mlkz] {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-item:hover[b-9cr296mlkz],
.key-item:hover[b-9cr296mlkz] {
    border-color: var(--color-brand-300);
    background: var(--color-brand-50);
}

.store-item.selected[b-9cr296mlkz],
.key-item.selected[b-9cr296mlkz] {
    border-color: var(--color-brand-500);
    background: var(--color-brand-50);
    color: var(--color-brand-900);
}

.panel-empty[b-9cr296mlkz] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray-500);
    min-height: 120px;
    text-align: center;
    padding: 0.75rem;
}

.key-create-row[b-9cr296mlkz] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
}

.key-input[b-9cr296mlkz] {
    flex: 1;
    min-width: 0;
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-sm);
    padding: 0.45rem 0.6rem;
}

.key-input:focus[b-9cr296mlkz] {
    outline: none;
    border-color: var(--color-brand-500);
    box-shadow: 0 0 0 2px rgba(51, 108, 194, 0.15);
}

.hint-text[b-9cr296mlkz] {
    margin: 0 0 0.5rem;
    font-size: 0.78rem;
    color: var(--color-gray-500);
    flex-shrink: 0;
}

.load-more-row[b-9cr296mlkz] {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.value-header[b-9cr296mlkz] {
    gap: 0.75rem;
}

.value-actions[b-9cr296mlkz] {
    display: flex;
    gap: 0.5rem;
}

.selected-key[b-9cr296mlkz] {
    margin: 0 0 0.75rem;
    color: var(--color-gray-600);
    font-size: 0.82rem;
    flex-shrink: 0;
}

.value-body[b-9cr296mlkz] {
    gap: 0.75rem;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    padding-right: 0.35rem;
}

.value-body :deep(.schema-editor-wrapper)[b-9cr296mlkz] {
    flex: 1;
    min-height: 0;
}

.value-body :deep(.editor-card)[b-9cr296mlkz] {
    flex: 1;
    min-height: 0;
}

.value-body :deep(.object-grid)[b-9cr296mlkz],
.value-body :deep(.dictionary-container)[b-9cr296mlkz],
.value-body :deep(.array-grid)[b-9cr296mlkz],
.value-body :deep(.array-table-wrapper)[b-9cr296mlkz] {
    overflow-x: auto;
}

@media (max-width: 1180px) {
    .stores-layout[b-9cr296mlkz] {
        grid-template-columns: 1fr;
        min-height: auto;
        height: auto;
        flex: 0 1 auto;
    }

    .stores-panel[b-9cr296mlkz],
    .keys-panel[b-9cr296mlkz],
    .value-panel[b-9cr296mlkz] {
        min-height: 320px;
    }
}
