
.luz-box{
  margin:12px 0;
  padding:15px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fafafa;
  font-size:14px;
}

.luz-top{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  font-weight:600;
}

.luz-badge{
  padding:6px 10px;
  border-radius:20px;
  border:1px solid rgba(0,0,0,.15);
  font-weight:700;
}

.luz-bar{
  height:10px;
  background:rgba(0,0,0,.1);
  border-radius:20px;
  overflow:hidden;
  margin-bottom:8px;
}

.luz-fill{
  height:100%;
  background:linear-gradient(90deg,#000,#444);
  transition:width .3s ease;
}

.luz-sub{
  font-size:13px;
}

.luz-product-box{
  margin:15px 0;
  padding:15px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#f5f5f5;
  font-size:14px;
  line-height:1.5;
}
