.app-footer {
    width: 100%;
    height: 44px;
    flex-shrink: 0;
    border-top: 1px solid var(--border);
    box-sizing: border-box;
}

.app-footer-inner {
    max-width: var(--layout-w);
    height: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-footer-logo {
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: -.02em;
    color: var(--fg);
}

.app-footer-copy {
    font-size: .75rem;
    color: var(--muted-fg);
}