/**
 * UNIARE 헤더 로고 — 모든 페이지 공통 (32px)
 */

:root {
    --brand-logo-height: 2rem;
}

.app-brand,
.auth-brand,
.admin-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    line-height: 0;
}

.app-brand-logo {
    height: var(--brand-logo-height);
    width: auto;
    max-height: var(--brand-logo-height);
    display: block;
    object-fit: contain;
}
