/* /Components/FolderNode.razor.rz.scp.css */
.folder-node[b-w2dbfopyz8] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notebook-icon[b-w2dbfopyz8] {
    display: inline-block;
    width: 1rem;
    margin-right: 0.25rem;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
}

.notebook-emoji[b-w2dbfopyz8] {
    font-size: 0.85rem;
}
.folder-node > ul[b-w2dbfopyz8] {
    list-style: none;
    margin: 0;
    padding-left: 1.25rem;
}

.folder-row[b-w2dbfopyz8] {
    display: flex;
    align-items: center;
    min-height: 2rem;
    border-radius: .375rem;
    transition: background-color .15s ease, color .15s ease;
}

.folder-row:hover[b-w2dbfopyz8] {
    background-color: var(--bs-primary-bg-subtle);
}

.folder-row.active[b-w2dbfopyz8] {
    background-color: var(--bs-primary);
    color: white;
}

.folder-row.active:hover[b-w2dbfopyz8] {
    background-color: var(--bs-primary);
}

.folder-name[b-w2dbfopyz8] {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: .25rem .35rem;
    text-align: left;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.folder-toggle[b-w2dbfopyz8] {
    width: 1.75rem;
    flex: 0 0 1.75rem;
    border: 0;
    background: transparent;
    padding: 0;
    color: inherit;
}

.folder-toggle-placeholder[b-w2dbfopyz8] {
    width: 1.75rem;
    flex: 0 0 1.75rem;
}

.folder-name[b-w2dbfopyz8] {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: .25rem .35rem;
    text-align: left;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-jads96prp9] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    height: 100vh;
    overflow: hidden;
    background: #f6f7f9;
    transition: grid-template-columns 180ms ease;
}

.app-shell.sidebar-collapsed[b-jads96prp9] {
    grid-template-columns: 72px minmax(0, 1fr);
}

.sidebar[b-jads96prp9] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 1.25rem;
    overflow-x: hidden;
    overflow-y: auto;
    color: #ffffff;
    background: #20242c;
    transition: padding 180ms ease;
}

.sidebar-collapsed .sidebar[b-jads96prp9] {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
}

.brand[b-jads96prp9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    white-space: nowrap;
}

.brand-icon[b-jads96prp9] {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    object-fit: contain;
}

.brand-icon svg[b-jads96prp9] {
    display: block;
    width: 100%;
    height: 100%;
}

.brand-text[b-jads96prp9] {
    min-width: 0;
    overflow: hidden;
}

.brand-name[b-jads96prp9] {
    font-size: 1.15rem;
    font-weight: 700;
}

.brand-subtitle[b-jads96prp9] {
    color: #aeb5c2;
    font-size: 0.75rem;
}

.main-area[b-jads96prp9] {
    display: grid;
    grid-template-rows: 56px minmax(0, 1fr);
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.topbar[b-jads96prp9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 56px;
    padding: 0 2rem;
    border-bottom: 1px solid #e1e4e8;
    background: #ffffff;
}

.page-title[b-jads96prp9] {
    min-width: 0;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar-actions[b-jads96prp9] {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 1.5rem;
    white-space: nowrap;
}

.user-area[b-jads96prp9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1.25rem;
    border-left: 1px solid #e1e4e8;
    white-space: nowrap;
}

.user-info[b-jads96prp9] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    line-height: 1;
}

.user-info i[b-jads96prp9] {
    font-size: 0.8rem;
    transform: translateY(2px);
}

.user-area form[b-jads96prp9] {
    margin: 0;
}

.user-area button[b-jads96prp9] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.content[b-jads96prp9] {
    min-width: 0;
    min-height: 0;
    padding: 2rem;
    overflow: hidden;
}

.sidebar-footer[b-jads96prp9] {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #aeb5c2;
    font-size: 0.8rem;
}

.sidebar-footer-subtitle[b-jads96prp9] {
    margin-top: 0.25rem;
    font-size: 0.7rem;
    opacity: 0.75;
}

.sidebar-toggle[b-jads96prp9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0.5rem 0;
    border: 0;
    border-radius: 0.375rem;
    color: #aeb5c2;
    background: transparent;
    font: inherit;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}

.sidebar-toggle:hover[b-jads96prp9] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.sidebar-toggle i[b-jads96prp9] {
    display: inline-flex;
    flex: 0 0 24px;
    width: 24px;
    align-items: center;
    justify-content: center;
}

/*
 * Eingeklappte Darstellung
 */

.sidebar-collapsed .brand[b-jads96prp9] {
    justify-content: center;
}

.sidebar-collapsed .brand-text[b-jads96prp9],
.sidebar-collapsed .sidebar-toggle-label[b-jads96prp9],
.sidebar-collapsed .sidebar-version[b-jads96prp9] {
    display: none;
}

.sidebar-collapsed .sidebar-toggle[b-jads96prp9] {
    justify-content: center;
    margin-bottom: 0;
}

.sidebar-collapsed[b-jads96prp9]  .nav-label {
    display: none;
}

.sidebar-collapsed[b-jads96prp9]  .nav-entry {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
}

.sidebar-collapsed[b-jads96prp9]  .nav-icon {
    margin: 0;
}

@media (max-width: 800px) {
    .app-shell[b-jads96prp9],
    .app-shell.sidebar-collapsed[b-jads96prp9] {
        grid-template-columns: 1fr;
    }

    .sidebar[b-jads96prp9] {
        display: none;
    }

    .topbar[b-jads96prp9] {
        padding: 0 1rem;
    }

    .topbar-actions[b-jads96prp9] {
        gap: 0.75rem;
    }

    .user-area[b-jads96prp9] {
        gap: 0.5rem;
        padding-left: 0.75rem;
    }

    .content[b-jads96prp9] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-2daofwcsw1] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

[b-2daofwcsw1] .nav-entry {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.6rem;

    color: #cbd0d9;
    text-decoration: none;

    transition:
            background-color 120ms ease,
            color 120ms ease;
}

[b-2daofwcsw1] .nav-entry:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

[b-2daofwcsw1] .nav-entry.active {
    color: #ffffff;
    background: #4058a8;
}

.nav-icon[b-2daofwcsw1] {
    width: 1.25rem;
    text-align: center;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tllqd8rxzm],
.components-reconnect-repeated-attempt-visible[b-tllqd8rxzm],
.components-reconnect-failed-visible[b-tllqd8rxzm],
.components-pause-visible[b-tllqd8rxzm],
.components-resume-failed-visible[b-tllqd8rxzm],
.components-rejoining-animation[b-tllqd8rxzm] {
    display: none;
}

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


#components-reconnect-modal[b-tllqd8rxzm] {
    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-tllqd8rxzm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-tllqd8rxzm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-tllqd8rxzm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-tllqd8rxzm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-tllqd8rxzm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-tllqd8rxzm] {
        background-color: #6b9ed2;
    }

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

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

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

@keyframes components-rejoining-animation-b-tllqd8rxzm {
    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/Info.razor.rz.scp.css */
.info-page[b-h94lt7aqr4] {
    width: 100%;
    height: 100%;
    max-width: 920px;
    padding-bottom: 2rem;
    overflow-y: auto;
}

.info-header[b-h94lt7aqr4] {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.info-logo[b-h94lt7aqr4] {
    width: 160px;
    height: 160px;
    flex: 0 0 160px;
    object-fit: contain;
    filter: brightness(0);
}

.info-introduction h1[b-h94lt7aqr4] {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.info-introduction p[b-h94lt7aqr4] {
    margin: 0.35rem 0 0;
    color: #6c7480;
    font-size: 1.1rem;
}

.info-card[b-h94lt7aqr4] {
    margin-bottom: 1.25rem;
    overflow: hidden;
    border: 1px solid #e1e4e8;
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: 0 0.15rem 0.5rem rgba(32, 36, 44, 0.04);
}

.info-card h2[b-h94lt7aqr4] {
    margin: 0;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e8eaed;
    font-size: 1rem;
    font-weight: 650;
}

.info-list[b-h94lt7aqr4] {
    margin: 0;
}

.info-row[b-h94lt7aqr4] {
    display: grid;
    grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1rem 1.25rem;
}

.info-row + .info-row[b-h94lt7aqr4] {
    border-top: 1px solid #eef0f2;
}

.info-row dt[b-h94lt7aqr4] {
    color: #6c7480;
    font-weight: 500;
}

.info-row dd[b-h94lt7aqr4] {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.info-row a[b-h94lt7aqr4] {
    color: #4058a8;
    text-decoration: none;
}

.info-row a:hover[b-h94lt7aqr4] {
    text-decoration: underline;
}

.info-row a i[b-h94lt7aqr4] {
    margin-left: 0.25rem;
    font-size: 0.8rem;
}

.info-code[b-h94lt7aqr4] {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.1rem 0.4rem;
    border-radius: 0.3rem;
    color: #505866;
    background: #f0f2f5;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.8rem;
}

.info-loading[b-h94lt7aqr4] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c7480;
}

.info-disclaimer[b-h94lt7aqr4] {
    margin: 1.5rem 0 0;
    color: #7a828d;
    font-size: 0.8rem;
}

@media (max-width: 600px) {
    .info-header[b-h94lt7aqr4] {
        align-items: flex-start;
        gap: 1.25rem;
    }

    .info-logo[b-h94lt7aqr4] {
        width: 104px;
        height: 104px;
        flex-basis: 104px;
    }

    .info-introduction h1[b-h94lt7aqr4] {
        font-size: 2rem;
    }

    .info-row[b-h94lt7aqr4] {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .info-code[b-h94lt7aqr4] {
        display: block;
        width: fit-content;
        margin: 0.4rem 0 0;
    }
}
/* /Components/Pages/Notes.razor.rz.scp.css */
.notes-page[b-b3ecklunpc] {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.notes-layout[b-b3ecklunpc] {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.notebook-pane[b-b3ecklunpc] {
    width: 260px;
    flex: 0 0 260px;
    min-height: 0;
    overflow-y: auto;
}

.note-list-pane[b-b3ecklunpc] {
    width: 350px;
    flex: 0 0 350px;
    min-height: 0;
    overflow-y: auto;
}

.note-editor-pane[b-b3ecklunpc] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.folder-tree[b-b3ecklunpc],
.folder-tree ul[b-b3ecklunpc] {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.folder-tree ul[b-b3ecklunpc] {
    padding-left: 1.1rem;
}
