.sidebar-bottom {
  margin-top: auto;
}

.workspace-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 7px 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.workspace-brand > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.workspace-brand small,
.brand-switcher label {
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.workspace-brand strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.workspace-brand-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 11px;
}

.brand-switcher {
  margin: 0 7px 12px;
}

.brand-switcher label {
  display: block;
  margin-bottom: 5px;
}

.brand-switcher select {
  padding: 8px 9px;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .1);
  color: white;
  font-size: 12px;
}

.sidebar-foot {
  margin-top: 0;
}

.home-hero {
  margin: 34px 44px 24px;
  padding: 34px 38px;
  border-radius: 18px;
  background: var(--navy);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.home-hero h2 {
  margin: 7px 0;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.04em;
}

.home-hero p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .64);
}

.home-hero .eyebrow {
  color: var(--yellow);
}

.home-stat {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.home-stat strong {
  font-size: 42px;
  font-weight: 400;
}

.home-stat span {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-grid {
  padding: 0 44px 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 20px;
}

.home-panel {
  padding: 28px;
}

.home-panel .section-head > a {
  color: var(--coral);
  font-size: 12px;
  font-weight: 600;
}

.home-work-row {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.home-work-row > span:first-child {
  display: flex;
  flex-direction: column;
}

.home-work-row small,
.home-work-row em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
}

.home-work-row strong {
  margin: 2px 0;
  font-size: 16px;
}

.home-empty {
  padding: 36px 0 10px;
  text-align: center;
}

.home-empty p,
.home-brand > p {
  color: var(--muted);
}

.home-brand dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 25px 0;
}

.home-brand dl div {
  padding: 13px;
  border-radius: 10px;
  background: #f5f3ee;
}

.home-brand dt {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-brand dd {
  margin: 3px 0 0;
  font-size: 20px;
}

.analysis-note {
  margin: 12px 0 0;
  font-size: 11px;
}

@media (max-width: 900px) {
  .workspace-brand,
  .brand-switcher {
    display: none;
  }

  .home-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home-hero {
    margin: 20px;
    display: block;
  }

  .home-stat {
    margin-top: 24px;
    text-align: left;
  }

  .home-grid {
    padding: 0 20px 40px;
  }
}
