/* STT Workspace V17 · stronger mobile brand and refined logout action. */
.logout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055) !important;
  color: #c8ccc8 !important;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.logout-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logout-button span {
  font-size: 9px;
  font-weight: 700;
}

.logout-button:hover,
.logout-button:focus-visible {
  border-color: rgba(225, 111, 78, 0.52) !important;
  background: rgba(225, 111, 78, 0.1) !important;
  color: #f0a087 !important;
}

.mobile-header-brand {
  display: none;
}

@media (max-width: 760px) {
  .mobile-app-header {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    min-height: 79px;
    margin-bottom: 24px;
  }

  .mobile-app-header > img {
    display: none;
  }

  .mobile-header-brand {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
  }

  .mobile-header-brand img {
    display: block;
    width: min(184px, 100%);
    height: auto;
    filter: brightness(0) saturate(100%);
    opacity: 0.94;
  }

  .mobile-header-brand small {
    margin-top: -8px;
    color: #777c76;
    font-size: 6.5px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .mobile-menu-button,
  .mobile-install-button:not([hidden]) {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .sidebar .brand {
    position: relative;
    display: block;
    padding: 2px 6px 30px;
  }

  .sidebar .brand .stt-brand-logo {
    width: 192px;
  }

  .sidebar .brand::after {
    content: "WEDDING FILMS · PHOTOGRAPHY · VISUAL STORIES";
    position: absolute;
    bottom: 18px;
    left: 7px;
    color: #858c86;
    font-size: 6px;
    font-weight: 650;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .sidebar .profile form {
    margin-left: auto;
  }

  .sidebar .profile .logout-button {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 12px;
  }

  .sidebar .profile .logout-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .sidebar .profile .logout-button svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 374px) {
  .mobile-header-brand img {
    width: 164px;
  }

  .mobile-header-brand small {
    font-size: 5.8px;
    letter-spacing: 0.09em;
  }
}
