/* Bizkit Module Launcher (front-end)
 * Intentionally minimal: relies on bizkit-core.css for theme.
 */

.bizkit-launcher__header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
}

.bizkit-launcher__meta{
  opacity:0.85;
  font-size:12px;
}

.bizkit-launcher__buttons .bizkit-launcher__card{
  display:block;
  text-decoration:none;
  color:inherit;
}

.bizkit-launcher__buttons .bizkit-launcher__card:hover{
  background:rgba(255,255,255,0.06);
}

.bizkit-launcher__buttons .bizkit-launcher__card.is-active{
  border-color: rgba(242,129,29,0.55);
}

.bizkit-launcher__desc{
  font-size:12px;
  opacity:0.85;
  line-height:1.35;
  margin-top:-4px;
}

.bizkit-launcher__module{
  margin-top:18px;
}

.bizkit-launcher__module-body{
  padding:0;
  border:0;
  background:transparent;
}

@media (max-width: 780px){
  .bizkit-launcher__header{ flex-direction:column; }
}

/* Launcher should use full available page width; tools inside inherit this contract. */
.bizkit-launcher{ --bizkit-max-width: 100%; }



/* Licence Model B Phase 2 */
.bizkit-badge--licence{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;line-height:18px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.18);}
.bizkit-launcher__card.is-licensed{border-color:rgba(255,193,7,0.55);}

.bizkit-launcher__expiry{
  margin-top:6px;
  font-size:12px;
  opacity:0.75;
}

/* Footer attribution tagline */
.bizkit-launcher__tagline{margin-left:8px;opacity:0.55;font-size:12px;}

