.ui-shell-bar {
  width: min(1360px, calc(100vw - 32px));
  margin: 22px auto 0;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(30, 44, 51, 0.12);
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.9);
  box-shadow: 0 16px 34px rgba(30, 44, 51, 0.08);
}

.ui-shell-brand {
  display: grid;
  gap: 4px;
}

.ui-shell-brand strong {
  font-size: 15px;
  color: #1e2c33;
}

.ui-shell-brand span {
  font-size: 12px;
  color: #63727a;
}

@media (max-width: 1024px) {
  .ui-shell-bar {
    flex-direction: column;
    align-items: stretch;
  }
}
