/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pjfg03jilq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pjfg03jilq] {
    flex: 1;
}

#blazor-error-ui[b-pjfg03jilq] {
    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-pjfg03jilq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.site-footer[b-pjfg03jilq] {
    text-align: center;
    padding: 1rem;
    border-top: 1px solid var(--bs-border-color, rgba(255, 255, 255, 0.1));
}

.footer-link[b-pjfg03jilq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    opacity: 0.7;
    transition: opacity 0.2s;
}

    .footer-link:hover[b-pjfg03jilq] {
        opacity: 1;
    }

.footer-logo[b-pjfg03jilq] {
    height: 1.5rem;
    width: auto;
}

.footer-thanks[b-pjfg03jilq] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8em;
    opacity: 0.6;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

    .footer-thanks:hover[b-pjfg03jilq] {
        opacity: 1;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-nav[b-lciv9utk52] {
    background-image: linear-gradient(135deg, #f7eed7 0%, #e8d09a 100%);
    min-height: 4rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-brand[b-lciv9utk52] {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: #1a1a1a;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.2;
}

.navbar-brand:hover[b-lciv9utk52] {
    color: #1a1a1a;
}

.navbar-logo[b-lciv9utk52] {
    height: 2rem;
    width: auto;
}

.navbar-toggler[b-lciv9utk52] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    margin-left: auto;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 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(0, 0, 0, 0.05);
}

/* Hide hamburger by default (desktop), show on narrow screens */
.nav-toggler-sm[b-lciv9utk52] {
    display: none;
}

.navbar-toggler:checked[b-lciv9utk52] {
    background-color: rgba(0, 0, 0, 0.1);
}

i[class^="fi-rs-"][b-lciv9utk52], i[class*=" fi-rs-"][b-lciv9utk52] {
    display: inline-block;
    width: 1.25rem;
    text-align: center;
    margin-right: 0.3rem;
    color: #5a4a2a;
    font-size: 1rem;
    line-height: 1.25rem;
    vertical-align: middle;
}

.nav-link:hover i[class^="fi-rs-"][b-lciv9utk52], .nav-link:hover i[class*=" fi-rs-"][b-lciv9utk52] {
    color: #1a1a1a;
}

.nav-link.active i[class^="fi-rs-"][b-lciv9utk52], .nav-link.active i[class*=" fi-rs-"][b-lciv9utk52] {
    color: #1a1a1a;
}

.nav-links[b-lciv9utk52] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
}

.nav-links[b-lciv9utk52]  .nav-link,
.nav-links .nav-link[b-lciv9utk52] {
    color: #3a2a1a;
    background: none;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.nav-links[b-lciv9utk52]  a.active,
.nav-links a.active[b-lciv9utk52] {
    background-color: rgba(90, 74, 42, 0.18);
    color: #1a1a1a;
}

.nav-links[b-lciv9utk52]  .nav-link:hover,
.nav-links .nav-link:hover[b-lciv9utk52] {
    background-color: rgba(90, 74, 42, 0.12);
    color: #1a1a1a;
}

.nav-text[b-lciv9utk52] {
    color: #3a2a1a;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
}

/* Intermediate: icon-only nav (hide text labels, keep inline) */
@media (max-width: 767.98px) {
    .nav-link-text[b-lciv9utk52] {
        display: none;
    }

    .navbar-brand[b-lciv9utk52] {
        font-size: 1.75rem;
    }
}

/* Mobile: collapse nav links below navbar via hamburger */
@media (max-width: 479.98px) {
    .nav-toggler-sm[b-lciv9utk52] {
        display: block;
    }

    .nav-links[b-lciv9utk52] {
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin-left: 0;
        padding-bottom: 0.5rem;
        gap: 0;
    }

    .nav-links[b-lciv9utk52]  .nav-link,
    .nav-links .nav-link[b-lciv9utk52] {
        width: 100%;
        padding: 0.75rem 1rem;
    }

    .nav-link-text[b-lciv9utk52] {
        display: inline;
    }

    .navbar-brand[b-lciv9utk52] {
        font-size: 1.25rem;
    }

    .navbar-toggler:checked ~ .nav-links[b-lciv9utk52] {
        display: flex;
    }

    /* Mobile: avatar menu always expanded inline (no hover dropdown) */
    .nav-avatar-dropdown[b-lciv9utk52] {
        margin-left: 0;
        padding: 0.5rem 1rem;
    }

    .nav-avatar[b-lciv9utk52] {
        width: 2.25rem;
        height: 2.25rem;
    }

    .nav-avatar-menu[b-lciv9utk52] {
        display: block;
        position: static;
        box-shadow: none;
        border: none;
        padding: 0;
        min-width: 0;
        margin-top: 0.25rem;
    }

    .nav-avatar-menu-item[b-lciv9utk52] {
        padding: 0.75rem 1rem;
    }

    .nav-avatar-menu-form[b-lciv9utk52] {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}

/* Login modal */
.login-modal-overlay[b-lciv9utk52] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1050;
}

.login-modal-wrapper[b-lciv9utk52] {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.login-modal-dialog[b-lciv9utk52] {
    max-width: 420px;
    width: 100%;
}

.login-modal-content[b-lciv9utk52] {
    background: #1a1a2e;
    color: #e0e0e0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
}

.login-modal-header[b-lciv9utk52] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.login-modal-title[b-lciv9utk52] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 1.25rem;
}

.login-modal-body[b-lciv9utk52] {
    padding: 1.25rem;
}

.login-modal-body .form-control[b-lciv9utk52] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    color: #e0e0e0;
}

.login-modal-body .form-control:focus[b-lciv9utk52] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

.login-modal-body .form-label[b-lciv9utk52] {
    color: #c0c0c0;
}

.login-modal-body .btn-primary[b-lciv9utk52] {
    width: 100%;
}

.profile-link[b-lciv9utk52] {
    color: inherit;
    text-decoration: none;
}

.profile-link:hover[b-lciv9utk52] {
    text-decoration: underline;
}

/* Avatar dropdown (logged-in users) */
.nav-avatar-dropdown[b-lciv9utk52] {
    position: relative;
    margin-left: auto;
}

.nav-avatar[b-lciv9utk52] {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px #000;
}

.nav-avatar-placeholder[b-lciv9utk52] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(90, 74, 42, 0.22);
    color: #3a2a1a;
    font-weight: 600;
    font-size: 0.8rem;
}

.nav-avatar-img[b-lciv9utk52] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.nav-avatar-menu[b-lciv9utk52] {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 11rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.25rem 0;
    z-index: 1000;
}

.nav-avatar-dropdown:hover .nav-avatar-menu[b-lciv9utk52],
.nav-avatar-dropdown:focus-within .nav-avatar-menu[b-lciv9utk52] {
    display: block;
}

.nav-avatar-menu-item[b-lciv9utk52] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    color: #3a2a1a;
    text-decoration: none;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 0.9rem;
    white-space: nowrap;
}

.nav-avatar-menu-item:hover[b-lciv9utk52] {
    background: rgba(90, 74, 42, 0.1);
    color: #1a1a1a;
}

.nav-avatar-menu-item i[b-lciv9utk52] {
    color: #5a4a2a;
    width: 1.25rem;
    text-align: center;
    margin: 0;
}

.nav-avatar-menu-form[b-lciv9utk52] {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 0.25rem;
    padding-top: 0.25rem;
}

.nav-avatar-menu-signout[b-lciv9utk52] {
    color: #b02a37;
}

.nav-avatar-menu-signout:hover[b-lciv9utk52] {
    background: rgba(176, 42, 55, 0.08);
    color: #8b1e29;
}

.nav-avatar-menu-signout i[b-lciv9utk52] {
    color: #b02a37;
}
/* /Components/Layout/QuoteBar.razor.rz.scp.css */
.quote-bar[b-2y96r0b08y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    background: #4a4238;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 0.9rem;
    line-height: 1.4;
}

.quote-bar-content[b-2y96r0b08y] {
    flex: 1;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
    min-width: 0;
}

.quote-bar-type[b-2y96r0b08y] {
    color: #c8c0b0;
    margin-right: 0.35rem;
}

.quote-bar-type i[b-2y96r0b08y] {
    line-height: 1;
}

.quote-bar-text[b-2y96r0b08y] {
    color: #e0d8c8;
    font-style: italic;
    flex-basis: auto;
}

.quote-bar-source[b-2y96r0b08y] {
    color: #a8a098;
}

.quote-bar-author[b-2y96r0b08y] {
    color: #d0c8b8;
    font-weight: 500;
}

.quote-bar-action[b-2y96r0b08y] {
    flex-shrink: 0;
    align-self: flex-start;
    background: none;
    border: none;
    color: #a8a098;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.quote-bar-action:hover[b-2y96r0b08y] {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.quote-bar-action i[b-2y96r0b08y] {
    width: 1rem;
    height: 1rem;
    font-size: 0.9rem;
    margin: 0;
}

.quote-submit-overlay[b-2y96r0b08y] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.quote-submit-modal[b-2y96r0b08y] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1a1a2e;
    color: #e0e0e0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    z-index: 1051;
    width: 90%;
    max-width: 500px;
    max-height: 85vh;
    overflow-y: auto;
}

.quote-submit-modal-header[b-2y96r0b08y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.quote-submit-modal-header h3[b-2y96r0b08y] {
    margin: 0;
    font-size: 1.25rem;
}

.quote-submit-modal-body[b-2y96r0b08y] {
    padding: 1.25rem;
}

.quote-submit-modal .form-control[b-2y96r0b08y],
.quote-submit-modal .form-select[b-2y96r0b08y] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    color: #e0e0e0;
}

.quote-submit-modal .form-label[b-2y96r0b08y] {
    color: #c0c0c0;
}

@media (max-width: 767.98px) {
    .quote-bar[b-2y96r0b08y] {
        padding: 0.5rem 0.75rem;
        font-size: 0.82rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wv6niusawp],
.components-reconnect-repeated-attempt-visible[b-wv6niusawp],
.components-reconnect-failed-visible[b-wv6niusawp],
.components-pause-visible[b-wv6niusawp],
.components-resume-failed-visible[b-wv6niusawp],
.components-rejoining-animation[b-wv6niusawp] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-wv6niusawp {
    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/Admin.razor.rz.scp.css */
.admin-dashboard-grid[b-8cizdfusgh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.admin-card[b-8cizdfusgh] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    background: #fff;
    color: inherit;
    transition: box-shadow 0.15s, border-color 0.15s;
}

.admin-card:hover[b-8cizdfusgh] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.2);
}

.admin-card-icon[b-8cizdfusgh] {
    font-size: 2rem;
    color: #3a0647;
    line-height: 1;
    flex-shrink: 0;
}

.admin-card-body h2[b-8cizdfusgh] {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.admin-card-stat[b-8cizdfusgh] {
    color: #666;
    margin-bottom: 0.5rem;
}
/* /Components/Pages/AdminFeedback.razor.rz.scp.css */
.feedback-admin-category[b-wceb6yvx3r] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.85rem;
}

.feedback-admin-subject[b-wceb6yvx3r] {
    font-weight: 500;
}

.feedback-admin-url[b-wceb6yvx3r] {
    font-size: 0.75rem;
    margin-top: 0.15rem;
}

.feedback-admin-url a[b-wceb6yvx3r] {
    color: var(--bs-secondary-color);
}

.feedback-status-badge[b-wceb6yvx3r] {
    padding: 0.15rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.feedback-status-open[b-wceb6yvx3r] {
    background-color: var(--bs-warning-bg-subtle);
    color: var(--bs-warning-text-emphasis);
}

.feedback-status-resolved[b-wceb6yvx3r] {
    background-color: var(--bs-success-bg-subtle);
    color: var(--bs-success);
}

.feedback-status-closed[b-wceb6yvx3r] {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary-color);
}

.feedback-detail-row td[b-wceb6yvx3r] {
    padding: 0.5rem 0.75rem 1rem !important;
    border-top: none !important;
}

.feedback-detail-body[b-wceb6yvx3r] {
    white-space: pre-wrap;
    color: var(--bs-secondary-color);
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    background-color: var(--bs-tertiary-bg);
    border-radius: 0.25rem;
}
/* /Components/Pages/AdminQuotes.razor.rz.scp.css */
.quote-cell[b-jx3arzolxx] {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quote-type-cell[b-jx3arzolxx] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
}

.edit-overlay[b-jx3arzolxx] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.edit-dialog[b-jx3arzolxx] {
    max-width: 600px;
    width: 100%;
}

.edit-dialog .card[b-jx3arzolxx] {
    background: #1a1a2e;
    color: #e0e0e0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.edit-dialog .form-control[b-jx3arzolxx],
.edit-dialog .form-select[b-jx3arzolxx] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    color: #e0e0e0;
}

.edit-dialog .form-label[b-jx3arzolxx] {
    color: #c0c0c0;
}
/* /Components/Pages/AdminUsers.razor.rz.scp.css */
.profile-link[b-8sq637us2h] {
    color: var(--bs-link-color, #0d6efd);
    text-decoration: none;
}

.profile-link:hover[b-8sq637us2h] {
    text-decoration: underline;
}
/* /Components/Pages/EntryEditor.razor.rz.scp.css */
/* Entry editor layout */

.entry-editor[b-enifbu9ym0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0;
}

.entry-editor-header[b-enifbu9ym0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.entry-title-row h1[b-enifbu9ym0] {
    margin-bottom: 0.25rem;
}

.entry-title-edit[b-enifbu9ym0] {
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
}

.entry-meta[b-enifbu9ym0] {
    font-size: 0.875rem;
}

.entry-header-actions[b-enifbu9ym0] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.entry-editor-panes[b-enifbu9ym0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.entry-editor-pane[b-enifbu9ym0] {
    display: flex;
    flex-direction: column;
}

.entry-editor-pane .form-label[b-enifbu9ym0] {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.entry-content-textarea[b-enifbu9ym0] {
    flex: 1;
    min-height: 400px;
    resize: vertical;
    font-family: monospace;
    line-height: 1.5;
}

.entry-preview[b-enifbu9ym0] {
    min-height: 400px;
    padding: 0.75rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    overflow-y: auto;
    background-color: var(--bs-body-bg);
}

.entry-preview h1[b-enifbu9ym0],
.entry-preview h2[b-enifbu9ym0],
.entry-preview h3[b-enifbu9ym0] {
    margin-top: 1rem;
}

.entry-preview h1:first-child[b-enifbu9ym0],
.entry-preview h2:first-child[b-enifbu9ym0],
.entry-preview h3:first-child[b-enifbu9ym0] {
    margin-top: 0;
}

.entry-preview pre[b-enifbu9ym0] {
    padding: 0.75rem;
    background-color: var(--bs-tertiary-bg);
    border-radius: 0.375rem;
    overflow-x: auto;
}

.entry-preview code[b-enifbu9ym0] {
    font-family: monospace;
    font-size: 0.875em;
}

.entry-preview table[b-enifbu9ym0] {
    width: 100%;
    border-collapse: collapse;
}

.entry-preview th[b-enifbu9ym0],
.entry-preview td[b-enifbu9ym0] {
    border: 1px solid var(--bs-border-color);
    padding: 0.4rem 0.6rem;
}

.entry-editor-actions[b-enifbu9ym0] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

/* View mode */
.entry-view-content[b-enifbu9ym0] {
    line-height: 1.7;
    max-width: 768px;
}

.entry-view-content h1[b-enifbu9ym0],
.entry-view-content h2[b-enifbu9ym0],
.entry-view-content h3[b-enifbu9ym0] {
    margin-top: 1.5rem;
}

.entry-view-content pre[b-enifbu9ym0] {
    padding: 0.75rem;
    background-color: var(--bs-tertiary-bg);
    border-radius: 0.375rem;
    overflow-x: auto;
}

.entry-view-content code[b-enifbu9ym0] {
    font-family: monospace;
    font-size: 0.875em;
}

.entry-view-content table[b-enifbu9ym0] {
    width: 100%;
    border-collapse: collapse;
}

.entry-view-content th[b-enifbu9ym0],
.entry-view-content td[b-enifbu9ym0] {
    border: 1px solid var(--bs-border-color);
    padding: 0.4rem 0.6rem;
}

/* Version history */
.entry-revision-history[b-enifbu9ym0] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--bs-border-color);
}

.entry-revision-history h3[b-enifbu9ym0] {
    margin-bottom: 1rem;
}

.revision-nav[b-enifbu9ym0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.revision-nav-btn[b-enifbu9ym0] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.revision-info[b-enifbu9ym0] {
    font-size: 0.9rem;
    color: var(--bs-secondary-color);
    padding: 0.25rem 0.5rem;
}

.entry-diff[b-enifbu9ym0] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    font-family: monospace;
    font-size: 0.875rem;
    overflow-x: auto;
    max-height: 500px;
    overflow-y: auto;
}

.diff-line[b-enifbu9ym0] {
    display: flex;
    padding: 0.1rem 0.5rem;
    white-space: pre-wrap;
    word-break: break-word;
    min-height: 1.4em;
}

.diff-line-prefix[b-enifbu9ym0] {
    width: 1.5em;
    flex-shrink: 0;
    text-align: center;
    user-select: none;
    color: var(--bs-secondary-color);
}

.diff-line-content[b-enifbu9ym0] {
    flex: 1;
}

.diff-added[b-enifbu9ym0] {
    background-color: var(--bs-success-bg-subtle);
}

.diff-added .diff-line-prefix[b-enifbu9ym0] {
    color: var(--bs-success);
}

.diff-removed[b-enifbu9ym0] {
    background-color: var(--bs-danger-bg-subtle);
}

.diff-removed .diff-line-prefix[b-enifbu9ym0] {
    color: var(--bs-danger);
}

.diff-modified[b-enifbu9ym0] {
    background-color: var(--bs-warning-bg-subtle);
}

.diff-modified .diff-line-prefix[b-enifbu9ym0] {
    color: var(--bs-warning);
}

.diff-imaginary[b-enifbu9ym0] {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-secondary-color);
}

.revision-content-preview[b-enifbu9ym0] {
    margin-top: 1.5rem;
}

.revision-content-preview h4[b-enifbu9ym0] {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--bs-secondary-color);
}

/* Forbidden / not found */
.entry-forbidden[b-enifbu9ym0],
.entry-not-found[b-enifbu9ym0] {
    text-align: center;
    padding: 3rem 1rem;
}

/* Responsive: stack panes on small screens */
@media (max-width: 768px) {
    .entry-editor-panes[b-enifbu9ym0] {
        grid-template-columns: 1fr;
    }

    .entry-content-textarea[b-enifbu9ym0] {
        min-height: 250px;
    }

    .entry-preview[b-enifbu9ym0] {
        min-height: 250px;
    }
}

/* Delete confirmation modal */
.delete-confirm-modal[b-enifbu9ym0] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Entry link autocomplete */
.textarea-wrapper[b-enifbu9ym0] {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.link-autocomplete-dropdown[b-enifbu9ym0] {
    position: absolute;
    z-index: 1000;
    min-width: 300px;
    max-height: 250px;
    overflow-y: auto;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.link-autocomplete-item[b-enifbu9ym0] {
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.link-autocomplete-item:last-child[b-enifbu9ym0] {
    border-bottom: none;
}

.link-autocomplete-item:hover[b-enifbu9ym0] {
    background-color: var(--bs-tertiary-bg);
}

.link-autocomplete-item.selected[b-enifbu9ym0] {
    background-color: var(--bs-primary-bg-subtle);
}

.link-autocomplete-title[b-enifbu9ym0] {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link-autocomplete-owner[b-enifbu9ym0] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    flex-shrink: 0;
}

.link-autocomplete-loading[b-enifbu9ym0],
.link-autocomplete-empty[b-enifbu9ym0] {
    color: var(--bs-secondary-color);
    font-style: italic;
    cursor: default;
}

.link-autocomplete-loading:hover[b-enifbu9ym0],
.link-autocomplete-empty:hover[b-enifbu9ym0] {
    background-color: var(--bs-body-bg);
}

/* Entry reference links section */

.entry-links-section[b-enifbu9ym0] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--bs-border-color);
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.entry-links-group[b-enifbu9ym0] {
    flex: 1;
    min-width: 250px;
}

.entry-links-group h4[b-enifbu9ym0] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bs-secondary-color);
    margin-bottom: 0.5rem;
}

.entry-links-list[b-enifbu9ym0] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.entry-links-list li[b-enifbu9ym0] {
    padding: 0.25rem 0;
}

.entry-links-list a[b-enifbu9ym0] {
    text-decoration: none;
}

.entry-links-list a:hover[b-enifbu9ym0] {
    text-decoration: underline;
}

.entry-links-owner[b-enifbu9ym0] {
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

.entry-links-locked[b-enifbu9ym0] {
    color: var(--bs-secondary-color);
    font-style: italic;
}

.entry-links-locked i[b-enifbu9ym0] {
    font-size: 0.75rem;
    margin-right: 0.25rem;
}
/* /Components/Pages/Feedback.razor.rz.scp.css */
.feedback-page[b-rowz37pezw] {
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem 0;
}

.feedback-form[b-rowz37pezw] {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
}

.feedback-body-textarea[b-rowz37pezw] {
    resize: vertical;
    min-height: 120px;
}

.feedback-history[b-rowz37pezw] {
    margin-top: 2.5rem;
}

.feedback-history-list[b-rowz37pezw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feedback-history-item[b-rowz37pezw] {
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
}

.feedback-history-header[b-rowz37pezw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.feedback-category-badge[b-rowz37pezw] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.feedback-category-feature-request[b-rowz37pezw] {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.feedback-category-bug-report[b-rowz37pezw] {
    background-color: var(--bs-danger-bg-subtle);
    color: var(--bs-danger);
}

.feedback-status-badge[b-rowz37pezw] {
    padding: 0.15rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.feedback-status-open[b-rowz37pezw] {
    background-color: var(--bs-warning-bg-subtle);
    color: var(--bs-warning-text-emphasis);
}

.feedback-status-resolved[b-rowz37pezw] {
    background-color: var(--bs-success-bg-subtle);
    color: var(--bs-success);
}

.feedback-status-closed[b-rowz37pezw] {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary-color);
}

.feedback-history-subject[b-rowz37pezw] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feedback-history-body[b-rowz37pezw] {
    white-space: pre-wrap;
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
}

.feedback-history-meta[b-rowz37pezw] {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Homepage — recent public entries list for authenticated users. */
.home-recent[b-6lvgf30duh] {
    max-width: 700px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.home-recent h2[b-6lvgf30duh] {
    margin-bottom: 1rem;
}

.home-recent .list-group-item a[b-6lvgf30duh] {
    text-decoration: none;
}

.home-recent .list-group-item a:hover[b-6lvgf30duh] {
    text-decoration: underline;
}

/* Homepage hero — image left, text right (anonymous users) */
.home-hero[b-6lvgf30duh] {
    max-width: 900px;
    margin: 3rem auto;
    padding: 0 1rem;
}

.home-hero-img[b-6lvgf30duh] {
    max-width: 300px;
    flex-shrink: 0;
}

.home-hero-text h1[b-6lvgf30duh] {
    margin-bottom: 0.5rem;
}

@media (max-width: 576px) {
    .home-hero[b-6lvgf30duh] {
        flex-direction: column;
        text-align: center;
    }

    .home-hero-img[b-6lvgf30duh] {
        max-width: 200px;
    }
}

/* Page container — a bit wider than .profile-container to fit the features grid. */
.dashboard[b-6lvgf30duh] {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
}

/* Card-like wrapper around the profile summary. Avatar + name sit on the
   first row (flex, like .profile-header in Profile.razor.css); the body
   wraps below via flex-basis: 100%. */
.dashboard-profile-card[b-6lvgf30duh] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.125));
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}

/* Force the body (bio, details, edit button) onto its own row. */
.dashboard-profile-card .profile-body[b-6lvgf30duh] {
    flex: 0 0 100%;
}

/* Responsive grid for feature cards. */
.dashboard-features[b-6lvgf30duh] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}

/* Wrapper only — the inner .card / .card-header / .card-body come from
   Bootstrap. Stretch so cards in the same row match height. */
.dashboard-feature-card[b-6lvgf30duh] {
    height: 100%;
}

/* "Coming soon" disabled button — Bootstrap already dims disabled buttons,
   but keep an explicit no-op-safe rule for consistency. */
.dashboard-feature-card .btn[disabled][b-6lvgf30duh] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Shared profile classes (copied from Profile.razor.css). */

.profile-avatar-img[b-6lvgf30duh] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 1px #000;
}

.profile-avatar-placeholder[b-6lvgf30duh] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--bs-secondary-bg, #495057);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    box-shadow: 0 0 0 1px #000;
    font-weight: 600;
}

.profile-name h1[b-6lvgf30duh] {
    margin-bottom: 0.25rem;
    font-size: 1.75rem;
}

.profile-name .text-muted[b-6lvgf30duh],
.profile-name span[b-6lvgf30duh] {
    display: block;
    font-size: 0.9rem;
}

.profile-body[b-6lvgf30duh] {
    font-size: 1rem;
}

.profile-bio[b-6lvgf30duh] {
    white-space: pre-wrap;
    margin-bottom: 1.5rem;
}

.profile-details[b-6lvgf30duh] {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1.5rem;
    row-gap: 0.5rem;
    margin-top: 1rem;
}

.profile-details dt[b-6lvgf30duh] {
    font-weight: 600;
    color: var(--bs-secondary-color, #6c757d);
}

.profile-details dd[b-6lvgf30duh] {
    margin-bottom: 0;
}

/* Recent entries */
.dashboard-recent-entries[b-6lvgf30duh] {
    margin-top: 2rem;
}

.dashboard-recent-entries h3[b-6lvgf30duh] {
    margin-bottom: 1rem;
}

.dashboard-recent-entries .list-group-item a[b-6lvgf30duh] {
    text-decoration: none;
}

.dashboard-recent-entries .list-group-item a:hover[b-6lvgf30duh] {
    text-decoration: underline;
}
/* /Components/Pages/Pending.razor.rz.scp.css */
.pending-container[b-swyeco01wi] {
    max-width: 600px;
    margin: 4rem auto;
    padding: 0 1rem;
}

.pending-container h1[b-swyeco01wi] {
    margin-bottom: 1.5rem;
}

.pending-container .lead[b-swyeco01wi] {
    margin-bottom: 1rem;
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-container[b-50uwg8a339] {
    max-width: 700px;
    margin: 2rem auto;
}

.profile-header[b-50uwg8a339] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.profile-avatar-img[b-50uwg8a339] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 1px #000;
}

.profile-avatar-placeholder[b-50uwg8a339] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--bs-secondary-bg, #495057);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    box-shadow: 0 0 0 1px #000;
    font-weight: 600;
}

.profile-name h1[b-50uwg8a339] {
    margin-bottom: 0.25rem;
    font-size: 1.75rem;
}

.profile-name .text-muted[b-50uwg8a339],
.profile-name span[b-50uwg8a339] {
    display: block;
    font-size: 0.9rem;
}

.profile-display-name-edit[b-50uwg8a339] {
    font-size: 1.25rem;
    font-weight: 600;
}

.profile-body[b-50uwg8a339] {
    font-size: 1rem;
}

.profile-bio[b-50uwg8a339] {
    white-space: pre-wrap;
    margin-bottom: 1.5rem;
}

.profile-details[b-50uwg8a339] {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1.5rem;
    row-gap: 0.5rem;
    margin-top: 1rem;
}

.profile-details dt[b-50uwg8a339] {
    font-weight: 600;
    color: var(--bs-secondary-color, #6c757d);
}

.profile-details dd[b-50uwg8a339] {
    margin-bottom: 0;
}

.profile-not-found[b-50uwg8a339] {
    text-align: center;
    padding: 3rem 1rem;
}

/* Red rubber-stamp overlay for blocked/pending profiles */
.rubber-stamp[b-50uwg8a339] {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
    pointer-events: none;
    z-index: 10;
}

.rubber-stamp span[b-50uwg8a339] {
    display: inline-block;
    padding: 0.3em 1em;
    border: 4px solid #ff4444;
    color: #ff4444;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: rgba(255, 68, 68, 0.08);
    border-radius: 6px;
    opacity: 0.9;
    box-shadow: inset 0 0 12px rgba(255, 68, 68, 0.15);
    text-shadow: 1px 1px 0 rgba(255, 68, 68, 0.2);
}

.rubber-stamp-blocked span[b-50uwg8a339] {
    border-color: #ff3333;
    color: #ff3333;
    background: rgba(255, 51, 51, 0.1);
    box-shadow: inset 0 0 12px rgba(255, 51, 51, 0.25);
}

.profile-container[b-50uwg8a339] {
    position: relative;
}

.profile-journal-section[b-50uwg8a339] {
    margin-top: 2rem;
}
