.luotwo-badge{display:inline-flex;align-items:center;gap:4px;font-family:var(--luotwo-font-body);font-size:12px;font-weight:500;line-height:1;padding:4px 10px;border-radius:var(--luotwo-radius);border:1px solid transparent;white-space:nowrap}
.luotwo-badge-default{background:var(--luotwo-signal-orange);color:#FFF;border-color:var(--luotwo-signal-orange)}
.luotwo-badge-secondary{background:var(--luotwo-steel);color:var(--luotwo-silver)}
.luotwo-badge-outline{background:transparent;color:var(--luotwo-titanium);border-color:var(--luotwo-shadow)}
.luotwo-badge-destructive{background:var(--luotwo-alert-red);color:#FFF}
.luotwo-badge-pill{height:20px;min-width:20px;padding:0 5px;border-radius:9999px;font-family:var(--luotwo-font-mono);font-size:11px;justify-content:center}
.luotwo-feature-tag{display:inline-block;font-family:var(--luotwo-font-mono);font-size:11px;font-weight:500;color:var(--luotwo-signal-orange);background:rgba(242,73,14,0.1);padding:2px 8px;border-radius:2px;border:1px solid rgba(242,73,14,0.2)}