
/* SHUT DESK branding */
.shut-logo{
  display:flex;
  align-items:center;
  gap:10px;
}
.shut-logo-mark{
  width:42px;
  height:42px;
  border-radius:12px;
  background:linear-gradient(135deg,#22d3ee,#3b82f6,#7c3aed);
  box-shadow:0 10px 30px rgba(59,130,246,.3);
}
.shut-logo-text{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.shut-logo-text strong{
  font-size:22px;
  letter-spacing:-.04em;
}
.shut-logo-text span{
  font-size:10px;
  letter-spacing:.2em;
  color:#9fb4d2;
}
