/* Bonocosi Mix v4.0 — access control layer */
[data-bc-denied="true"] { display: none !important; }
.bc-role-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(156,255,87,.12);
  color: #cfffac;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bc-access-error {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #050506;
  color: white;
  text-align: center;
}
.bc-access-error[hidden] { display: none !important; }
.bc-access-error > div {
  max-width: 520px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: #121419;
}
