/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-qnjctfta4d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 3.5rem;
    background: var(--bg-elev);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0 1.25rem;
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
}

.site-brand[b-qnjctfta4d] {
    color: var(--fg);
    font-family: var(--font-stack);
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.site-nav[b-qnjctfta4d] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
}

.nav-link[b-qnjctfta4d] {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0 0.7rem;
    color: var(--fg-muted);
    text-decoration: none;
    font-family: var(--font-stack);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border-radius: var(--radius-sm);
    transition: color 0.2s, background 0.2s;
}

.nav-link:hover[b-qnjctfta4d],
.nav-link:focus-visible[b-qnjctfta4d] {
    color: var(--fg);
    background: rgba(255, 255, 255, 0.05);
}

.nav-link:focus-visible[b-qnjctfta4d] {
    outline: 2px solid var(--link);
    outline-offset: 2px;
}

.nav-link.active[b-qnjctfta4d] {
    color: var(--fg);
    background: rgba(96, 165, 250, 0.15);
}

.logout-form[b-qnjctfta4d] {
    margin: 0;
}

.logout-btn[b-qnjctfta4d] {
    background: transparent;
    border: 1px solid var(--border-strong);
    color: var(--fg-muted);
    font-family: var(--font-stack);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.4rem 0.75rem;
    border-radius: var(--radius-sm);
    cursor: pointer;
    min-height: 2.25rem;
    appearance: none;
    -webkit-appearance: none;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.logout-btn:hover[b-qnjctfta4d],
.logout-btn:focus-visible[b-qnjctfta4d] {
    color: var(--fg);
    border-color: var(--border-stronger);
    background: rgba(255, 255, 255, 0.05);
}

.logout-btn:focus-visible[b-qnjctfta4d] {
    outline: 2px solid var(--link);
    outline-offset: 2px;
}

.full-screen-container[b-qnjctfta4d] {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: calc(100vh - 3.5rem);
    min-height: calc(100dvh - 3.5rem);
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .site-header[b-qnjctfta4d] {
        padding: 0 0.75rem;
        gap: 0.5rem;
    }

    .logout-btn[b-qnjctfta4d] {
        min-height: 2.75rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-889iam5fid],
.components-reconnect-repeated-attempt-visible[b-889iam5fid],
.components-reconnect-failed-visible[b-889iam5fid],
.components-pause-visible[b-889iam5fid],
.components-resume-failed-visible[b-889iam5fid],
.components-rejoining-animation[b-889iam5fid],
.components-reconnect-reload-button[b-889iam5fid] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-889iam5fid],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-889iam5fid],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-889iam5fid],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-889iam5fid],
#components-reconnect-modal.components-reconnect-retrying[b-889iam5fid],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-889iam5fid],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-889iam5fid],
#components-reconnect-modal.components-reconnect-failed[b-889iam5fid],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-889iam5fid],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-reload-button[b-889iam5fid] {
    display: block;
}

#components-reconnect-modal[b-889iam5fid] {
    background-color: #111827;
    color: #e2e8f0;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-889iam5fid 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-889iam5fid 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-889iam5fid 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-889iam5fid]::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    animation: components-reconnect-modal-fadeInOpacity-b-889iam5fid 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-889iam5fid {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-889iam5fid {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-889iam5fid {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-889iam5fid] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-889iam5fid] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-889iam5fid] {
    border: 0;
    background-color: #1d4ed8;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-889iam5fid] {
    background-color: #1e40af;
}

#components-reconnect-modal button:active[b-889iam5fid] {
    background-color: #1d4ed8;
}

.components-rejoining-animation[b-889iam5fid] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-889iam5fid] {
    position: absolute;
    border: 3px solid #93c5fd;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-889iam5fid 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-889iam5fid] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-889iam5fid {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-jvp8h95xlk] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1.5rem;
    padding-left: max(1.5rem, env(safe-area-inset-left));
    padding-right: max(1.5rem, env(safe-area-inset-right));
}

.login-card[b-jvp8h95xlk] {
    width: 100%;
    max-width: 24rem;
    box-sizing: border-box;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.login-head[b-jvp8h95xlk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
}

.login-brand[b-jvp8h95xlk] {
    margin: 0;
    color: var(--fg);
    font-family: var(--font-stack);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.login-subtitle[b-jvp8h95xlk] {
    margin: 0;
    color: var(--fg-muted);
    font-family: var(--font-stack);
    font-size: 0.8rem;
}

.login-form[b-jvp8h95xlk] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-field[b-jvp8h95xlk] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.login-label[b-jvp8h95xlk] {
    color: var(--fg-dim);
    font-family: var(--font-stack);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.login-input[b-jvp8h95xlk] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.7rem;
    min-height: 2.75rem;
}

.login-input:focus[b-jvp8h95xlk] {
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.15);
}

.login-error[b-jvp8h95xlk] {
    margin: 0;
    color: var(--danger-soft);
    font-family: var(--font-stack);
    font-size: 0.78rem;
}

.login-submit[b-jvp8h95xlk] {
    margin-top: 0.25rem;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.6rem 0.8rem;
    border: none;
    border-radius: var(--radius-md);
    background: var(--accent);
    color: #fff;
    font-family: var(--font-stack);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: background-color 0.2s;
}

.login-submit:hover[b-jvp8h95xlk],
.login-submit:focus-visible[b-jvp8h95xlk] {
    background: var(--accent-hover);
}

.login-submit:focus-visible[b-jvp8h95xlk] {
    outline: 2px solid var(--link);
    outline-offset: 2px;
}
/* /Components/Pages/PromptGenerator.razor.rz.scp.css */
.prompt-gen-layout[b-bhl46obixg] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1rem;
    min-height: 0;
    max-width: none;
    overflow-x: hidden;
    box-sizing: border-box;
    align-items: start;
}

.prompt-form-panel[b-bhl46obixg] {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    position: sticky;
    align-self: start;
}

.queue-panel[b-bhl46obixg] {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 300px;
    max-height: calc(100vh - 7rem);
    max-height: calc(100dvh - 7rem);
    overflow-y: auto;
}

.repo-select[b-bhl46obixg] {
    width: 100%;
}

.repo-select:focus[b-bhl46obixg] {
    outline: none;
    border-color: #374151;
}

.repo-select-row[b-bhl46obixg] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.repo-select-row .repo-select[b-bhl46obixg] {
    flex: 1;
}

.claude-md-btn[b-bhl46obixg] {
    background: none;
    border: 1px solid #374151;
    color: #6b7280;
    padding: 0.375rem;
    border-radius: 0.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s, border-color 0.2s;
    flex-shrink: 0;
}

.claude-md-btn:hover:not(:disabled)[b-bhl46obixg] {
    color: #e2e8f0;
    border-color: #6b7280;
}

.claude-md-btn:disabled[b-bhl46obixg] {
    opacity: 0.3;
    cursor: not-allowed;
}

.prompt-input[b-bhl46obixg] {
    width: 100%;
    background: #111827;
    border: 1px solid #374151;
    border-radius: 0.3rem;
    color: #e2e8f0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    font-size: 0.85rem;
    padding: 0.5rem;
    resize: vertical;
    caret-color: #22c55e;
    box-sizing: border-box;
}

.prompt-input[b-bhl46obixg]::placeholder {
    color: #4b5563;
}

.prompt-input:focus[b-bhl46obixg] {
    outline: none;
    border-color: #374151;
}

.queue-header-row[b-bhl46obixg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clear-btn[b-bhl46obixg] {
    background: none;
    border: none;
    color: #4b5563;
    font-size: 0.7rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    transition: color 0.2s, text-decoration 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.clear-btn:hover:not(:disabled)[b-bhl46obixg] {
    background: none;
    color: #9ca3af;
    text-decoration: underline;
}

.toggle-label[b-bhl46obixg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #9ca3af;
    font-size: 0.75rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

.toggle-label:hover[b-bhl46obixg] {
    color: #e2e8f0;
}

.toggle-input[b-bhl46obixg] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.toggle-track[b-bhl46obixg] {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 1.125rem;
    background: #374151;
    border: 1px solid #4b5563;
    border-radius: 999px;
    flex-shrink: 0;
    transition: background-color 0.25s, border-color 0.25s;
}

.toggle-thumb[b-bhl46obixg] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0.75rem;
    height: 0.75rem;
    background: #9ca3af;
    border-radius: 50%;
    transition: transform 0.25s, background-color 0.25s;
}

.toggle-input:checked + .toggle-track[b-bhl46obixg] {
    background: #0d2818;
    border-color: #16a34a;
}

.toggle-input:checked + .toggle-track .toggle-thumb[b-bhl46obixg] {
    transform: translateX(0.85rem);
    background: #22c55e;
}

.toggle-input:focus-visible + .toggle-track[b-bhl46obixg] {
    outline: 2px solid #22c55e;
    outline-offset: 2px;
}

.toggle-label:hover .toggle-track[b-bhl46obixg] {
    border-color: #6b7280;
}

.toggle-input:checked + .toggle-track:hover[b-bhl46obixg],
.toggle-label:hover .toggle-input:checked + .toggle-track[b-bhl46obixg] {
    border-color: #22c55e;
}

.toggle-text[b-bhl46obixg] {
    white-space: nowrap;
}

.button-row[b-bhl46obixg] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
}

.button-row-primary[b-bhl46obixg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1 1 auto;
    min-width: 0;
}

.button-row-icons[b-bhl46obixg] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    margin-left: auto;
}

.button-row-icons .control-btn[b-bhl46obixg],
.button-row-icons[b-bhl46obixg]  .file-upload-btn {
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.settings-btn[b-bhl46obixg] {
    color: #9ca3af;
}

.settings-btn:hover:not(:disabled)[b-bhl46obixg] {
    color: #e2e8f0;
}

.settings-overlay[b-bhl46obixg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.settings-modal[b-bhl46obixg] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #111827;
    border: 1px solid #374151;
    border-radius: 0.5rem;
    z-index: 101;
    min-width: 280px;
    max-width: 90vw;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.settings-header[b-bhl46obixg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #1f2937;
    color: #e2e8f0;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.settings-close-btn[b-bhl46obixg] {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0.2rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: color 0.2s, background-color 0.2s;
}

.settings-close-btn:hover[b-bhl46obixg] {
    color: #e2e8f0;
    background: #1f2937;
}

.settings-body[b-bhl46obixg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
}

.settings-body .toggle-label[b-bhl46obixg] {
    margin-left: 0;
}

.loading-text[b-bhl46obixg] {
    color: #9ca3af;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.error-text[b-bhl46obixg] {
    color: #ff6b6b;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.success-text[b-bhl46obixg] {
    color: #6b7280;
}

.muted-text[b-bhl46obixg] {
    color: #6b7280;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.opus-badge[b-bhl46obixg] {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.62rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(80, 200, 120, 0.15);
    color: #6fcf8a;
    line-height: 1.4;
}

.result-overlay[b-bhl46obixg],
.scope-overlay[b-bhl46obixg],
.status-overlay[b-bhl46obixg] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.result-modal[b-bhl46obixg] {
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    overflow: hidden;
}

.result-modal-header[b-bhl46obixg] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #1f2937;
    flex-shrink: 0;
}

.result-modal-title[b-bhl46obixg] {
    flex: 1;
    min-width: 0;
    font-size: 0.9rem;
    color: #e2e8f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-modal-meta[b-bhl46obixg] {
    display: block;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    font-size: 0.75rem;
    color: #6b7280;
}

.result-modal-actions[b-bhl46obixg] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    margin-left: 0.75rem;
}

.result-modal-close-btn[b-bhl46obixg] {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.375rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    font-size: 1.2rem;
    transition: color 0.2s;
}

.result-modal-close-btn:hover[b-bhl46obixg] {
    color: #e2e8f0;
}

.result-modal-body[b-bhl46obixg] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    -webkit-overflow-scrolling: touch;
}

.result-modal-pre[b-bhl46obixg] {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #e2e8f0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    font-size: 0.82rem;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.5;
    border: none;
    max-height: none;
}

.claudemd-edit-textarea[b-bhl46obixg] {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: transparent;
    color: #e2e8f0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    font-size: 0.82rem;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.5;
    border: none;
    outline: none;
    resize: none;
    padding: 0;
    margin: 0;
}

.claudemd-save-error[b-bhl46obixg] {
    color: #f87171;
    font-size: 0.8rem;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid #374151;
}

.claudemd-tab-bar[b-bhl46obixg] {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #1f2937;
    padding: 0 1rem;
    overflow-x: auto;
}

.claudemd-tab[b-bhl46obixg] {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    color: #6b7280;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s, border-color 0.2s;
}

.claudemd-tab:hover[b-bhl46obixg] {
    color: #e2e8f0;
}

.claudemd-tab--active[b-bhl46obixg] {
    color: #e2e8f0;
    border-bottom-color: #6366f1;
}

@media (max-width: 900px) {
    .prompt-gen-layout[b-bhl46obixg] {
        grid-template-columns: 1fr;
    }

    .prompt-form-panel[b-bhl46obixg] {
        position: static;
    }
}

@media (max-width: 768px) {
    .prompt-gen-layout[b-bhl46obixg] {
        padding: 0.5rem;
        gap: 0.75rem;
    }

    .prompt-form-panel[b-bhl46obixg],
    .queue-panel[b-bhl46obixg] {
        padding: 0.75rem;
    }

    .control-btn[b-bhl46obixg] {
        padding: 0.35rem 0.5rem;
        font-size: 0.65rem;
        min-height: 2.25rem;
    }

    .button-row-primary[b-bhl46obixg] {
        flex: 0 1 auto;
    }

    .button-row-primary .run-btn[b-bhl46obixg],
    .button-row-primary .decompose-btn[b-bhl46obixg] {
        flex: 0 1 auto;
    }
}

@media (max-width: 600px) {
    .result-modal[b-bhl46obixg] {
        max-height: 100vh;
        max-height: 100dvh;
        max-width: 100%;
        border-radius: 0;
    }

    .result-modal-body[b-bhl46obixg] {
        padding: 0.75rem;
    }

    .result-modal-pre[b-bhl46obixg] {
        font-size: 0.78rem;
    }

    .status-modal[b-bhl46obixg] {
        border-radius: 0;
        max-height: 100vh;
        max-height: 100dvh;
    }
}

.scan-meta[b-bhl46obixg] {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-sm);
    font-size: 0.72rem;
    color: var(--fg-dim);
}

.scan-status[b-bhl46obixg] {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.scan-error[b-bhl46obixg] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-sm);
    color: var(--danger);
    font-size: 0.75rem;
}

/* Decompose button -- outlined green, peer to run-btn */
.decompose-btn[b-bhl46obixg] {
    background: transparent;
    border: 1px solid #16a34a;
    color: #22c55e;
}

.decompose-btn:hover:not(:disabled)[b-bhl46obixg] {
    background: rgba(22, 163, 74, 0.1);
}

/* Scope modal container */
.scope-modal[b-bhl46obixg] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(95vw, 700px);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    z-index: 1001;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.scope-modal-header[b-bhl46obixg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #1f2937;
    flex-shrink: 0;
}

.scope-modal-title[b-bhl46obixg] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e2e8f0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scope-modal-body[b-bhl46obixg] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.scope-modal-footer[b-bhl46obixg] {
    border-top: 1px solid #1f2937;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-shrink: 0;
}

/* Scope loading state */
.scope-loading[b-bhl46obixg] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #9ca3af;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.scope-elapsed[b-bhl46obixg] {
    text-align: center;
    color: #6b7280;
    font-size: 0.75rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    margin-top: 0.5rem;
}

.scope-no-steps-message[b-bhl46obixg] {
    color: #9ca3af;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    margin-bottom: 0.75rem;
}

.scope-raw-output-pre[b-bhl46obixg] {
    margin: 0;
    padding: 0.75rem;
    background: #1a1a2e;
    border: 1px solid #1f2937;
    border-radius: 0.3rem;
    color: #e2e8f0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    font-size: 0.82rem;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.5;
    max-height: 60vh;
    overflow-y: auto;
}

/* Scope error state */
.scope-error[b-bhl46obixg] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #ff6b6b;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

/* Scope success state */
.scope-success[b-bhl46obixg] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 0.4rem;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.scope-success-text[b-bhl46obixg] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #22c55e;
}

.scope-success-dismiss[b-bhl46obixg] {
    background: none;
    border: none;
    color: #22c55e;
    cursor: pointer;
    padding: 0.2rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    opacity: 0.6;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

.scope-success-dismiss:hover[b-bhl46obixg] {
    opacity: 1;
}

/* Step count */
.scope-step-count[b-bhl46obixg] {
    color: #9ca3af;
    font-size: 0.95rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    margin-bottom: 0.75rem;
}

/* Scope execute button -- mirrors run-btn */
.scope-execute-btn[b-bhl46obixg] {
    width: 100%;
    background: #16a34a;
    border: none;
    border-radius: 0.3rem;
    padding: 0.85rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.2s;
}

.scope-execute-btn:hover:not(:disabled)[b-bhl46obixg] {
    background: #15803d;
}

.scope-execute-btn:disabled[b-bhl46obixg] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Scope reset/new plan button */
.scope-reset-btn[b-bhl46obixg] {
    margin-top: 1rem;
    background: #374151;
    color: #e2e8f0;
}

.scope-reset-btn:hover:not(:disabled)[b-bhl46obixg] {
    background: #4b5563;
}

/* Scope group status inside modal footer */
.scope-group-status[b-bhl46obixg] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 0 0 0;
    font-size: 0.9rem;
    color: #6b7280;
}

.scope-agent-link[b-bhl46obixg] {
    color: #22c55e;
    text-decoration: none;
}

.scope-agent-link:hover[b-bhl46obixg] {
    text-decoration: underline;
}

/* Persistent group running indicator */
.group-running-indicator[b-bhl46obixg] {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: #111827;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #6b7280;
}

.group-running-indicator a[b-bhl46obixg] {
    color: #22c55e;
    text-decoration: none;
}

.group-running-indicator a:hover[b-bhl46obixg] {
    text-decoration: underline;
}

/* Textarea wrapper for clear button positioning */
.textarea-wrapper[b-bhl46obixg] {
    position: relative;
}

.clear-problem-btn[b-bhl46obixg] {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    background: transparent;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.2rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: color 0.2s, background-color 0.2s;
}

.clear-problem-btn:hover[b-bhl46obixg] {
    color: #e2e8f0;
    background: #1f2937;
}

/* Status info button -- matches settings-btn style */
.status-info-btn[b-bhl46obixg] {
    background: #374151;
    color: #9ca3af;
    padding: 0.4rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    box-sizing: border-box;
}

.status-info-btn:hover:not(:disabled)[b-bhl46obixg] {
    background: #4b5563;
    color: #e2e8f0;
}

.status-info-btn--ready[b-bhl46obixg] {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.3);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.status-info-btn--ready:hover:not(:disabled)[b-bhl46obixg] {
    background: rgba(34, 197, 94, 0.25);
    color: #4ade80;
    border-color: rgba(34, 197, 94, 0.5);
}

.status-info-btn--running[b-bhl46obixg] {
    animation: status-btn-pulse-b-bhl46obixg 1.5s ease-in-out infinite;
}

@keyframes status-btn-pulse-b-bhl46obixg {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Status modal container */
.status-modal[b-bhl46obixg] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(600px, 92vw);
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    background: #111827;
    border: 1px solid #374151;
    border-radius: 0.5rem;
    z-index: 1001;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.status-modal-header[b-bhl46obixg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #1f2937;
    color: #e2e8f0;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.status-modal-body[b-bhl46obixg] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-shrink: 0;
    overflow-y: auto;
    max-height: 30vh;
}

.status-embedded-steps[b-bhl46obixg] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.status-row[b-bhl46obixg] {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: baseline;
}

.status-label[b-bhl46obixg] {
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    min-width: 80px;
    flex-shrink: 0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.status-value[b-bhl46obixg] {
    color: #e2e8f0;
    font-size: 0.82rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    word-break: break-word;
}

.status-value--success[b-bhl46obixg] {
    color: #22c55e;
}

.status-value--error[b-bhl46obixg] {
    color: #ff6b6b;
}

.status-value--muted[b-bhl46obixg] {
    color: #6b7280;
}

.status-value--running[b-bhl46obixg] {
    color: #67d4f1;
}

.status-problem-pre[b-bhl46obixg] {
    background: #1a1a2e;
    border: 1px solid #1f2937;
    border-radius: 0.3rem;
    padding: 0.5rem;
    max-height: 120px;
    overflow-y: auto;
    font-size: 0.78rem;
    white-space: pre-wrap;
    word-break: break-word;
    color: #9ca3af;
    margin: 0;
}

.status-value--skipped[b-bhl46obixg] {
    color: #f59e0b;
    font-size: 0.78rem;
    margin-left: 0.25rem;
}

.scope-step-skip-badge[b-bhl46obixg] {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.6rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
    line-height: 1.4;
    flex-shrink: 0;
}

/* Decomposition job queue section */
.decomp-queue-section[b-bhl46obixg] {
    grid-column: 1 / -1;
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
}

.decomp-queue-list[b-bhl46obixg] {
    max-height: calc(100vh - 12rem);
    max-height: calc(100dvh - 12rem);
    min-height: 0;
    overflow-y: auto;
}

.decomp-queue-list[b-bhl46obixg]  .decomp-job-card {
    margin-bottom: 0.5rem;
}

.decomp-job-card[b-bhl46obixg] {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    border-left: 3px solid transparent;
    transition: border-color 0.2s ease, background-color 0.15s ease;
    cursor: pointer;
}

.decomp-job-card:hover[b-bhl46obixg] {
    background: #16213e;
}

.decomp-job--active[b-bhl46obixg] {
    border-left: 3px solid #6c63ff;
}

@media (max-width: 480px) {
    .status-modal[b-bhl46obixg] {
        width: 95vw;
        max-height: 90vh;
        border-radius: 0.25rem;
    }

    .status-modal-body[b-bhl46obixg],
    .scope-modal-body[b-bhl46obixg] {
        padding: 0.75rem;
    }

    .scope-modal-footer[b-bhl46obixg] {
        padding: 0.75rem;
        padding-bottom: calc(0.75rem + env(safe-area-inset-bottom));
    }

    .scope-execute-btn[b-bhl46obixg] {
        min-height: 3rem;
        font-size: 1.05rem;
    }

    .button-row[b-bhl46obixg] {
        gap: 0.35rem;
    }

    .control-btn[b-bhl46obixg] {
        padding: 0.4rem 0.6rem;
        font-size: 0.65rem;
    }

    .button-row-primary[b-bhl46obixg] {
        width: 100%;
    }

    .button-row-primary .run-btn[b-bhl46obixg],
    .button-row-primary .decompose-btn[b-bhl46obixg] {
        flex: 1 1 auto;
    }

    .button-row-icons .control-btn[b-bhl46obixg],
    .button-row-icons[b-bhl46obixg]  .file-upload-btn {
        width: 2.25rem;
        height: 2.25rem;
        min-width: 2.25rem;
        min-height: 2.25rem;
    }
}

.attachments-area[b-bhl46obixg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.4rem 0;
    align-items: center;
}

.attachment-chip[b-bhl46obixg] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #1f2937;
    border: 1px solid #374151;
    border-radius: 9999px;
    padding: 3px 8px 3px 10px;
    max-width: 12rem;
}

.attachment-name[b-bhl46obixg] {
    font-size: 0.7rem;
    color: #d1d5db;
    font-family: monospace;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment-remove[b-bhl46obixg] {
    background: none;
    border: none;
    color: #6b7280;
    padding: 0.125rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transition: color 0.2s, background 0.2s;
    flex-shrink: 0;
}

.attachment-remove:hover[b-bhl46obixg] {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
}

.temp-query-icon-btn[b-bhl46obixg],
.ref-repos-icon-btn[b-bhl46obixg] {
    background: none;
    border: 1px solid #374151;
    color: #6b7280;
    padding: 0.375rem;
    border-radius: 0.375rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s, border-color 0.2s;
    flex-shrink: 0;
    position: relative;
}

.temp-query-icon-btn:hover:not(:disabled)[b-bhl46obixg],
.ref-repos-icon-btn:hover:not(:disabled)[b-bhl46obixg] {
    color: #e2e8f0;
    border-color: #6b7280;
}

.temp-query-icon-btn:disabled[b-bhl46obixg],
.ref-repos-icon-btn:disabled[b-bhl46obixg] {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Reference repos modal items */
.ref-repo-item[b-bhl46obixg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #1f2937;
    cursor: pointer;
}

.ref-repo-item:last-child[b-bhl46obixg] {
    border-bottom: none;
}

.ref-repo-item:hover[b-bhl46obixg] {
    background: rgba(99, 102, 241, 0.05);
}

.ref-repo-checkbox[b-bhl46obixg] {
    accent-color: #6366f1;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.ref-repo-label[b-bhl46obixg] {
    color: #c9d1d9;
    font-size: 0.82rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    cursor: pointer;
    flex: 1;
}

.ref-repos-overlay[b-bhl46obixg] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.ref-repos-modal[b-bhl46obixg] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(95vw, 450px);
    max-height: 70vh;
    display: flex;
    flex-direction: column;
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    z-index: 1001;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.ref-repos-modal-header[b-bhl46obixg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #1f2937;
    flex-shrink: 0;
}

.ref-repos-modal-title[b-bhl46obixg] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e2e8f0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ref-repos-modal-actions[b-bhl46obixg] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    margin-left: 0.75rem;
}

.ref-repos-modal-close-btn[b-bhl46obixg] {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.375rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: color 0.2s;
}

.ref-repos-modal-close-btn:hover[b-bhl46obixg] {
    color: #e2e8f0;
}

.ref-repos-modal-body[b-bhl46obixg] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    -webkit-overflow-scrolling: touch;
}

.ref-repos-subtitle[b-bhl46obixg] {
    color: #6b7280;
    font-size: 0.78rem;
    margin: 0 0 0.75rem 0;
    font-style: italic;
}

.ref-repos-badge[b-bhl46obixg] {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #6366f1;
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
}
/* /Components/Shared/CopyButton.razor.rz.scp.css */
button[b-d8ffi2it8z] {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.375rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: color 0.2s, background-color 0.2s;
}

button:hover[b-d8ffi2it8z] {
    color: #e2e8f0;
}

button.copied[b-d8ffi2it8z] {
    color: #22c55e;
}

button .icon-check[b-d8ffi2it8z] {
    display: none;
}

button.copied .icon-copy[b-d8ffi2it8z] {
    display: none;
}

button.copied .icon-check[b-d8ffi2it8z] {
    display: block;
    color: #22c55e;
}
/* /Components/Shared/DecompositionJobCard.razor.rz.scp.css */
.muted-text[b-gkojwnofpc] {
    color: #6b7280;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.decomp-job-card[b-gkojwnofpc] {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    border-left: 3px solid transparent;
    transition: border-color 0.2s ease, background-color 0.15s ease;
    cursor: pointer;
}

.decomp-job-card:hover[b-gkojwnofpc] {
    background: #16213e;
}

.decomp-job--active[b-gkojwnofpc] {
    border-left: 3px solid #6c63ff;
}

.job-card-body[b-gkojwnofpc] {
    padding: 0.75rem 1rem;
    color: #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.job-card-header[b-gkojwnofpc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
}

.job-card-right[b-gkojwnofpc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.job-card-right[b-gkojwnofpc]  .job-timestamp {
    color: #6b7280;
    font-size: 0.72rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    white-space: nowrap;
}

.job-card-label[b-gkojwnofpc] {
    color: #c9d1d9;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.45;
    word-break: break-word;
}

.job-card-meta[b-gkojwnofpc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.job-repo[b-gkojwnofpc] {
    color: #6b7280;
    font-size: 0.72rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}
/* /Components/Shared/DecompositionStepRow.razor.rz.scp.css */
.scope-step[b-x2ulz1lgc3] {
    background: #1a1a2e;
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border-left: 3px solid #6366f1;
}

.scope-step--excluded[b-x2ulz1lgc3] {
    opacity: 0.35;
    border-left-style: dashed;
}

.scope-step-header[b-x2ulz1lgc3] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.scope-step-number[b-x2ulz1lgc3] {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
    min-height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #374151;
    color: #9ca3af;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.scope-step-label[b-x2ulz1lgc3] {
    flex: 1;
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: inherit;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    padding: 0.35rem 0;
    min-height: 2rem;
    line-height: 1.45;
}

.scope-step-label:focus[b-x2ulz1lgc3] {
    outline: none;
    border-bottom-color: #6366f1;
}

.scope-step-prompt[b-x2ulz1lgc3] {
    width: 100%;
    background: #1a1a2e;
    border: 1px solid #1f2937;
    border-radius: 0.3rem;
    color: #e2e8f0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    font-size: 0.95rem;
    min-height: 120px;
    line-height: 1.5;
    padding: 0.75rem;
    resize: vertical;
    caret-color: #22c55e;
    box-sizing: border-box;
}

.scope-step-prompt:focus[b-x2ulz1lgc3] {
    outline: none;
    border-color: #374151;
}

.scope-step-actions[b-x2ulz1lgc3] {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    margin-left: auto;
}

.scope-action-btn[b-x2ulz1lgc3] {
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: color 0.2s;
}

.scope-action-btn:hover[b-x2ulz1lgc3] {
    color: #fff;
}

.scope-action-restore[b-x2ulz1lgc3] {
    color: #22c55e;
}

@media (max-width: 480px) {
    .scope-step-prompt[b-x2ulz1lgc3] {
        min-height: 80px;
        font-size: 0.85rem;
    }

    .scope-step-actions .scope-action-btn[b-x2ulz1lgc3] {
        min-width: 2.25rem;
        min-height: 2.25rem;
    }
}
/* /Components/Shared/FileUploadButton.razor.rz.scp.css */
.file-upload-btn[b-j0j055dwr6] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #374151;
    color: #9ca3af;
    border: none;
    border-radius: 0.3rem;
    cursor: pointer;
    line-height: 0;
    flex-shrink: 0;
    transition: background-color 0.2s, color 0.2s;
    box-sizing: border-box;
}

.file-upload-btn[b-j0j055dwr6]  input[type=file] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.file-upload-btn:hover[b-j0j055dwr6] {
    background: #4b5563;
    color: #e2e8f0;
}

.file-upload-btn.disabled[b-j0j055dwr6] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
/* /Components/Shared/JobStatusButton.razor.rz.scp.css */
.job-status-btn[b-bw2ua7l5ts] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    border: 1px solid #374151;
    border-radius: 0.3rem;
    padding: 0.375rem;
    background: none;
    color: #6b7280;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-status-btn:hover[b-bw2ua7l5ts] {
    color: #e2e8f0;
    border-color: #6b7280;
}

.job-count[b-bw2ua7l5ts] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.25rem;
    background: #16a34a;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 0.2rem;
}
/* /Components/Shared/JobStatusModal.razor.rz.scp.css */
.job-repo[b-7pkpaze0ap] {
    white-space: nowrap;
    color: #93c5fd;
}

[b-7pkpaze0ap] .job-time {
    white-space: nowrap;
    color: #9ca3af;
}

[b-7pkpaze0ap] .status-badge {
    font-weight: 700;
    font-family: inherit;
}

.job-prompt[b-7pkpaze0ap] {
    color: #d1d5db;
    word-break: break-word;
}
/* /Components/Shared/PromptJobCard.razor.rz.scp.css */
.job-card[b-ug07ergy54] {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    border-left: 3px solid transparent;
    transition: border-color 0.2s ease;
}

.job-card--running[b-ug07ergy54] {
    border-left-color: rgba(80, 200, 255, 0.5);
}

.job-card--completed[b-ug07ergy54] {
    border-left-color: rgba(80, 200, 120, 0.4);
}

.job-card--failed[b-ug07ergy54] {
    border-left-color: rgba(255, 100, 100, 0.5);
}

.job-card-body[b-ug07ergy54] {
    padding: 0.75rem 1rem;
    color: #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.job-card-header[b-ug07ergy54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
}

.job-card-right[b-ug07ergy54] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.job-card-right[b-ug07ergy54]  .job-timestamp {
    color: #6b7280;
    font-size: 0.72rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    white-space: nowrap;
}

.job-card-label[b-ug07ergy54] {
    color: #c9d1d9;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.45;
    word-break: break-word;
}

.job-card-meta[b-ug07ergy54] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.job-repo[b-ug07ergy54] {
    color: #6b7280;
    font-size: 0.72rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.job-error[b-ug07ergy54] {
    color: #ff6b6b;
    font-size: 0.78rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    margin-top: 0.15rem;
}

.remove-btn[b-ug07ergy54] {
    background: none;
    border: none;
    color: #374151;
    cursor: pointer;
    padding: 0.1rem 0.2rem;
    font-size: 0.8rem;
    line-height: 1;
    border-radius: 0.25rem;
    transition: color 0.2s, background-color 0.2s;
}

.remove-btn:hover[b-ug07ergy54] {
    color: #9ca3af;
    background: #1f2937;
}

.view-result-row[b-ug07ergy54] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.4rem;
    padding: 0.2rem 0.35rem;
    cursor: pointer;
    border-radius: 0.25rem;
    user-select: none;
    color: #6b7280;
    transition: color 0.15s, background-color 0.15s;
}

.view-result-row:hover[b-ug07ergy54] {
    background: #1f2937;
    color: #9ca3af;
}

.view-result-text[b-ug07ergy54] {
    font-size: 0.68rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.view-result-separator[b-ug07ergy54] {
    font-size: 0.72rem;
}

.view-result-time[b-ug07ergy54] {
    font-size: 0.72rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
}

.group-badge[b-ug07ergy54] {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.62rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(99, 102, 241, 0.15);
    color: #818cf8;
    line-height: 1.4;
}

.job-card--grouped[b-ug07ergy54] {
    border-left: 3px solid rgba(99, 102, 241, 0.5);
}

.investigation-badge[b-ug07ergy54] {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.35rem;
    border-radius: 3px;
    font-size: 0.6rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #6366f1;
    color: #ffffff;
    line-height: 1.4;
    white-space: nowrap;
}

.follow-up-row[b-ug07ergy54] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    padding: 0.25rem 0.75rem 0.5rem 2.2rem;
}

.follow-up-input[b-ug07ergy54] {
    flex: 1;
    font-size: 0.72rem;
    font-family: inherit;
    background: transparent;
    color: #6b7280;
    border: none;
    border-bottom: 1px solid #1e293b;
    border-radius: 0;
    padding: 0.2rem 0;
    height: 1.4rem;
}

.follow-up-input:focus[b-ug07ergy54] {
    border-bottom-color: #22c55e;
    color: #e2e8f0;
    outline: none;
}

.follow-up-btn[b-ug07ergy54] {
    font-size: 0.6rem;
    padding: 0.15rem 0.4rem;
    background: transparent;
    border: none;
    color: #4b5563;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.follow-up-btn:hover[b-ug07ergy54] {
    color: #22c55e;
}

.decompose-inv-btn:hover[b-ug07ergy54] {
    color: #f59e0b;
}
/* /Components/Shared/PromptResultModal.razor.rz.scp.css */
.result-overlay[b-muud14aifg] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.result-modal[b-muud14aifg] {
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    overflow: hidden;
}

.result-modal-header[b-muud14aifg] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #1f2937;
    flex-shrink: 0;
}

.result-modal-title[b-muud14aifg] {
    flex: 1;
    min-width: 0;
    font-size: 0.9rem;
    color: #e2e8f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-modal-meta[b-muud14aifg] {
    display: block;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    font-size: 0.75rem;
    color: #6b7280;
}

.result-modal-actions[b-muud14aifg] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    margin-left: 0.75rem;
}

.result-modal-body[b-muud14aifg] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    -webkit-overflow-scrolling: touch;
}

.result-modal-pre[b-muud14aifg] {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #e2e8f0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    font-size: 0.82rem;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.5;
    border: none;
    max-height: none;
}

@media (max-width: 600px) {
    .result-modal[b-muud14aifg] {
        max-height: 100vh;
        max-height: 100dvh;
        max-width: 100%;
        border-radius: 0;
    }

    .result-modal-body[b-muud14aifg] {
        padding: 0.75rem;
    }

    .result-modal-pre[b-muud14aifg] {
        font-size: 0.78rem;
    }
}
/* /Components/Shared/TempQueryModal.razor.rz.scp.css */
.temp-query-overlay[b-clfn81vhdx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.temp-query-modal[b-clfn81vhdx] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 0.5rem;
    z-index: 101;
    min-width: 320px;
    max-width: 90vw;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.temp-query-modal-header[b-clfn81vhdx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #1f2937;
    color: #e2e8f0;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', monospace;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.temp-query-modal-header > span:first-child[b-clfn81vhdx] {
    flex: 1;
}

.header-badges[b-clfn81vhdx] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-left: auto;
}

.header-badge-item[b-clfn81vhdx] {
    display: inline-flex;
    align-items: center;
    background: #1f2937;
    color: #94a3b8;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 0.25rem;
    font-family: 'JetBrains Mono', monospace;
    text-transform: none;
    letter-spacing: normal;
}

.temp-query-modal-body[b-clfn81vhdx] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    align-items: flex-start;
}

.btn-group-stack[b-clfn81vhdx] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
}

.btn-group-stack button[b-clfn81vhdx] {
    width: 100%;
}

.btn-description[b-clfn81vhdx] {
    color: #6b7280;
    font-size: 0.65rem;
    font-family: 'JetBrains Mono', monospace;
    margin: 0;
    padding-left: 0.1rem;
}

.revoke-btn[b-clfn81vhdx] {
    background: transparent;
    border: 1px solid #374151;
    color: #94a3b8;
}

.revoke-btn:hover:not(:disabled)[b-clfn81vhdx] {
    border-color: #6b7280;
    color: #e2e8f0;
}

.revoke-btn:disabled[b-clfn81vhdx] {
    opacity: 0.4;
    cursor: not-allowed;
}

.revoke-section[b-clfn81vhdx] {
    width: 100%;
    padding-top: 0.5rem;
    margin-top: 0.25rem;
    border-top: 1px solid #1f2937;
}
