/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-8hwoup40bg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-8hwoup40bg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n1g46njrwn] {
    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-n1g46njrwn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-scrollable[b-n1g46njrwn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-n1g46njrwn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n1g46njrwn] {
        display: none;
    }

    .nav-scrollable[b-n1g46njrwn] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Shared/BookmarkListsDialog.razor.rz.scp.css */
/* Rows for the shared bookmark-list dialog. The dialog paper/positioning comes from MudDialog;
   these styles cover only the list rows, the accent dot, count pill, and new-list input. */

.bld-title[b-fauarb1l01] { display: flex; align-items: center; font-weight: 600; }
.bld-caption[b-fauarb1l01] {
    font-size: 0.8rem; font-weight: 400; color: rgba(0,0,0,0.55);
    margin-top: 2px; line-height: 1.3;
    overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.bld-loading[b-fauarb1l01] { padding: 28px; display: flex; justify-content: center; }

.bld-list[b-fauarb1l01] { display: flex; flex-direction: column; }

.bld-row[b-fauarb1l01] {
    display: flex; align-items: center; gap: 8px;
    padding: 8px; border-radius: 8px; cursor: pointer;
    transition: background 0.1s; font-size: 0.9rem; user-select: none;
}
.bld-row:hover[b-fauarb1l01] { background: rgba(0,0,0,0.04); }

.bld-dot[b-fauarb1l01] { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.bld-name[b-fauarb1l01] { flex: 1; }
.bld-cnt[b-fauarb1l01] {
    font-size: 0.7rem; font-weight: 600;
    background: rgba(0,0,0,0.07); border-radius: 10px; padding: 1px 8px;
}

.bld-divider[b-fauarb1l01] { border-top: 1px solid rgba(0,0,0,0.08); margin: 6px 0; }

.bld-new-row[b-fauarb1l01] {
    display: flex; align-items: center; gap: 8px;
    padding: 8px; border-radius: 8px; cursor: pointer;
    transition: background 0.1s; font-size: 0.9rem; color: rgba(0,0,0,0.6); user-select: none;
}
.bld-new-row:hover[b-fauarb1l01] { background: rgba(0,0,0,0.04); }

.bld-new-input[b-fauarb1l01] { padding: 4px 0; display: flex; align-items: center; gap: 4px; }
.bld-new-input input[b-fauarb1l01] {
    flex: 1; border: 1px solid rgba(0,0,0,0.2); border-radius: 6px;
    padding: 6px 8px; font-size: 0.9rem; outline: none;
}
.bld-new-input input:focus[b-fauarb1l01] { border-color: #d97706; }
/* /Components/Shared/StoryBookmarkButton.razor.rz.scp.css */
/* Trigger button only — the list panel now lives in the shared centered BookmarkListsDialog. */

.sbm-anchor[b-oh1h9rnlxp] { position: relative; display: inline-flex; }

.sbm-action[b-oh1h9rnlxp] {
    cursor: pointer; display: inline-flex; align-items: center; gap: 4px;
    font-size: 0.8rem; color: rgba(0,0,0,0.55); padding: 4px 8px; border-radius: 6px;
    border: none; background: none; transition: background 0.15s, color 0.15s; user-select: none;
}
.sbm-action:hover[b-oh1h9rnlxp] { background: rgba(0,0,0,0.04); }
.sbm-action.bookmarked[b-oh1h9rnlxp] { color: #d97706; }
.sbm-action.bookmarked:hover[b-oh1h9rnlxp] { background: rgba(217,119,6,0.08); }
