/* Minimal styles; adjust to match your design system */
.sharebar {
  display: flex; gap: 8px; align-items: center; flex-wrap: wrap;
  padding: 8px 10px; background: #0f172a; color: #e2e8f0; border-radius: 10px;
}
.sharebar button, .sharebar select, .sharebar input[type="number"] {
  background: #1e293b; color: #e2e8f0; border: 1px solid #334155;
  border-radius: 8px; padding: 6px 10px; cursor: pointer; font-size: 14px;
}
.sharebar button:hover { background: #0b1220; }
.sharebar .pill {
  font-size: 12px; padding: 4px 8px; border-radius: 999px; background:#0b1220; border:1px solid #334155; margin-left:6px;
}
.sharebar .grow { flex: 1 1 auto }
.sharebar .divider { width:1px; height:24px; background:#334155; margin:0 6px; }
.sharebar .panel { width:100%; background:#0b1220; border:1px solid #334155; border-radius:10px; padding:10px; margin-top:8px; }
.sharebar table { width:100%; border-collapse: collapse; font-size: 13px; }
.sharebar th, .sharebar td { border-bottom: 1px solid #334155; padding: 6px; text-align:left; }
.sharebar .muted { opacity: .7 }
.sharebar .success { color: #10b981 }
.sharebar .error { color: #ef4444 }
