/* CURRENT AUTHORITY: shared Desktop Shell and Golden Top geometry. */
:root{
  --desktop-workspace-top:20px;
  --desktop-workspace-inline:32px;
  --desktop-workspace-bottom:32px;
  --desktop-content-gap:16px;
  --desktop-header-gap:10px;
  --desktop-title-description-gap:4px;
}

@media(min-width:801px){
  .shell>main{min-width:0}
  .desktop-page{
    padding-top:var(--desktop-workspace-top);
    padding-right:var(--desktop-workspace-inline);
    padding-left:var(--desktop-workspace-inline);
  }
  .desktop-page{padding-bottom:var(--desktop-workspace-bottom);gap:var(--desktop-content-gap)}
  .desktop-page>header{
    display:flex;
    min-height:0;
    flex-direction:column;
    gap:var(--desktop-header-gap);
  }
  .desktop-page>header .breadcrumb{
    margin:0 0 2px;
    color:#94a3b8;
    font-size:14px;
    line-height:20px;
    font-weight:500;
  }
  .desktop-page>header .title-row{min-height:0;align-items:center}
  .desktop-page>header h1{
    margin:0;
    color:#0f172a;
    font-size:30px;
    line-height:36px;
    font-weight:700;
  }
  .desktop-page>header .title-row p{
    margin:var(--desktop-title-description-gap) 0 0;
    color:#475569;
    font-size:16px;
    line-height:22px;
    font-weight:400;
  }
}
