/* Logo 右側：專業深入查 / 合規篩查與監察平台 */
.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
    flex-shrink: 0;
    min-width: 0;
}

.brand-mark img {
    height: 2rem;
    width: auto;
    flex-shrink: 0;
    display: block;
}

.brand-mark__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
    min-width: 0;
}

.brand-mark__title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--color-iris-bolt, #D81E34);
    letter-spacing: 0.01em;
}

.brand-mark__subtitle {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--color-slate-veil, #586380);
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
}
@media (max-width: 1100px) {
    .admin-topbar .brand-mark__subtitle {
        display: none;
    }
}
@media (max-width: 900px) {
    .admin-topbar .brand-mark__title {
        font-size: 0.85rem;
    }
}
