/* _content/Troy.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-xdek70iecz] {
    background: #3a0d0d;
    color: #fff;
    bottom: 0;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.6);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top: 2px solid var(--danger, #ff5e5e);
}

    #blazor-error-ui .dismiss[b-xdek70iecz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Troy.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.troy-nav[b-ceay98wf29] {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
}

.troy-nav-link[b-ceay98wf29] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: var(--fg-muted);
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
    transition: background 0.12s, color 0.12s;
}

.troy-nav-link:hover[b-ceay98wf29] {
    background: var(--surface);
    color: var(--fg);
}

.troy-nav-link.active[b-ceay98wf29] {
    background: var(--accent-soft);
    color: var(--accent);
}

.troy-nav-icon[b-ceay98wf29] {
    width: 20px;
    text-align: center;
    color: inherit;
    font-size: 14px;
}

.troy-nav-divider[b-ceay98wf29] {
    height: 1px;
    background: var(--border);
    margin: 16px 8px;
}
