/* /Components/Layout/AsciiLoader.razor.rz.scp.css */
.ascii-loader[b-ly7si817b7] {
    position: fixed;
    inset-block-end: max(10px, env(safe-area-inset-bottom, 0px) + 10px);
    inset-inline: 0;
    margin-inline: auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 16px 24px;
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    z-index: 50;
    user-select: none;
    opacity: 1;
    transition: opacity 0.2s ease;

    &:hover {
        opacity: 0.6;
    }
}

.ascii-loader[hidden][b-ly7si817b7] {
    display: none;
}

.ascii-loader-frame[b-ly7si817b7] {
    font-family: monospace;
    color: #ffd77a;
    letter-spacing: 1px;
    white-space: pre;
}
/* /Components/Layout/ConfirmDialog.razor.rz.scp.css */
.confirm-overlay[b-jl7bspok9d] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.confirm-box[b-jl7bspok9d] {
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 12px;
    padding: 20px;
    width: 320px;
}

.confirm-message[b-jl7bspok9d] {
    color: #fff;
    font-size: 14px;
    margin-bottom: 16px;
}

.confirm-actions[b-jl7bspok9d] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.confirm-cancel[b-jl7bspok9d],
.confirm-delete[b-jl7bspok9d] {
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.23);
    color: #fff;
}

.confirm-delete[b-jl7bspok9d] {
    color: #e38e8e;
    border-color: #e38e8e;
}
/* /Components/Layout/ContextMenu.razor.rz.scp.css */
.ctx-menu[b-8w0esfx0jy] {
    display: flex;
    flex-direction: column;
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 12px;
    position: fixed;
    z-index: 1000;
    width: max-content;
    min-width: 217px;
    padding: 8px 0;
    max-height: calc(100vh - 16px);
    overflow-y: auto;
}

.ctx-menu-item[b-8w0esfx0jy] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    background: transparent;
    border: none;
    width: 100%;
    font-family: inherit;
}

.ctx-menu-item:hover[b-8w0esfx0jy] {
    background-color: #1c1c1c;
}

.ctx-menu-destructive[b-8w0esfx0jy] {
    color: #e38e8e;
}

.ctx-menu-separator[b-8w0esfx0jy] {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.23);
    margin: 8px 20px;
}

.ctx-menu-icon[b-8w0esfx0jy] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}
/* /Components/Layout/FolderTreeItem.razor.rz.scp.css */
.sb-tree-row[b-e2d9kbyc3o] {
    cursor: pointer;
    border-radius: 6px;
    margin-top: 2px;
    margin-right: 8px;
    height: 30px;
    display: flex;
    align-items: center;
}

.sb-tree-row:hover[b-e2d9kbyc3o] {
    background-color: #2c2c2e;
}

.sb-tree-row-content[b-e2d9kbyc3o] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    min-width: 0;
}

.sb-tree-label[b-e2d9kbyc3o] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    padding-right: 16px;
}

.sb-tree-active[b-e2d9kbyc3o] {
    background-color: #2c2c2e;
}

.sb-tree-children[b-e2d9kbyc3o] {
    position: relative;
}

.sb-tree-guide[b-e2d9kbyc3o] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: .6;
}

.chevron-collapsed[b-e2d9kbyc3o] {
    transform: rotate(-90deg);
}

.sb-tree-rename-input[b-e2d9kbyc3o] {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font: inherit;
    padding: 0;
    width: 100%;
    padding-right: 16px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2ehscvydv6] {
    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-2ehscvydv6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2ehscvydv6] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2ehscvydv6] {
    font-size: 1.1rem;
}

.bi[b-2ehscvydv6] {
    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-2ehscvydv6] {
    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-2ehscvydv6] {
    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-2ehscvydv6] {
    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-2ehscvydv6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2ehscvydv6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2ehscvydv6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2ehscvydv6]  .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-2ehscvydv6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2ehscvydv6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2ehscvydv6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2ehscvydv6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2ehscvydv6] {
        display: none;
    }

    .nav-scrollable[b-2ehscvydv6] {
        /* 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/NoteTreeItem.razor.rz.scp.css */
.sb-tree-row[b-9i9445q7lk] {
    cursor: pointer;
    border-radius: 6px;
    margin-top: 2px;
    margin-right: 8px;
    height: 30px;
    display: flex;
    align-items: center;
    /* scrollbar-gutter: stable; */
}
.sb-tree-row:hover[b-9i9445q7lk] {
    background-color: #2c2c2e;
}

.sb-tree-row-content[b-9i9445q7lk] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    min-width: 0;
    /* scrollbar-gutter: stable; */
}

.sb-tree-label[b-9i9445q7lk] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    padding-right: 16px;
}

.sb-tree-active[b-9i9445q7lk] {
    background-color: #2c2c2e;
    display: flex;
}

.sb-tree-dragging[b-9i9445q7lk] {
    opacity: 0.4;
    pointer-events: none;
}
.sb-tree-rename-input[b-9i9445q7lk] {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font: inherit;
    padding: 0;
    width: 100%;
    padding-right: 16px;
}
/* /Components/Layout/PublishDialog.razor.rz.scp.css */
.confirm-overlay[b-ewezyepgar] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.confirm-box[b-ewezyepgar] {
    background-color: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 12px;
    padding: 20px;
    width: 320px;
}

.confirm-message[b-ewezyepgar] {
    color: #fff;
    font-size: 14px;
    margin-bottom: 16px;
}

.confirm-actions[b-ewezyepgar] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.confirm-cancel[b-ewezyepgar],
.confirm-delete[b-ewezyepgar] {
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.23);
    color: #fff;
}

.confirm-delete[b-ewezyepgar] {
    color: #e38e8e;
    border-color: #e38e8e;
}

.publish-url[b-ewezyepgar] {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    color: #000;
    font-size: 13px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mdy5gkova4],
.components-reconnect-repeated-attempt-visible[b-mdy5gkova4],
.components-reconnect-failed-visible[b-mdy5gkova4],
.components-pause-visible[b-mdy5gkova4],
.components-resume-failed-visible[b-mdy5gkova4],
.components-rejoining-animation[b-mdy5gkova4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mdy5gkova4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mdy5gkova4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mdy5gkova4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mdy5gkova4],
#components-reconnect-modal.components-reconnect-retrying[b-mdy5gkova4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mdy5gkova4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mdy5gkova4],
#components-reconnect-modal.components-reconnect-failed[b-mdy5gkova4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mdy5gkova4] {
    display: block;
}


#components-reconnect-modal[b-mdy5gkova4] {
    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-mdy5gkova4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mdy5gkova4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mdy5gkova4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mdy5gkova4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mdy5gkova4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mdy5gkova4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mdy5gkova4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mdy5gkova4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mdy5gkova4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mdy5gkova4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mdy5gkova4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mdy5gkova4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mdy5gkova4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mdy5gkova4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mdy5gkova4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mdy5gkova4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mdy5gkova4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mdy5gkova4 {
    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/Layout/Sidebar.razor.rz.scp.css */
.sidebar[b-1ibk5hl8t0] {
    width: 300px;
    height: 100%;
    background-color: #0d0d0d;
    border-right: 0.25px solid #ffffff23;
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    scrollbar-color: #ffffff33 transparent;
    /* scrollbar-gutter: stable; */
}

@media (prefers-reduced-motion: no-preference) {
    .sidebar[b-1ibk5hl8t0] { scroll-behavior: smooth; }
}

.sb-header[b-1ibk5hl8t0] {
    position: relative;
    height: 70px;
    flex-shrink: 0;
    border-bottom: 0.1px solid #ffffff23;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}
.sb-chevron[b-1ibk5hl8t0] { position: absolute; right: 26px; top: 27px; }
.sb-workspace-icon[b-1ibk5hl8t0] {
    width: 28px; height: 28px; flex-shrink: 0;
    border-radius: 6px; background-color: #ffdc8b;
    display: flex; align-items: center; justify-content: center;
}
.sb-subtitle[b-1ibk5hl8t0] { font-size: 10px; font-weight: 200; opacity: .6; }
.sb-title[b-1ibk5hl8t0] { font-size: 16px; font-weight: 700; margin-top: 1px; }

.sb-toggles[b-1ibk5hl8t0] { display: flex; gap: 10px; margin: 15px 10px 0; }
.sb-toggle[b-1ibk5hl8t0] {
    height: 35px; flex: 1;
    border: 0.1px solid #ffffff23; border-radius: 6px;
    background-color: #0d0d0d; color: #fff;
    font-family: var(--font-mono); font-size: 12px;
    display: flex; align-items: center; gap: 13px; padding-left: 16px;
    cursor: pointer;
}

.sb-search[b-1ibk5hl8t0] {
    margin: 10px 10px 0;
    height: 45px;
    border: 0.1px solid #ffffff23; border-radius: 6px;
    background-color: #030303;
    display: flex; align-items: center; gap: 18px; padding-left: 15px;
}
.sb-search-placeholder[b-1ibk5hl8t0] { font-size: 14px; opacity: .6; }

.sb-nav[b-1ibk5hl8t0] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.sb-nav-calendar[b-1ibk5hl8t0] { margin-top: 30px; }
.sb-nav-todo[b-1ibk5hl8t0] { margin-top: 15px; }
.sb-nav-recent[b-1ibk5hl8t0] { margin-top: 13px; }

.sb-pinned[b-1ibk5hl8t0] { flex-shrink: 0; margin: 30px 10px 0; }

.sb-pinned-divider[b-1ibk5hl8t0] { display: flex; align-items: center; gap: 5px; height: 9px; padding-bottom: 15px;}
.sb-pinned-divider .sb-line:nth-child(1)[b-1ibk5hl8t0] { max-width: 20px; }
.sb-pinned-label[b-1ibk5hl8t0] { font-size: 10px; font-weight: 200; opacity: .6; white-space: nowrap; }
.sb-line[b-1ibk5hl8t0] { flex: 1; height: 1px; background-color: rgba(255, 255, 255, 0.6); }
.sb-plus[b-1ibk5hl8t0] { opacity: .6; display: flex; }

.sb-pinned-item[b-1ibk5hl8t0] {
    margin-top: 5px;
    height: 30px;
    border-radius: 6px;
    background-color: #2c2c2e;
    display: flex;
    align-items: center;
    gap: 11px;
    padding-left: 14px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.sb-tree[b-1ibk5hl8t0] {
    position: relative;
    flex: 1;
    margin: 15px 2px 0 8px;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: none;
    scrollbar-gutter: stable;
}

.sb-tree[b-1ibk5hl8t0]::-webkit-scrollbar {
    width: 8px;
}

.sb-tree[b-1ibk5hl8t0]::-webkit-scrollbar-track {
    background: transparent;
}

.sb-tree[b-1ibk5hl8t0]::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px;
    transition: background-color .3s ease;
}

.sb-tree:hover[b-1ibk5hl8t0] {
    scrollbar-width: thin;
    scrollbar-color: #ffffff33 transparent;
}

.sb-tree:hover[b-1ibk5hl8t0]::-webkit-scrollbar-thumb {
    background-color: #ffffff33;
}

.sb-tree:hover[b-1ibk5hl8t0]::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff55;
}

.sb-tree-divider[b-1ibk5hl8t0] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 8px;
    margin: 15px 10px 0;
}

.sb-tree-children[b-1ibk5hl8t0] { position: relative; }
.sb-tree-guide[b-1ibk5hl8t0] {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: .6;
}

.sb-footer[b-1ibk5hl8t0] {
    flex-shrink: 0;
    padding: 15px 10px;
    border-top: 0.1px solid #ffffff23;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sb-new-note[b-1ibk5hl8t0] {
    height: 45px;
    border-radius: 6px;
    background-color: #ffdb89;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #2c2c2e;
    font-family: var(--font-mono);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.sb-collapse[b-1ibk5hl8t0] {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 10px;
    color: #fff;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 400;
    opacity: .6;
    cursor: pointer;
}

.sb-tree-row.drop-before[b-1ibk5hl8t0] {
    box-shadow: inset 0 2px 0 0 #ffdb89;
}
.sb-tree-row.drop-after[b-1ibk5hl8t0] {
    box-shadow: inset 0 -2px 0 0 #ffdb89;
}
.sb-tree-row.drop-inside[b-1ibk5hl8t0] {
    background-color: #3a3a1e;
}
.drop-line[b-1ibk5hl8t0] {
    position: absolute;
    height: 2px;
    background-color: #ffdb89;
    border-radius: 1px;
    pointer-events: none;
    z-index: 5;
}
/* /Components/Layout/TopBar.razor.rz.scp.css */
.topbar[b-pw8k04pti3] {
    height: 80px;
    border-bottom: 1px solid #ffffff23;
    background-color: #0d0d0d;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.tb-row[b-pw8k04pti3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    padding: 0 10px;
}

.tb-breadcrumbs[b-pw8k04pti3] {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    padding-left: 10px;
    max-width: clamp(min(93.75vw, 50ch), 70vw, 75ch);
}

.tb-breadcrumbs .current[b-pw8k04pti3] {
    font-weight: 500;
    color: var(--accent);
    padding-left: 10px;
    max-width: clamp(min(93.75vw, 50ch), 70vw, 75ch);
}

.tb-actions[b-pw8k04pti3] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tb-saved[b-pw8k04pti3] {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    margin-left: 24px;
}

.tb-icon[b-pw8k04pti3] {
    display: flex;
    cursor: pointer;
}

.tb-view-btn[b-pw8k04pti3] {
    height: 24px;
    padding: 2px 16px 2px 16px;
    border: 1px solid #ffffff23;
    border-radius: 6px;
    background-color: #2c2c2e;
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-mono);
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.tb-tab[b-pw8k04pti3] {
    flex-shrink: 0;
    width: 220px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #0d0d0d;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}

.tb-tab-active[b-pw8k04pti3] {
    border-bottom: 2px solid #ffdb89;
    font-weight: 500;
}

.tb-tab-inactive[b-pw8k04pti3] {
    border-bottom: 0.1px solid #ffffff23;
    font-weight: 400;
    opacity: .6;
    -webkit-text-stroke: 0.1px #ffffff23;
}

.tb-tab-title[b-pw8k04pti3] {
    flex: 1;
    font-weight: 500;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tb-tabs[b-pw8k04pti3] {
    display: flex;
    gap: 10px;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tb-tabs[b-pw8k04pti3]::-webkit-scrollbar {
    display: none;
    /* chrome, safari */
}

.tb-tabs-row[b-pw8k04pti3] {
    display: flex;
    align-items: center;
    min-width: 0;
}

.tb-tabs-arrow[b-pw8k04pti3] {
    flex-shrink: 0;
    width: 24px;
    height: 35px;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease;
}

.tb-tabs-row.can-left .tb-tabs-arrow-left[b-pw8k04pti3],
.tb-tabs-row.can-right .tb-tabs-arrow-right[b-pw8k04pti3] {
    opacity: 1;
    pointer-events: auto;
}
/* /Components/NoteEditor.razor.rz.scp.css */
.note-editor[b-bcsecfru86] { width: 100%; min-height: 100%; }

.ne-inner[b-bcsecfru86] {
    max-width: 1020px;
    margin: 0 auto;
    padding: 100px 24px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

.ne-title[b-bcsecfru86] { font-size: 44px; font-weight: 700; color: #fff; margin: 0 0 5px; }

.ne-meta[b-bcsecfru86] { font-size: 14px; font-weight: 300; color: #fff; opacity: .6; margin-bottom: 30px; }

.ne-body[b-bcsecfru86] {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    border: none;
    flex: 1;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

/* Quill appends .ql-container > .ql-editor inside #note-content-area after render,
   so Blazor's scoped CSS isolation does not reliably apply to it (::deep needed). */
.ne-body[b-bcsecfru86]  .ql-container.ql-snow {
    border: none;
    font-family: inherit;
    font-size: inherit;
    flex: 1;
}

.ne-body[b-bcsecfru86]  .ql-editor {
    padding: 0 0 150px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    height: 100%;
}

.ne-body[b-bcsecfru86]  .ql-editor p {
    margin: 0 0 8px;
}

.ne-body[b-bcsecfru86]  .ql-editor p:last-child {
    margin-bottom: 0;
}

.ne-body[b-bcsecfru86]  .ql-editor h1 { font-size: 32px; font-weight: 700; margin: 0 0 12px; }
.ne-body[b-bcsecfru86]  .ql-editor h2 { font-size: 26px; font-weight: 700; margin: 0 0 12px; }
.ne-body[b-bcsecfru86]  .ql-editor h3 { font-size: 22px; font-weight: 700; margin: 0 0 12px; }

.ne-body[b-bcsecfru86]  .ql-editor ul {
    margin: 0 0 16px;
    padding-left: 24px;
}

.ne-body[b-bcsecfru86]  .ql-editor blockquote {
    border-left: 3px solid #ffdb89;
    background-color: #2c2c2e;
    padding: 12px 25px;
    margin: 0 0 16px;
    box-sizing: border-box;
}

/* Consecutive blockquotes (created via Enter-to-continue) are visually merged into one block. */
.ne-body[b-bcsecfru86]  .ql-editor blockquote + blockquote {
    margin-top: -16px;
    padding-top: 0;
}

.ne-body[b-bcsecfru86]  .ql-editor .ql-comment {
    font-style: italic;
    opacity: 0.6;
    margin: 0 0 16px;
}
.ne-body[b-bcsecfru86]  .ql-editor code {
    background-color: #2c2c2e;
    color: #ffdb89;
    border-radius: 4px;
    padding: 2px 5px;
    font-family: 'JetBrains Mono', Consolas, monospace;
}

.ne-body[b-bcsecfru86]  .ql-editor .ql-code-block-container {
    background-color: #2c2c2e;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 0 0 16px;
}

.ne-body[b-bcsecfru86]  .ql-editor .ql-code-block {
    font-family: Consolas, monospace;
    color: #ffdb89;
}

.ne-body[b-bcsecfru86]  .ql-editor hr {
    border: none;
    border-top: 2px solid #ffffffcc;
    margin: 24px 0;
}

.ne-save-status[b-bcsecfru86] {
    position: fixed;
    bottom: 16px;
    right: 24px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
    text-align: right;
    z-index: 10;
}

.ne-save-status.visible[b-bcsecfru86] {
    opacity: .6;
}

.ne-body[b-bcsecfru86]  .ql-editor {
    scrollbar-width: thin;
    scrollbar-color: #ffffff33 transparent;
}

.ne-body[b-bcsecfru86]::-webkit-scrollbar,
.ne-body[b-bcsecfru86]  .ql-editor::-webkit-scrollbar {
    width: 8px;
}

.ne-body[b-bcsecfru86]::-webkit-scrollbar-track,
.ne-body[b-bcsecfru86]  .ql-editor::-webkit-scrollbar-track {
    background: transparent;
}

.ne-body[b-bcsecfru86]::-webkit-scrollbar-thumb,
.ne-body[b-bcsecfru86]  .ql-editor::-webkit-scrollbar-thumb {
    background-color: #ffffff33;
    border-radius: 4px;
}

.ne-body[b-bcsecfru86]::-webkit-scrollbar-thumb:hover,
.ne-body[b-bcsecfru86]  .ql-editor::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff55;
}
/* /Components/Pages/Notes.razor.rz.scp.css */
.app-shell[b-7eu3iuvvoe] {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 80px 1fr;
    height: 100vh;
    background-color: #030303;
    color: #fff;
    font-family: var(--font-mono);
}

[b-7eu3iuvvoe] .sidebar { grid-row: 1 / 3; }
[b-7eu3iuvvoe] .topbar { grid-column: 2; grid-row: 1; }
[b-7eu3iuvvoe] .note-editor {
    grid-column: 2;
    grid-row: 2;
    overflow-y: auto;
    scrollbar-gutter: stable;
    display: flex;
    flex-direction: column;
}

@media (prefers-reduced-motion: no-preference) {
    [b-7eu3iuvvoe] .note-editor { scroll-behavior: smooth; }
}

[b-7eu3iuvvoe] .ne-empty {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff66;
    font-size: 16px;
}
[b-7eu3iuvvoe] .topbar { grid-column: 2; grid-row: 1; min-width: 0; }

[b-7eu3iuvvoe] .note-editor {
    scrollbar-width: thin;
    scrollbar-color: #ffffff33 transparent;
}

[b-7eu3iuvvoe] .note-editor::-webkit-scrollbar {
    width: 6px;
}

[b-7eu3iuvvoe] .note-editor::-webkit-scrollbar-track {
    background: transparent;
}

[b-7eu3iuvvoe] .note-editor::-webkit-scrollbar-thumb {
    background-color: #ffffff33;
    border-radius: 3px;
}

[b-7eu3iuvvoe] .note-editor::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff55;
}
/* /Components/Pages/PublicNote.razor.rz.scp.css */
.public-wrapper[b-6aou7elnmq] {
    min-height: 100vh;
    background-color: var(--bg-primary, #030303);
    display: flex;
    flex-direction: column;
}

.public-article[b-6aou7elnmq] {
    inline-size: 100%;
    max-inline-size: 1020px;
    margin-inline: auto;
    padding-block-start: 100px;
    padding-inline: 24px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;

    view-transition-name: --public-note;
}

.public-title[b-6aou7elnmq] {
    font-family: var(--font-mono);
    font-size: clamp(38px, 6cqi, 52px);
    font-weight: 700;
    color: var(--text-primary, #fff);
    margin-block: 0 5px;
    text-wrap: balance;
}

.public-meta[b-6aou7elnmq] {
    font-size: 14px;
    font-weight: 300;
    font-family: var(--font-mono, #fff);
    color: var(--text-primary);
    opacity: 0.6;
    margin-block-end: 30px;
}

.public-content[b-6aou7elnmq] {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-primary, #fff);
    line-height: 1.3;
    padding: 0 0 150px;
    flex: 1;
}

[b-6aou7elnmq] .public-content p {
    margin-block: 0 8px;
}

[b-6aou7elnmq] .public-content p:last-child {
    margin-block-end: 0;
}

[b-6aou7elnmq] .public-content h1 {
    font-size: 32px;
    font-weight: 700;
    margin-block: 0 12px;
}

[b-6aou7elnmq] .public-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-block: 0 12px;
}

[b-6aou7elnmq] .public-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-block: 0 12px;
}

[b-6aou7elnmq] .public-content ul {
    margin-block: 0 16px;
    padding-inline-start: 24px;
}

[b-6aou7elnmq] .public-content blockquote {
    border-inline-start: 3px solid var(--accent, #ffdb89);
    background-color: var(--bg-tertiary, #2c2c2e);
    padding-block: 12px;
    padding-inline: 25px;
    margin-block: 0 16px;
    box-sizing: border-box;
}

[b-6aou7elnmq] .public-content blockquote+blockquote {
    margin-block-start: -16px;
    padding-block-start: 0;
}

[b-6aou7elnmq] .public-content .ql-comment {
    font-style: italic;
    opacity: 0.6;
    margin-block: 0 16px;
}

[b-6aou7elnmq] .public-content code {
    background-color: var(--bg-tertiary, #2c2c2e);
    color: var(--accent, #ffdb89);
    border-radius: 4px;
    padding-block: 2px;
    padding-inline: 5px;
    font-family: var(--font-mono, 'JetBrains Mono', Consolas, monospace);
}

[b-6aou7elnmq] .public-content .ql-code-block-container,
[b-6aou7elnmq] .public-content pre.ql-syntax {
    background-color: var(--bg-tertiary, #2c2c2e);
    color: var(--accent, #ffdb89);
    border-radius: 4px;
    padding-block: 12px;
    padding-inline: 16px;
    margin-block: 0 16px;
    font-family: var(--font-mono, 'JetBrains Mono', Consolas, monospace);
    overflow-x: auto;
}

[b-6aou7elnmq] .public-content hr {
    border: none;
    border-block-start: 2px solid oklch(100% 0 0 / 80%);
    margin-block: 24px 0;
}

[b-6aou7elnmq] .public-content a {
    color: oklch(from var(--accent, #ffdb89) calc(l * 1.1) c h);
    text-decoration: none;
}

[b-6aou7elnmq] .public-content a:hover {
    text-decoration: underline;
}

.public-loading[b-6aou7elnmq],
.public-not-found[b-6aou7elnmq] {
    min-height: 100vh;
    background-color: var(--bg-primary, #030303);
    color: oklch(100% 0 0 / 50%);
    display: grid;
    place-content: center;
    text-align: center;
}

.public-not-found h1[b-6aou7elnmq] {
    font-size: 64px;
    color: var(--text-primary, #fff);
    margin-block: 0 16px;
}
