/* Footer */
.footer {
    height: var(--footer-height);
    background: var(--white);
    border-top: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    padding: 0 var(--spacing-xl);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer-text {
    font-size: 0.75rem;
    color: var(--gray-500);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.footer-brand-name {
    font-weight: 600;
}

.footer-brand-version {
    color: var(--gray-400);
}
