.dashboard-showcase {
  position: relative;
  min-height: 32rem;
  padding: 2rem 2rem 4.75rem;
  overflow: hidden;
  background: #111513;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(35, 33, 30, 0.2);
}

.dashboard-window {
  margin: 0;
  overflow: hidden;
  background: #171b1d;
  border: 1px solid #343a3d;
  border-radius: 0.85rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.dashboard-window--primary {
  width: 90%;
}

.dashboard-window--secondary {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 66%;
  border-color: rgba(185, 73, 50, 0.72);
}

.dashboard-window__bar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.15rem;
  padding: 0 0.75rem;
  color: #ccd0cf;
  background: #202527;
  font-size: 0.68rem;
  font-weight: 750;
}

.dashboard-window__bar i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #b94932;
}

.dashboard-window__bar i:nth-child(2) { background: #d59c53; }
.dashboard-window__bar i:nth-child(3) { background: #66705b; }
.dashboard-window__bar span { margin-left: 0.35rem; }

.dashboard-window img {
  display: block;
  width: 100%;
  height: auto;
}

.dashboard-note {
  position: absolute;
  z-index: 2;
  padding: 0.7rem 0.9rem;
  color: #fff;
  background: #b94932;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.dashboard-note--live { left: 0.9rem; bottom: 2.25rem; }
.dashboard-note--devices { right: 0.9rem; top: 1rem; background: #66705b; }

.referral-teaser p strong,
.referral-teaser p span { display: block; }
.referral-teaser p strong { font: inherit; }
.referral-teaser p span {
  margin-top: 0.35rem;
  font: 700 0.9rem/1.4 var(--sans);
  opacity: 0.88;
}

@media (max-width: 640px) {
  .dashboard-showcase {
    min-height: 0;
    padding: 1rem;
  }

  .dashboard-window--primary { width: 100%; }
  .dashboard-window--secondary {
    position: relative;
    right: auto;
    bottom: auto;
    width: 90%;
    margin: -1rem 0 0 auto;
  }

  .dashboard-note { position: relative; display: inline-block; inset: auto; margin: 1rem 0 0; }
  .dashboard-note--devices { float: right; }
}
