/* Soultex Promo UI Final v1.5.0 */

/* Hide any older promo bars that might still be output by other code */
#stxPromoBar,
.stx-promo-bar,
#stx-bar{
  display:none !important;
}

/* Our compact bar */
#stxPromoFinal.stxpf-bar{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(10,12,14,.96), rgba(10,12,14,.86));
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 13px;
}

.stxpf-left{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width:0;
}

.stxpf-badge{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 900;
  white-space: nowrap;
}

.stxpf-stack{min-width:0;}
.stxpf-title{
  font-weight: 900;
  font-size: 13px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stxpf-chips{
  display:flex;
  gap: 6px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.stxpf-chip{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
}
.stxpf-muted{opacity:.72; font-weight:800; margin-left:6px;}

.stxpf-right{
  display:flex;
  flex-direction:column;
  gap: 6px;
  min-width: 260px;
  max-width: 420px;
  width: 32vw;
}
.stxpf-progress-top{
  display:flex;
  justify-content:flex-end;
}
#stxpfText{
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
}
.stxpf-progress{
  height: 9px;
  background: rgba(255,255,255,.10);
  border-radius: 999px;
  overflow:hidden;
}
.stxpf-fill{
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #27c76f, #18a957);
  border-radius: 999px;
}

@media (max-width: 860px){
  .stxpf-right{display:none;}
  #stxPromoFinal.stxpf-bar{padding: 8px 10px;}
}
