/* SLPT R27 UI Review A1.1 — professional sidebar startup + single-logo presentation. */
/* Presentation only: no stats, Quick Access, data, permission or navigation click ownership. */
@media(min-width:901px){
  /* Sidebar wordmark is the canonical desktop brand for professional workspaces. */
  html[data-role="owner"] #appView #v192TopBrand,
  html[data-role="coach"] #appView #v192TopBrand,
  html[data-role="clinician"] #appView #v192TopBrand{
    display:none!important;
  }

  /* Keep the richer sidebar wordmark visible in both compact and expanded modes. */
  html[data-sidebar-collapsed="true"][data-role="owner"] #appView .sidebar .sidebar-brand-row,
  html[data-sidebar-collapsed="true"][data-role="coach"] #appView .sidebar .sidebar-brand-row,
  html[data-sidebar-collapsed="true"][data-role="clinician"] #appView .sidebar .sidebar-brand-row{
    min-height:42px!important;
    margin:0 0 8px!important;
    padding:0!important;
    justify-content:center!important;
  }
  html[data-sidebar-collapsed="true"][data-role="owner"] #appView .sidebar .brand,
  html[data-sidebar-collapsed="true"][data-role="coach"] #appView .sidebar .brand,
  html[data-sidebar-collapsed="true"][data-role="clinician"] #appView .sidebar .brand{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    padding:4px 0 7px!important;
    font-size:18px!important;
    line-height:1!important;
    letter-spacing:-.6px!important;
  }
}

/* On drawer layouts keep the topbar brand until the sidebar is actually open. */
@media(max-width:900px){
  html.r233-sidebar-open #appView #v192TopBrand{display:none!important}
}

@media(prefers-reduced-motion:reduce){
  #appView .sidebar .brand,#appView #v192TopBrand{transition:none!important}
}
