/* _content/LoganStewart.Dev/Components/Layout/MainLayout.razor.rz.scp.css */
.layout-shell[b-vwvk9c822h] {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1.5rem 4rem;
}

.layout-content[b-vwvk9c822h] {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
}

footer[b-vwvk9c822h] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    color: var(--text-subtle);
    font-size: 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

.footer-subtle[b-vwvk9c822h] {
    font-size: 0.85rem;
    opacity: 0.8;
}


.logo-image[b-vwvk9c822h] {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .layout-shell[b-vwvk9c822h] {
        padding: 0 1.25rem 3rem;
    }

    .layout-content[b-vwvk9c822h] {
        max-width: 680px;
    }
}

#blazor-error-ui[b-vwvk9c822h] {
    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-vwvk9c822h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LoganStewart.Dev/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-ybwsyaa7c8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1rem 1rem;
    position: relative;
}

.brand[b-ybwsyaa7c8] {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: 0.04em;
    color: var(--text-primary);
    text-decoration: none;
    position: relative;
    z-index: 30;
}

.menu-toggle[b-ybwsyaa7c8] {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    transition: background 120ms ease;
    position: relative;
    z-index: 30;
}

.menu-toggle:hover[b-ybwsyaa7c8],
.menu-toggle:focus-visible[b-ybwsyaa7c8] {
    background: rgba(15, 23, 42, 0.08);
}

.menu-toggle__bar[b-ybwsyaa7c8] {
    display: block;
    width: 1.5rem;
    height: 2px;
    background: var(--text-primary);
}

.visually-hidden[b-ybwsyaa7c8] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.nav-links[b-ybwsyaa7c8] {
    list-style: none;
    margin: 0;
    padding: 0.75rem 1rem;
    display: none;
    position: absolute;
    inset: calc(100% + 0.75rem) 0 auto;
    background: rgba(255, 255, 255, 0.97);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
    border-radius: 1.5rem;
    z-index: 20;
}

.nav-links.nav-links--open[b-ybwsyaa7c8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nav-links li[b-ybwsyaa7c8] {
    display: flex;
}

.nav-link[b-ybwsyaa7c8] {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    text-decoration: none;
    font-weight: 500;
    color: var(--text-primary);
    transition: background 120ms ease, color 120ms ease;
}

.nav-link:hover[b-ybwsyaa7c8],
.nav-link:focus-visible[b-ybwsyaa7c8] {
    background: rgba(15, 23, 42, 0.08);
    color: var(--text-strong);
}

.nav-link.active[b-ybwsyaa7c8] {
    background: rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
}

.nav-link--accent[b-ybwsyaa7c8] {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #ffffff;
}

.nav-link--accent:hover[b-ybwsyaa7c8],
.nav-link--accent:focus-visible[b-ybwsyaa7c8] {
    background: linear-gradient(135deg, #1d4ed8, #6d28d9);
    color: #fff;
}

@media (min-width: 768px) {
    .menu-toggle[b-ybwsyaa7c8] {
        display: none;
    }

    .nav-shell[b-ybwsyaa7c8] {
        padding: 1.5rem 0 1rem;
    }

    .nav-links[b-ybwsyaa7c8] {
        display: flex;
        position: static;
        flex-direction: row;
        gap: 0.5rem;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .nav-link[b-ybwsyaa7c8] {
        width: auto;
    }
}
/* _content/LoganStewart.Dev/Components/Pages/Admin.razor.rz.scp.css */
.form-banner[b-azkzloyb8h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: rgba(37, 99, 235, 0.08);
    color: var(--text-strong);
    font-weight: 600;
}

.form-banner__action[b-azkzloyb8h] {
    border: none;
    background: none;
    font: inherit;
    padding: 0;
    cursor: pointer;
    color: #1d4ed8;
}

.form-banner__action:hover[b-azkzloyb8h],
.form-banner__action:focus-visible[b-azkzloyb8h] {
    text-decoration: underline;
}

.actions-cell[b-azkzloyb8h] {
    text-align: right;
    white-space: nowrap;
}

.actions-cell .btn-link[b-azkzloyb8h] {
    border: none;
    background: none;
    font: inherit;
    padding: 0;
    cursor: pointer;
}

.actions-cell .btn-link:hover[b-azkzloyb8h],
.actions-cell .btn-link:focus-visible[b-azkzloyb8h] {
    text-decoration: underline;
}

.admin-toolbar[b-azkzloyb8h] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

.logout-form[b-azkzloyb8h] {
    margin: 0;
}

.admin-toolbar .btn-link[b-azkzloyb8h] {
    border: none;
    background: none;
    font: inherit;
    color: #1d4ed8;
    cursor: pointer;
}

.admin-toolbar .btn-link:hover[b-azkzloyb8h],
.admin-toolbar .btn-link:focus-visible[b-azkzloyb8h] {
    text-decoration: underline;
}
/* _content/LoganStewart.Dev/Components/Pages/Login.razor.rz.scp.css */
.login-card[b-0fc1332tap] {
    max-width: 480px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.login-form[b-0fc1332tap] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
/* _content/LoganStewart.Dev/Components/Shared/RichTextEditor.razor.rz.scp.css */
/* Legacy styles removed with the RichTextEditor component. */
