/* v1.8.9 — My Garage uses local Garage/Chat tabs and no global header */
.garage-workspace-tabs-v189{display:none}
body.profile-view>header{display:none!important}
body.profile-view main.wrap{padding-top:8px!important}
body.profile-view #my-garage{margin-top:0!important;padding-top:8px!important}
body.profile-view #garageWorkspaceTabsV189{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  width:100%;
  margin:18px 0 14px;
}
body.profile-view #garageWorkspaceTabsV189 button{
  min-height:48px;
  border:1px solid rgba(78,94,112,.85);
  background:#070c12;
  color:#aab3c1;
  font:600 10px var(--mono);
  letter-spacing:.16em;
  text-transform:uppercase;
  cursor:pointer;
}
body.profile-view #garageWorkspaceTabsV189 button.is-active{
  border-color:var(--ice);
  color:var(--ice);
  background:rgba(44,232,255,.07);
}
body.profile-view #my-garage.is-chat-view-v189>.profile-shell{display:none!important}
body.profile-view #my-garage:not(.is-chat-view-v189)>.garage-chat-hub-v161{display:none!important}
body.profile-view #my-garage.is-chat-view-v189>.garage-chat-hub-v161{display:block!important}
body.profile-view #my-garage.is-chat-view-v189>#garageWorkspaceTabsV189{margin-top:0}
@media(max-width:700px){
  body.profile-view main.wrap{padding-top:3px!important}
  body.profile-view #my-garage{padding-top:3px!important}
  body.profile-view #garageWorkspaceTabsV189{gap:6px;margin:14px 0 12px}
  body.profile-view #garageWorkspaceTabsV189 button{min-height:44px;font-size:9px}
}
