/* /Components/Layout/MainLayout.razor.rz.scp.css */
html[b-9rn76hxr13], body[b-9rn76hxr13] {
    height: 100%;
    overflow: hidden;
}

.page[b-9rn76hxr13] {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.sidebar[b-9rn76hxr13] {
    width: 220px;
    flex-shrink: 0;
    background-color: rgb(59, 74, 96);
    overflow: hidden;
}

main[b-9rn76hxr13] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

    main .content[b-9rn76hxr13] {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
        overflow: hidden;
        padding: 1rem 1.5rem;
    }

@media (max-width: 640px) {
    .page[b-9rn76hxr13] {
        flex-direction: column;
    }

    .sidebar[b-9rn76hxr13] {
        width: 100%;
    }
}

#blazor-error-ui[b-9rn76hxr13] {
    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-9rn76hxr13] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t16snggph2] {
    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-t16snggph2] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-t16snggph2] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t16snggph2] {
    font-size: 1.1rem;
}

.bi[b-t16snggph2] {
    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-t16snggph2] {
    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-t16snggph2] {
    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-diff-nav-menu[b-t16snggph2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5V5a.5.5 0 0 1-1 0V2.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V13a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v11a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5V11a.5.5 0 0 1 1 0v2.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V5a.5.5 0 0 1-1 0zM5.5 7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5m4.905-1.101.937.936-.937.936a.5.5 0 1 0 .708.708l1.29-1.29a.5.5 0 0 0 0-.708l-1.29-1.29a.5.5 0 0 0-.708.708M4.61 8.197l-1.29 1.29a.5.5 0 0 0 0 .708l1.29 1.29a.5.5 0 0 0 .708-.707l-.937-.937.937-.936a.5.5 0 0 0-.707-.708'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-t16snggph2] {
    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");
}

.bi-dummy-nav-menu[b-t16snggph2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 2h-4v3h4zm0 4h-4v3h4zm0 4h-4v3h3a1 1 0 0 0 1-1zm-5 3v-3H6v3zm-4 0v-3H1v2a1 1 0 0 0 1 1zm-5-4h4V8H1zm0-4h4V4H1zm5-3v3h4V4zm4 4H6v3h4z'/%3E%3C/svg%3E");
}

.bi-class-gen-nav-menu[b-t16snggph2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.527 11.85h-.893l-.823 1.439h-.036L.952 11.85H.055l1.227 1.983L0 15.85h.89l.896-1.495h.036l.9 1.495h.9l-1.166-1.983zm3.664 0H6.3l-.51 1.07-.974 2.003h-.04l-.99-2.003-.51-1.07h-.93l1.558 3.124L3.32 15.85h.89l.51-1.077h.037l.508 1.077h.9l-1.59-3.225zm2.01 0h-.9l-1.205 3.997h.893l.51-1.748.476-1.638h.04l.476 1.638.51 1.748h.892z'/%3E%3C/svg%3E");
}

.nav-item[b-t16snggph2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t16snggph2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t16snggph2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t16snggph2]  .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-t16snggph2]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-t16snggph2]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-t16snggph2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-t16snggph2] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t16snggph2] {
        display: none;
    }

    .nav-scrollable[b-t16snggph2] {
        /* 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-pnuyi6xb17],
.components-reconnect-repeated-attempt-visible[b-pnuyi6xb17],
.components-reconnect-failed-visible[b-pnuyi6xb17],
.components-pause-visible[b-pnuyi6xb17],
.components-resume-failed-visible[b-pnuyi6xb17],
.components-rejoining-animation[b-pnuyi6xb17] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-pnuyi6xb17],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-pnuyi6xb17],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-pnuyi6xb17],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-pnuyi6xb17],
#components-reconnect-modal.components-reconnect-retrying[b-pnuyi6xb17],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-pnuyi6xb17],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-pnuyi6xb17],
#components-reconnect-modal.components-reconnect-failed[b-pnuyi6xb17],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-pnuyi6xb17] {
    display: block;
}


#components-reconnect-modal[b-pnuyi6xb17] {
    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-pnuyi6xb17 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-pnuyi6xb17 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-pnuyi6xb17 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-pnuyi6xb17]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-pnuyi6xb17 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-pnuyi6xb17 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-pnuyi6xb17 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-pnuyi6xb17 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-pnuyi6xb17] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-pnuyi6xb17] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-pnuyi6xb17] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-pnuyi6xb17] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-pnuyi6xb17] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-pnuyi6xb17] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-pnuyi6xb17] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-pnuyi6xb17 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-pnuyi6xb17] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-pnuyi6xb17 {
    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/ClassGenerator.razor.rz.scp.css */
.class-gen-container[b-wfd49ja69z] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0;
}

.toolbar[b-wfd49ja69z] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 0.75rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem 0.375rem 0 0;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.toolbar-title[b-wfd49ja69z] {
    font-weight: 600;
    font-size: 1.05rem;
    margin-right: 0.5rem;
}

.format-selector[b-wfd49ja69z] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.warning-bar[b-wfd49ja69z] {
    border-radius: 0;
    border-top: none;
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.text-areas-row[b-wfd49ja69z] {
    display: flex;
    flex: 1;
    gap: 0;
    min-height: 0;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    overflow: hidden;
}

.text-area-wrapper[b-wfd49ja69z] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    border-right: 1px solid #dee2e6;
}

    .text-area-wrapper:last-child[b-wfd49ja69z] {
        border-right: none;
    }

.area-label[b-wfd49ja69z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    padding: 0.3rem 0.6rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.code-area[b-wfd49ja69z] {
    flex: 1;
    resize: none;
    border: none;
    outline: none;
    padding: 0.75rem;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.5;
    overflow: auto;
    background: #fff;
    color: #212529;
}

    .code-area[readonly][b-wfd49ja69z] {
        background: #f8f9fa;
        color: #495057;
    }

.btn-copy[b-wfd49ja69z] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    padding: 0.15rem 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background: #fff;
    color: #6c757d;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    line-height: 1.4;
}

    .btn-copy:hover:not(:disabled)[b-wfd49ja69z] {
        background: #e9ecef;
        color: #343a40;
        border-color: #adb5bd;
    }

    .btn-copy:disabled[b-wfd49ja69z] {
        opacity: 0.4;
        cursor: default;
    }

    .btn-copy.copied[b-wfd49ja69z] {
        background: #d1e7dd;
        color: #0f5132;
        border-color: #a3cfbb;
    }
/* /Components/Pages/Compare.razor.rz.scp.css */
/* ── Layout ─────────────────────────────────────────────────── */

.compare-container[b-9ul5jtx9b9] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0;
}

/* ── Toolbar ────────────────────────────────────────────────── */

.toolbar[b-9ul5jtx9b9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 0.75rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem 0.375rem 0 0;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.toolbar-title[b-9ul5jtx9b9] {
    font-weight: 600;
    font-size: 1.05rem;
    margin-right: 0.5rem;
}

/* ── Warning bar ────────────────────────────────────────────── */

.warning-bar[b-9ul5jtx9b9] {
    border-radius: 0;
    border-top: none;
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.truncate-warning[b-9ul5jtx9b9] {
    font-size: 0.78rem;
    color: #856404;
    background: #fff3cd;
    border: 1px solid #ffecb5;
    border-radius: 0.25rem;
    padding: 0.15rem 0.5rem;
}

/* ── Summary badges ─────────────────────────────────────────── */

.diff-summary[b-9ul5jtx9b9] {
    font-size: 0.82rem;
}

.badge-equal[b-9ul5jtx9b9] {
    color: #0f5132;
    background: #d1e7dd;
    border: 1px solid #a3cfbb;
    border-radius: 0.25rem;
    padding: 0.15rem 0.6rem;
}

.badge-diff[b-9ul5jtx9b9] {
    color: #842029;
    background: #f8d7da;
    border: 1px solid #f1aeb5;
    border-radius: 0.25rem;
    padding: 0.15rem 0.6rem;
}

/* ── Edit-mode textareas ────────────────────────────────────── */

.text-areas-row[b-9ul5jtx9b9] {
    display: flex;
    flex: 1;
    gap: 0;
    min-height: 0;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    overflow: hidden;
}

.text-area-wrapper[b-9ul5jtx9b9] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    border-right: 1px solid #dee2e6;
}

    .text-area-wrapper:last-child[b-9ul5jtx9b9] {
        border-right: none;
    }

.area-label[b-9ul5jtx9b9] {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    padding: 0.3rem 0.6rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.code-area[b-9ul5jtx9b9] {
    flex: 1;
    resize: none;
    border: none;
    outline: none;
    padding: 0.75rem;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.5;
    overflow: auto;
    background: #fff;
    color: #212529;
}

/* ── Diff table wrapper ─────────────────────────────────────── */

.diff-scroll[b-9ul5jtx9b9] {
    flex: 1;
    overflow: auto;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    background: #fff;
}

/* ── Diff table ─────────────────────────────────────────────── */

.diff-table[b-9ul5jtx9b9] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
    font-size: 0.8rem;
    line-height: 1.5;
}

.col-linenum[b-9ul5jtx9b9] {
    width: 3.5rem;
}

.col-code[b-9ul5jtx9b9] {
    width: calc(50% - 3.5rem);
}

/* ── Cell base ──────────────────────────────────────────────── */

.diff-table td[b-9ul5jtx9b9] {
    padding: 0 0.4rem;
    vertical-align: top;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
}

.diff-table tr:nth-child(even) td[b-9ul5jtx9b9] {
    background: #fafafa;
}

/* line-number gutters */
.linenum[b-9ul5jtx9b9] {
    text-align: right;
    color: #adb5bd;
    user-select: none;
    border-right: 1px solid #dee2e6 !important;
    padding-right: 0.5rem;
    min-width: 2.5rem;
}

/* vertical separator between the two halves */
.diff-table td:nth-child(3)[b-9ul5jtx9b9] {
    border-left: 2px solid #dee2e6 !important;
}

code[b-9ul5jtx9b9] {
    font-family: inherit;
    font-size: inherit;
    background: none;
    padding: 0;
}

/* ── Diff colours ───────────────────────────────────────────── */

.diff-removed[b-9ul5jtx9b9] {
    background: #ffeef0 !important;
    color: #b31d28;
}

    .diff-removed.linenum[b-9ul5jtx9b9] {
        background: #ffd7dc !important;
        color: #9a1a22;
    }

.diff-added[b-9ul5jtx9b9] {
    background: #e6ffec !important;
    color: #1a6630;
}

    .diff-added.linenum[b-9ul5jtx9b9] {
        background: #ccffd8 !important;
        color: #155724;
    }

.diff-empty[b-9ul5jtx9b9] {
    background: #f8f9fa !important;
    color: transparent;
}
/* /Components/Pages/DummyData.razor.rz.scp.css */
/* ── Layout ─────────────────────────────────────────────────── */

.dummy-container[b-chmuouvjth] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0;
}

/* ── Toolbar ────────────────────────────────────────────────── */

.toolbar[b-chmuouvjth] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 0.75rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem 0.375rem 0 0;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.toolbar-title[b-chmuouvjth] {
    font-weight: 600;
    font-size: 1.05rem;
    margin-right: 0.5rem;
}

.format-selector[b-chmuouvjth] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* ── Warning bar ────────────────────────────────────────────── */

.warning-bar[b-chmuouvjth] {
    border-radius: 0;
    border-top: none;
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* ── Class detection pills ──────────────────────────────────── */

.class-pills[b-chmuouvjth] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    background: #f0f4ff;
    border: 1px solid #dee2e6;
    border-top: none;
    flex-shrink: 0;
    font-size: 0.78rem;
}

.pills-label[b-chmuouvjth] {
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.72rem;
}

.class-pill[b-chmuouvjth] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: #fff;
    border: 1px solid #c7d2fe;
    border-radius: 1rem;
    padding: 0.1rem 0.6rem;
    color: #3730a3;
    font-weight: 500;
}

    .class-pill.pill-root[b-chmuouvjth] {
        background: #e0e7ff;
        border-color: #818cf8;
        font-weight: 700;
    }

.pill-count[b-chmuouvjth] {
    color: #6b7280;
    font-size: 0.7rem;
    font-weight: 400;
}

/* ── Text areas ─────────────────────────────────────────────── */

.text-areas-row[b-chmuouvjth] {
    display: flex;
    flex: 1;
    gap: 0;
    min-height: 0;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    overflow: hidden;
}

.text-area-wrapper[b-chmuouvjth] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    border-right: 1px solid #dee2e6;
}

    .text-area-wrapper:last-child[b-chmuouvjth] {
        border-right: none;
    }

.area-label[b-chmuouvjth] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    padding: 0.3rem 0.6rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.code-area[b-chmuouvjth] {
    flex: 1;
    resize: none;
    border: none;
    outline: none;
    padding: 0.75rem;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.5;
    overflow: auto;
    background: #fff;
    color: #212529;
}

    .code-area[readonly][b-chmuouvjth] {
        background: #f8f9fa;
        color: #495057;
    }

/* ── Copy button ────────────────────────────────────────────── */

.btn-copy[b-chmuouvjth] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background: #fff;
    color: #6c757d;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    line-height: 1.4;
}

    .btn-copy:hover:not(:disabled)[b-chmuouvjth] {
        background: #e9ecef;
        color: #343a40;
        border-color: #adb5bd;
    }

    .btn-copy:disabled[b-chmuouvjth] {
        opacity: 0.4;
        cursor: default;
    }

    .btn-copy.copied[b-chmuouvjth] {
        background: #d1e7dd;
        color: #0f5132;
        border-color: #a3cfbb;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.pretty-print-container[b-8ftumemmb1] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0;
}

.toolbar[b-8ftumemmb1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 0.75rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem 0.375rem 0 0;
    flex-shrink: 0;
}

.toolbar-title[b-8ftumemmb1] {
    font-weight: 600;
    font-size: 1.05rem;
    margin-right: 0.5rem;
}

.format-selector[b-8ftumemmb1] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.warning-bar[b-8ftumemmb1] {
    border-radius: 0;
    border-top: none;
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.text-areas-row[b-8ftumemmb1] {
    display: flex;
    flex: 1;
    gap: 0;
    min-height: 0;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    overflow: hidden;
}

.text-area-wrapper[b-8ftumemmb1] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    border-right: 1px solid #dee2e6;
}

    .text-area-wrapper:last-child[b-8ftumemmb1] {
        border-right: none;
    }

.area-label[b-8ftumemmb1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    padding: 0.3rem 0.6rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.code-area[b-8ftumemmb1] {
    flex: 1;
    resize: none;
    border: none;
    outline: none;
    padding: 0.75rem;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.5;
    overflow: auto;
    background: #fff;
    color: #212529;
}

    .code-area[readonly][b-8ftumemmb1] {
        background: #f8f9fa;
        color: #495057;
    }

.btn-copy[b-8ftumemmb1] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    padding: 0.15rem 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background: #fff;
    color: #6c757d;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    line-height: 1.4;
}

    .btn-copy:hover:not(:disabled)[b-8ftumemmb1] {
        background: #e9ecef;
        color: #343a40;
        border-color: #adb5bd;
    }

    .btn-copy:disabled[b-8ftumemmb1] {
        opacity: 0.4;
        cursor: default;
    }

    .btn-copy.copied[b-8ftumemmb1] {
        background: #d1e7dd;
        color: #0f5132;
        border-color: #a3cfbb;
    }
