/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g2ay42l2lh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g2ay42l2lh] {
    flex: 1;
}

.sidebar[b-g2ay42l2lh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-g2ay42l2lh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g2ay42l2lh]  a, .top-row[b-g2ay42l2lh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g2ay42l2lh]  a:hover, .top-row[b-g2ay42l2lh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g2ay42l2lh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-g2ay42l2lh] {
        justify-content: space-between;
    }

    .top-row[b-g2ay42l2lh]  a, .top-row[b-g2ay42l2lh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-g2ay42l2lh] {
        flex-direction: row;
    }

    .sidebar[b-g2ay42l2lh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g2ay42l2lh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-g2ay42l2lh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-g2ay42l2lh], article[b-g2ay42l2lh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-g2ay42l2lh] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-g2ay42l2lh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6qu93txc54] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6qu93txc54] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6qu93txc54] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6qu93txc54] {
    font-size: 1.1rem;
}

.bi[b-6qu93txc54] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-6qu93txc54] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-6qu93txc54] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-6qu93txc54] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-6qu93txc54] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6qu93txc54] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6qu93txc54] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6qu93txc54]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-6qu93txc54]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6qu93txc54]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6qu93txc54] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6qu93txc54] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6qu93txc54] {
        display: none;
    }

    .nav-scrollable[b-6qu93txc54] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zcg33cx2qp],
.components-reconnect-repeated-attempt-visible[b-zcg33cx2qp],
.components-reconnect-failed-visible[b-zcg33cx2qp],
.components-pause-visible[b-zcg33cx2qp],
.components-resume-failed-visible[b-zcg33cx2qp],
.components-rejoining-animation[b-zcg33cx2qp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zcg33cx2qp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zcg33cx2qp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zcg33cx2qp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zcg33cx2qp],
#components-reconnect-modal.components-reconnect-retrying[b-zcg33cx2qp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zcg33cx2qp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zcg33cx2qp],
#components-reconnect-modal.components-reconnect-failed[b-zcg33cx2qp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zcg33cx2qp] {
    display: block;
}


#components-reconnect-modal[b-zcg33cx2qp] {
    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-zcg33cx2qp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zcg33cx2qp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zcg33cx2qp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zcg33cx2qp]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zcg33cx2qp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zcg33cx2qp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zcg33cx2qp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zcg33cx2qp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zcg33cx2qp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zcg33cx2qp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zcg33cx2qp] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zcg33cx2qp] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zcg33cx2qp] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zcg33cx2qp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zcg33cx2qp] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zcg33cx2qp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zcg33cx2qp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zcg33cx2qp {
    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/Library/LibraryBrowser.razor.rz.scp.css */
[b-d43tqlu2q7] .library-item-row {
    cursor: pointer;
}

[b-d43tqlu2q7] .library-item-row:hover td {
    background: #f0f4ff;
}

.content-detail[b-d43tqlu2q7] {
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

.content-detail-meta[b-d43tqlu2q7] {
    padding: 0.5rem 1rem;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.85rem;
    border-bottom: 1px solid #e9ecef;
}

.content-detail-body[b-d43tqlu2q7] {
    margin: 0;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    max-height: 400px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
    background: #f8f9fa;
}
/* /Components/Pages/Templates/ImportTemplate.razor.rz.scp.css */
.content-preview[b-9c2x4mucpo] {
    margin: 0;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    font-size: 0.8rem;
    max-height: 400px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

[b-9c2x4mucpo] .cursor-pointer {
    cursor: pointer;
}

[b-9c2x4mucpo] .cursor-pointer:hover td {
    background: #f0f4ff;
}
/* /Components/Pages/Templates/TemplateList.razor.rz.scp.css */
.templates-header[b-c23r3gbziv] {
    margin-bottom: 1.5rem;
}

.templates-header h1[b-c23r3gbziv] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.templates-toolbar[b-c23r3gbziv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.toolbar-filters[b-c23r3gbziv] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.toolbar-filters .form-select[b-c23r3gbziv],
.toolbar-filters .form-control[b-c23r3gbziv] {
    max-width: 200px;
}

/* Template cards */
.template-list[b-c23r3gbziv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.template-card[b-c23r3gbziv] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.15s;
}

.template-card:hover[b-c23r3gbziv] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.template-card.expanded[b-c23r3gbziv] {
    border-color: #0d6efd;
    box-shadow: 0 2px 12px rgba(13, 110, 253, 0.12);
}

.template-card.root-card[b-c23r3gbziv] {
    border-left: 4px solid #ffc107;
}

.template-card-header[b-c23r3gbziv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    cursor: pointer;
    background: #fafafa;
}

.template-card-header:hover[b-c23r3gbziv] {
    background: #f0f0f0;
}

.template-card-title[b-c23r3gbziv] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.template-card-meta[b-c23r3gbziv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.component-count[b-c23r3gbziv] {
    color: #6c757d;
}

.expand-icon[b-c23r3gbziv] {
    display: inline-block;
    width: 1.2rem;
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
}

.expand-icon.small[b-c23r3gbziv] {
    font-size: 0.75rem;
    width: 1rem;
}

/* Template body (expanded) */
.template-card-body[b-c23r3gbziv] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

.template-description[b-c23r3gbziv] {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.75rem;
}

.template-actions[b-c23r3gbziv] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}

.root-notice[b-c23r3gbziv] {
    font-size: 0.8rem;
    color: #856404;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.75rem;
}

/* Component rows */
.component-list[b-c23r3gbziv] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.component-row[b-c23r3gbziv] {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.component-row.expanded[b-c23r3gbziv] {
    border-color: #c0c0c0;
}

.component-row-header[b-c23r3gbziv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem;
    cursor: pointer;
    background: #fdfdfd;
    font-size: 0.9rem;
}

.component-row-header:hover[b-c23r3gbziv] {
    background: #f5f5f5;
}

.component-name[b-c23r3gbziv] {
    font-weight: 500;
}

.component-type[b-c23r3gbziv] {
    font-size: 0.8rem;
}

.component-actions[b-c23r3gbziv] {
    display: flex;
    gap: 0.25rem;
    margin-left: auto;
}

.component-actions .btn[b-c23r3gbziv] {
    padding: 0.15rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1;
}

/* Category badges */
.category-badge[b-c23r3gbziv] {
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.2rem 0.4rem;
}

[b-c23r3gbziv] .bg-prompt {
    background-color: #6f42c1 !important;
    color: white;
}

[b-c23r3gbziv] .bg-skill {
    background-color: #0d6efd !important;
    color: white;
}

[b-c23r3gbziv] .bg-mcp {
    background-color: #198754 !important;
    color: white;
}

[b-c23r3gbziv] .bg-setting {
    background-color: #6c757d !important;
    color: white;
}

/* Component content */
.component-content[b-c23r3gbziv] {
    padding: 0.75rem;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.content-meta[b-c23r3gbziv] {
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.content-body[b-c23r3gbziv] {
    background: #f4f4f4;
    padding: 0.75rem;
    border-radius: 4px;
    font-size: 0.85rem;
    overflow-x: auto;
    max-height: 400px;
    margin: 0;
}

/* Modal */
.modal-backdrop.show[b-c23r3gbziv] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
}

.picker-modal[b-c23r3gbziv] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
}

.picker-modal-header[b-c23r3gbziv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.picker-modal-header h4[b-c23r3gbziv] {
    margin: 0;
    font-size: 1.1rem;
}

.picker-filters[b-c23r3gbziv] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
}

.picker-items[b-c23r3gbziv] {
    padding: 0.5rem;
}

.picker-item[b-c23r3gbziv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.5rem;
    border-radius: 4px;
}

.picker-item:hover[b-c23r3gbziv] {
    background: #f0f0f0;
}

/* Status toast */
.status-toast[b-c23r3gbziv] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background: #198754;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2000;
    animation: slideIn-b-c23r3gbziv 0.2s ease-out;
}

.status-toast.error[b-c23r3gbziv] {
    background: #dc3545;
}

@keyframes slideIn-b-c23r3gbziv {
    from { transform: translateY(1rem); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Empty state */
.empty-state[b-c23r3gbziv] {
    text-align: center;
    padding: 3rem;
    color: #888;
}
/* /Components/Shared/DirectoryPicker.razor.rz.scp.css */
.directory-picker-backdrop[b-5jhnv6nmzd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
}

.directory-picker-modal[b-5jhnv6nmzd] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 90vw;
    max-height: 80vh;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

.directory-picker-header[b-5jhnv6nmzd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.directory-picker-breadcrumb[b-5jhnv6nmzd] {
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow-x: auto;
}

.directory-picker-body[b-5jhnv6nmzd] {
    flex: 1;
    overflow-y: auto;
    padding: 0.25rem 0;
    min-height: 250px;
    max-height: 400px;
}

.directory-picker-item[b-5jhnv6nmzd] {
    padding: 0.4rem 1rem;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
}

.directory-picker-item:hover[b-5jhnv6nmzd] {
    background: #e9ecef;
}

.directory-picker-item.selected[b-5jhnv6nmzd] {
    background: #0d6efd;
    color: white;
}

.directory-picker-footer[b-5jhnv6nmzd] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.directory-picker-path-display[b-5jhnv6nmzd] {
    flex: 1;
}
/* /Components/Shared/MarkdownEditor.razor.rz.scp.css */
.markdown-editor[b-m9zqc0esqx] {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: white;
}

.markdown-editor-toolbar[b-m9zqc0esqx] {
    display: flex;
    gap: 0.25rem;
    padding: 0.4rem 0.5rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 4px 4px 0 0;
}

.markdown-editor-textarea[b-m9zqc0esqx] {
    width: 100%;
    min-height: 300px;
    max-height: 500px;
    padding: 0.75rem 1rem;
    border: none;
    outline: none;
    resize: vertical;
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
    font-size: 0.85rem;
    line-height: 1.5;
    tab-size: 2;
}

.markdown-editor-preview[b-m9zqc0esqx] {
    padding: 0.75rem 1rem;
    max-height: 500px;
    overflow-y: auto;
    font-size: 0.9rem;
    line-height: 1.6;
}

.markdown-editor-preview h1[b-m9zqc0esqx],
.markdown-editor-preview h2[b-m9zqc0esqx],
.markdown-editor-preview h3[b-m9zqc0esqx],
.markdown-editor-preview h4[b-m9zqc0esqx] {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.markdown-editor-preview h1[b-m9zqc0esqx] { font-size: 1.4rem; border-bottom: 1px solid #dee2e6; padding-bottom: 0.3rem; }
.markdown-editor-preview h2[b-m9zqc0esqx] { font-size: 1.2rem; border-bottom: 1px solid #eee; padding-bottom: 0.2rem; }
.markdown-editor-preview h3[b-m9zqc0esqx] { font-size: 1.05rem; }
.markdown-editor-preview h4[b-m9zqc0esqx] { font-size: 0.95rem; }

.markdown-editor-preview pre[b-m9zqc0esqx] {
    background: #f1f3f5;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.75rem;
    overflow-x: auto;
    font-size: 0.82rem;
}

.markdown-editor-preview code[b-m9zqc0esqx] {
    background: #f1f3f5;
    padding: 0.15rem 0.35rem;
    border-radius: 3px;
    font-size: 0.85em;
}

.markdown-editor-preview pre code[b-m9zqc0esqx] {
    background: none;
    padding: 0;
}

.markdown-editor-preview table[b-m9zqc0esqx] {
    border-collapse: collapse;
    width: 100%;
    margin: 0.5rem 0;
    font-size: 0.85rem;
}

.markdown-editor-preview th[b-m9zqc0esqx],
.markdown-editor-preview td[b-m9zqc0esqx] {
    border: 1px solid #dee2e6;
    padding: 0.4rem 0.6rem;
    text-align: left;
}

.markdown-editor-preview th[b-m9zqc0esqx] {
    background: #f1f3f5;
    font-weight: 600;
}

.markdown-editor-preview ul[b-m9zqc0esqx],
.markdown-editor-preview ol[b-m9zqc0esqx] {
    padding-left: 1.5rem;
    margin: 0.4rem 0;
}

.markdown-editor-preview blockquote[b-m9zqc0esqx] {
    border-left: 3px solid #dee2e6;
    margin: 0.5rem 0;
    padding: 0.3rem 0.75rem;
    color: #6c757d;
}

.markdown-editor-preview p[b-m9zqc0esqx] {
    margin: 0.4rem 0;
}

.markdown-editor-preview a[b-m9zqc0esqx] {
    color: #0d6efd;
}
/* /Components/Shared/MarkdownView.razor.rz.scp.css */
.markdown-view[b-orqa0e4wlh] {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    max-height: 500px;
    overflow-y: auto;
    line-height: 1.6;
}

.markdown-view h1[b-orqa0e4wlh],
.markdown-view h2[b-orqa0e4wlh],
.markdown-view h3[b-orqa0e4wlh],
.markdown-view h4[b-orqa0e4wlh] {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.markdown-view h1[b-orqa0e4wlh] { font-size: 1.4rem; border-bottom: 1px solid #dee2e6; padding-bottom: 0.3rem; }
.markdown-view h2[b-orqa0e4wlh] { font-size: 1.2rem; border-bottom: 1px solid #eee; padding-bottom: 0.2rem; }
.markdown-view h3[b-orqa0e4wlh] { font-size: 1.05rem; }
.markdown-view h4[b-orqa0e4wlh] { font-size: 0.95rem; }

.markdown-view pre[b-orqa0e4wlh] {
    background: #f1f3f5;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.75rem;
    overflow-x: auto;
    font-size: 0.82rem;
}

.markdown-view code[b-orqa0e4wlh] {
    background: #f1f3f5;
    padding: 0.15rem 0.35rem;
    border-radius: 3px;
    font-size: 0.85em;
}

.markdown-view pre code[b-orqa0e4wlh] {
    background: none;
    padding: 0;
}

.markdown-view table[b-orqa0e4wlh] {
    border-collapse: collapse;
    width: 100%;
    margin: 0.5rem 0;
    font-size: 0.85rem;
}

.markdown-view th[b-orqa0e4wlh],
.markdown-view td[b-orqa0e4wlh] {
    border: 1px solid #dee2e6;
    padding: 0.4rem 0.6rem;
    text-align: left;
}

.markdown-view th[b-orqa0e4wlh] {
    background: #f1f3f5;
    font-weight: 600;
}

.markdown-view ul[b-orqa0e4wlh],
.markdown-view ol[b-orqa0e4wlh] {
    padding-left: 1.5rem;
    margin: 0.4rem 0;
}

.markdown-view blockquote[b-orqa0e4wlh] {
    border-left: 3px solid #dee2e6;
    margin: 0.5rem 0;
    padding: 0.3rem 0.75rem;
    color: #6c757d;
}

.markdown-view p[b-orqa0e4wlh] {
    margin: 0.4rem 0;
}

.markdown-view a[b-orqa0e4wlh] {
    color: #0d6efd;
}
