@import '_content/Blazicons/Blazicons.ugzwxlf6d1.bundle.scp.css';
@import '_content/FlowRemoteComponents/FlowRemoteComponents.bundle.scp.css';

/* /Layout/LibraryLayout.razor.rz.scp.css */
.library-shell[b-e2f8u3ngxz] {
    min-height: 100vh;
}

.library-shell__header[b-e2f8u3ngxz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    padding: 1.25rem 1.5rem 0.5rem;
    border-bottom: 1px solid var(--flow-color-border);
    background: var(--flow-color-surface);
}

.library-shell__nav[b-e2f8u3ngxz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    font-size: 0.875rem;
}

.library-shell__nav a[b-e2f8u3ngxz] {
    color: var(--flow-color-text, #1a1a1a);
    text-decoration: none;
}

.library-shell__nav a:hover[b-e2f8u3ngxz],
.library-shell__nav a.active[b-e2f8u3ngxz] {
    text-decoration: underline;
}

.library-shell__user[b-e2f8u3ngxz] {
    color: var(--flow-color-muted, #666);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-topbar__auth[b-urmlfhv7j5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
    font-size: 0.875rem;
}

.app-topbar__user[b-urmlfhv7j5] {
    color: var(--flow-color-text-muted);
    max-width: 16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Pages/ComponentDemo.razor.rz.scp.css */
.component-demo[b-40r42z7u3k] {
    box-sizing: border-box;
    background: var(--flow-color-surface);
    border: 1px solid var(--flow-color-border);
    border-radius: var(--flow-radius-card);
    padding: 1.15rem 1.25rem 1.25rem;
    box-shadow: var(--flow-shadow-sm);
}

.component-demo--wide[b-40r42z7u3k] {
    grid-column: 1 / -1;
}

.component-demo__title[b-40r42z7u3k] {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    line-height: 1.3;
    font-weight: 600;
}

.component-demo__description[b-40r42z7u3k] {
    margin: 0;
    color: var(--flow-color-text-muted);
    font-size: 0.875rem;
    line-height: 1.45;
}

.component-demo__preview[b-40r42z7u3k] {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--flow-color-border-muted);
}
