.q10-topbar-company-logo {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: contain;
  border-radius: 8px;
  background: transparent;
}

.q10-topbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.q10-topbar-brand-copy {
  display: grid;
  min-width: 0;
}

#mainView .topbar #salonTitle,
body.q10-desktop-nav-ready #mainView .topbar #salonTitle,
.q10-topbar-brand-copy h2 {
  color: #0f172a !important;
}

body.q10-desktop-nav-ready #mainView .topbar {
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid rgba(217, 226, 239, .82) !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .08) !important;
}

body.q10-desktop-nav-ready #mainView #userInfo,
body.q10-desktop-nav-ready #mainView .topbar .muted {
  color: #475569 !important;
}

body.q10-desktop-nav-ready #mainView .topbar .ghost {
  background: #ffffff !important;
  color: #1d4ed8 !important;
  border: 1px solid #c7d3e5 !important;
}

.q10-global-copyright {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: max(10px, env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 1200;
  max-width: calc(100vw - 24px);
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(15, 23, 42, .12);
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
}

.q10-global-copyright:hover {
  color: #1d4ed8;
  background: #fff;
}

.q10-pwa-install-modal__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.q10-pwa-install-modal__logo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
  border-radius: 8px;
  background: transparent;
}

.q10-pwa-install-modal__brand h3 {
  min-width: 0;
}

body:has(#mainView:not(.hidden)) {
  padding-bottom: 32px;
}

@media (max-width: 720px) {
  .q10-topbar-company-logo {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .q10-global-copyright {
    left: 50%;
    right: auto;
    bottom: max(8px, env(safe-area-inset-bottom, 0px));
    width: calc(100vw - 20px);
    font-size: 11px;
  }

  body.q10-mobile-app-fill #content {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 54px) !important;
  }
}
