@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.xl1p2gydxa.bundle.scp.css';

/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.auth-shell[b-rlnopbjcbx] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: var(--bg-app);
    overflow: hidden;
}

.auth-bg[b-rlnopbjcbx] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(42, 138, 230, 0.18), transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(22, 86, 181, 0.20), transparent 50%),
        linear-gradient(135deg, #f4f6fa 0%, #e9eef7 100%);
    z-index: 0;
}

.auth-card[b-rlnopbjcbx] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 440px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    padding: 2.5rem 2.25rem 2rem;
}

.auth-brand[b-rlnopbjcbx] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 1.75rem;
}

.auth-logo[b-rlnopbjcbx] {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.auth-brand-text[b-rlnopbjcbx] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.auth-brand-title[b-rlnopbjcbx] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.01em;
}

.auth-brand-subtitle[b-rlnopbjcbx] {
    font-size: 0.875rem;
    color: var(--brand-primary);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.auth-body[b-rlnopbjcbx]  h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.auth-body[b-rlnopbjcbx]  .auth-subtitle {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
}

.auth-footer[b-rlnopbjcbx] {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border);
    text-align: center;
    color: var(--text-muted);
    font-size: 0.8125rem;
}

@media (max-width: 480px) {
    .auth-card[b-rlnopbjcbx] {
        padding: 1.75rem 1.25rem 1.5rem;
    }
}

#blazor-error-ui[b-rlnopbjcbx] {
    color-scheme: light only;
    background: #fff5cc;
    border-top: 1px solid #f0d97a;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-rlnopbjcbx] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.portal[b-1hjrhzsaii] {
    display: flex;
    min-height: 100vh;
    background: var(--bg-app);
}

.portal-sidebar[b-1hjrhzsaii] {
    width: 260px;
    flex-shrink: 0;
    background: var(--surface);
    border-right: 1px solid var(--border);
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 30;
}

.portal-main[b-1hjrhzsaii] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.portal-topbar[b-1hjrhzsaii] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 64px;
    padding: 0 1.5rem;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 20;
}

.topbar-toggle[b-1hjrhzsaii] {
    display: none;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 8px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.topbar-toggle:hover[b-1hjrhzsaii] {
    background: var(--surface-alt);
    color: var(--text-primary);
}

.topbar-spacer[b-1hjrhzsaii] {
    flex: 1;
}

.topbar-portal-link[b-1hjrhzsaii] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-primary);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.topbar-portal-link:hover[b-1hjrhzsaii] {
    background: var(--surface-alt);
    color: var(--brand-primary);
    border-color: var(--brand-primary-light);
}

.topbar-user[b-1hjrhzsaii] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.user-chip[b-1hjrhzsaii] {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.375rem 0.75rem 0.375rem 0.375rem;
    border-radius: 999px;
    text-decoration: none;
    color: var(--text-primary);
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.15s;
}

.user-chip:hover[b-1hjrhzsaii] {
    background: var(--surface-alt);
}

.user-avatar[b-1hjrhzsaii] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-light));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.user-name[b-1hjrhzsaii] {
    color: var(--text-primary);
}

.logout-form[b-1hjrhzsaii] {
    margin: 0;
}

.btn-logout[b-1hjrhzsaii] {
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 8px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.btn-logout:hover[b-1hjrhzsaii] {
    background: var(--surface-alt);
    color: var(--brand-primary);
    border-color: var(--brand-primary-light);
}

.portal-content[b-1hjrhzsaii] {
    flex: 1;
    padding: 1rem;
    max-width: 100%;
}

.sidebar-backdrop[b-1hjrhzsaii] {
    display: none;
}

@media (max-width: 900px) {
    .portal-sidebar[b-1hjrhzsaii] {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: transform 0.2s ease;
        box-shadow: var(--shadow-lg);
    }

    .portal.sidebar-open .portal-sidebar[b-1hjrhzsaii] {
        transform: translateX(0);
    }

    .topbar-toggle[b-1hjrhzsaii] {
        display: inline-flex;
    }

    .sidebar-backdrop[b-1hjrhzsaii] {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(20, 30, 55, 0.4);
        z-index: 25;
    }

    .portal.sidebar-open .sidebar-backdrop[b-1hjrhzsaii] {
        display: block;
    }

    .portal-content[b-1hjrhzsaii] {
        padding: 1.25rem 1rem 2rem;
    }
}

#blazor-error-ui[b-1hjrhzsaii] {
    color-scheme: light only;
    background: #fff5cc;
    border-top: 1px solid #f0d97a;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-1hjrhzsaii] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-brand[b-pdrr0f7mhe] {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    border-bottom: 1px solid var(--border);
}

.brand-link[b-pdrr0f7mhe] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
    color: var(--text-primary);
}

.brand-logo[b-pdrr0f7mhe] {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.brand-text[b-pdrr0f7mhe] {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-title[b-pdrr0f7mhe] {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.brand-subtitle[b-pdrr0f7mhe] {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--brand-primary);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-sections[b-pdrr0f7mhe] {
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nav-section[b-pdrr0f7mhe] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nav-section + .nav-section[b-pdrr0f7mhe] {
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border);
}

.nav-section-label[b-pdrr0f7mhe] {
    padding: 0.25rem 0.75rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

[b-pdrr0f7mhe] .nav-link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.12s, color 0.12s;
    line-height: 1.2;
}

[b-pdrr0f7mhe] .nav-link:hover {
    background: var(--surface-alt);
    color: var(--text-primary);
}

[b-pdrr0f7mhe] .nav-link.active {
    background: rgba(22, 86, 181, 0.08);
    color: var(--brand-primary);
    font-weight: 600;
}

[b-pdrr0f7mhe] .nav-link.active .nav-icon {
    color: var(--brand-primary);
}

[b-pdrr0f7mhe] .nav-link-disabled {
    pointer-events: none;
    opacity: 0.7;
}

[b-pdrr0f7mhe] .nav-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--text-muted);
}

[b-pdrr0f7mhe] .nav-link span {
    flex: 1;
}

[b-pdrr0f7mhe] .nav-pill {
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--surface-alt);
    color: var(--text-muted);
    border: 1px solid var(--border);
    flex: 0 0 auto;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-61xu3724kw],
.components-reconnect-repeated-attempt-visible[b-61xu3724kw],
.components-reconnect-failed-visible[b-61xu3724kw],
.components-pause-visible[b-61xu3724kw],
.components-resume-failed-visible[b-61xu3724kw],
.components-rejoining-animation[b-61xu3724kw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-61xu3724kw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-61xu3724kw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-61xu3724kw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-61xu3724kw],
#components-reconnect-modal.components-reconnect-retrying[b-61xu3724kw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-61xu3724kw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-61xu3724kw],
#components-reconnect-modal.components-reconnect-failed[b-61xu3724kw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-61xu3724kw] {
    display: block;
}


#components-reconnect-modal[b-61xu3724kw] {
    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-61xu3724kw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-61xu3724kw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-61xu3724kw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-61xu3724kw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-61xu3724kw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-61xu3724kw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-61xu3724kw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-61xu3724kw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-61xu3724kw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-61xu3724kw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-61xu3724kw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-61xu3724kw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-61xu3724kw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-61xu3724kw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-61xu3724kw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-61xu3724kw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-61xu3724kw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-61xu3724kw {
    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/Issues/IssueDetail.razor.rz.scp.css */
.issue-summary dd[b-3fa65un7b8] {
    overflow-wrap: anywhere;
}

.issue-timeline[b-3fa65un7b8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.issue-event[b-3fa65un7b8] {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 0.75rem;
}

.issue-event-marker[b-3fa65un7b8] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--brand-primary);
    margin-top: 0.4rem;
    box-shadow: 0 0 0 4px rgba(22, 86, 181, 0.12);
}

.issue-event-body[b-3fa65un7b8] {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
    min-width: 0;
}

.issue-event-heading[b-3fa65un7b8],
.issue-event-links[b-3fa65un7b8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.issue-event-time[b-3fa65un7b8],
.issue-event-meta[b-3fa65un7b8] {
    color: var(--text-secondary);
    font-size: 0.8125rem;
}

.issue-event-title[b-3fa65un7b8] {
    margin: 0.45rem 0 0.2rem;
    font-size: 1rem;
    font-weight: 650;
}

.issue-event-text[b-3fa65un7b8] {
    margin: 0.65rem 0 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.issue-event-links[b-3fa65un7b8] {
    margin-top: 0.65rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
}
/* /Components/Pages/Issues/Issues.razor.rz.scp.css */
.issue-cell[b-stul8qtywd] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.issue-subject[b-stul8qtywd] {
    font-weight: 600;
    color: var(--text-primary);
}

.issue-meta[b-stul8qtywd] {
    color: var(--text-secondary);
    font-size: 0.8125rem;
    overflow-wrap: anywhere;
}

[b-stul8qtywd] .issue-row {
    cursor: pointer;
}
/* /Components/Pages/OpenClawChat/OpenClawChat.razor.rz.scp.css */
.chat-shell[b-32efkbtbz7] {
    display: grid;
    gap: 1rem;
}

.chat-thread[b-32efkbtbz7] {
    min-height: 420px;
    max-height: 62vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--surface);
}

.chat-empty[b-32efkbtbz7] {
    margin: auto;
    color: var(--text-muted);
    font-weight: 500;
}

.chat-message[b-32efkbtbz7] {
    max-width: min(760px, 92%);
    display: grid;
    gap: 0.25rem;
}

.chat-message.user[b-32efkbtbz7] {
    align-self: flex-end;
}

.chat-message.assistant[b-32efkbtbz7] {
    align-self: flex-start;
}

.chat-message-meta[b-32efkbtbz7] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.chat-message.user .chat-message-meta[b-32efkbtbz7] {
    justify-content: flex-end;
}

.chat-bubble[b-32efkbtbz7] {
    white-space: pre-wrap;
    border-radius: 8px;
    padding: 0.75rem 0.875rem;
    line-height: 1.45;
    color: var(--text-primary);
    background: var(--surface-alt);
    border: 1px solid var(--border);
}

.chat-message.user .chat-bubble[b-32efkbtbz7] {
    color: #fff;
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

.chat-bubble-pending[b-32efkbtbz7] {
    color: var(--text-muted);
}

.chat-composer[b-32efkbtbz7] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: end;
}

.chat-send[b-32efkbtbz7] {
    min-width: 96px;
}

@media (max-width: 640px) {
    .chat-thread[b-32efkbtbz7] {
        min-height: 360px;
        max-height: 58vh;
    }

    .chat-message[b-32efkbtbz7] {
        max-width: 100%;
    }

    .chat-composer[b-32efkbtbz7] {
        grid-template-columns: 1fr;
    }

    .chat-send[b-32efkbtbz7] {
        width: 100%;
    }
}
/* /Components/Pages/Users/EditUser.razor.rz.scp.css */
.user-detail-avatar[b-191pdpfyf5] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-light));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 700;
    flex-shrink: 0;
}

.password-row[b-191pdpfyf5] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
}

.password-row > :first-child[b-191pdpfyf5] {
    flex: 1;
}
/* /Components/Pages/Users/NewUser.razor.rz.scp.css */
.password-row[b-bwceisa8zu] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
}

.password-row > :first-child[b-bwceisa8zu] {
    flex: 1;
}

.cred-box[b-bwceisa8zu] {
    border: 1px solid var(--border);
    background: var(--surface-alt);
    padding: 0.875rem 1rem;
}

.cred-row[b-bwceisa8zu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.375rem 0;
}

.cred-row + .cred-row[b-bwceisa8zu] {
    border-top: 1px dashed var(--border);
}

.cred-label[b-bwceisa8zu] {
    color: var(--text-secondary);
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.cred-value[b-bwceisa8zu] {
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0.25rem 0.5rem;
    color: var(--text-primary);
    font-size: 0.875rem;
}
/* /Components/Pages/Users/Users.razor.rz.scp.css */
.user-cell[b-i7xd25u43u] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.user-cell-avatar[b-i7xd25u43u] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-light));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.user-cell-text[b-i7xd25u43u] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.user-cell-name[b-i7xd25u43u] {
    font-weight: 600;
    color: var(--text-primary);
}

.user-cell-email[b-i7xd25u43u] {
    color: var(--text-secondary);
    font-size: 0.8125rem;
}

[b-i7xd25u43u] .user-row {
    cursor: pointer;
}
