/* v1.9.6: signed-out privacy guard for My Garage */
.profile-shell.is-auth-checking .profile-main,
.profile-shell.is-auth-checking + .garage-chat-hub-v161,
.profile-shell.is-signed-out .profile-main,
.profile-shell.is-signed-out + .garage-chat-hub-v161,
.profile-shell.is-signed-out .cloud-profile-panel {
  display: none !important;
}
.profile-shell.is-signed-out {
  min-height: 0 !important;
}
.garage-signed-out-panel-v196 {
  display: none;
  padding: clamp(28px, 7vw, 56px) 22px;
  border: 1px solid rgba(29, 226, 238, .42);
  background: rgba(5, 10, 18, .94);
  text-align: center;
}
.profile-shell.is-signed-out .garage-signed-out-panel-v196 {
  display: block;
}
.garage-signed-out-panel-v196 h4 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 7vw, 3rem);
  text-transform: uppercase;
}
.garage-signed-out-panel-v196 p {
  max-width: 540px;
  margin: 0 auto 22px;
  color: #919bad;
  line-height: 1.7;
}
.garage-signed-out-panel-v196 a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid #1de2ee;
  color: #1de2ee;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 700;
}
