/* Generated from the approved staging palette. */
:root { --bio-staging-mark-end: #8c3f16; }
.dark, [data-theme="dark"] { --bio-staging-mark-end: #ffc28a; }
/* Busy controls retain the contrast of their own text in either theme. */
button .bio-loader { --bio-staging-mark-end: currentColor; }
.bio-staging-label {
  background: linear-gradient(to bottom, #10251d, #8c3f16);
  color: #fff;
  border-radius: var(--bio-radius-xs);
  padding: 1px 5px;
  font-weight: 600;
}
